<?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>Thu, 03 Sep 2026 18:13:47 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Video shows man abusing, killing ducks in Pembroke Pines, cops say]]></title><link>https://www.local10.com/news/local/2026/09/03/video-shows-man-abusing-killing-ducks-in-pembroke-pines-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/video-shows-man-abusing-killing-ducks-in-pembroke-pines-cops-say/</guid><dc:creator><![CDATA[Janine Stanwood, Ryan Mackey]]></dc:creator><description><![CDATA[Police in Pembroke Pines are investigating a disturbing video circulating on social media that they say appears to show a man abusing and killing several ducks, including ducklings.]]></description><pubDate>Thu, 03 Sep 2026 16:53:53 +0000</pubDate><content:encoded><![CDATA[<p>Police in Pembroke Pines are investigating a disturbing video circulating on social media that they say appears to show a man abusing and killing several ducks, including ducklings.</p><p>The Pembroke Pines Police Department said it was made aware of the video early Thursday and that its Investigations Division is actively investigating the incident.</p><p>In the video recorded this past Sunday from a nearby dental office, which was blurred because of its graphic nature, a man appears to stomp on an adult duck and stand on it for several minutes. A second video appears to show several ducklings scattering as the man attempts to step on them.</p><p>The incident reportedly occurred near University Drive and Southwest 13th Street in Pembroke Pines.</p><p>Manuel Cavallini who owns the dental office told Local 10 News that he thought it was “crazy” for someone to kill ducks. </p><p>Four days later, the dead duck remains in the grass. </p><p>Police said the actions depicted in the video are “illegal and cruel” and emphasized that the department does not tolerate crimes against people or animals.</p><p>The age or identity of the man seen in the video was not immediately known. </p><p>Pembroke Pines police are asking anyone with information about the incident to contact them at 954-431-2225.</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[Dirt bike rider arrested; accused of striking 10-year-old girl, fleeing on Ocean Drive ]]></title><link>https://www.local10.com/news/local/2026/09/03/dirt-bike-rider-arrested-accused-of-striking-10-year-old-girl-fleeing-on-ocean-drive/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/dirt-bike-rider-arrested-accused-of-striking-10-year-old-girl-fleeing-on-ocean-drive/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 29-year-old man accused of striking a 10-year-old girl with a dirt bike and fleeing the scene on Ocean Drive has been arrested, Miami Beach police announced Thursday in a press release.]]></description><pubDate>Thu, 03 Sep 2026 16:05:20 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old man accused of striking a 10-year-old girl with a dirt bike and fleeing the scene on Ocean Drive has been arrested, Miami Beach police announced Thursday in a press release.</p><p><a href="https://www.local10.com/espanol/2026/09/03/arrestan-a-motociclista-acusado-de-atropellar-a-nina-de-10-anos-y-huir-en-ocean-drive/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/arrestan-a-motociclista-acusado-de-atropellar-a-nina-de-10-anos-y-huir-en-ocean-drive/">Leer en español</a></p><p>According to police, Mandrell Ceydrec Rolle Jr., of Pembroke Pines, was arrested Wednesday following the Aug. 22 hit-and-run crash.</p><p>Rolle faces one count each of leaving the scene of a crash involving injury, reckless driving and resisting an officer without violence.</p><figure><img src="https://www.local10.com/resizer/v2/I4OVN76WURBTVKJXAD4Y2X5JDE.jpg?auth=bdacba5ef35111b7d7e65ac63af4b28115e035f74ac58e7032930af857a9435f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to police, the incident began around 7 p.m. on Aug. 22 when multiple 911 calls were made about four dirt bike riders allegedly driving recklessly at high speeds along Collins Avenue in the Art Deco District.</p><p>Responding officers located the riders and observed the reckless behavior, police said.</p><p>Police said the group continued onto Ocean Drive before stopping in the 700 block.</p><p>Officers approached the riders on foot and took one of them, identified as Kasshun Williams, into custody without incident, authorities said.</p><figure><img src="https://www.local10.com/resizer/v2/J4F3364ANBA3LP7KIWNJ7ELAD4.jpg?auth=934df37553c1c3fedf39f8bbeb599a0c2b1e88ba5f89c79a1a881775c3fc67b7&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said Rolle saw the officers and fled at a high rate of speed despite repeated commands to stop.</p><p>As he fled, Rolle struck a 10-year-old girl who was on the sidewalk with her mother, according to police.</p><p>The impact knocked the girl to the ground, injuring her elbow and leg. She was treated at the scene by the Miami Beach Fire Department.</p><p>Miami Beach police said detectives identified Rolle during their investigation and learned that he was on federal probation for felony possession of a machine gun.</p><p>Detectives obtained a warrant for his arrest, and Rolle was taken into custody Wednesday with assistance from the City of Miami Police Department’s Tactical Robbery Unit.</p><p>“There is zero tolerance for reckless behavior that endangers the lives of our residents and visitors,” Miami Beach Police Chief Wayne A. Jones said in a statement. “Driving a dirt bike recklessly, striking a 10-year-old child and fleeing without rendering aid is unacceptable.”</p><p>Jones said the department would use its resources to identify and hold accountable those who endanger others in Miami Beach.</p><p>“If you choose to endanger innocent people in Miami Beach, we will use every available resource to identify you and hold you accountable,” Jones said.</p><p>As of Thursday morning, Rolle was being held at the Turner Guilford Knight Correctional Center on a $2,650 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Report finds holes and delays in how Secret Service updates its protection policy]]></title><link>https://www.local10.com/news/2026/09/03/report-finds-holes-and-delays-in-how-secret-service-updates-its-protection-policy/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/03/report-finds-holes-and-delays-in-how-secret-service-updates-its-protection-policy/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[The U.S. Secret Service dealt with several drone-related incidents without adjusting its protection policies or documenting why it didn't, according to a government report released Thursday. That information may have helped illustrate the emerging threat of civilian drone use before one was used in the 2024 assassination attempt on then-candidate Donald Trump in Butler, Pennsylvania.]]></description><pubDate>Thu, 03 Sep 2026 17:52:58 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Secret Service dealt with several drone-related incidents without adjusting its protection policies or documenting why it didn't, according to a government report released Thursday. That information may have helped illustrate the emerging threat of civilian drone use before one was used in the 2024 assassination attempt on then-candidate Donald Trump in Butler, Pennsylvania.</p><p>The report from the Government Accountability Office found delays and holes in how the Secret Service updates its policies regarding threats, and arrives after a few turbulent years for the agency charged with the president's protection.</p><p>The would-be assassin in Butler positioned himself on a roof left unsecured, nicking the president's ear with a bullet. Months later, a man with a rifle got surprisingly close to Trump at his West Palm Beach golf course. And in April, an armed man got beyond security barriers at the White House Correspondent's Dinner, where the president sat.</p><p>The report found that between 2015 and 2025 the Secret Service dealt with 83 security incidents and that they updated their protection policies in response to 25 of them. Among the incidents was a drone that made contact with President Barack Obama's motorcade in 2015 and another flown about 200 feet (60 meters) over a rally for then-presidential candidate Bernie Sanders.</p><p>Failing to document why the Secret Service decided not to change their policy is the concern, said Nathan Tranquilli, acting director of the Government Accountability Office, adding that the drone incidents were a “compelling example” of that.</p><p>“Some of the missing information has been relevant to subsequent attacks,” the report read. It cited the Butler incident, where the culprit flew a drone for 11 minutes over the crowd, which helped him position himself to get clear shot at Trump.</p><p>The Secret Service also failed to update eight of 22 protection policies within a required time frame of four years. A memorandum of understanding between the Secret Service and the Diplomatic Security Service, which designates each agencies' responsibilities for the president's overseas security, hasn't been updated since 1991, even though an annual review and update is required. As a consequence, the memorandum doesn't address newer threats, such as drones.</p><p>“When you look at the Secret Service and you look at their mission, really it's a zero fail mission, and they’ve got a ton of challenges,” said Tranquilli. “When decisions were being made about where to put time and energy, some of these things fell to the side, and, as a result, there were some delays.”</p><p>The report recommended three fixes, including that the Secret Service revise its policy to require that, when a security incident doesn't warrant a policy update, that the rationale is documented.</p><p>A spokesperson for the Secret Service did not immediately respond to a request for comment, but the report stated that the Department of Homeland Security, which oversees the Secret Service, agreed with all recommendations and plans to implement changes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/COPFJHZXPYINYT5ORBAWKMVONY.jpg?auth=31e0bc8e6fd31251fb6761ca63154dc9b895e6329a57fa82c1f45a8117f10493&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A member of the U.S. Secret Service stands before President Donald Trump arrives to board his limousine at Myrtle Beach International Airport in Myrtle Beach, S.C., Friday, Aug. 21, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Missouri candidate charged with trying to plant cocaine on his political rival]]></title><link>https://www.local10.com/news/national/2026/09/03/missouri-candidate-charged-with-trying-to-plant-cocaine-on-his-political-rival/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/03/missouri-candidate-charged-with-trying-to-plant-cocaine-on-his-political-rival/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[JEFFERSON CITY, Mo. (AP) — A candidate for the Missouri House made an initial court appearance Thursday on a federal drug charge accusing him of trying to plant cocaine and Adderall on his Republican primary opponent.]]></description><pubDate>Thu, 03 Sep 2026 17:52:02 +0000</pubDate><content:encoded><![CDATA[<p>JEFFERSON CITY, Mo. (AP) — A candidate for the Missouri House made an initial court appearance Thursday on a federal drug charge accusing him of trying to plant cocaine and Adderall on his Republican primary opponent.</p><p>Thomas Ross, 37, is charged with conspiracy to distribute a controlled substance. He's accused of asking a campaign manager to plant a small amount of cocaine and a prescription amphetamine pill on his opponent, Louise Secker, in the weeks leading up to the Aug. 4 primary, according to court documents.</p><p>Ross, of Joplin, defeated Secker by only a few dozen votes.</p><p>Ross did not respond to a Thursday message seeking comment about the charge, which was filed Wednesday. The federal public defender's office assigned to his case didn't immediately reply to a message asking how Ross plans to plead.</p><p>Missouri's Republican Party chairman, Peter Kinder, called on Ross to drop out of the race, describing the circumstances of his arrest as “serious and deeply troubling.”</p><p>A former campaign manager for Ross told law enforcement officers that Ross provided him with a black nylon glove that contained a small, plastic bag of white powder and a pink and white capsule. He said Ross told him to place it in Secker's purse or vehicle while Ross was out of state on vacation, according to a probable cause statement signed by an FBI agent.</p><p>Law enforcement tests later showed the substances to be cocaine and Adderall.</p><p>The FBI statement said Ross sent numerous text messages to his campaign staffer regarding “the substance.” In one, Ross said he hoped “that we could make it happen” before Secker attended a Republican women's meeting at a Joplin restaurant in June, “which would be extreme egg on the face,” according to the FBI document.</p><p>U.S. Attorney R. Matthew Price said in a statement that voters deserve to have confidence in elections.</p><p>“Candidates are expected to conduct their campaigns with integrity, honesty, and respect for their opponents," Price said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RXP4RZDEBROWVYUCOP6RKFZB4M.jpg?auth=3add398255736a1e43dd7906a5b132e0bc23e13f539f760a18df8c67feb9d722&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Missouri Capitol is seen Feb. 9, 2026, in Jefferson City, Mo. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[British police try to track down theft of 70,000 pints worth of Guinness stout]]></title><link>https://www.local10.com/news/weird-news/2026/09/03/british-police-try-to-track-down-theft-of-70000-pints-worth-of-guinness-stout/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/09/03/british-police-try-to-track-down-theft-of-70000-pints-worth-of-guinness-stout/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British police have a stout task ahead: recovering 70,000 pints worth of stolen Guinness.]]></description><pubDate>Thu, 03 Sep 2026 18:00:21 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British police have a stout task ahead: recovering 70,000 pints worth of stolen Guinness.</p><p>Two trailer truckloads of the famously creamy dark beer valued at 115,000 pounds ($155,000) were stolen from a depot near Liverpool in northwest England, the Cheshire Constabulary said Thursday.</p><p>“It is famously said that ‘Guinness is good for you,’ but that is only the case when it has been bought and paid for," Det. Sgt. Gary McClatchy said. “We will settle for nothing less than the full recovery of all the items stolen."</p><p>The Guinness had been destined for pubs, but was snatched Monday night by two drivers who pulled up to an industrial park in Runcorn and hauled away the trailers containing about 800 barrels of stout.</p><p>The value of the trailers was estimated at 50,000 pounds ($67,000).</p><p>The theft comes just weeks after a beer heist in the United States captured the public's attention because of the brewer's cheeky social media posts about the loss of roughly 34,000 cans of Pabst Blue Ribbon.</p><p>“To the thief: we don’t fault you for wanting to brag to your friends how much PBR you have, we just wish you obtained it the honorable way,” the company wrote on Instagram. “P.s. this is real and we are deadly serious.”</p><p>Police valued the Pabst theft from a Southern California warehouse at $70,000 and the company offered a $20,000 reward for information leading to the recovery of the stolen suds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FY5VWMLDEHENZZMT36TYBQMMAM.jpg?auth=d6ef19bf76a00d6c04ea09f13115d2b643cebc0eac08f565ea0cadf01849df34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tourists in a horse and cart pass the Guinness factory in Dublin city center, March, 16, 2020. (AP Photo/Peter Morrison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3JBNYHFWRZSQHKSU432377CYIY.jpg?auth=9263872bf48d56057eefedc0aaedb1e692dc97dd8871c9d4e99a9b4ea649d95c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cases of Pabst Blue Ribbon beer are stacked in a liquor store, Nov. 8, 2018, in Milwaukee. (AP Photo/Ivan Moreno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Moreno</media:credit></media:content></item><item><title><![CDATA[Fox News parts ways with longtime host Maria Bartiromo]]></title><link>https://www.local10.com/news/politics/2026/09/03/fox-news-parts-ways-with-longtime-host-maria-bartiromo/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/fox-news-parts-ways-with-longtime-host-maria-bartiromo/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Fox News Media announced Thursday that its host, Maria Bartiromo, is no longer with the company after more than 12 years.]]></description><pubDate>Thu, 03 Sep 2026 17:49:01 +0000</pubDate><content:encoded><![CDATA[<p>Fox News Media announced Thursday that its host, Maria Bartiromo, is no longer with the company after more than 12 years.</p><p>“We thank Maria for her work,” a statement read, “and wish her all the best on her next chapter.”</p><p>The statement did not specify the reasons for the separation.</p><p>Bartiromo hosted “Mornings with Maria” that aired on Fox Business Network, the last episode of which aired Thursday morning, as well as “Maria Bartiromo's Wall Street.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PIQ7IAX2TPLSQPKT57SF5MVYBI.jpg?auth=47345e096539d1e706e3b7469f01b478dcc0c92dd7f3f7d666deadf13d247996&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FOX Business Network's Mornings with Maria show anchor Maria Bartiromo, speaks during an interview, June 9, 2026, in Washington. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Trump turns to a dual economic and military approach in latest attempt to squeeze Iran]]></title><link>https://www.local10.com/news/politics/2026/09/03/trump-turns-to-a-dual-economic-and-military-approach-in-latest-attempt-to-squeeze-iran/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/trump-turns-to-a-dual-economic-and-military-approach-in-latest-attempt-to-squeeze-iran/</guid><dc:creator><![CDATA[By MATTHEW LEE, SAMY MAGDY and FARNOUSH AMIRI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Confronted by an intransigent Iranian government that has refused to back down in the face of a massive military campaign, President Donald Trump appears to have settled on a dual-prong approach that combines economic pressure with the potential of a devastating escalation in force.]]></description><pubDate>Thu, 03 Sep 2026 17:17:48 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Confronted by an intransigent Iranian government that has refused to back down in the face of a massive military campaign, President Donald Trump appears to have settled on a dual-prong approach that combines economic pressure with the potential of a devastating escalation in force.</p><p>Having launched “Operation Economic Outcast” just last week to try to isolate Iran from its remaining global trade partners, the Trump administration also resumed strikes in recent days, prompting Iranian retaliation that has renewed concerns of an all-out regional war.</p><p>However, the combination of already intense sanctions on Iran and an off-and-on bombing campaign since the war began more than six months ago has not bowed the Iranian leadership and has left the administration struggling to find a way to wind down the conflict. Tehran has dug in its heels — to Trump’s frustration — as energy prices rise, the global economy roils and poll numbers on the administration's handling of the war dip ahead of November’s midterm congressional elections.</p><p>Trump said Wednesday that he didn't think the conflict would last “much longer,” but he again shrugged off suggestions that its unpopularity and high gasoline prices resulting from Iran's chokehold on the Strait of Hormuz would affect the elections for Republicans.</p><p>“It doesn’t matter. And I’m not affected by the election,” he told reporters. "I’m not running. But my party is running, and I’m going to help my party. But I think my party respects the fact that we’re not allowing Iran to have a nuclear weapon.”</p><p>A regional diplomat briefed on the matter described the current impasse between Tehran and Washington as reflective of both countries' domestic priorities: the midterm elections for Trump and Republicans and the internal crises within Iran.</p><p>Domestic issues are critical reasons why neither side is willing to blink first, said the diplomat, who spoke on condition of anonymity to discuss sensitive negotiations.</p><p>The diplomat said negotiations, including those between Iran and Oman or even Iran and the U.S., will not go anywhere without addressing the initial catalyst of war: Israel. And the diplomat was skeptical of the Trump administration's new sanctions plan, saying the threats require more explanation than what the U.S. has provided so far.</p><p>The Trump administration's economic isolation of Iran is off to a slow start</p><p>The administration's new push for Iran's economic isolation was announced with great fanfare last week and a dire warning for all remaining countries to cut off financial and trade ties with Iran or face U.S. retaliation — but the campaign so far has fallen flat.</p><p>Just one branch of an Egyptian bank in the United Arab Emirates has been targeted so far. For actual sanctions to bite, experts agree that they must apply to Iran’s main trading partners: mainly China but also India and Russia. But Trump is loath to target China especially as he is preparing to host President Xi Jinping later this month.</p><p>Trump also insists that the U.S. has control over the Strait of Hormuz, where one-fifth of the world’s oil transited before the war began. The strategic waterway has been a key pressure point for Iran, and reopening it fully has become one of the prime goals for the U.S. administration.</p><p>Ship traffic through the strait is well below pre-war levels due to the risk of attack if vessels don’t comply with an Iranian vetting regime near its coastline, which is in sharp contrast to the unhindered navigation before the war. There were 102 transits last week and 126 the week before, according to shipping data company Lloyd’s List Intelligence, compared with 130 or more per day before the war.</p><p>“As President Trump said, the strait is open and all mines have been cleared,” White House spokeswoman Anna Kelly said Thursday. “The naval blockade remains in full force and effect, and Operation Economic Outcast is underway to sever every remaining economic lifeline sustaining the regime.”</p><p>The White House has repeatedly touted the economic impact that the sanctions have had on Iran, citing its rampant inflation and the massive loss in the value of its currency. U.S. officials have described Iran's financial system as “one big house of cards.”</p><p>Going forward, Secretary of State Marco Rubio said “the price” Iran will pay will be primarily economic, “but we reserve the right ... to take military action when necessary — not just to protect ourselves but to prevent them from being able to threaten others as well.”</p><p>“They’re going to continue to feel the squeeze,” he told Fox News host Brian Kilmeade in an interview that aired Wednesday.</p><p>Treasury Secretary Scott Bessent this week likened Iran to a snake that has been decapitated but whose body is still writhing.</p><p>“We are burying the head of the Iranian snake,” he said Tuesday. “The snake doesn’t know it’s dead yet, but it will stop wiggling when the sun goes down. And so the Iranian regime — they are in demise, and they will figure it out.”</p><p>Combining military force and sanctions on Iran ‘is the only option,’ one analyst says</p><p>Complicating things for the U.S., Iran’s leadership has shown signs of divisions between moderates more open to a diplomatic solution and hardliners who want to press ahead with a more confrontational approach.</p><p>President Masoud Pezeshkian is one of the most prominent voices still calling for a negotiated solution. But the hardliners appear to have gained the upper hand, and Iran shows no sign of backing down. Tehran continues to lash out at U.S. interests and allies around the region in response to military strikes.</p><p>“This kind of a hybrid approach — the combination of military force, blockade and economic pressure — that is the only option that seems to be available to the United States at this moment,” said Hamidreza Azizi, consulting senior Iran analyst for the International Crisis Group.</p><p>Still, he said, “it’s been for a long time, but now maybe more than ever, a battle of endurance between the two sides.”</p><p>Amr Hamzawy, director of the Middle East program at the Carnegie Endowment for International Peace, pointed to two main reasons for the deteriorating situation.</p><p>“One, none of the two parties is satisfied with the outcome — meaning that the current situation does not serve U.S. interests well, and it does not serve Iranian interests well,” Hamzawy said.</p><p>The other reason is how leaders from both sides are perceived at home.</p><p>“The Trump administration is afraid of being portrayed in the U.S. as an administration that failed to end a military campaign successfully, and that’s going to impact the midterm elections," he said. “And the Iranians, especially the Revolutionary Guard, are quite afraid of appearing as if they are submitting to U.S. sanctions with no actions on their side, which might hurt them domestically.”</p><p>___</p><p>Magdy reported from Cairo. Associated Press writers Will Weissert in Washington and David McHugh in Frankfurt, Germany, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BDIY4QN7P3OI666Y5OLUOINBNM.jpg?auth=6bfd79f1e9b88fddfa367224c6a0d1e510ab3dea0590c382890dbcdb6b0d86a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump attends an event with Republican lawmakers in the Rose Garden of the White House, Wednesday, Sept. 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54E24XW3RJDIGID2BM5BPH2IZE.jpg?auth=bdcc40353f7a11d72a4758eb377cc96c79f4db459499aeae1f54a18f676232a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during an event with Republican lawmakers in the Rose Garden of the White House, Wednesday, Sept. 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Former Cuban President Raul Castro is stable, sources say ]]></title><link>https://www.local10.com/news/world/2026/09/03/former-cuban-president-raul-castro-is-stable-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/former-cuban-president-raul-castro-is-stable-sources-say/</guid><dc:creator><![CDATA[Andy Gomez, Andrea Torres]]></dc:creator><description><![CDATA[Former Cuban President Raul Castro remains hospitalized but is stable, sources told Local 10 News Cuba Analyst Dr. Andy Gomez on Thursday.]]></description><pubDate>Thu, 03 Sep 2026 17:12:39 +0000</pubDate><content:encoded><![CDATA[<p>Former Cuban President Raul Castro remains hospitalized but is stable, sources told Local 10 News Cuba Analyst Dr. Andy Gomez on Thursday.</p><p>According to sources, retired General Abelardo Colome Ibarra, known as “ El Fury,” is currently in worse condition. </p><p>Colome Ibarra was head of the Ministry of the Interior and highly respected by the Castro brothers and the Cuban military.</p><p>Cuban officials have remained silent after the Diario Las Américas, a Miami-based newspaper in Spanish, <a href="https://www.diariolasamericas.com/america-latina/raul-castro-no-ha-muerto-esta-gravemente-enfermo-n5401478" rel="" title="https://www.diariolasamericas.com/america-latina/raul-castro-no-ha-muerto-esta-gravemente-enfermo-n5401478">reported</a> on Tuesday that Castro, 95, who formally retired in April 2021, had suffered a stroke and was on life support.</p><p>Castro’s last public appearance was on June 6 at a ceremony to commemorate the 62nd anniversary of Cuba’s Ministry of the Interior. He<a href="https://www.local10.com/news/2026/07/26/raul-castro-absent-as-cuba-celebrates-anniversary-of-key-revolutionary-attack/" rel="" title="https://www.local10.com/news/2026/07/26/raul-castro-absent-as-cuba-celebrates-anniversary-of-key-revolutionary-attack/"> did not attend the official annual event</a> to commemorate the historic assault of July 26, 1953.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGMQGZGA3ZAEVIQCRUA4BHNHQA.jpg?auth=3a255424581f10889851fa05cb3f161b36717a1d14a2b524783d5abd9f89f710&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Cuban President Raul Castro attends a political and cultural show paying tribute to late Cuban President Fidel Castro as Cuba marks what would have been his 100th birthday in Havana, Cuba, August 13, 2026. REUTERS/Norlys Perez]]></media:description></media:content></item><item><title><![CDATA[Brazil’s Senate passes rare earth minerals regulation, paving the way for boosted exploration]]></title><link>https://www.local10.com/business/2026/09/03/brazils-senate-passes-rare-earth-minerals-regulation-paving-the-way-for-boosted-exploration/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/brazils-senate-passes-rare-earth-minerals-regulation-paving-the-way-for-boosted-exploration/</guid><dc:creator><![CDATA[By ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RIO DE JANEIRO (AP) — Brazil’s Senate Wednesday night approved a landmark bill to regulate the exploration of critical and strategic minerals in the South American country, a step toward increased exploitation of its vast reserves of rare earths that are second only to China.]]></description><pubDate>Thu, 03 Sep 2026 17:02:15 +0000</pubDate><content:encoded><![CDATA[<p>RIO DE JANEIRO (AP) — Brazil’s Senate Wednesday night approved a landmark bill to regulate the exploration of critical and strategic minerals in the South American country, a step toward increased exploitation of its vast reserves of rare earths that are second only to China.</p><p>The Senate’s backing of the bill comes after the lower house overwhelmingly voted in favor on May 6. It now heads to President Luiz Inácio Lula da Silva, who is expected to sign the measure into law.</p><p>The proposed legislation creates a basic legal framework for rare earths and other critical minerals and a fund to provide credit to mining projects. It also provides for tax incentives for domestic processing.</p><p>Brazil has the world’s second-largest reserves of rare earth elements, used in a wide range of products, including smartphones, electric vehicles, solar panels and jet engines.</p><p>While China continues to dominate critical minerals in global supply chains, Brazil is positioning itself as an alternative by leveraging its vast reserves. Countries around the world have shown interest as they seek to diversify partnerships and reduce reliance on the Asian powerhouse.</p><p>A joint analysis by the AP and Reporter Brazil identified a wave of U.S. investment after China last year restricted rare earth exports in response to U.S. tariffs, including the purchase of Brazil’s only commercial rare earth producer, Serra Verde, by a firm in which the U.S. government has a stake.</p><p>In April, USA Rare Earth said it had agreed to pay approximately $2.8 billion for Serra Verde, owner of the Pela Ema rare earth mine and processing plant in Brazil’s Goias state.</p><p>Lula has repeatedly said that the South American nation should seek to capitalize on interest in the minerals to develop a national industry, rather than simply export the raw materials.</p><p>“We’re not going to repeat what happened with silver and gold in Latin America,” Lula told journalists in Washington on May 7, after his meeting with U.S. President Donald Trump. “With rare earths, we’re going to change our behavior. We want Brazil to be the big winner of these riches.”</p><p>The bill establishes the Mineral Activity Guarantee Fund with a contribution of 2 billion reais (about $391 million) from the federal government to guarantee projects and activities linked to the production of critical and strategic minerals.</p><p>The legislation also includes a specific program to encourage processing and transforming the minerals in Brazil, with federal incentives of 5 billion reais ($978 million) in tax credits over five years.</p><p>In addition, the bill creates the National Council for the Industrialization of Critical and Strategic Minerals, which will indicate priority projects to receive support from the fund.</p><p>Mining, which in some cases could happen near reserves in the Amazon rainforest, comes with major environmental risks.</p><p>The Climate Observatory, Brazil’s largest network of environmental groups, has criticized the bill, alleging that it increases regulatory flexibility without economic, climate or socioenvironmental trade-offs.</p><p>“Critical and strategic minerals are necessary for the energy transition, but this cannot become a blank check for mining. It makes no sense (...) to accelerate legislative proposals that do not guarantee the rights of affected communities and territories,” said Suely Araújo, Public Policy Coordinator at the Climate Observatory, in a statement on Sept. 1.</p><p>Leonardo Paz Neves, an international relations professor at the Getulio Vargas Foundation, a think tank and university, said Brazil should engage in a public debate with regard to exploration and production of its resources.</p><p>“Access already exists,” said Paz Neves, pointing to USA Rare Earth’s recent purchase. “The big question here is whether the state will want to try to negotiate some kind of privileged agreement regarding that access.”</p><p>After meeting with Trump, Lula made clear that Brazil is talking to other countries too. “Brazil has the obligation to share with whoever wants to participate with us, be that the U.S., China, Germany or France.”</p><p>In February, Brazil and India signed a nonbinding memorandum of understanding on critical minerals and rare earths, enhancing cooperation on crucial resources between both countries.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XESKHVM62R5RHANFJ4FUZBUNKA.jpg?auth=5438c114232b81def9bc7d3a594b073220495130d460a69f24038c4e45feb630&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A mine operated by Serra Verde Mining digs for rare earth elements including neodymium, praseodymium, terbium and dysprosium, which are essential for the production of permanent magnets, in Minacu, Goias state, Brazil, July 28, 2025. (AP Photo/Eraldo Peres, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Booker T. Washington Senior High School awarded $100K to expand SpaceHUB program ]]></title><link>https://www.local10.com/tech/2026/09/03/booker-t-washington-senior-high-school-awarded-100k-to-expand-spacehub-program/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/03/booker-t-washington-senior-high-school-awarded-100k-to-expand-spacehub-program/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Booker T. Washington Senior High School in Overtown was awarded $100,000 on Thursday to support its SpaceHUB program.]]></description><pubDate>Thu, 03 Sep 2026 16:38:12 +0000</pubDate><content:encoded><![CDATA[<p>Booker T. Washington Senior High School in Overtown was awarded $100,000 on Thursday to support its <a href="https://news.dadeschools.net/cmnc/new/36565" target="_self" rel="" title="https://news.dadeschools.net/cmnc/new/36565">SpaceHUB program</a>.</p><p>The Space Hub program aims to help address the aerospace workforce gap, inspire students to pursue STEM studies and increase awareness of careers in science-related fields.</p><p>The school is located at 1200 NW Sixth Ave.</p><p>State senators, representatives, students and Miami-Dade Schools Superintendent Rafael Villalobos were on hand to discuss the importance of the new program.</p><p>The funds will also support technology and equipment upgrades, renovations to the school’s current planetarium and the development of state-of-the-art discovery and aerospace research labs.</p><p>“This is the future. So beyond today, which is powerful and amazing, and their incredible work, it is that character, those morals, those values that are being instilled in our children. And they’re going to go out and lead our communities into a new frontier,” said new Miami-Dade Public Schools Superintendent Rafael Villalobos. </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[1 dead, 1 in custody after crash involving Miami-Dade deputy]]></title><link>https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/</guid><dc:creator><![CDATA[Jeff  Derderian , Amanda Batchelor]]></dc:creator><description><![CDATA[One person has died and another was taken into custody Wednesday night after a crash involving a Miami-Dade Sheriff’s Office deputy and two other vehicles, authorities said.]]></description><pubDate>Thu, 03 Sep 2026 03:02:28 +0000</pubDate><content:encoded><![CDATA[<p>One person has died and another was taken into custody Wednesday night after a crash involving a Miami-Dade Sheriff’s Office deputy and two other vehicles, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/">Leer en español</a></p><p>The crash happened around 7:40 p.m. near Northwest 51st Terrace and Northwest 33rd Avenue.</p><p>According to MDSO, deputies with the agency’s Robbery Intervention Detail (RID) conducted a traffic stop on one of the vehicles shortly before the crash.</p><p>Deputies said they confirmed during that stop that the driver, Luis Manuel Perez, 21, of Miami, had an outstanding warrant from the U.S. military, but he fled from them.</p><figure><img src="https://www.local10.com/resizer/v2/YAUCXBR7KJFK5NVSAV6LORET5E.jpg?auth=482e527623175553e595132e3a0b7ffd1dee1108d16d8dedb4d145cf6685e4d1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“As additional RID units responded to the area the driver entered a dead-end street,” an MDSO spokesperson told Local 10 News in an email Thursday. “After turning around, the driver ran a stop sign, colliding with a civilian vehicle causing it to flip. The impact caused the vehicles to subsequently collide with an unmarked MDSO vehicle occupied by an RID deputy who was in the area searching for the subject.”</p><p>A picture obtained by Local 10 shows the flipped vehicle. A person can also be seen on the ground in the area, apparently in handcuffs. </p><p>“I seen him hit the car, and I seen him flip over in the air. And that’s when I ran over there,” one witness said. “I seen it while it happened. I seen it -- pieces of the car flying in the air.” </p><p>The driver of the civilian vehicle was taken by Miami-Dade Fire Rescue to Jackson Memorial Hospital’s Ryder Trauma Center in critical condition, but later died, authorities confirmed. </p><p>Deputies said Perez was taken into custody and transported to a local hospital to be evaluated, and the deputy was treated at the scene by Miami-Dade Fire Rescue.</p><p>While an arrest affidavit for Perez states that he has an active fugitive warrant from the U.S. military, it does not specify the allegations against him. MDSO officials said additional charges are pending against him as well for Wednesday’s crash.</p><p>The victim’s identity has not yet been released as authorities work to notify the next of kin.</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[Rafael Villalobos begins first day as Miami-Dade Schools superintendent amid concerns about pending school closures ]]></title><link>https://www.local10.com/news/local/2026/09/02/rafael-villalobos-begins-first-day-as-miami-dade-schools-superintendent/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/02/rafael-villalobos-begins-first-day-as-miami-dade-schools-superintendent/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Rafael Villalobos is officially on the job as the new superintendent of Miami-Dade County Public Schools.]]></description><pubDate>Wed, 02 Sep 2026 20:43:55 +0000</pubDate><content:encoded><![CDATA[<p>Rafael Villalobos is officially on the job as the new superintendent of Miami-Dade County Public Schools.</p><p><a href="https://www.local10.com/espanol/2026/09/02/rafael-villalobos-comienza-su-primer-dia-como-superintendente-de-las-escuelas-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/02/rafael-villalobos-comienza-su-primer-dia-como-superintendente-de-las-escuelas-de-miami-dade/">Leer en español</a></p><p>His first day comes as the district faces several challenges, including a proposal to potentially close more than two dozen schools because of declining enrollment.</p><p>Villalobos says under-enrolled schools can struggle to offer students a wide range of programs.</p><p>“When you have schools that are under enrolled, there are programs that are lacking that ultimately students are suffering because they are not receiving them,” Villalobos said.</p><p>He said schools operating at full capacity are more likely to have stronger elective programs, including music, art and physical education.</p><p>The possible school consolidations are raising concerns among parents.</p><p>Villalobos says the list of schools being considered for closure is preliminary. He is pausing community meetings to give the proposal a closer look.</p><p>“I wanna make sure that we have a proper set of research and communication, not only for my purposes as the new superintendent coming in, but also making sure that the board members have a better understanding of why those schools were selected, the process in which they were selected,” Villalobos said.</p><p>He says community meetings are expected to resume sometime after the second week of October.</p><figure><img src="https://www.local10.com/resizer/v2/A4ZJTM3FENAQ5PBMN3V27XPVVE.jpg?auth=9f0d0bd626616cd168b145482e480660ad9716ff216f8ee84e565b283c43f548&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/66XZCGK54FH2RFDMZPAB4RGU44.jpg?auth=d6f38447f779f978b1c47f9da9dbd7300fbf5e0d58c30635a8d05307cd09ce85&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/7EDVG5JJZFF35L6R6PYIDYAPRM.jpg?auth=ad4a4990a2ea3d8f98806dde65b0cbcdc7db467cf4f3fe26b59033dd83ee8cf9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded></item><item><title><![CDATA[Man threatened kids inside McDonald’s before they followed him outside, leading to brawl, cops say]]></title><link>https://www.local10.com/news/local/2026/09/03/witnesses-provide-additional-insight-into-fight-between-middle-school-kids-adult-outside-dania-beach-mcdonalds/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/witnesses-provide-additional-insight-into-fight-between-middle-school-kids-adult-outside-dania-beach-mcdonalds/</guid><dc:creator><![CDATA[Jolena Esperto, David Dwork]]></dc:creator><description><![CDATA[An investigation remains open and active into a fight outside of a McDonald’s in Dania Beach involving an adult and several children. ]]></description><pubDate>Thu, 03 Sep 2026 16:23:51 +0000</pubDate><content:encoded><![CDATA[<p>An investigation remains open and active into a fight outside of a McDonald’s in Dania Beach involving an <a href="https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/">adult and several children</a>. </p><p>It happened on Aug. 21 outside the McDonald’s located at 1310 S. Federal Highway. </p><p>An Olsen Middle School parent says she was picking up her kids when she saw the fight spilling out into the street.</p><p>“They basically jumped an old man,” said parent Yanelle Perez, who witnessed the fight. </p><p>Patrick Utter also said he was there for the incident, jumping into action to help the man, but adding that neither party was innocent. </p><p>“A guy that maybe had mental health issues, drinking, went into the McDonald’s and he said something wrong, he incited a bunch of young kids, and they followed him out here on the US 1 corridor,” said Utter. “The US 1 corridor is a little bit rough over here, and more importantly, these kids that are passing through here could use some supervision.”</p><p>According to the Broward Sheriff’s Office, the man threatened to fight the kids when they were all inside the McDonald’s. </p><p>When the man left the restaurant, deputies said the children followed him outside, after which the fight broke out. </p><p>Deputies said they are investigating whether whatever was said inside the restaurant justified what subsequently occurred outside. </p><p>They said they are still waiting to speak with the man, who was not still at the McDonald’s by the time deputies arrived. </p><p>At the very end of the fight, video showed several witnesses trying to help the man. </p><p>“They took his food, beat him up, and he fell on the floor,” said Perez. “They had to have two older gentleman stop it up because it the man, he couldn’t. There was like 10-15 kids on top of him.”</p><p>Olsen Middle School Principal Janet Giancarli sent a message to parents in regard to the incident, which stated:</p><p>“An adult male approached the students and initiated a physical confrontation outside of the restaurant. The Broward Sheriff’s Office responded and investigated. No one was injured.”</p><p>“We understand that a video of this incident is now circulating on social media and is concerning. While the incident did not occur on school grounds or during the school day, we take any situation involving our students seriously and we will continue to work closely with law enforcement regarding this matter,” the statament continued. “The safety and well-being of our students remain our highest priority.”</p><p>Utter said he feels there needs to be more law enforcement presence in the area.</p><p>“There’s no doubt in my mind, my friend Ed Tarks, Bernard and myself, saved this guy from a really horrific ending, and that’s why I’m going along with this interview, because we need some help over here with police at the end of the day,” said Utter. </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[Expectativa en Argentina: Milei hablará de la islas Malvinas tras los dichos de Trump]]></title><link>https://www.local10.com/espanol/2026/09/03/expectativa-en-argentina-milei-hablara-de-la-islas-malvinas-tras-los-dichos-de-trump/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/expectativa-en-argentina-milei-hablara-de-la-islas-malvinas-tras-los-dichos-de-trump/</guid><dc:creator><![CDATA[Por ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — El presidente Javier Milei dirigirá el lunes un mensaje a los argentinos referido a las Islas Malvinas en medio de la gran expectativa que ha generado el mandatario estadounidense Donald Trump luego de sugerir que su país podría revisar su histórica neutralidad respecto del control de Londres del archipiélago.]]></description><pubDate>Thu, 03 Sep 2026 17:11:00 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — El presidente Javier Milei dirigirá el lunes un mensaje a los argentinos referido a las Islas Malvinas en medio de la gran expectativa que ha generado el mandatario estadounidense Donald Trump luego de sugerir que su país podría revisar su histórica neutralidad respecto del control de Londres del archipiélago.</p><p>El mensaje de Milei está previsto para las 21 local (00.00 GMT) y será retransmitido por todas las cadenas televisivas. Según el gobierno, se referirá a los “avances diplomáticos” realizados en defensa de la soberanía de las islas en el Atlántico sur, a las que los británicos denominan Falklands y cuya soberanía Argentina reclama desde 1833. Ambos países libraron una guerra por su dominio en 1982 en la que el país sudamericano resultó derrotado.</p><p>Las especulaciones en torno del anuncio de Milei aumentaron luego de que Trump —quien profesa una gran simpatía por el mandatario argentino— se refiriera el miércoles al asunto por segunda vez en la semana en una entrevista con la cadena británica GB News.</p><p>La entrevistadora le preguntó si acudiría “en ayuda del gobierno británico”, dejando a un lado la histórica neutralidad de Washington, si Milei alude al reclamo. Trump respondió que ese conflicto ha “quedado muy lejos” y a continuación mostró su malestar con el gobierno británico por no haber brindado apoyo militar durante la guerra en Irán.</p><p>El lunes había dicho ante consultas periodísticas acerca de si modificaría el alineamiento con Gran Bretaña que “siempre reviso todas mis posturas, esta es sólo una de muchas”.</p><p>Las declaraciones fueron leídas como un guiño por Milei, quien señaló que “pasó algo fuerte respecto de la causa más sagrada que tenemos los argentinos”.</p><p>Por su parte, el gobierno británico aclaró a través de Tom Wells, portavoz del primer ministro Andy Burnham, que la postura respecto de las islas es “inquebrantable”.</p><p>“La soberanía recae en el Reino Unido y el derecho de los isleños a la autodeterminación es primordial”, afirmó Wells. “Los isleños han expresado en repetidas ocasiones su deseo de seguir siendo un territorio británico de ultramar”.</p><p>A pesar de que la Constitución argentina establece que la recuperación de las islas y el ejercicio de la soberanía sobre ellas “constituyen un objetivo permanente e irrenunciable”, la relación entre Argentina y el archipiélago es mínima.</p><p>No hay comercio directo con las islas —situadas a sólo 480 kilómetros del continente—, y sólo hay un vuelo mensual desde territorio argentino.</p><p>Señalamientos contra Milei</p><p>Opositores a Milei sostienen que el anuncio de su mensaje es oportunista y basado en declaraciones ambiguas del mandatario estadounidense.</p><p>Milei ha sido cuestionado por haber manifestado admiración por la primera ministra Margaret Thatcher —quien envió tropas a Malvinas para luchar contra los argentinos—, como las que hizo durante la campaña que lo llevó al poder en 2023.</p><p>En 2025 expresó su esperanza de que los residentes de las islas puedan algún día elegir ser argentinos en lugar de británicos, comentarios que fueron criticados por sus oponentes como excesivamente conciliadores.</p><p>Recientemente el presidente apuntó contra el gesto de los jugadores de la Selección de fútbol que desplegaron una pancarta tras la victoria 2-1 ante Inglaterra en el Mundial que se jugó julio que rezaba “Las Malvinas son argentinas”.</p><p>“No mezclemos las cosas, entiendo que es difícil... las Malvinas se recuperan con diplomacia sabia y no con gestos de patrioterismo baratos", afirmó Milei a la prensa.</p><p>Ese cartel disparó en Argentina, sobre todo entre los jóvenes, un renovado fervor patriótico por las Malvinas.</p><p>Lucas Romero, director de Synopsis Consultores, dijo a The Associated Press que pareciera que Milei “está aprovechando las declaraciones de Trump para inflamar o sobreactuar un sentimiento malvinero, para embanderarse con la causa Malvinas”.</p><p>Según el politólogo, la estrategia del mandatario sería reposicionarse luego de que fuera muy cuestionado por sus críticas a los jugadores de la Selección durante un partido que “inflamó muchísimo un sentimiento muy profundo en la Argentina, que es el reclamo por la soberanía de las islas, quizás una de las causas que mayor consenso social genera”.</p><p>Pero agregó que si el anuncio de Milei no es significativo podría jugarle en contra, “entendiéndose que está sobreactuando”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QWAN6SXIFEQ53M2V65GMUOF7LQ.jpg?auth=f77f95671df986f50cae3677db26d2d715aa58a0be8183e1f0bc2e74a2d3f854&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Argentina, Javier Milei, interviene en el Foro de Madrid, celebrado en Santiago de Chile, el jueves 3 de septiembre de 2026. (Foto AP/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Felon ran illegal butt sculpting clinic in Liberty City that left women disfigured, cops say]]></title><link>https://www.local10.com/news/local/2026/09/03/felon-ran-illegal-butt-sculpting-clinic-in-liberty-city-that-left-women-disfigured-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/felon-ran-illegal-butt-sculpting-clinic-in-liberty-city-that-left-women-disfigured-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman who police said went by “Dr. Lori” and performed butt injections was actually Latonya Shanice Starks, who is not a licensed doctor ― and is instead a 33-year-old felon with no “legitimate job.”]]></description><pubDate>Thu, 03 Sep 2026 16:10:03 +0000</pubDate><content:encoded><![CDATA[<p>A woman who police said went by “Dr. Lori” bragged about her body sculpting clinic’s success on Instagram, proclaiming, “Imagine being a Millionaire off BOOTY” and exhorting her followers to “get rich in this spa s--- or quit.”</p><p><a href="https://www.local10.com/espanol/2026/09/03/acusan-a-delincuente-convicto-de-operar-clinica-ilegal-de-aumento-de-gluteos-en-liberty-city-que-dejo-desfiguradas-a-mujeres-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/acusan-a-delincuente-convicto-de-operar-clinica-ilegal-de-aumento-de-gluteos-en-liberty-city-que-dejo-desfiguradas-a-mujeres-dice-la-policia/">Leer en español</a></p><p>But Miami police said “Dr. Lori” was actually Latonya Shanice Starks, who is not a licensed doctor ― and is instead a 33-year-old felon with no “legitimate job.”</p><p>Detectives said she was illegally performing injections ― some of which left patients with scarring, pain and abscesses. In one case, police said a victim believed the complications ultimately led her to have a miscarriage.</p><p>Authorities said Starks, of Aventura, ran Lori Dior Miami Med Spa at 5789 NW Seventh Ave. in Miami’s Liberty City neighborhood. </p><h3>‘Lumps,’ ‘irritation’, ‘abscesses’ and a miscarriage</h3><p>Miami police said they received complaints in May and June about Starks who went to “Dr. Lori” to receive Sculptra, described in arrest reports as a “dermal filler.”</p><p>In one case, police said a woman who said she found Starks through the loridior_beautyspa Instagram page went to the clinic in September for Sculptra, “represented to her as a fat-dissolving injection.”</p><p>“The victim later learned she was allegedly injected with lemon bottle, which is a foreign fat-dissolving substance that is not approved by the United States Food and Drug Administration,” a Miami Police Department detective wrote in one of the arrest reports. “The victim stated that after receiving the injections, the substance later began breaking through her skin in the same areas where she had been injected.”</p><p>Police said the woman “suffered a severe adverse medical reaction and required repeated hospitalization over a period of approximately three months.”</p><p>The woman, who became pregnant in January, believed that she had a miscarriage months later because of medications she had to take to treat the complications, one arrest report states.</p><p>In another case, police said a woman who also found Starks through Instagram went to the clinic with her sister in October for injections.</p><p>One of the women, who said she was trying to get rid of “hip dips,” said Starks used an insulin needle to inject what the victim believed was Sculptra into her buttocks and abdomen area using an insulin-type needle, the report states.</p><p>An MPD detective noted that the substance is “typically injected from a larger syringe than an insulin-type needle because the particles can clog it.”</p><p>Police said the victim, who paid Starks $1,200, never saw a Sculptra box and wasn’t sure if that’s what she actually received. They said the victim also paid Starks $650 for her sister, who was in South Florida from Kentucky to celebrate her birthday, to get injections as a gift.</p><p>According to an arrest report, both women said they began experiencing “lumps and irritation” after getting the injections. Both women, police said, had to have multiple procedures to get abscesses drained and scarring repaired and both continue to suffer pain at their injection sites.</p><p>One of the women said she even lost her job “because she has missed work due (to) the multiple doctor appointments that she has had to go to repair her scarring and drain her abscesses,” police said.</p><h3>Instagram posts and a felony record</h3><p>Police said they reviewed the loridior_beautyspa Instagram, where videos showed “Starks filming herself while stating that she is no longer performing injections and instructing individuals to stop contacting her to request injections.”</p><p>A post on the account reads, “Lori Dior ONLY does trainings. I do not provide services. I can refer y’all to people but I stop (sic) doing liquid bbls 2 years ago.”</p><p>“My classes be soo GHETTO,” a post about a training session read.</p><p>Other posts include advertisements for Lori Dior’s “signature POWERBOOTY™ Buttock Enhancement Machine," showing what appear to be AI-generated clips of women having their buttocks significantly inflated by the machines on a beach.</p><figure><img src="https://www.local10.com/resizer/v2/KWQ7LCOVSNCK3KN7IFHIQWDG6M.jpg?auth=9c547b12cfe5855cf057b5a8897330a645a9a95b20fba7b34d593c3b0637f79a&smart=true&width=1200&height=900" alt="An advertisement for the "POWERBOOTY™ Buttock Enhancement Machine" on the loridior_beautyspa Instagram page." height="900" width="1200"/><figcaption>An advertisement for the "POWERBOOTY™ Buttock Enhancement Machine" on the loridior_beautyspa Instagram page.</figcaption></figure><p>Detectives said records revealed that Lori Dior was never licensed with the state and “further investigation revealed that Starks had previously received a cease-and-desist order from the state of Georgia for similar operations prior to conducting business in Miami.”</p><p>Georgia Department of Corrections records show Starks, a native of the Peach State, was convicted of committing multiple crimes, including first-degree forgery and shoplifting, in suburban Atlanta in 2010. Miami police said she was on probation at the time of her arrest on Wednesday.</p><h3>Traffic stop and arrest</h3><p>Starks, police said, was taken into custody after a traffic stop near her home in Aventura. </p><p>A search of her vehicle revealed “medical and cosmetic equipment, including needles, a sharps container, bandages, and packaging labeled Sculptra 150,” police said.</p><p>They said they received a warrant to search her apartment at the Portsview at the Waterways condo building at 3610 Yacht Club Drive and found “additional medical and cosmetic equipment.”</p><p>Authorities said Starks claimed that a registered nurse named “Kate,” whose last name, phone number or credentials she couldn’t provide, was doing the injections.</p><p>Starks is now facing three charges of practicing healthcare without a license causing serious injury, as well as two counts of felon in possession of a firearm.</p><p>Records show she was being held in the Turner Guilford Knight Correctional Center on a total bond of more than $30,000.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ICAUNTDOSZGIVJXZLFWJUV2QTM.jpg?auth=c7a7a11a775fee03fd3f8a03fb32837dc7092a9faaad3b9cab8253684d835244&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An arrest report states that Latonya Starks (left) ran the loridior_beautyspa Instagram page, where she bragged about "being a Millionaire off BOOTY" (right).]]></media:description></media:content></item><item><title><![CDATA[Acusan a delincuente convicto de operar clínica ilegal de aumento de glúteos en Liberty City que dejó desfiguradas a mujeres, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/03/acusan-a-delincuente-convicto-de-operar-clinica-ilegal-de-aumento-de-gluteos-en-liberty-city-que-dejo-desfiguradas-a-mujeres-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/acusan-a-delincuente-convicto-de-operar-clinica-ilegal-de-aumento-de-gluteos-en-liberty-city-que-dejo-desfiguradas-a-mujeres-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer que, según la policía, se hacía llamar “Dra. Lori” y realizaba inyecciones en los glúteos era en realidad Latonya Shanice Starks, quien no es una doctora con licencia, sino una delincuente convicta de 33 años sin un “trabajo legítimo”.]]></description><pubDate>Thu, 03 Sep 2026 16:20:46 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer que, según la policía, se hacía llamar “Dra. Lori” presumía en Instagram del éxito de su clínica de moldeado corporal, proclamando: “Imagínense ser millonaria gracias a los GLÚTEOS” y exhortando a sus seguidores a “hacerse ricos en este maldito negocio de los spas o renunciar”.</p><p>Pero la policía de Miami dijo que la “Dra. Lori” era en realidad Latonya Shanice Starks, quien no es una doctora con licencia, sino una delincuente convicta de 33 años sin un “trabajo legítimo”.</p><p>Los detectives dijeron que realizaba inyecciones ilegalmente, algunas de las cuales dejaron a pacientes con cicatrices, dolor y abscesos. En un caso, la policía dijo que una víctima creía que las complicaciones finalmente provocaron que sufriera un aborto espontáneo.</p><p>Las autoridades dijeron que Starks, de Aventura, operaba Lori Dior Miami Med Spa en 5789 NW Seventh Ave., en el vecindario Liberty City de Miami.</p><p>“Bultos”, “irritación”, “abscesos” y un aborto espontáneo</p><p>La policía de Miami dijo que recibió denuncias en mayo y junio sobre Starks de mujeres que acudieron a la “Dra. Lori” para recibir Sculptra, descrito en los informes de arresto como un “relleno dérmico”.</p><p>En un caso, la policía dijo que una mujer que afirmó haber encontrado a Starks a través de la página de Instagram loridior_beautyspa acudió a la clínica en septiembre para recibir Sculptra, que “le fue presentado como una inyección para disolver grasa”.</p><p>“La víctima posteriormente se enteró de que presuntamente le habían inyectado lemon bottle, una sustancia extranjera para disolver grasa que no está aprobada por la Administración de Alimentos y Medicamentos de Estados Unidos”, escribió un detective del Departamento de Policía de Miami en uno de los informes de arresto. “La víctima declaró que después de recibir las inyecciones, la sustancia posteriormente comenzó a salir a través de su piel en las mismas áreas donde había sido inyectada”.</p><p>La policía dijo que la mujer “sufrió una reacción médica adversa grave y requirió hospitalizaciones repetidas durante un período de aproximadamente tres meses”.</p><p>La mujer, quien quedó embarazada en enero, creía que sufrió un aborto espontáneo meses después debido a los medicamentos que tuvo que tomar para tratar las complicaciones, señala uno de los informes de arresto.</p><p>En otro caso, la policía dijo que una mujer que también encontró a Starks a través de Instagram acudió a la clínica con su hermana en octubre para recibir inyecciones.</p><p>Una de las mujeres, quien dijo que intentaba eliminar los “hundimientos de cadera”, afirmó que Starks utilizó una aguja de insulina para inyectar en sus glúteos y abdomen lo que la víctima creía que era Sculptra, señala el informe.</p><p>Un detective del Departamento de Policía de Miami señaló que la sustancia “normalmente se inyecta con una jeringa más grande que una aguja del tipo utilizado para insulina porque las partículas pueden obstruirla”.</p><p>La policía dijo que la víctima, quien pagó a Starks $1,200 USD, nunca vio una caja de Sculptra y no estaba segura de que eso fuera lo que realmente recibió. Dijeron que la víctima también pagó a Starks $650 USD para que su hermana, quien estaba en el sur de Florida procedente de Kentucky para celebrar su cumpleaños, recibiera las inyecciones como regalo.</p><p>Según un informe de arresto, ambas mujeres dijeron que comenzaron a experimentar “bultos e irritación” después de recibir las inyecciones. Ambas mujeres, dijo la policía, tuvieron que someterse a múltiples procedimientos para drenar abscesos y reparar cicatrices, y ambas continúan sufriendo dolor en los lugares donde recibieron las inyecciones.</p><p>Una de las mujeres dijo que incluso perdió su trabajo “porque faltó al trabajo debido a las múltiples citas médicas a las que tuvo que acudir para reparar sus cicatrices y drenar sus abscesos”, dijo la policía.</p><h3><b>Publicaciones en Instagram y antecedentes por delitos graves</b></h3><p>La policía dijo que revisó la cuenta de Instagram loridior_beautyspa, donde videos mostraban a “Starks grabándose mientras afirmaba que ya no realiza inyecciones e indicaba a las personas que dejaran de contactarla para solicitar inyecciones”.</p><p>Una publicación en la cuenta dice: “Lori Dior SOLO ofrece capacitaciones. No presto servicios. Puedo recomendarles personas, pero dejé de hacer bbl líquidos hace 2 años”.</p><p>“Mis clases son MUY DE BARRIO”, decía una publicación sobre una sesión de capacitación.</p><p>Otras publicaciones incluyen anuncios de la “máquina exclusiva POWERBOOTY™ para aumento de glúteos” de Lori Dior, que muestran lo que parecen ser videos generados por inteligencia artificial de mujeres cuyos glúteos son inflados significativamente por las máquinas en una playa.</p><figure><img src="https://www.local10.com/resizer/v2/KWQ7LCOVSNCK3KN7IFHIQWDG6M.jpg?auth=9c547b12cfe5855cf057b5a8897330a645a9a95b20fba7b34d593c3b0637f79a&smart=true&width=1200&height=900" alt="An advertisement for the "POWERBOOTY™ Buttock Enhancement Machine" on the loridior_beautyspa Instagram page." height="900" width="1200"/><figcaption>An advertisement for the "POWERBOOTY™ Buttock Enhancement Machine" on the loridior_beautyspa Instagram page.</figcaption></figure><p>Los detectives dijeron que los registros revelaron que Lori Dior nunca tuvo licencia del estado y que “una investigación adicional reveló que Starks había recibido previamente una orden de cese y desistimiento del estado de Georgia por operaciones similares antes de realizar negocios en Miami”.</p><p>Los registros del Departamento de Correcciones de Georgia muestran que Starks, oriunda de ese estado, fue condenada por cometer múltiples delitos, incluyendo falsificación en primer grado y hurto en tiendas, en los suburbios de Atlanta en 2010. La policía de Miami dijo que estaba en libertad condicional al momento de su arresto el miércoles.</p><h3><b>Parada de tráfico y arresto</b></h3><p>Starks, dijo la policía, fue puesta bajo custodia después de una parada de tráfico cerca de su casa en Aventura.</p><p>Un registro de su vehículo reveló “equipos médicos y cosméticos, incluyendo agujas, un recipiente para objetos punzocortantes, vendajes y empaques etiquetados como Sculptra 150”, dijo la policía.</p><p>Dijeron que obtuvieron una orden para registrar su apartamento en el edificio de condominios Portsview at the Waterways, ubicado en 3610 Yacht Club Drive, y encontraron “equipos médicos y cosméticos adicionales”.</p><p>Las autoridades dijeron que Starks afirmó que una enfermera registrada llamada “Kate”, de quien no pudo proporcionar apellido, número de teléfono ni credenciales, era quien realizaba las inyecciones.</p><p>Starks ahora enfrenta tres cargos por ejercer la atención médica sin licencia causando lesiones graves, así como dos cargos por posesión de un arma de fuego por parte de una delincuente convicta.</p><p>Los registros muestran que permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza total de más de $30,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ICAUNTDOSZGIVJXZLFWJUV2QTM.jpg?auth=c7a7a11a775fee03fd3f8a03fb32837dc7092a9faaad3b9cab8253684d835244&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An arrest report states that Latonya Starks (left) ran the loridior_beautyspa Instagram page, where she bragged about "being a Millionaire off BOOTY" (right).]]></media:description></media:content></item><item><title><![CDATA[Finding a job after prison comes with extra challenges. Here are ways to overcome them]]></title><link>https://www.local10.com/business/2026/09/03/finding-a-job-after-prison-comes-with-extra-challenges-here-are-ways-to-overcome-them/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/finding-a-job-after-prison-comes-with-extra-challenges-here-are-ways-to-overcome-them/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Don Christian had never held a regular job when he left prison. A conviction at age 19 for selling drugs kept him confined through young adulthood and into his early 40s.]]></description><pubDate>Thu, 03 Sep 2026 16:20:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Don Christian had never held a regular job when he left prison. A conviction at age 19 for selling drugs kept him confined through young adulthood and into his early 40s.</p><p>When he got out after serving 23 years and started looking for work, “I had to start from the bottom. The very, very bottom,” Christian said. "I was willing to work anywhere. I just wanted to change my life."</p><p>Having a criminal record, as an estimated 1 in 3 American adults do, creates hurdles for people seeking employment, especially in fields that require licenses, according to the Vera Institute of Justice, a nonprofit that aims to end mass incarceration. Meeting with parole officers, a need to secure stable housing and other conditions of release, along with discrimination, compound the typical challenges of job hunting.</p><p>“Even when they come home with skills and credentials, they see fewer job opportunities and they earn less money than people who don’t have convictions,” Ruth Delaney, who directs a higher education initiative at the Vera Institute, said.</p><p>After Christian's release, his parole officer suggested applying for a job at Toyotetsu, an auto parts manufacturer. The company hires former inmates through a second-chance program. Christian, now 53, got a welding job there and began rebuilding his life.</p><p>“I had to learn on the go, on the fly," he said nine years later. "I already had my mind set — I wasn’t going to fail.”</p><p>Here are strategies shared by former inmates and reentry specialists for finding work after incarceration.</p><p>Develop skills before and after entering the workforce</p><p>People incarcerated in prisons with educational programs can build job skills by taking college-level courses or pursuing a professional certification.</p><p>Inmates interested in seeking a degree from an eligible college or university can apply for a federal Pell Grant to help cover the cost. The grants were unavailable to incarcerated students for decades, but the Vera Institute and other groups persuaded Congress to restore access.</p><p>Incarcerated people who pursue college programs have 48% lower odds of returning to prison than those who do not, according to Vera Institute research. “People who go home and are able to get living-wage jobs do better during reentry," Delaney said. “They're able to get jobs that can support themselves and their families.”</p><p>Ryan Cuellar, who went to jail at age 18, received federal financial aid after his release to learn paralegal skills, which he then used to get his record sealed. He eventually earned a master’s degree and now works as a sales consultant for a tutoring company.</p><p>“I can't drive home enough how much determination you need to have for yourself," Cuellar said.</p><p>Prison work experience is another way to gain skills that are worth including on a resume. You don't have to spell out that your employer was a correctional institution, according to Laura Rivero, an instructor at Leap for Ladies, a nonprofit that teaches employment, entrepreneurship and life skills to women in prison.</p><p>Someone who worked in the kitchen of a Florida prison, for example, could list “State of Florida” as the employer and describe the experience as “operated commercial dishwashing machines” or “prepared and served foods in a high-volume dining facility,” Rivero said.</p><p>Christian took up welding in prison, which helped him land his first job at Toyotetsu. He still is at the company, where he mentors new employees. He is taking social work classes with the goal of earning an associate degree and helping other former inmates transition into working life.</p><p>Seek out employers with second-chance hiring programs</p><p>A number of U.S. companies, including large employers like JP Morgan Chase and Virgin Atlantic, work intentionally to hire people with criminal records. The Business Roundtable, a nonprofit association of American CEOs, and the U.S. Chamber of Commerce have promoted “ second-chance hiring” as a policy that can help address labor shortages as baby boomers retire in large numbers.</p><p>Some types of businesses, such as restaurants and warehouses, have established track records for hiring former inmates. Manufacturing jobs and technical positions in health care are growing opportunities as well, Delaney said.</p><p>Before a release date, think about who might be able to help you find a job — cousins, former coworkers, teachers or a former boss, Rivero said.</p><p>“Some of my students have a lot of shame about their conviction, and they say, ‘I don’t want to reach out to someone because I’m ashamed of where I am,’” she said. “Maybe they don’t respond. Maybe they do. And you don’t know until you try.”</p><p>Be prepared to talk about your past</p><p>After Joe Anderson left prison and completed house arrest, a friend who worked at a welding plant said the plant needed a dock manager to handle deliveries.</p><p>Anderson went there, asked to speak to a manager, and said, “I got out of prison, I really need a job, and I will show up for work because I need this job to stay out of jail.”</p><p>The manager appreciated his honesty; Anderson got the job and held it for four years.</p><p>“I’ve never really tried to hide anything from anybody because there’s no real point in it with technology these days,” he said. “Anybody can find out anything about you.”</p><p>Parole officers showed up at the plant three or four times, Anderson said.</p><p>“It’s embarrassing, but at the same time, it got done and they’d show up, just see that I was working and then just wander off,” he said.</p><p>Anderson, 34, now earns a salary as a commercial plumber, a job that provides insurance, a pension and a 401(k). “None of that would have been possible if I wasn’t honest about what happened and if I just didn’t get up and try,” he said.</p><p>Rivero advises her Leap for Ladies students to disclose a prior conviction during job interviews. She suggested starting with a brief description of your strengths and skills, mentioning that a rough time in your life landed you in prison, and pivoting back to all your positive qualities.</p><p>“I tell them, ‘Look, you’re not your conviction, you’re not the worst day of your life,’” Rivero said. “You can frame the narrative if you bring it up."</p><p>Prepare for success by making lifestyle changes</p><p>Getting a job is an important step. Keeping it and succeeding require their own strategies.</p><p>Christian said his first job required 12-hour shifts five or six days per week, with a schedule that alternated between day and night shifts.</p><p>“It won’t just be 8-hour jobs,” he said. “You’ve got to learn how to shift your sleep patterns. ... You’ve got to get proper rest.”</p><p>After Cuellar started working, he noticed habits he had acquired while incarcerated and needed to break. “I developed a slang that I had to unlearn," he recalled. "I didn’t realize it was a survival mechanism.”</p><p>The change was a big adjustment for Anderson, who before prison was out drinking at parties and raves every night. These days he wakes up around 4 a.m. to get to work on time.</p><p>“It is 100% harder to get up every single day to go to work, bust your body, but it’s lot more rewarding at the end of the day,” Anderson said. “My children are very proud of me. My family’s proud of me again."</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CHYCX5Y4VQP5C5CHJI7KGWXKP4.jpg?auth=132e6ed5f23c9c0e9ce6c1a484cf363f3fa5b7383f3119966ea8f3ffe33ba346&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Naomi Osaka, Alex Eala and Coco Gauff are in action Thursday at the US Open]]></title><link>https://www.local10.com/sports/2026/09/03/naomi-osaka-alex-eala-and-coco-gauff-are-in-action-thursday-at-the-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/naomi-osaka-alex-eala-and-coco-gauff-are-in-action-thursday-at-the-us-open/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Naomi Osaka, Alex Eala and Iga Swiatek are on the schedule Thursday at the U.S. Open, with Coco Gauff headlining the action at night.]]></description><pubDate>Thu, 03 Sep 2026 16:18:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Naomi Osaka, Alex Eala and Iga Swiatek are on the schedule Thursday at the U.S. Open, with Coco Gauff headlining the action at night.</p><p>Doubles play also began Thursday, though Serena and Venus Williams are not on the schedule. They could play their first-round match Friday against Hao-Ching Chan and Maya Joint, who beat Serena in singles play at Wimbledon this summer.</p><p>Osaka, the two-time U.S. Open champion, started the action on Arthur Ashe Stadium against Katerina Siniakova. Osaka wore white and silver under her long white jacket with a white visor for her day match, after she was dressed in black with her hair done in cornrows under a headband in a tribute to former NBA superstar Allen Iverson for her opener at night.</p><p>Eala was also scheduled for day action after the No. 17 seed from the Philippines started at night, as was Swiatek, the 2022 U.S. Open champion.</p><p>Gauff, who won her first major title at Flushing Meadows in 2023, faces Paula Badosa in a night match that will be followed by No. 1 Alexander Zverev, who hopes for an easier time against Quentin Halys after he needed five sets to edge Lorenzo Sonego on Tuesday, barely avoiding becoming the first No. 1 seed to lose in the first round of a men's major since 2003.</p><p>Badosa will be playing for the second straight day, forced to finish her first-round match Wednesday after play was suspended Tuesday because of rain that hampered the tournament for multiple days. The sun was out again Thursday when play began.</p><p>Other men in action include No. 3 seed Felix Auger-Aliassime, No. 9 Taylor Fritz and Gael Monfils, who is planning to retire after this year but won Tuesday on his 40th birthday to prolong his Grand Slam career and advance to face No. 14 Learner Tien.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7XTDETEBFETJAXUHW3JQGCOSME.jpg?auth=9931b0bcb8346eb17f30e2597908f8a41d6b88cd58f4f78b421cc93ba18b35f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka, of Japan, arrives ahead of a match against Katerina Siniakova, of the Czech Republic, during the second round of the U.S. Open tennis championships Thursday, Sept. 3, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWX7WE6VESH67TVUKA4CXY2IBY.jpg?auth=08d0a01cf2f13923b41fc21ede85c711092c17f9d054936da1ee71bc24d0ae0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka, of Japan, arrives ahead of a match against Katerina Siniakova, of the Czech Republic, during the second round of the U.S. Open tennis championships Thursday, Sept. 3, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6OEP6COGFC3H33RFW5X2VT3J34.jpg?auth=3fab20982f9a94351a1927a34bf9aab362172bde5506ddead493bc127e183b91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iga Swiatek, of Poland, returns the ball to Nadia Podoroska, of Argentina, during the second round of the U.S. Open tennis championships Thursday, Sept. 3, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5AFELIXVGD32AG4AXRYYLLMV7E.jpg?auth=3a106543c54deebdd60f7579a809c03b3e8983f3a704fe506c16b48d77b291b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka, of Japan, hands off her arrival outfit ahead of a match against Katerina Siniakova, of the Czech Republic, during the second round of the U.S. Open tennis championships Thursday, Sept. 3, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YICEG6YGAAKQN4PBHJLGRE5OZY.jpg?auth=6cc8e1a3dd686591878d5a1b2408d8680953221683226b9c37f14825e6bcd971&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka, of Japan, returns the ball to Katerina Siniakova, of the Czech Republic, during the second round of the U.S. Open tennis championships Thursday, Sept. 3, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content></item><item><title><![CDATA[Arrestan a motociclista, acusado de atropellar a niña de 10 años y huir en Ocean Drive]]></title><link>https://www.local10.com/espanol/2026/09/03/arrestan-a-motociclista-acusado-de-atropellar-a-nina-de-10-anos-y-huir-en-ocean-drive/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/arrestan-a-motociclista-acusado-de-atropellar-a-nina-de-10-anos-y-huir-en-ocean-drive/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 29 años, acusado de atropellar a una niña de 10 años con una motocicleta todoterreno y huir del lugar en Ocean Drive, fue arrestado, anunció la policía de Miami Beach el jueves en un comunicado de prensa.]]></description><pubDate>Thu, 03 Sep 2026 16:17:04 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 29 años, acusado de atropellar a una niña de 10 años con una motocicleta todoterreno y huir del lugar en Ocean Drive, fue arrestado, anunció la policía de Miami Beach el jueves en un comunicado de prensa.</p><p>Según la policía, Mandrell Ceydrec Rolle Jr., de Pembroke Pines, fue arrestado el miércoles tras el choque con fuga ocurrido el 22 de agosto.</p><p>Rolle enfrenta un cargo por abandonar la escena de un choque con heridos, uno por conducción imprudente y uno por resistirse a un agente sin violencia.</p><p>Según la policía, el incidente comenzó alrededor de las 7 p.m. del 22 de agosto, cuando se realizaron múltiples llamadas al 911 sobre cuatro motociclistas todoterreno que presuntamente conducían de manera imprudente y a alta velocidad por Collins Avenue, en el Distrito Art Déco.</p><p>Los agentes que respondieron localizaron a los motociclistas y observaron la conducta imprudente, dijo la policía.</p><p>La policía dijo que el grupo continuó por Ocean Drive antes de detenerse en la cuadra 700.</p><p>Los agentes se acercaron a pie a los motociclistas y pusieron bajo custodia a uno de ellos, identificado como Kasshun Williams, sin incidentes, informaron las autoridades.</p><p>La policía dijo que Rolle vio a los agentes y huyó a alta velocidad a pesar de las repetidas órdenes de detenerse.</p><p>Mientras huía, Rolle atropelló a una niña de 10 años que estaba en la acera con su madre, según la policía.</p><p>El impacto derribó a la niña y le causó lesiones en el codo y la pierna. Fue atendida en el lugar por el Cuerpo de Bomberos de Miami Beach.</p><p>La policía de Miami Beach dijo que los detectives identificaron a Rolle durante la investigación y se enteraron de que estaba bajo libertad condicional federal por posesión de una ametralladora, un delito grave.</p><p>Los detectives obtuvieron una orden para su arresto y Rolle fue puesto bajo custodia el miércoles con la ayuda de la Unidad Táctica de Robos del Departamento de Policía de la ciudad de Miami.</p><p>“Hay cero tolerancia para conductas imprudentes que pongan en peligro la vida de nuestros residentes y visitantes”, dijo el jefe de la Policía de Miami Beach, Wayne A. Jones, en un comunicado. “Conducir imprudentemente una motocicleta todoterreno, atropellar a una niña de 10 años y huir sin prestar ayuda es inaceptable”.</p><p>Jones dijo que el departamento utilizaría sus recursos para identificar y responsabilizar a quienes pongan en peligro a otras personas en Miami Beach.</p><p>“Si decide poner en peligro a personas inocentes en Miami Beach, utilizaremos todos los recursos disponibles para identificarlo y responsabilizarlo”, dijo Jones.</p><p>Hasta la mañana del jueves, Rolle permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $2,650 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4OVN76WURBTVKJXAD4Y2X5JDE.jpg?auth=bdacba5ef35111b7d7e65ac63af4b28115e035f74ac58e7032930af857a9435f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade Animal Services seeks ‘furever’ home for Mama, other furry friends ]]></title><link>https://www.local10.com/pets/2026/09/03/miami-dade-animal-services-seeks-furever-home-for-mama-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/09/03/miami-dade-animal-services-seeks-furever-home-for-mama-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A sweet, timid dog named Mama is hoping to find a family to call her own after spending several months at Miami-Dade County Animal Services.]]></description><pubDate>Thu, 03 Sep 2026 16:14:19 +0000</pubDate><content:encoded><![CDATA[<p>A sweet, timid dog named Mama is hoping to find a family to call her own after spending several months at Miami-Dade County Animal Services.</p><p>Mama came to the shelter as a stray and, based on her condition, appears to have recently had puppies. Sadly, her puppies were never found. Despite being young — likely under two years old — Mama has been repeatedly overlooked.</p><p>Shelter staff say Mama is extremely sweet and simply needs some patience and time to feel comfortable. While she was nervous in the car and in the unfamiliar TV studio, her tail kept wagging whenever she saw someone.</p><p>Staff say fostering could be a great option for someone who wants to give Mama a chance to blossom in a calm home environment.</p><p>And Mama isn’t the only dog looking for a family. Amos, a larger adult dog who has also been at the shelter for months, is waiting for his chance, too.</p><p>The message from Animal Services is simple: don’t overlook adult or larger dogs. They can make wonderful companions when given the right home and a little love.</p><p><a href="https://www.miamidade.gov/global/animals/home.page" target="_self" rel="" title="https://www.miamidade.gov/global/animals/home.page">Click here</a> for more information on how you can adopt a pet. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[AP Source: ICE officer charged with lying to investigators in the shooting of Venezuelan man]]></title><link>https://www.local10.com/news/politics/2026/09/03/ap-source-ice-officer-charged-with-lying-to-investigators-in-the-shooting-of-venezuelan-man/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/ap-source-ice-officer-charged-with-lying-to-investigators-in-the-shooting-of-venezuelan-man/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal prosecutors have charged a U.S. Immigration and Customs Enforcement officer with lying to investigators about the events leading up to the shooting of a Venezuelan man during the Minneapolis immigration crackdown earlier this year, a person familiar with the matter told The Associated Press.]]></description><pubDate>Thu, 03 Sep 2026 17:33:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal prosecutors have charged a U.S. Immigration and Customs Enforcement officer with lying to investigators about the events leading up to the shooting of a Venezuelan man during the Minneapolis immigration crackdown earlier this year, a person familiar with the matter told The Associated Press.</p><p>The person was not authorized to publicly discuss the investigation and spoke on condition of anonymity. The person said Christian Castro, the officer who authorities say shot Julio Cesar Sosa-Celis in the leg in January, has been charged with making false statements to federal investigators.</p><p>The federal charges, which remain under seal, follow Castro's release from jail last week after Texas’ governor refused to immediately sign an extradition warrant to hand him over to Minnesota authorities, who have charged him separately with assault and false reporting of a crime related to the same shooting.</p><p>Federal authorities had initially accused Sosa-Celis and another man of beating an officer with a broom handle and a snow shovel during the confrontation. But federal prosecutors dropped charges against the men after video evidence showed the officers may have lied about the encounter, and officials opened an investigation.</p><p>Earlier this week, a federal prosecutor working on the case told lawyers for Sosa-Celis and other victims that Justice Department officials blocked the prosecutor’s push to bring a more serious civil rights charge against the officer for the shooting, ProPublica reported.</p><p>But the person familiar with the investigation disputed the prosecutor’s characterization, saying the civil rights probe is continuing and there has been no final decision on whether to bring additional charges. The prosecutor, Matthew Evans, was fired on Thursday and is now under investigation for alleged obstruction of a grand jury probe, the person said.</p><p>An automatic email response from Evans' Justice Department account said he was on leave. Other attempts to reach him were not immediately successful.</p><p>Castro was initially arrested in May in the Minnesota case, and he was held in custody in Brownsville, Texas, a city bordering Mexico, while Minnesota officials sought his extradition. But Texas Gov. Greg Abbott refused to immediately sign off, citing continuing investigations of fraud in government social service programs in Minnesota, which Trump used to justify his immigration crackdown there.</p><p>Minnesota officials had sought to stop the sheriff in Cameron County, Texas, from releasing Castro, out of fear that he would flee to Mexico. According to a lawsuit filed by Minnesota, Castro had a conversation with a woman, while he was incarcerated, where he spoke about marrying her and buying a house in Mexico after his release.</p><p>But Castro was released a week ago after a federal judge refused to order Texas to extradite him.</p><p>The Department of Homeland Security previously called Minnesota’s prosecution of Castro “unlawful and nothing more than a political stunt,” saying only federal authorities have jurisdiction in the case.</p><p>Castro was suspended from ICE without pay in February while federal authorities conducted the investigation.</p><p>“The men and women of ICE are entrusted with upholding the rule of law and are held to the highest standards of professionalism, integrity, and ethical conduct,” ICE's acting director at the time, Todd Lyons, said then. “Violations of this sacred sworn oath will not be tolerated. ICE remains fully committed to transparency, accountability, and the fair enforcement of our nation’s immigration laws.”</p><p>Minnesota officials alleged that Castro, 52, fired through the front door of a home and shot Sosa-Celis in the thigh.</p><p>Castro and another officer had chased a different man, Alfredo Alejandro Aljorna, to the Minneapolis apartment duplex where he and Sosa-Celis lived. Minnesota prosecutors said the officer then falsely accused Sosa-Celis and another man of attacking an ICE officer with a broom handle and a snow shovel.</p><p>Attorneys for Sosa-Celis and Aljorna, who Minnesota officials have said were legally in the U.S., didn’t immediately respond to emails Thursday from The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LRNSLSO6KI6EVFGBEVA6Z2E3T4.jpg?auth=48dd1e386569c8c8d14e402fc8705d89e6c292b939663da23f1d63393e42c9d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A federal agent wears an Immigration and Customs Enforcement badge in New York, June 10, 2025. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Athletic's review of former NFL reporter Dianna Russini concludes she didn't comply with standards]]></title><link>https://www.local10.com/sports/2026/09/03/athletics-review-of-former-nfl-reporter-dianna-russini-concludes-she-didnt-comply-with-standards/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/athletics-review-of-former-nfl-reporter-dianna-russini-concludes-she-didnt-comply-with-standards/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[An investigation by The Athletic has concluded that former NFL reporter Dianna Russini violated the company’s standards because of her relationship with New England Patriots coach Mike Vrabel that led to her resignation in April.]]></description><pubDate>Thu, 03 Sep 2026 17:46:48 +0000</pubDate><content:encoded><![CDATA[<p>An investigation by The Athletic has concluded that former NFL reporter Dianna Russini violated the company’s standards because of her relationship with New England Patriots coach Mike Vrabel that led to her resignation in April.</p><p>The report drew no conclusions about the nature of Russini’s relationship with Vrabel, who said he took accountability for his actions without addressing photos released of the coach and the reporter at a resort in Arizona. He stepped away from the team on the third day of the NFL draft to begin counseling and returned soon afterward.</p><p>“We neither completed an investigation nor reached any conclusion about the nature of the full relationship between Vrabel and Russini, but the totality of the public photographs are enough to conclude a violation of company policy,” the report said.</p><p>Steven Ginsberg, executive editor at The Athletic, a New York Times-owned sports outlet, addressed the report in a message to employees Thursday.</p><p>“We undertook this review to ensure the integrity of our journalism and to maintain the trust our audience places in us. Nothing is more important than our credibility,” Ginsberg wrote.</p><p>Mike Semel, editorial director for standards and quality at The Athletic, conducted the review of Russini’s work, examining 903 stories, 204 episodes of her podcast and 77 videos.</p><p>“The review found that the vast majority of Dianna’s stories were unrelated to Vrabel, and most of those that mentioned him did not raise concerns,” Ginsberg told the staff. “We have, however, added editor’s notes to four stories — one written and three videos — that did not meet our standards.”</p><p>The photos of Vrabel and Russini were taken in Sedona, Arizona, before the annual NFL meetings that began in Phoenix on March 29, according to the New York Post. Vrabel and Russini are both married. The NFL did not investigate Vrabel’s actions.</p><p>“Russini’s relationship with Vrabel was in clear violation of The Athletic’s standards,” Semel wrote in the report. “Regardless of whether the relationship was romantic, it was a breach and should have been disclosed."</p><p>Vrabel led the Patriots to the Super Bowl in February, where they lost to Seattle. He was the AP NFL Coach of the Year in his first season in New England, finishing 63 points ahead of Jacksonville’s Liam Coen.</p><p>Russini told the AP on Thursday that she stands by what she wrote in her resignation letter in April.</p><p>“I have covered the NFL with professionalism and dedication throughout my career, and I stand behind every story I have ever published. When the Page Six item first appeared, The Athletic supported me unequivocally, expressed confidence in my work and pride in my journalism. For that I am grateful. In the days that followed, unfortunately, commentators in various media have engaged in self-feeding speculation that is simply unmoored from the facts,” Russini said then, adding she was stepping away "not because I accept the narrative that has been constructed around this episode, but because I refuse to lend it further oxygen or to let it define me or my career.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JWM3MEFPAJBFDJEBUCDGFFE3E.jpg?auth=0e41a486cc5dc52754db294a79f8b79fac1e0b006a07d8fd24950e50c74e37e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - ESPN reporter Dianna Russini stands on the sidelines before the start of an NFL football game between the Oakland Raiders and the Denver Broncos on Sept. 9, 2019, in Oakland, Calif. (AP Photo/Ben Margot, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Margot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GOOOEKZJJ7EHJWRIEICRTX6B2M.jpg?auth=e20a5ef64c1027839b0d9ebd6f54a828378e89d0d289a7e905ebf1473f5fbdcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots head coach Mike Vrabel listens to a question after a preseason NFL football game against the Cleveland Browns, Thursday, Aug. 27, 2026, in Cleveland. (AP Photo/David Richard)]]></media:description><media:credit role="author" scheme="urn:ebu">David Richard</media:credit></media:content></item><item><title><![CDATA[Average rate on a 30-year mortgage climbs to highest level in 13 months]]></title><link>https://www.local10.com/business/2026/09/03/average-rate-on-a-30-year-mortgage-climbs-to-highest-level-in-13-months/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/average-rate-on-a-30-year-mortgage-climbs-to-highest-level-in-13-months/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Mortgage rates rose again this week, driving the average long-term U.S. home loan rate to its highest level in more than a year.]]></description><pubDate>Thu, 03 Sep 2026 17:54:10 +0000</pubDate><content:encoded><![CDATA[<p>Mortgage rates rose again this week, driving the average long-term U.S. home loan rate to its highest level in more than a year.</p><p>The benchmark 30-year fixed rate mortgage rate rose 6.71% from 6.66% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the average rate was 6.50%.</p><p>Higher mortgage rates can add hundreds of dollars a month in costs for borrowers, limiting homebuyers’ purchasing power. As rates rise, that can lead prospective home shoppers to delay buying a home, one reason U.S. home sales remain in a rut this year.</p><p>The average rate is now the highest it's been since July 31, 2025, when it was at 6.72%.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also rose this week. That average rate increased to 6.04% from 5.98% last week. A year ago, it was at 5.60%.</p><p>Mortgage rates are influenced by several factors, including inflation, broader policy rate decisions from the Federal Reserve and expectations from bond market investors for the economy. They generally follow the trajectory of the 10-year Treasury yield, which lenders use as a guide to pricing home loans.</p><p>Both mortgage rates and the bond market have been mostly rising this year due to the U.S. war with Iran, which has fueled expectations for hotter inflation as crude oil prices soared. Long-term bond yields remain steeper than they were before the conflict began in late February, helping drive mortgage rates higher.</p><p>Over the past week, renewed fighting between the U.S. and Iran has ratcheted pressure on oil markets, driving up prices for crude. Higher oil prices can push up inflation, which drives up bond yields.</p><p>The 10-year Treasury yield was 4.74% as of midday Thursday on the bond market. It was at 4.67% last Thursday. Before the war, it was just 3.97% in late February.</p><p>Worries about the U.S. government’s growing debt have also helped drive up long term bond yields, prompting the U.S. Treasury Department to intervene last month.</p><p>As inflation remains elevated, pressure is increasing on the Federal Reserve to take action to help lower it.</p><p>Fed Chair Kevin Warsh said last week at the Fed’s annual economic symposium in Jackson Hole, Wyoming, that inflation had not shown sufficient improvement and that the central bank might have “more work to do,” a sign he is weighing a rate increase at the Fed’s next meeting Sept. 15-16.</p><p>Wall Street expects the central bank to raise interest rates before the year ends in an effort to cool inflation, which remains well above 3%. The Fed has a stated goal of cooling inflation to a target of 2%.</p><p>The central bank doesn’t set mortgage rates, but its decisions to raise or lower its short-term rate are watched closely by bond investors and can ultimately affect the yield on 10-year Treasurys.</p><p>“We don’t expect any real mortgage rate relief this fall, but if inflation isn’t tamed, the pain will be real,” said Jiayi Xu, senior economist at Realtor.com. “Higher inflation would simultaneously erode paychecks and real income growth while keeping mortgage rates elevated for longer. That’s a squeeze on housing from both sides: what people can afford, and what they’re willing to buy into.”</p><p>The U.S. housing market has been in a slump since 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low. U.S. sales of those homes again slowed in July.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XGAAK3HHMXFTPUFNWJLUYYIDMU.jpg?auth=54b85261de8084477bfb20802f1abb8569cafaec8cdbe661849959d8a7777a5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sold sign is posted outside a newly constructed luxury home in Wellesley, Mass., Aug. 25, 2009. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[France records its hottest summer since measurements began over a century ago]]></title><link>https://www.local10.com/tech/2026/09/03/france-records-its-hottest-summer-since-measurements-began-over-a-century-ago/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/03/france-records-its-hottest-summer-since-measurements-began-over-a-century-ago/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — France recorded its hottest summer since measurements began more than a century ago, the environment minister said on Thursday.]]></description><pubDate>Thu, 03 Sep 2026 15:50:26 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — France recorded its hottest summer since measurements began more than a century ago, the environment minister said on Thursday.</p><p>Firefighters relentlessly tackled wildfires throughout the summer, even in normally cooler and wetter regions in the north and Brittany, as France experienced one of its driest years ever. A historic fire devoured forests near Bordeaux and forced a quarter of a million people to evacuate from their homes.</p><p>“We have experienced the hottest summer ever recorded since measurements began in 1900,” Environment Minister Monique Barbut said at a presentation of the climate report covering the months of June, July and August.</p><p>According to national weather agency Meteo France, the summer of 2026 recorded an average temperature of 24 degrees Celsius (75.2 degrees Fahrenheit), covering day and nighttime. It's 3.6 C (6.5 F) above the normal average, and higher than in 2003, when temperatures were 2.7 C (4.9 F) above normal.</p><p>Millions in France, Italy, Spain, the United Kingdom and elsewhere in Europe experienced extreme temperatures this summer. Europe is the world’s fastest-warming continent, with temperatures increasing at twice the speed as the global average since the 1980s, according to the European Union’s Copernicus Climate Change Service.</p><p>Meteo France, said the summer was marked by very low rainfall, with a deficit of nearly 40%, making it the second driest since records began.</p><p>There was an unprecedented number of heat wave days, with 53 days across three episodes throughout the season, far exceeding the summer of 2022 with 33 days.</p><p>Record-breaking ocean temperatures across all of mainland France and Corsica’s coastlines were recorded, and very hot spells occurred outside the summer months, such as last May and early September, which are a sign of climate change, Meteo France added.</p><p>___</p><p>Read more of AP’s climate coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2MUDCAFOV3BJERLGIJWLO6BBCQ.jpg?auth=bb60e1a7d7a2e9d1e5c1e29942855f8a4d26ac2bb242d2e2e4bc8b802b421b40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A gate and villa are burned after wildfires in Cotignac, France, Thursday, Aug. 6, 2026, as drought conditions worsen following a heatwave and water shortages across much of France. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/56HWM3YXBILEQFF3QE6WTG3FYQ.jpg?auth=f03b5ee3a4794d5d044d7477c4cb05228fe7304953c1db2a3176997860dbd12b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pharmacy sign displays a temperature of 37 degrees Celsius (98.6 degrees Fahrenheit) in Bordeaux, France, Thursday, Aug. 13, 2026, as a heatwave affects much of the country. (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/BDM73VCJNEGVSWPTQF6SY4VPDI.jpg?auth=3219ef22fa5b540de4e34c223708d52ab222dbbfdd657f180cec69d9d652d6f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman splashes water on her face at a public fountain on a hot day in Bordeaux, France, Thursday, Aug. 13, 2026, as a heatwave affects much of the country. (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/IQ53O7NPM7R2R6YGWKJVIWUNIA.jpg?auth=dbebd7eeb9a82d3f1b026b012d55341f448775a713b8f08b9e02478007314588&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ash and scorched trees in a forest after a wildfire in Carces, France, Thursday, Aug. 6, 2026, as drought conditions worsen following a heatwave and water shortages across much of France. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content></item><item><title><![CDATA[Completion of the NBA's investigation of the Clippers could facilitate Leonard trade to the Raptors]]></title><link>https://www.local10.com/sports/2026/09/03/completion-of-the-nbas-investigation-of-the-clippers-could-facilitate-leonard-trade-to-the-raptors/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/completion-of-the-nbas-investigation-of-the-clippers-could-facilitate-leonard-trade-to-the-raptors/</guid><dc:creator><![CDATA[By IAN HARRISON, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Kawhi Leonard’s return to the Toronto Raptors could be back on now that there’s a resolution to the NBA’s investigation into salary cap circumvention rules during the seven-time All-Star’s time with the Los Angeles Clippers.]]></description><pubDate>Thu, 03 Sep 2026 15:48:26 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Kawhi Leonard’s return to the Toronto Raptors could be back on now that there’s a resolution to the NBA’s investigation into salary cap circumvention rules during the seven-time All-Star’s time with the Los Angeles Clippers.</p><p>On Wednesday, the NBA imposed a sweeping punishment against the Clippers for violating salary cap circumvention rules, including suspending owner Steve Ballmer for one year, fining the team $30 million, forcing the organization to forfeit five first-round draft picks and fining Leonard $700,000.</p><p>Leonard was not suspended for any games, raising questions about what's next for the two-time NBA Finals MVP.</p><p>The Raptors and Clippers struck a deal on June 30 on a trade that would send Leonard back to the team he helped lead to the 2019 NBA championship. The Raptors agreed to send Brandon Ingram, Gradey Dick, two first-round draft picks, two second-round picks and pick swaps to the Clippers.</p><p>In July, the trade was put on hold pending the outcome of the NBA’s investigation.</p><p>The Raptors have declined to comment on the status of the deal to acquire Leonard now that the league has announced the fallout from its investigation.</p><p>Leonard, 35, is coming off the highest-scoring season of his career, averaging 27.9 points while playing 65 games last year with the Clippers.</p><p>A seven-time All-NBA selection and two-time NBA champion, Leonard is considered one of the game’s top defensive players. He also won the 2014 NBA title with San Antonio.</p><p>In Toronto, Leonard would join a roster led by two-time All-Star Scottie Barnes, Canadian star RJ Barrett, Immanuel Quickley and talented youngster Collin Murray-Boyles.</p><p>The Raptors finished 46-36 in 2025-26 and took the Cleveland Cavaliers to seven games in a first-round playoff series defeat. It was Toronto’s first playoff appearance in four years.</p><p>So far this summer, the Raptors have signed general manager Bobby Webster to a multiyear contract extension and promoted him to executive vice president, and agreed to a multiyear extension with coach Darko Rajakovic.</p><p>On July 7, Leonard was in the front row at Kyle Lowry’s Toronto news conference when Lowry announced he was retiring as a member of the Raptors. Ingram attended a Clippers Summer League game in Las Vegas on July 10.</p><p>The NBA began investigating in September 2025 whether a $28 million endorsement contract between Leonard and Aspiration Fund Adviser LLC — a company that filed for bankruptcy last year — broke league rules, following a report by journalist Pablo Torre. Earlier this year, Aspiration co-founder Joseph Sanberg was sentenced to 14 years in federal prison after pleading guilty to defrauding investors and lenders of at least $248 million.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5SDUXJUUGALFG3LR7GECVUZBTM.jpg?auth=88dc76b12dd0d0bc1ba90e3c09f1c7abe12cd780e9c7753b9d0a068e69031f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Clippers forward Kawhi Leonard warms up before an NBA basketball game April 10, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Man accused of fatally shooting victim outside Homestead market ]]></title><link>https://www.local10.com/news/local/2026/09/03/man-accused-of-fatally-shooting-victim-outside-homestead-market/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/man-accused-of-fatally-shooting-victim-outside-homestead-market/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Florida City man accused of gunning down another man outside a Homestead market last month was arrested Wednesday, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Thu, 03 Sep 2026 15:39:44 +0000</pubDate><content:encoded><![CDATA[<p>A Florida City man accused of gunning down another man outside a Homestead market last month was arrested Wednesday, according to investigators. </p><p><a href="https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-matar-a-tiros-a-victima-afuera-de-mercado-en-homestead/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-matar-a-tiros-a-victima-afuera-de-mercado-en-homestead/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office, who is the leading agency on the case, said Kentreal Sharmaine Smith, 37, was taken into custody and charged in connection with the Aug. 18 fatal shooting that occurred outside of Valentine’s Market, located at 636 SW Sixth Ave. </p><p>They said officers from the Homestead Police Department responded just after midnight to the market after a ShotSpotter alert detected 11 rounds being fired. </p><p>Authorities said they found the victim on the sidewalk suffering from multiple gunshot wounds. They said Miami-Dade Fire Rescue medics pronounced him dead at 12:16 a.m.</p><p>They said 11 shell casings from a 9 mm firearm were recovered at the scene, according to the report.</p><p>Smith’s arrest report states that surveillance video and a witness placed him across the street from the market moments before the shooting, watching as the victim sat on the sidewalk at the west end of the building. </p><p>Deputies said Smith at some point climbed onto an electric bike and rode around the area of the market before approaching the victim from behind the building and opening fire. </p><p>They said Smith then fled westbound to a route that was consistent with his girlfriend’s Florida City home. </p><p>An autopsy conducted Aug. 18 by Miami-Dade County Associate Medical Examiner determined the victim died of multiple gunshot wounds, with the manner of death classified as a homicide, the report states. </p><p>Authorities located Smith at his home near the 800 block of Fifth Court in Florida City and arrested him, the report states. </p><p>Inside the home, officers found an electric bike with a 9 mm gun tucked in its pouch in the living room, according to the report.</p><p>Smith was transported to the Miami-Dade Sheriff’s Office Homicide Bureau, where he “confessed his involvement in the homicide,” the report states. </p><p>Authorities have not released any information on the victim’s age or identity, and a motive for the shooting remains unclear at this time. </p><p>Jail records show Smith is facing one count of second-degree murder with a weapon. </p><p>As of Thursday, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” Records show he is also facing multiple drug-related charges that include possession of cocaine and illegal possession of a firearm as a convicted felon in an unrelated case. </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/OOVW7KZNMZDHXLBKUCQPHWBI5M.jpg?auth=b0b2e0780bef837dcdcc664609551bddb94f4ffd3ed4f27acf134cad746633e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de matar a tiros a víctima afuera de mercado en Homestead]]></title><link>https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-matar-a-tiros-a-victima-afuera-de-mercado-en-homestead/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-matar-a-tiros-a-victima-afuera-de-mercado-en-homestead/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Florida City acusado de matar a tiros a otro hombre afuera de un mercado en Homestead el mes pasado fue arrestado el miércoles, según la Oficina del Sheriff de Miami-Dade.]]></description><pubDate>Thu, 03 Sep 2026 15:42:02 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Florida City acusado de matar a tiros a otro hombre afuera de un mercado en Homestead el mes pasado fue arrestado el miércoles, según los investigadores.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade, la agencia a cargo del caso, dijeron que Kentreal Sharmaine Smith, de 37 años, fue puesto bajo custodia y acusado en relación con la balacera mortal del 18 de agosto que ocurrió afuera de Valentine’s Market, ubicado en 636 SW Sixth Ave.</p><p>Dijeron que agentes del Departamento de Policía de Homestead respondieron al mercado poco después de la medianoche luego de que una alerta de ShotSpotter detectara 11 disparos.</p><p>Las autoridades dijeron que encontraron a la víctima en la acera con múltiples heridas de bala. Dijeron que paramédicos del Cuerpo de Bomberos de Miami-Dade lo declararon muerto a las 12:16 a.m.</p><p>Dijeron que se recuperaron en el lugar 11 casquillos de un arma de fuego de 9 mm, según el informe.</p><p>El informe de arresto de Smith señala que un video de vigilancia y un testigo lo ubicaron al otro lado de la calle frente al mercado momentos antes de la balacera, observando mientras la víctima estaba sentada en la acera en el extremo oeste del edificio.</p><p>Los agentes dijeron que Smith en algún momento se subió a una bicicleta eléctrica y recorrió el área del mercado antes de acercarse a la víctima desde la parte trasera del edificio y abrir fuego.</p><p>Dijeron que Smith luego huyó hacia el oeste por una ruta que coincidía con la dirección de la casa de su novia en Florida City.</p><p>Una autopsia realizada el 18 de agosto por un médico forense asociado del condado Miami-Dade determinó que la víctima murió por múltiples heridas de bala y que la manera de muerte fue clasificada como homicidio, señala el informe.</p><p>Las autoridades localizaron a Smith en su casa cerca de la cuadra 800 de Fifth Court en Florida City y lo arrestaron, señala el informe.</p><p>Dentro de la casa, los agentes encontraron una bicicleta eléctrica con un arma de 9 mm guardada en su bolsa en la sala, según el informe.</p><p>Smith fue trasladado a la Oficina de Homicidios de la Oficina del Sheriff de Miami-Dade, donde “confesó su participación en el homicidio”, señala el informe.</p><p>Las autoridades no han divulgado información sobre la edad o identidad de la víctima, y el motivo de la balacera sigue sin estar claro en este momento.</p><p>Los registros de la cárcel muestran que Smith enfrenta un cargo de asesinato en segundo grado con un arma.</p><p>Hasta el jueves, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por determinar”. Los registros muestran que también enfrenta múltiples cargos relacionados con drogas, que incluyen posesión de cocaína y posesión ilegal de un arma de fuego por parte de un delincuente convicto en un caso no relacionado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OOVW7KZNMZDHXLBKUCQPHWBI5M.jpg?auth=b0b2e0780bef837dcdcc664609551bddb94f4ffd3ed4f27acf134cad746633e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Últimas actualizaciones del analista de Cuba de Local 10, Dr. Andy Gomez]]></title><link>https://www.local10.com/espanol/2026/09/03/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Tras meses de decir que Cuba sería la próxima, el secretario de Estado Marco Rubio dijo hoy que el presidente tiene las manos atadas debido a la Ley Helms-Burton, que exige que no haya normalización entre EE.UU. y Cuba a menos que haya un cambio de régimen y un avance hacia un gobierno democrático.]]></description><pubDate>Thu, 03 Sep 2026 14:00:02 +0000</pubDate><content:encoded><![CDATA[<p><b>3 de septiembre: Trump tiene las manos atadas con respecto a Cuba, dice Rubio</b></p><p>Tras meses de decir que Cuba sería la próxima, el secretario de Estado Marco Rubio dijo hoy que el presidente tiene las manos atadas debido a la Ley Helms-Burton, que exige que no haya normalización entre EE.UU. y Cuba a menos que haya un cambio de régimen y un avance hacia un gobierno democrático.</p><p>Incluso si Raul Castro muriera en un futuro cercano, no espero un cambio de régimen.</p><p>Solo EE.UU. puede cambiar la Ley Helms-Burton y no espero que eso ocurra en un futuro cercano ni después de las elecciones de mitad de mandato.</p><p><b>2 de septiembre: Niños en Cuba comienzan nuevo año escolar en medio de más desafíos que en cualquier otro año anterior</b></p><p>Los niños en Cuba comenzaron el martes el nuevo año escolar enfrentando una falta de suministros, libros, uniformes y maestros, además de edificios que se están deteriorando y falta de alimentos para alimentar a los niños.</p><p>Según el ministro de Educación de Cuba, este será un año muy difícil, como ningún otro.</p><p>La educación cubana fue alguna vez uno de los grandes logros de la revolución. Sin embargo, también fue utilizada para adoctrinar a los estudiantes en una ideología en la que ya nadie en la nación isleña cree.</p><p><b>1 de septiembre: Raul Castro es hospitalizado, según fuentes</b></p><p>Fuentes confiables dentro de Cuba me informaron esta tarde que Raul Castro ha sido hospitalizado. Debemos ser cautelosos y no especular demasiado sobre lo que podría suceder hasta nuevo aviso.</p><p><i>El Dr. Andy S. Gomez es analista de Cuba de Local 10. Gomez es considerado uno de los principales expertos sobre Cuba. Trabajó en la educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGMQGZGA3ZAEVIQCRUA4BHNHQA.jpg?auth=3a255424581f10889851fa05cb3f161b36717a1d14a2b524783d5abd9f89f710&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Cuban President Raul Castro attends a political and cultural show paying tribute to late Cuban President Fidel Castro as Cuba marks what would have been his 100th birthday in Havana, Cuba, August 13, 2026. REUTERS/Norlys Perez]]></media:description></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Sources in Cuba say Raul Castro, 95, is stable despite reports about his declining health. According to sources, retired General Abelardo Colome Ibarra, known as “ El Fury,” is currently in worse condition.]]></description><pubDate>Tue, 01 Sep 2026 21:36:54 +0000</pubDate><content:encoded><![CDATA[<p><b>Sept 3: Raul Castro stable, according to sources </b></p><p>Sources in Cuba say Raul Castro, 95, is stable despite reports about his declining health. According to sources, retired General Abelardo Colome Ibarra, known as “ El Fury,” is currently in worse condition. Colome Ibarra was head of the Ministry of the Interior and highly respected by the Castro brothers and the Cuban military.</p><p><b>Sept 3: President Trump’s hands are tied with regard to Cuba, Rubio says </b></p><p>After months of saying Cuba would be next, Secretary of State Marco Rubio said today that the president’s hands are tied because of the Helms Burton Law which requires no normalization between the U.S. and Cuba unless there is regime change and a move towards a democratic government.</p><p><a href="https://www.local10.com/espanol/2026/09/03/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>Even if Raul Castro was to die in the near future, I do not expect regime change.</p><p>Only the U.S. can change the Helms-Burton Law and I don’t expect that to happen anytime in the near future or after the mid-term elections.</p><p><b>Sept. 2: Children in Cuba start new school year amid more challenges than any other year before </b></p><p>Children in Cuba started the new school year Tuesday facing a lack of supplies, books, uniforms and teachers, and buildings that are falling apart, along with a lack of food to feed the children.</p><p>According to the Cuban minister of education, this will be a very challenging year unlike any others.</p><p>Cuban education was once one of the big accomplishments of the revolution. However, it was also used to indoctrinate the students in an ideology that no one on the island nation believes anymore.</p><p><b>Sept. 1: Raul Castro hospitalized, sources say</b></p><p>Reliable sources inside Cuba have informed me this afternoon that Raul Castro has been hospitalized. We need to be careful and not to over speculate what might happen until further notice.</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/EGMQGZGA3ZAEVIQCRUA4BHNHQA.jpg?auth=3a255424581f10889851fa05cb3f161b36717a1d14a2b524783d5abd9f89f710&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Cuban President Raul Castro attends a political and cultural show paying tribute to late Cuban President Fidel Castro as Cuba marks what would have been his 100th birthday in Havana, Cuba, August 13, 2026. REUTERS/Norlys Perez]]></media:description></media:content></item><item><title><![CDATA[Trump administration pushes to remove tax exemption for private colleges with DEI policies]]></title><link>https://www.local10.com/news/politics/2026/09/03/trump-administration-pushes-to-remove-tax-exemption-for-private-colleges-with-dei-policies/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/trump-administration-pushes-to-remove-tax-exemption-for-private-colleges-with-dei-policies/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is proposing a new rule that would strip private schools and colleges of their tax-exempt status if they provide targeted help to students based on their race, a significant escalation in the White House's campaign to eradicate diversity programs directed at Black, Hispanic and other minority students.]]></description><pubDate>Thu, 03 Sep 2026 17:35:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is proposing a new rule that would strip private schools and colleges of their tax-exempt status if they provide targeted help to students based on their race, a significant escalation in the White House's campaign to eradicate diversity programs directed at Black, Hispanic and other minority students.</p><p>The Treasury Department proposed the change Thursday in a new regulation that, if made final, would kick in after May 2027. The rule is broadly aimed at ending any policies or programs that help students because of their race, and it specifically says such benefits in admissions, scholarships and facilities “would be incompatible” with the rule.</p><p>It’s the latest attempt by the Trump administration to pressure schools and colleges to weed out diversity, equity and inclusion policies that had become common before President Donald Trump returned to the White House with a promise to end them. Trump officials have used Civil Rights-era laws to unwind the policies, saying they discriminate against white and Asian American students.</p><p>Higher education leaders criticized the proposal.</p><p>“The administration’s latest rules changes are its most blatant attack to keep working class Americans and people of color from accessing higher education and a better life,” Mike Gavin, Alliance for Higher Education president and CEO, said in a statement. “By claiming that efforts to increase fair opportunity for all students are discriminatory, the administration is trying to gaslight the American people into believing that up is down and black is white.”</p><p>Thousands of colleges could be affected</p><p>Scores of universities have shut down or rebranded their DEI offices and ended scholarships and clubs designed for minority students under pressure from the White House. In a statement announcing the proposal, Treasury Secretary Scott Bessent suggested that even policies that are no longer under the banner of DEI could be targeted.</p><p>“Schools rebranding race-based preferences as equitable, inclusive, or diversity-enhancing does not change their discriminatory nature,” Bessent said.</p><p>The Treasury Department and IRS estimate that up to 18,000 private schools, colleges and other education institutions could be affected by the proposal.</p><p>America’s private universities have been exempt from many taxes for more than a century because they provide a public good. The benefit saves many universities millions of dollars every year.</p><p>Trump has seen the tax-exempt status as a lever to pull in his pressure campaign against colleges that he describes as hotbeds of “wokeness.” He threatened to cut the benefit for Harvard University last year during his battle with the nation’s oldest college. In a response, Harvard officials said there was no legal basis for doing so and argued it would force cuts to financial aid and crucial medical research.</p><p>In the 1970s, a college lost tax-exempt status over a ban on interracial dating</p><p>It’s incredibly rare for the federal government to go after a college’s tax-exempt status, but there’s one notable precedent. Bob Jones University, a small Christian school in South Carolina, lost the benefit in the 1970s over a ban on interracial dating and marriage on campus. The Supreme Court upheld the IRS’s decision to deny the school its exemption. The school has since ended the ban and regained tax-exempt status in 2017.</p><p>Laws forbid the IRS from targeting individuals and organizations for ideological reasons, and federal officials are not allowed to direct IRS investigations.</p><p>To maintain nonprofit status, which allows donations to be tax-deductible, organizations must follow IRS rules on lobbying, political campaign activity and annual reporting requirements, as well as other obligations.</p><p>The Trump administration describes the new proposal as a move toward restoring merit in the nation’s education systems.</p><p>Marjorie Hass, president of the Council of Independent Colleges, said the change would most likely impact donations, which are often earmarked for scholarships.</p><p>The uncertainty around the proposal also will create challenges for schools, said Tim Powers, a vice president of the National Association of Independent Colleges and Universities.</p><p>“Our institutions are committed to complying with applicable civil rights laws and maintaining safe and supportive campuses free from discrimination,” Powers said. “However, the proposed rule may create new compliance burdens and legal uncertainties for institutions of higher education that are already operating in line with existing nondiscrimination rules.”</p><p>The Justice Department has separately opened investigations into several medical schools that it accuses of favoring Black and Hispanic students in admissions. Trump officials say any such favoritism violates Title IV of the Civil Rights Act of 1964, a federal law that forbids discrimination in education and was created to fight segregation and its impact.</p><p>A statement from IRS Chief Executive Officer Frank J. Bisignano said private schools that promote discriminatory practices will no longer be exempt from taxes.</p><p>“Today’s proposed regulations put institutions on notice and schools that continue to engage in racial discrimination should expect to lose that status,” he said.</p><p>___</p><p>Associated Press Education Writers Annie Ma and Heather Hollingsworth contributed to this report.</p><p>___</p><p>The Associated Press’ education 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/4NVPNSLYVXUVHGFBY2KOSCSTPY.jpg?auth=b33b20b8bfec9dcad8657e754ec258dcb6215cf8870f8eda67c0c2544ef7347e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People take photos near a John Harvard statue, left, on the Harvard University campus, Jan. 2, 2024, in Cambridge, Mass. (AP Photo/Steven Senne, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[“Tomé unas copas”: video muestra arresto por DUI de agente de policía de Key West]]></title><link>https://www.local10.com/espanol/2026/09/03/tome-unas-copas-video-muestra-arresto-por-dui-de-agente-de-policia-de-key-west/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/tome-unas-copas-video-muestra-arresto-por-dui-de-agente-de-policia-de-key-west/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un video recientemente divulgado muestra el arresto por DUI de un agente del Departamento de Policía de Key West.]]></description><pubDate>Thu, 03 Sep 2026 15:20:00 +0000</pubDate><content:encoded><![CDATA[<p>Un video recientemente divulgado muestra el <a href="https://www.local10.com/espanol/2026/08/16/agente-de-la-policia-de-key-west-es-arrestado-por-conducir-bajo-los-efectos-del-alcohol/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/16/agente-de-la-policia-de-key-west-es-arrestado-por-conducir-bajo-los-efectos-del-alcohol/">arresto por DUI de un agente del Departamento de Policía de Key West</a>.</p><p>Las autoridades dijeron que encontraron al agente de KWPD Dustin Christina, de 40 años, quien estaba fuera de servicio, sentado en el asiento del conductor de su camioneta Ford blanca estacionada alrededor de las 5 a.m. del 16 de agosto en el estacionamiento del Old City Hall, junto a Greene Street, entre las calles Duval y Simonton.</p><p>En su informe de arresto, los agentes dijeron que vieron a Christina doblar de Greene Street hacia Ann Street un par de horas antes y casi atropellar a una mujer que tuvo que correr hacia la acera para evitar ser golpeada.</p><p>Cuando los agentes se acercaron más tarde a Christina dentro del vehículo estacionado y le preguntaron cuánto había bebido, les dijo: “Tomé unas copas”, antes de afirmar que él no había conducido su camioneta hasta ese lugar y decirles a los agentes: “No hice nada. Estoy jodidamente esperando que alguien venga a buscarme y luego se fueron y ahora estoy esperando”, según su informe de arresto.</p><p>Los agentes dijeron que mientras hablaban con Christina notaron que tenía “la mirada perdida, los ojos inyectados en sangre, vidriosos, llorosos y caídos, parecía tener el rostro enrojecido y había olor a una bebida alcohólica proveniente de su persona”, según el informe.</p><p>Además, la policía dijo que cuando Christina salió de la camioneta, “se limpió la frente, se tambaleó hacia atrás contra su vehículo y utilizó la parte inferior de sus piernas para impulsarse y separarse del vehículo”, antes de que “intentara cerrar la puerta del conductor, fallara y se alejara tambaleándose de su vehículo”.</p><p>Cuando los agentes intentaron realizarle pruebas de DUI a Christina, la policía dijo que él les respondió: “No, no lo voy a hacer. Estoy sentado aquí en un vehículo que no está encendido”.</p><p>KWPD dijo que un agente supervisor en el lugar determinó que había causa probable para arrestar a Christina, quien fue acusado de DUI y de negarse a someterse a una prueba de alcohol en la sangre y fue trasladado al Centro de Detención del condado Monroe.</p>]]></content:encoded></item><item><title><![CDATA[SafeSport sees big jump in visitors to banned database after announcing sanctions publicly]]></title><link>https://www.local10.com/sports/2026/09/03/safesport-sees-big-jump-in-visitors-to-banned-database-after-announcing-sanctions-publicly/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/safesport-sees-big-jump-in-visitors-to-banned-database-after-announcing-sanctions-publicly/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DENVER (AP) — The U.S. Center for SafeSport more than doubled the number of new visitors to its online Centralized Disciplinary Database in the month after it started making public announcements about people placed on its banned list.]]></description><pubDate>Thu, 03 Sep 2026 15:21:05 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — The U.S. Center for SafeSport more than doubled the number of new visitors to its online Centralized Disciplinary Database in the month after it started making public announcements about people placed on its banned list.</p><p>The center said Thursday that 6,300 new visitors looked at the database between July 21 — the date the initiative was launched — and Aug. 20. That marked a 125% increase over the previous period in 2025.</p><p>The center, in charge of combating abuse in Olympic sports, has long published the database. But without publicizing who lands on the list, people had to access the database and know who they were looking for to learn about banned and restricted people in their orbit.</p><p>Now, the center delivers a weekly email with updates about people added to the list; the updates include cases taken to arbitration that have reached a decision.</p><p>In addition to sports media, among those who commonly receive the email are national governing bodies and club owners.</p><p>“Recognizing how underutilized this tool has been, we are investing in amplifying it nationwide with the hope of increasing transparency and fostering safer sport environments," CEO Benita Fitzgerald Mosley said in a news release announcing the numbers.</p><p>___</p><p>See AP’s full sports coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y6L6EYDORUWJXZVFS7F4CNMQQU.jpg?auth=e2550349b7c77eca7746fecb18e1aa0a08666f2c65abd636e2623a0a1d7be0a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Athletes ski past the Olympic rings during the cross country skiing women's 50km mass start classic at the 2026 Winter Olympics, in Tesero, Italy, Feb. 22, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[‘I had a few’: Video shows DUI arrest of Key West police officer ]]></title><link>https://www.local10.com/news/local/2026/09/03/i-had-a-few-video-shows-dui-arrest-of-key-west-police-officer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/i-had-a-few-video-shows-dui-arrest-of-key-west-police-officer/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Newly released video shows the DUI arrest of an officer with the Key West Police Department.]]></description><pubDate>Thu, 03 Sep 2026 14:45:28 +0000</pubDate><content:encoded><![CDATA[<p>Newly released video shows the <a href="https://www.local10.com/news/local/2026/08/16/key-west-police-officer-arrested-for-dui/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/16/key-west-police-officer-arrested-for-dui/">DUI arrest of an officer with the Key West Police Department</a>.</p><p><a href="https://www.local10.com/espanol/2026/09/03/tome-unas-copas-video-muestra-arresto-por-dui-de-agente-de-policia-de-key-west/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/tome-unas-copas-video-muestra-arresto-por-dui-de-agente-de-policia-de-key-west/">Leer en español</a></p><p>Authorities said they found off-duty KWPD Officer Dustin Christina, 40, sitting in the driver’s seat of his parked white Ford pickup truck around 5 a.m. on Aug. 16. in the Old City Hall parking lot off Greene Street, between Duval and Simonton streets. </p><p>In his arrest report, officers said they saw Christina turning the corner from Greene to Ann streets a couple hours prior and nearly hitting a woman who had to run onto the curb to avoid being hit. </p><p>When officers later approached Christina inside the parked vehicle and asked him how much he had to drink, he told them, “I had a few,” before stating that he was not the person who drove his truck to that location, telling officers, “I didn’t do anything. I’m f---ing waiting for someone to get me and then they left and now I’m waiting,” according to his arrest report. </p><p>Officers said that while speaking to Christina, they noticed that he had “a blank stare, his eyes were bloodshot, glassy, watery and droopy, he appeared to have a flushed face, and there was an odor of an alcoholic beverage coming from his person,” per the report. </p><p>Additionally, police said when Christina got out of the truck, he “wiped his forehead, stumbled backward onto his vehicle and used the lower half of his legs to push off the vehicle” before he “attempted to close his driver’s door, missed it, and stumbled away from his vehicle.”</p><p>When officers attempted to perform DUI tests on Christina, police said he told them, “Nah, I’m not doing it. I’m sitting here in a non-running vehicle.”</p><p>KWPD said a supervising officer at the scene determined there was probable cause to arrest Christina, and he was charged with DUI and refusing to submit to a blood alcohol test and taken to the Monroe County Detention 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></item><item><title><![CDATA[A pregnant soldier mourns her 21-year-old husband at his funeral in Ukraine]]></title><link>https://www.local10.com/news/world/2026/09/03/a-pregnant-soldier-mourns-her-21-year-old-husband-at-his-funeral-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/a-pregnant-soldier-mourns-her-21-year-old-husband-at-his-funeral-in-ukraine/</guid><dc:creator><![CDATA[By HANNA ARHIROVA and VASILISA STEPANENKO, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — A pregnant woman in a black dress stood at the head of her 21-year-old husband’s casket Tuesday in Kyiv, mourning the man she met when they were both soldiers fighting Russia's full-scale invasion of their country.]]></description><pubDate>Thu, 03 Sep 2026 16:31:08 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — A pregnant woman in a black dress stood at the head of her 21-year-old husband’s casket Tuesday in Kyiv, mourning the man she met when they were both soldiers fighting Russia's full-scale invasion of their country.</p><p>Yeva Smyrnova and Danyil Smyrnov both joined the army in 2023, at 18, and married two years later, in July 2025. Young as they were, decided they needed to hurry and start a family.</p><p>“We dreamed of this child, but because we were both always at war, it was very difficult,” said Smyrnova, who serves as a drone pilot under the call sign “Yunha.”</p><p>Danyil Smyrnov was killed in action on Aug. 28, 2026, on the Sumy front in northeastern Ukraine, one of a group of four soldiers killed in action serving with military intelligence. He held the rank of junior sergeant, served as a reconnaissance operator, and helped train recruits.</p><p>“This month our son is due to be born — the son Dania dreamed about so much. He dreamed of being the best father," Smyrnova told The Associated Press.</p><p>But instead of choosing a name for her firstborn child, she and hundreds of others came to say goodbye to her husband at St. Michael’s Golden-Domed Monastery.</p><p>In the days after Smyrnov's death, his wife wrote online that their son would be “his continuation.”</p><p>The monastery, where Ukraine typically holds funeral services for soldiers killed in the war, was packed. Mourners of all ages came to pay their respects, including fellow soldiers holding bouquets of roses.</p><p>When Russia launched its full-scale invasion in February 2022, Smyrnov was 16 and finishing high school. He went on to study psychology at a university in Lithuania but did not stay long — fighting had intensified around Bakhmut, where his uncle was serving at the time, and the young man left his studies. As soon as he turned 18, he signed a military contract.</p><p>“He … called me that evening, very happy, and said, ‘Sorry, Dad, I signed the contract. I forged your signature. Forgive me,’” recalled his father, Oleksandr Smyrnov, his voice shaking. He struggled to speak about his son, but embraced his daughter-in-law, saying he also found some comfort in the grandson soon to arrive.</p><p>Danyil Smyrnov went on to command an assault group in the 3rd Separate Assault Brigade. He was wounded by shrapnel in both legs and underwent rehabilitation, then returned to service, later transferring to Ukrainian military intelligence. Many knew him by his call sign, “Surfer” — from the age of 6, he had flown to visit his mother in Bali every summer, where he became a skilled surfer.</p><p>“Despite all the horrors of war, Dania managed to find his treasure — his girlfriend, and later his wife, Yeva,” read a passage from the eulogy at the monastery, as explosions echoed through the city. “Their relationship changed them both. They were both fighting for life, for a shared future.”</p><p>Now his wife is left alone, widowed at 21.</p><p>“He wanted all of us to be able to live in peace,” she said. “And in the end, he paid for that with his life.”</p><p>Smyrnov often wrote about the war on his Instagram, an account that holds mostly photos from his military life — himself in uniform, at different positions — with his most recent photos showing him with his wife, who is also pictured in military fatigues.</p><p>In an earlier post, written around his 20th birthday, he wrote: “In my 20 years, I’ve understood one thing: people don’t value life until they feel its edge. … War is not romance. It’s an experience that strips you down to what’s real,” the message said. “The choice is simple: who will you be — a victim, or someone who takes responsibility?”</p><p>___</p><p>Alex Babenko contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZDO2VCIPGWBG5UZEIILMARDLZU.jpg?auth=f411c465d55b4d4604c5a998f75648f6475adecff2ead38ff1829e2f308eddad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family and friends pay their respects to soldier Danyil Smyrnov, 21, who was killed on the frontline, during his funeral ceremony in Kyiv, Ukraine, Thursday, Sept. 3, 2026. (AP Photo/Alex Babenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Babenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PENDX6WXKVXHZUV4DRYEFN4DOI.jpg?auth=199238c9477db882d0ae1c9a46391b88def58e68d365b5f0156930c385628a47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives and friends mourn near the coffin of Ukrainian serviceman Danyil Smyrnov, 21, who was killed on the frontline, during the funeral ceremony in Kyiv, Ukraine, Thursday, Sept. 3, 2026. (AP Photo/Alex Babenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Babenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2LVLENUDL4HB275ARB65IZ6ZB4.jpg?auth=5ff26ef24b9cb259194fa914d1fce45ae2a832b8bcee3b47b44d3e6039ad2b01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian servicemen carry the coffin of fallen soldier Danyil Smyrnov, 21, who was killed on the frontline, during the funeral ceremony in Kyiv, Ukraine, Thursday, Sept. 3, 2026. (AP Photo/Alex Babenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Babenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KGYAFZ4WT4UXHWRYJWZJB56JLA.jpg?auth=b5f2bc65b347a8745402d50766af07a6767566f6c23c3ed821de437f43d79258&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family and friends pay their respect to soldier Danyil Smyrnov, 21, who was killed on the frontline, during the minute of silence on Independence Square, Kyiv, Ukraine, Thursday, Sept. 3, 2026. (AP Photo/Alex Babenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Babenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZDVSNJRJJ2E6XQ62O67ETQIXT4.jpg?auth=8f0cb9490951d63918a9bcc089d13c3eaf643bb638cf57c74a96456b6948c5c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this March 20, 2024 photo made through night vision goggles, Ukrainian serviceman Danyil Smyrnov participates in an infantry mission in Umanske, Adviivka direction, Ukraine. (AP Photo/Alex Babenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Babenko</media:credit></media:content></item><item><title><![CDATA[Investigators scour scene of Minneapolis shooting that left 3 dead, including suspect]]></title><link>https://www.local10.com/news/2026/09/03/investigators-scour-scene-of-minneapolis-shooting-that-left-3-dead-including-suspect/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/03/investigators-scour-scene-of-minneapolis-shooting-that-left-3-dead-including-suspect/</guid><dc:creator><![CDATA[By ELLEN SCHMIDT and TIM SULLIVAN, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — Investigators on Thursday were scouring the scene of the downtown Minneapolis shooting that left three people dead, including the suspect, and five others injured.]]></description><pubDate>Thu, 03 Sep 2026 17:46:05 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — Investigators on Thursday were scouring the scene of the downtown Minneapolis shooting that left three people dead, including the suspect, and five others injured.</p><p>Dozens of law enforcement officers were at the apartment building where the shooting occurred Wednesday evening, along with a mobile crime scene unit from the Minnesota Bureau of Criminal Apprehension, the state investigative agency.</p><p>The five wounded by gunfire included two Minneapolis police officers, while a sixth person, another officer, suffered other injuries, police Sgt. Garrett Parten said at a Wednesday news conference. The three officers were hospitalized but expected to make full recoveries, said Interim Police Chief Bill Peterson.</p><p>A 911 call about shots fired at the building came in just after 4:30 p.m. Officers were inside the building within two minutes and quickly found victims, Peterson said.</p><p>Officers heard more gunshots and followed them to a higher floor, where they found “a haze that significantly limited their visibility,” he said. Peterson did not provide additional details about the haze.</p><p>One officer was shot in the leg and another was shot twice in the abdomen, he said.</p><p>Authorities did not provide any details about the suspected shooter but said they were familiar with the person before the shooting.</p><p>One victim was fatally shot at the scene, and one died after arriving at the hospital, he said. It was not immediately clear how the shooter died, he said.</p><p>Minneapolis council member Elizabeth Shaffer represents the neighborhood where the shooting happened. She said 16 displaced residents had sheltered in a nearby church overnight and that the Red Cross had been providing support. Shaffer said her staff hadn’t received any previous constituent complaints related to safety or building management.</p><p>“That is surprising when you read the news reports, you know, of what was happening in the building, but there was, we have heard nothing,” she said.</p><p>Resident Julius Bailey was sitting with a friend just outside the building entrance when he heard gunshots and saw a man he recognized as another resident holding a pistol. Bailey said he heard a woman screaming and immediately started running, counting eight shots as he headed for safety.</p><p>Bailey said the man with the gun was well known in the building for being belligerent and showing off his weapon. Bailey, who moved into the building in June, said he went out of his way to avoid the man.</p><p>“I could tell he was trouble,” he said.</p><p>Chris Miller, who also lives in the apartment building, said he heard a rapid succession of gunshots and quickly ran outside for safety. He said he believed he knew who carried out the shooting and that he encountered someone in the hallway with a handgun earlier this week and reported that person to management.</p><p>___</p><p>Associated Press reporters Mark Vancleave, Hallie Golden in Seattle, Safiyah Riddle in Los Angeles and Josh Kelety in Phoenix contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WNCDVBBCD6XHXKIHJDAPP3MM6A.jpg?auth=61425df8483a0c7d1e0a628b40bc3276203c54bdb248f72c4ccf8886d89939db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Law enforcement respond to a shooting Wednesday, Sept. 2, 2026, in downtown Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K5RKJRY26B2XT75DXV52V7RRCE.jpg?auth=0feb6eef089f8dfbdd719bb8b1265baae15a7e9b678f47e913c60d43cbfc3c1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police continue to investigate the scene of a Wednesday shooting at Shoreline Plaza apartments, Thursday, Sept. 3, 2026, in Minneapolis. (AP Photo/Ellen Schmidt) CORRECTION: Shoreline, not Shoreview]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3I4ECXNKUBTX6Q7JEGOSOFJJZQ.jpg?auth=b929f3cdb1b7f326dc792da5f5d8b193e447b3d2e1e8f186918aa195380f040c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police continue to investigate the scene of a Wednesday shooting at Shoreline Plaza apartments, Thursday, Sept. 3, 2026, in Minneapolis. (AP Photo/Ellen Schmidt) CORRECTION: Shoreline, not Shoreview]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WYXUOTFVSVRLTVH5HQGO22MF4Y.jpg?auth=5593e6bc89d7dd2bfc9dd82a1dc6009fc6a19b6746b6931ae9ee8b7f189a1dab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police continue to investigate the scene of a Wednesday shooting at Shoreline Plaza apartments, Thursday, Sept. 3, 2026, in Minneapolis. (AP Photo/Ellen Schmidt) CORRECTION: Shoreline, not Shoreview]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3T5G7K5MCUZMYKIQGINYAPR4HM.jpg?auth=db666a7bc20db58dc59ee6e0a8277992ec3862c7a1a08220b90c58f239b2de1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing the location of the shooting in the Minneapolis, Minnesota. (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/DI2LZO5DGUHJOAYSPFHRQMN7EY.jpg?auth=21e04244e5d5e7c129137a8d2cb0688a82506db389982a97f91a584d284bcd23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Staff from Substance Church, which neighbors Shoreline Plaza apartments, pray outside the scene of a Wednesday shooting at the building, Thursday, Sept. 3, 2026, in Minneapolis. (AP Photo/Ellen Schmidt) CORRECTION: Shoreline, not Shoreview]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[A year after crash of an iconic Lisbon streetcar, a memorial but no promises for restored service]]></title><link>https://www.local10.com/news/world/2026/09/03/a-year-after-crash-of-an-iconic-lisbon-streetcar-a-memorial-but-no-promises-for-restored-service/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/a-year-after-crash-of-an-iconic-lisbon-streetcar-a-memorial-but-no-promises-for-restored-service/</guid><dc:creator><![CDATA[By BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[LISBON, Portugal (AP) — Lisbon inaugurated a memorial Thursday to the 16 people killed in a funicular derailment a year ago, as questions persist about the safety of the city's iconic hillside streetcars, which remain at a standstill.]]></description><pubDate>Thu, 03 Sep 2026 15:11:28 +0000</pubDate><content:encoded><![CDATA[<p>LISBON, Portugal (AP) — Lisbon inaugurated a memorial Thursday to the 16 people killed in a funicular derailment a year ago, as questions persist about the safety of the city's iconic hillside streetcars, which remain at a standstill.</p><p>Near the crash site, a 150-year-old olive tree stood at the center of a ring of limestone blocks laid into the ground featuring the names of the victims. Foreign ambassadors laid wreaths and the Patriarch of Lisbon, a senior Catholic church official, offered a blessing.</p><p>The accident was one of the Portuguese capital’s worst tragedies in recent memory and cast a shadow over the city’s ongoing tourism boom.</p><p>The picturesque yellow streetcar, called a funicular because it travels up and down a steep hill in tandem with a second car, is a popular tourist attraction. Authorities said that 11 of those killed were foreigners, likely tourists who stand in long lines to board it.</p><p>Lisbon attracted about 10 million tourists last year, and they are one of the city’s economic mainstays. Portugal receives around 30 million visitors each year.</p><p>Service on the Gloria funicular remains halted while the official investigation proceeds. Two other city funiculars also remain out of service during inspections. The regular streetcars that rumble through the city's streets are running as usual.</p><p>The anniversary brought renewed attention to delays in identifying the causes of the crash, which also injured 24 people, and attributing any blame.</p><p>Carris, the Portuguese company that runs the city’s road transport, said Wednesday it plans to open an international tender in the first quarter of next year for the affected funicular to be modernized, with the goal of it returning to service by 2029.</p><p>Portugal's public prosecutor's office said it hoped to publish a final report by March regarding the accident’s causes and whether there is any criminal liability.</p><p>Families of the victims complained in a letter obtained by public broadcaster RTP about “a year of silence” from authorities. They had been kept in the dark about the investigation, receiving no contact from officials, they said, according to RTP.</p><p>A preliminary report into the accident published last year said that the failure of a steel safety cable and maintenance flaws contributed to the crash. The streetcar hurtled down the hill before coming off the rails on a bend and smashing into a building, leaving the wooden cabin a crumpled wreck.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTIQLDHTI2YBU22ITMCQI4JCB4.jpg?auth=d82562527726504e414f0b86e6a8511b85847ce4d68616076a1d094195325ff4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Religious, military and political officials attend the inauguration of a memorial to the 16 people killed in the derailment and crash of Lisbon's Glória funicular, an iconic streetcar, on the first anniversary of the accident, Thursday, Sept. 3, 2026. (AP Photo/Armando Franca)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZCJDUVSP5SDO6EJQFKLM6Y4OI.jpg?auth=8ae1a4cdc953d9ae3a48fa269ea47443a918dc42d301a68087ffc587845a2d89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People react during the inauguration of a memorial to the 16 people killed in the derailment and crash of Lisbon's Glória funicular, an iconic streetcar, on the first anniversary of the accident, Thursday, Sept. 3, 2026. (AP Photo/Armando Franca)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LP7F4BDUHWRDKAAN4VF7VB3G64.jpg?auth=3614f1d88e54f62a121f5f5b149e9d75de697bf7d14d748a4352dd32bdd683f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lisbon patriarch bishop Rui Valério attends the inauguration of a memorial to the 16 people killed in the derailment and crash of Lisbon's Glória funicular, an iconic streetcar, on the first anniversary of the accident, Thursday, Sept. 3, 2026. (AP Photo/Armando Franca)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XXV2AJEVOXA6OOYBPJZ57PBCU4.jpg?auth=d1ac50c001dc9b0f21756f86d3914ad9a5b9790f71e8eaf6dd9ffb8aadeb1cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People look at a streetcar that derailed and crashed in Lisbon, Portugal, Sept. 4, 2025. (AP Photo/Armando Franca, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2U3NNC3EUIIXVBXDH6JVM6PKY.jpg?auth=bb8e062f675da50a585d83324ce628f313cae0b1458481c4c6ce5811cdeee2bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People walk past a parked Bica funicular in Lisbon, out of service after another streetcar derailed and crashed in the Portuguese capital killing multiple people and injuring several others, Oct. 30, 2025. (AP Photo/Armando Franca, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content></item><item><title><![CDATA[Gunman wounds staff member at Virginia elementary school, then kills himself]]></title><link>https://www.local10.com/news/national/2026/09/03/gunman-wounds-staff-member-at-virginia-elementary-school-then-kills-himself/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/03/gunman-wounds-staff-member-at-virginia-elementary-school-then-kills-himself/</guid><dc:creator><![CDATA[By R.J. RICO, Associated Press]]></dc:creator><description><![CDATA[A 19-year-old gunman forced his way into a Virginia elementary school Wednesday morning and shot and wounded a staff member before killing himself, authorities said.]]></description><pubDate>Thu, 03 Sep 2026 14:59:28 +0000</pubDate><content:encoded><![CDATA[<p>A 19-year-old gunman forced his way into a Virginia elementary school Wednesday morning and shot and wounded a staff member before killing himself, authorities said.</p><p>Officers found Anthony Ignatiadis-Isabelle dead inside the Westwood Hills Elementary School library after responding to a report of a suspicious person, Waynesboro Police Chief David Shaw said during a news conference. Shaw said an adult staff member suffered a gunshot wound but has been released from the hospital.</p><p>Authorities did not say whether Ignatiadis-Isabelle, of Waynesboro, knew the victim or whether he had any connection to the school. Shaw said no children were inside the library at the time, and that officers responded within three minutes of getting the initial call.</p><p>“Our safety and security protocols and procedures worked,” said Waynesboro Public Schools Superintendent Jeffrey Cassell. “Every student and staff member is safe and returned home to their families. Please hug your children and your families this evening.”</p><p>Virginia Gov. Abigail Spanberger said she was monitoring the situation.</p><p>“My heart is with these young students, their parents and families, and the teachers and staff at the school,” Spanberger said on social media. “Thank you to the first responders who are assisting at the scene.”</p><p>Waynesboro is about 96 miles (155 km) northwest of Richmond.</p><p>___</p><p>Sarah Rankin in Richmond, Virginia, and John Raby in Charleston, West Virginia, contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Across US history, the AP has watched, chronicled and helped people understand a complex world]]></title><link>https://www.local10.com/news/2026/09/03/across-us-history-the-ap-has-watched-chronicled-and-helped-people-understand-a-complex-world/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/03/across-us-history-the-ap-has-watched-chronicled-and-helped-people-understand-a-complex-world/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Precisely 180 years ago, a handful of New York news executives looking to save money on coverage had an idea. Today, it is called The Associated Press.]]></description><pubDate>Thu, 03 Sep 2026 14:50:47 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Precisely 180 years ago, a handful of New York news executives looking to save money on coverage had an idea. Today, it is called The Associated Press.</p><p>Five newspaper publishers in New York City agreed in 1846 to pool resources in order to speed the delivery of news about the U.S. war with Mexico using a pony-express relay through Alabama to a telegraph office. Those beginnings gave birth to an organization that in many ways became the backbone of the news industry. The AP claims some 4 billion people, nearly half of the world’s population, see news produced by the company on a typical day.</p><p>Many don’t realize that.</p><p>For most of its history, the AP has effectively been a utility, providing material for other news outlets to print, broadcast or carry online, its journalists largely anonymous. AP reporters weren’t even identified with bylines until World War I. But the company has chronicled the nation’s big moments for much of the 250-year history of the American republic.</p><p>Although horses long since gave way to the internet, the journalism remains. Here are some stories behind the stories the AP has chronicled.</p><p>Covering Mr. Lincoln: The Gettysburg Address</p><p>Absorbed by the message President Abraham Lincoln delivered at the Nov. 19, 1863, dedication of a cemetery at the Civil War battlefield in Gettysburg, Pennsylvania — as generations after him would be — 21-year-old AP reporter Joseph Ignatius Gilbert momentarily forgot his job.</p><p>“I unconsciously stopped taking notes,” Gilbert recalled later, “and I looked up at him as he glanced from his manuscript with a faraway look in his eyes as if appealing from the few thousands before him to the invisible audience of countless millions whom his words were to reach.”</p><p>That was a problem. There were no tape recorders or video cameras yet. So if Gilbert didn’t capture Lincoln’s words, they would reach fewer people.</p><p>Gilbert recovered, and perhaps saved his job, when the president allowed him to borrow the paper upon which he wrote the memorably short, 272-word speech, and to copy it. The reporter’s presence also insured that people would remember precisely how Lincoln delivered the address, beyond the words.</p><p>Consider Lincoln's conclusion: “We here highly resolve that these dead shall not have died in vain, that this nation, under God, shall have a new birth of freedom, and that government of the people, by the people, for the people, shall not perish from the earth.”</p><p>Many who read the speech later put emphasis on the words “of,” “by” and “for” in his final lines. Instead, Gilbert insisted that Lincoln emphasized “the people” in each clause.</p><p>A major scoop: The end of World War II</p><p>An AP correspondent scored a major scoop reporting that Germany surrendered to Allied forces in France on May 7, 1945, ending the European portion of World War II. For that, he lost his job.</p><p>Edward Kennedy was one of 17 reporters transported by the U.S. military to a former school in Reims, France, to witness the middle-of-the-night ceremony. In return for being there, the journalists agreed to keep the news secret until military censors gave the go-ahead to report it.</p><p>The journalists figured they would have to keep the secret for a few hours. Instead, they learned the “embargo” was for 36 hours and the delay had nothing to do with keeping people safe. Rather, it was to give Russian allies the time to stage a second surrender ceremony, according to Kennedy’s memoir, published in 2012.</p><p>“The absurdity of attempting to bottle up news of such magnitude was too apparent,” Kennedy wrote. “I know from experience that one might as well try to censor the rising of the sun.”</p><p>Less than 12 hours after the secret ceremony, German officials announced on a radio broadcast that they had surrendered. The broadcast originated from a French city already controlled by the Allies. To Kennedy, that meant that the same U.S. military censors that had told him to keep the news secret had authorized the Germans to make their announcement. If they hadn’t, soldiers unaware that the war was already over might have lost their lives.</p><p>Kennedy called the chief American censor to say there he couldn’t hold the news since the military had already broken its part of the deal. The censor refused to lift the embargo, but Kennedy called a story in to the AP’s London bureau, where editors knew nothing about the embargo, and a bulletin announcing the big news went out to the world.</p><p>Competitors and the military, which briefly suspended the AP’s ability to report news from Europe, were furious. The AP had the news exclusively for a day. But its bosses, under pressure, said Kennedy had been wrong to break the agreement. His AP career was over. He pressed for vindication, but it wasn’t to come before he died in a car accident in 1963.</p><p>After publication of Kennedy’s memoir, the AP apologized to his family for how he had been treated. “It was a terrible day for the AP,” the company’s then president and CEO, Tom Curley, told reporter David Caruso. “It was handled in the worst possible way.”</p><p>Being there: The Civil Rights Movement</p><p>The importance of being on the scene, steadily and dependably, during a long-running story paid off for AP reporter Kathryn Johnson during coverage of the Civil Rights Movement in the 1960s.</p><p>On the night of April 4, 1968, Johnson was on a date in Atlanta when the car radio broke in with news that the Rev. Martin Luther King Jr. had been assassinated in Memphis, Tennessee. Johnson’s companion instinctively asked if she wanted to be driven to the King family home.</p><p>She did, and arrived to see a reporter from The New York Times on the porch being told he was not welcome. The door opened, however, and the new widow Coretta Scott King saw Johnson and told the police officer guarding the home, “Let Kathryn in.”</p><p>She wasn’t a stranger. As former King aide and future U.S. Ambassador Andrew Young wrote in an introduction to Johnson’s later book, “My Time With the Kings": “Kathryn always observed scrupulously the highest standards of her profession while reporting on one of the most important continuing struggles in our country with objectivity, thoroughness and fairness.”</p><p>She spent days inside the Kings’ home, providing exclusive reports while being sensitive to what the family was going through. Jacqueline Kennedy Onassis visited the home and saw Johnson helping to prepare a meal, mistaking the reporter for a white maid. Speaking in code to avoid angering some visitors who were suspicious of her presence, Johnson called an AP bureau to confirm a story she had pre-written about the expected visit.</p><p>The day after King’s murder, Johnson asked if she could have a seat on the plane that was taking the new widow to Memphis to bring his body home. Young agreed, and when other reporters protested, he told them, “Kathryn and I’ve been through the wars together.”</p><p>Incredibly, Young telephoned her boss, who told her she couldn’t go. She was needed in the office. “I’ve no doubt that had I been male, my boss would have been delighted for me to go,” she later wrote.</p><p>Johnson went on to complete a fellowship at Harvard University and returned to the AP. When she was assigned tasks like taking dictation and reporting sports scores, she left for jobs at U.S. News and World Report and CNN.</p><p>Prematurely dead: Bob Hope</p><p>When can a the simple pressing of a wrong button inadvertently illustrate the reach of a news organization? The AP once encountered a two-word answer for that: Bob Hope.</p><p>Large news organizations frequently prepare obituaries in advance for notable public figures, so when the death occurs they can move quickly with a story that puts the person’s life and achievements in perspective.</p><p>Hope certainly merited the attention. The comedian was 95 years old on June 5, 1998, when an AP editor was doing some work on the “prep” copy. In an error, that incomplete story was inadvertently sent to thousands of news outlets and others who subscribed to the AP’s news wire. The story didn’t actually say Hope died — there were blank spaces left in the copy to fill in future details — but the format was enough to fool House Majority Leader Dick Armey. Congress was in session, and Armey asked a colleague to announce Hope’s “death” and say a few words in sympathy.</p><p>The AP’s central role in the news ecosystem was such that the false news spread with lightning speed. Another news service, Reuters, moved a bulletin saying that Hope had died, attributing it to the member of Congress, according to a Washington Post account.</p><p>Out in California, Hope was getting up, feeling good enough to go out and hit a few golf balls. His family had to set the record straight. “Some folks were a bit too quick to thank Bob Hope for the memories,” Post writer Howard Kurtz quipped, a reference to Hope’s signature song.</p><p>The comic made it past his 100th birthday before dying on July 27, 2003. Honest.</p><p>Bush vs. Gore: The election that wouldn't end</p><p>On one memorable night, the AP made a mistake and covered itself in glory by avoiding an even bigger one.</p><p>The presidential election night of 2000 won’t be forgotten by anyone involved in it. Certainly not by journalists who saw predictions of a tight race between Republican George W. Bush and Democrat Al Gore come true.</p><p>Shortly after polls closed in the critical swing state of Florida, TV news networks and the AP “called” that state’s race for Gore, using a combination of exit poll results, actual votes and instinct grounded in knowledge of the state’s history. But there was an error: Gore was reported to have won one county by 42,000 votes, when the margin was actually 4,200.</p><p>That made the state, in the journalists’ interpretation, too close to call so they retreated from their declaration and put Florida back in the undecided column. As the night wore on, it became increasingly clear that the entire presidential election was going to come down to who won Florida’s electoral votes.</p><p>After 2 a.m. the morning after the election, Fox News made its call: Bush had won Florida and thus would be next president of the United States. ABC, CBS, CNN and NBC quickly followed suit. But the AP did not, believing too many votes remained uncounted in traditionally Democratic areas that could swing the race.</p><p>The tension was very real in the AP newsroom that night. Editors from across the country were angrily calling in, noting the network calls and wondering why the AP was holding out. What were they going to put on the front pages of their newspapers?</p><p>“It was simply too close for AP to call,” recalled Sandy Johnson, AP’s then-Washington bureau chief, in a 2020 podcast on C-SPAN. “Believe me, we wanted to call it. Nobody wants to be the last calling a presidential race. We were crunching the numbers like mad, trying to figure out what the networks saw that we didn’t. But the lead just kept getting closer.”</p><p>In the pre-dawn hours, the networks retracted their Florida calls for the second time that night. It was a major embarrassment. One blown election call could cost a journalist’s job, but calling the same state wrong twice and prematurely declaring the winner for the entire election? Network chiefs were hauled before Congress in the aftermath to explain themselves.</p><p>The election remained undecided for three more weeks before a U.S. Supreme Court decision effectively made Bush the winner.</p><p>Getting news first — a scoop — is a bragging point for any journalist. A mistake completely undermines that, hence the AP mantra “get it first, but first get it right.” It’s a lesson that is repeated often in a fast-moving world. Just this spring, AP editor Ted Anthony steered the organization away from reports that a gunman at the White House Correspondents' Association dinner had been killed, wanting multiple sources even though other outlets were saying it.</p><p>It wasn’t true. Sometimes an outlet’s highest moments are what it doesn’t report.</p><p>9/11: 'The Falling Man’</p><p>The AP’s most memorable journalism has often been delivered through a photographer’s lens.</p><p>It takes barely a few words to bring some historic AP images instantly to mind: Joe Rosenthal’s picture of U.S. Marines raising the American flag on Iwo Jima in 1945; Eddie Adams’ 1968 photo of a prisoner being executed with a gunshot to the head on a Vietnam street; Evan Vucci’s shot of a bloodied Donald Trump raising a fist in defiance following a 2024 assassination attempt in Butler, Pennsylvania.</p><p>One of AP’s best-known images has arguably been talked about more than seen.</p><p>Richard Drew was photographing a fashion show in New York City’s Bryant Park on Sept. 11, 2001, when a message alerted him to a plane flying in to the World Trade Center downtown. He hopped on a subway and when he emerged, began recording the horror before him on his camera.</p><p>He fixed upon people who had jumped or were falling from the still intact but burning towers. One image he captured immediately stood out: a man, one leg bent, the other straight, as he fell headfirst to his death. He lined up so perfectly against the metallic lines of the tower behind him that the picture almost seemed choreographed.</p><p>Drew’s picture was carried in a handful of newspapers the next day but not many, for the same reason that television networks did not show video of people falling. It was deemed too disturbing.</p><p>But it so moved Esquire magazine’s Tom Junod that he wrote an entire cover story about it. “In the picture, he departs from this earth like an arrow,” Junod wrote. “Although he has not chosen his fate, he appears to have, in the last instants of life, embraced it. If he were not falling, he might very well be flying.”</p><p>Singer Elton John bought a copy of “Falling Man,” calling it “probably one of the most perfect photographs ever taken.” Drew, still working for AP at age 79, attended an exhibition in Paris this spring where the photo was on display.</p><p>It wasn’t the only journalism to come from the AP that day that echoed long afterward. Jerry Schwartz, who wrote the story of the day’s disaster, was the first to coin the phrase “ground zero” to refer to the World Trade Center site.</p><p>But “Falling Man” has lingered. Drew believes it will be seen more in years to come as the event recedes into history. He doesn’t find the photo macabre. “I made a photographic record of someone living the last moments of his life,” he wrote five years ago. “And every time I look at it, I see him alive.”</p><p>Junod and others have investigated to try and identify the man, believed to be a worker at the restaurant Windows on the World. But it’s still not clear who he was, and may never be. Drew likens “Falling Man” to the remains buried in the Tomb of the Unknown Soldier in Washington.</p><p>“He’s going to remain unknown and that’s OK,” Drew said in a recent interview. “He’s a symbol for all of the people who died that day.”</p><p>___</p><p>David Bauder covered media for The Associated Press for more than a decade. He retired in May.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EHIYCJWFZIBUSET3PDHKYPHXBQ.jpg?auth=22aa7ef711bcd40a2be1a85b4d752b713729ab00e305c047d4fe51dd3830355f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The newsroom of the Associated Press headquarters at 50 Rockefeller Plaza, 1939. (AP Photo/Corporate Archives)]]></media:description><media:credit role="author" scheme="urn:ebu">uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D4OH4NAR6FOTUMY6XCMQ46Z3IU.jpg?auth=8450100d3bb962fc637078b93167d432ca3e455dfb04c6edc775f878011210c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The logo of The Associated Press circa 1900. (AP Corporate Archives)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Corporate Archives</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LYPLM4CEO2JYTCYSMGBYEPKQ7E.jpg?auth=8b11fd4857a802a47da0409321b3537579276fa2c485189915c8c3f5706ad5af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Three versions of the Gettysburg Address in newspapers published on Nov 20 and 21, 1893: From left, The Brooklyn Daily Eagle (the AP account), The New York Times, and The Chicago Tribune. (AP Corporate Archives)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Corporate Archives</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RO2HHG3MGZJLPCAAN7DBTDFSM4.jpg?auth=18fa55cbd5733e3e66e1bc9258e1d5d59f52dcc85d2108add446bd46da220345&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Joseph Ignatius Gilbert, 1840-1924, worked for the Associated Press from the early 1860s until his retirement. He died in Philadelphia. He was present at Gettysburg, Pennsylvania on Nov. 19, 1863 on behalf of the Associated Press, where he took down in shorthand Edward Everett's oration and the short address of President Abraham Lincoln. He later wrote a short memoir describing his meetings with Lincoln, clearly the highlights of his long life as a journalist. (Courtesy of the Collection of Brenda Malloy Palley via AP Corporate Communications)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XZ3ZLYUFJBADKTMYQDTBUJOBNU.jpg?auth=524bb50e5a050f3f2edcea16bebd643c3e3c06968514241454ba8725b5616b3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Representatives of German and Allied nations at the Supreme H. Q. War Room in Rheims, France on May 7, 1945, where the German delegates surrendered unconditionally to Britain, Russia, and the United States. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Morse</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E7BD5FVE6M7WDEPLDLHAURHN3Q.jpg?auth=43a52908995d74ac26c0a3fee40c127e29431589dee90fc68af900732adeb156&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ed Kennedy, Chief of the Associated Press staff in North Africa wears a metal helmet in this March 1944 photo made at the Anzio beachhead in Italy. Kennedy was dismissed by the AP after he bypassed military censors and was the first journalist to file a firsthand account of German officials surrounding unconditionally to Allied commanders at a former schoolhouse in Reims, France, signaling that World War II was over. Sixty-seven years later, AP President and Chief Executive Officer Tom Curley said that Kennedy was right to stand up to the censors, and should have been commended, not fired. (AP Photo/San Goldstein/Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Goldstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZIHD7E5N64WDVXOOWOCL2GPZM.jpg?auth=9721a13ebceda6ccd22b3fad335e7142df770ee28814aa43c9615dd36f4111e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This file photo shows the news bulletin sent by The Associated Press Paris Bureau Chief Edward Kennedy announcing the unconditional surrender of the Germans to the Allies on May 7, 1945. Kennedy, then AP's chief of bureau in Paris, was present at the surrender and was the first to report the end of the war in Europe to the United States and the world, bypassing the Allied political embargo. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WOGMUOGEORNJH5KGAZL4VJEJSU.jpg?auth=41621a99d9b6018a4006667860de65ece3707ec0077830deee87b104cb10f2c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rev. Martin Luther King, Jr. is pictured walking across the balcony of the Lorraine Motel in Memphis, Tenn. on April 3, 1968. (AP Photo/Charles Kelly, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Kelly</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NP5HJDP4VFVCCB6W5M3WRXRQUY.jpg?auth=f63418e2977316bf58c2921fa10483b01da0aad3fe69d37f622aaa59593227cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Coretta Scott King and AP reporter Kathryn Johnson, left, review plans for The King Center during a meeting IN 1968 on the campus of Atlanta University in Atlanta. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYLK22FKC32S2K334GMZTP2S7I.jpg?auth=2a0a92e62644d5dc17919f53458d0abd9c8b1fea5f156ffd7e028aef109e893a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Comedian Bob Hope and his wife Dolores react to a birthday card presented to Hope Monday, April 20, 1998, at the Nixon Library and birthplace in Yorba Linda, Calif. (AP Photo/John Hayes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">JOHN HAYES</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7J5ENYO2GCEFSMOTMNTKI6VR7A.jpg?auth=fec7b501326b47a8d93299788d294590755e3104231a0ece04b8dce5b9d3eaa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In these two Nov. 7, 2000 file photos, at left, Gov. George W. Bush puts his ballot in the ballot box after voting in Austin, Tex., on Election Day. At right, Democratic presidential candidate Vice President Al Gore steps out of the voting booth at the Forks River Elementary School in Elmwood, Tenn. (AP Photos/Eric Gay, J. Scott Applewhite, Files)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CLSAKCJJHTFVJFZZ4W5IU7XDY.jpg?auth=8238a9b230283bc34ddb7641510abbc8be1b787ca346d3e893b29ff38f991262&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Bureau Chief Sandy Johnson, left, AP President and CEO Tom Curley, center, and Managing Editor Mike Silverman, are seen in the press area looking out onto the convention floor at the FleetCenter in Boston during the 2004 Democratic National Convention. (AP Corporate Communications/Ron Edmonds)]]></media:description><media:credit role="author" scheme="urn:ebu">RON EDMONDS</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4C5V62AFWQDGXJZAZD7IVJFVVQ.jpg?auth=3569111e3aaf4c4cc536422cdf82050478fc9709862607742bf83f972abf1667&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDITORS: NOTE GRAPHIC CONTENT--- FILE - A person falls headfirst from the north tower of New York's World Trade Center Tuesday, Sept. 11, 2001. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">RICHARD DREW</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E7EPWMSIYZWAC36JI35HRYPHGA.jpg?auth=8de04739cea3155f9f08216ea5e17c4a8d46c99b44ed26387efa77ad92522c8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Associated Press photojournalist and Pulitzer Prize winner Richard Drew delivers remarks after his induction into The Deadline Club Hall of Fame, Thursday Nov. 21, 2019, in New York. (AP Photo/Bebeto Matthews)]]></media:description><media:credit role="author" scheme="urn:ebu">Bebeto Matthews</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WK6CHDL34QCPI4ITFQP33Y3YBM.jpg?auth=71909b1bd89328c18c104680f17c05c974faa6a5ed9a8d4730e95bdd89e9b63b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People surround the teletype machine at the Associated Press Building on Rockefeller Plaza in New York City, May 10, 1940. (AP Photo/Robert Kradin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Kradin</media:credit></media:content></item><item><title><![CDATA[Hugh Jackman aims to buy into soccer club Norwich that's a division rival of Ryan Reynolds' Wrexham]]></title><link>https://www.local10.com/entertainment/2026/09/03/hugh-jackman-aims-to-buy-into-soccer-club-norwich-thats-a-division-rival-of-ryan-reynolds-wrexham/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/hugh-jackman-aims-to-buy-into-soccer-club-norwich-thats-a-division-rival-of-ryan-reynolds-wrexham/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Hugh Jackman wants to join his fellow Hollywood star and friend Ryan Reynolds in owning part of a soccer club in the English leagues.]]></description><pubDate>Thu, 03 Sep 2026 16:36:07 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Hugh Jackman wants to join his fellow Hollywood star and friend Ryan Reynolds in owning part of a soccer club in the English leagues.</p><p>Jackman has long been a fan of Norwich, his mother’s home city in the east of England. The Wolverine star was asked in an interview broadcast on Thursday if he would like to “buy a bit” of the club which is majority owned by Mark Attanasio, the Milwaukee Brewers principal owner.</p><p>“I’m very, very interested in talking about it right now,” he told British broadcaster TalkSport while promoting his new movie, “The Death of Robin Hood.”</p><p>“You’re the first one to know that. There’s a little exclusive,” Jackman said when asked if he would “follow suit” with Reynolds, who put Wrexham on the global soccer and culture map after buying the club with Rob Mac in 2021.</p><p>Norwich and Wrexham are now rivals in the English second-tier Championship, though Jackman’s team has the more illustrious history. Norwich last played in the Premier League four years ago, and had perhaps its finest moment in 1993, eliminating German power Bayern Munich in the old UEFA Cup.</p><p>“Good on Ryan, you do your thing, I’m all about the Canaries,” Jackman said, citing Norwich’s nickname linked to the team’s distinctive yellow and green uniform.</p><p>Norwich and Wrexham both are expected to be contenders this season to earn promotion to the Premier League, the world’s most valuable club soccer competition.</p><p>“I think it’s an exciting team and it’s going to be an exciting year,” Jackman said, praising Norwich’s turnaround since hiring Belgian coach Philippe Clement last November.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XOACFCWQU3HK4OQBS4MGB2NO3A.jpg?auth=9e47177d003c6cbcad880ca2de554430545239d71bb2f6d48c1aaa6962b59f51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ryan Reynolds, left, and Hugh Jackman pose for photographers upon arrival at the screening of the film "Deadpool & Wolverine" on July 11, 2024 in London. (Photo by Millie Turner/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Millie Turner</media:credit></media:content></item><item><title><![CDATA[Hialeah man accused of stealing $86K from his elderly parents]]></title><link>https://www.local10.com/news/local/2026/09/03/hialeah-man-accused-of-stealing-86k-from-his-elderly-parents/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/hialeah-man-accused-of-stealing-86k-from-his-elderly-parents/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 67-year-old Hialeah man was arrested Wednesday on accusations that he stole approximately $86,000 from his elderly parents’ retirement and life savings, according to an arrest warrant.]]></description><pubDate>Thu, 03 Sep 2026 14:26:50 +0000</pubDate><content:encoded><![CDATA[<p>A 67-year-old Hialeah man was arrested Wednesday on accusations that he stole approximately $86,000 from his elderly parents’ retirement and life savings, according to an arrest warrant.</p><p><a href="https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-hialeah-de-robar-86000-usd-a-sus-padres-ancianos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-hialeah-de-robar-86000-usd-a-sus-padres-ancianos/">Leer en español</a></p><p>Jail records show Rafael Evelio Barcelo is facing felony charges stemming from two withdrawals from his parents’ Bank of America account in January and February 2025.</p><p>Hialeah police said the victims, a 90-year-old man and his 86-year-old wife, immigrated to Florida from Cuba in the 1970s and have lived in their Hialeah home since 1972. </p><p>They said Barcelo, the couple’s son, lived a few blocks away and had taken responsibility for helping manage their finances, including writing checks for household expenses.</p><p>Investigators allege Barcelo used that position of trust to take money from the couple without their knowledge or consent.</p><p>The warrant states that on Jan. 17, 2025, a $34,000 check was drawn from the couple’s checking account and made payable to “Shophar LLC.”</p><p>The check was marked “gift” in the memo line and bore Barcelo’s signature, according to the warrant. Police said the check was deposited into a business account belonging solely to Barcelo’s son. </p><p>When investigators showed the check to the couple, both denied writing or authorizing it, according to the warrant. The couple also said they did not know Shophar LLC and had never authorized the transaction.</p><p>A second withdrawal occurred Feb. 14, 2025, when a $52,000 Bank of America cashier’s check was issued from the couple’s account, the warrant states. Surveillance video from a Bank of America branch in Hialeah allegedly showed Barcelo conducting the transaction at the teller window, according to police. </p><p>Bank records obtained by investigators showed that Barcelo opened a Wells Fargo account on the same day and deposited the $52,000 cashier’s check into that newly opened account using a mobile app, The warrant states. The money remained in the account, investigators said.</p><p>The two transactions totaled $86,000.</p><p>The investigation began amid a family dispute over the care of the elderly couple, according to the warrant.</p><p>Police said the couple’s daughter and son-in-law had become increasingly involved in their parents’ care after the husband suffered a serious fall at home in December 2024. </p><p>They said the daughter had previously been designated as the couple’s attorney-in-fact for medical decisions, and the warrant states that the couple later executed financial powers of attorney naming her as their representative.</p><p>The warrant describes escalating tensions between the siblings over the couple’s care and finances.</p><p>In December 2024, Barcelo contacted Leon Medical Center about placing his father in a rehabilitation facility and indicated he wanted to keep his mother at his own residence, according to the warrant. Police said he also allegedly told the family that he planned to transfer the couple’s assets into a trust to pay for their care and apply for Medicaid. </p><p>The couple objected after learning of those plans, the warrant states.</p><p>In January, Barcelo hired a caregiver to assist his parents. The caregiver told investigators that Barcelo was responsible for part of the couple’s daily care and that she witnessed arguments between him and his sister and brother-in-law over the couple’s care, according to the warrant.</p><p>At a family meeting on Jan. 17, the dispute became confrontational. </p><p>The warrant states that Barcelo called his brother-in-law a “control freak” and told his sister and brother-in-law to stay away because he was taking control of his parents’ medical and financial decisions.</p><p>The relationship deteriorated further the following month.</p><p>On Feb. 17, Barcelo and his sons met with the couple and other family members. According to the warrant, one of Barcelo’s sons accused the daughter and son-in-law of stealing $50,000 from the elderly couple. Barcelo then said he would no longer be involved in caring for his parents.</p><p>Two days later, the couple went with their daughter and son-in-law to Bank of America to check their accounts.</p><p>That was when they learned that $86,000 had been withdrawn, according to the warrant.</p><p>Investigators said they reviewed bank records that showed the couple’s account was funded primarily by retirement and Social Security deposits. Investigators found no evidence that Barcelo had deposited his own money into the account, the warrant states.</p><p>The warrant also cites medical records and interviews with the couple’s doctors as evidence that the 90-year-old victim had significant “cognitive impairment” around the time of the disputed transactions.</p><p>A primary care physician told investigators that the man’s condition had deteriorated significantly by January 2025 and that he was unable to make medical decisions independently, according to the warrant. </p><p>A neurology provider said the man had experienced progressive cognitive decline and was unable to make medical or financial decisions, the warrant states. </p><p>Police said the investigation concluded that Barcelo “used his position of trust as the victims’ son and caregiver to exploit them,” according to the warrant.</p><p>Investigators allege the withdrawals deprived the couple of money needed for expenses including utilities, property taxes, groceries and other obligations.</p><p>Records show Barcelo is facing charges including exploitation of an elderly or disabled person involving more than $50,000, grand theft from a person over 65 involving more than $50,000, and organized scheme to defraud involving $50,000 or more. </p><p>As of Thursday morning, he was being held on a $22,500 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></item><item><title><![CDATA[Acusan a hombre de Hialeah de robar $86,000 USD a sus padres ancianos]]></title><link>https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-hialeah-de-robar-86000-usd-a-sus-padres-ancianos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/acusan-a-hombre-de-hialeah-de-robar-86000-usd-a-sus-padres-ancianos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Hialeah de 67 años fue arrestado el miércoles, acusado de robar aproximadamente $86,000 USD de los fondos de jubilación y los ahorros de toda la vida de sus padres ancianos, según una orden de arresto.]]></description><pubDate>Thu, 03 Sep 2026 14:32:17 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Hialeah de 67 años fue arrestado el miércoles, acusado de robar aproximadamente $86,000 USD de los fondos de jubilación y los ahorros de toda la vida de sus padres ancianos, según una orden de arresto.</p><p>Los registros de la cárcel muestran que Rafael Evelio Barcelo enfrenta cargos por delitos graves derivados de dos retiros de la cuenta de Bank of America de sus padres en enero y febrero de 2025.</p><p>La policía de Hialeah dijo que las víctimas, un hombre de 90 años y su esposa de 86 años, emigraron a Florida desde Cuba en la década de 1970 y han vivido en su casa de Hialeah desde 1972.</p><p>Dijeron que Barcelo, hijo de la pareja, vivía a pocas cuadras y había asumido la responsabilidad de ayudar a administrar sus finanzas, incluyendo emitir cheques para gastos del hogar.</p><p>Los investigadores alegan que Barcelo utilizó esa posición de confianza para tomar dinero de la pareja sin su conocimiento ni consentimiento.</p><p>La orden señala que el 17 de enero de 2025 se emitió un cheque de $34,000 USD de la cuenta corriente de la pareja a nombre de “Shophar LLC”.</p><p>El cheque tenía escrita la palabra “regalo” en la línea de concepto y llevaba la firma de Barcelo, según la orden. La policía dijo que el cheque fue depositado en una cuenta comercial perteneciente únicamente al hijo de Barcelo.</p><p>Cuando los investigadores mostraron el cheque a la pareja, ambos negaron haberlo emitido o autorizado, según la orden. La pareja también dijo que no conocía a Shophar LLC y que nunca había autorizado la transacción.</p><p>Un segundo retiro ocurrió el 14 de febrero de 2025, cuando se emitió un cheque de caja de Bank of America por $52,000 USD de la cuenta de la pareja, señala la orden. Un video de vigilancia de una sucursal de Bank of America en Hialeah presuntamente mostró a Barcelo realizando la transacción en la ventanilla del cajero, según la policía.</p><p>Los registros bancarios obtenidos por los investigadores mostraron que Barcelo abrió una cuenta de Wells Fargo ese mismo día y depositó el cheque de caja de $52,000 USD en esa cuenta recién abierta mediante una aplicación móvil, señala la orden. El dinero permaneció en la cuenta, dijeron los investigadores.</p><p>Las dos transacciones sumaron $86,000 USD.</p><p>La investigación comenzó en medio de una disputa familiar sobre el cuidado de la pareja de ancianos, según la orden.</p><p>La policía dijo que la hija y el yerno de la pareja se habían involucrado cada vez más en el cuidado de sus padres después de que el hombre sufriera una grave caída en su casa en diciembre de 2024.</p><p>Dijeron que la hija había sido designada previamente como representante legal de la pareja para decisiones médicas, y la orden señala que posteriormente la pareja otorgó poderes financieros nombrándola como su representante.</p><p>La orden describe un aumento de las tensiones entre los hermanos por el cuidado y las finanzas de la pareja.</p><p>En diciembre de 2024, Barcelo se comunicó con Leon Medical Center para colocar a su padre en un centro de rehabilitación e indicó que quería mantener a su madre en su propia residencia, según la orden. La policía dijo que también presuntamente le dijo a la familia que planeaba transferir los bienes de la pareja a un fideicomiso para pagar por su cuidado y solicitar Medicaid.</p><p>La pareja se opuso después de enterarse de esos planes, señala la orden.</p><p>En enero, Barcelo contrató a una cuidadora para ayudar a sus padres. La cuidadora dijo a los investigadores que Barcelo era responsable de parte del cuidado diario de la pareja y que presenció discusiones entre él, su hermana y su cuñado por el cuidado de la pareja, según la orden.</p><p>En una reunión familiar el 17 de enero, la disputa se tornó confrontativa.</p><p>La orden señala que Barcelo llamó a su cuñado “controlador” y les dijo a su hermana y a su cuñado que se mantuvieran alejados porque él estaba tomando el control de las decisiones médicas y financieras de sus padres.</p><p>La relación se deterioró aún más el mes siguiente.</p><p>El 17 de febrero, Barcelo y sus hijos se reunieron con la pareja y otros familiares. Según la orden, uno de los hijos de Barcelo acusó a la hija y al yerno de robar $50,000 USD a la pareja de ancianos. Barcelo entonces dijo que ya no participaría en el cuidado de sus padres.</p><p>Dos días después, la pareja fue con su hija y su yerno a Bank of America para revisar sus cuentas.</p><p>Fue entonces cuando se enteraron de que se habían retirado $86,000 USD, según la orden.</p><p>Los investigadores dijeron que revisaron registros bancarios que mostraban que la cuenta de la pareja se financiaba principalmente con depósitos de jubilación y del Seguro Social. Los investigadores no encontraron evidencia de que Barcelo hubiera depositado su propio dinero en la cuenta, señala la orden.</p><p>La orden también cita registros médicos y entrevistas con los médicos de la pareja como evidencia de que la víctima de 90 años tenía un “deterioro cognitivo” significativo alrededor del momento de las transacciones en disputa.</p><p>Un médico de atención primaria dijo a los investigadores que la condición del hombre se había deteriorado significativamente para enero de 2025 y que no podía tomar decisiones médicas de manera independiente, según la orden.</p><p>Un proveedor de neurología dijo que el hombre había experimentado un deterioro cognitivo progresivo y que no podía tomar decisiones médicas ni financieras, señala la orden.</p><p>La policía dijo que la investigación concluyó que Barcelo “utilizó su posición de confianza como hijo y cuidador de las víctimas para explotarlas”, según la orden.</p><p>Los investigadores alegan que los retiros privaron a la pareja del dinero necesario para gastos, incluyendo servicios públicos, impuestos sobre la propiedad, alimentos y otras obligaciones.</p><p>Los registros muestran que Barcelo enfrenta cargos que incluyen explotación de una persona anciana o discapacitada por más de $50,000 USD, hurto mayor a una persona mayor de 65 años por más de $50,000 USD y esquema organizado para defraudar por $50,000 USD o más.</p><p>Hasta la mañana del jueves, permanecía detenido con una fianza de $22,500 USD en el Centro Correccional Turner Guilford Knight.</p>]]></content:encoded></item><item><title><![CDATA[Proud of their oil, Venezuelans view US stake in their reserves as a surrender]]></title><link>https://www.local10.com/news/world/2026/09/03/venezuelans-pride-is-bruised-by-deal-to-give-us-one-fifth-of-their-oil-reserves/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/venezuelans-pride-is-bruised-by-deal-to-give-us-one-fifth-of-their-oil-reserves/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[CARACAS, Venezuela (AP) — Nothing has shaped what it means to be Venezuelan today more than oil.]]></description><pubDate>Thu, 03 Sep 2026 16:24:09 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS, Venezuela (AP) — Nothing has shaped what it means to be Venezuelan today more than oil.</p><p>For more than 100 years, in good times and bad, Venezuelans’ identity has been built around the belief that their country’s bountiful oil resources belong to the people, not a government or a company.</p><p>This belief, and a troubled nation’s pride, took a bruising last week when acting President Delcy Rodríguez agreed to give the United States control of roughly one-fifth of Venezuela’s oil reserves – the largest in the world.</p><p>While the deal could eventually generate billions of dollars for an oil industry and economy wrecked by years of mismanagement, many Venezuelans see it as a surrender. Some say they are not surprised; they believe that gaining control of Venezuelan oil was the ultimate objective when President Donald Trump ordered U.S. forces to capture then-President Nicolás Maduro at the beginning of the year, leaving Rodríguez in charge.</p><p>“It’s not just worrying, it’s outrageous, because we, like a drop in the ocean, have no power to intervene,” Lisandro Castro, an architect in the capital, Caracas, said referring to fellow citizens. “There is genuine collective concern in Venezuela right now about what we are witnessing.”</p><p>Oil influences all aspects of life in Venezuela</p><p>The 1920s discovery of oil in northwestern Venezuela sparked a booming industry that transformed a poor, agrarian country into an urbanized regional power.</p><p>U.S. energy company employees working in the South American nation went on to popularize baseball. The companies built ball fields in oil-producing areas, boosting the sport among working-class Venezuelans who then took it to the rest of the country.</p><p>Europeans facing post-World War II hardships headed to Venezuela looking for economic opportunities created by the oil riches. The Portuguese established bakeries that are still open. The Italians designed buildings that are still standing.</p><p>A democracy in its infancy, Venezuela got most of its revenues from oil exports rather than from taxing local citizens and businesses, and politicians tried to buy the will of citizens, said Ronal Rodríguez, a researcher at the Venezuela Observatory at Colombia’s Universidad del Rosario.</p><p>The country co-founded OPEC, and by the ’70s, when it boasted of the highest per-capita income in the region, the government nationalized the industry with the creation of the state-owned Petróleos de Venezuela S.A.</p><p>PDVSA, as it is commonly known, only allowed foreign companies to operate as minority partners in joint ventures. Its revenues subsidized cheap gas for Venezuelans, scholarships to study abroad, free surgeries and many more benefits.</p><p>“Every Venezuelan sees oil as something they have the right to claim,” Rodríguez, the researcher, said.</p><p>Venezuela has been shaped by oil booms and busts</p><p>Plummeting oil prices globally in the 1980s devastated Venezuela's economy, necessitating an International Monetary Fund bailout. The state ended key subsidies, and social unrest followed. A military officer named Hugo Chávez attempted a failed coup.</p><p>Once elected president in 1998, Chávez expanded social services, including health, housing and education, thanks to resurgent oil prices that generated an estimated $981 billion in revenues for PDVSA between 1999 and 2011. The government handed out homes, refrigerators and medicines, and many families benefited from well-paid jobs in the public and private sectors.</p><p>Emboldened by popular support, Chávez tightened his grip on the national oil company — to the detriment of U.S. oil companies such as ExxonMobil and ConocoPhillips.</p><p>But PDVSA’s fortunes eventually turned as oil prices fell once again. Corruption and mismanagement further eroded profits and hurt production, first under Chávez, and then Maduro, his hand-picked successor.</p><p>By 2013, when Maduro became president following Chávez's death, the country fell into a dire economic crisis. Sanctions imposed by the U.S. over democratic and human rights concerns crippled the industry and the economy further.</p><p>Instead of attracting migrants, Venezuelans became migrants; the economic turmoil led to severe food shortages, among other deprivations, prompting millions to leave the country.</p><p>Even though markets and stores are now well-stocked, people struggle to afford the basics because of soaring inflation.</p><p>Many of today's public sector workers earn roughly $160 per month, while the average private sector employee earned about $237 per month last year.</p><p>“Something is better than nothing,” former oil worker Romel Abreu said referring to the roughly 1 million barrels of oil per day that Venezuela currently produces. “If we didn’t have it, we would be fried.”</p><p>Abreu works as a security guard in Cabimas, in the country's northwest, the heart of the oil industry. Like many there, he pines for another oil boom and the jobs it would bring.</p><p>Oil deal raises skepticism among Venezuelans</p><p>Venezuelans had hoped the capture of Maduro in January would end the ruling party’s 27-year hold on power. When that did not happen – Trump chose Rodríguez over Venezuela’s opposition – people at least were optimistic about potential economic improvements from the easing of crippling sanctions.</p><p>In February, a legal overhaul opened the path to private investment in the oil industry, which some saw as a prelude to bigger changes.</p><p>“Everything that happened on Jan. 3 was simply a strategy to get where we are today,” Castro, the architect, said of Trump’s Venezuela policy. “That is, to fully immerse themselves in the country’s energy affairs for their own personal gain and benefit, not for a purpose that would truly benefit us Venezuelans.”</p><p>Under the deal, the U.S. is entering a joint venture with Venezuela’s North American Blue Energy Partners, the second-largest private oil company operating in the country, behind Chevron.</p><p>Rodríguez is giving the joint venture 100-year rights over 17 oil fields with proven reserves of 65 billion barrels. The nation's total reserves have been estimated at roughly 300 billion.</p><p>Because Venezuela’s energy infrastructure has been severely degraded, it will take years before new investments will lead to significantly higher oil production, experts say.</p><p>Speaking in Caracas on Wednesday, U.S. Energy Secretary Chris Wright said Trump’s mission in Venezuela “is to bring peace, freedom, opportunity and prosperity to the people.” In an address to the nation Saturday, Rodríguez defended the agreement — and said she wants her country to be an “energy powerhouse.”</p><p>Cabimas residents can only hope.</p><p>“Well, on the one hand, one feels and thinks that one of the largest oil reserves has been handed over,” Erwin Ayala, an oil company worker, said outside his home. “But if it’s for the good of the country and for future generations, then yes, we agree with that, because what good is having so much oil ... if there’s no machinery, no technology, to extract it?”</p><p>___</p><p>Associated Press video journalist Juan Pablo Arraez contributed to this report from Cabimas, Venezuela.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNVCFJLZXSZXJM5FAWURBD2SA4.jpg?auth=5d16ac42eab618d6612a6f4ce527891d1797658d8ef81be8fe08a8fe15764c58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Energy Secretary Chris Wright, left, meets with Venezuelan acting President Delcy Rodriguez at Miraflores presidential palace in Caracas, Venezuela, Wednesday, Sept. 2, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYUVH7H22ZRVPOWM2ACGOOXEKE.jpg?auth=0c1ba16213edaf5d357e06124dc435516b6ea97e03139230e2e80493cad9e0b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Energy Secretary Chris Wright, left, and Venezuelan acting President Delcy Rodriguez smile during a press conference after the signing of an oil agreement at Miraflores presidential palace in Caracas, Venezuela, Wednesday, Sept. 2, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CN3SZKWH6YHNRYNFUHJJKXPHQ.jpg?auth=3bc85bc6c1d0c1db86ea70d4810f1de491dbe4d71f439779ca61ca34d26499df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuelan oil workers wave their helmets and national flags as President Hugo Chavez, unseen, delivers a speech at Jose Antonio Anzoategui oil complex in Barcelona, Venezuela, Tuesday, May 1, 2007. (AP Photo/Fernando Llano, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ESBFTRLXMYHCUXURMMVDRSZCY.jpg?auth=54b5972f898859604ae034d6abf9dc8c7691a9796c3425153921cc44a0988db3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuela's President Hugo Chavez, center, delivers a speech in front of a banner that reads in Spanish "Oil Company on its way to socialism", to oil workers in Barcelona, Venezuela, Tuesday, May 1, 2007. (AP Photo/Fernando Llano, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[Nearby businesses evacuated after gas leak in Davie ]]></title><link>https://www.local10.com/news/local/2026/09/03/nearby-businesses-evacuated-after-gas-leak-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/nearby-businesses-evacuated-after-gas-leak-in-davie/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Multiple businesses were evacuated in Davie Thursday morning due to a nearby gas leak, first responders confirmed to Local 10 News.]]></description><pubDate>Thu, 03 Sep 2026 14:24:51 +0000</pubDate><content:encoded><![CDATA[<p>Multiple businesses were evacuated in Davie Thursday morning due to a nearby gas leak, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/09/03/evacuan-negocios-cercanos-tras-fuga-de-gas-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/evacuan-negocios-cercanos-tras-fuga-de-gas-en-davie/">Leer en español</a></p><p>According to Davie Fire Rescue officials, the gas leak was reported in the area of 3501 Davie Road after a construction crew struck an underground gas line.</p><p>Surrounding businesses were evacuated as a precaution as Hazmat units responded. </p><p>First responders said Davie Road is currently closed between Southwest 35th Street and 39th Street as they work to mitigate the leak.</p><p>Drivers are asked to avoid the area for the time being.</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/WVE46XYUPBHVVBHG666YZZEA6Q.jpeg?auth=cee41c19df87ae77a26c1226d980f11bd1df07c464856e559c8c292011cdb16e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Evacúan negocios cercanos tras fuga de gas en Davie]]></title><link>https://www.local10.com/espanol/2026/09/03/evacuan-negocios-cercanos-tras-fuga-de-gas-en-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/evacuan-negocios-cercanos-tras-fuga-de-gas-en-davie/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Varios negocios fueron evacuados en Davie la mañana del jueves debido a una fuga de gas cercana, confirmaron socorristas a Local 10 News.]]></description><pubDate>Thu, 03 Sep 2026 14:27:35 +0000</pubDate><content:encoded><![CDATA[<p>Varios negocios fueron evacuados en Davie la mañana del jueves debido a una fuga de gas cercana, confirmaron socorristas a Local 10 News.</p><p>Según funcionarios del Cuerpo de Bomberos de Davie, la fuga de gas fue reportada en el área de 3501 Davie Road después de que un equipo de construcción golpeara una tubería subterránea de gas.</p><p>Los negocios de los alrededores fueron evacuados como medida de precaución mientras unidades de materiales peligrosos respondían al lugar.</p><p>Los socorristas dijeron que Davie Road está actualmente cerrada entre Southwest 35th Street y 39th Street mientras trabajan para controlar la fuga.</p><p>Se pide a los conductores evitar el área por el momento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WVE46XYUPBHVVBHG666YZZEA6Q.jpeg?auth=cee41c19df87ae77a26c1226d980f11bd1df07c464856e559c8c292011cdb16e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[A pair of spacecraft draw closer to Mercury after nearly decade-long voyage]]></title><link>https://www.local10.com/tech/2026/09/03/a-pair-of-spacecraft-draw-closer-to-mercury-after-nearly-decade-long-voyage/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/03/a-pair-of-spacecraft-draw-closer-to-mercury-after-nearly-decade-long-voyage/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — Two Mercury-bound spacecraft left their mother ship behind on Thursday and headed down the home stretch of their nearly decade-long voyage to the solar system's smallest and closest-to-the-sun planet.]]></description><pubDate>Thu, 03 Sep 2026 17:26:01 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — Two Mercury-bound spacecraft left their mother ship behind on Thursday and headed down the home stretch of their nearly decade-long voyage to the solar system's smallest and closest-to-the-sun planet.</p><p>The linked European and Japanese spacecraft separated as planned from their cruiser, but controllers had to wait two anxious hours to receive confirmation via radio signals. The crucial operation was broadcast from the European Space Agency's control center in Germany, more than 124 million miles (200 million kilometers) away.</p><p>“It’s a brilliant moment,” said lead project scientist Geraint Jones.</p><p>If all goes well, the conjoined spacecraft known as BepiColombo will enter orbit around Mercury in November and split from each other in December to map and study the entire planet from different altitudes. As of Thursday, the spacecraft still had 2 million miles (3.3 million kilometers) to go before reaching its destination.</p><p>Launched in 2018, the BepiColombo mission is named for the Italian mathematician who took part in NASA’s Mariner 10 mission to Mercury in the 1970s. Only one other spacecraft, NASA’s Messenger, has explored the puzzling, scorching planet that is just a little bigger than our moon.</p><p>“How tiny Mercury is and still it holds some of the biggest mysteries of our solar system," mission manager Santa Martinez said earlier this week.</p><p>Added Jones: “There’s a huge amount still left to be learned."</p><p>BepiColombo already has traveled more than 6 billion miles (10 billion kilometers) on its roundabout route, according to Martinez.</p><p>It needed nine planetary flybys to reduce its energy enough to be caught in Mercury's orbit. The last flyby, in January 2025, yielded stunning photos of Mercury's impact craters and volcanic plains.</p><p>Beginning next spring, a slew of science instruments on the European and Japanese spacecraft will study the magnetic field that envelops Mercury, the planet's dense interior, and the geologic processes at the surface, including the hollows, or depressions, that scientists believe are being eaten away by minerals vaporizing from rocks.</p><p>It's a strange world of contrasts. On a planet where the temperature can top 800 degrees Fahrenheit (427 degrees Celsius), the poles are frigid with deep, permanently shadowed craters packed with ice.</p><p>Given Mercury's proximity to the sun, engineers had to design the spacecraft to withstand "extremely punishing" conditions, said the European Space Agency's Ignacio Tanco, a mission operations chief.</p><p>“It's essentially equivalent to operating with a very hot pizza oven running right on your back,” he said.</p><p>Science observations should begin next spring, with the European Space Agency covering most of the mission's $2 billion (1.7 billion euros) cost.</p><p>___</p><p>The Associated Press’ health and science coverage receives financial support from the AP Fund for Journalism and 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/3DVXK2P7NMIHP4JH657MCREFE4.jpg?auth=d006d04402952eb1ad2042541a28883ff4af1b4193a9bb5eb8812494b126b30a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated image provided by the European Space Agency shows close-up photos of Mercury's north pole captured by the European-Japanese spacecraft BepiColombo. (ESA via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CTNUTGZVO2CU4RPZHIUENZ43BI.jpg?auth=c283c4517e59122389c718a214e1468eeae8036884cfc33aa95607a5c9ec993c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This composite image provided by NASA/Johns Hopkins University Applied Physics Laboratory/Carnegie Institution of Washington on Oct. 22, 2013, shows Mercury as it appeared to the Messenger spacecraft following a flyby of the planet. (NASA/Johns Hopkins University Applied Physics Laboratory/Carnegie Institution of Washington via AP)]]></media:description></media:content></item><item><title><![CDATA[Hillary Clinton, Jill Biden, Oprah Winfrey and others honor Gloria Steinem, who has died at 92]]></title><link>https://www.local10.com/entertainment/2026/09/03/hillary-clinton-jill-biden-oprah-winfrey-and-others-honor-gloria-steinem-who-has-died-at-92/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/hillary-clinton-jill-biden-oprah-winfrey-and-others-honor-gloria-steinem-who-has-died-at-92/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Former Secretary of State Hillary Clinton, first lady Jill Biden, Oprah Winfrey and a slew of celebrities, writers and social justice activists are lauding Gloria Steinem as a revolutionary and inspiring figure.]]></description><pubDate>Thu, 03 Sep 2026 17:45:09 +0000</pubDate><content:encoded><![CDATA[<p>Former Secretary of State Hillary Clinton, first lady Jill Biden, Oprah Winfrey and a slew of celebrities, writers and social justice activists are lauding Gloria Steinem as a revolutionary and inspiring figure.</p><p>The celebrated author and activist, who became one of the most visible symbols and potent voices of the U.S. women’s movement, died Wednesday at her home in New York City. She was 92.</p><p>Hillary Clinton</p><p>“She pushed open doors not just for herself, but for literally millions of women behind her. She wasn’t going to be an astronaut, but my goodness, she made it possible for Sally Ride to be an astronaut. She wasn’t going to play college sports, but she stood behind the women in Congress who passed Title IX and opened up opportunities in sports and academics for girls. And she wasn’t on the Supreme Court when Roe v. Wade was decided, but her voice and her activism was behind that advancement for women’s rights. Gloria Steinem was, at heart, an optimist. Her activism was rooted in optimism, and that’s a moral choice she made every day. Even though we’ve faced setbacks to women’s full participation and equality in America and around the world, I want Gloria’s voice to remain in our heads.” — the former secretary of state, on social media.</p><p>Oprah Winfrey</p><p>“Every woman who has ever walked into a room knowing she belongs there; every woman who has demanded equal pay, equal respect, ownership of her own body, and the right to make her own choices; every girl who has grown up assuming that her dreams are hers to pursue — whether she knows Gloria Steinem’s name or not — is living, in some measure, inside the progress Gloria helped create. She leaves us with more freedom than she inherited and with the responsibility to keep widening that freedom for the women and girls who come next.” — the media mogul and television producer, on social media.</p><p>Jill Biden</p><p>“Gloria Steinem understood that women’s equality begins with the freedom to make decisions about our own bodies, health, and futures. For decades, she fought to make that freedom real for generations of women and girls. She spoke up when it was difficult, listened to those whose voices too often went unheard, and never stopped pushing our country forward. Joe and I are holding Gloria’s loved ones in our hearts today. Her voice changed our country, and her courage will continue to inspire us to keep fighting for the freedoms she spent her life defending.” — the former first lady, on social media.</p><p>Melinda French Gates</p><p>“Generational change doesn’t happen by accident or fate — it takes leaders like Gloria Steinem who work hand in hand with so many others to build a lasting movement. The decades of energy, brilliance, and advocacy she devoted to women’s rights helped so many of us see that we belonged at the tables where decisions are made. … What a light she was for me and so many others. What a debt we owe her.” — the philanthropist and businesswoman, on social media.</p><p>Julianne Moore</p><p>“The time I spent studying Gloria Steinem in order to play her was one of the most edifying of my life. Everything I watched, everything I read, everything I observed about her gave me a template for how I wanted to behave.” — the actor, who played Steinem in the 2020 film “The Glorias,” on Instagram.</p><p>Meghan, the Duchess of Sussex</p><p>“Privately, she was even better than you would imagine — spending Thanksgiving with our family, introducing me to one of my best friends (forever the champion of female friendship), loving our children with her whole heart, counseling me during hard times, and giving extraordinary advice and perspective with a cup of tea and an unrivaled cheekiness and wit.” — Duchess of Sussex, on Instagram.</p><p>Roxane Gay</p><p>“Gloria was one of a kind. Genuine, generous, curious, thoughtful. She lived a staggering life and her passing is a staggering loss tempered only by the ferocity of her legacy.” — the writer, commenting on Instagram.</p><p>Abigail Disney</p><p>“Everything Gloria did was rooted in kindness. It flowed through her political activism.” — her friend and fellow activist, to The Associated Press.</p><p>Rachel Cargle</p><p>“Gloria, you changed my life. You seeded a fire in me that would result in my own activism. I am forever grateful to have learned from what you offered the world.” — the author and social justice activist, commenting on Instagram.</p><p>Harvey Fierstein</p><p>“An unstoppable visionary who demanded an equal role for females in a male dominated world and worked tirelessly, for decades, to bring that change about. The greatest irony was how many women she had to battle as they cowered behind their male owners. But battle she did. Equal rights! Freedom to choose! Access to political power! Equal pay for equal effort.” — the actor and playwright, on social media.</p><p>Jill Filipovic</p><p>“I have done what I wanted to do with my life. That would not have been possible without Steinem and the scores of other feminists who it is no exaggeration to say radically reshaped America and the world.” — the author and feminist, in her Substack newsletter.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJQLCV6UHK5XUIPZBBTXYFQJXU.jpg?auth=e167e24afa6b466dcdbc166d1c70a44a2c06ce8192b8599a1ce225ec0d1bfe0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Feminist Gloria Steinem speaks at a rally organized by Women's March NYC in New York on Jan. 19, 2019. (AP Photo/Kathy Willens, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kathy Willens</media:credit></media:content></item><item><title><![CDATA[Edouard washes out over Texas as the Atlantic hits a rare peak season pause]]></title><link>https://www.local10.com/weather/hurricane/2026/09/03/edouard-washes-out-over-texas-as-the-atlantic-hits-a-rare-peak-season-pause/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/03/edouard-washes-out-over-texas-as-the-atlantic-hits-a-rare-peak-season-pause/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Edouard’s remnants continued to push inland over northeastern Texas early Thursday as it drags a tail of residual rainfall across flood-impacted communities of eastern Texas.]]></description><pubDate>Thu, 03 Sep 2026 13:52:21 +0000</pubDate><content:encoded><![CDATA[<p>Edouard’s remnants continued to push inland over northeastern Texas early Thursday as it drags a tail of residual rainfall across flood-impacted communities of eastern Texas.</p><p><a href="https://www.local10.com/espanol/2026/09/03/edouard-deja-fuertes-lluvias-en-texas-mientras-el-atlantico-alcanza-una-inusual-pausa-en-plena-temporada-alta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/edouard-deja-fuertes-lluvias-en-texas-mientras-el-atlantico-alcanza-una-inusual-pausa-en-plena-temporada-alta/">Leer en español</a></p><p>Up to 4 to 6 inches of additional rain is forecast through today across parts of the Piney Woods region of east-central Texas where a moderate risk (threat level 3 or 4) of flash flooding is possible.</p><figure><img src="https://www.local10.com/resizer/v2/VX3BX7BSD5AGZG6AFMYGMUOOCE.PNG?auth=ba0ad7f25ce1d76adac04a273c168d9d45f499e18f292c99d1f336059fabd8f2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The heaviest axis of rain will stay well southeast of the Dallas-Fort Worth metroplex, but isolated pockets of heavy rain could lead to localized flooding south of I-20 and east of I-35 through tonight.</p><p>Edouard dropped an incredible amount of rain along a narrow corridor of southeastern Texas as it moved inland over the past 36 hours, with totals reaching over 2 feet in some places.</p><p>The magnitude of the flooding was not well captured by our computer models and poorly forecast, with the National Weather Service predicting 3 to 6 inches and a maximum of 9 inches of rain for eastern Texas shortly before Edouard came ashore Tuesday. Edouard blew through those early rainfall forecasts and the storm is a good reminder that tropical systems are capable of producing extreme rainfall and models still struggle with handling the specifics of this.</p><p>For those interested in a deep dive as to why the models were caught flat-footed and why Edouard was not an example of a brown ocean effect as some media outlets prematurely speculated yesterday, I encourage you to read <a href="https://theeyewall.com/edouards-rains-are-not-done-yet-nor-were-they-necessarily-unpredictable/" rel="">this excellent forensic piece</a> from my colleague Matt Lanza over at The Eyewall.</p><h3><b>Atlantic hurricane season hits pause as we near the peak</b></h3><p>It’s rare to have a stormless Labor Day across the Atlantic basin. We wrote about the details of this last hurricane season. Only about once every decade do we look out across the Gulf, Caribbean, and wider Atlantic and find no active tropical systems on Labor Day weekend.</p><p>This has happened now two years in a row (2024 and 2025) and – unless something unforeseen pops up that our models are missing – it’ll happen again in 2026.</p><figure><img src="https://www.local10.com/resizer/v2/5ENS7HXP2BFBZMMTEFGGV3D2YI.PNG?auth=0618ccfa937d5e512fc40e91ffb7c888c6627fcd2f4605a971355151079b48a2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>This season feels less out of place than in 2024 and 2025 when we expected very active hurricane seasons. Even so, it begs the question whether this is part of a bigger trend toward later-blooming hurricane seasons, an idea that I and other hurricane researchers explored in <a href="https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2025GL116714" rel="">this paper we published last September</a>.</p><p>Whatever the case may be, recent experience reminds us that hurricane season can play catchup in a hurry, even into October and November, so we’ll want to stay vigilant. But for those of you taking a beach vacation this Labor Day weekend, enjoy the rare September holiday escape without any worries of a brewing storm.</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/BKWCZSH3PJEQJCPZMKFMKAHXSQ.PNG?auth=29a409dacc0b3600fd0ea054b40dcfeeca87aa4895cf4ac4ae00e5a79123f971&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Edouard deja fuertes lluvias en Texas mientras el Atlántico alcanza una inusual pausa en plena temporada alta]]></title><link>https://www.local10.com/espanol/2026/09/03/edouard-deja-fuertes-lluvias-en-texas-mientras-el-atlantico-alcanza-una-inusual-pausa-en-plena-temporada-alta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/edouard-deja-fuertes-lluvias-en-texas-mientras-el-atlantico-alcanza-una-inusual-pausa-en-plena-temporada-alta/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Los remanentes de Edouard continuaron avanzando tierra adentro sobre el noreste de Texas la madrugada del jueves, mientras arrastran una franja de lluvias residuales sobre comunidades del este de Texas afectadas por inundaciones.]]></description><pubDate>Thu, 03 Sep 2026 14:12:01 +0000</pubDate><content:encoded><![CDATA[<p>Los remanentes de Edouard continuaron avanzando tierra adentro sobre el noreste de Texas la madrugada del jueves, mientras arrastran una franja de lluvias residuales sobre comunidades del este de Texas afectadas por inundaciones.</p><p>Se pronostican entre 4 y 6 pulgadas de lluvia adicional hasta hoy en partes de la región de Piney Woods, en el centro-este de Texas, donde es posible un riesgo moderado (nivel de amenaza 3 de 4) de inundaciones repentinas.</p><figure><img src="https://www.local10.com/resizer/v2/VX3BX7BSD5AGZG6AFMYGMUOOCE.PNG?auth=ba0ad7f25ce1d76adac04a273c168d9d45f499e18f292c99d1f336059fabd8f2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El eje de lluvias más intensas permanecerá bastante al sureste del área metropolitana de Dallas-Fort Worth, pero zonas aisladas de fuertes lluvias podrían provocar inundaciones localizadas al sur de la I-20 y al este de la I-35 hasta esta noche.</p><p>Edouard dejó una increíble cantidad de lluvia a lo largo de un estrecho corredor del sureste de Texas mientras avanzaba tierra adentro durante las últimas 36 horas, con acumulaciones que superaron los 2 pies en algunos lugares.</p><p>La magnitud de las inundaciones no fue bien captada por nuestros modelos computarizados y fue mal pronosticada, ya que el Servicio Nacional de Meteorología pronosticó entre 3 y 6 pulgadas y un máximo de 9 pulgadas de lluvia para el este de Texas poco antes de que Edouard tocara tierra el martes. Edouard superó ampliamente esos primeros pronósticos de lluvia y la tormenta es un buen recordatorio de que los sistemas tropicales son capaces de producir lluvias extremas y que los modelos aún tienen dificultades para manejar los detalles específicos de estos fenómenos.</p><p>Para aquellos interesados en un análisis profundo sobre por qué los modelos fueron tomados por sorpresa y por qué Edouard no fue un ejemplo del efecto de océano marrón, como algunos medios de comunicación especularon prematuramente ayer, los invito a leer <a href="https://theeyewall.com/edouards-rains-are-not-done-yet-nor-were-they-necessarily-unpredictable/" target="_blank" rel="noreferrer" title="https://theeyewall.com/edouards-rains-are-not-done-yet-nor-were-they-necessarily-unpredictable/">este excelente análisis forense</a> de mi colega Matt Lanza en The Eyewall.</p><h3><b>La temporada de huracanes del Atlántico entra en pausa mientras nos acercamos al pico</b></h3><p>Es poco común tener un Día del Trabajo sin tormentas en toda la cuenca del Atlántico. Escribimos sobre los detalles de esto la temporada de huracanes pasada. Solo aproximadamente una vez cada década observamos el Golfo, el Caribe y el resto del Atlántico y no encontramos sistemas tropicales activos durante el fin de semana del Día del Trabajo.</p><p>Esto ha ocurrido ahora dos años consecutivos (2024 y 2025) y, a menos que surja algo imprevisto que nuestros modelos no estén detectando, volverá a ocurrir en 2026.</p><figure><img src="https://www.local10.com/resizer/v2/5ENS7HXP2BFBZMMTEFGGV3D2YI.PNG?auth=0618ccfa937d5e512fc40e91ffb7c888c6627fcd2f4605a971355151079b48a2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Esta temporada se siente menos fuera de lo común que en 2024 y 2025, cuando esperábamos temporadas de huracanes muy activas. Aun así, plantea la pregunta de si esto forma parte de una tendencia más amplia hacia temporadas de huracanes que se desarrollan más tarde, una idea que otros investigadores de huracanes y yo exploramos en este <a href="https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2025GL116714" target="_blank" rel="noreferrer" title="https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2025GL116714">estudio que publicamos en septiembre pasado</a>.</p><p>Cualquiera que sea el caso, la experiencia reciente nos recuerda que la temporada de huracanes puede recuperar terreno rápidamente, incluso en octubre y noviembre, por lo que debemos mantenernos atentos. Pero para aquellos que tomarán unas vacaciones en la playa este fin de semana del Día del Trabajo, disfruten de esta inusual escapada festiva de septiembre sin preocuparse por la formación de una tormenta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKWCZSH3PJEQJCPZMKFMKAHXSQ.PNG?auth=29a409dacc0b3600fd0ea054b40dcfeeca87aa4895cf4ac4ae00e5a79123f971&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a dos adolescentes tras balacera en complejo residencial de Hialeah, según la policía]]></title><link>https://www.local10.com/espanol/2026/09/02/arrestan-a-dos-adolescentes-tras-balacera-en-complejo-residencial-de-hialeah-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/02/arrestan-a-dos-adolescentes-tras-balacera-en-complejo-residencial-de-hialeah-segun-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor, Sanela Sabovic]]></dc:creator><description><![CDATA[Dos adolescentes fueron arrestados la mañana del miércoles, un día después de que ocurrieran una pelea y una balacera dentro de un complejo residencial en Hialeah, confirmaron las autoridades.]]></description><pubDate>Wed, 02 Sep 2026 14:18:59 +0000</pubDate><content:encoded><![CDATA[<p>Dos adolescentes fueron arrestados la mañana del miércoles, un día después de que ocurrieran una pelea y una <a href="https://www.local10.com/news/local/2026/09/01/developing-now-deputies-and-police-officers-respond-to-hialeah-neighborhood/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/01/developing-now-deputies-and-police-officers-respond-to-hialeah-neighborhood/">balacera dentro de un complejo residencial en Hialeah</a>, confirmaron las autoridades.</p><p>Según la policía de Hialeah, la balacera fue reportada poco después de las 2:30 p.m. del martes en la comunidad Aquabella, en el área de Northwest 91st Avenue y 170th Street.</p><p>Agentes de la policía de Hialeah y de la Oficina del Sheriff de Miami-Dade respondieron a la escena.</p><p>La policía dijo que los detectives determinaron que varias personas se reunieron en el lugar para una “pelea física previamente acordada” con el fin de “resolver una disputa en curso”.</p><figure><img src="https://www.local10.com/resizer/v2/63AKFTS6QBEHRLUFBJDVVMZWOU.jpeg?auth=558dbf855df1614c0a3ca47a6fa25be25e27644e9f55e52f6a80ad8e0f8e6981&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Durante el enfrentamiento, se sacó un arma de fuego y se realizaron múltiples disparos”, dijo el teniente Eddie Rodriguez a Local 10 en un correo electrónico el miércoles. “Las declaraciones de los testigos y la evidencia física revelaron que los disparos fueron dirigidos contra una víctima que huía a pie, así como contra una Chevy Tahoe negra ocupada que intentaba abandonar la escena. Una bala impactó el lado del conductor del vehículo”.</p><p>Rodriguez confirmó que nadie resultó herido por los disparos.</p><p>Identificó a los sospechosos como Luis Padilla Delatorre y Michael Isaac Delgado, ambos de 17 años.</p><p>Delatorre y Delgado enfrentan cargos graves de intento de asesinato en segundo grado con un arma mortal/arma de fuego y disparar/lanzar un proyectil mortal.</p><p>Ambos fueron trasladados al Centro de Evaluación Juvenil.</p>]]></content:encoded></item><item><title><![CDATA[Man dies after being struck by Tri-Rail train in Fort Lauderdale, police say ]]></title><link>https://www.local10.com/news/local/2026/09/03/body-found-near-train-tracks-in-fort-lauderdale-police-say-its-unclear-if-victim-was-struck-by-train/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/03/body-found-near-train-tracks-in-fort-lauderdale-police-say-its-unclear-if-victim-was-struck-by-train/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man died Thursday morning after being struck  by a Tri-Rail train in Fort Lauderdale, police confirmed. ]]></description><pubDate>Thu, 03 Sep 2026 13:10:37 +0000</pubDate><content:encoded><![CDATA[<p>A man died Thursday morning after being struck by a Tri-Rail train in Fort Lauderdale, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/09/03/hallan-cuerpo-cerca-de-vias-del-tren-en-fort-lauderdale-policia-dice-que-no-esta-claro-si-victima-fue-arrollada-por-tren/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/hallan-cuerpo-cerca-de-vias-del-tren-en-fort-lauderdale-policia-dice-que-no-esta-claro-si-victima-fue-arrollada-por-tren/">Leer en español</a></p><p>According to police, someone called 911 at about 6:15 a.m. to report that a body was lying near the train tracks in the 6200 block of North Andrews Avenue.</p><p>Detectives arrived at the scene and discovered that a Tri-Rail train had struck a white male, authorities said. The victim was pronounced dead at the scene.</p><p>The investigation into the cause of the collision remains ongoing. The victim’s identity has not yet been released. </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/MJNLEVA3HZEHPO6NMCEYA7XSHI.jpeg?auth=5492b0f9581c947ace787eb18f730543d5aa834d4f587758414d189c628eabdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a adolescente de apuñalar a compañero en Miami Northwestern Senior High School; arrestan a otros dos]]></title><link>https://www.local10.com/espanol/2026/09/02/acusan-a-adolescente-de-apunalar-a-companero-en-miami-northwestern-senior-high-school-arrestan-a-otros-dos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/02/acusan-a-adolescente-de-apunalar-a-companero-en-miami-northwestern-senior-high-school-arrestan-a-otros-dos/</guid><dc:creator><![CDATA[Ryan Mackey, Trent Kelly, Roy Ramos]]></dc:creator><description><![CDATA[Tres estudiantes fueron arrestados después de que una pelea violenta provocara un apuñalamiento en Miami Northwestern Senior High School y dejara hospitalizado a un estudiante de 18 años, según los investigadores.]]></description><pubDate>Wed, 02 Sep 2026 15:17:27 +0000</pubDate><content:encoded><![CDATA[<p>Nuevos detalles surgieron el miércoles después de que una <a href="https://www.local10.com/espanol/2026/09/01/estudiante-acusado-de-apunalar-a-dos-companeros-en-el-miami-northwestern-senior-high-school-es-condenado-a-arresto-domiciliario/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/01/estudiante-acusado-de-apunalar-a-dos-companeros-en-el-miami-northwestern-senior-high-school-es-condenado-a-arresto-domiciliario/">pelea en Miami Northwestern Senior High School provocara un apuñalamiento</a>, el arresto de tres estudiantes y la hospitalización de un estudiante de 18 años a principios de esta semana, según los investigadores.</p><p>Según un informe de arresto del Departamento de Policía de las Escuelas de Miami-Dade, Carlos Martinez, de 15 años, fue atacado inicialmente por dos estudiantes durante una pelea en la escuela el lunes.</p><p>Un video de celular que circula en redes sociales parece mostrar a dos personas golpeando y pateando a Martinez y, en un momento dado, derribándolo con fuerza contra el suelo.</p><p>El informe de arresto de Martinez indica que posteriormente tomó un cuchillo y corrió por el pasillo con la intención de “tomar represalias contra sus atacantes”.</p><p>Los investigadores dijeron que un video de vigilancia mostró a Martinez “metiendo la mano en sus pantalones y sacando un objeto de color claro con forma de cuchilla”.</p><p>El informe indica que el video muestra que posteriormente regresa para recoger sus pertenencias y “coloca el objeto de color claro con forma de cuchilla en el bolsillo de sus pantalones antes de intentar huir de la escena”.</p><p>Según el informe, el estudiante de 18 años que resultó herido dijo a los investigadores: “No conozco a ese muchacho en absoluto”. Dijo que Martinez estaba siendo “atacado por dos muchachos al azar” y que él estaba observando la pelea cuando, de repente, todos comenzaron a correr, según los investigadores.</p><p>El informe indica que el estudiante de 18 años dijo a los investigadores que sintió un empujón en la espalda, pero inicialmente pensó que uno de los estudiantes que huían lo había empujado. Luego, otro estudiante le dijo: “Oye, estás sangrando”. Dijo que fue entonces cuando sintió que algo le goteaba por la espalda, según la policía.</p><p>La policía dijo que el estudiante de 18 años les informó que “nunca ha tenido ninguna interacción, conversación o encuentro” con Martinez.</p><p>El estudiante sufrió una herida punzante en el lado derecho de la espalda que requirió puntos de sutura, según el informe de arresto.</p><p>La policía dijo que Martinez también sufrió lesiones durante el incidente. El informe indica que sufrió “múltiples laceraciones autoinfligidas” en los dedos índice y medio de la mano derecha, que también requirieron puntos de sutura.</p><p>El informe indica que un subdirector vio posteriormente a Martinez “huyendo de la escena del incidente hacia el estacionamiento de la escuela”.</p><p>La policía dijo que el subdirector detuvo a Martinez y le preguntó por qué estaba sangrando. Según el informe, Martinez admitió que tenía un cuchillo en el bolsillo trasero derecho de sus pantalones y el subdirector lo confiscó.</p><p>Los investigadores describieron el cuchillo como uno con una hoja de 5 pulgadas y una longitud total de 10 pulgadas.</p><p>La policía dijo que el incidente provocó un cierre de emergencia en la escuela. Según el informe de arresto, varias unidades de la Oficina del Sheriff de Miami-Dade acudieron para ayudar a mantener el orden mientras los padres llegaban a la escuela para recoger a sus hijos.</p><p>Martinez compareció ante un tribunal el martes, donde los fiscales dijeron que tienen la intención de acusarlo como adulto. Un juez ordenó que permaneciera bajo detención segura y le prohibió tener contacto con los otros estudiantes involucrados en el incidente.</p><p>Los padres de Martinez dijeron a Trent Kelly de Local 10 después de la audiencia judicial del martes que su hijo había sido maltratado y amenazado por otros estudiantes durante varios días.</p><p>“Estaba amenazando a mi hijo, maltratándolo”, dijo su padre.</p><p>Los registros de la cárcel muestran que Martinez enfrenta cargos de agresión agravada con un arma mortal, posesión de un arma en propiedad escolar e interferencia con una institución educativa.</p><p>Local 10 se comunicó con el Departamento de Policía de las Escuelas de Miami-Dade para obtener información sobre las identidades de los otros dos estudiantes arrestados y los cargos que enfrentan.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a pasante de centro de rehabilitación de adicciones de Homestead de tener relaciones sexuales con cliente durante terapia]]></title><link>https://www.local10.com/espanol/2026/09/02/acusan-a-pasante-de-centro-de-rehabilitacion-de-adicciones-de-homestead-de-tener-relaciones-sexuales-con-cliente-durante-terapia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/02/acusan-a-pasante-de-centro-de-rehabilitacion-de-adicciones-de-homestead-de-tener-relaciones-sexuales-con-cliente-durante-terapia/</guid><dc:creator><![CDATA[David Dwork, Liane Morejon]]></dc:creator><description><![CDATA[Una ahora ex pasante de terapia de salud mental del sur de Florida que trabajaba en Homestead estuvo involucrada en una relación sexual inapropiada con un cliente, dijeron las autoridades.]]></description><pubDate>Wed, 02 Sep 2026 15:35:06 +0000</pubDate><content:encoded><![CDATA[<p>Una ahora ex pasante de terapia de salud mental del sur de Florida que trabajaba en Homestead estuvo involucrada en una relación sexual inapropiada con un cliente, dijeron las autoridades.</p><p>La policía arrestó el miércoles a Michelle Luchau-Rebora, de 32 años y residente de Pinecrest, después de que se entregara en el Departamento de Policía de Homestead, que investigó el caso junto con la Oficina del Sheriff de Miami-Dade.</p><figure><img src="https://www.local10.com/resizer/v2/GG56D7GXMRHEHL23QZSIV3TCOM.jpg?auth=910069c70bba4ac0fec4ce302668ed0e45ebb1115ed259f05b433d60ac4c0e42&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Según documentos oficiales, Luchau-Rebora trabajaba como pasante en el centro de tratamiento de alcohol y drogas New Home CORPS, ubicado en 1020 N. Krome Ave., “en calidad de terapeuta de salud mental”, cuando, en junio del año pasado, comenzó una relación sexual con un cliente.</p><p>Las autoridades dijeron que Luchau-Rebora mantenía actividad sexual durante las sesiones de terapia mientras se encontraba en el centro y agregaron que también “facilitaba coartadas en su nombre, lo que le permitía obtener autorización para salir del centro restringido y mantener relaciones sexuales en múltiples ocasiones”, en varios lugares, incluida su casa, la casa de su madre en Key Biscayne y Jackson Memorial Hospital.</p><p>Según los agentes, Luchau-Rebora “le exigió que no le contara a nadie sobre su relación porque afectaría su capacidad para trabajar como terapeuta”.</p><p>Según los informes de arresto de Luchau-Rebora, la víctima reportó la relación inapropiada al centro después de que ella terminara la relación y posteriormente fue despedida.</p><p>Ahora enfrenta cargos graves de conducta sexual inapropiada por parte de una psicoterapeuta.</p><p>Hasta la mañana del miércoles, permanecía detenida en el Turner Guilford Knight Correctional Center con una fianza de $5,000 USD.</p><blockquote><p>“Esta es una situación lamentable relacionada con acusaciones contra una persona que se desempeñaba como pasante en New Hope CORPS. Al tener conocimiento de dichas acusaciones, New Hope informó de inmediato el asunto a las autoridades y organismos correspondientes, dio por terminada la pasantía de esta persona y cooperó plenamente con la investigación posterior.”</p><p class="citation">Stephen Alvarez, director ejecutivo de New Hope CORPS.</p></blockquote>]]></content:encoded></item><item><title><![CDATA[Trump administration ratchets up its fight to get more oil flowing from California]]></title><link>https://www.local10.com/business/2026/09/03/trump-administration-ratchets-up-its-fight-to-get-more-oil-flowing-from-california/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/trump-administration-ratchets-up-its-fight-to-get-more-oil-flowing-from-california/</guid><dc:creator><![CDATA[By AMY TAXIN, Associated Press]]></dc:creator><description><![CDATA[SANTA MONICA, Calif. (AP) — The Trump administration is ratcheting up its fight to get more crude flowing through California and reverse the state's efforts to move away from fossil fuels.]]></description><pubDate>Thu, 03 Sep 2026 14:02:22 +0000</pubDate><content:encoded><![CDATA[<p>SANTA MONICA, Calif. (AP) — The Trump administration is ratcheting up its fight to get more crude flowing through California and reverse the state's efforts to move away from fossil fuels.</p><p>Its latest salvo is a federal review of California's coastal management program, which is run largely by a state commission that has had a powerful role for decades in shaping development along the coast. Environmental advocates fear federal officials could use the review to strip the California Coastal Commission of its ability to have a say in projects involving federal agencies that affect the state's rugged coastal bluffs, pristine beaches and world-class surfing spots.</p><p>The administration, citing a need for energy security and job creation, has already announced plans for new offshore oil leases in California as well as Florida, where the federal government has not allowed drilling since 1995 because of concerns about oil spills in the Gulf of Mexico.</p><p>Trump officials also helped a Texas firm jump-start an old pipeline system that had been idled since its 2015 rupture caused one of California’s worst oil spills, blackening beaches for 150 miles (240 kilometers) from Santa Barbara to Los Angeles and polluting habitat for endangered whales and sea turtles. Federal officials also recently took a step toward authorizing fracking on an old oil platform 9 miles (14 kilometers) off Ventura County — a move opposed by the state’s coastal commission.</p><p>“It's just part of that overall belief that they have, that they're going to get rid of renewables and go back to good old-fashioned fossil fuels, and what better place to start than California?” said Deborah A. Sivas, a professor of environmental law at Stanford Law School. “We're the feds — we're going to tell the state what to do.”</p><p>California has some working offshore rigs, but there has been no new oil leasing in federal waters since the mid-1980s and no new state leasing for even longer. The state barred new offshore oil leases after a catastrophic spill in 1969 spewed between 3.5 million and 4.2 million gallons of crude into the Santa Barbara Channel. The disaster killed thousands of seabirds and helped give rise to the modern environmental movement.</p><p>California now uses so much solar and wind energy that nearly half the state's electricity came from renewable resources in 2024, according to the state's energy commission. That's also the source of a fight with the Trump administration. Last week, state officials sued the federal government over its buyback of an offshore wind lease aimed at discouraging the expansion of wind energy in favor of fossil fuels.</p><p>California has also tried to wean residents off gas-powered cars — another push opposed by the Trump administration.</p><p>California's coastal commission is the latest target</p><p>California's coastal commission, an independent agency with appointed members, was formed in 1972. It has often been in the spotlight for taking up high-profile projects on the state's tourism-dependent coast. The panel voted against but later approved a U2 guitarist's plan for mansions on seaside bluffs, though the building proposal was eventually nixed by a court. It also rejected a proposed desalination plant to create drinking water in Huntington Beach.</p><p>The commission also has a say in federal projects along California's coast, in line with a 1972 federal coastal management law. More than 30 states have similar programs to protect their coastal resources and all are subject to periodic federal evaluation.</p><p>Commerce Secretary Howard Lutnick announced the unexpected review of California’s program in May while denouncing the commission’s opposition to an expanded launch schedule for SpaceX’s Falcon 9 rockets from Vandenberg Space Force Base. Commissioners cited concerns that more launches could harm sensitive species and limit public access to the coast.</p><p>“Obstructionist policies that delay critical national infrastructure in the name of environmental extremism are unacceptable,” Lutnick said. He said the review will examine how California has addressed federal priorities on spaceport infrastructure, offshore oil production, pipeline maintenance and desalination projects.</p><p>Targeting California raises a fight that could reverberate nationwide, experts say. Until now, no state with a coastal program has been stripped of its authority to review federal projects. Many Californians who spoke at an hourslong public hearing in Santa Monica in August said they don’t want their state to be the first.</p><p>“This isn’t about performance. This is about power,” said Maureen Ellenberger, a Santa Barbara resident who is upset about the decision to let Houston-based Sable Offshore Corp. resume pumping through the old pipeline. “It’s about whether the Trump administration can strip California’s authority because they don’t like the answers the coastal commission gave to oil companies.”</p><p>The National Oceanic and Atmospheric Administration is carrying out the review. It isn't known when it will be completed.</p><p>The commission isn't new to controversy</p><p>In the past, California's coastal commission has clashed with elected officials from both political parties. Democratic Gov. Gavin Newsom rushed to the commission's defense this year, but in 2025 suspended its permitting requirements for home rebuilding following the devastating Los Angeles area wildfires.</p><p>Trump's battles with the commission began before his first term when he put up a 70-foot (21-meter) flagpole on his golf club in Rancho Palos Verdes. The commission ultimately allowed for it after a lengthy battle.</p><p>Last month, the commission unanimously voted to oppose the plan for fracking on a 45-year-old platform in federal waters off Ventura County after a lengthy public hearing. The federal Bureau of Ocean Energy Management released an environmental analysis for the proposal, which energy company DCOR said would more than triple daily oil output in 16 wells from 1,100 barrels to 4,000 barrels.</p><p>“This is just simply one of those cases where the juice isn’t worth the squeeze,” Coastal Commissioner Ray Jackson said during a hearing on DCOR LLC's plan. “It creates far too many opportunities for something to go wrong. When something does go wrong it is our ocean, beaches, wildlife and coastal economy that pay the price.”</p><p>The company said it’s evaluating whether to appeal to the commerce secretary.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MOTVIUI43RC4SAQJQKTAMDNERM.jpg?auth=6a9bc0b24f911462c810f5471b21f05954c0d9dfa9e54e3b7112a36a43bb766f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An offshore drilling platform operated by Sable Offshore Corp. is seen from Refugio State Beach near Goleta, Calif., April 26, 2026. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Broward McDonald’s fight involving man, children leads to probe, conflicting accounts]]></title><link>https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[An investigation is ongoing after an altercation outside of a Broward County fast food restaurant between an adult and a group of minors.]]></description><pubDate>Wed, 02 Sep 2026 22:23:21 +0000</pubDate><content:encoded><![CDATA[<p>An investigation is ongoing after a fight outside of a Broward County fast food restaurant between an adult and a group of children.</p><p><a href="https://www.local10.com/espanol/2026/09/03/investigan-pelea-en-mcdonalds-de-broward-que-involucro-a-hombre-y-ninos-surgen-versiones-contradictorias/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/investigan-pelea-en-mcdonalds-de-broward-que-involucro-a-hombre-y-ninos-surgen-versiones-contradictorias/">Leer en español</a></p><p>It happened on Aug. 21 outside the McDonald’s at 1310 S. Federal Highway in Dania Beach.</p><p>“They basically jumped an old man,” said parent Yanelle Perez, who witnessed the fight. “My children are saying it’s a new trend that’s happening after school.”</p><p>Perez, a mother of two children who attend nearby Olsen Middle School, was there to pick up her kids when the fight broke out, so she started filming. </p><p>“I don’t know what happened inside the McDonald’s, I just see this whole gang of kids, as you can tell in the video, and this one man. It’s only one man,” she said. “This lady is running for her life, an older woman. These kids are just attacking him and you can tell he can’t help himself. It’s disgusting.” </p><p>When asked why she was sharing her video and story, she said, “I just feel like parents need to be aware.”</p><p>Olsen Middle School Principal Janet Giancarli sent a message to parents in regard to the incident, which stated:</p><p>“An adult male approached the students and initiated a physical confrontation outside of the restaurant. The Broward Sheriff’s Office responded and investigated. No one was injured.</p><p>“We understand that a video of this incident is now circulating on social media and is concerning. While the incident did not occur on school grounds or during the school day, we take any situation involving our students seriously and we will continue to work closely with law enforcement regarding this matter. The safety and well-being of our students remain our highest priority.”</p><p>The principal did not state how she claims to know the man started the fight and Perez disputed the principal’s characterization of what happened.</p><p>“I can’t see that happening,” she said. “He was basically begging them to leave him alone.”</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[Investigan pelea en McDonald’s de Broward que involucró a hombre y niños, surgen versiones contradictorias]]></title><link>https://www.local10.com/espanol/2026/09/03/investigan-pelea-en-mcdonalds-de-broward-que-involucro-a-hombre-y-ninos-surgen-versiones-contradictorias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/investigan-pelea-en-mcdonalds-de-broward-que-involucro-a-hombre-y-ninos-surgen-versiones-contradictorias/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Una investigación está en curso tras un altercado afuera de un restaurante de comida rápida del condado Broward entre un adulto y un grupo de menores.]]></description><pubDate>Thu, 03 Sep 2026 13:53:07 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación está en curso tras una pelea afuera de un restaurante de comida rápida del condado Broward entre un adulto y un grupo de niños.</p><p>Ocurrió el 21 de agosto afuera del McDonald’s ubicado en 1310 S. Federal Highway en Dania Beach.</p><p>“Prácticamente atacaron entre todos a un anciano”, dijo Yanelle Perez, madre de familia que presenció la pelea. “Mis hijos dicen que es una nueva tendencia que está ocurriendo después de clases”.</p><p>Perez, madre de dos niños que asisten a la cercana escuela secundaria Olsen Middle School, estaba allí para recoger a sus hijos cuando comenzó la pelea, por lo que empezó a grabar.</p><p>“No sé qué pasó dentro del McDonald’s, solo veo a toda esta pandilla de niños, como se puede ver en el video, y a este hombre. Es solo un hombre”, dijo. “Esta mujer está corriendo por su vida, una mujer mayor. Estos niños simplemente lo están atacando y se puede ver que él no puede defenderse. Es repugnante”.</p><p>Cuando le preguntaron por qué compartía su video y su historia, dijo: “Simplemente siento que los padres deben estar al tanto”.</p><p>La directora de Olsen Middle School, Janet Giancarli, envió un mensaje a los padres con respecto al incidente, que decía:</p><p>“Un hombre adulto se acercó a los estudiantes e inició una confrontación física afuera del restaurante. La Oficina del Sheriff de Broward respondió e investigó. Nadie resultó herido.</p><p>“Entendemos que un video de este incidente está circulando ahora en las redes sociales y es preocupante. Aunque el incidente no ocurrió en terrenos escolares ni durante el horario escolar, tomamos en serio cualquier situación que involucre a nuestros estudiantes y continuaremos trabajando estrechamente con las autoridades en relación con este asunto. La seguridad y el bienestar de nuestros estudiantes siguen siendo nuestra máxima prioridad”.</p><p>La directora no indicó cómo asegura saber que el hombre inició la pelea y Perez cuestionó la versión de la directora sobre lo ocurrido.</p><p>“No veo cómo pudo haber ocurrido eso”, dijo. “Él prácticamente les estaba rogando que lo dejaran en paz”.</p>]]></content:encoded></item><item><title><![CDATA[Muere una persona y otra queda bajo custodia tras choque que involucró a agente de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/muere-una-persona-y-otra-queda-bajo-custodia-tras-choque-que-involucro-a-agente-de-miami-dade/</guid><dc:creator><![CDATA[Jeff  Derderian , Amanda Batchelor]]></dc:creator><description><![CDATA[Una persona murió y otra fue puesta bajo custodia la noche del miércoles tras un choque que involucró a un agente de la Oficina del Sheriff de Miami-Dade y otros dos vehículos, informaron las autoridades.]]></description><pubDate>Thu, 03 Sep 2026 13:49:13 +0000</pubDate><content:encoded><![CDATA[<p>Una persona murió y otra fue puesta bajo custodia la noche del miércoles tras un choque que involucró a un agente de la Oficina del Sheriff de Miami-Dade y otros dos vehículos, informaron las autoridades.</p><p>El choque ocurrió alrededor de las 7:40 p.m. cerca de Northwest 51st Terrace y Northwest 33rd Avenue.</p><p>Según MDSO, agentes de la Unidad de Intervención de Robos (RID) de la agencia realizaron una parada de tráfico a uno de los vehículos poco antes del choque.</p><p>Los agentes dijeron que durante esa parada confirmaron que el conductor, Luis Manuel Perez, de 21 años y residente de Miami, tenía una orden de arresto pendiente de las Fuerzas Armadas de EE.UU., pero huyó de ellos.</p><figure><img src="https://www.local10.com/resizer/v2/YAUCXBR7KJFK5NVSAV6LORET5E.jpg?auth=482e527623175553e595132e3a0b7ffd1dee1108d16d8dedb4d145cf6685e4d1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“A medida que unidades adicionales de RID respondían al área, el conductor entró en una calle sin salida”, dijo un portavoz de MDSO a Local 10 News en un correo electrónico el jueves. “Después de dar la vuelta, el conductor se pasó una señal de alto y chocó contra un vehículo civil, provocando que volcara. El impacto hizo que posteriormente los vehículos chocaran contra un vehículo de MDSO sin distintivos, ocupado por un agente de RID que se encontraba en el área buscando al sujeto”.</p><p>Una fotografía obtenida por Local 10 muestra el vehículo volcado. También se puede ver a una persona en el suelo en el área, aparentemente esposada.</p><p>“Lo vi chocar contra el auto y lo vi volcar por el aire. Y fue entonces cuando corrí hacia allá”, dijo un testigo. “Lo vi mientras sucedía. Lo vi, partes del auto volando por el aire”.</p><p>El conductor del vehículo civil fue trasladado por el Cuerpo de Bomberos de Miami-Dade al Centro de Traumatología Ryder del Hospital Jackson Memorial en condición crítica, pero posteriormente murió, confirmaron las autoridades.</p><p>Los agentes dijeron que Perez fue puesto bajo custodia y trasladado a un hospital local para ser evaluado, mientras que el agente fue atendido en el lugar por el Cuerpo de Bomberos de Miami-Dade.</p><p>Aunque una declaración jurada de arresto de Perez señala que tiene una orden de arresto activa como fugitivo de las Fuerzas Armadas de EE.UU., no especifica las acusaciones en su contra. Funcionarios de MDSO dijeron que también están pendientes cargos adicionales en su contra por el choque del miércoles.</p><p>La identidad de la víctima aún no ha sido divulgada mientras las autoridades trabajan para notificar a sus familiares.</p>]]></content:encoded></item><item><title><![CDATA[Hallan cuerpo cerca de vías del tren en Fort Lauderdale; policía dice que no está claro si víctima fue arrollada por tren]]></title><link>https://www.local10.com/espanol/2026/09/03/hallan-cuerpo-cerca-de-vias-del-tren-en-fort-lauderdale-policia-dice-que-no-esta-claro-si-victima-fue-arrollada-por-tren/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/hallan-cuerpo-cerca-de-vias-del-tren-en-fort-lauderdale-policia-dice-que-no-esta-claro-si-victima-fue-arrollada-por-tren/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un cuerpo fue encontrado cerca de las vías del tren en Fort Lauderdale la mañana de este jueves, pero la policía dice que la causa de muerte de la víctima no está clara.]]></description><pubDate>Thu, 03 Sep 2026 13:44:28 +0000</pubDate><content:encoded><![CDATA[<p>Un cuerpo fue encontrado cerca de las vías del tren en Fort Lauderdale la mañana de este jueves, pero la policía dice que la causa de muerte de la víctima no está clara.</p><p>Según la policía, alguien llamó al 911 alrededor de las 6:15 a.m. para reportar que había un cuerpo cerca de las vías del tren en la cuadra 6200 de North Andrews Avenue.</p><p>Detectives llegaron al lugar y están investigando si la víctima fue arrollada por un tren o “murió de alguna otra manera”, dijo la policía.</p><p>Aunque la causa de muerte sigue sin estar clara, un video grabado por Local 10 News muestra que un tren de Tri-Rail estaba detenido en las vías cercanas en medio de la investigación.</p><p>No se divulgaron de inmediato más detalles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MJNLEVA3HZEHPO6NMCEYA7XSHI.jpeg?auth=5492b0f9581c947ace787eb18f730543d5aa834d4f587758414d189c628eabdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sept. 3: Numerous thunderstorms today could produce frequent lightning, heavy rain, and gusty winds]]></title><link>https://www.local10.com/weather/2026/09/03/sept-3-numerous-thunderstorms-today-could-produce-frequent-lightning-heavy-rain-and-gusty-winds/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/03/sept-3-numerous-thunderstorms-today-could-produce-frequent-lightning-heavy-rain-and-gusty-winds/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[The pattern is on repeat with another round of afternoon showers and thunderstorms. Some of these could even last past sunset into tonight. ]]></description><pubDate>Thu, 03 Sep 2026 13:43:02 +0000</pubDate><content:encoded><![CDATA[<p>The pattern is on repeat with another round of afternoon showers and thunderstorms. Some of these could even last past sunset into tonight. Any areas that get 2-3″ in a short time could see minor flooding. Don’t be surprised to see a few flood advisories issued for those areas. High temperatures will only reach around 90°, which is around average for this time of the year.</p><p>Very high levels of atmospheric moisture near record levels will linger into the holiday weekend. It does not appear to be a complete washout from start to finish, but expect rounds of thunderstorms with dry time in between. </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[Rooney and Kate Mara had to speak in unison in ‘Bucking Fastard’]]></title><link>https://www.local10.com/entertainment/2026/09/03/rooney-and-kate-mara-had-to-speak-in-unison-in-bucking-fastard/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/rooney-and-kate-mara-had-to-speak-in-unison-in-bucking-fastard/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[VENICE, Italy (AP) — Sisters Rooney and Kate Mara play sisters who speak in unison in Werner Herzog’s new film “Bucking Fastard,” which is having its world premiere Thursday at the Venice Film Festival.]]></description><pubDate>Thu, 03 Sep 2026 13:28:51 +0000</pubDate><content:encoded><![CDATA[<p>VENICE, Italy (AP) — Sisters Rooney and Kate Mara play sisters who speak in unison in Werner Herzog’s new film “Bucking Fastard,” which is having its world premiere Thursday at the Venice Film Festival.</p><p>The 83-year-old German filmmaker had actually met twins who spoke in unison some 45 years ago. Greta and Freda Chaplin dressed the same and became a bit of a tabloid fascination in the 1980s in the U.K. because of a stalking case. And they did spark an idea, but it was one that lay dormant for decades, constrained by the limitations of reality.</p><p>Then someone suggested that perhaps it didn’t have to be twins: What if it were the Mara sisters instead? All of a sudden, it came to life: He wrote the script in five days.</p><p>But his story is complete invention, he said. The Maras play the fictional Jean and Joan Holbrooke, who go on a literal and spiritual journey together as they try to find their place in the world.</p><p>Herzog was joined on the Lido by the Mara sisters, and Orlando Bloom, who plays the object of both of their affections. The film does not yet have a release date in the U.S.</p><p>Rooney and Kate Mara's first film together</p><p>“At first it was very daunting, the idea that we were going to be playing the same person,” Rooney Mara said. “But I think we found pretty quickly that having a lifetime together and all this history and a childhood of playing together, there was just this unspoken world between us.”</p><p>She added: “I’ve never laughed so much, we had so much fun.”</p><p>Kate Mara said speaking in unison almost felt like a song.</p><p>“It was very musical,” she said. “It happened quite naturally.”</p><p>They were so quick to pick it up, in fact, that Herzog cut the planned two-week rehearsal short after five days. He told the sisters, who have never before been in a movie together, that he’d meet them in Ireland “in front of my camera.”</p><p>Orlando Bloom is the bucking fastard</p><p>Herzog said he was also excited to work with Bloom and to see him step out of what he’s known for: “The heartthrob for the teenies,” Herzog said. “And now you are the bucking fastard.”</p><p>Bloom said that Herzog “creates a sacred space for magic to happen.”</p><p>He added: “It’s the pinnacle of any actor’s career to be at the Venice Film Festival talking about a movie with Werner Herzog.”</p><p>Dedicated to David Lynch</p><p>Herzog dedicated the film to the late filmmaker David Lynch. While they were editing, he said he wished Lynch could be the first audience to see “Bucking Fastard.”</p><p>“We had a deep, deep understanding of each other’s work, although we were quite different,” Herzog said. “I wish we could turn the wheel of time back and invite him tonight. But it doesn’t happen like this.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TAL4OOF2UYEI7ZR24TXJOF2WME.jpg?auth=38cabc58db3d070dea345973bab2c8be6726d71c1e0de350e85817f921acb66c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rooney Mara, left, and Kate Mara pose for photographers at the photo call for the film 'Bucking Fastard" during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5W2DPUYZDH3C52FZNILG5UOFU.jpg?auth=4c1538484075a02683344c8a77ba19935c36520d82ed021320cfe967ec518492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rooney Mara, left, and Kate Mara pose for photographers at the photo call for the film 'Bucking Fastard" during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/35ZHYG2LGOM6HILASDR3UBXDAI.jpg?auth=a35a85eb6aa74870936d5e511bb26ea97966441d47d3ab64aac8d3c12a2641e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Director Werner Herzog poses for photographers at the photo call for the film 'Bucking Fastard" during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECMJEYO4PWKPIXZBKUHUMK7ISQ.jpg?auth=cd2f79f1cbaa2c4f9b901dca6b98be66e394b316b8f7fc4df12fa569c647e3de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kate Mara poses for photographers at the photo call for the film 'Bucking Fastard" during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TAUC3VZKM7MJ6ACQT32LY5QODE.jpg?auth=454f2ae72372b168d3b65db23e2e718c35718750eba837d9142d5ba2c3bdbeff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Bloom poses for photographers at the photo call for the film 'Bucking Fastard" during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[Billionaire Leon Black skips Epstein deposition and sues House panel over subpoenas]]></title><link>https://www.local10.com/news/politics/2026/09/03/billionaire-leon-black-skips-epstein-deposition-and-sues-house-panel-over-subpoenas/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/billionaire-leon-black-skips-epstein-deposition-and-sues-house-panel-over-subpoenas/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Billionaire investor Leon Black refused to appear for a sworn deposition before Congress on Thursday and instead sued the House Oversight Committee, asking a federal court to block subpoenas issued as part of its investigation into disgraced financier Jeffrey Epstein.]]></description><pubDate>Thu, 03 Sep 2026 16:41:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Billionaire investor Leon Black refused to appear for a sworn deposition before Congress on Thursday and instead sued the House Oversight Committee, asking a federal court to block subpoenas issued as part of its investigation into disgraced financier Jeffrey Epstein.</p><p>The House Oversight Committee served Black with two subpoenas during a closed-door voluntary interview in June after lawmakers said he refused to answer questions about nondisclosure agreements. One subpoena demanded Black produce nondisclosure agreements and other documents, while the other compelled him to return for a deposition before the committee.</p><p>Black’s lawsuit argues the subpoenas exceed the committee’s authority by seeking private information unrelated to Epstein or any legitimate legislative purpose. It asks a federal judge to declare the subpoenas invalid and prevent the committee from enforcing them.</p><p>“The Committee is on a fishing expedition that oversteps its authority and completely ignores its responsibility," Black’s attorney, Susan Estrich, said in a statement. “This is no longer about finding the truth about Epstein. It is about trying to destroy Mr. Black.”</p><p>Top Oversight lawmakers threaten to hold Black in contempt</p><p>The top Republican and Democratic lawmakers on the committee both criticized Black's lawsuit and said they planned to discuss later Thursday whether they would hold him in contempt of Congress.</p><p>“This is unacceptable. We're very disappointed,” said House Oversight Chair James Comer. “Of all the powerful billionaires and political people we've brought in for interview and depositions, this is the first time anyone's filed suit.”</p><p>Rep. Robert Garcia, the top Democrat on the committee, called the lawsuit “laughable” and that Black is “trying to slow the process down of getting us the information.”</p><p>“Today, the process of contempt has to begin,” Garcia said.</p><p>Being held in contempt opens up a witness to criminal prosecution. If the House approves a contempt resolution against Black, it would fall to the Justice Department to decide whether to bring charges against him.</p><p>Black paid Epstein over $150 million during their yearslong relationship</p><p>Black is the co-founder and former chief executive of the private equity firm Apollo Global Management. He stepped down in 2021 during the fallout over his ties to Epstein.</p><p>Lawmakers have alleged that Black paid Epstein $180 million during their yearslong relationship.</p><p>A 2021 review commissioned by Apollo found that Black paid Epstein $158 million from 2012 to 2017, after Epstein pleaded guilty in 2008 to soliciting prostitution from a minor. The review said the payments were for “bona fide tax, estate planning and other related services.”</p><p>Black is among a number of influential figures to appear in the investigation into Epstein and the web of wealth and influence around him. Other figures to have appeared for the investigation include former Democratic President Bill Clinton, Commerce Secretary Howard Lutnick and Microsoft co-founder Bill Gates.</p><p>Black is mentioned repeatedly in files that the Justice Department has released related to the Epstein investigation. He also appears in a collection of birthday messages sent to Epstein that were released by the House committee last year, including a poem attributed to Black that refers to “Blond, Red or Brunette, spread out geographically.”</p><p>Before the June 26 appearance before the committee, Black maintained that he was not aware of Epstein’s “nefarious activity” until 2019 and that he paid Epstein for legitimate purposes, in part due to his “unrivaled network of relationships” with influential figures.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LHA3AGCYXBH2ZC62QNO2REB2HY.jpg?auth=b845a60df0f58ca880082e7240ce024c0c5c2ec498d558a28d785fa4e9f6506a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Leon Black, a billionaire who was close with Jeffrey Epstein, arrives for a closed-door interview with the House Oversight Committee at the Capitol in Washington, June 26, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGGZ77XYFY2OOKIOICETJ5DIRE.jpg?auth=2a932c74da4f3d47fb80d2b4e42505a56ad1d5630198ac1e8bd3e3fb2b260671&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE — This photo provided by the New York State Sex Offender Registry shows Jeffrey Epstein on March 28, 2017. (New York State Sex Offender Registry via AP, File)]]></media:description></media:content></item><item><title><![CDATA[The Latest: Deadlocked jury in Lindsay Clancy trial deliberates for a sixth day]]></title><link>https://www.local10.com/health/2026/09/03/the-latest-deadlocked-jury-in-lindsay-clancy-trial-returns-for-sixth-day-of-deliberation/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/03/the-latest-deadlocked-jury-in-lindsay-clancy-trial-returns-for-sixth-day-of-deliberation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Jurors in the Lindsay Clancy murder trial are deliberating for a sixth day in Plymouth, Massachusetts after twice saying they can’t agree whether the former labor and delivery nurse is criminally responsible for killing her three young children.]]></description><pubDate>Thu, 03 Sep 2026 17:13:39 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Jurors in the Lindsay Clancy murder trial are deliberating for a sixth day in Plymouth, Massachusetts after twice saying they can’t agree whether the former labor and delivery nurse is criminally responsible for killing her three young children.</p><p>If jurors ultimately cannot agree on a verdict, Judge William Sullivan could declare a mistrial.</p><p>Clancy’s defense attorney Kevin Reddington argued she killed her children while experiencing postpartum psychosis exacerbated by "lousy medical care.” Prosecutors argued she intentionally planned the killings and said the nation’s health care system was “not on trial.”</p><p>Postpartum psychosis is estimated to afflict 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. It can happen to anyone after giving birth, but the chances are higher for people with certain mental health conditions. Though most people with postpartum psychosis don’t harm their children, mothers with severe cases may try to do so, and may also try to harm themselves.</p><p>Here’s the latest:</p><p>Trial has changed some minds about Clancy</p><p>Jeanne DeSanto said she first assumed Clancy was a horrible person for killing her kids, but watching the trial online changed her view.</p><p>“And then, no — it’s women’s health, it’s mental health, it’s systemic. It’s way bigger, and I’ve completely shifted,” she said Thursday, her first day coming to the courthouse.</p><p>DeSanto said that if a mistrial is declared, she wants to participate in a letter-writing campaign to Massachusetts Gov. Maura Healey and the district attorney, urging them to stop pursuing the criminal case.</p><p>“She’s not a danger to anyone other than herself — no one else,” DeSanto said. “What’s the point?”</p><p>She hopes Clancy could eventually become an advocate for changes in postpartum mental health care, including better communication between providers.</p><p>Women who have experienced postpartum mental illness join wait for verdict</p><p>Emily Collins came to the courthouse for the first time Thursday after having watched the livestream, wearing pink clothing like other Clancy supporters there.</p><p>She said she experienced severe postpartum depression after having the first of her three children in the 1970s.</p><p>“This was all I wanted -- being a wife and mother. So I was like, what is happening to me? Very scary,” Collins said. She recalls having suicidal thoughts and struggling to get out of bed some days amid waves of depression.</p><p>Now 64 and a former social worker, Collins thinks the Clancy case should not have been brought to trial. It’s a tough one for jurors, she said.</p><p>“It’s just a polarizing subject. I don’t think they’re ever going to get everyone to agree.”</p><p>Clancy’s ex-husband hasn’t been to the trial since his testimony</p><p>Patrick Clancy was the prosecution’s first witness after opening arguments, taking the stand in late July.</p><p>He has said in interviews that he forgives his wife, whom he viewed as ill, not evil. He has since moved to New York City and remarried.</p><p>During the trial, Patrick Clancy testified about the horrific events of the day of the killings and Lindsay Clancy’s mental health deteriorating. He left the courtroom as prosecutors played his emotional 911 call.</p><p>“She killed the kids!” he was recorded yelling.</p><p>He hasn’t returned to the proceedings since testifying, but other members of Patrick’s and Lindsay’s families have been sitting together during court sessions.</p><p>Clancy gets letters of support</p><p>On his way into the courthouse, defense attorney Kevin Reddington carried a box of letters in support of Clancy “from all over the world.”</p><p>“It’s just amazing. She reads them all,” he told reporters.</p><p>Reddington said he’s ready for a second trial if this one ends with a hung jury and the prosecutor wants to try again.</p><p>“I’ve got witnesses lined up. We’re all set. So let’s go,” he said.</p><p>The wait continues</p><p>Journalists and about 20 spectators are milling about inside the Plymouth County courthouse on a rainy day while the jury deliberates. Some of the onlookers are wearing pink shirts in support of Clancy.</p><p>The livestreamed trial has generated intense interest, drawing crowds to the courthouse every day. The case has sparked deep public divisions over Clancy’s culpability and maternal mental health care after childbirth.</p><p>The jurors’ expressions were hard to read</p><p>Panel members mostly looked at the floor as they entered the courtroom on Thursday morning.</p><p>The jury hasn’t been able to agree on whether Clancy is criminally responsible</p><p>The panel has been considering whether or not Clancy is guilty of murder, or lesser manslaughter charges, or not guilty due to mental disease or defect.</p><p>A murder conviction could bring a life sentence. A not guilty verdict could result in Clancy’s continued confinement at a psychiatric hospital.</p><p>The split among the jury in terms of guilty or not guilty has not been disclosed.</p><p>The judge quizzed jurors again before deliberations resumed</p><p>Sullivan asked them if anything had happened overnight that would affect their ability to be impartial. They said no and then returned to the jury room.</p><p>Jury begins its sixth day of deliberations</p><p>The judge brought the 12 jurors and six alternates into the courtroom briefly before sending them back to the deliberation room.</p><p>What happens if the jury cannot reach a verdict?</p><p>If a verdict cannot be reached, a mistrial will be declared, and the case essentially goes back to the same status as before the trial, with Clancy charged with murder and held at a psychiatric hospital awaiting a resolution of the criminal case.</p><p>Prosecutors will decide whether to try again with a new jury. If they do, the jury selection process will begin again, and a new trial will be scheduled.</p><p>Prosecutors could also offer a plea deal to Clancy, said Brad Bailey, a Boston defense attorney and former prosecutor who is not involved in the case.</p><p>“Any time the threat of a retrial with murder one hanging over the client is re-interjected, defense lawyers will, at the very least, explore whether or not there’s any interest in a resolution,” Bailey said.</p><p>What to know about postpartum psychosis</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>It 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><p>Though most people with postpartum psychosis don’t harm their children, mothers with severe cases may try to do so, and also may try to harm themselves.</p><p>Experts say it’s important to seek immediate help if you or your partner or family member show signs of postpartum psychosis.</p><p>▶ Read more</p><p>A Massachusetts woman was charged with filming the jury</p><p>Dawn Light, 56, was arraigned on an intimidation charge Wednesday at the same courthouse as Clancy’s trial. Authorities say she filmed jurors leaving the courthouse a day earlier.</p><p>Light, a retired nurse and Clancy supporter, told reporters she was there: “To see Lindsay. And I did see her. She was getting picked up by the van.”</p><p>Her lawyer Jennifer White called it a “misunderstanding.”</p><p>A not-guilty plea was entered on Light’s behalf and she was ordered to stay away from the court, jurors and witnesses.</p><p>The arrest prompted the judge to ask each juror Wednesday if they saw anything that would affect their impartiality, Clancy’s attorney Kevin Reddington told The Associated Press. The judge also opened the day’s proceedings with a warning that he had issued an order governing how people should conduct themselves at the courthouse. That order barred people from filming, following, contacting or tampering with jurors.</p><p>The jury has not been able to agree on a verdict</p><p>On Wednesday, the jury sent the court a note saying it couldn’t unanimously agree on a verdict, despite days of trying. The jury had sent a similar note Tuesday morning. Neither note revealed anything about how the jury might be split or said anything about the tone of deliberations.</p><p>Sullivan then gave the jury a legal instruction sometimes known as a “dynamite charge” because it is intended to help a jury break through an impasse.</p><p>He told the jurors not to abandon their own convictions just to reach a verdict, but urged them to seriously consider opposing views and reassess their positions if appropriate. No one knows, he added, whether another jury would be “more intelligent, more impartial or more competent to decide it than you are.”</p><p>Such instructions are common in many states and the U.S. Supreme Court has upheld their constitutionality, but they are barred in some states because of concerns they might be coercive.</p><p>Jurors return for a sixth day of deliberation</p><p>Jurors in the Lindsay Clancy trial will return for a sixth day of deliberations after twice saying they couldn’t agree whether the Massachusetts mother is criminally responsible for killing her three young children.</p><p>The judge told jurors to keep deliberating Wednesday when they said for a second straight day that they were at an impasse — a sign there’s a growing chance of a hung jury and the trial ending without a resolution.</p><p>Clancy, a 36-year-old former labor and delivery nurse, doesn’t deny strangling her children in the basement of their home in 2023. Her attorney argues that postpartum psychosis led to her actions, while prosecutors say she knew what she was doing when she killed Cora, Dawson and Callan Clancy, ages 5, 3 and 8 months.</p><p>“I know it’s been a long day,” Judge William Sullivan said, “so at this point, what I’m going to do is, first off, thank you for your time and commitment to this case. I’m going to ask you to come back tomorrow morning.”</p><p>Clancy stared at the jury with no expression when Sullivan earlier in the day explained to the courtroom that the jurors were at a standstill.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D4ZLWOY5M52R6KMJVV7GF267OU.jpg?auth=189feb757c3a7fca5c9dbfb1ab510eba53bec5a8913dfb032a342d42ea3cb86d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington holds up a picture of th Clancy family before the murders during closing arguments in the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass., Thursday, Aug. 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/ASIL3IBPBIRHF5TNUIVGUTXUOQ.jpg?auth=b7df24c720e47187d1a2767d26dde9fd7e70ba70a18a69e82e5561074f81a699&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy and attorney Kevin Reddington watch as Judge William Sullivan tells the jury to keep discussing a possible verdict after jurors said for a second time they couldn't agree whether Lindsay Clancy was criminally responsible for killing her three children in 2023, Wednesday, Sept. 2, 2026, 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/3NS3LGKVM4PAQ3T32BR6AYICDU.jpg?auth=1c8bb88bec66fc14db72fcf88c331ef14195ee379cbc797bd6e2a23c50e8d26c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A text message Lindsay Clancy sent her mom is presented during closing arguments in her murder trial at Plymouth Superior Court in Plymouth, Mass., Thursday, Aug. 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/5V6OLBUGY37ULD7D65WGSLFH3Y.jpg?auth=0f26be0b641682b087e96c80ec955d4b82c9350773f8f90cc4e0ad632cc9bd37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge William Sullivan asks the jury to continue deliberations during Lindsay Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Tuesday, Sept. 1, 2026. (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[Will Federal Reserve hike rates later this month? Waller muddies the outlook]]></title><link>https://www.local10.com/business/2026/09/03/will-federal-reserve-hike-rates-later-this-month-waller-muddies-the-outlook/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/will-federal-reserve-hike-rates-later-this-month-waller-muddies-the-outlook/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal Reserve governor Christopher Waller said Thursday that an inflation report next week will largely determine whether he supports an interest rate hike later this month or not.]]></description><pubDate>Thu, 03 Sep 2026 17:07:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal Reserve governor Christopher Waller said Thursday that an inflation report next week will largely determine whether he supports an interest rate hike later this month or not.</p><p>The government will release August inflation figures Sept. 11, and if that report shows inflation continues to cool, then Waller said he “would be inclined” to keep the Fed's benchmark interest rate unchanged.</p><p>“But if inflation comes in hot, I would consider a rate hike,” Waller said. Borrowing costs are only “slightly restricting” consumer and business demand, he added, “and it may not take much acceleration in inflation to nudge me into supporting” a rate hike.</p><p>Waller is an outspoken member of the Fed's seven-person governing board, and his remarks suggest that a rate hike later this month is not a done deal. Stock prices rose and bond yields fell in response. Several members of the Fed's rate-setting committee have voiced concerns that price increases are still too high, suggesting that a rate hike may be needed. Yet others have said inflation is slowly cooling and higher borrowing costs aren't necessary.</p><p>Fed Chair Kevin Warsh said last week at the Fed's annual economic symposium in Jackson Hole, Wyoming, that inflation had not shown sufficient improvement and that the central bank might have “more work to do,” a sign he is weighing a rate increase at the Fed's next meeting Sept. 15-16.</p><p>Wall Street investors sharply increased their bets on a rate hike this month after Warsh's speech. Some bond yields that also moved higher on Warsh's remarks, raising the stakes for the September meeting.</p><p>Waller suggested he has been encouraged by signs that inflation had slowed over the past two months. According to the Fed's preferred gauge, prices ticked down 0.1% from May to June and rose just 0.2% from June to July. At that pace, inflation would move much closer to the Fed's 2% annual target.</p><p>September's meeting “is going to be knife edge and it’s going to come down to how the CPI data prints,” Joseph Purtell, portfolio manager at Neuberger, said, referring to the government's primary measure of inflation, the consumer price index.</p><p>Warsh has sought to cut back on the signals the Fed sends about its next moves, which he argues limit the central bank's policy flexibility. As a result, there has been more uncertainty going into Fed meetings about what policymakers will do than in the past.</p><p>Purtell said Warsh could probably command a majority in favor of either keeping rates unchanged later this month or raising them.</p><p>Last month, the government said inflation stayed at 3.7% on a yearly basis, according to the Fed's measure.</p><p>In an interview with Reuters following his remarks, Waller acknowledged he is heavily focused on one upcoming report. But he said looking at near-term data is necessary to pick up on any changes in trends.</p><p>“I’m willing to sit and wait and be patient” to see if the next inflation report also shows it declining, Waller said. “But if it reverses, then you know it’s time to pull the trigger and hike rates.”</p><p>On Wednesday, John Williams, president of the Federal Reserve Bank of New York, said he has also been encouraged by recent inflation data but would like to see more evidence that it is declining, suggesting he would also be willing to keep rates steady this month.</p><p>"I think that we have to wait and see,” Williams said in an interview on CNBC. “There’s no clear signs right now whether monetary policy currently is sufficient to make sure we bring inflation back to target in the next year or two, or whether you need to see further action to do that.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RAOX2XIUB465EVA3C3MFGGZW6Q.jpg?auth=f69c45f066c8a820fc506323c99c3e762aa5554b652869575e7439d025f5b5f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Federal Reserve Board of Governors member Christopher Waller poses for a photo on May 23, 2022, in Washington. (AP Photo/Patrick Semansky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Semansky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WN7N6KRMY2DUH4XRKTLQL37WV4.jpg?auth=465834023a60312145897c6ef19dd59599aca228dc1018bc851927565ce0e742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Federal Reserve is seen from the Washington Monument, Tuesday, Sept. 1, 2026, in Washington. (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[Democrats are promising a big agenda. Their unity is already being tested]]></title><link>https://www.local10.com/news/politics/2026/09/03/democrats-are-promising-a-big-agenda-their-unity-is-already-being-tested/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/democrats-are-promising-a-big-agenda-their-unity-is-already-being-tested/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Beginning on Day One, House Democrats plan to "hold the crooks accountable.”]]></description><pubDate>Thu, 03 Sep 2026 17:16:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Beginning on Day One, House Democrats plan to "hold the crooks accountable.”</p><p>That's the promise House Democratic leader Hakeem Jeffries has made, previewing an ambitious agenda with oversight of President Donald Trump's administration and legislation to address the high costs of living, if Democrats seize majority control from Republicans in the midterm elections.</p><p>But first, the Democratic leaders have to ensure they can keep their own politically diverse — and sometimes rebellious — big-tent caucus in line, which was tested this week. Two go-their-own-way Democrats bucked the party on a routine procedural vote, angering colleagues and raising a red flag about potential party divisions to come.</p><p>“His greatest challenge will be governing,” Ashley Etienne, a former top aide to Nancy Pelosi during her historic tenure as House speaker, said of Jeffries.</p><p>The House majority is expected to be decided by a handful of seats in a shrinking number of competitive districts, potentially creating a similar political dynamic to the past four years under GOP control, a chaotic new era in Congress.</p><p>In the House, the size of the majority matters. When the majority is slim, any single lawmaker can become a kingmaker, determining whether a party's agenda sinks or soars. House Speaker Mike Johnson is tested by his narrow majority almost daily, and his predecessor, Kevin McCarthy, was the first in history to be booted from office, ousted by a small number of opponents from his own side.</p><p>Jeffries, who is poised to become the House speaker if his party wins power and would be the first Democrat to wield the gavel since Pelosi, faces a party at a crossroads. It has a new generation of candidates, some far-left from the Democratic Socialists of America, and they are eager for change.</p><p>The Democratic leadership team responded swiftly to the slight from the two centrist lawmakers this week over the thwarted procedural vote, sending a message that they will not tolerate the kind of disruptions that have often left Republicans in disarray.</p><p>But the damage had been done.</p><p>“It was disappointing,” said seasoned Rep. Jim McGovern of Massachusetts, the top Democrat on the Rules Committee. ”It makes us look as bad as them.”</p><p>Jeffries on Thursday said he had a “productive, forward-looking conversation” with one of the dissenting lawmakers, centrist Rep. Marie Gluesenkamp Perez of Washington, about moving forward on shared priorities.</p><p>He praised the conservative Blue Dog Democrat for “fighting hard for her district,” which is a region that Trump carried, and said McGovern also spoke with her about resolving differences.</p><p>“We value every single member in our caucus — progressives, new Dems and Blue Dogs,” Jeffries said. “The entirety of the House Democratic caucus understands what the stakes are in terms of defeating MAGA extremism in November and then, as Democrats, getting off to a fast start in January.”</p><p>Questioned about his grip on party unity, Jeffries listed the many times Democrats, in the minority, have been able to force legislation over Johnson’s objections. Those times included a war powers resolution to stop the U.S.-led attacks on Iran and a bill that would have reinstated enhanced tax credits many people rely on to buy insurance under the Affordable Care Act.</p><p>“Res ipsa loquitur,” he said. “That’s Latin for: The thing speaks for itself.”</p><p>A routine procedural vote becomes anything but</p><p>The procedural rule vote, which sets the terms for debate, was long a nonissue in the House. The party in power voted for it, the minority party voted against. But conservative Republicans have routinely bucked their own GOP majority on the votes, tanking the agenda.</p><p>As the tally Tuesday was teetering, it appeared Johnson once again had a revolt on his hands. Then two Democrats, retiring Rep. Jared Golden of Maine and Gluesenkamp Perez, voted with the Republicans, salvaging the outcome and the week's agenda.</p><p>Golden was working to ensure passage of his bill on the lobster industry. Gluesenkamp Perez, often an ally, had joined.</p><p>Democrats were livid. Some were eager for a reprimand. Others expressed the angst coming from voters who want the party to stick together to fight Trump. The Pelosi-ism, "Unity is our strength," was revived.</p><p>“The challenge is, that if you don't have the numbers, all of a sudden a few people can be very decisive,” said Rep. John Larson, D-Conn., a former party leader who recently lost his own primary bid for reelection.</p><p>“You can never ask people to vote against their own interest," he said. ”But you also have to emphasize the camaraderie and concept of working together as a team."</p><p>A cautious Democratic leader faces new challenges</p><p>Jeffries is known as a careful leader and, as he says himself, chooses calm over chaos at a time when many Democrats prefer a quicker, attention-grabbing reaction.</p><p>In office since 2013, Jeffries is confronting the party's quickly changing climate, as he works to hold together what is arguably the most diverse party caucus in U.S. history.</p><p>Two weeks ago, Jeffries ran into trouble with progressives after having accepted a meeting with Trump’s son-in-law, Jared Kushner, an outside adviser to the White House. It was largely seen as the Trump administration hedging its bets if Democrats win control, but liberals questioned why Jeffries would even meet with those close to Trump.</p><p>“He asked for a meeting, and I took it,” Jeffries said in a defiant video the next day.</p><p>The Democrats have established five working groups to tackle affordability as part of next year's agenda — in housing, healthcare, childcare, groceries and gas and utilities. The top Democrats on the Oversight and Judiciary committees are preparing to root out corruption.</p><p>Jeffries also has sketched out the pillars of a Democratic legislative platform: repealing Republican Medicaid cuts, restoring the ACA, repealing Trump's tariffs and ending the Iran war.</p><p>“These are issues that we know unite Democrats,” Jeffries said. “But I don't want to get out ahead of the caucus, because there are a whole host of things that need to be worked on.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IZJVOWY673OG4BTFY6LJEJ7IA4.jpg?auth=2056e2e8444225f33b3627f27dceaecb80c68003fea9825bd2603936de81c6d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., discusses the war with Iran and the cost of living as he speaks to reporters at the Capitol in Washington, Monday, Aug. 31, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Dozens missing, 5 dead after migrant boat is found drifting near Spain’s Canary Islands]]></title><link>https://www.local10.com/news/world/2026/09/03/dozens-missing-5-dead-after-migrant-boat-is-found-drifting-near-spains-canary-islands/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/dozens-missing-5-dead-after-migrant-boat-is-found-drifting-near-spains-canary-islands/</guid><dc:creator><![CDATA[By RENATA BRITO, Associated Press]]></dc:creator><description><![CDATA[BARCELONA, Spain (AP) — At least five people have died and dozens more are feared dead after a boat carrying West African migrants was found drifting in the Atlantic. Forty-four people were brought to safety in the Canary Islands.]]></description><pubDate>Thu, 03 Sep 2026 15:32:15 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — At least five people have died and dozens more are feared dead after a boat carrying West African migrants was found drifting in the Atlantic. Forty-four people were brought to safety in the Canary Islands.</p><p>Spain’s Maritime Rescue Service said Thursday that one of its planes had spotted a “precarious” boat drifting some 120 km (74 miles) south of the island of Gran Canaria on Wednesday afternoon.</p><p>Three survivors were evacuated by helicopter to a hospital on the island. The remaining 41 migrants were brought to safety by boat and disembarked early Thursday in the port of Arguineguín, where they were being cared for by the Red Cross.</p><p>All of the survivors were men, some underage, and came from Mali or Senegal, said José Antonio Rodríguez Verona, a spokesperson for the Red Cross in the Canaries.</p><p>The survivors were disoriented and dehydrated, with many collapsing or vomiting upon reaching land, Rodríguez Verona told The Associated Press. While it was difficult to get precise information given their fragile state of health, migrants reported leaving Gambia and being stranded at sea for “many, many days.” Some estimated they had been at sea for nearly a month. Running out of provisions, they fell ill from drinking seawater.</p><p>The survivors also told the Red Cross that more than 100 people were originally on board, including women and a baby. As people died on the journey, survivors tossed their bodies in the ocean until they had no more strength to do so.</p><p>Spain’s Maritime Rescue Service said in a statement that it was not able to retrieve the remains of the five dead found inside the boat due to strong winds and waves that were 2.5 meters (8 feet) high.</p><p>Helena Maleno, founder of the migrant rights group Walking Borders, which monitors deaths and disappearances on migration routes to Spain, said that 83 people had died on the voyage, including three women and a baby. In a post on X, Maleno said the boat had departed Gambia 27 days ago.</p><p>Maleno and her NGO are frequently contacted by relatives of missing migrants and often relay calls for help and rescue to Spanish authorities.</p><p>Maleno and Walking Borders did not immediately respond to requests for comment.</p><p>The West African Atlantic route to Spain’s Canary Islands is one of the deadliest crossings to Europe. While arrivals to the Spanish archipelago have fallen significantly in the past year, tens of thousands of people have died or gone missing in recent years, with several migrant boats getting lost and drifting all the way across the Atlantic to the Americas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELT7UPLJT6XNELCNC4KMG3OE34.jpg?auth=90936ec0f0c98a9dd5414739ea58165d2c781debb7421a2e343fcf5ffcadbe94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing where a migrant boat from Gambia was spotted adrift. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Unemployment claims tick up to 206,000 but remain at historically low levels]]></title><link>https://www.local10.com/business/2026/09/03/unemployment-claims-tick-up-to-206000-but-remain-at-historically-low-levels/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/unemployment-claims-tick-up-to-206000-but-remain-at-historically-low-levels/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) —]]></description><pubDate>Thu, 03 Sep 2026 13:43:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) —</p><p>More Americans filed for unemployment benefits last week, but layoffs are still rare and jobless claims remain at historically low levels.</p><p>The Labor Department reported Thursday filings for benefits ticked up to 206,000 last week from a revised 204,000 the week before. The four-week average of claims, which smooths out week-to-week volatility, rose modestly to 207,250 last week.</p><p>Claims for jobless benefits are a proxy for layoffs, and economists watch them because they can be a sign of where the job market is headed. For the past year, claims have mostly stayed within a historically low range of 200,000 to 230,000 a week.</p><p>The number of people collecting unemployment benefits rose slightly to 1.78 million the week that ended Aug. 22, up by 8,000 from the week before.</p><p>Companies, remembering the worker shortages that followed the end of COVID-19 lockups, are still reluctant to let go of staff. The unemployment rate is low at 4.1%.</p><p>But employers aren’t eager to take on new workers. The Labor Department reported Tuesday that gross hiring — before subtracting people who lost or left their jobs — fell 5% to fewer than 5.1 million new jobs. The result is what economists call a "no-hire, no-fire'' labor market in which those have work enjoy job security but times are tough for young workers trying to land an entry-level job or unemployed people seeking to get back to work.</p><p>In July, companies, government agencies and nonprofits together cut 23,000 jobs.  So far this year, employers are adding 61,000 jobs a month, up from the 9,700 they averaged last year — the weakest hiring outside a recession since 2002. The lingering effects of high interest rates and Trump’s erratic trade policies discouraged companies from hiring in 2025.</p><p>When the Labor Department releases its report on last month's hiring and unemployment Friday, it's expected to show that employers added 65,000 jobs in August and that the unemployment rate ticked up to 4.2%, according to a survey of forecasters by the data firm FactSet.</p><p>Hiring this year remains well below the 166,000 monthly jobs created, on average, in 2023 and 2024, let alone the 491,000 a month recorded during the 2021-2022 hiring boom that followed pandemic lockdowns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABHT4357SJDQYJN2WRCPBYMTAQ.jpg?auth=dcef32df4a99a7620108ea68a83820c65bd4edce7849e62626c4a0dd29846cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hiring sign for sales professionals is displayed at a store, in Vernon Hills, Ill., Wednesday, April 15, 2026. (AP Photo/Nam Y. Huh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IGXCUTWOAKZ6SNCR34DDXYOSRQ.jpg?auth=4ae2523cbb158e807942198bdb368f38ad2ca05485a6806ecf6c59c96c17809e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A job seeker waits to talk to a recruiter at a job fair Aug. 28, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Nvidia to spend $13 billion on Hugging Face, which will remain an open source platform]]></title><link>https://www.local10.com/business/2026/09/03/nvidia-to-spend-13-billion-on-hugging-face-which-will-remain-an-open-source-platform/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/nvidia-to-spend-13-billion-on-hugging-face-which-will-remain-an-open-source-platform/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[Chipmaker Nvidia is buying artificial intelligence software platform Hugging Face for $13 billion.]]></description><pubDate>Thu, 03 Sep 2026 17:10:34 +0000</pubDate><content:encoded><![CDATA[<p>Chipmaker Nvidia is buying artificial intelligence software platform Hugging Face for $13 billion.</p><p>It’s the latest deal by the company, whose processors are integral to the AI boom, and highlights Nvidia's push to champion increasingly popular open-source AI models.</p><p>Nvidia CEO Jensen Huang wrote in a blog post Thursday that more than 18 million developers, researchers and creators use Hugging Face to share more than 3 million models, 500,000 data sets and 1 million applications. More than 200,000 companies also that use the platform, he said.</p><p>In July, Hugging Face's data processing systems were hacked, and ChatGPT maker OpenAI acknowledged that its artificial intelligence system was to blame, sending shock waves through the security community amid heightened concerns about the capabilities of powerful AI models.</p><p>Just over a week later, Anthropic said its artificial intelligence models hacked into three other organizations during testing. That was followed closely by an announcement from Meta, which said its AI model accessed the internet on its own and hacked another company.</p><p>The wave of AI intrusions occurred just a month after President Donald Trump signed an executive order creating a framework for the federal government to vet the national security risks of the most advanced AI systems for up to a month before their public release.</p><p>On Thursday, however, Nvidia's Huang said that Hugging face will remain an open platform. He signaled that Nvidia is betting that more businesses will turn to open-source AI, which lets them download and customize their own AI models, rather than pay for proprietary AI services from companies such as OpenAI and Anthropic.</p><p>Open models let startups, businesses, universities and public institutions build on advanced capabilities without training every model from scratch," Huang wrote in a blog post. "They enable organizations to match the right model to the right job.</p><p>Hugging Face will still support multicloud and multi-accelerator development and deployment.</p><p>Nvidia has released more than 500 models and more than 250 open data sets on Hugging Face.</p><p>“Nvidia’s investment in Hugging Face is a strong strategic hedge against the different ways AI could evolve,” Bret Greenstein, chief AI officer at global business and technology consulting firm West Monroe, said in an emailed statement. “With much of Nvidia’s valuation tied to the adoption and expansion of AI over the next decade, the company has a clear interest in supporting the entire ecosystem’s success.”</p><p>Nvidia's high-end chips have emerged as the leading building blocks for AI, and are highly sought after. The Santa Clara, California-based company reported quarterly profits of $59.69 billion late last month.</p><p>While AI has powered stock market gains and U.S. economic growth in recent years, there’s been growing skepticism about whether AI will justify the trillions of dollars being spent to develop the technology.</p><p>The AI industry is also faces increasing pushback amid objections to the expansion of data centers and fears that the rapid speed of AI adoption could lead to widespread job losses worldwide.</p><p>The $12.93 billion deal includes $1 billion for a retention plan for Hugging Face employees, Huang told CNBC.</p><p>Nvidia's shares rose nearly 2% in morning trading. Hugging Face is not publicly traded.</p><p>___</p><p>AP Business Writer Kelvin Chan contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WZSCWOV3ZJ46GMK55VO23IXFNY.jpg?auth=5ddffee914335a02ff0f7c64b0eee002a38dfdc0d784b5a7495ff3512b2bd0af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jensen Huang, president and CEO of Nvidia, waits for a groundbreaking ceremony for an expansion of Coherent's manufacturing facility to begin on June 16, 2026, in Sherman, Texas. (AP Photo/Jeffrey McWhorter, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey McWhorter</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump promises to campaign for Republicans despite sagging popularity]]></title><link>https://www.local10.com/news/2026/09/03/the-latest-trump-promises-to-campaign-for-republicans-despite-sagging-popularity/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/03/the-latest-trump-promises-to-campaign-for-republicans-despite-sagging-popularity/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump urged Republican lawmakers facing tough reelection campaigns to run on his record in the White House despite his sagging popularity, and he pledged to campaign in all of the roughly three dozen contests that are likely to determine control of Congress.]]></description><pubDate>Thu, 03 Sep 2026 14:21:10 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump urged Republican lawmakers facing tough reelection campaigns to run on his record in the White House despite his sagging popularity, and he pledged to campaign in all of the roughly three dozen contests that are likely to determine control of Congress.</p><p>Also, a federal judge in Boston is hearing arguments Thursday on whether to extend her prohibition against the U.S. Postal Service requiring states to use a new mail balloting system for the midterms as part of an executive order by Trump. The hearing in the closely watched case comes the day before the first state begins sending mail ballots to voters.</p><p>Here's the latest:</p><p>Trump administration ratchets up its fight to get more oil flowing from California</p><p>Its latest salvo is a federal review of California’s coastal management program, which is run largely by a state commission that’s had a powerful role for decades in shaping development along the coast. Environmental advocates fear federal officials could use the review to strip the California Coastal Commission of its ability to have a say in projects involving federal agencies that affect the state’s rugged coastal bluffs, pristine beaches and world-class surfing spots.</p><p>The administration, citing a need for energy security and job creation, has already announced plans for new offshore oil leases in California as well as Florida, where the federal government hasn’t allowed drilling since 1995 because of concerns about oil spills in the Gulf of Mexico.</p><p>Trump officials also helped a Texas firm jump-start an old pipeline system that had been idled since its 2015 rupture caused one of California’s worst oil spills, blackening beaches for 150 miles (240 kilometers) from Santa Barbara to Los Angeles and polluting habitat for endangered whales and sea turtles.</p><p>▶ Read more</p><p>Democrats are promising a big agenda. Their unity is already being tested</p><p>Beginning on Day One, House Democrats plan to “hold the crooks accountable.”</p><p>That’s the promise House Democratic leader Hakeem Jeffries  has made, previewing an ambitious agenda with oversight of President Trump’s  administration and legislation to address the high costs of living, if Democrats seize majority control from Republicans in the midterm elections.</p><p>But first, the Democratic leaders have to ensure they can keep their own politically diverse — and sometimes rebellious — big-tent caucus in line, which was tested this week. Two go-their-own-way Democrats bucked the party on a routine procedural vote, angering colleagues and raising a red flag about potential party divisions to come.</p><p>“His greatest challenge will be governing,” Ashley Etienne, a former top aide to Nancy Pelosi during her historic tenure as House speaker, said of Jeffries.</p><p>▶ Read more</p><p>US trade deficit widens despite Trump’s tariffs</p><p>The U.S. trade deficit widened to $88.6 billion in July, up 24% from June and the highest since March 2025 when Trump was just beginning to ramp up import taxes to protect American industry from foreign competition. An investment boom in artificial intelligence is drawing in imports of computers and computer and telecommunications equipment.</p><p>Overall, U.S. imports rose 2.8% in July and exports dropped 2.1%.</p><p>Still, the January-July deficit — the gap between what the U.S. buys from and what it sells to other countries — is down nearly 30% from a year earlier.</p><p>Billionaire investor Leon Black sues House committee over Epstein investigation</p><p>Black refused to appear for a sworn deposition before Congress on Thursday and instead sued the House Oversight Committee, asking a federal court to block subpoenas issued as part of its investigation into Jeffrey Epstein.</p><p>The House Oversight Committee served Black with two subpoenas following a closed-door interview in June after lawmakers said he refused to answer questions about nondisclosure agreements.</p><p>Black’s lawsuit argues the subpoenas exceed the committee’s authority by seeking private information.</p><p>“The Committee is on a fishing expedition that oversteps its authority and completely ignores its responsibility,” Black’s attorney, Susan Estrich, said in a statement.</p><p>Unemployment claims tick up to 206,000 but remain at historically low levels</p><p>The Labor Department reported Thursday filings for benefits ticked up to 206,000 last week from a revised 204,000 the week before. The four-week average of claims, which smooths out week-to-week volatility, rose modestly to 207,250 last week.</p><p>Claims for jobless benefits are a proxy for layoffs, and economists watch them because they can be a sign of where the job market is headed. For the past year, claims have mostly stayed within a historically low range of 200,000 to 230,000 a week.</p><p>Companies, remembering the worker shortages that followed the end of COVID-19 lockups, are still reluctant to let go of staff. The unemployment rate is low at 4.1%.</p><p>▶ Read more</p><p>Trump’s plan for a fence at Lafayette Park near White House gets review by federal panel</p><p>The latest pieces of President Trump’s wide-ranging Washington makeover are set for an airing Thursday in front of a federal panel that already has blessed other big-ticket plans from the designer-in-chief.</p><p>The National Capital Planning Commission, which this spring approved Trump’s White House ballroom proposal after he razed the Executive Mansion’s East Wing without authorization, will discuss a proposed fence around Lafayette Park in front of the White House.</p><p>The panel also will review a proposed underground security screening center for White House visitors. It’s the first time the commission will take up either idea, and votes aren’t expected. But the commission and the separate U.S. Commission of Fine Arts thus far have not been an obstacle for Trump’s plans for the capital.</p><p>▶ Read more</p><p>Trump fact-checks his own commerce secretary on Iran war deaths</p><p>The president took the unusual step of correcting a misleading statement by Commerce Secretary Howard Lutnick, who had said in an interview that no U.S. forces had died in the Iran war.</p><p>“Sec. Lutnick had Venezuela on his mind when he said nobody was killed,” Trump posted on social media. “18 people were killed in Iran!”</p><p>Lutnick had said in a Wednesday CNBC interview that no Americans had died in the conflict that began at the end of February. But Lutnick in his remarks was specifically talking about the Iran war, which he called “an economic chokeout.”</p><p>Federal judge considers whether to extend ban against US Postal Service mail voting changes</p><p>A federal judge in Boston will hear arguments Thursday on whether to extend her prohibition against the U.S. Postal Service requiring states to use a new mail balloting system for the midterms as part of an executive order by President Donald Trump.</p><p>The hearing in the closely watched case comes the day before the first state begins sending mail ballots to voters.</p><p>U.S. District Court Judge Indira Talwani is considering whether to order a preliminary injunction that would bar the Postal Service from requiring the new system to be used for the midterms. Last week, she imposed a 14-day temporary restraining order to keep it from being used. That order expires next week as more states begin sending out mail ballots.</p><p>▶ Read more</p><p>Trump promises to campaign for Republicans and says they have a winning midterm message</p><p>President Donald Trump on Wednesday urged Republican lawmakers facing tough reelection campaigns to run on his record in the White House despite his sagging popularity, and he pledged to campaign in all of the roughly three dozen contests that are likely to determine control of Congress.</p><p>Voters’ dim views of the economy and the war in Iran have put Republicans in a tough spot as the midterm election season enters its final stretch. But during a dinner in the Rose Garden, one of the spaces he has controversially renovated since returning to office last year, the president told his party’s most vulnerable lawmakers they had a triumphant story to tell voters.</p><p>“All you have to do is talk about it, and you’re going to win and you’re going to win big,” Trump said a week before the party gathers in Dallas for an unusual midterm convention.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/64V5CRAQZZO6DBZNI445D4TJQM.jpg?auth=7b351317680feb517a6c9a407b6c72884b16d16448fe1d47571058353b313e8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during an event with Republican lawmakers in the Rose Garden of the White House, Wednesday, Sept. 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JV4A24Y7PF3PJS5JFAQPATOEMY.jpg?auth=1f3f21512f201cc07e856e0ce07384371914abcfd05588d1f78b4f562dd3261a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during an event with Republican lawmakers in the Rose Garden of the White House, Wednesday, Sept. 2, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Hikers describe intense rain and wind before floodwaters ravage Grand Canyon]]></title><link>https://www.local10.com/news/national/2026/09/03/hikers-describe-intense-rain-and-wind-before-floodwaters-ravage-grand-canyon/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/03/hikers-describe-intense-rain-and-wind-before-floodwaters-ravage-grand-canyon/</guid><dc:creator><![CDATA[By SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description><![CDATA[Like clockwork, clouds build up in the afternoon, the wind starts to swirl and the skies darken. Then the rain comes.]]></description><pubDate>Thu, 03 Sep 2026 14:34:50 +0000</pubDate><content:encoded><![CDATA[<p>Like clockwork, clouds build up in the afternoon, the wind starts to swirl and the skies darken. Then the rain comes.</p><p>Sometimes it is just a few drops. But on this August afternoon, the monsoon kicked into high gear, setting its sights on a remote section of the Grand Canyon's North Rim. Down below, dozens of hikers were setting up camp along Bright Angel Creek and admiring the towering walls they eventually would have to traverse on the way back up.</p><p>It wasn't long before muddy water came rushing down the creek. The sound was deafening as it crashed against the rocks, carrying with it tree branches, sediment and other debris.</p><p>Violent thunderstorms and subsequent flash flooding are nothing new during the summer months in the southwestern United States. Those in the canyon last Saturday knew the risks, but this storm packed an extra punch, washing out key footbridges and doing more damage to infrastructure than previous decades of turbulent water.</p><p>Two people died and at least one is still missing. More than 80 people were airlifted out of the canyon, and the National Park Service is assessing the damage.</p><p>Forecasts warned of severe storms and flood risks</p><p>A storm of generational proportions — that is how some of the hikers described it in interviews with The Associated Press. Some talked about scrambling to higher ground as the rushing water approached. Others hunkered down under a ledge to avoid falling rocks.</p><p>“It was for sure some of the worst acute fast-forming weather I have ever seen in my time, whether it’s in the mountains or marine environments or in the desert Southwest,” said Drew Harrell, an emergency medicine physician with University of New Mexico Hospital who was on a training mission at the time as medical director for Grand Canyon National Park.</p><p>Harrell is no stranger to working in austere environments and has hiked rim-to-rim more than a dozen times. He and his team had checked the weather before starting their annual trip. They were more worried about afternoon temperatures stretching into the triple digits rather than rain.</p><p>But this storm, Harrell said, seemed to come out of the blue just as his six-member group entered “The Box,” the final 3 miles (4.8 kilometers) before Phantom Ranch, an oasis at the bottom of the Grand Canyon.</p><p>“It went from relatively clear skies to blowing winds in the time frame of about a minute,” he said, estimating the gusts at 40 mph (64 kph).</p><p>Hikers had little time to act</p><p>Within minutes, torrential rains, gusting winds and even hail enveloped hikers along the creek.</p><p>“We were concerned that there would be rocks and just flooding coming down from both sides of the canyon on top of us,” said Parth Desai, another physician who was with the group.</p><p>As emergency room doctors do, they weighed their options and calculated the risks as conditions changed around them.</p><p>“We saw basically the flood, waterfalls coming up out of nowhere, boulders, mud, landslides happening everywhere,” Desai said. “And then we were concerned about a lightning strike.”</p><p>They made another run for it, heading down the trail toward Phantom Ranch. They maneuvered around cottonwood trees brought down by the first microburst when they saw more debris rushing toward them. They scrambled through cactus to reach higher ground.</p><p>Floodwaters overtake what is usually a shady oasis</p><p>Up the creek at the Cottonwood Campground, Mike Sumaruk and his friend were relaxing after a nearly 7-mile (11-kilometer) hike down into the canyon. The wind started howling, and the rain intensified.</p><p>“I jumped into my tent because I thought it was going to blow away and was trying to hold it down,” he said in a phone interview Tuesday.</p><p>Then he heard this roar.</p><p>“I thought it was like thunder in the distance, but it wasn’t going away. And I said, that’s not thunder, and I unzipped the tent and got out and saw the huge wall of water,” Sumaruk said. “We just left everything.”</p><p>The Tulsa, Oklahoma, resident has hiked plenty of mountain peaks over the years, but this was his first time in the Grand Canyon. It was gorgeous, he said, lamenting that he wasn't able to see more of the natural wonder.</p><p>Sumaruk used an emergency phone at an unstaffed ranger station to contact park authorities, telling them he and about a dozen others were stranded. A park ranger traveling on foot eventually reached the group, and they waited until Sunday to be airlifted to the South Rim, where the Red Cross was waiting and counselors were on hand to help.</p><p>Harrell shared Sumaruk's appreciation for the park staff, particularly the rangers down in the canyon. He credited them with moving dozens of people at Phantom Ranch to safer areas before water took out the bridges.</p><p>“They mitigated the opportunity for there to have been more serious loss of life or injuries,” Harrell said.</p><p>The trail turned into a river</p><p>Tom Monroe and two friends set out early Saturday from the North Rim. Knowing it was monsoon season, and after seeing light rain the day before, they tried to keep an eye on the weather — though scant cellphone reception made that difficult.</p><p>Monroe said they decided to proceed after one hiker they met told them the forecast looked mild. Another who had just climbed the trail reported the way was clear.</p><p>They were aiming for Cottonwood Campground. In the first mile, it started sprinkling.</p><p>“Then it started just opening up, holy hell raining on us,” said Monroe, 59, of Flagstaff, Arizona, who runs a business making custom food-storage bags for campers.</p><p>The trio kept going, figuring it would let up. The downpour continued, mixed with thunder and lightning. Runoff started funneling down the trail. It looked almost like a river, Monroe said.</p><p>One friend took shelter in a small alcove in the canyon wall. Monroe huddled under an overhang that protected him — not just from the water but also from sand, mud and rocks falling with it.</p><p>“On either side you could see rocks the size of footballs or beach balls coming down the cliffs from the top,” he said.</p><p>The friend who was farther ahead had to scramble up a steep slope, where he grabbed tree roots to keep from getting swept away.</p><p>The 20-minute downpour seemed to last forever, Monroe said.</p><p>“None of us can really stop thinking about it,” Monroe said in a phone interview Wednesday, safely back home in Flagstaff.</p><p>Flooding doesn't dampen hikers' outdoor plans</p><p>Monroe and his friends already were planning to head outdoors again this weekend, just staying a little closer to home and doing some car camping.</p><p>And Sumaruk is thinking about a return trip to the Grand Canyon whenever hikers are allowed again. He will be watching and waiting as the National Park Service begins the arduous process of rebuilding a key water-supply line that was severely damaged, fixing the miles of trail that were washed out and replacing the footbridges.</p><p>He said he understands “weather happens” and it will take time for the canyon to recover. Years of research went into his first trip along with months of planning and training, and he is not giving up.</p><p>“I'm definitely going to give it another shot,” he said.</p><p>___</p><p>Associated Press writers Russ Bynum in Savannah, Georgia, and Jamie Stengle in Dallas, contributed to this report. Montoya Bryan reported from Albuquerque, New Mexico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HMEWWL6OQOPRRM3UARXJ3N4IHI.jpg?auth=0157f521262df30a8a0c0297ec17e8e262390feec877106e16e9944aabaaf01f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bright Angel Canyon, damaged by flash floods, runs into the Colorado River in the Grand Canyon, Monday, Aug. 31, 2026, at Grand Canyon National Park, Ariz. (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/P7WVDWEH25IISHJVWTY2PFCZJQ.jpg?auth=177b78e79d77e40a98e09876f45e4eed2b1723062b15a1a5fa5a3a0497b70fb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buildings are seen in a flood damaged Bright Angel Canyon the Grand Canyon, Monday, Aug. 31, 2026, in Grand Canyon National Park, Ariz. (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/G7WDTR3ON37YJBT6GG35QKZFEQ.jpg?auth=7278098f99dc9e1b683cd88524cfb916ae6536ab8e851099706727b5991c4105&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand at the rim of the Grand Canyon as rain moves into the canyon, Monday, Aug. 31, 2026, in Grand Canyon National Park, Ariz. (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/PBFVX6VG6YTCBKZOOLRHPKT5SU.jpg?auth=1e9294eb88f56b76377774e02656fbb6cbd96e77859c60cdcf0d2704f703fe6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Where flash flooding swept through the Grand Canyon and the rainfall outlook for the area over the next three days. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[A Lebanese man held prisoner in Israel is released and handed over to Lebanon]]></title><link>https://www.local10.com/news/world/2026/09/03/a-lebanese-man-held-prisoner-in-israel-is-released-and-handed-over-to-lebanon/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/a-lebanese-man-held-prisoner-in-israel-is-released-and-handed-over-to-lebanon/</guid><dc:creator><![CDATA[By ABBY SEWELL, KAREEM CHEHAYEB and KORAL SAEED, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — A Lebanese man who had been held prisoner in Israel was released Thursday, the first such handover since the outbreak of the latest Israel-Hezbollah war six months ago, the International Committee of the Red Cross and Lebanese officials said.]]></description><pubDate>Thu, 03 Sep 2026 16:27:28 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — A Lebanese man who had been held prisoner in Israel was released Thursday, the first such handover since the outbreak of the latest Israel-Hezbollah war six months ago, the International Committee of the Red Cross and Lebanese officials said.</p><p>The office of Israeli Prime Minister Benjamin Netanyahu said in a statement that Israel had agreed to release five Lebanese civilians detained by Israeli forces in southern Lebanon after Lebanon provided assistance in searching for the bodies of Lebanese Jewish leaders who were “abducted and murdered by terrorist organizations” in the 1980s, during Lebanon’s civil war.</p><p>The first released prisoner, identified as Malek Ghazi, was handed over to the Lebanese army via the Red Cross, a Lebanese security official said. A second official said they were anticipating the release of the other four prisoners Friday. They spoke on condition of anonymity because they were not authorized to comment publicly.</p><p>Ghazi was handed over to the ICRC at the border crossing in the coastal town of Naqoura on Lebanon's southern frontier and was then transferred to a Lebanese army intelligence office in the city of Tyre, Lebanon’s state-run National News Agency reported.</p><p>Netanyahu's statement said the five Lebanese captives after interrogation were found not to be “members of a terrorist organization” or “involved in terrorism.”</p><p>Prisoner release after US mediation</p><p>Lebanese Prime Minister Nawaf Salam thanked the U.S. and its ambassador to Lebanon, Michel Issa, for assisting in the release.</p><p>“We will continue working until all our prisoners are released, the fate of the missing is revealed, and a complete Israeli withdrawal from Lebanese territory is achieved,” he said in a statement.</p><p>In Washington, the U.S. State Department said the releases were the “result of U.S.-led mediation between two legitimate governments” and were finalized during Issa’s recent trip to Israel.</p><p>“We commend the Government of Israel and the Government of Lebanon for demonstrating good faith through these initial steps, and hope this will serve as the basis for expanded discussions on other civilian issues," it said.</p><p>Dozens of Lebanese prisoners are believed to be held in Israeli detention centers, including civilians as well as Hezbollah militants captured during fighting in southern Lebanon.</p><p>The circumstances of Ghazi’s capture were not immediately clear, but one of the Lebanese officials said he was a civilian.</p><p>On the same day as the prisoner release was announced, Israeli forces took more Lebanese citizens captive.</p><p>Lebanese state media reported that Israeli forces had entered the town of Halta in southern Lebanon earlier Thursday and seized three men “after the force surrounded several houses and prevented residents from leaving.” The Israeli military did not immediately respond to a request for comment.</p><p>A step forward for Lebanon-Israel negotiations</p><p>The prisoner release came as talks between Lebanese and Israeli officials had appeared to reach an impasse. Lebanon and Israel in June signed a U.S.-mediated framework deal under which Israeli forces were to withdraw from areas they are occupying in southern Lebanon in exchange for disarmament of the Iran-backed Lebanese militant group Hezbollah, but little progress has been made in implementation on the ground.</p><p>Another round of talks is expected to take place in Rome later this month.</p><p>“However difficult the negotiation process may seem, we will continue to mobilize all necessary efforts to safeguard Lebanon’s rights and the interests of the Lebanese people,” Salam's statement said.</p><p>An official involved in the negotiations said Lebanon had not made its participation in the next round of talks conditional on the prisoner release, but that the release of captives was an “integral part of the implementation” of the Lebanon-Israel agreement.</p><p>The Lebanese “are actively searching for the bodies of the Lebanese Jewish leaders,” including in Jewish cemeteries, said the official, who spoke on condition of anonymity because they were not authorized to comment publicly.</p><p>Lebanon once had a thriving Jewish community. As many as 15,000 to 22,000 Jews lived in Lebanon in the mid-1960s, but the various Arab-Israeli wars and Lebanon’s own 1975-90 civil war caused waves of emigration and today, almost none are left in the country.</p><p>Hezbollah weapons, Israeli withdrawal, remain issues</p><p>While the release of the prisoners marks a step forward in the negotiations, other issues remain difficult to resolve.</p><p>Hezbollah is not a party to the Lebanon-Israel talks and has said it will not give up its weapons in any area north of southern Lebanon's Litani river. Israeli officials, meanwhile, have said they will not withdraw unless Hezbollah is disarmed throughout the country.</p><p>The Lebanese state has been reluctant to attempt to forcibly disarm the militant group, which is also a political party and social services provider with a large popular base in the country's Shiite Muslim community.</p><p>Lebanon fought a brutal civil war from 1975 to 1990, and many fear that any clash between the Lebanese army and Hezbollah could spiral into another devastating civil conflict.</p><p>Hezbollah and Israel have fought a series of wars since the militant group was founded with Iranian support in the 1980s to combat Israel's occupation of southern Lebanon at the time. Their latest war began on March 2, when Hezbollah fired missiles over the border, two days after the U.S. and Iran attacked Iran.</p><p>___</p><p>Saeed reported from Herzliya, Israel. Associated Press staff writer Matthew Lee in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PLLNZEYQZAL4XXIFR6NUOYCAWM.jpg?auth=ada7a3419fc27c96249f01a1ad7c0ea0b6f10db219bae1c40b8fdb240b915467&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises as Israeli forces demolish homes in Mansouri village, southern Lebanon, Thursday, Sept. 3, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQG2ZN4URQARANWDCGKLSQD6LY.jpg?auth=de24f570c26501a8efbeea214bffbcb34cba5b709c968629214b0042e6ba994d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli tank takes a position in Zawtar al-Sharqiyah, southern Lebanon, Sunday, Aug. 23, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZK7ISFD37H335R6WMTNSJW6L4.jpg?auth=7c31a64a6f99b66d5639ff64a6303f23f1036c58772cdb431c0c158b800c57c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke and flames rise as Israeli forces demolish homes in Zawtar al-Sharqiyah, southern Lebanon, Sunday, Aug. 23, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Japanese scientist Shirakawa, co-winner of 2000 Nobel Prize in chemistry, dies at 90]]></title><link>https://www.local10.com/tech/2026/09/03/japanese-scientist-shirakawa-co-winner-of-2000-nobel-prize-in-chemistry-dies-at-90/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/03/japanese-scientist-shirakawa-co-winner-of-2000-nobel-prize-in-chemistry-dies-at-90/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Japanese scientist Hideki Shirakawa, co-winner of the 2000 Nobel Prize in chemistry for discovering and developing conductive polymers, has died. He was 90.]]></description><pubDate>Thu, 03 Sep 2026 11:51:29 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Japanese scientist Hideki Shirakawa, co-winner of the 2000 Nobel Prize in chemistry for discovering and developing conductive polymers, has died. He was 90.</p><p>The discovery by Shirakawa and two fellow American scientists, Alan Heeger and Alan MacDiarmid, demonstrated that plastic could conduct electricity like metal and be used in applications such as electronics.</p><p>Shirakawa died on Aug. 24, according to the University of Tsukuba, where he taught and researched after joining in 1979. The university did not specify a cause of death. Japan's largest newspaper, the Yomiuri, said Shirakawa died at a hospital in Yokohama, west of Tokyo.</p><p>Born in Tokyo in 1936, Shirakawa earned a doctoral degree in engineering at the Tokyo Institute of Technology in 1966. Ten years later, he became a researcher at the University of Pennsylvania, where he worked with McDiarmid and Heeger.</p><p>The three scientists' findings that defied common sense that plastics are not conductive paved the way for the development of inexpensive conductive materials that are lighter and more flexible than metals and used in solar cells and mobile phone screens.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LOCA6GSITOQRDDCPVIOYALAKUU.jpg?auth=f64fe795658dc45499b2cb06bf12bebc7eda12a52723464ff87799614e4d7304&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Japanese Nobel Prize winner, chemist Hideki Shirakawa, speaks with Swedish Embassy Minister Karl Leifland at his home in Yokohama, south of Tokyo, on Oct. 11, 2000. (AP Photo/Tsugufumi Matsumoto, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tsugufumi Matsumoto</media:credit></media:content></item><item><title><![CDATA[Miramar moves ahead with Pembroke Road expansion]]></title><link>https://www.local10.com/news/local/2026/09/02/miramar-leaders-weigh-plan-to-extend-pembroke-road-to-us-27/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/02/miramar-leaders-weigh-plan-to-extend-pembroke-road-to-us-27/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A large stretch of undeveloped land in Miramar is getting a major makeover in the form of a new paved road connecting U.S. 27 with Pembroke Road.]]></description><pubDate>Wed, 02 Sep 2026 22:08:28 +0000</pubDate><content:encoded><![CDATA[<p>A large stretch of undeveloped land in Miramar is getting a major makeover in the form of a new paved road connecting U.S. 27 with Pembroke Road.</p><p>Miramar city commissioners discussed the Pembroke Road Expansion Project Wednesday night during the regular city commission meeting.</p><p>The meeting included a necessary step to approve a construction agreement with the Florida Department of Transportation, which owns the right of way along U.S. 27.</p><p>The assistant city manager said plans are anticipated in the first quarter of 2027.</p><p>Pembroke Road stretches for miles from U.S. 1 on the east side of Broward County until it dead-ends along a field a couple of miles short of the Everglades.</p><p>The plan calls for widening Pembroke Road into a four-lane divided road. It also includes extending Miramar Parkway to the south, shifting it to a two-lane undivided street from Southwest 192nd Terrace to Pembroke Road.</p><p>The project was approved unanimously.</p><p>Construction could cause some temporary traffic headaches, but the project could also cut travel time by as much as a third for people traveling along Pembroke Road to and from busy U.S. 27.</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[EPA proposal could leave the public in the dark on data center plans]]></title><link>https://www.local10.com/business/2026/09/03/epa-proposal-could-leave-the-public-in-the-dark-on-data-center-plans/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/epa-proposal-could-leave-the-public-in-the-dark-on-data-center-plans/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A plan by the Environmental Protection Agency could make it harder for the public to learn about and comment on proposed AI data centers that have sparked backlash in communities across the United States and transformed the midterm election landscape.]]></description><pubDate>Thu, 03 Sep 2026 17:37:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A plan by the Environmental Protection Agency could make it harder for the public to learn about and comment on proposed AI data centers that have sparked backlash in communities across the United States and transformed the midterm election landscape.</p><p>The EPA proposal would eliminate a federal requirement that states notify the public and seek comment before issuing air pollution permits for data centers and other industrial facilities. States could still offer opportunities for public comment, but the EPA would no longer mandate them as a condition for states to grant permits.</p><p>Critics say the move could thwart local residents from learning about proposed data centers or making their voices heard before projects are approved and construction begins. The move comes during a widespread backlash as tech giants build hundreds of massive server warehouses to fuel artificial intelligence and cloud computing.</p><p>“By eliminating the long-standing federal requirement for public notice, this proposal continues efforts by the Trump administration to turn its back on the fundamental EPA principle of transparency,” said Mike Koerber, a former deputy director of EPA’s air quality office.</p><p>If made final, the plan could create “an unlevel playing field where citizens in one state are kept completely in the dark about new data centers and heavy industrial emissions in their backyards, while neighboring states maintain oversight,” he said.</p><p>Under the EPA plan, states with weak or no requirements for public comment could speed permits for data centers, power plants and other pollution sources without consulting the public or even informing communities where the facilities are located, Koerber and other critics said.</p><p>Communities deserve a chance to weigh in, advocates say</p><p>“Data centers and other industrial sources should not be able to get their air pollution permits in secret,” said Keri Powell, senior attorney for the Southern Environmental Law Center, an advocacy organization that leads a coalition of nearly 200 environmental, health and community groups that filed comments with the EPA opposing the plan. “Communities deserve a chance to weigh in" before potentially harmful projects are approved.</p><p>An EPA spokesperson called that a false narrative.</p><p>“In our proposal we are saying that states get to pick how they want their permitting process to go for minor sources” of air pollution, spokesperson Carolyn Holran said.</p><p>The EPA proposal does not specifically identify data centers, she said, noting that the plan also would apply to laundromats, car repair shops and even landfills and steel mills that are considered “minor” pollution sources under the federal Clean Air Act.</p><p>The proposal does not demand that states make particular changes to their programs, nor does it alter federal emission standards or weaken environmental protections, Holran said. “Rather, the proposal simply aligns the national program with the Clean Air Act language to ensure that states are in the lead regarding their programs."</p><p>EPA Administrator Lee Zeldin, who has made U.S. leadership in AI a top agency priority, said in a statement that the plan is aimed at “cutting unnecessary and burdensome red tape, unleashing American energy and advancing cooperative federalism” with states. The EPA is expected to make the rule final next year.</p><p>President Donald Trump continues to stick up for data centers, even as politicians from both parties criticize them and many communities try to block them. Trump said on social media this week that U.S. communities that don’t have data centers will “end up being backwards and poor.”</p><p>Trump says data centers are crucial in the AI race against China</p><p>Trump has acknowledged that data centers need “a little public relations help” and has pushed tech companies to generate their own electricity to shield consumers from higher utility bills. The Republican president calls data centers critical to winning the AI race against China.</p><p>Environmental groups and other critics say the EPA proposal ignores the reality that many states, particularly in the South and Midwest, don't require public notice or hearings beyond those set by federal agencies. The federal plan would leave many communities in the dark before data centers show up in their backyards, they said.</p><p>“It’s beyond cruel for Trump’s EPA to silence front-line communities who bear the brunt of unhealthy air,” said Brandon Jones-Cobb, a senior attorney at the Center for Biological Diversity, another environmental group.</p><p>The EPA “has already turned its back on science, cut enforcement against industrial polluters and eliminated life-saving air pollution measures," he said. “Now it wants to shut the public out of decisions to build or expand facilities that expose communities to dangerous air pollution, including data centers.”</p><p>Powell, whose organization focuses on six Southern states from Virginia to Alabama, said many states “only do what is required by federal law” when it comes to public notice of land-use projects and other environmental concerns.</p><p>"We rely on a minimum federal requirement to ensure we have environmental protections and a voice,'' she said in an interview, calling regulation of data centers a crucial issue in a region where the energy-hungry behemoths are proliferating. Virginia and Georgia are both among states with the highest concentration of current and proposed data centers.</p><p>Americans worry data centers could cause pollution, job losses</p><p>About 4 in 10 U.S. adults say they are “extremely” or “very” concerned about the environmental impacts of AI, according to a poll last year from The Associated Press-NORC Center for Public Affairs Research and the Energy Policy Institute at the University of Chicago. Americans are more likely to think that over the next decade, artificial intelligence will do more to hurt than help the environment, the economy and society as a whole, the poll found.</p><p>Besides powering AI and cloud computing, data centers are often sources of nitrogen oxide, which helps form ozone, as well as carbon monoxide and other air pollutants. Local communities also have expressed concerns about excessive water use and noise from data centers.</p><p>Many Americans worry that AI could increase economic disparities and cause widespread job losses.</p><p>Data center advocates stress that local taxes paid by the centers can help fund public schools, reducing the financial burden on homeowners.</p><p>Jane Williams, executive director of California Communities Against Toxics, said even if data centers ultimately are approved, "every community should be able to participate robustly in governmental decisions that can pollute our air.''</p><p>Rolling back the EPA rule “pulls a dark cloud, filled with soot and toxic chemicals, over communities’ right to know what polluting facilities are planned in their community,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YXVXEFMV4YQV7GNZH5DI7IPFIM.jpg?auth=f51a562882c894345aaa028052d821c3f74e8a4d94b7d4627b34dd4644c01564&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters hold signs in opposition of the Project Jupiter data center during a demonstration outside a state office in Santa Fe, N.M., Friday, Aug. 21, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CF4AXG2XX4GNU5I7YCTDRRMZF4.jpg?auth=5f9144b5330b2239707a3bb3b7d3af6718d0e9f68366cbea13929cd4fbd39a32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cars drive past data centers, July 16, 2023, in Ashburn, Va. (AP Photo/Ted Shaffrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted Shaffrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2UQLGTRH6WN2CESQRCMEB3P6DY.jpg?auth=c2f277d42ed794e1a841888cda12236724063320a409391fc23f4d3c0bd1acd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jacob Weinreich and his mother Sharon Metcalf protest the Project Jupiter data center during a demonstration in Santa Fe, N.M., Friday, Aug. 21, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNTDL5RTPMTTVQVXNML3GRWIEU.jpg?auth=540d0af105b6dad3bb2f4b1df1e1e0082ebe44b2a18db1e0a5b5af97ce34bd0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump, left, speaks during an event with Environmental Protection Agency director Lee Zeldin in the Roosevelt Room of the White House, Feb. 12, 2026, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YISMXQPQAZ6ILRY52NWQXZYH7U.jpg?auth=ab34e11297e87e85ab1b1b0cc03d09a7d0e3f56ce0c2d2df21256bdbcce949be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charolette Baierl, the Ohio River Valley regional organizer for Climate Reality Project, left, and Sally Simpson, a Ford City organizer, protest a planned data center near the Rachel Carson Riverfront Park in Cheswick, Pa., on June 13, 2026. (Stephanie Strasburg/Pittsburgh's Public Source via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Strasburg</media:credit></media:content></item><item><title><![CDATA[Messi to get mid-game tribute by soccer teams across Argentina after international retirement]]></title><link>https://www.local10.com/sports/2026/09/03/messi-to-get-mid-game-tribute-by-soccer-teams-across-argentina-after-international-retirement/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/messi-to-get-mid-game-tribute-by-soccer-teams-across-argentina-after-international-retirement/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — Soccer teams across Argentina will pay tribute to Lionel Messi with a mid-game minute of applause during their next match following his decision to retire from international duty.]]></description><pubDate>Thu, 03 Sep 2026 10:54:41 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — Soccer teams across Argentina will pay tribute to Lionel Messi with a mid-game minute of applause during their next match following his decision to retire from international duty.</p><p>Referees will pause play at the 10-minute mark of every match in the upcoming round of the Clausura tournament, as well as in other men's and women's leagues in Argentina, in appreciation of Messi’s career with the national team, the Argentine Football Association said late Wednesday.</p><p>The 39-year-old Messi, who wore the No. 10 jersey for Argentina, announced on Monday he will no longer play for the national team after 21 years of service. He led Argentina to the World Cup title in 2022 as well as two other World Cup finals, and made 207 appearances and scored 125 goals — both national records.</p><p>Messi, who is idolized in Argentina, has never played professionally in his home country. He moved to Barcelona at the age of 13 to began a once-in-a-generation career and is regarded by many as the greatest player of all time.</p><p>Messi is continuing to play at club level with Inter Miami in Major League Soccer.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGG3IK7CO2C23T3KDLQDVWEOWI.jpg?auth=633a6192add7a7f2a073f7715ec106df6dd86b55ddb36fbf30dbda77165f34ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past by a mural of Argentina soccer player Lionel Messi in Buenos Aires, Argentina, Monday, Aug. 31, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QTGHDEFLHIELRI2JDU5ZZHMTM.jpg?auth=c31b552538cbfbd0663cd0d2a67376614802cb7b2aa71c8c83092f5e5fcd832b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People sing happy birthday to Lionel Messi at a street mural of him in Buenos Aires, Argentina, June 24, 2026. (AP Photo/Rodrigo Abd, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUMKBBT6RO7GW6THMYU7U3MHGQ.jpg?auth=5030b1f2b43e5123b014b83f3b0020a493f1d58aca2ae4a721bc30a4d15015e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Argentina's Lionel Messi cries at the end of the World Cup final soccer match with Spain in East Rutherford, N.J., near New York, July 19, 2026. (AP Photo/Stephanie Scarbrough, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Argelinos luchan contra incendios letales mientras presidente pide pena de muerte para los pirómanos]]></title><link>https://www.local10.com/espanol/2026/09/03/argelinos-luchan-contra-incendios-letales-mientras-presidente-pide-pena-de-muerte-para-los-piromanos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/03/argelinos-luchan-contra-incendios-letales-mientras-presidente-pide-pena-de-muerte-para-los-piromanos/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[ARGEL, Argelia (AP) — Los bomberos luchaban contra una ola sin precedentes de letales y devastadores incendios forestales en Argelia que ha llevado al presidente a pedir que se restablezca la pena de muerte para los incendiarios.]]></description><pubDate>Thu, 03 Sep 2026 10:49:54 +0000</pubDate><content:encoded><![CDATA[<p>ARGEL, Argelia (AP) — Los bomberos luchaban contra una ola sin precedentes de letales y devastadores incendios forestales en Argelia que ha llevado al presidente a pedir que se restablezca la pena de muerte para los incendiarios.</p><p>Los incendios se han extendido por varias provincias, creando un vasto frente que se extiende desde el centro hasta el extremo oriental de la nación norteafricana. Efectivos de Protección Civil, apoyados por escuadrones del ejército, seguían combatiendo rebrotes en las provincias de Sétif y Guelma esta semana, donde se han quemado grandes extensiones de bosque.</p><p>En Jijel, una provincia a 200 kilómetros (125 millas) al este de Argel conocida por sus playas de arena fina, aguas turquesas y colinas de olivos y árboles frutales y cedros, ha sufrido los mayores daños.</p><p>No quedaba nada de los 1.200 kilómetros cuadrados (460 millas cuadradas) de bosques, solo cenizas humeantes y tocones carbonizados. La cifra oficial de muertos en Jijel era de 12, según uno de los primeros comunicados del Ministerio del Interior al inicio de la crisis a finales de agosto.</p><p>Pero la situación es mucho más trágica: en redes sociales circulan videos que muestran decenas de ataúdes alineados junto a fosas comunes, a la espera de ser enterrados antes de que los cuerpos se descompongan por el calor.</p><p>“He trabajado en Protección Civil durante 40 años. Hemos enfrentado incendios, pero es la primera vez que nos enfrentamos a una catástrofe humana, ambiental y material de esta magnitud. Hay cientos de muertos”, declaró el teniente Djabri Said a The Associated Press.</p><p>Cifra de muertos podría superar los reportes oficiales</p><p>Abdelwahab Boukrouh, periodista de la Dirección de Comunicación de la Presidencia, anunció en su página de Facebook que su familia, que vive en Ouled Riyah, un pueblo de montaña, perdió a 12 miembros durante la noche del 22 al 23 de agosto, y hay otros tres desaparecidos, incluyendo mujeres, menores y personas mayores que se vieron sorprendidas por las llamas en sus modestas viviendas.</p><p>Miles de cabezas de ganado, entre vacas, ovejas, cabras, mulas y burros, no pudieron escapar. Sus cadáveres calcinados cubren los empinados caminos que conducen a las aldeas, mientras que las viviendas han quedado reducidas a poco más que montones de cenizas humeantes.</p><p>Los medios privados y públicos —todos ellos bajo control estatal— se han ceñido a la cifra de 12 fallecidos en sus informaciones, al tiempo que han destacado la presencia de ministros sobre el terreno y los esfuerzos de las instituciones estatales para ayudar a las víctimas.</p><p>Ante la catástrofe, el presidente, Abdelmadjid Tebboune, interrumpió sus vacaciones para visitar personalmente los hospitales especializados de Argel donde se atendía a las víctimas con quemaduras graves. Declaró tres días de luto y convocó una reunión especial del Consejo de Ministros para declarar la región de Jijel “zona de desastre” y asignar recursos para afrontar la crisis.</p><p>Una ola espontánea de solidaridad nacional ha derivado en interminables convoyes de camiones cargados con alimentos, medicamentos, paquetes de agua y ropa que se dirigen a las aldeas arrasadas por el fuego. Tebboune anunció indemnizaciones para las familias afectadas, y el Estado se comprometió a reconstruir sus viviendas.</p><p>Las autoridades han priorizado la rehabilitación de las escuelas para garantizar que los alumnos puedan regresar al inicio del curso escolar, previsto para el 21 de septiembre.</p><p>Llamado a restablecer la pena capital deja reacciones encontradas</p><p>Tebboune ha rechazado lo que calificó de “teorías conspirativas” sobre los incendios y, en su lugar, apuntó a explicaciones relacionadas con el clima. Citó a otros países mediterráneos azotados por el fuego este verano, como Francia, Portugal, España e Italia. Los científicos advierten que el cambio climático está agravando la frecuencia e intensidad del calor y la sequía.</p><p>Pero Tebboune también hizo referencia a “manos criminales” y anunció que hay investigaciones en curso.</p><p>Afirmó que los responsables de los incendios “serán condenados a muerte”, al tiempo que anunció el levantamiento de la moratoria sobre la pena capital, vigente desde 1993. En ese año se produjeron las últimas ejecuciones en el país: tres insurgentes islamistas condenados por un sangriento ataque en el Aeropuerto Internacional de Argel.</p><p>Los partidos que respaldan la presidencia de Tebboune, así como las formaciones islamistas, han apoyado su postura. Pero los vinculados al movimiento democrático de Argelia y algunas organizaciones de derechos humanos se han opuesto con firmeza al regreso de la pena de muerte, calificándolo como “un retroceso de Argelia hacia la barbarie” y como un intento de quienes están en el poder de eludir la responsabilidad por el fracaso de su gestión.</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/2YYCP3ZFTNPY37UZMLO5AOWTDY.jpg?auth=3e7e292e093ef92deb872b485157b39422d3e44770197411169e46d5f514fe78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un incendio arrasa un bosque en Jijel, Argelia, el 27 de agosto de 2026. (AP Foto)]]></media:description></media:content></item><item><title><![CDATA[Federal judge considers whether to extend ban against US Postal Service mail voting changes]]></title><link>https://www.local10.com/news/politics/2026/09/03/federal-judge-considers-whether-to-extend-ban-against-us-postal-service-mail-voting-changes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/federal-judge-considers-whether-to-extend-ban-against-us-postal-service-mail-voting-changes/</guid><dc:creator><![CDATA[By MICHAEL CASEY and NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — A Justice Department lawyer representing the U.S. Postal Service on Thursday could not tell a federal judge whether a new system to regulate mail ballots at President Donald Trump's direction was operational, one day before ballots begin going out for the midterm elections.]]></description><pubDate>Thu, 03 Sep 2026 16:40:32 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — A Justice Department lawyer representing the U.S. Postal Service on Thursday could not tell a federal judge whether a new system to regulate mail ballots at President Donald Trump's direction was operational, one day before ballots begin going out for the midterm elections.</p><p>U.S. District Court Judge Indira Talwani repeatedly questioned attorney Michael Velchik about whether the Postal Service could actually implement Trump's plan from an executive order he issued last spring. The key piece is an online portal that would track tens of millions of mail ballots. States would be required to upload their list of mail voters to the portal to have ballots delivered, and if the data there didn't match what was on the envelopes, the ballots would not be sent.</p><p>“I don’t even have a declaration from the Postal Service: ‘This is how it will work.’ I don’t have it. I have nothing,” Talwani said, adding later that it felt like the government was running an “experiment” to see if the system would work in the upcoming election.</p><p>“As you sit here today, you can’t tell me the government has a program ready to go?” Talwani asked.</p><p>Velchik repeated that the Postal Service would “fully implement the rule” that it published last month, triggering the latest round of litigation. He argued the main issue is whether Talwani has the legal power to stop it.</p><p>“The $64,000 question is, is this authorized by the statute?” Velchik said.</p><p>Talwani is considering whether to extend her temporary order barring the Postal Service from requiring use of the system through Sept. 10. The first state to send out all its mail ballots, North Carolina, is scheduled to begin shipping them out Friday, with other states quickly following.</p><p>That tight time frame led Velchik to warn that the administration would shortly go to the Supreme Court to get permission to resume implementing the plan.</p><p>Talwani has been here before. In June, she prohibited the administration from implementing Trump's executive order for the November election, ruling the changes came too close to voting for the federal government to embark on such a project.</p><p>But the Supreme Court late last month ruled that Talwani's order was premature because the Postal Service had not yet published regulations governing how it would apply Trump's order. The agency did so just before the high court ruling came down, prompting Democrats and voting rights groups to swiftly re-file their lawsuits.</p><p>They counter that the president has no authority to set election rules, which is a power designated by the Constitution to the states and, in some cases, to Congress.</p><p>They won an initial victory with Talwani's 14-day restraining order, which the administration has already appealed.</p><p>Trump has long opposed mail voting and falsely blamed it for his 2020 election loss to Democrat Joe Biden, even though he often uses that method to cast his own ballot.</p><p>Election officials say there's simply no way they can comply with the Postal Service directives, which could require a complete overhaul of their operations. Before it delivers mail ballots for any state, the Postal Service would have to approve the design of the envelopes that contain them and have the state upload a list of voters receiving them to an online portal.</p><p>Some ballots have already gone out. A few municipalities in Wisconsin opted to send mail ballots to voters earlier this week, but Friday marks the full kickoff of voting as North Carolina starts shipping its mail ballots to all voters who requested them.</p><p>The administration has contended the changes are relatively minor and legal. But the portal was still not active this week, and most election offices have already printed their envelopes and ballots.</p><p>Velchik told the judge that the federal government is offering states the choice to opt into the system, but the Postal Service has yet to identify a single state that has done so. None of the 12 states that intervened in the lawsuit to argue the Trump administration has the right to require the program have announced that they have voluntarily opted into it.</p><p>Talwani scolded Missouri Solicitor General Lou Capozzi for arguing on behalf of the project.</p><p>“You want the voters in your states to be disenfranchised,” Talwani said. “I don't understand the interest.”</p><p>Capozzi said that was misinformation: “There is no risk that people would be disenfranchised,” he said.</p><p>A whistleblower report made public this week warns that the postal system's requirements could lead to millions of mail ballots never being sent. The new rule requires all ballots to be physically brought to post offices before being mailed to voters. But if a single one's bar code registers an error, the whole batch gets thrown out, even if it contains tens of thousands of legitimate ballots.</p><p>___</p><p>Riccardi reported from Denver.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z3R7TQCSLAWTFRWPEXZO4PO5A4.jpg?auth=84ae1b55a56a7fdf05b6d886ee806bb8aad0e7824dfb8f8536775335dc04fefb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Delivery vans are parked 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, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FG3HTY5AVQKY2KJ5RP4LKPXEEI.jpg?auth=c066a0d5163d7544a559f34030101f6b66d9a2a7ed92e20bf3d504a5b89da20b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Election workers sort vote-by-mail ballots at the Miami-Dade County Supervisor of Elections Office for the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KDYBDXLQGPURVKD5J44QR2S77Q.jpg?auth=5b9739dd3301fd5e2b781c030219d6174fea241ae1fc6420b43b1adf1e3be319&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An election worker places a vote-by-mail ballot into a secure bin at the Miami-Dade County Supervisor of Elections Office during the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Gloria Steinem, a potent voice of US feminism and co-founder of Ms. Magazine, dies at 92]]></title><link>https://www.local10.com/entertainment/2026/09/03/gloria-steinem-a-potent-voice-of-us-feminism-and-co-founder-of-ms-magazine-dies-at-92/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/gloria-steinem-a-potent-voice-of-us-feminism-and-co-founder-of-ms-magazine-dies-at-92/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Gloria Steinem, the celebrated author and activist who became the most visible symbol of the U.S. women’s movement and remained a fierce and eloquent advocate for equality for six decades, has died. She was 92.]]></description><pubDate>Thu, 03 Sep 2026 17:16:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Gloria Steinem, the celebrated author and activist who became the most visible symbol of the U.S. women’s movement and remained a fierce and eloquent advocate for equality for six decades, has died. She was 92.</p><p>With her trademark streaked hair parted down the middle and large aviator glasses, Steinem, a co-founder of Ms. Magazine, was a hugely recognizable presence wherever she went. And she went everywhere: Much of her life as an advocate was spent on the road, speaking at college campuses and community centers, at rallies and marches.</p><p>“You can’t do it on the phone or on the web,” she told The Associated Press in a 2015 interview. “You have to be there with all five senses. It should be obvious that people can’t empathize with each other unless we’re in the same room.”</p><p>Steinem, who had been in declining health, died Wednesday at her home in New York City, according to a post on her social media page. She had recently completed a memoir, to be released this fall.</p><p>“Gloria’s greatest gift was her ability to listen to others, to make others feel seen and heard,” the post said. “Her words, actions, and example gave people permission to be their truest selves.”</p><p>Though Steinem had recently become more frail physically, her wit and humor remained totally intact. Her friend and fellow activist, Abigail Disney, said she'd visited Steinem’s Manhattan home a bit over a week ago, as those close to her gathered by her side. “She was just as funny and just as sharp as I have ever known her,” Disney said. And, she said, generous.</p><p>“Everything Gloria did was rooted in kindness,” Disney said. “It flowed through her political activism.”</p><p>Steinem changed her career path after a start as a journalist</p><p>Steinem began her career as a journalist, notably reporting in 1963 on degrading conditions in Hugh Hefner’s Playboy empire — an undercover assignment she came to later regret. She credits a meeting six years later, where women spoke out in favor of abortion rights, with changing her career path.</p><p>“That speak-out was the beginning of activism for me,” Steinem, who had undergone a secret illegal abortion herself at age 22, told the AP in an email in 2022, reflecting on the reversal of Roe v. Wade. “Either our control over our own bodies is equal, regardless of sex or race, or we’re not living in a democracy.”</p><p>Those who watched Steinem denounce discrimination for so many years likely never suspected that she’d had to overcome a deep fear of public speaking. She would have simply stuck to writing, she said, if only editors at the time had been willing to let her write about the women’s movement.</p><p>But they weren’t interested, she told the AP in 2015. “So I ended up going out and speaking, which was my nightmare,” she said. “I mean, I was terrified. But I’m grateful, even though I still get scared even now.”</p><p>Steinem's visibility endured throughout her life</p><p>Time hardly slowed Steinem down; through her 80s, she was traveling the globe and speaking out on issues of importance to her. These included everything from genital mutilation to Korean reconciliation, but it was equality for women that took precedence. “Being a feminist means that you see the world as whole instead of half,” she once said. “It shouldn’t need a name, and one day it won’t.”</p><p>As the years went on, Steinem’s visibility endured. A few days after her 85th birthday, she was leading a women’s “talking circle” at an off-Broadway play celebrating her life, where one by one, women in the audience — many fighting tears — rose to thank her and tell their own stories of discrimination. In 2020, her life was the subject of a feature film, “The Glorias, A Life on The Road.”</p><p>And at 91, she collaborated on a picture book with Liberian peace activist and Nobel laureate Leymah Gbowee aimed at inspiring young people to change the world. “Rise, Girl, Rise: Our Sister-Friend Journey. Together for All” was published in February.</p><p>The constant visibility came with a price; even into her older years, Steinem expressed frustration that despite her accomplishments, she was often described as beautiful or glamorous. A 1992 Vanity Fair profile even noted her “spectacular racehorse legs.”</p><p>“Nobody ever called me beautiful until I was publicly a feminist, and that was in my mid-30s,” she told AP in a 2011 interview. “It was clear that label was being assigned to me. The most hurtful part is that you work very hard, and people say it’s because of your looks.”</p><p>Steinem often responded to hostility with humor</p><p>Of course, Steinem also had to deal with hostility — sometimes from surprising places. Appearing on Larry King’s talk show on CNN in 1990, she was visibly stunned when a female caller greeted her cheerfully, then told her to “rot in hell” because she had ruined “the beautiful American family.”</p><p>But by then, she noted, at least people were taking feminists seriously. That wasn’t the case in 1972 when she co-founded Ms. Magazine and many commentators — especially male — dismissed it as ridiculous, predicting an early demise.</p><p>Among Steinem’s detractors was President Richard Nixon, who was caught on an Oval Office tape ridiculing both her and the “Ms.” title. The ridicule was mutual: In a 1972 National Press Club speech, Steinem called Nixon “the most sexually insecure chief of state since Napoleon.”</p><p>It was just one example of Steinem’s trademark wit. Before she married at 66, she often explained her singlehood by saying “I can’t mate in captivity.” Laughter, she wrote, was “the only free emotion — the only one that can’t be compelled.”</p><p>Steinem had an unconventional childhood</p><p>Gloria Marie Steinem was born on March 25, 1934, in Toledo, Ohio. Her father was a traveling antique salesperson; she spent her early years on the road with her parents, not attending regular school. “I just read everything I could get my hands on,” she told an audience at Manhattan’s 92NY earlier this year.</p><p>In 1944 her parents divorced, and 10-year-old Gloria was left to take care of her mother, a once-promising journalist who struggled to combine her work with running a household and who eventually suffered a nervous breakdown.</p><p>As a young girl she excelled at tap dancing — it was even going to be her “ticket out of Toledo,” she said. That particular career did not materialize, though, and she attended Smith College in the 1950s — a time when, she said, women were being educated to be mothers and wives.</p><p>But marriage was not on Steinem’s mind. “I was engaged to a very nice man. It wasn’t his fault, but I just didn’t want to get married,” she told her 2026 audience. Instead, she took a modest fellowship to travel to India. After that, Steinem headed to Manhattan, where she couldn’t rent her own apartment because landlords assumed if a single woman “could earn enough, you must be a hooker.”</p><p>She wanted to write about politics. But editors gave her assignments on food, fashion, and, in what she jokingly called “the lowpoint of my life,” an article about textured stockings. Even more demoralizing was her experience with an editor who, she said, gave her a choice one day: Spend the afternoon in a hotel with him, or mail his letters on the way out.</p><p>She chose to mail the letters. “There was no word for sexual harassment then,” she has said. “It was just life.”</p><p>But one assignment in 1963 sounded compelling: posing as a Playboy Bunny for an exposé in the now-defunct Show magazine. Steinem auditioned, assuming she’d be weeded out. But she was given her bunny costume — “so tight, it would give a man a cleavage” — and worked at the job for about a month.</p><p>“I could not have made a bigger mistake,” she told the AP in 2011. “It was personally and professionally a disaster. In the short term, it was much harder to get assignments, and in the long term it’s been used to ridicule me.”</p><p>Steinem's writing became more political in her 30s</p><p>Steinem was in her 30s when she joined the editorial board of New York magazine, and her writing became more political. In 1969, she went to cover an abortion rights hearing. She had never told anyone about her illegal abortion at 22, in London. That was the moment, she has said, that triggered her career as a women’s rights activist.</p><p>Steinem founded the National Women’s Political Caucus in 1971 along with Betty Friedan, Shirley Chisholm and Bella Abzug.</p><p>Unlike her friend Abzug, however, Steinem was not comfortable in front of a crowd. Gradually, with her early speaking partner Dorothy Pitman Hughes, a Black feminist and child welfare advocate, she found her footing. The two formed a powerful partnership at a time when feminism was viewed as largely a white, middle-class movement. In an iconic photo, the two raise their right arms together in the Black Power salute.</p><p>As she grew more famous, Steinem drew attention not just for her work but for a glamorous Manhattan life. Asked once about her streaked hair and aviator glasses, she explained that the hair was inspired by Holly Golightly, the free-spirited character in “Breakfast at Tiffany’s.”</p><p>The glasses? They were “more about hiding,” she said.</p><p>When reaction was hostile, Steinem would try to reason that it was a step above ridicule. But sometimes it stung, like a snarky Esquire profile in the early ’70s, so hurtful that she cried, and colleagues called a news conference to defend her.</p><p>Steinem co-founded Ms. Magazine and stayed with it as an adviser</p><p>Then came Ms. Magazine in 1972. “I was so obsessed with the fear that it would fail and be a disgrace to the movement,” Steinem said later. And opponents hoped that would happen. TV newsman Harry Reasoner, an especially tart critic, later apologized on air. Steinem continued with Ms. until it was bought in 2001 by the Feminist Majority Foundation, and remained an adviser.</p><p>Steinem never had children, and said she never regretted it. “No, not for a millisecond,” she told the AP. “It’s important that some of us not have children, to show that we have a choice.”</p><p>In 2000, Steinem made a choice she’d never planned to: She got married, at 66, to British activist and businessman David Bale, whom she met at a fundraiser. Bale was the father of actor Christian Bale.</p><p>“I thought, ‘I haven’t changed, marriage had changed,’” Steinem said. “David and I wanted to be together, we loved each other. He needed a green card.” They married at a Cherokee ceremony in Oklahoma. Several years later, he became ill with brain lymphoma, and Steinem cared for him until his death in 2003.</p><p>Steinem said she had few regrets in life, but did miss being present when her father died. She received word that he’d been in a serious car accident, but did not respond in time, and he died alone. “I had taken care of my mom as a child, and I feared I’d never come back,” she explained.</p><p>She was also sorry that she didn’t become closer to her mother. “I was so fearful of becoming her,” she said in an HBO documentary, “Gloria: In Her Own Words.”</p><p>Steinem wrote about life on the road — though she never learned to drive</p><p>Steinem’s books included the 2015 road memoir “A Life on the Road” — but she wryly noted at the time that she’d never learned to drive. It would have taken away, she said, from her ability to converse with hosts who picked her up from airports or train stations. And, she noted, she always loved to chat with taxi drivers.</p><p>On Jan. 21, 2017, when hundreds of thousands of women gathered in Washington in their pink “pussy hats” for the historic Women’s March, it surprised nobody that the keynote speaker, and the most rousing, was Steinem.</p><p>“We are linked,” she told the crowd. “And this is a day that will change us forever because we are together.”</p><p>For many women, Steinem was the galvanizing voice that day. She would go on to advocate fiercely. But, though many saw her as a singular figure in history, she often liked to say that if she hadn’t come along, someone else would have accomplished the same things.</p><p>By the same token, she said, it was less important that younger people listen to her, and more important that they listen to themselves.</p><p>“The primary thing is not that they know who I am,” she said, “but that they know who THEY are.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B4XBEAD4JG4ASZOFKMVBUXIUXQ.jpg?auth=db07cb1de04f97c8bdad7f542592e551e8f657d2e9e22cd711e0f5d433c1b739&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Women's rights spokeswoman Gloria Steinem attends a news conference at the American Civil Liberties Union office in New York, July 12, 1973. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TOWWSX3WRB5SH6HU62A2M6U64A.jpg?auth=918d6b9c8a1cd32bb65ef7efaf9eecf2ea836d913f89260043f57be6728dd1d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gloria Steinem poses for a picture at her home in New York on Oct. 19, 2015. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7DI3CLU5TGR6LQAXG5Q47CEF5Q.jpg?auth=773ff144e05203dc817de2be8173587c10c9f9e6dc444dc327191bc8c309e712&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bella Abzug, left, and Patsy Mink of Women USA sit next to Gloria Steinem as she speaks in Washington, Nov. 21, 1979. (AP Photo/Harvey Georges, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Harvey Georges</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CDWCLLYA3MICI7T7CQTLTDUVLQ.jpg?auth=415ac3c0a49b539c75293cf0c8c8599af6475d6f8218a1d9a5225e25a56084a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gloria Steinem, secretary of Women USA, left, and former Congresswoman Bella Abzug, president of Women USA, answer questions at a press conference in Washington, Nov. 20, 1979. (AP Photo/Harvey Georges, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Harvey Georges</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YAECV54DQC5FVW53SVFTU2CGAY.jpg?auth=0835f8f5d13f83e6e20e21433c3f0b542c25302397c0baefbf14355487be652e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Leading supporters of the Equal Rights Amendment march in Washington, July 9, 1978, urging Congress to extend the time for ratification of the ERA. From left are: Gloria Steinem; Dick Gregory; Betty Friedan; Rep. Elizabeth Holtzman, D-N.Y. (partially obscured); Rep. Barbara Mikulski, D-Md.; and Rep. Margaret Heckler, R-Mass. The women at far left and right are unidentified. (AP Photo/Dennis Cook, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dennis Cook</media:credit></media:content></item><item><title><![CDATA[Sept. 3: Rinse and repeat forecast today]]></title><link>https://www.local10.com/weather/2026/09/03/sept-3-rinse-and-repeat-forecast-today/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/03/sept-3-rinse-and-repeat-forecast-today/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Thursday. Grab your rain gear, we will see a rinse and repeat forecast today. ]]></description><pubDate>Thu, 03 Sep 2026 10:13:54 +0000</pubDate><content:encoded><![CDATA[<p>Happy Thursday. Grab your rain gear, we will see a rinse and repeat forecast today. Scattered to numerous showers and thunderstorms are expected, some storms this afternoon could be strong to severe. There will be breaks in the storms for highs to reach the lower 90s. Please remember “When thunder roars go indoors”. The threat for heavy rainfall and localized flooding will be the main concern going into the long holiday weekend as the soggy set up continues. 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[First Trump, now Everton: Balogun at center of another fiasco as deadline-day transfer fails]]></title><link>https://www.local10.com/sports/2026/09/03/first-trump-now-everton-balogun-at-center-of-another-fiasco-as-deadline-day-transfer-fails/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/first-trump-now-everton-balogun-at-center-of-another-fiasco-as-deadline-day-transfer-fails/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[U.S. striker Folarin Balogun pulled out of a deal to join Everton in the final minutes of European soccer’s summer transfer window because he felt uncomfortable that the English club raised doubts about his health in a medical check, Monaco’s sporting director has revealed.]]></description><pubDate>Thu, 03 Sep 2026 14:59:15 +0000</pubDate><content:encoded><![CDATA[<p>U.S. striker Folarin Balogun pulled out of a deal to join Everton in the final minutes of European soccer’s summer transfer window because he felt uncomfortable that the English club raised doubts about his health in a medical check, Monaco’s sporting director has revealed.</p><p>In an unusually candid summary by a soccer official about an aborted transfer, Thiago Scuro held a news conference and gave — in English — a detailed, step-by-step rundown on how Balogun’s proposed move to Everton for a reported 40 million pounds ($54 million) fell apart with the clock ticking on deadline day.</p><p>According to Scuro, Balogun underwent a medical examination at Everton on Tuesday afternoon. Three hours later — and with four hours left until the deadline — Everton contacted Monaco raising questions about the results of the medical “which, for our medical staff, as well as for the player’s personal medical staff, made no sense at all,” Scuro said.</p><p>There followed discussions between the clubs and medical departments, before Everton contacted Monaco again to say it was ready to complete the signing of Balogun, according to Scuro.</p><p>“At the last moment, the player decided not to sign,” Scuro continued in the news conference held Wednesday. “And basically, the allegation of Balogun is that, ‘I’m not feeling well by the way the club treated me, I’m not feeling well by the way the medical department of Everton brought doubts about my future or my health. I have nothing (wrong with his health), so I’m not comfortable to sign a long contract here.'”</p><p>There was no immediate response from Everton about Scuro’s comments when contacted by the Associated Press. The Premier League club’s leadership — its owners are the Texas-based Friedkin Group — is being criticized by its fans for the way the Balogun deal was handled, as it leaves the team with just one senior striker — Thierno Barry — since his backup, Beto, was sold to Fiorentina on deadline day.</p><p>There has been no public comments from Balogun, either, following the latest fiasco surrounding the New York-born striker.</p><p>During the World Cup, Balogun was the star player for the U.S. team but was red-carded during the round-of-32 win over Bosnia and Herzegovina.</p><p>His one-game suspension was deferred by FIFA after U.S. President Donald Trump intervened, calling Gianni Infantino — president of soccer's world governing body — to see if the red card could be reviewed.</p><p>Balogun was, therefore, allowed to play in the round of 16 and had a forgettable performance as the U.S lost to Belgium 4-1. The intervention prompted a formal complaint to FIFA's ethics investigator and led to a general outcry in the soccer world, with Balogun later acknowledging FIFA’s decision to suspend his ban created “outside noise” that affected the U.S. team mentally.</p><p>Balogun could still leave Monaco</p><p>Scuro has left open the possibility of Balogun, who has two years left on his contract at Monaco, still leaving the club, saying: “We still have markets that have the financial capacity to do something.”</p><p>Among the leagues whose transfer windows are still open are Turkey (closes on Friday) and Saudi Arabia (closes on Oct. 12).</p><p>Monaco is under pressure to sell Balogun or another of its top players because it needs to generate money to comply with the French league’s financial rules.</p><p>When it first appeared that Balogun’s move to Everton was off, Monaco began negotiating with Chelsea over the sale of midfielder Lamine Camara and they reached an agreement, Scuro said.</p><p>However, that deal was also scrapped when Everton reversed its decision on Balogun and attempted to get it over the line.</p><p>In the end, neither player moved.</p><p>“Balo leaving was the trigger for everything to be OK,” Scuro said. “Basically, our financial plan was working almost perfectly until 7 p.m. (on Tuesday).</p><p>“Now we have to face this situation and find solutions in different ways.”</p><p>Monaco is next in action on Friday, away to defending champion Paris Saint-Germain.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZWUD4IT6NFPOQQGFSKOEHEADVQ.jpg?auth=541c7ad146d639d2fd0af8fbb96f78505bbbcdd20414c6ce7f2dc005513c6c87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Folarin Balogun (20) walks off the pitch after losing to Belgium in their World Cup round of 16 soccer match in Seattle, on July 6, 2026. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[Fall Movie Preview: In an AI world, Laika makes handmade wonders — and 'Wildwood']]></title><link>https://www.local10.com/entertainment/2026/09/03/fall-movie-preview-in-an-ai-world-laika-makes-handmade-wonders-and-wildwood/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/fall-movie-preview-in-an-ai-world-laika-makes-handmade-wonders-and-wildwood/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Travis Knight, the chief executive of the stop-motion animation studio Laika, wasn’t prepared for the response to the teaser for his new film, “Wildwood.”]]></description><pubDate>Thu, 03 Sep 2026 10:01:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Travis Knight, the chief executive of the stop-motion animation studio Laika, wasn’t prepared for the response to the teaser for his new film, “Wildwood.”</p><p>Almost immediately, it went viral. The early trailer rapidly gained more than 90 million views on YouTube, galvanized by people awed by the apparent scale and emotional depth of Laika’s most ambitious film yet. Sample comment: “AI is the future. Laika: Hold my meticulously handcrafted stop motion beer.”</p><p>“People that I worked with — hardened industry folks with wizened black husks of hearts — were sending me text messages: ‘Jesus Christ, your trailer just made me cry,’” Knight says, chuckling.</p><p>Why did Knight's strange, indie stop-motion animated movie resonate so strongly?</p><p>“The making of the art leaves fingerprints on the art,” Knight surmises. “And I think people feel that.”</p><p>There’s no shortage of people proclaiming that AI is the future. There are significantly fewer proselytizing about stop-motion animation’s assured destiny. But Laika, the Portland, Oregon-based studio, has for two decades tried to keep an old movie art form alive while mixing in more modern, computer-generated advances. (“We’re not Amish,” promises Knight.)</p><p>The studio’s first release in 2009, Henry Selick’s “Coraline,” is still its most beloved. But Laika’s commitment to handcrafted filmmaking and darkly gothic tales has won a loyal following over the years, even though its last release was the 2019 flop “Missing Link.”</p><p>Yet “Wildwood” might always have been what Laika was building toward. The film, which opens in theaters Oct. 23, is based on Colin Meloy’s 2011 fantasy novel, illustrated by Carson Ellis. Set in Portland, it’s about a teenage girl named Prue McKee (voiced by Peyton Elizabeth Lee) whose infant brother is kidnapped by a flock of crows and taken into an enchanted forest. The voice cast includes Carey Mulligan, Mahershala Ali, Jake Johnson and Jacob Tremblay.</p><p>The film, heavy with grief and radiant with adventure, isn’t just in Laika’s tonal sweet spot. It’s set in its backyard.</p><p>“It’s everything I love in one film,” Knight said in a recent exclusive interview. “I think it’s the best thing we’ve ever done at Laika.”</p><p>Stop-motion animation as 'a quiet act of rebellion'</p><p>It was also the biggest challenge. Knight, the son of Nike co-founder Phil Knight (who’s chairman of Laika and has helped bankroll it), acquired the rights to “Wildwood” before it was released. The adaptation is some 16 years in the making.</p><p>“I felt like we had to develop the tools, the tricks, the technologies to actually do justice to this story. We built on all of our learnings from our earlier movies and stood on those shoulders. I felt like: OK, I think we’re ready to do it,” Knight says before laughing. “And we were not.”</p><p>At 139 minutes, “Wildwood” is uncommonly long for an animated film, let alone a stop-motion animated one. Its staggering production included 136 sets and 231 practical puppets. One character, a golden eagle known as The General, took some 3,000 hours to make.</p><p>“These are great acts of care and devotion,” Knight says. “In this modern era where everything is so rapid pace, where entire worlds can be generated with a click of a mouse, the idea of taking your time, and with great devotion and care coaxing life out of something, is very special. I like to call it a quiet act of rebellion.”</p><p>Laika isn’t the only big stop-motion company still around. The Bristol, U.K.-based Aardman Animations remains a free-flowing font of pastoral whimsy. (It releases “Shaun the Sheep: The Beast of Mossy Bottom” on Sept. 18.) But it’s a precarious business. And it’s easy to wonder if Laika could have kept such long-term productions going without the Knight family wealth.</p><p>Focus Features exited its pact with Laika after the release of 2016’s Oscar-nominated “ Kubo and the Two Strings.” Fathom Entertainment, the distributor owned by theater chains, is stepping in to release “Wildwood.” Laika and Fathom have enjoyed unique success in rereleases of “Coraline.” A 2024 rerelease generated an astounding $52.4 million worldwide, fresh evidence of audiences' yearning for something tactile and soulful.</p><p>Embracing the ‘cobwebbed corners of yourself'</p><p>Laika was born in 2003 when Philip Knight acquired Vinton Studios, the company founded by animator Will Vinton. Travis Knight was then an animator there. The name, Laika, comes from the dog launched into space in 1957.</p><p>From the start, Knight envisioned an animation studio where darkness and light weren't treated as opposites. Laika has since carved out a sensibility more surreal and more idiosyncratic than the output of animation factories like Pixar or Illumination. “Wildwood,” notably, is rated PG-13.</p><p>“When you devote this much of your life to something, you don’t want it to be some candy-colored confection, a bit of pop culture fun,” Knight says. “You want it to be meaningful.”</p><p>To a large degree, “Wildwood” is about grief and the heavy cost of carrying it. For Knight, whose older brother, Matthew, died a few years before he encountered Meloy's book, the story is tinged with personal experience.</p><p>“You want the stories you tell to be about something. That often involves climbing into the darkened, cobwebbed corners of yourself and pulling those things out,” Knight says. “I did lose my brother. He was too young. A handful of years ago, my wife lost her brother and her nephew. These things are seismic in families. So the movie does wander, sometimes generally and sometimes not, through the corridors of grief.”</p><p>That a movie like “Wildwood” is so labored over, Knight believes, gives it its magic. That doesn't mean he doesn't see the inherent absurdity of an arduous process that, he says, moves at the speed of “continental drift.”</p><p>“You build thousands of tiny things. You put them under lights. You move them microscopic distances. You take a picture,” says Knight. “And then you repeat that process over and over and over again until you finish the movie or society collapses.”</p><p>But as “Wildwood” nears its release, Knight firmly believes it's all worth it — that something in the making of the movie comes across to moviegoers.</p><p>“There is a yearning for something that’s handmade, for something that someone has cared into existence,” he says. “It’s always been rare, it’s always been special. But it’s even more so now.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWVULCDVMT2LDXQHXHUR4GWCRI.jpg?auth=7f702b047b33f54108e57b253c9e3ade9b080c016f12d20c737a3103294fd6c7&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 LAIKA Studios shows characters, from left, Prue McKeel, voiced by Peyton Elizabeth Lee, Mac, voiced by Arthur Knight, and Mr. McKeel, voiced by Jake Johnson, in a scene from the film "Wildwood." (LAIKA Studios via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YUVEU4RDU3PB7BO5ISZOYJD6FI.jpg?auth=18bb711b84ebfd3d639e584a2f9a84bd6b3210c5db4e3576318e21dc08af971e&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 LAIKA Studios shows animator Amy Greenspan on the set of "Wildwood." (LAIKA Studios via AP)]]></media:description></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><a href="https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/broward-mcdonalds-fight-involving-man-children-leads-to-probe-conflicting-accounts/">Fight involving man, middle school students leads to probe with conflicting accounts</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/1-dead-after-crash-involving-miami-dade-deputy/">One dead after crash involving Miami-Dade deputy</a></li><li><a href="https://www.local10.com/news/local/2026/09/02/rafael-villalobos-begins-first-day-as-miami-dade-schools-superintendent/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/02/rafael-villalobos-begins-first-day-as-miami-dade-schools-superintendent/">Rafael Villalobos begins first day as Miami-Dade Schools superintendent</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[Asencio cleared of sex tape charge but Real Madrid opens disciplinary case after DUI]]></title><link>https://www.local10.com/sports/2026/09/03/asencio-cleared-of-sex-tape-charge-but-real-madrid-opens-disciplinary-case-after-dui/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/asencio-cleared-of-sex-tape-charge-but-real-madrid-opens-disciplinary-case-after-dui/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Real Madrid defender Raúl Asencio was acquitted on Thursday of charges he revealed a sex video without consent.]]></description><pubDate>Thu, 03 Sep 2026 14:25:55 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Real Madrid defender Raúl Asencio was acquitted on Thursday of charges he revealed a sex video without consent.</p><p>The court decision came hours after coach José Mourinho said the club opened a disciplinary proceeding against Asencio following a DUI conviction.</p><p>He was cleared of charges that he showed a sex video to another person without the consent of those involved in the video. One of the women in the 2023 video was underage.</p><p>Asencio and three other players from youth squads at the time were involved. The other three players were convicted of making and distributing the video without their consent, but their sentences were suspended on condition they don't misbehave again, among other things.</p><p>The women forgave the players, according to the court.</p><p>Earlier Thursday, Mourinho said Madrid opened a case against Asencio following a DUI incident last month. A Spanish court fined the 23-year-old Asencio and suspended his license.</p><p>“While the proceeding is open I see him as a Real Madrid player,” Mourinho said. "He’s injured and will continue to be sidelined for a couple of weeks. That helps me not to have to deal with this problem now.”</p><p>Asencio hasn't played this season because of a muscle injury.</p><p>“He’s an exemplary professional. While he was fit, nobody trained harder or better than him," Mourinho said. "Now he’s the first to arrive and the last to leave. But a Real Madrid player is a Real Madrid player 24 hours a day, seven days a week and 12 months a year. Everything you do off the field is still about Real Madrid. It still damages the prestige of a club that is untouchable. I’m not happy, and everyone makes mistakes, but accumulated mistakes are different.”</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6M7EDRZP2E6DJTPJ7CNY26BQGA.jpg?auth=453b89b7dfd2e88d1b245958a00c81f7f1a17fd2596bca94745f74801682e51c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Real Madrid's Raul Asencio celebrates after scoring his side's second goal during the Spanish La Liga soccer match between Real Madrid and Levante in Madrid, Spain, on Jan. 17, 2026. (AP Photo/Jose Breton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Breton</media:credit></media:content></item><item><title><![CDATA[South Korean police seek indictment of K-pop mogul behind BTS]]></title><link>https://www.local10.com/entertainment/2026/09/03/south-korean-police-seek-indictment-of-k-pop-mogul-behind-bts/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/south-korean-police-seek-indictment-of-k-pop-mogul-behind-bts/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korean police are pushing for an indictment of music tycoon Bang Si-Hyuk, the chairperson of the agency behind K-pop supergroup BTS, over alleged investor fraud.]]></description><pubDate>Thu, 03 Sep 2026 08:25:52 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korean police are pushing for an indictment of music tycoon Bang Si-Hyuk, the chairperson of the agency behind K-pop supergroup BTS, over alleged investor fraud.</p><p>The Seoul Metropolitan Police Agency referred Bang to the Seoul Southern District Prosecutors’ Office on Thursday, asking him to be indicted on a charge of violating the capital markets act, according to the police agency and the prosecutor’s office.</p><p>Police have been investigating Bang, the billionaire founder and chairperson of Hybe, over allegations that he misled investors in 2019 by indicating that Hybe had no immediate plans to go public, prompting them to sell their shares to a private equity fund shortly before the company proceeded with an initial public offering.</p><p>Police earlier said that the fund may have paid Bang somewhere around 200 billion won ($147 million) in a side deal that promised him 30% of post-IPO stock sale profits.</p><p>South Korean media reported that police referred four other people, including Hybe executives and private equity fund officials, to prosecutors on Thursday as well, asking for their indictment.</p><p>Hybe officials have said Bang denies any wrongdoing.</p><p>“We have consistently responded to the allegations with objective evidence and facts," Bang's legal team said in a statement Thursday. "We expect the allegations to be fully and transparently resolved through the legal process.”</p><p>Police earlier sought Bang’s arrest twice in April and May. But prosecutors rejected those requests, saying police failed to provide sufficient grounds for his arrest and failed to comply with prosecutors' demand for further investigation of Bang.</p><p>Observers say prosecutors could again ask for further police investigation, rather than indicting Bang immediately.</p><p>News of Bang’s legal troubles flared after BTS returned and launched a much-awaited world tour earlier this year after a nearly four-year musical hiatus due to the band members’ mandatory military service in South Korea.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KG4OXOU5FJTLRT6T5XCCABJ6VE.jpg?auth=a9ffd2dfb841dfc9c784ccc605bb7b8e46ba455b5604862bb4edadd01145fe57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bang Si-Hyuk, a chairman of Hybe, answers reporters' question upon his arrival at the Seoul Metropolitan Police Agency in Seoul, South Korea, on Sept. 15, 2025. (Kim Keun-soo/Newsis via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Keun-soo</media:credit></media:content></item><item><title><![CDATA[USS Lincoln crew hits the streets of Thai beach city after lengthy Middle East deployment]]></title><link>https://www.local10.com/news/world/2026/09/03/uss-lincoln-crew-hits-the-streets-of-thai-beach-city-after-lengthy-middle-east-deployment/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/uss-lincoln-crew-hits-the-streets-of-thai-beach-city-after-lengthy-middle-east-deployment/</guid><dc:creator><![CDATA[By JINTAMAS SAKSORNCHAI and ANTON L. DELGADO, Associated Press]]></dc:creator><description><![CDATA[PATTAYA, Thailand (AP) — Buses carrying crew members of the USS Abraham Lincoln aircraft carrier streamed into Thailand’s seaside resort city of Pattaya on Thursday, as part of a port call after a lengthy deployment to the Middle East.]]></description><pubDate>Thu, 03 Sep 2026 09:38:11 +0000</pubDate><content:encoded><![CDATA[<p>PATTAYA, Thailand (AP) — Buses carrying crew members of the USS Abraham Lincoln aircraft carrier streamed into Thailand’s seaside resort city of Pattaya on Thursday, as part of a port call after a lengthy deployment to the Middle East.</p><p>The Lincoln was supporting the U.S. war against Iran, and its deployment included a record-setting uninterrupted time at sea of more than 260 days. Its lengthy deployment drew concerns last month about deteriorating mental health among the crew as well as shortages of key food supplies aboard.</p><p>The Navy downplayed any problems, and President Donald Trump commented that the deployment was “not nearly long enough.”</p><p>The ship has been deployed for a total of 286 days, according to the U.S. Embassy in Bangkok. Its total uninterrupted time at sea before Wednesday’s arrival in Chonburi province was 264 days.</p><p>The ship is expected to depart Thailand this weekend and continue its journey back to the U.S.</p><p>After clambering down from buses, laden with luggage, several service members told The Associated Press they were excited to be in Thailand.</p><p>Vendors and travel agents gathered outside the Hard Rock Hotel, the designated pickup and drop-off point for troops traveling from the Lincoln, which is docked nearby at Laem Chabang port.</p><p>They swarmed service members as they arrived, offering a range of souvenirs and services. Many sailors waved them away while waiting for their rides.</p><p>Two other ships from the Lincoln’s strike group are docked elsewhere in Thailand, with the destroyer USS Frank E. Petersen Jr. at Chonburi’s Sriracha port and the cruiser USS Robert Smalls in Map Ta Phut in neighboring Rayong province.</p><p>A-ngoon Sombat traveled 200 kilometers between Pattaya and the central province of Ayutthaya to sell colorful braided bracelets to the visiting crew, as she does every time she hears a U.S. ship is coming for a port call in Chonburi province.</p><p>She set up opposite the hotel entrance and had managed to make some sales, but said she is still unsure if business will be good this week.</p><p>“There are many vendors around. It’s really up to how lucky each of us are,” she said.</p><p>Ship crews take shelter from heat in a mall</p><p>Dozens of service members could be spotted strolling around Pattaya's Terminal 21 mall with shopping bags in their hands as the afternoon sun was blazing outside.</p><p>A 20-year-old serving as a navigator aboard the Petersen, who declined to give his name because he was told not to speak to media while ashore, said the morale among his crew members was really high now that they had arrived in Thailand.</p><p>The sailor said it was his first deployment for the U.S. Navy. He said it was a bit of an ordeal but he was happy to finally be on his way home.</p><p>He declined to comment when asked about the reports about the conditions on the Lincoln.</p><p>Small crowd gathers to spot the Lincoln</p><p>A spot just outside the Laem Chabang port had turned into a small attraction by Wednesday evening, as people gathered to catch a glimpse of the Lincoln.</p><p>People arrived by car and motorcycle to peer through a mesh fence at the ship, which is as long as about three American football fields. They took photos and videos, excitedly chatted with strangers about their chance to see the vessel.</p><p>American Keith Eldridge, who has lived in Thailand for five years, traveled from the neighboring province of Chachoengsao just to see the ship. He was too late to catch the Lincoln docking but found the viewing spot through a recommendation from other enthusiasts he met along the way.</p><p>He said it was impressive for him to get to lay his eyes on this “engineering marvel.”</p><p>“When you get to look at something so big, wrapped up with so much technology, the radars, the sonars, the weapon systems, the propulsion systems, it is truly amazing that we can build it, float it, and we fight from it,” he said.</p><p>The Lincoln’s commanding officer, Capt. Dan Keeler, said the ship will be heading home soon, but may make further supply stops. He declined to comment on the exact date the strike group is expected back in the U.S.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/225BXQFUAESE2AD6Y36F5YKGSM.jpg?auth=f46f3c727b58205b129af6e4d570f45ba7193c74030d1dedeeff75a20e5dd1d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crew members of the USS Abraham Lincoln talk to a souvenir vendor in Pattaya, Thailand, Thursday, Sept. 3, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBO4UBVWANJQVRRJITSQ2MXJSM.jpg?auth=f7092023e65548103b58ec15e2dcdd0b631e47f584bd4ff388ced1710998f096&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Billboard display at Walking Street in Pattaya, Thailand, Wednesday, Sept. 2, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SFQTVZYJJ6R7XE2MQO45GVORCI.jpg?auth=ce97f56b880df7567d6403c8d486e276f5ac969409c07197539777cee1822b1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crew members of the USS Abraham Lincoln arrive at a hotel in Pattaya, Thailand, Thursday, Sept. 3, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BFPCMBF5ONM4COAFMJ3DD3X5Y.jpg?auth=49d1bcd3dac0d006d101e01661f1ec12bc4e280461b7025b2913ed45e46da1d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crew members of the USS Abraham Lincoln leave a hotel in Pattaya, Thailand, Thursday, Sept. 3, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEVBHQY7WOGQGJR7ROKNBURCEM.jpg?auth=40ac050dcf1dad0d67de126fc7dda5f677d23a00f3a7d89afe081465e27f57fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take pictures as the U.S. Navy aircraft carrier USS Abraham Lincoln arrives at a port in Laem Chabang, Chonburi, Thailand, Wednesday, Sept. 2, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content></item><item><title><![CDATA[Trading food for medicine and crossing the river by zip line are part of life in Nepal flood zone]]></title><link>https://www.local10.com/news/world/2026/09/03/trading-food-for-medicine-and-crossing-the-river-by-zip-line-are-part-of-life-in-nepal-flood-zone/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/trading-food-for-medicine-and-crossing-the-river-by-zip-line-are-part-of-life-in-nepal-flood-zone/</guid><dc:creator><![CDATA[By SHRISTI KAFLE, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — Some survivors sheltering in relief camps after deadly floods in Nepal struggled Thursday to obtain essential medicines and cash, even as authorities provided food and other basic supplies to thousands of displaced people.]]></description><pubDate>Thu, 03 Sep 2026 09:55:17 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — Some survivors sheltering in relief camps after deadly floods in Nepal struggled Thursday to obtain essential medicines and cash, even as authorities provided food and other basic supplies to thousands of displaced people.</p><p>The shortages are adding to the hardships of those living in temporary shelters after having lost homes and belongings.</p><p>Suresh Kumar Karanjit, who has been staying at a relief center in Devighat, a town in one of the worst-affected areas in Nuwakot district, lost his younger brother in the floods last week. He said the camp did not have the exact medicine prescribed for his heart condition.</p><p>Karanjit only managed to get the cash he needed to buy his regular medicine after selling a carton of noodles he received as relief for 400 rupees ($2.60). “We have been living here for a week. The relief materials are being provided, which is good. But there is a lack of medicine,” he said.</p><p>Nepal’s disaster chief, Dharam Raj Uprety, said health centers staffed by doctors and stocked with medicine have been set up at each shelter. Uprety said authorities were also focusing on hygiene and sanitation to reduce the risk of disease.</p><p>The Aug. 26 floods that were likely caused by a glacier collapse devastated towns and valleys in Nepal, destroying homes, roads, bridges and other critical infrastructure. At least 1,252 people were killed and more than 4,200 remain missing, according to the country’s disaster management agency. China as of late Wednesday said 21 people were killed and 541 were missing on the Tibet side of the border.</p><p>Nearly 4,000 people displaced in Nepal are staying in 34 relief centers.</p><p>In some of the worst-affected areas, residents were finding other ways to navigate after floodwaters left communities cut off from regular routes.</p><p>In Bidur town, along the Trishuli River, residents used a temporary zip line to cross between the riverbanks. Army personnel helped people onto the makeshift crossing and assisted them as they reached the opposite bank, while others waited along the riverbank for their turn.</p><p>Meanwhile, rescue efforts have increasingly focused on tunnels at several hydroelectric projects where workers are believed to be trapped. About 900 workers remain missing, while specialized rescue teams from India, China and the United States are involved in efforts to reach those trapped in the tunnels.</p><p>It was unclear whether workers feared to be trapped in the tunnels were alive.</p><p>At the Trishuli-3A tunnel, workers began manually opening the upper section of the passage, according to lawmaker Ram Neupane. An access road was built over the past week to reach the excavation site, but more rock blasting and debris clearing will be needed before heavy machinery can reach the area, he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32XMJEQVLMVIDMBGBO65LSEXC4.jpg?auth=5931a2930762e81f3ddb0cc227ea8db48e28a6f896b61e841ed74cd70ebac895&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents pull a newly installed zipline to help people commute across the Trishuli river in the aftermath of flash floods at Bidur in Nepal's Nuwakot district, Nepal, Wednesday, Sept. 2, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQVUMDM5NL6GGCFZJOXH7PFRGY.jpg?auth=a28bffa475b99cc645210a029285b50b7eced99b045be7b4a751462a05d93e1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents commute across the Trishuli river on a newly installed zipline in the aftermath of flash floods at Bidur in Nepal's Nuwakot district, Nepal, Wednesday, Sept. 2, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VUIBDKQJ4FMDPJVBTZN2LVP6LQ.jpg?auth=cea6efb09d59aeb449f386d999052246945344f36f7a760a687fc88acb268559&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents wait for their turn commute across the Trishuli river on a newly installed zipline in the aftermath of flash floods at Bidur in Nepal's Nuwakot district, Nepal, Wednesday, Sept. 2, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQZNVTBFH2S4IOWTHZPF5VECOY.jpg?auth=0cd890eace2d182452b2c2549c0b3a7f91f8bcea97289404102c75050c3c0f3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents pull the steel wire of a newly installed zipline to help people commute commute across the Trishuli river in the aftermath of flash floods at Bidur in Nepal's Nuwakot district, Nepal, Wednesday, Sept. 2, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3XLT7J2BH26443JZ7N4TVSXBZU.jpg?auth=29609b521e1a4900838fe5b1d0a610c3c771e0b1004d29788f7e2d6d4f5c934f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents commute across the Trishuli river on a newly installed zipline in the aftermath of flash floods at Bidur in Nepal's Nuwakot district, Nepal, Wednesday, Sept. 2, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[SEC sues LSU, alleging a coordinated push to recruit ex-pro athletes in defiance of rules]]></title><link>https://www.local10.com/sports/2026/09/03/sankey-former-nfl-players-head-to-court-in-college-football-fight-over-ncaa-eligibility-for-ex-pros/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/sankey-former-nfl-players-head-to-court-in-college-football-fight-over-ncaa-eligibility-for-ex-pros/</guid><dc:creator><![CDATA[By BRETT MARTEL, Associated Press]]></dc:creator><description><![CDATA[BATON ROUGE, La. (AP) — The Southeastern Conference filed a lawsuit against LSU and its leadership in Alabama federal court on Thursday, alleging the school had “waged a deliberate and coordinated campaign to recruit professional athletes” against league rules.]]></description><pubDate>Thu, 03 Sep 2026 18:00:22 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — The Southeastern Conference filed a lawsuit against LSU and its leadership in Alabama federal court on Thursday, alleging the school had “waged a deliberate and coordinated campaign to recruit professional athletes” against league rules.</p><p>The extraordinary step against one of the league's founding members in 1933 came as SEC Commissioner Greg Sankey testified 400 miles away in a courtroom not far from Tiger Stadium, defending the league's ability to enforce its rules as several dozen athletes try to play this fall after they turned pro.</p><p>Former New Orleans Saints defensive lineman Zxavian Harris and former Cleveland Browns tight end Dae’Quan Wright sat next to each other in the gallery as the hearing began, with Sankey taking the stand a short time later.. At least seven bailiffs were on hand.</p><p>The lawsuit asks for a court injunction barring LSU from violating the SEC’s First Amendment rights by forcing it to “associate with conduct that is contrary to the conference’s purpose and mission.” It was filed in northern Alabama because the SEC is based in Birmingham.</p><p>Attorneys for the athletes, the NCAA and the SEC were appearing before East Baton Rouge Parish Judge William Jorden, who scheduled the hearing concerning the status of his earlier temporary injunction preventing the NCAA from ruling recent former pros or fifth-year college athletes ineligible — a stance also taken by the SEC and other Power Four conferences with formal rules adopted last week.</p><p>Jorden also wanted the NCAA to explain why it should not be held in contempt after the power conferences set up potential punishments of its member schools who place former NFL or NBA athletes on their football or basketball rosters.</p><p>The players in question also include former Denver Broncos defensive back Blake Cotton, who like Harris and Wright is hoping to join LSU and new coach Lane Kiffin.</p><p>Wright, who played for Kiffin last season at Mississippi, started practicing with at LSU this week, too late to be eligible for Saturday's home opener against Clemson under the NCAA's required seven days of practice. Harris, who also played at Ole Miss last season, has committed to LSU, while Cotton, who played at Utah last fall, has been recruited by Kiffin.</p><p>All three are among a host of athletes who've argued in lawsuits around the country that they are unfairly being denied an opportunity to spend a fifth year in college under newly adopted NCAA rules allowing for five full years of competition. In all, the NCAA says there are approximately 450 athlete plaintiffs seeking additional eligibility through litigation, with some 300 of them winning the ability to play at least for now and about 150 who have been rejected.</p><p>The athletes in the case who signed pro contracts have argued they did so only because current rules that would have allowed them another college season weren't adopted until after their decisions to leave for the chance to make an NFL roster.</p><p>The SEC filed a brief in the case on Wednesday in which it stated that the question before the judge should be a narrow one regarding whether the conference "can enforce and require its member institutions to comply with SEC rules.” The SEC's proposed punishments include significant fines, up to half-season suspensions for coaches and member universities' loss of voting on privileges on league business matters.</p><p>Sankey provided an affidavit stating that SEC university presidents voted 15-0 in favor of the new rules, with LSU's Wade Rousse abstaining. Sankey also said the SEC was acting on its own and not attempting to collude with NCAA to stop Kiffin from bringing in ex-pros.</p><p>The fight over eligibility between schools and their own conference s and the NCAA has simmered for months and spilled into politics.</p><p>Georgia Attorney General Chris Carr reportedly sent a letter of support to Sankey, encouraging him to take “all measures available” to punish LSU if it added former NFL players to its 2026 roster of 105 players, which was due to be submitted to the SEC by Friday. He also criticized the judge's injunction.</p><p>“It is no coincidence that the very institution set to potentially use this temporary order to flout the SEC’s rule is in the trial court’s own backyard,” Carr wrote.</p><p>Louisiana Attorney General Liz Murrill also weighed in, writing in a brief that the NCAA had subjected athletes in the case to a “classic bait-and-switch.”</p><p>“The NCAA's ever-changing rules have consequences beyond these individual athletes,” said Murrill, who attended the hearing and chatted with plaintiff attorneys before the proceeding. “They affect the universities that recruit them, the other student-athletes with whom they compete, and the coaches and administrators responsible for complying with an increasingly complicated set of rules.”</p><p>___ Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7KHK2DFRGKVHVBIU5MVWTJLOY.jpg?auth=a4574078af98903a8b30dea0e64ea21bca95508fc2eea55edc3b3b7ecad455c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Greg Sankey, commissioner of the Southeastern Conference, speaks during NCAA college basketball women's SEC Media Day, Oct. 16, 2024, in Birmingham, Ala. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QDMLZYWNODQ3VIRRKZJCKQVQOM.jpg?auth=a6d571f1761d9834686315dfd140d5bccc39f7c3f24804a65ca364454e9cc27f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A quote hangs above a trophy display room near the entrance of the LSU Football Operations Center Monday, Aug. 31, 2026, in Baton Rouge, La. (AP Photo/Brett Martel)]]></media:description><media:credit role="author" scheme="urn:ebu">Brett Martel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZ2ZVPEKN2WO6COGXKPT7BJBXA.jpg?auth=b1c0dc04c4603c5f04daf313085dc05ae7e98da245cbdfd057782d6965f05e3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alabama offensive lineman Jaeden Roberts (77) blocks Missouri defensive tackle Sterling Webb (10) during the first half of an NCAA college football game, Saturday, Oct. 26, 2024, in Tuscaloosa, Ala. (AP Photo/Vasha Hunt, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vasha Hunt</media:credit></media:content></item><item><title><![CDATA[With a new-look roster and no A'ja Wilson the US FIBA World Cup title defense gets tougher]]></title><link>https://www.local10.com/sports/2026/09/03/with-a-new-look-roster-and-no-aja-wilson-the-us-fiba-world-cup-title-defense-gets-tougher/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/03/with-a-new-look-roster-and-no-aja-wilson-the-us-fiba-world-cup-title-defense-gets-tougher/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — The U.S. has dominated the women's FIBA World Cup for nearly two decades, winning the last four titles.]]></description><pubDate>Thu, 03 Sep 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — The U.S. has dominated the women's FIBA World Cup for nearly two decades, winning the last four titles.</p><p>A young American roster led by the trio of Caitlin Clark, Paige Bueckers and Angel Reese now complement U.S. stalwart Breanna Stewart as the team looks to win its fifth straight championship.</p><p>The Americans will be missing four-time WNBA MVP A'ja Wilson, who the team announced Monday would miss the World Cup along with Kelsey Plum. They were replaced by newcomers Sonia Citron and Kiki Iriafen.</p><p>The world has been catching up to the Americans with France coming within a point the U.S. in the gold medal game at the 2024 Paris Olympics. That's the closest any team has come to beating the U.S. in either the Olympics or World Cup since the Americans last lost in the semifinals of the 2006 World Cup to Russia.</p><p>“I think there’s no question that the world is improving at a rapid rate. It’s so exciting to see, and I see it at every level,” U.S. coach Kara Lawson said Tuesday. “There’s more depth to the teams at the World Cup. Now when you look at rosters, there’s a number of just high-quality players. ... I think it’s going to be the most difficult World Cup to win that we’ve had because of that.”</p><p>The Olympic loss is still on the mind of the French team, which has more than a half-dozen WNBA players on its roster, including Gabby Williams, Marine Johannes and Dominique Malonga.</p><p>“We sure still do think about it,” Malonga said. “We know we were right there against the best team in the world.”</p><p>Other top teams that could reach the podium are Australia, Spain and China.</p><p>Moving the calendar date of 2030 World Cup</p><p>The next World Cup, which will be held in Japan, will move to Nov. 26-Dec. 8 in 2030 and won't potentially conflict with the WNBA schedule.</p><p>“I would I would call it one of the most significant decisions by the central boards in this decade,” FIBA Secretary General Andreas Zagklis told The Associated Press. “We understood that, the women’s game needs its own dedicated spot in the world calendar and in particular in the basketball calendar.”</p><p>The women's World Cup used to be the same year as the men's tournament until 2014. Now the tournaments are held in different years with the men's championship a year before the Olympics and the women's tourney two years before the Games.</p><p>“It's a major decision because it creates a big window for essentially every league in the world,” Zagklis said.</p><p>With no major men's tournaments this year, Zagklis said that FIBA sponsors could focus more on the women this time.</p><p>It will also help with ease the challenges for the WNBA, which this has suspended play in the league during the tournament. Play in the WNBA will resume on Sept. 17 after stopping on Aug. 31. There are over 50 current WNBA players competing in the World Cup.</p><p>More teams in this World Cup tournament</p><p>The format of the tournament has changed for the betterment of the players, with the addition of four teams in Germany. The 16-team format is not new; it was used from 1990-2018. Now teams will play three pool games in four days as opposed to the five games in six days — which they did in the 2022 World Cup when only 12 teams went to Australia.</p><p>The top teams will then earn a break before the quarterfinals begin while the second and third-place teams in each group will play to reach the elimination round. Instead of playing eight games, teams will potentially only need six to win the title.</p><p>Zagklis said this could be an extremely competitive tournament.</p><p>“Within the top 10, virtually everyone can beat anyone,” he said. “We saw that in 2022 where Nigeria beat in the group Australia and then Australia got the bronze medal. We saw it in the qualifier, where USA was trailing Belgium for 39 minutes.”</p><p>WNBA coaching tree in Berlin</p><p>Many current and former WNBA coaches are heading up teams in the World Cup.</p><p>Mike Thibault is in charge of Belgium while Sandy Brondello is heading up Australia again. Her husband, Olaf Lange, took over Germany and will lead the host nation. Former Phoenix Mercury coach Corey Gaines is leading Japan and Chicago Sky assistant Rena Wakama is once again in charge of Nigeria.</p><p>The Americans are led by Lawson with WNBA head coaches Nate Tibbetts, Natalie Nakase and Stephanie White serving as assistants. Jose Fernandez is a scout for the team.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/75DXDQLDCRREICAILHVIKDIRZQ.jpg?auth=e01dd7906694613cf34df9787bca2727da51ecb90c4ae9d1ec86aa97f2ca345d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Breanna Stewart (10) and Chelsea Gray (8) of United States attend a training session ahead of the match between China and United States during the Women's Basketball World Cup in Berlin, Germany, Wednesday, Sept. 2, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RFXYSLSD7JBPTVZ6ZEULEZAP5U.jpg?auth=8243648e98374df10c1aac64afd982267faf7071925bd81c2e9247a524c20821&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Han Xu of China poses for a photo after a training session ahead of their match against United States during the Women's Basketball World Cup, at the Uber arena in Berlin, Germany, Wednesday, Sept. 2, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMAZJP6O2RTCXFV2K5R2QSQSJI.jpg?auth=cb6df0ee34790470a48565b383d737bbfc923dd16b3032ce00a06763da72a0e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kiki Iriafen (9) of United States practices during a training session ahead of the match between China and United States during the Women's Basketball World Cup in Berlin, Germany, Wednesday, Sept. 2, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Finland runs Europe's biggest civil defense exercise since the Cold War]]></title><link>https://www.local10.com/news/world/2026/09/03/with-a-wary-eye-on-russia-finland-runs-europes-largest-civil-defense-exercise-since-wwii/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/with-a-wary-eye-on-russia-finland-runs-europes-largest-civil-defense-exercise-since-wwii/</guid><dc:creator><![CDATA[By EMMA BURROWS, Associated Press]]></dc:creator><description><![CDATA[KUOPIO, Finland (AP) — In a civil defense shelter hewn into rock, behind doors designed to withstand a nuclear or biological attack, two Finnish conscripts wearing hazmat suits and breathing masks are measuring radiation levels as they take part in an exercise to turn a cave into a place of safety for thousands of people.]]></description><pubDate>Thu, 03 Sep 2026 10:11:42 +0000</pubDate><content:encoded><![CDATA[<p>KUOPIO, Finland (AP) — In a civil defense shelter hewn into rock, behind doors designed to withstand a nuclear or biological attack, two Finnish conscripts wearing hazmat suits and breathing masks are measuring radiation levels as they take part in an exercise to turn a cave into a place of safety for thousands of people.</p><p>Inside, in what is normally a sports hall, hundreds of people are sleeping overnight on trestle beds.</p><p>More than 2,000 people including volunteers and students are taking part in the biggest civil defense exercise in Europe since the end of World War II. In the scenario, critical infrastructure in the central Finnish city of Kuopio, including power and water, has been disrupted by cyberattacks and there’s the threat of missile strikes from Finland’s neighbor, Russia.</p><p>The goal is for local authorities and ordinary people to rehearse what they would do if they came under attack for real.</p><p>But while underground bunkers and shelters may offer some protection from missiles, they are no defense against the campaign of sabotage and disruption that Western officials say Russia is carrying out across Europe. That has involved setting fires, attacking water facilities and power stations, and sending drones for sabotage into European Union airspace.</p><p>Finland's border with Russia stretches more than 830 miles (1,300 kilometers) from the Baltic Sea up to the Arctic Circle. In 2024, along with Sweden, Finland joined NATO, following Russian President Vladimir Putin's full-scale invasion of Ukraine. Until then, Finns were prepared to defend themselves against Russia largely alone.</p><p>Finland looks to Ukraine for lessons</p><p>Finland’s defense, said retired Army Colonel Asko Muhonen, relies not only on the military but on the “mindset” of ordinary Finns who are ready to take responsibility for their country’s security.</p><p>Muhonen, who organized the exercise in Kuopio, said that comes partly from the system of conscription which continued in Finland, even after the collapse of the Soviet Union.</p><p>Not everyone is happy about doing national service but “it’s our duty to serve and protect this country like people have before us. That’s why we have our independence,” said Jyry Pietikainen, 23, a conscript who was taught how to run the Kuopio shelter overnight.</p><p>Finland also needs to learn lessons from Ukraine, Muhonen said.</p><p>While the biggest shelter in Kuopio can fit 7,000 people, Ukrainians sometimes only have a few minutes to run to a subway station or underground parking lot. That means people need a shelter they can reach easily that offers some form of protection — not necessarily one that can withstand a nuclear attack, he said.</p><p>Dmytro Untila, 20, a Ukrainian student at the university in Kuopio, was at home in Odesa when Russian missiles struck his city on Feb. 24, 2022, the first day of the war. He sheltered in the entrance hall of his building because he didn’t have anywhere else to go, he said.</p><p>Training for such a situation would have definitely helped in Ukraine, he said, “because nobody knew this could happen.”</p><p>The biggest threat to energy infrastructure in the Kuopio region is heavy snowfall, storms and bad weather, said Juha Räsänen, CEO at the Savon Voima electricity company.</p><p>But since the invasion of Ukraine, and the company’s decision to stop buying Russian biofuel, the number of cyberattacks against the network has significantly increased, Räsänen said.</p><p>Last year, engineers also found at least 10 stickers placed on particularly vulnerable parts of the energy network infrastructure. Other energy companies in Finland have also found them and don’t know where they came from, he said.</p><p>“If there was an explosion at that point, it could destroy a whole dam,” Räsänen said. Drones have also been spotted over power lines but those responsible have not been identified, he said.</p><p>It is not possible to guard against all threats, Räsänen said, which is why it’s important people are prepared to look after themselves without help for at least 72 hours — if the power supply goes out, or if water becomes undrinkable.</p><p>The Finnish Security and Intelligence Service said it investigated “a wide range of observations” and found nothing of concern.</p><p>Since 2022, people have been more vigilant because of the security situation and therefore have reported things like reflective stickers related to land survey works, it said in a statement. Drone sightings, it said, have “largely been explained by everyday occurrences.”</p><p>“Small things are happening all the time,” including Russian jamming of GPS signals, said Vuokko Lahtinen, 32, who was visiting a sauna in Kuopio.</p><p>For that reason, “the best defense of Finland is to make it not worth attacking,” she said.</p><p>That relies on the country’s military and defense forces but also Finnish people who feel like “we have something we want to fight for,” she said.</p><p>In Finland, she said, there is a “general feeling of responsibility,” which has grown out of local community groups and even initiatives such as recycling.</p><p>“On a very simple daily level, if you do things that matter, then it has a butterfly-wing effect,” Lahtinen said.</p><p>Finland fought several wars with the Soviet Union</p><p>In its wars with the Soviet Union, Finland lost around 11% of its territory, and more than 400,000 people, around 12% of the population, fled their homes from an area that is now in western Russia.</p><p>At Kuopio's veterans’ museum, Risto Mönkkönen, 95, showed AP a piece of paper on which he had written down the dates the city was bombed and who died.</p><p>“I cannot forget it,” he said explaining how, as a child, he and his father ran into a shelter just as a bomb hit, killing five of his father’s friends.</p><p>Pirkko Naukkarinen, 102, recalled how, aged 16, she worked in a field kitchen by the front lines, sometimes sharing dugouts with soldiers and diving for cover in ditches as the Soviet air force attacked the retreating Finnish army.</p><p>Aili Toivanen, 92, told AP she was forced to leave her home twice over the various wars. Both times, her family was told by Finnish soldiers that they had one hour to pack their belongings.</p><p>The first time, she looked back and saw her home burning — set on fire by Finnish soldiers who did not want to leave anything behind, she said. The second time, she said, the Soviet air force bombed the family’s departing train and they jumped out, hiding in ditches before they took refuge in Kuopio.</p><p>When Putin invaded Ukraine in 2022, she said, with tears in her eyes, that she worried she would have to leave her home for a third time.</p><p>Finns feel their country is worth fighting for</p><p>At the shelter in Kuopio, thousands of people filed in, including schoolchildren and university students.</p><p>“Kids would need to know this, because they might have to do something alone. The adults can’t always help,” said Amanda Hill, 11, whose school studied in the shelter for the day.</p><p>Sitting on the floor of the shelter with his fellow conscripts, Pietikainen explained why it’s not crazy to practice what happens in a crisis.</p><p>“We’re Finns, so we’re kind of pessimistic about life in a way,” but history shows what can happen with Russia, he said.</p><p>When it comes to the threats from Moscow, Muhonen said, “don’t believe what they say but observe what they do.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KUQSSOOC5FTC4MLQJ2CLOVLPUA.jpg?auth=9713529219e615fb02a3bf9be41600fea90fe114a75119de32da4e3acce7bdd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Finnish conscripts measure radiation levels at a shelter in Kuopio, Finland, during a civil defense exercise Wednesday, Sept. 2, 2026. (AP Photo/Emma Burrows)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Burrows</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V2RA526IMCV2L5V3UXICD6OCJI.jpg?auth=bad0d1942adadf7bbc3ebcdf2a5aa8509a4b876e6acd0a19f7104ce3e92c4f6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand at an entrance of a shelter designed to withstand chemical, nuclear and biological attacks during at civil defense exercise in Kuopio, Finland, Wednesday, Sept. 2, 2026. (AP Photo/Emma Burrows)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Burrows</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6RDT3BPETKHG4A6DWEX45P33PQ.jpg?auth=e4ebf89bd358e63bf6648138bc463f6e2f740d66366001d15428d2af43e72827&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People enter a shelter designed to withstand chemical, nuclear and biological attacks during at civil defense exercise in Kuopio, Finland, Wednesday, Sept. 2, 2026. (AP Photo/Emma Burrows)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Burrows</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYF2XGH7Z2JY5KJW525DYU264M.jpg?auth=a2df56caa808dacf3bc9004b7368f258fb9df86e9e0c4132147e697b91d27592&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pirkko Naukkarinen, a Finnish war veteran, looks over photos from World War II in an album at a museum in Kuopio, Finland, Tuesday, Sept. 1, 2026. (AP Photo/Emma Burrows)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Burrows</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PM3SQRW5SB4QVKJDA5KFCXSKJ4.jpg?auth=01e821f73c0d2039c12196c919e09a5f035aa772a5fbc7306c0b1fdf7df79284&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aili Toivanen wears a traditional Karelian dress as she sits with friends in the city of Kuopio, Finland, Tuesday, Sept. 1, 2026. (AP Photo/Emma Burrows)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Burrows</media:credit></media:content></item><item><title><![CDATA[Russia to close German cultural centers amid deepening tensions with Europe over supporting Ukraine]]></title><link>https://www.local10.com/news/2026/09/03/russia-to-close-german-cultural-centers-amid-deepening-tensions-with-europe-over-supporting-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/03/russia-to-close-german-cultural-centers-amid-deepening-tensions-with-europe-over-supporting-ukraine/</guid><dc:creator><![CDATA[By CLAUDIA CIOBANU and KATIE MARIE DAVIES, Associated Press]]></dc:creator><description><![CDATA[WARSAW, Poland (AP) — Russia will close German cultural centers on its territory, Foreign Minister Sergey Lavrov said Thursday in a retaliatory measure reflecting the deepening tensions between Moscow and European countries that are helping Ukraine resist the Kremlin's 4 1/2-year-old invasion.]]></description><pubDate>Thu, 03 Sep 2026 16:19:29 +0000</pubDate><content:encoded><![CDATA[<p>WARSAW, Poland (AP) — Russia will close German cultural centers on its territory, Foreign Minister Sergey Lavrov said Thursday in a retaliatory measure reflecting the deepening tensions between Moscow and European countries that are helping Ukraine resist the Kremlin's 4 1/2-year-old invasion.</p><p>Lavrov's announcement came after Berlin blamed Moscow for an attempted drone attack at Leipzig/Halle Airport on Aug. 4. The explosives-laden drone was found near a Ukrainian plane at the airport, a major international freight hub used for providing support to Ukraine. The drone was later defused.</p><p>Earlier Thursday in Munich, several incendiary devices were thrown at a construction site near a building where several companies, including from the defense sector, are located, the Bavarian State Criminal Police Office said. There was a brief fire that caused no significant damage, police said, adding they suspect the target was one of the companies in the area.</p><p>Two Bulgarian nationals were arrested, police said, but their suspected involvement was not confirmed.</p><p>Western officials have repeatedly accused Moscow of conducting a campaign of sabotage and disruption in their countries with the aim of undermining support for Ukraine and destabilizing European nations, something Russia denies.</p><p>Germany says it has become a “daily target” of the Kremlin’s hybrid campaign.</p><p>It said Wednesday it was closing both the Russian Consulate in Bonn and the Russian House cultural center in the German capital.</p><p>Lavrov countered that cultural centers belonging to Germany’s Goethe-Institut would be closed in Moscow, St. Petersburg and Yekaterinburg, adding that any other response would show a lack of “self-respect” on Russia’s part.</p><p>He told an economic forum in the Far East city of Vladivostok that Germany “could not have failed to understand” that closing the center in Berlin would “signify the end of their cultural presence in Russia.”</p><p>Russian President Vladimir Putin said Berlin wants to distract from its own failings and dissatisfaction among voters. Any proof being offered “has been planted,” Putin said.</p><p>Europe increasingly views itself as facing what it calls hybrid attacks by Russia, marked by cyberwarfare and disinformation as well as a conventional military threat. Each side accuses the other of state terrorism.</p><p>The tension has continued for months and grown into a major foreign and defense policy challenge for countries in the European Union.</p><p>Putin is testing the West with tactics that fall “just below the threshold of war” and is determined to “harass NATO members,” the head of Britain’s MI6 spy agency said last year.</p><p>European countries seek to counter Russia's threat</p><p>Following Germany's claims, Poland, Denmark, Finland, the U.K., the Czech Republic and Lithuania have summoned Russian diplomats stationed in their countries.</p><p>In Norway, authorities on Wednesday seized a Russian vessel in the Arctic archipelago of Svalbard at the request of Ukraine’s state-owned Naftogaz energy group.</p><p>A Norwegian court ordered the seizure as part of efforts by Naftogaz to recover a $4.22 billion arbitration award stemming from Russia’s 2014 illegal annexation of Crimea and its seizure of Ukrainian energy assets, including gas fields and pipelines. After Moscow refused to pay the 2023 award, Naftogaz petitioned national courts for orders to seize Russian commercial assets.</p><p>Putin on Thursday compared it to “state terrorism,” and Russia's Foreign Ministry summoned Norway’s ambassador to Moscow, Heidi Olufsen, to protest the seizure of the vessel, which it said belongs to the state weather and environmental monitoring agency.</p><p>It carried workers, scientists and cargo to Russian settlements on one of the islands in Svalbard, the ministry said, adding that Moscow "will seek to lift the vessel's arrest.”</p><p>In Finland, meanwhile, more than 2,000 people took part Thursday in the biggest civil defense exercise in Europe since the end of World War II. Among the threats envisioned were missile strikes from neighboring Russia.</p><p>EU weighs how to respond further</p><p>EU ministers on Wednesday weighed how best to respond to the attempted drone attack but struggled to find new ways to meet the challenge without resorting to military means.</p><p>The EU has slapped almost two dozen packages of sanctions on Russia over the war, targeting over 3,000 officials, oligarchs and entities including banks, energy companies and drone makers.</p><p>One senior EU official said the bloc’s anti-terrorism procedures could be put to effective use.</p><p>“If we list individuals as terrorists, we can deploy a range of instruments to actually target those individuals and to track them, all their activities and people associated with those individuals,” EU Counter-Terrorism Coordinator Bartjan Wegter said.</p><p>He told The Associated Press that EU methods for combating terrorist financing and money laundering, as well as boosting the resilience of infrastructure like airports, could be put to good use.</p><p>“It is a very worrying development,” Wegter said of the failed Leipzig drone attack. But he noted that “it is not new what we’re seeing.”</p><p>Both Russia and Iran have used hybrid warfare methods before, he said.</p><p>“They’re actually deploying terrorist tactics” that are meant to “destabilize our society," Wegter added.</p><p>Denmark sounds alarm about Russian sabotage plans</p><p>Danish security services are warning that Russian acts of sabotage against the country’s defense industry may be imminent.</p><p>Intelligence services have seen signs of specific planning by Russia to conduct sabotage operations in Denmark, Emil Græsholm, head of counterintelligence at the national security and intelligence service PET, told the Berlingske newspaper.</p><p>The targets are primarily companies in the defense industry and especially those associated with delivering military components to Ukraine, he said.</p><p>Russian Ambassador Vladimir Barbin said PET has not presented any concrete evidence that Moscow was preparing sabotage acts in Denmark. He said Græsholm’s comments were actually an acknowledgement of Denmark’s involvement in Ukraine.</p><p>The transformation of Danish territory into a production and logistics base for the Ukrainian military posed a security risk to Denmark, he added.</p><p>Italy’s Defense Minister Guido Crosetto told AP on Wednesday that the German airport incident was “a very serious act that could have very grave consequences.”</p><p>But he said the threats aren’t discouraging Italy from further helping Kyiv as Rome weighs whether to send SAMP/T air defense batteries. As in other Western countries, limited weapons production capacity is hampering efforts to supply more to Ukraine, he said.</p><p>___</p><p>Davies reported from Manchester, England.</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/2RD7DY7JOSO7E7P6Z7VR47RFBU.jpg?auth=08199878076c694016777873ed18c6abc8fca07a9ae5c7bd8099011ee36779f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person walks past figures depicting Johann Wolfgang Goethe, right, and Russian poet Alexander Pushkin installed in the window of the Goethe-Institut, Germany's cultural center in St. Petersburg, Russia, Thursday, Sept. 3, 2026. (AP Photo/Dmitri Lovetsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I55WFFOQB47T2BKAQQCHA2VX6Q.jpg?auth=f203f6e8a7d7212eed283c1a1121e6fd2e472b3c929b43cce874df98022f34ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin, right, and Russian Foreign Minister Sergey Lavrov, attend the talks with Indonesian President Prabowo Subianto on the sidelines of the Eastern Economic Forum in Vladivostok, Russia, Thursday, Sept. 3, 2026. (Vyacheslav Prokofyev/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Vyacheslav Prokofyev</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7P6K3IPRNVUHMDL42B35OOWDJ4.jpg?auth=8a48be56f69bd754526b9fb99bb4b3336470a70391b8a3c3a67b8ff44653f3ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man enters a building of the Goethe-Institut, Germany's cultural center in Moscow, Thursday, Sept. 3, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MPZZAYZLL66VROAOTROGFPAZJY.jpg?auth=06595bbcb5193f78ee5eeaf3075215e5b4bbd13f24e3d2b6702335b2ced527cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People enter a building of the Goethe-Institut, Germany's cultural center in Moscow, Thursday, Sept. 3, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZHUX7TQ66622FLZQXWKYXCFWU.jpg?auth=2719e4cfe103fc1f11bd381c12c4c796364dc7cfbcea7459024ed2e8fc1063d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past a street sign of the Goethe-Institut, Germany's cultural center in Moscow, Thursday, Sept. 3, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content></item><item><title><![CDATA[German far-right party targets iconic Bauhaus school ahead of landmark state election]]></title><link>https://www.local10.com/news/world/2026/09/03/german-far-right-party-targets-iconic-bauhaus-school-ahead-of-landmark-state-election/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/german-far-right-party-targets-iconic-bauhaus-school-ahead-of-landmark-state-election/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER, Associated Press]]></dc:creator><description><![CDATA[DESSAU, Germany (AP) — Nearly a century after the Nazis shut down the world-famous Bauhaus school of design, it has once again become a cultural battleground between Germany's establishment and the far-right Alternative for Germany party, which has called the art movement an “aberration of modernism.”]]></description><pubDate>Thu, 03 Sep 2026 05:24:02 +0000</pubDate><content:encoded><![CDATA[<p>DESSAU, Germany (AP) — Nearly a century after the Nazis shut down the world-famous Bauhaus school of design, it has once again become a cultural battleground between Germany's establishment and the far-right Alternative for Germany party, which has called the art movement an “aberration of modernism.”</p><p>Founded in 1919, Bauhaus blurred lines between art and industry, influencing global design to this day. It remains a cultural icon that attracts a steady stream of visitors to its iconic school building and the museum in Dessau in Saxony-Anhalt.</p><p>Attacks on Bauhaus by Alternative for Germany, also known as AfD, come as Saxony-Anhalt in eastern Germany is about to vote in an election that could see a far-right party take control of one of the country’s states for the first time since World War II.</p><p>AfD hopes to gain an absolute majority in the state legislature in the election on Sunday, an outcome that would shake German politics and possibly have repercussions for the region's cultural freedom.</p><p>AfD says Bauhaus violates the ‘human need for security’</p><p>In its election program, the party slams the Bauhaus as a school that “always strove to avoid any sign of national rootedness.”</p><p>AfD says its plans after a victorious election include implementing the slogan “Think German” to replace the state’s current advertising tagline “Think Modern,” which it has denounced as a “policy of a lack of identity.”</p><p>In 2024, AfD attacked the Bauhaus in Saxony-Anhalt’s Parliament as an “aberration of modernism.”</p><p>In that debate, Hans-Thomas Tillschneider, the AfD cultural policy spokesperson in the state legislative body, claimed “the Bauhaus violated the human need for security and comfort in every conceivable way.”</p><p>The lead AfD candidate in the upcoming election, Ulrich Siegmund, recently tried to tone down some of the more radical attacks by his party. He told The Associated Press at a campaign event in Moeser that Bauhaus itself wasn’t a problem but “we just mustn’t limit our culture and our history to it. We are much, much more than just the Bauhaus.”</p><p>If AfD wins the election and takes control of the state Parliament, the party could theoretically cut the state funding for Bauhaus.</p><p>German culture minister vows to fight for Bauhaus</p><p>The AfD attacks have led to a clash with Germany's cultural establishment and the country's culture minister, who is leading the defense of the Bauhaus.</p><p>“The AfD is attacking the Bauhaus, using the very same words the Nazis used 100 years ago,” Culture Minister Wolfram Weimer said in a recent AP interview. “And that is why democrats, whether they lean conservative or left, are fighting back against it.”</p><p>Bauhaus changed the world when it was founded in Germany 100 years ago and has become a global brand icon of “new design, new architecture, and the creative industries,” Weimer said.</p><p>“And this idea, which is very modern, of bringing together elements from different disciplines has always been hated by the far right,” he added. “The Nazis banned and persecuted it. And today we have new Nazis … growing stronger, and attacking the Bauhaus all over again.”</p><p>Weimer vowed that Germany's national government would continue to finance the Bauhaus Foundation in Dessau to ensure its independence and survival even if AfD win the Saxony-Anhalt election.</p><p>Bauhaus school blurred lines between artistic and industrial</p><p>The Bauhaus was founded in 1919 by Walter Gropius and others as an art school in Weimar and later moved to Dessau. Its artistic approaches and design styles continue to influence art and architecture to this day.</p><p>The Bauhaus school blurred the lines between the artistic and the industrial, producing some of the precursors of modern mass design and helping make its design influential far beyond its relatively brief existence.</p><p>After the Nazis came to power in Germany in 1933, the school closed and many Bauhaus teachers and students left the country, spreading its style around the globe from Chicago to Tel Aviv.</p><p>Architect Ludwig Mies van der Rohe, the last Bauhaus director, emigrated to the United States in the late 1930s. His famous buildings in the minimalist style with sleek glass and metal facades continue to impress Bauhaus fans to this day.</p><p>Bauhaus still attracts visitors from around the globe</p><p>Up to 150,000 visitors, including many from abroad, come to Dessau every year to see the original, iconic Bauhaus building and visit the Bauhaus museum, which is a testament to the enduring fascination and relevance of the Bauhaus to this day, said Barbara Steiner, the director and CEO of the Bauhaus Dessau Foundation.</p><p>She welcomed a pro-Bauhaus manifesto that was initiated in August by Weimer, the culture minister, and signed by more than 2,500 groups and individuals in reaction to the AfD's attacks on Bauhaus.</p><p>The manifesto includes pledges to defend the Bahaus from anti-democratic attacks by a broad alliance of cultural and architectural institutions and churches, saying they “reject nationalism that is hostile to culture.”</p><p>“The Bauhaus stands for intellectual, social, and aesthetic openness and continuous renewal. It stands for exchange, transnational networking, and mutual inspiration. This openness is a great strength of German culture and enriches Germany,” the manifesto says.</p><p>“Ultimately, the AfD’s accusations are very stereotypical,” she said. “They have in mind a version of the Bauhaus that never existed historically and, of course, doesn’t exist today either.”</p><p>___</p><p>Geir Moulson and Fanny Brodersen in Moeser, Germany, and Markus Schreiber in Dessau, Germany, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VNOQJIETQUKRRKTYYMJBQPRPXY.jpg?auth=d9bb983aa477222a306da4ae8570c1eefb7c23766a509466f37ba57aeaaf9b78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The main building of the former Bauhaus design school, which was called an "aberration of modernism" by Germany's far-right Alternative for Germany party, photographed in Dessau, Germany, Aug. 17, 2026. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSZ5VXK5ZT2EKLDQNHBODWOVKQ.jpg?auth=6bfc815d65e2158974de48bf9289d229695358564cd4a51ff3383a2f85f542b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barbara Steiner, the director of the Bauhaus Dessau Foundation poses for a photo at the entrance of the main building of the former design school, which was called an "aberration of modernism" by Germany's far-right Alternative for Germany party, in Dessau, Germany, Aug. 17, 2026. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RXIZEH4MIRXXYNLUJYMZ5YF24I.jpg?auth=51756a33b7f300e986ed51e102fa3086fd3374bba048ae73b15a438ffea55c1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[German culture minister Wolfram Weimer poses for a photo during an interview with The Associated Press at the Bauhaus Archive in Berlin, Germany, Aug. 26, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5FROUD2YLPIPXW2F4ZXR7NI62M.jpg?auth=5ed8b22cb4a0cb4ffeed54288db25666d91c4a74d2e6af31d2288d1006e99cc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kandinsky/Klee Master House at the former Bauhaus design school, which was called an "aberration of modernism" by Germany's far-right Alternative for Germany party, photographed in Dessau, Germany, Aug. 17, 2026. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERLQ5WI2P7HH2L5DWMA5FOEPHU.jpg?auth=3ab373bcf5cdf643403d2c9c88ade0eb39c4a4b726604b1c2a148dee526c6915&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A side entrance at the former Bauhaus design school, which was called an "aberration of modernism" by Germany's far-right Alternative for Germany party, photographed in Dessau, Germany, Aug. 17, 2026. (AP Photo/Markus Schreiber)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content></item><item><title><![CDATA[Pacific island nations seek to turn geopolitics into funding to offset climate change harm]]></title><link>https://www.local10.com/news/world/2026/09/03/pacific-island-nations-seek-to-turn-geopolitics-into-funding-to-offset-climate-change-harm/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/pacific-island-nations-seek-to-turn-geopolitics-into-funding-to-offset-climate-change-harm/</guid><dc:creator><![CDATA[By CHARLOTTE GRAHAM-McLAY, Associated Press]]></dc:creator><description><![CDATA[KOROR, Palau (AP) — When stormy seas batter Melekeok state on Palau’s biggest island, the Pacific Ocean floods right into people’s homes.]]></description><pubDate>Thu, 03 Sep 2026 04:55:22 +0000</pubDate><content:encoded><![CDATA[<p>KOROR, Palau (AP) — When stormy seas batter Melekeok state on Palau’s biggest island, the Pacific Ocean floods right into people’s homes.</p><p>“We keep telling the legislature we need to move inward,” said Bol Sebalt, 43, who was born and raised on the low-lying beachfront. “But because of a shortage of funding we cannot.”</p><p>The fate of Melekeok, a chiefdom of 300 people, is echoed by stories from many island nations in remote parts of the vast Pacific Ocean. Their leaders, gathered for a summit in Palau this week, are wrestling once more with the question of how tiny countries with little global power can use major polluters’ geopolitical interest in their region to secure a chance of survival.</p><p>Some hope for funding to help them adapt to changes they can’t reverse. Sebalt, a legislative clerk, is also a trained volunteer for her local disaster readiness team, making her one of 200 people across the western Pacific country now prepared to shepherd their communities through events such as catastrophic typhoons that have struck before.</p><p>Almost a year ago, Sebalt moved to a subdivision being prepared inland for Melekeok’s people, where she’s the only resident so far. Sebalt said funding for plumbing, sewage and enough street light poles for others to move in was sourced in small chunks and much too slowly.</p><p>“We cannot move faster than climate change,” she said.</p><p>Pacific officials warn of no way out but curbing emissions</p><p>About 32 kilometers (20 miles) across the volcanic island, down winding roads fringed by tropical jungle, leaders from some of the small Pacific nations most imperiled by rising seas renewed dire warnings Wednesday about their expected fate.</p><p>The officials standing in sweltering, wet heat outside the annual Pacific Islands Forum summit were responding to a bleak first-of-its-kind report issued by the United Nations, which said Earth would soon exceed the safe temperature threshold agreed upon in the 2015 Paris climate accord because of warming from the burning of coal, oil and gas.</p><p>“Loss and damage is a reality that currently exists in my country,” Vanuatu Climate Adaptation Minister Ralph Regenvanu said.</p><p>“It will only accelerate with any overshoot, encompassing economic and non-economic losses that no finance can fully restore,” he said, adding that the loss encompassed “our ancestral lands, our heritage, our identity.”</p><p>For years, Regenvanu and other Pacific leaders have urged action from major polluters that would limit global warming to an accepted goal of 1.5 Celsius (2.7 Fahrenheit) above mid-19th century temperatures, which scientists said could avoid the dramatic impacts on people and the planet expected at 2 C.</p><p>Wednesday’s report finally admitted that the world would cross the 1.5 threshold “in the next few years,” while recommending efforts to bring down the temperature. The leaders gathered in Palau said that would be too late.</p><p>Warmer seas would devastate the Pacific’s tuna fisheries, which produce 30% of the world’s catch, and the mangroves where fish hatch, according to the regional scientific organization SPC. This year’s El Nino chaos has left parts of the Pacific in drought while others flooded, and such events would only intensify, the body added.</p><p>“There is no other way out,” said Maina Talia, Tuvalu’s minister for climate change. “The only way out for us is to ensure that we continue to push for 1.5, to stay alive, to stay in our countries.”</p><p>The summit’s host urged climate funding instead of geopolitics squabbles</p><p>Ahead of each year’s Pacific leaders summit, many of the 18 member states and territories cite climate change as the most pressing discussion topic.</p><p>But it’s often swept aside by geopolitical jostling from major powers on the sidelines of the event as they seek to shore up more influence in the strategically important region than their rivals. Palau’s President Surangel Whipps Jr., suggested this week that countries who sought involvement in the region could instead do so by funding climate projects, including his push to see the sunny region become the first in the world powered entirely by renewable energy.</p><p>A geopolitical sideshow between China and Taiwan promptly erupted, however, when envoys from Beijing and Taipei were seated in the same row at the summit’s opening ceremony. But there are other obstacles to the leaders’ ambitions.</p><p>A Pacific-managed fund created by the summit’s members and intended to finance grassroots adaptation projects across the region has so far faltered because major donors haven’t pledged the hoped-for amounts. While some have cited governance concerns with the Pacific Resilience Facility, due to be headquartered in Tonga, the model is also new for an aid-dependent region where donors are used to controlling where money goes.</p><p>“International financial institutions have very lengthy, long processes to deliver the direct access funding that we require in the Pacific,” Tonga’s Prime Minister Fatafehi Fakafanua told The Associated Press.</p><p>“The PRF was purposefully designed to work immediately for the urgent needs of the Pacific Island people,” he added. “That is something that differentiates the PRF from the existing financial models that we are using here in the Pacific.”</p><p>Small island states are questioning larger forum members’ commitment</p><p>Then there are the tensions between small island nations who make up the majority of the Forum and its two largest powers and biggest donors, Australia and New Zealand, about their climate efforts.</p><p>Australia’s Prime Minister Anthony Albanese told reporters in Palau on Wednesday that Pacific leaders understood his country’s transition away from fossil fuels couldn’t “happen overnight,” and required greater capacity for renewable power generation.</p><p>“Australia is highly regarded when it comes to climate change and the talking down of Australia doesn’t happen from outside Australia, I make that point,” he said.</p><p>An hour later, Regenvanu of Vanuatu told reporters that Australia was not doing enough.</p><p>“Australia is a major producer of fossil fuels,” he said. “The very least a country like Australia should be doing is stopping future expansion and it’s not doing that.”</p><p>___</p><p>Associated Press writer Rod McGuirk in Melbourne, Australia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PBOOVACG33FGVFGRLL4AN5OHD4.jpg?auth=c50d13ad4281126f0deb15047160d1a66c6bfbf8883e41c55565a3f1ddf6f63d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sliver of beach remains after sea level rises on the coastline in Melekeok state, Palau, Thursday, Sept. 3, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PYZCXJQX7BGPBLPAQUGXMMGTMM.jpg?auth=902ccfc1222b9473051c6dee4b66aefcb3b3e55795d53c9121c57218e014b1b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Melekeok state resident Bol Sebalt poses for a photo at the coastline in Melekeok, Palau, Wednesday, Sept. 2, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ALGQ3LQ2GT3BZ4EW6SIPCFW4I.jpg?auth=cdb87710b51c41d788f4ea14927537e5558f86a0a084a68cc4fc5fa09bf2585b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vanuatu Minister for Climate Change Adaptation Ralph Regenvanu speaks to reporters at the Pacific Islands Forum Leaders Meeting in Koror, Palau, Wednesday, Sept. 2, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BRRVGYH5BLGGN7WOGZWIGUACTY.jpg?auth=6db4f1b9825ae5084a60f47cc24314e0398528afcb55de8bd8f0675e5ece7cbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A climate change banner is unfurled by Greenpeace during the Pacific Islands Forum Leaders Meeting in Koror, Palau, Wednesday, Sept. 2, 2026. (Mick Tsikas/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mick Tsikas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FDTFFZ5UVUAI4ILCMPUHZGASWE.jpg?auth=ed0e81cffd49c5d2a88ed01ea31a6389c17f73339c7f2841befd7f376286e2e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A solar farm on the island of Babeldoab in Koror, Palau, Thursday, Sept. 3, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content></item><item><title><![CDATA[Stocks rise on Wall Street as bond yields ease some more, even while oil prices continue to climb]]></title><link>https://www.local10.com/news/2026/09/03/stocks-rise-on-wall-street-as-bond-yields-ease-some-more-even-while-oil-prices-continue-to-climb/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/03/stocks-rise-on-wall-street-as-bond-yields-ease-some-more-even-while-oil-prices-continue-to-climb/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Gains in big technology stocks and easing bond yields helped lift Wall Street on Thursday even as oil prices ticked higher amid an escalation in the U.S. war with Iran.]]></description><pubDate>Thu, 03 Sep 2026 18:05:56 +0000</pubDate><content:encoded><![CDATA[<p>Gains in big technology stocks and easing bond yields helped lift Wall Street on Thursday even as oil prices ticked higher amid an escalation in the U.S. war with Iran.</p><p>The S&P 500 was up 1.1%. The Dow Jones Industrial Average added 631 points, or 1.2%, as of 1:53 p.m. Eastern time. The Nasdaq composite rose 1.5%. The indexes are coming off their first gain after a three-day slide.</p><p>Gains in big technology and communication services stocks led the way higher. Their large market values tend to give them more influence over the broader market’s direction.</p><p>Microsoft rose 2.8%, Apple gained 0.7% and Meta climbed 3.6%.</p><p>Giant chip maker Nvidia, whose high-end chips have emerged as AI’s best building blocks, rose 2.2% after saying it would buy the artificial intelligence platform Hugging Face for $13 billion.</p><p>Markets rose in Europe, but ended mixed in Asia.</p><p>Oil prices ticked higher as the six-month long U.S. war with Iran intensified.</p><p>Iran fired at Kuwait on Thursday in retaliation for U.S. bombardments earlier in the week. The fighting between the U.S. and Iran heated up after the U.S. hit Iranian rocket launchers Sunday on an island in the Strait of Hormuz, saying Iran was planning to use them to send mines into the waterway.</p><p>The renewed fighting has sent U.S. crude prices sharply higher this week, though the momentum cooled Thursday. After rising in the early going, the price of Brent crude, the international standard, was down 0.1% to $95.55 per barrel. Benchmark U.S. crude rose 0.5% to $91.51 a barrel.</p><p>Rising oil prices have added to existing inflationary pressures and exacerbated a bond-market sell-off earlier this week.</p><p>But bond yields have shown signs of stabilizing.</p><p>The yield on the 10-year Treasury, which influences mortgage rates, dropped to 4.76% from 4.79% late Wednesday. It has been rising steadily throughout the year and was as low as 4.20% at the beginning of 2026.</p><p>The yield on the 2-year Treasury, which closely tracks expectations for Federal Reserve moves on interest rates, slid to 4.33% from 4.39%. It remains significantly higher for the year, though, and was as low as 3.50% at the beginning of 2026.</p><p>Traders had their eye on several companies following their latest quarterly snapshots.</p><p>Snowflake jumped 20.4% after its quarterly profit and revenue blew past analysts’ estimates. The company noted that artificial intelligence continues to be a strong driver for its business.</p><p>Other tech companies echoed the theme of strength in AI-related demand, but that wasn't enough to send their stocks higher.</p><p>Broadcom's results beat Wall Street’s estimates and the chipmaker forecast that its AI chip revenue would double in its fiscal year that ends in 2028. But its stock fell 3.6% after its revenue outlook fell short of expectations.</p><p>Hewlett Packard Enterprise also raised its guidance for cloud and AI demand strength as it reported quarterly results that topped analysts’ estimates. But the company’s shares slid 3.5% on worries about supply constraints and other concerns.</p><p>Elsewhere in the market, Tyson Foods fell 7.4% after the meat company lowered its guidance for revenue and operating income for its fiscal year, citing margin compression due to volatile cattle prices amid a severe U.S. cattle shortage.</p><p>And Victoria's Secret slumped 14.5% after its latest quarterly earnings beat Wall Street estimates, but its revenue fell short of expectations.</p><p>In economic news, the Labor Department reported Thursday that more Americans filed for unemployment benefits last week, but layoffs are still rare and jobless claims remain at historically low levels.</p><p>On Friday, the crucial U.S. employment report for August is released. The previous report for July showed that the jobs market stalled, with employers cutting positions.</p><p>Both inflation and the jobs market have been key focuses for Wall Street and the Federal Reserve.</p><p>The Fed is trying to balance its tasks of supporting employment and taming inflation. Wall Street expects the central bank to raise interest rates before the year ends in an effort to cool inflation, which remains well above 3%. The Fed has a stated goal of cooling inflation to a target of 2%.</p><p>The government will release August inflation figures Sept. 11, shortly before the Fed's policymaking committee's next meeting, which ends on Sept. 16.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTS3BHFVR6MNBZPMSMVNJCC34U.jpg?auth=9f75e432328d59cad4b590599dbd142e14f096273c5e9be5a6bd27eac53beef0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Anthony Matesic works on the floor of the New York Stock Exchange in New York, Friday, Aug. 21, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Hong Kong court upholds convictions of Cardinal Joseph Zen and others over protester relief fund]]></title><link>https://www.local10.com/news/world/2026/09/03/hong-kong-court-upholds-convictions-of-cardinal-joseph-zen-and-others-over-protester-relief-fund/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/hong-kong-court-upholds-convictions-of-cardinal-joseph-zen-and-others-over-protester-relief-fund/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A Hong Kong court on Thursday dismissed appeals brought by a 94-year-old Roman Catholic cardinal and four others over their convictions for failing to register a now-defunct fund that aimed to help people arrested during anti-government protests.]]></description><pubDate>Thu, 03 Sep 2026 13:59:02 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A Hong Kong court on Thursday dismissed appeals brought by a 94-year-old Roman Catholic cardinal and four others over their convictions for failing to register a now-defunct fund that aimed to help people arrested during anti-government protests.</p><p>Cardinal Joseph Zen, a retired bishop and vocal advocate for democracy in the city, was a trustee of the 612 Humanitarian Relief Fund, which helped pay medical and legal fees for arrested protesters until it ceased operations in October 2021. The other defendants — singer Denise Ho, scholar Hui Po Keung, and former pro-democracy lawmakers Margaret Ng and Cyd Ho — also served as trustees.</p><p>The five were found guilty and fined 4,000 Hong Kong dollars ($512) each in 2022 for breaching the Societies Ordinance, which requires local organizations to register or apply for an exemption within a month of their establishment. Their convictions were the first of their kind.</p><p>Observers say the case was significant to the city's freedom of association and it has been closely watched amid the city's drastic political changes following massive anti-government protests in 2019.</p><p>Judges Jeremy Poon, Aarif Barma and Derek Pang said the fund did not apply for registration or exemption within one month following its establishment. They said the five former trustees had intended to use the fund as a vehicle to appeal for, collect and apply donations for supporting the 2019 protests.</p><p>The fund is more than “mere sum of moneys held by the appellants on trust,” they said.</p><p>“Nothing in the evidence suggests that any individual including the appellants would be subject to an unacceptably harsh burden by the restrictions imposed by the registration scheme on their exercise of the right to freedom of association,” they wrote in their judgment.</p><p>After the hearing, Ng told reporters that the defendants would appeal to the city's top court. She said the top court needed to clarify what counted as a “society” and whether people would need to register with police or apply for exemption when taking part in any activity with others.</p><p>“It has a great impact on Hong Kong's civil society,” she said.</p><p>Zen appeared in court with a walking stick in his hand. He and the four others were first arrested in 2022 on suspicion of colluding with foreign forces under a Beijing-imposed national security law, although they were not charged under that law. Zen's arrest at that time sent shock waves through the Catholic community.</p><p>After he was convicted in 2022, Zen said his case should not be seen as connected to the city’s religious freedoms.</p><p>The 2019 protests were sparked by a since-withdrawn bill that would have allowed criminal suspects to be extradited to mainland China, and evolved into months of violent unrest.</p><p>The security law has crippled Hong Kong’s pro-democracy movement since its enactment in 2020, with many activists being jailed under it. The impact of the law has also damaged faith in the freedoms of the former British colony, which returned to Chinese rule in 1997.</p><p>Beijing and Hong Kong authorities insist the law is necessary for the city's stability.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SH7UHVK7C2AIR4VFVOQITGOSBA.jpg?auth=a80ce366d7c0a5bfdfc312cdbabe5c93c3c9335679e9807fac36c4dc7cc12a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Catholic Cardinal Joseph Zen, attends a Mass at the Holy Cross Church in Hong Kong on May 24, 2022. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FBVJNIPWFVND3IC4SSUSZNC4PM.jpg?auth=854005e66b388313a901db14fe1271aed80e18d373d47d50b6e83a4f57ece7a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -From left, former lawmaker Cyd Ho, Cardinal Joseph Zen, barrister Margaret Ng, singer Denise Ho and scholar Hui Po-keung pose for a photograph outside of the West Kowloon Magistrates's Courts after the verdict session in Hong Kong, Nov. 25, 2022. (AP Photo/Anthony Kwan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Kwan</media:credit></media:content></item><item><title><![CDATA[Trump's plan for a fence at Lafayette Park near White House gets review by federal panel]]></title><link>https://www.local10.com/news/politics/2026/09/03/trumps-plan-for-a-fence-at-lafayette-park-near-white-house-gets-review-by-federal-panel/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/trumps-plan-for-a-fence-at-lafayette-park-near-white-house-gets-review-by-federal-panel/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[The latest pieces of President Donald Trump's wide-ranging Washington makeover are set for an airing Thursday in front of a federal panel that already has blessed other big-ticket plans from the designer-in-chief.]]></description><pubDate>Thu, 03 Sep 2026 04:14:21 +0000</pubDate><content:encoded><![CDATA[<p>The latest pieces of President Donald Trump's wide-ranging Washington makeover are set for an airing Thursday in front of a federal panel that already has blessed other big-ticket plans from the designer-in-chief.</p><p>The National Capital Planning Commission, which this spring approved Trump's White House ballroom proposal after he razed the Executive Mansion's East Wing without authorization, will discuss a proposed fence around Lafayette Park in front of the White House.</p><p>The panel also will review a proposed underground security screening center for White House visitors. It's the first time the commission will take up either idea, and votes are not expected. But the commission and the separate U.S. Commission of Fine Arts thus far have not been an obstacle for Trump's plans for the capital.</p><p>The fine arts panel, which is controlled by Trump appointees, approved the visitors' center plans at its July meeting. It heard a presentation on the Lafayette Square fencing but took no action. The fencing also carries the most potential for controversy and opposition on Thursday.</p><p>The planning commission is not as dominated by Trump appointees but still has a clear tilt in the Republican president's favor. The 12 members include three presidential appointees, plus Defense Secretary Pete Hegseth, Interior Secretary Doug Burgum, General Services Administrator Ed Forst and, from Congress, Sen. Rand Paul and Rep. James Comer, both Republicans. The new chairman, Mark Paoletta, will chair his first meeting. White House Counsel Will Scharf previously held the role.</p><p>Both proposals come at a time when security for the president is a top concern. The administration says the projects would be an improvement over temporary structures that have long been used for security, such as bicycle racks fashioned into barriers.</p><p>Trump has been the target of multiple assassination attempts, including two during the 2024 campaign and a third this past April as he attended a Washington dinner with White House journalists. Those concerns were heightened in May after U.S. Secret Service officers fatally shot a man who opened fire near a White House security checkpoint.</p><p>But Lafayette Square fencing still would be a marked permanent change to the usual access and appearance of the grounds in front of the White House. The square last had permanent fencing in the late 1800s.</p><p>The administration’s 79-page proposal for the 8-acre (3-hectare) park calls for fencing all the way around with larger gates at the north and south entrances. Options call for either including or excluding monuments located at each of the park’s four corners.</p><p>The White House Visitor Screening Facility, meanwhile, has been viewed as a noncontroversial part of the administration's call for increased security measures.</p><p>The administration says the permanent facility, which it wants open by July 2028, would replace a series of temporary tents that have been used for years, in a bid to improve security on the White House complex and enhance the experience for visitors. The original design had it being built underground near the southern end of Sherman Park, just southeast of the White House. But consultations with other entities led to it being moved to the western edge, away from utility infrastructure.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U66XX6LOC56F72Z6PWRWPNQJZE.jpg?auth=c936d97fbd62bc63363cb7f8226a36f118aa67a906d84a98f090317d39250262&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protest ribbons are tied to a fence at Lafayette Park, near the White House, Tuesday, Aug. 25, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Here's a look at 'reach' election races where Democrats hope to pull off House upsets]]></title><link>https://www.local10.com/news/politics/2026/09/03/heres-a-look-at-reach-election-races-where-democrats-hope-to-pull-off-house-upsets/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/03/heres-a-look-at-reach-election-races-where-democrats-hope-to-pull-off-house-upsets/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[MURDOCK, Neb. (AP) — They aren't toss-up races. Not even close.]]></description><pubDate>Thu, 03 Sep 2026 04:07:15 +0000</pubDate><content:encoded><![CDATA[<p>MURDOCK, Neb. (AP) — They aren't toss-up races. Not even close.</p><p>But Democrats are dreaming of pulling off upsets in what might be called “reach” House districts, where Republicans usually win and likely will again — but where races could tighten if a rare political wave gains strength in November.</p><p>The party in power traditionally suffers losses during midterm elections. Democrats managed to avoid a predicted 2022 “red wave,” but they saw Republicans flip both chambers when President Donald Trump was reelected last cycle.</p><p>Now, with an unpopular war in Iran and lingering concerns about inflation, Democrats are hoping that this year could be a replay of 2018, when a backlash against Trump changed the balance of power in Congress.</p><p>“House Democrats are expanding the battlefield deep into Trump terrain,” said Washington Rep. Suzan DelBene, chair of the Democratic Congressional Campaign Committee.</p><p>National Republican Congressional Committee spokesman Mike Marinella countered that “national Democrats can keep throwing darts at the map and calling wherever they land a battleground, but nobody is buying it."</p><p>Here are some long-shot races, where stronger Democratic performances might signal an especially good election nationally for the party.</p><p>A candidate moved back to Nebraska after DOGE cuts</p><p>While all eyes are on the open seat in Nebraska's hotly contested "blue dot” 2nd Congressional District in Omaha, another race in the nearby, but more rural, more conservative, 1st District might be heating up.</p><p>The seat hasn't gone blue since President Lyndon B. Johnson topped the ticket in 1964, but the Democratic Congressional Campaign Committee added the race to its list of those “in play," meaning national party support.</p><p>Hoping to break the losing streak is Chris Backemeyer, a former senior State Department official who said he left Washington after the Elon Musk-ledDepartment of Government Efficiency “came in and just wanted me to fire a lot of people."</p><p>Born and raised in the college town of Lincoln, the bluest part of an otherwise Republican district, Backemeyer quit his job and embarked on a cross-country road trip with his wife and three children, before eventually attending a town hall last summer hosted by Republican Rep. Mike Flood.</p><p>The line to get into the event stretched for blocks, Backemeyer recalled, and the atmosphere turned tense as audience members pressed Flood on cuts to Medicaid and reductions in federal veterans benefits. Backemeyer said he remembers thinking Nebraskans “deserve better.”</p><p>Flood was first elected in 2022, and won by 20-plus points two years ago. A former state legislator and owner of a broadcast communications company, he has continued to hold town halls with constituents — despite many of his House Republicans refraining from doing so.</p><p>As he campaigns in conservative areas, Backemeyer said “I've never been run out of town anywhere." But he also knows that making it to Congress won't be easy.</p><p>“I've had to convince just Democrats here that I can win," he said.</p><p>Democrats seek another Kentucky bump</p><p>Rep. Andy Barr’s seat in Kentucky’s 6th District is open as he runs to succeed retiring Sen. Mitch McConnell. Barr is one of 36 Republican House members not seeking reelection this cycle, compared to 23 Democrats.</p><p>Former federal prosecutor and Navy veteran Zach Dembo is the Democratic nominee against Republican Ralph Alvarado, a physician and ex-state senator endorsed by Trump in the primary.</p><p>The central Kentucky district has remained solidly red since Barr defeated incumbent Democratic Rep. Ben Chandler in 2012, and the National Republican Congressional Committee said it now has the advantage in voting registrations.</p><p>But Dembo’s party sees hope in the fact that the district easily backed Democratic Gov. Andy Beshear during an off-year gubernatorial contest in 2023.</p><p>During that race, its largest county, Fayette — which includes Lexington — voted Democratic by more than 40 percentage points. A year later, however, the district easily reelected Barr as Trump carried Kentucky.</p><p>Trump's primary endorsement may scramble a Nevada race</p><p>In the 2nd District of northern Nevada's high desert, Republican Rep. Mark Amodei is retiring after 15 years in Congress. But his chosen successor, rancher and former state Sen. James Settelmeyer, didn't win their party's nomination to succeed him.</p><p>Trump endorsed small business owner and retired Air Force Lt. Col. David Flippo, who won the primary despite Amodei calling the president's choice “a mistake.”</p><p>Flippo faces Teresa Benitez-Thompson, a social worker, former majority leader of the Nevada legislature and onetime Miss America contestant who left her seat in 2024 due to term limits.</p><p>The district, which includes Reno and the state capital of Carson City, has never elected a Democrat. Trump improved his vote share in all three of his presidential runs from 2016 to 2024, and his party holds a sizable, districtwide voter registration advantage.</p><p>Benitez-Thompson is arguing that she can push back on federal overreach. Flippo says he would solidify the district's place in Trump's “Make America Great Again” movement.</p><p>Will Mace's leaving jeopardize her Republican seat?</p><p>Rep. Nancy Mace is vacating her seat in South Carolina's 1st District after finishing a distant fifth in the state’s Republican primary for governor. She has a history of on-and-off feuding with Trump, and he opposed her campaign after she pushed to release files related to disgraced financier Jeffrey Epstein.</p><p>Now Republicans have nominated Jenny Costa Honeycutt, an attorney and Charleston County councilwoman, to run against Democrat Nancy Lacore, a retired Navy vice admiral who was fired by Defense Secretary Pete Hegseth during a larger purge at the Pentagon last year and later won a tough primary fight.</p><p>Trump easily carried the district in 2024, but having no incumbent could change the dynamics. Democrat Joe Cunningham flipped the seat during Trump's first term, though Mace won it back for Republicans in 2020 and redistricting has likely made the seat more red since then.</p><p>A redrawn Texas district that may not be so reliably red</p><p>Texas' 35th district was once safe blue territory stretching from San Antonio to Austin. But its boundaries were significantly redrawn by the state's Republican-controlled Legislature.</p><p>The new district encompasses an electorate that is majority Hispanic and backed Trump by double digits in 2024. But Democrat Johnny Garcia, former sheriff of Bexar County, which includes San Antonio, has tried to woo disillusioned former Trump voters by campaigning as a “law-and-order" candidate who also opposes the president's sweeping tariffs.</p><p>Garcia is facing Republican Carlos De La Cruz, brother of Republican Rep. Monica De La Cruz, who could potentially have her own, even tighter race for reelection in another part of the state, South Texas' District 15.</p><p>A retired Air Force veteran in a district with a heavy Air Force presence, Carlos de la Cruz was endorsed by Trump in a crowded primary. The field he bested included Republican state Rep. John Lujan, who helped pass the new district's boundaries.</p><p>Republican House Speaker Mike Johnson recently campaigned in the district, bringing national party presence that might yet prove necessary if Garcia can keep things closer than expected.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DB5QIX7QMYPI5IJP4EPEM4CRZE.jpg?auth=00f3f999b4563cb2ab0ae53fb2d9d13243739096d6d4f88b92a8ffe82f0aadb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Chris Backemeyer poses in front of a campaign banner after an event in Murdock, Nebraska, on Sunday, Aug. 16, 2026. (AP Photo/Will Weissert)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Weissert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKRIGU4DSHWGN35PM2SKMEUH3U.jpg?auth=55665f8aed5ccdf45032cef3ed1fc8229c7533cb5f83735d738228bc3c117145&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators holds a sign during the March on Washington, Friday, Aug. 28, 2026, near the Lincoln Memorial in Washington. (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[Italy weighs the results as Giorgia Meloni’s government sets a longevity record]]></title><link>https://www.local10.com/news/world/2026/09/03/italy-weighs-the-results-as-giorgia-melonis-government-sets-a-longevity-record/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/italy-weighs-the-results-as-giorgia-melonis-government-sets-a-longevity-record/</guid><dc:creator><![CDATA[By GIADA ZAMPANO, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — In a country where governments are famously short-lived, the perceived success of Italian Premier Giorgia Meloni has often been attributed to her survival skills rather than her accomplishments.]]></description><pubDate>Thu, 03 Sep 2026 10:02:51 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — In a country where governments are famously short-lived, the perceived success of Italian Premier Giorgia Meloni has often been attributed to her survival skills rather than her accomplishments.</p><p>On Thursday, after 1,413 days — nearly four years — Meloni’s conservative administration became Italy’s longest-serving uninterrupted government since World War II, surpassing the record set by the late Silvio Berlusconi between 2001 and 2005.</p><p>None of Italy’s 68 governments in the country's 80 years as a republic has yet to complete a five-year term without interruption. Berlusconi came closest, but a government crisis forced him to resign briefly in 2005 before forming a new Cabinet.</p><p>Meloni and her party will celebrate their feat on Friday with a large preelection rally in the southern city of Bari.</p><p>Meloni, straightforward and pragmatic, has managed to stave off the crises and defections that have toppled past governments. The results — or lack of results — from this uncharacteristic period of stability may ultimately define Meloni’s legacy and her odds of winning another term.</p><p>“If you have five years in office and not much to show when you go back to voters, it can weigh against you,” said Nathalie Tocci, an international relations expert and professor at Johns Hopkins University.</p><p>From outsider to insider</p><p>When Meloni took office in October 2022, she was Italy's first female prime minister. Her government was also the first led by a party with neo-fascist roots, and European allies and financial markets viewed her with unease.</p><p>But Meloni has largely governed pragmatically. She maintained steadfast support for Ukraine following Russia's full-scale invasion, worked within European institutions and embraced fiscal discipline.</p><p>Her relationship with U.S. President Donald Trump became one of her most notable foreign policy assets — at least initially.</p><p>While political instability has reshaped governments elsewhere in Europe — including the United Kingdom and France — Meloni has kept the same coalition in place since taking office, a rarity in modern Italian politics and a central pillar of her reelection bid.</p><p>“Meloni has reaped a part of what she sowed, because I know few people so determined, so hardworking, so precise, so meticulous, who have sacrificed both their human and private spheres in order to serve the institutions,” Defense Minister Guido Crosetto told The Associated Press in an interview on Wednesday.</p><p>“For this she is now reaping exactly what she deserves in terms of international credibility,” he said, speaking in a room in the ministry filled with photos of his predecessors. “She is not reaping the same on the Italian level.”</p><p>Heading toward the next election, due by the end of 2027, there is no longer any debate that Meloni can govern. The question is whether voters believe her government delivered enough to deserve another term.</p><p>Making the economic case</p><p>Supporters point to tighter public finances, the rollback of costly measures, more than 1 million additional jobs, unemployment below 6% and youth unemployment at new lows. They also cite a sharp decline in the arrival of migrants.</p><p>“Duration is not synonymous with results,” Crosetto said, referring to the government’s record, “but these are important ones.”</p><p>Meloni says those gains resulted from policies supporting businesses and job creators.</p><p>“The government’s strategy has focused on supporting those who create wealth and jobs,” Meloni said at a recent labor event. “We have reached a record high in employment.”</p><p>While she and her supporters point to jobs, fiscal discipline and political durability, her critics counter that many of Italy’s persistent problems remain. Weak productivity, demographic decline and long-standing inefficiencies in healthcare, education and public administration remain largely unaddressed.</p><p>“The Meloni government has been certainly stable and long-running, but it hasn’t achieved much in terms of structural reforms,” political analyst and pollster Lorenzo Pregliasco said.</p><p>Opposition leaders say Meloni's government has yet to find concrete ways to stimulate long-term economic growth beyond just controlling public debt and state deficits.</p><p>Former Prime Minister Giuseppe Conte, leader of the anti-establishment Five Star Movement and a possible rival at the polls, pointed to the higher cost of living.</p><p>“The government is celebrating, but Italians are not,” Conte said in a recent speech outside parliament.</p><p>Turning global standing into political capital</p><p>Meloni’s transformation from nationalist outsider to establishment figure has reassured investors and European leaders.</p><p>“Italy has somewhat lost its role as Europe’s black sheep,” said Stefano Manzocchi, an international economics expert and professor at Rome's LUISS University.</p><p>Her knack for the balancing act was highlighted during recent tensions with Trump.</p><p>After Trump claimed that she had “begged” him for a photo at a Group of Seven summit in France, Meloni shot back: “Italy doesn’t beg.” It won her points with Italians who saw it as evidence that she could maintain relations with Washington while publicly defending Italy and Europe.</p><p>“I like Meloni, I like her character because she is authoritative and doesn’t let anyone walk on her,” said David Del Sarto, a 52-year-old taxi driver in Rome.</p><p>A challenger on her right</p><p>Tocci, the Johns Hopkins professor, noted that by pairing nationalist positions on migration and identity with tactical ability, Meloni helped accelerate the mainstreaming of Europe’s hard right. Once viewed with suspicion by much of the political establishment, nationalist parties have increasingly gained influence within governments and European institutions.</p><p>Meloni's supporters see her evolution as proof that nationalist conservatives can govern responsibly while remaining committed to democratic institutions and Western alliances.</p><p>But Meloni’s willingness to become more moderate has also been viewed as a weakness by some — and it has opened room for more conservative challengers.</p><p>Retired army Gen. Roberto Vannacci — known for hard-line positions on immigration and national identity — has emerged as a prominent voice on Italy’s far right, threatening Meloni by launching his own political party. He argues that Meloni has abandoned many of the combative promises that energized her political base, choosing instead to project an institution-friendly image to European and U.S. allies.</p><p>He may succeed in siphoning off conservative voters and lawmakers who feel Meloni moderated too much in her pursuit of stability.</p><p>___</p><p>AP videojournalists Paolo Santalucia and Trisha Thomas contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WO7UNWJIZVROLRPPZCWE5SHRMI.jpg?auth=9453f8dc748d34a0405802fc34066b71bdfdc2111c707acb6f59e8bf91b249ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Right-wing party Brothers of Italy's leader Giorgia Meloni addresses a rally as she starts her political campaign ahead of the Sept. 25 general elections, in Ancona, Italy, Tuesday, Aug. 23, 2022. (AP Photo/Domenico Stinellis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Domenico Stinellis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UXZO5ISEJ2ZET3YF3OPJ2XGKUQ.jpg?auth=4cd68c436058cb5a716c684e6129b83e763a1a54155789def844df7f1808eb59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Italian Premier Silvio Berlusconi, left, and Youth Policy Minister Giorgia Meloni meet supporters during a People of Freedom party meeting in Rome, Sunday, Sept. 12, 2010. (AP Photo/Gregorio Borgia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M5N254PEF6WOXA4PHIAQK6BE6A.jpg?auth=b1f0fefaedd46e8cea28aadfb50ac730cf7878398212dc43466864a02d5f1b59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump meets with Italy's Prime Minister Giorgia Meloni in the Oval Office of the White House, Thursday, April 17, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CY2BZPA3V7FXETH4ZP4WNPYMLE.jpg?auth=62b1c953475af1abce3d10a8366fd9a4565da52b812980c1c2fc812728569e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - European Commission President Ursula von der Leyen, right, greets Italian Prime Minister Giorgia Meloni at EU headquarters in Brussels, Thursday, Nov. 3, 2022. (AP Photo/Virginia Mayo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOGX6S5NCSSL2DPEID3NFVXZ6Y.jpg?auth=9457833d3692a0575239468af1a5e3a573f4c343ad9bd7a110bbb6d0f3c4d001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -- From right, French President Emmanuel Macron, Japan's Prime Minister Fumio Kishida, U.S. President Joe Biden, European Commission President Ursula von der Leyen, Canada's Prime Minister Justin Trudeau, Britain's Prime Minister Rishi Sunak, European Council President Charles Michel, German Chancellor Olaf Scholz and Italian Prime Minister Giorgia Meloni watch a skydiving demo during the G7 world leaders summit at Borgo Egnazia, Italy, Thursday, June 13, 2024. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5AYKC6T35GPL5UBLO36TU4WCQI.jpg?auth=d7626bc26a830f30cf6c7ffe21279777883472987471cc59bc80078d00071323&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The chart above shows the longest-lasting cabinets in the history of the Italian post-war history. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Holm</media:credit></media:content></item><item><title><![CDATA[Ukraine's drone attacks caused turmoil for Russians throughout summer]]></title><link>https://www.local10.com/news/world/2026/09/03/ukraines-drone-attacks-caused-turmoil-for-russians-throughout-summer/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/ukraines-drone-attacks-caused-turmoil-for-russians-throughout-summer/</guid><dc:creator><![CDATA[By DASHA LITVINOVA, Associated Press]]></dc:creator><description><![CDATA[There were long lines at gas pumps, turning each fill-up into an ordeal. Flights to vacation destinations were canceled, delayed or rerouted. Online orders were disrupted as e-commerce hubs were set ablaze by buzzing drones.]]></description><pubDate>Thu, 03 Sep 2026 12:02:28 +0000</pubDate><content:encoded><![CDATA[<p>There were long lines at gas pumps, turning each fill-up into an ordeal. Flights to vacation destinations were canceled, delayed or rerouted. Online orders were disrupted as e-commerce hubs were set ablaze by buzzing drones.</p><p>It's been a difficult summer for Russians — a season of almost daily turmoil, frustration and anxiety.</p><p>The war that President Vladimir Putin unleashed on Ukraine 4½ years ago has come home and is harder to ignore. Nightly swarms of drones closed Russian airports, struck oil refineries or set ablaze the warehouses of retail giants Wildberries and Ozon.</p><p>Over 43,300 Ukrainian drones were intercepted over Russia and illegally annexed Crimea in June, July and August, according to Defense Ministry data compiled by The Associated Press, although some clearly hit their targets. In the same period last summer, about 7,700 were intercepted, the ministry said.</p><p>“We were living a normal life, and then suddenly it’s like this,” retiree Margarita Terekhova said about waiting in line to refuel her car in Moscow, part of the nationwide gas crisis from refinery attacks that persisted into August.</p><p>As the calendar turns toward autumn, increased awareness of the war and its consequences comes at a challenging time for the Kremlin. A parliamentary election takes place Sept. 18-20 — the first since the full-scale invasion.</p><p>While there's little doubt about the outcome of the tightly controlled balloting that features few opposition candidates, analysts say it still holds potential for political volatility.</p><p>“Elections are a time when people should reflect on themselves, the country, where it’s going and what to do about it,” said Nikolay Petrov, senior research fellow at the NEST Centre, founded by exiled tycoon and opposition figure Mikhail Khodorkovsky.</p><p>Even in a strictly controlled environment, “things that are unexpected, inconvenient (and) painful for the authorities” can happen, Petrov said.</p><p>Russia's mood shifts</p><p>The summer's first major attack came June 3, when an oil terminal outside St. Petersburg was struck just as Putin's signature economic forum there got underway. Since then, Ukraine hit refineries, along with Wildberries and Ozon warehouses — from Moscow to Yekaterinburg in the Ural Mountains, to Omsk in Siberia.</p><p>That intensified campaign — with its expanded geography and a growing number of drones — shocked Russians, says Denis Volkov, director of the country’s top independent pollster, the Levada Center.</p><p>Ukraine has not disclosed how many drones it launches, but President Volodymyr Zelenskyy has talked about expanding the strikes, which he calls “long-range sanctions.” Officials in Kyiv say they will continue trying to pressure Russia into ending the war, even as Moscow intensifies its bombardment of Ukraine.</p><p>The attacks have remained the most noteworthy topic for two months this summer, Volkov told AP.</p><p>Social media documented gas station queues or travelers stranded by canceled flights. Tearful entrepreneurs told followers their inventory was destroyed at the stricken warehouses.</p><p>Images of massive fires at oil refineries and warehouses showed up online despite restrictions on publication of content detailing the attacks.</p><p>Asked if Russians should get used to fuel shortages, Putin said Thursday in Vladivostok that “we must be prepared for anything, and our preparedness for everything will signal to those who want to harm us that it's better not to do it.”</p><p>While the shock over this summer's events has since eased, Volkov said, there is a longer-term downward trend that sociologists have tracked since last year: a worsening assessment of Russia’s economic situation and declining approvals of top politicians.</p><p>Putin’s traditionally high approval rating has fallen somewhat this year. Data from the Levada Center showed it at 76% in August, down from 87% in September 2025.</p><p>Chris Weafer, CEO of the Macro-Advisory Ltd. consultancy that works in Moscow, said there's more awareness of the war and less complacency about it.</p><p>“People are grumbling more, they’re talking more,” he said, with a striking level of pessimism, especially in the business community, about the prospects for its end.</p><p>Rumors of a possible mobilization</p><p>There also appears to be nervousness fueled by persistent rumors of an impending troop mobilization — like the widely unpopular one in September 2022 that drafted 300,000 men.</p><p>Zelenskyy and other Ukrainian officials maintain Russia is planning another mobilization after the State Duma election. Putin rejected the claims, saying they were “an information attack by the enemy.”</p><p>Still, the prospect has prompted some Russians to leave the country. One 23-year-old Muscovite told AP she left last month with her husband, worried he might be drafted.</p><p>The young woman, who spoke on condition of anonymity because of concerns for her safety, also mentioned fear of Ukrainian attacks. She believes many feel exhaustion from the war, which now can affect “the life of any person in any corner of the country,” she said.</p><p>Volkov said worries over a new mobilization have long lurked in the background but flared up slightly last year after U.S.-led peace efforts stalled with no end to the war in sight.</p><p>People “don’t want (the conflict) to expand and more people to be dragged into it against their will, and this breeds certain concern, anxiety,” he said.</p><p>Authorities don't want a war debate</p><p>Volkov and Weafer said this increased awareness and the dampened mood aren't translating into anti-war demonstrations, public unrest or even enough protest votes to affect the balloting.</p><p>But things like turnout and “debate ahead of the election” still matter to authorities, Weafer said, even with an all-but-certain outcome.</p><p>Petrov pointed to the Yabloko party, the longtime voice of the liberal opposition that campaigns for an end to the war. It initially was allowed onto the ballot, and its young supporters flooded social media with videos promoting the party.</p><p>But on Aug. 10, the Supreme Court kicked Yabloko off the ballot, leaving it to compete only in single constituency races. Ten days later, the head of its Moscow office, Kirill Goncharov, said the party, with about 4,000 members, got 8,000 new applications.</p><p>“The context of the summer of 2026 is that there is a demand for peace,” Goncharov said.</p><p>Yabloko’s slogans resonated with young voters, and that “upended the Kremlin’s calculation” of giving people a relatively safe outlet for their discontent, Petrov said.</p><p>Tatiana Stanovaya of the Carnegie Russia Eurasia Center said Yabloko's removal showed that authorities did not want the election to become a debate “for and against peace.”</p><p>Petrov said the Kremlin needs elections “as a demonstration of its great legitimacy.” It doesn’t care so much about the results, since it largely controls all the parties.</p><p>“Elections, like in Soviet times, should demonstrate the complete loyalty of all citizens," he said, adding that the vote should signal that Putin and the Kremlin have everything under control, and that people are ready to do “whatever authorities ask of them.”</p><p>Ukraine plans more turmoil for Russia</p><p>Russians interviewed in Moscow this week about how they spent their summer recounted contented moments, but they also described living with the effects of daily drone attacks.</p><p>Natalya Bazhenova from Chita in Siberia told AP she waited two full days in line for gasoline. Visiting the Voronezh region near the Ukrainian border, she got constant texts warning of drones but heard no explosions.</p><p>Ksenia Smirnova said her family canceled a flight to a Black Sea resort and is going by train instead.</p><p>On Tuesday, Zelenskyy ominously warned airlines in Russia that the risks could continue.</p><p>“Although the Russian authorities are not properly informing people about this, Russian airspace will effectively be closing — the war started by Russia is closing its skies,” he said. “For now, the skies over Russia are for drones — not for civilian aviation.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LJDBOOKEZ7HAYRBDI2YL3OCX4M.jpg?auth=62d7def4e3207b6259af5c0d43af94adefa1ad7c1a4905b15d9680ac24632ae0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A plume of black smoke rises over the port of St. Petersburg, Russia, on June 3, 2026, after a Ukrainian drone attack. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5UAKRSCUGVKQTOK4YOFMEYAM2Y.jpg?auth=4f01dc6a379eca97e75e003bdaa668911f9fd10603444a826086be5e15552364&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cars line up at a Lukoil gas station in Moscow, Monday, June 29, 2026. (AP Photo/Pavel Bednyakov, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRA7ZN2ZFLGI6FAVIBHHHISXTA.jpg?auth=dd71b9c6e014c11ed7130c7b5f5a3435dbba56791d43c7874b5a34bd21df59a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People sit at a sidewalk cafe on a hot summer day in Moscow, Friday, July 3, 2026. (AP Photo/Pavel Bednyakov, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K6G2U7LPGWG4NB4OWZ37LBGAZE.jpg?auth=a5820f405cb39038b50a16dd254f5e80bb35df6619ee95d2420ca73461be18ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Smoke rises after a Ukrainian drone strikes on warehouses of the online retailer Wildberries in St. Petersburg, Russia, on Friday, July 24, 2026, with St. Isaac's Cathedral in foreground. (UGC via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CMRCZPG6OR47PPJK3IFMIWTLLI.jpg?auth=9c371576d0ab2913680207f50b33a7be01ebab21605ef841b6bbc42f2b3ffe73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters of the Yabloko party wait to enter Russia's Supreme Court in Moscow, Monday, Aug. 10, 2026, to attend a hearing on a lawsuit to bar the party from the ballot in the upcoming parliamentary election. (AP Photo/Pavel Bednyakov, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: Hundreds of thousands of eligible kids are waiting for childcare assistance]]></title><link>https://www.local10.com/business/2026/09/03/ap-exclusive-hundreds-of-thousands-of-eligible-kids-are-waiting-for-childcare-assistance/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/03/ap-exclusive-hundreds-of-thousands-of-eligible-kids-are-waiting-for-childcare-assistance/</guid><dc:creator><![CDATA[By MORIAH BALINGIT and LAUREN COFFEY, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — There's the mother of two who needs a full-time job to keep up with the bills, but can’t afford full-time childcare. There’s the medical technician who stopped buying groceries and turned to food banks so she could pay for her infant's care.]]></description><pubDate>Thu, 03 Sep 2026 04:02:21 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — There's the mother of two who needs a full-time job to keep up with the bills, but can’t afford full-time childcare. There’s the medical technician who stopped buying groceries and turned to food banks so she could pay for her infant's care.</p><p>There’s the baby who remained in foster care, even after his mother completed the steps to bring him home. She had found a job, as the state required, but couldn't afford his childcare.</p><p>It’s hardly news that childcare is expensive, straining the budget of even middle-class parents. But these families all qualify for government-funded childcare assistance, intended to drastically reduce the childcare bills of needy parents so they can work or go to school. Instead, Indiana's program, which had run short on funds, waitlisted them.</p><p>Hundreds of thousands of children were sitting on childcare assistance waitlists in 23 states and the District of Columbia as of this spring, according to an analysis by The Associated Press. In three more states, many eligible families who applied were simply turned away.</p><p>Childcare assistance, funded by the federal government with help from states, is supposed to aid working parents who are low-income, homeless or caring for foster children. But waitlists have ballooned since 2023, when eight states had them, according to the AP analysis. Reporters collected waitlist and enrollment data from 47 states and the District of Columbia.</p><p>Long waitlists often force parents to make financial tradeoffs</p><p>Many of the waitlists first started after $28 billion in pandemic aid expired in the fall of 2024. The Republican-led Congress declined to extend the extra money. Some states have increased funding to try to fill the gap, but families' need for childcare assistance has only grown, as they've faced mounting costs for food and gas.</p><p>While eligible families sit on waitlists, untold numbers of adults are sidelined from education or the workforce because they can't afford childcare. Those parents who remain in school or keep working make difficult tradeoffs. In interviews, parents described forgoing necessities, falling behind on bills or relying on acquaintances to watch their children. Unable to find viable childcare, some have resorted to bringing their children with them to work or class.</p><p>For Meygan Maloney's family in rural Indiana, waiting for childcare assistance means month after month of falling short financially. Maloney was working as a caregiver for disabled adults before she had her second child in 2023. Around the same time, the family took emergency custody of a close relative’s newborn daughter.</p><p>The next three years were marked by deepening financial struggles. Maloney only received $300 a month to care for her foster daughter, and both toddlers were put on a waitlist when she applied for childcare vouchers for 2025.</p><p>While the girl returned to her family in the fall, Maloney and her husband are still behind on bills. They recently refinanced their home, and her husband is working seven days a week as a tire technician and delivery driver. A local childcare provider gave her a steep discount, allowing her to leave her son four mornings a week to clean at a local hospital.</p><p>“I felt useless as a stay-at-home mom. I felt like I wasn’t contributing to our household,” Maloney said, her voice cracking. “We’re trying to get out. But for us to get out, we need the assistance."</p><p>Foster parents left to pay for childcare in Indiana</p><p>Indiana started its waitlist in December 2024, a few months after pandemic aid ran out and it became clear the state would struggle to support families already in the program. Until May of this year, it put virtually everyone who applied on the waitlist, including foster parents. By spring 2026, nearly 37,000 children were waiting for assistance.</p><p>Maloney and other foster families feel like they were misled by the state, which had for many years paid for childcare for foster children. Malinda Cox, an Indianapolis mom who took in a newborn last year, said she was forced to dip into her family’s savings to pay for the baby boy's childcare so she could return to work. At one point, she considered giving up custody of the boy because her family could not afford his childcare bill.</p><p>In the meantime, the boy’s biological mother was completing the requirements she had to satisfy to take him home. She had taken parenting classes and gotten a job. But she could not afford daycare, and because the boy could not get childcare assistance, he had to remain with Cox.</p><p>“We started to feel, like, guilty. He should be home with his mom, but (because of) this massive system upset, he’s not,” Cox said.</p><p>In April, Indiana Gov. Mike Braun, a Republican, announced the state would send $200 million in surplus funds to the state’s childcare assistance program, which would allow it to move roughly 8,000 children off the waitlist.</p><p>Even before the recent growth in waitlists, federal funding for childcare assistance has always fallen short of providing for every needy family, providing enough money to serve a fraction of those eligible. Experts say waitlists represent the tip of the iceberg, because many eligible families who need the help don't know about the program or haven't applied, daunted by tales of long waitlists.</p><p>The origins of the funding shortfall are cultural, said Ruth Friedman, who headed the Office of Child Care under Democratic President Joe Biden. For decades, “childcare was the responsibility of the family,” she said. “The system is fundamentally broken, and if the government doesn’t help fix the system … it will not be affordable for families.”</p><p>There are stark differences of opinion on whether the government should provide help — or how much. This year, 40 congressional Republicans called for “robust” funding of the federal program that underwrites childcare assistance. Instead, it received the same money as the year before. President Donald Trump said during his campaign that he could make childcare more affordable by using tariff revenue, but this spring he told a White House audience that paying for childcare should be up to the states.</p><p>“We’re fighting wars. We can’t take care of daycare. You got to let a state take care of daycare, and they should pay for it, too,” Trump told people gathered for an Easter luncheon.</p><p>His administration has largely focused on allegations of fraud in the program, at one point halting funding to five Democratic-led states. After a lawsuit, a judge ordered Trump's administration to restart the funding.</p><p>Moms bring babies to college or work</p><p>Without affordable childcare options, parents have resorted to bringing their children with them to work or school.</p><p>In Minnesota, Deaira Gresham's 1-year-old daughter has been on the waitlist for childcare assistance since birth, one of 9,000 children in her state awaiting aid as of this spring. Gresham, who works as an in-home health aide and takes a full load of classes at a chiropractic school, had some help with the baby from her mother. But often, she was forced to take her daughter with her to class and to her clients’ homes. It took a toll — Gresham failed several classes juggling school and caring for a baby.</p><p>This fall, she lucked out, getting a childcare grant for parenting students, allowing her to put the little girl in full-time care.</p><p>“Parents are in desperate need,” Gresham said. “We need that break. We need to be able to go to school, go to work and know that our kids are in good hands.”</p><p>It’s not just their work or college classes that parents worry about. Research has shown that high-quality childcare can boost a child's social-emotional and academic development.</p><p>Carmen Perez, who lives north of San Francisco, has applied for childcare help for all four of her children. Her eldest son never received it before aging out of the program. He struggled academically in ways that his sisters, who attended subsidized preschool, did not.</p><p>Now her 2-year-old son is one of 380 kids on a waitlist for assistance in Marin County, California. She fears he will face the same challenges as his older brother. “It makes me sick.”</p><p>On a rainy May day in Indianapolis, Cox bundled up her foster son and delivered him to a social worker. She packed up her own car with the boy’s things — clothes, diapers and a small changing table. The boy’s biological mother still had not gotten childcare assistance, but Cox had negotiated a deal with a childcare provider to offer a massive discount. When even that was out of the mother’s reach, Cox agreed to pay half.</p><p>She arrived at the boy’s new home to watch him reunite with his mother. She felt a mix of grief over parting with him and elation over seeing his delight with his mother.</p><p>Three weeks later, the mother got notice: He had finally been approved for a voucher.</p><p>___</p><p>The Associated Press’ education 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/DXFSMEMHFR36SHA76Q3Z43QTBE.jpg?auth=ba4625c11bdf7ff32f8e86029cd0304da61f2bc4396690cf4f88581133e3fb81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Meygan Maloney poses for a portrait with her son Callum Wilson, 3, Friday, Aug. 28, 2026, at their home in Hartford City, Ind. (AP Photo/Cara Penquite)]]></media:description><media:credit role="author" scheme="urn:ebu">Cara Penquite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5HQAMXTK6MCCVRDKDZQJSE46IQ.jpg?auth=62662631240fd2f222f6230e2e8fd81dfdb26e90635f6ba018361e47a684f566&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Meygan Maloney and her son, Callum Wilson, 3, play with figurines Friday, Aug. 28, 2026, at their home in Hartford City, Ind. (AP Photo/Cara Penquite)]]></media:description><media:credit role="author" scheme="urn:ebu">Cara Penquite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D7XSJOSMJLAQMAWFMYE7RHGMNE.jpg?auth=6d8d476ebc6450cf6a77de3519ce2ad12ed9478e00d0fb9b78e1311b4ccf846f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Meygan Maloney goes through flashcards with her son Callum Wilson, 3, Friday, Aug. 28, 2026, at their home in Hartford City, Ind. (AP Photo/Cara Penquite)]]></media:description><media:credit role="author" scheme="urn:ebu">Cara Penquite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5ZCFFJQ2T3HLPC2XF3FHLX5OU.jpg?auth=1f2c88f95ff926edbb9e2feddd5de58c9c2e30189aa2569b2d163856557112fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Meygan Maloney looks through a toy with her son Callum Wilson, 3, Friday, Aug. 28, 2026, at their home in Hartford City, Ind. (AP Photo/Cara Penquite)]]></media:description><media:credit role="author" scheme="urn:ebu">Cara Penquite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PAKM3HQQOGTSZD3DHX4FPXJVLY.jpg?auth=b0d75647c989e21c2a81b74d49aeda6d164b53a025a562efb59b7ccd3b365770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Meygan Maloney does a Mickey Mouse puzzle with her son Callum Wilson, 3, Friday, Aug. 28, 2026, at their home in Hartford City, Ind. (AP Photo/Cara Penquite)]]></media:description><media:credit role="author" scheme="urn:ebu">Cara Penquite</media:credit></media:content></item><item><title><![CDATA[Lindsay Clancy jury is deliberating for a sixth day but there's growing risk of a mistrial]]></title><link>https://www.local10.com/health/2026/09/03/lindsay-clancy-jury-is-deliberating-for-a-sixth-day-but-theres-growing-risk-of-a-mistrial/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/03/lindsay-clancy-jury-is-deliberating-for-a-sixth-day-but-theres-growing-risk-of-a-mistrial/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — The deadlocked jury in the Lindsay Clancy trial on Thursday started a sixth day of trying to reach a verdict and avoid a mistrial after telling the judge twice that they can't agree whether the Massachusetts mother is criminally responsible for killing her three children.]]></description><pubDate>Thu, 03 Sep 2026 15:10:16 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — The deadlocked jury in the Lindsay Clancy trial on Thursday started a sixth day of trying to reach a verdict and avoid a mistrial after telling the judge twice that they can't agree whether the Massachusetts mother is criminally responsible for killing her three children.</p><p>Clancy, a 36-year-old former labor and delivery nurse, doesn’t deny strangling her children in the basement of their home in 2023. Her attorney argues that postpartum psychosis led to her actions, while prosecutors say she knew what she was doing when she killed Cora, Dawson and Callan Clancy, ages 5, 3 and 8 months.</p><p>Just before jurors entered the courtroom Thursday with their eyes to the floor, Clancy took a deep breath at the defense table.</p><p>Clancy’s livestreamed trial has generated intense interest, with reporters and spectators packing the courtroom. The case has also sparked deep public divisions over her culpability and the issues around maternal mental health after childbirth.</p><p>Throughout the trial, Clancy has received letters of support “from all over the world,” defense attorney Kevin Reddington said Thursday. “It’s just amazing. She reads them all.”</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.</p><p>___</p><p>Lindsay Clancy's reaction to the jury</p><p>Clancy stared at the jury with no expression on Wednesday as Judge William Sullivan explained to the courtroom that jurors were again at an impasse — a sign there’s a growing chance of a hung jury and the trial ending without a resolution.</p><p>Sullivan told the jurors not to abandon their own convictions just to reach a verdict, but urged them to seriously consider opposing views and reassess their positions if appropriate.</p><p>No one knows, he said, that another jury would be “more intelligent, more impartial or more competent to decide it than you are.”</p><p>Lindsay Clancy could go on trial again</p><p>If the jury ultimately can’t agree on a verdict, the judge could declare a mistrial. Prosecutors would then have to decide whether to put Clancy on trial again, drop the charges or try to negotiate a plea deal with her lawyer.</p><p>If the jury decides Clancy was criminally responsible for her actions, it could convict her of either murder or manslaughter. If she is acquitted, a judge could still order her confined to a mental health facility if an evaluation determines that she poses a danger to the public.</p><p>The evidence against Lindsay Clancy</p><p>Jurors have heard testimony from relatives and doctors about how Clancy’s mental health declined in the months before the killings and how her treatment included several medications and a short stay in a psychiatric hospital.</p><p>Medical experts hired by the prosecution and the defense reached sharply different conclusions about her psychiatric state when she killed the children.</p><p>Patrick Clancy has said in interviews that he forgives his now ex-wife, whom he views as ill rather than evil.</p><p>Clancy strangled the children with exercise bands in their home’s basement, then jumped from a second-floor window. She remains paralyzed from the waist down. Her lawyers say she heard a voice telling her to kill the children so she could end her own life.</p><p>The prosecution argues she deliberately sent her then-husband on errands to get him out of the house, and prosecutors have questioned the seriousness of her suicide attempt.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRKILCQOZ276NJDH57APFI67IM.jpg?auth=bd32f5d8c7290d377f68dedb16536ae62a1a80e330cfbd27a7c19e6443355d9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy looks at jurors as Judge Sullivan asks them to start deliberations for a sixth day during her murder trial on Thursday, Sept. 3, 2026, 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/YQKFZELYJXCOGKQKHCYFIULNSI.jpg?auth=f7994be9c14d122b8dc8013b5dfface5d219809a6089a649a19437c2c3d9f08d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge William Sullivan looks over the courtroom at the start of the session during the Lindsay Clancy murder trial on Thursday, Sept. 3, 2026, 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/SYFMCKQ3ZJLHGHXQIKFIP2P7AI.jpg?auth=01049edcfa266cf3a846d7fcb4fba11546a606be420b96e0fe261db3a1861d7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A carton of letters for Lindsay Clancy from supporters sit in court on during Clancy's murder trial on Thursday, Sept. 3, 2026, 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/VSLNBZUMJMTVKGNAYPFLSWIWLQ.jpg?auth=c6659110edad2933216f5bb061a1bd73d21b577c31cef637dc6c189d2cfb0880&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy and attorney Kevin Reddington watch as Judge William Sullivan tells the jury to keep discussing a possible verdict after jurors said for a second time they couldn't agree whether Lindsay Clancy was criminally responsible for killing her three children in 2023, Wednesday, Sept. 2, 2026, 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[Netanyahu's big reelection concern isn't his political rivals. It's some of his biggest supporters]]></title><link>https://www.local10.com/news/world/2026/09/03/with-his-eye-on-reelection-israels-netanyahu-turns-his-focus-to-his-divided-base/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/03/with-his-eye-on-reelection-israels-netanyahu-turns-his-focus-to-his-divided-base/</guid><dc:creator><![CDATA[By JOSEF FEDERMAN, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — As Israeli Prime Minister Benjamin Netanyahu seeks reelection, his main concern these days isn’t his political rivals. It’s some of his biggest supporters.]]></description><pubDate>Thu, 03 Sep 2026 08:46:25 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — As Israeli Prime Minister Benjamin Netanyahu seeks reelection, his main concern these days isn’t his political rivals. It’s some of his biggest supporters.</p><p>A series of small, pro-Netanyahu parties are competing in the run-up to the Oct. 27 vote. But instead of strengthening the Israeli leader, these parties — including hard-line blocs led by polarizing Cabinet ministers Itamar Ben-Gvir and Bezalel Smotrich — risk weakening his chances for reelection by splitting the vote among Netanyahu’s base.</p><p>The election is largely a referendum on Netanyahu’s nearly uninterrupted 17-year rule and his handling of a turbulent period marked by mass protests, Hamas’ Oct. 7, 2023, attacks and nearly three years of war. A victory would mark a stirring comeback for the embattled leader, while a loss would likely end the reign of a man who has shaped Israeli politics for three decades.</p><p>With his legacy on the line, Netanyahu is imploring his erstwhile allies to unite into larger parties that have a better chance of entering parliament.</p><p>“When we unite, we win. When we split up, we lose,” Netanyahu told Channel 14, a TV station that serves as an unofficial mouthpiece for the prime minister.</p><p>Here’s a closer look at Netanyahu's situation:</p><p>Forming a government is tricky</p><p>Israeli voters choose between political parties, not individual candidates.</p><p>Parties that receive the most votes secure the most seats in the 120-member parliament. But any party that can muster just 3.25% of the vote wins representation. That means that more than a dozen parties can be part of any given parliament.</p><p>No single party has ever captured the parliamentary majority needed to form a government. Instead, a party leader — usually the head of the largest party — forms a coalition with smaller partners to secure a 61-seat majority.</p><p>Netanyahu currently heads a coalition of religious and ultranationalist parties.</p><p>The outgoing coalition faces an uphill battle</p><p>Opinion polls have indicated that Netanyahu and members of his outgoing coalition are facing broad public unhappiness as they seek reelection.</p><p>The government’s popularity has suffered following the Hamas attacks — the deadliest in Israel’s history — and the subsequent, inconclusive wars in Gaza, Lebanon and Iran.</p><p>Now Netanyahu’s prospects could be further weakened by divisions in his hard-line base.</p><p>Two parties that ran together in the 2022 elections — Smotrich's Religious Zionism and Ben-Gvir's Jewish Power — have so far rejected Netanyahu’s calls to merge again due to rocky relations between the two men.</p><p>At the same time, smaller parties led by former members of Netanyahu’s Likud party and another list formed by a hard-line retired military general find themselves competing for the same voters. These parties are differentiated more by the personalities of their leaders than their ideologies.</p><p>Falling short of the threshold could be devastating for Netanyahu</p><p>If any of these smaller parties fail to enter parliament, their votes would be lost and Netanyahu’s reelection prospects dimmed. The failure of small parties to cross the threshold contributed to Netanyahu’s defeat in a 2021 election, while rivalries among his opponents led to Netanyahu’s return to power in 2022.</p><p>For this reason, Netanyahu has been urging his ideological brethren to join together into larger blocs. That would require some individual sacrifices but improve their chances of crossing the threshold and being part of another Netanyahu-led government. In a small boost for Netanyahu, one of the small parties agreed Wednesday to be folded into Smotrich's list.</p><p>The parties have until Sept. 8 to consolidate, pull out of the race or continue on their own. Their decision could seal his fate.</p><p>With time running out, Netanyahu has been stepping up his calls with increasingly alarmist language.</p><p>In his Channel 14 interview, he told a cheering studio audience that only he could defeat Hamas and prevent the establishment of a Palestinian state. He warned that victory by his opponents, whom he derisively calls “the left,” would be disastrous for the country.</p><p>“The left is ready,” he said. “If we don’t unite, we will lose.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXRD3PIGUUCIEHLOGT37RAMOFU.jpg?auth=114afa23dda7084f6bda97ba214c93293a59bc942ee742c3e2dd243f60fa91cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man takes a selfie with Israeli Prime Minister Benjamin Netanyahu during the Likud party primary elections ahead of Israel's general election in October, in Jerusalem, Monday, Aug. 17, 2026. (AP Photo/Ohad Zwigenberg, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HIVDBNYX57JEUERDJY22AYAWDA.jpg?auth=c9b20a8921acc3154b1b56365ad749f946cde2902ac5f784f37cf24c163db090&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli Prime Minister Benjamin Netanyahu, casts his ballot in his Likud party primary elections ahead of Israel's general election in October, in Jerusalem, Monday, Aug. 17, 2026. (AP Photo/Ohad Zwigenberg, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content></item><item><title><![CDATA[Martin McDonagh’s 'Wild Horse Nine' hits Venice Film Festival with a dark CIA tale]]></title><link>https://www.local10.com/entertainment/2026/09/03/martin-mcdonaghs-wild-horse-nine-hits-venice-film-festival-with-a-dark-cia-tale/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/03/martin-mcdonaghs-wild-horse-nine-hits-venice-film-festival-with-a-dark-cia-tale/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[VENICE, Italy (AP) — Martin McDonagh had written a few versions of his new film “Wild Horse Nine,” which receives its world premiere on Thursday at the Venice Film Festival, before he homed in on the CIA and the 1973 military coup in Chile.]]></description><pubDate>Thu, 03 Sep 2026 13:26:01 +0000</pubDate><content:encoded><![CDATA[<p>VENICE, Italy (AP) — Martin McDonagh had written a few versions of his new film “Wild Horse Nine,” which receives its world premiere on Thursday at the Venice Film Festival, before he homed in on the CIA and the 1973 military coup in Chile.</p><p>One was about a father and son, another was about two actors. But nothing was quite working until he started thinking about the historical event that had fascinated him since he was a teenager.</p><p>“I realized then that the story could be about one of the guys experiencing guilt and regret over all these things he’s done,” the British-Irish filmmaker said. “It took it away from being a simple comedy to something much deeper and sadder.”</p><p>“Wild Horse Nine,” which stars Sam Rockwell and John Malkovich as a pair of CIA agents on a trip to Easter Island shortly before the 1973 coup, is one of the most anticipated movies at the festival where it’s in competition for the Golden Lion. It will have a theatrical release later this year and, if McDonagh’s track record is any indication, might be an awards player.</p><p>A possible Oscar for Malkovich</p><p>McDonagh's previous two films, “Three Billboards Outside Ebbing, Missouri,” and “The Banshees of Inisherin” both bowed at Venice and went on to receive multiple Oscar nominations, including best picture. “Three Billboards” won two, for Rockwell and Frances McDormand.</p><p>When someone suggested that “Wild Horse Nine” might be Malkovich’s ticket to an Oscar win after two nominations, he said, “the nicest thing is that the film gets attention.”</p><p>“I’ve had a long career, and I’ve had really spectacular collaborators and collaborations,” Malkovich said. “So I never feel in competition with any of them because generally I love what they do.”</p><p>McDonagh had pursued Malkovich for previous films, but he’d always had prior commitments. The actor said he wanted to make sure he would be available for this one.</p><p>“It’s a film that, with great humor, addresses two very traumatic occurrences — the death of John F. Kennedy and Chilean coup — with grace and intelligence and a kind of fairness,” Malkovich said.</p><p>Filming on Easter Island</p><p>“Wild Horse Nine” is one of the few Hollywood films to have been made on Easter Island, where they had to transport cameras and period-specific cars. Parker Posey, who plays Rockwell’s wife, even flew in to do off-camera phone scenes.</p><p>“What a mystical place,” said Posey, who also appears on camera as well.</p><p>Another newcomer to McDonagh’s world was Steve Buscemi, who said he “practically stalked” McDonagh at the Venice Film Festival a few years ago to tell him, “you have to work with me right?”</p><p>McDonagh said that it’s one of the best film experiences he’s ever had.</p><p>Questioning the CIA</p><p>At the heart of the film is the complicated relationship between Rockwell’s Lee and Malkovich’s Chris, who seems increasingly agitated, prickly and forgetful, bogged down by the weight of the historical events he’s covertly had a hand in.</p><p>McDonagh wanted to make a pointed film about the CIA and the “awful things they’ve done all around the world,” he said.</p><p>“We know what the KGB are like but we probably don’t question the CIA as much as we ought to,” McDonagh said. “I’m always questioning, even in the less political films, I like to question authority or what we’re told.”</p><p>The film was meant to be a historical piece about the 1973 Chilean coup, and yet McDonagh has been struck by the tentacles and connections to current events, like the U.S. capture of former Venezuelan President Nicolás Maduro.</p><p>“They don’t seem to be making it covert anymore,” McDonagh said. “It just feels like things are getting stupider, and stupider and stupider.”</p><p>He added: “Watching it now it does seem to have sort of commentary on present day geopolitics. It’s going to be fascinating to see how an audience takes it.”</p><p>___</p><p>For coverage of the 2026 Venice Film Festival, visit: https://apnews.com/hub/venice-film-festival</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/36YUSMOJI6GEL5FU4CSOQLGZJE.jpg?auth=328d5afe18c56877d0c7d17b72ca6090b45982839599c517b9b39d7f48fac6ea&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 Sam Rockwell, left, and John Malkovich in a scene from "Wild Horse Nine." (Diego Araya Corvalán/Searchlight Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Diego Araya Corvalán</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PGSMVFQ75Y6GLW52Q7OLCUI3FA.jpg?auth=318e855e2c7b98b546a64649037c0f8bebcc862fd04265a8586fe092adf9fefe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Rockwell, from left, director Martin McDonagh and John Malkovich arrive at the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWUCLY5TDJ4ETDJ5MFXAXU3TDU.jpg?auth=714f0645808ca4313c0d34ddeb6a72ff3349a6bf42935c403744f9ff87fa9cac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[John Malkovich poses for photographers at the photo call for the film 'Wild Horse Nine' during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ACMEIIW2UROSCZHVVIB7IACIY.jpg?auth=437eae11b583a66f50ccc265acc9c42223d6058a3cf6efb0921023c113e80b3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steve Buscemi poses for photographers at the photo call for the film 'Wild Horse Nine' during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CI2BSLHA2LGVDJQPLEMYGC26CE.jpg?auth=d539e93556f3bb7485fad149806b32eb1dd131beb6a2864356868bac411b4cdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mariana di Girolamo, left, and Sam Rockwell arrive at the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Millie Turner/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Millie Turner</media:credit></media:content></item></channel></rss>