<?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>Tue, 25 Aug 2026 15:43:48 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Pair accused of locking senior relative’s thermostat as heat reached 112 degrees in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/08/25/pair-accused-of-locking-senior-relatives-thermostat-as-heat-reached-112-degrees-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/pair-accused-of-locking-senior-relatives-thermostat-as-heat-reached-112-degrees-in-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Two Miami-Dade men are accused of locking the thermostat while a 76-year-old relative remained inside the home as temperatures reached as high as 112 degrees, according to an arrest report.]]></description><pubDate>Tue, 25 Aug 2026 15:33:04 +0000</pubDate><content:encoded><![CDATA[<p>Two Miami-Dade men were arrested Monday after authorities said they allegedly locked the thermostat inside their home while their 76-year-old relative remained inside as temperatures reached as high as 112 degrees on Friday. </p><p>Deputies with the Miami-Dade Sheriff’s Office said Federico Caso, 45, is the victim’s son, and Peter Sevastopoulos, 44, is her son-in-law and Caso’s brother-in-law.</p><p>Deputies said the three lived together in a Miami-Dade home, though its location was not disclosed in the agency’s publicly released arrest report. </p><p>The victim told investigators that Caso and Sevastopoulos “intentionally” set the home’s air conditioning to 80 degrees whenever they left for work.</p><p>The men also placed a remote lock on the thermostat that prevented the woman from lowering the temperature, according to the report.</p><p>The report states that the Department of Children and Families described their living situation as an “environmental hazard.”</p><p>Deputies said that while the thermostat was locked at 80 degrees and the woman was inside the home, a National Weather Service advisory was in effect for Miami-Dade County.</p><p>They said temperatures were expected to reach as high as 112 degrees, with “peak hours of heat spanning from 11 a.m. to 7 p.m.” </p><p>The woman told investigators she does not have a vehicle and cannot drive, leaving her at home for most of the day, according to the report.</p><p>The report states that the woman claimed she was not allowed to use kitchen appliances, including the refrigerator, microwave, stove or oven. She said she was limited to a small mini refrigerator and a shelf in her bedroom closet for dry food, according to the report.</p><p>The woman told investigators that surveillance cameras throughout the home were monitored by Caso and Sevastopoulos, the report states.</p><p>She said she would be “scolded loudly” and cursed at if they saw her doing something they did not allow, according to deputies.</p><p>Investigators said the woman also claimed that she feared leaving her bedroom.</p><p>Deputies said the woman told them that Caso and Sevastopoulos threatened to evict her if she did not begin paying rent. The report states there was no legal lease and that the home had once been owned by the woman.</p><p>An investigator attempted to interview the men, however, Sevastopoulos said both had retained attorneys and wanted to invoke their Miranda rights before they were arrested, according to the report.</p><p>Investigators said the men “intentionally committed acts that could reasonably be expected to cause physical and/or psychological injury to the woman.” </p><p>Jail records show both suspects are each facing one count of physical or psychological abuse of an elderly or disabled adult.</p><p>As of Tuesday morning, they were being held at the Turner Guilford Knight Correctional Center, where their bonds were listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PHMMUHOIJBATFALSXUAQSZ4RWI.jpg?auth=48429b4f61b77bcec689d266d82f2a805ec28677563dac0d32255d6396f61fef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Evacuations ordered in rural Texas as wildfire mushrooms within hours]]></title><link>https://www.local10.com/news/national/2026/08/25/evacuations-ordered-in-rural-texas-as-wildfire-mushrooms-within-hours/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/evacuations-ordered-in-rural-texas-as-wildfire-mushrooms-within-hours/</guid><dc:creator><![CDATA[By JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[Evacuations were being ordered Tuesday in rural Texas where a wildfire has ballooned in size, burning through ranchland and forcing schools to delay or cancel classes.]]></description><pubDate>Tue, 25 Aug 2026 15:20:36 +0000</pubDate><content:encoded><![CDATA[<p>Evacuations were being ordered Tuesday in rural Texas where a wildfire has ballooned in size, burning through ranchland and forcing schools to delay or cancel classes.</p><p>The fire that began early Monday afternoon has ripped through more than 78 square miles (200 square kilometers) across lightly populated areas in two counties in north central Texas.</p><p>Perfect fire conditions allowed the fire to shoot up in a matter of hours, said Amy Meyer, a spokesperson for Palo Pinto County’s emergency services district. “We are so dry,” she said.</p><p>Wildfires have been popping up across the South and western U.S. in recent days as extremely dry conditions persist. A dozen new large fires were reported on Sunday alone, the National Interagency Fire Center said.</p><p>Nationwide, there have been more than 50,000 wildfires so far this year, the most over the past 10 years covering the same time period, according to the center.</p><p>Firefighters in Nevada were making progress in slowing a fire that forced thousands to evacuate in Reno over the weekend after flames spread dangerously close to densely populated neighborhoods.</p><p>The Hawk Fire has destroyed more than 30 homes across about 23 square miles (60 square kilometers). Authorities in Nevada said on Monday that the fire was 27% contained.</p><p>The number of residents in the Reno area under evacuation orders and warnings dropped to about 63,000, down from more than 90,000 people. The fire near the California state line began Saturday and rapidly grew in size on Sunday. At least seven people — three first responders and four civilians — were injured.</p><p>Fire officials in Reno blame human activity for the Hawk Fire, saying it was either intentionally set or accidental.</p><p>In Texas, the Ross Fire was only slightly contained as it churned through ranchland about 60 miles (96 kilometers) west of Fort Worth. At least five structures have been destroyed, according to officials in Palo Pinto County.</p><p>Authorities opened evacuation centers and some schools were closed Tuesday. Ranchers and a livestock commission were offering barns to temporarily hold animals that need to be evacuated.</p><p>Emergency officials expect the fire to keep growing Tuesday as temperatures increase through the day.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDPD7CEIV5V5ZZKX73PWYHSUJU.jpg?auth=5fdd8bfebee794052ebc28d03f8cfc0542edf9bfd59453e58b983b569aa740bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows a charred neighborhood following wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CUQVJKFYK6NY576TAUTON7USLM.jpg?auth=90f1237508a187e0d91e7c46a38d9354e097317362aeac06e0113adce52ee989&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo shows Crystal Hallock's property on Aug. 23, 2026, in northwest Reno, Nevada, after the Hawk Fire destroyed her home. (Brenda Means via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brenda Means</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYJDCV5I3L75KHMYXXFNMK7SFY.jpg?auth=82b9196a0f7e11314879248cc894202c745df9a3d3a7b08e93272fb938427fc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJD22LJAWLVLK2ZNJKVFDWNIRQ.jpg?auth=d8e2cb4e8cde7f72853b150ed0b11329e05e7722c1fa08cdd08ccfb084dbe8cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows plumes of smoke rising from active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUWHM4QG5NGZAGMG6IOG54YFSM.jpg?auth=a9872eb87aca75829b14f832b85f1b388242fa393587001f9794c3f4f1c1aa1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content></item><item><title><![CDATA[Krome ICE facility security guard stole more than $5,000 from detainee, deputies say]]></title><link>https://www.local10.com/news/local/2026/08/25/krome-ice-facility-security-guard-stole-more-than-5000-from-detainee-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/krome-ice-facility-security-guard-stole-more-than-5000-from-detainee-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A security guard at a South Florida Immigration and Customs Enforcement facility was caught on camera stealing more than $5,000 from a detainee, authorities said.]]></description><pubDate>Tue, 25 Aug 2026 15:19:29 +0000</pubDate><content:encoded><![CDATA[<p>A security guard at a South Florida Immigration and Customs Enforcement facility was caught on camera stealing more than $5,000 from a detainee, authorities said.</p><p>Miami-Dade Sheriff’s Office deputies said they were called out to the Krome Service Processing Center, located at 18201 SW 12th St., on Monday afternoon after receiving a report about the theft.</p><p>An MDSO arrest report states that while staff members were preparing deportation documents, the detainee told them that he was missing $5,382.</p><p>Authorities said they reviewed surveillance footage that showed Matthew Christian Torres, a 31-year-old security guard employed by Akima Protective Services, placing the man’s money inside a log book, never logging it and instead “concealing the money inside his black jacket and enter(ing) a employee restroom.”</p><p>“(Torres) then returns to the property common area and removes the clear plastic bag containing the money from the inside of his chest area,” a deputy wrote in the report, describing the video. “(He) then places the money inside the right pocket in beige cargo pants. It should be noted that (Torres) never advised a supervisor of the money belonging to the victim.”</p><p>Deputies took Torres, of Palmetto Bay, into custody on a third-degree grand theft charge.</p><p>As of Tuesday morning, Torres was being held in the Turner Guilford Knight Correctional Center on a $2,500 bond.</p><p>Local 10 News has contacted ICE and Akima seeking comment on the 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/UXESGKHC6FCGTH5LBEACD33IJ4.jpg?auth=7467b0fa0f1dec662f2cab5fa08aaa998f1c96cd16e5da9651b8791098649bb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Torres]]></media:description></media:content></item><item><title><![CDATA[Man accused of causing mayhem in Brickell just days after his release from Miami-Dade jail, records show ]]></title><link>https://www.local10.com/news/local/2026/08/25/police-officers-arrest-a-man-accused-of-mayhem-in-brickell-just-days-after-his-release-from-jail-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/police-officers-arrest-a-man-accused-of-mayhem-in-brickell-just-days-after-his-release-from-jail-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 29-year-old man was back behind bars on Tuesday after police officers arrested him over an alleged violent breakdown in Miami’s Brickell neighborhood just days after he was released from jail, records show. ]]></description><pubDate>Tue, 25 Aug 2026 14:59:32 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old man was back behind bars on Tuesday after police officers arrested him over an alleged violent breakdown in Miami’s Brickell neighborhood — just days after he was released from jail, records show. </p><p>Witnesses reported that an “irate” man caused mayhem on a busy Monday morning at the Starbucks at Mary Brickell Village, at 901 Southeast Miami Ave.</p><p>The man was “yelling at customers inside the store, scaring the employees, as he threw merchandise on the floor ... jumped onto the countertop ... grabbed a chair from inside the property and smashed the front glass door,” a police officer wrote in an arrest report. </p><p>A security guard injured his arm while trying to stop the man, who police officers later identified as Erickwoody Charles, of Downtown Miami, according to the report. </p><p>“Upon my arrival, [Charles] was ... lying on the roof of a passersby car ... a nearby truck owner reached me and showed me his truck bed’s cover was broken ... and had footsteps caused by [Charles] climbing on his truck,” a police officer wrote in the report. </p><p>Police officers arrested Charles at 8 a.m. on Monday at Southeast Ninth Street and Brickell Plaza, and fire rescue personnel took him to the hospital, according to the arrest report.</p><p>Miami-Dade County corrections booked Charles shortly after 1:20 p.m. on Monday at the Turner Guilford Knight Correctional Center near Doral, according to inmate records. </p><p>Charles, also known as Erick Charles, faced charges of battery and two counts of criminal mischief, and he had been out on a felony bond on a warrant case for grand theft and burglary, according to county inmate and court records. </p><p>Miami police officers had previously arrested Charles on July 19. Miami-Dade prosecutors filed the grand theft and burglary case on July 20, a judge set his bond at $5,000, and he was released on his own recognizance on Aug. 21, according to court records. </p><p>Charles has an arrest record in Miami-Dade that goes back to a marijuana possession case when he was 19 years old. Court records also show he had convictions for misdemeanor battery, disorderly conduct, trespassing and resisting arrest in Miami Beach when he was 27. </p><p>Miami-Dade County Circuit Judge Miguel M. de la O was presiding over this year’s two pending cases. </p><p><b>Court docket record in grand theft and burglary case </b></p><figure><img src="https://www.local10.com/resizer/v2/XWCNA57GEVB3TMQPVJ44UYB23I.jpg?auth=8dfc5b31b998904d34311ae91ea22e2f391562246cb277dc8cc9f8e269f0e776&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Witness shares video after violence at Starbucks in Miami (Courtesy of Majo.gdz) <a href="https://t.co/d7SpL7fOiX">pic.twitter.com/d7SpL7fOiX</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2091991517418176809?ref_src=twsrc%5Etfw">August 24, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OMDKVVD4INEH3OXHXBUHWJYWBI.jpg?auth=8dc883453ff7964d3504b1b007f98707741cd2929e685d88264ffd1e916729de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Erickwoody Charles on Monday after witnesses accused of causing mayhem in the Brickell neighborhood.]]></media:description></media:content></item><item><title><![CDATA[Pennsylvania reports first 2 measles deaths in the US this year, both people unvaccinated]]></title><link>https://www.local10.com/health/2026/08/25/pennsylvania-reports-first-2-measles-deaths-in-the-us-this-year-both-people-unvaccinated/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/25/pennsylvania-reports-first-2-measles-deaths-in-the-us-this-year-both-people-unvaccinated/</guid><dc:creator><![CDATA[By JONATHAN POET, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Two unvaccinated Pennsylvania residents have died from measles, state health officials said Tuesday, the first measles-related deaths in the U.S. this year.]]></description><pubDate>Tue, 25 Aug 2026 15:09:20 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Two unvaccinated Pennsylvania residents have died from measles, state health officials said Tuesday, the first measles-related deaths in the U.S. this year.</p><p>Officials did not reveal any details about the people who died, other than that they lived in Lancaster County, west of Philadelphia.</p><p>“My deepest sympathies are with the loved ones who are facing this unimaginable loss,” said state Health Secretary Dr. Debra Bogen. “Because measles was largely eliminated in the Commonwealth for more than three decades, people are not familiar with this disease and don’t fully understand the potential severity of the illness.”</p><p>The U.S. is enduring its worst year for measles since 1991. Earlier this summer, it surpassed 2025's record-breaking measles count, with 2,777 cases as of Thursday, according to the Centers for Disease Control and Prevention. The nation had 2,289 cases in 2025, the worst year for measles in more than three decades. Three people died last year.</p><p>In November, international health officials will meet to determine if the U.S. and Mexico have lost their measles-free status. The U.S. eliminated local measles spread in 2000 by maintaining high vaccination rates, which have fallen in recent years to below the 95% coverage needed to prevent outbreaks.</p><p>Overall U.S. kindergarten vaccination rates inched down last year and the share of children with exemptions rose to an all-time high, according to federal data posted last week.</p><p>Lancaster County is known as the heart of Pennsylvania's Amish community, a religious group that is sometimes reluctant to embrace modern medical interventions such as vaccines. About 88% of kindergartners in the county were up to date on their measles vaccines during the last school year, according to state data.</p><p>Pennsylvania has counted nearly 400 measles cases this year, state officials said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L3SKD5DU5GYHAE3RATP5QNAW74.jpg?auth=bf292ac4a75b157893c9892eea79266790b868a166bf2d15d0972fcce1b7694c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dr. Jessica Early holds a vial of the combination measles, mumps and rubella vaccine at Prisma Health Pediatrics in Greer, S.C., March 18, 2026. (AP Photo/Mary Conlon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Conlon</media:credit></media:content></item><item><title><![CDATA[BSO deputy facing charges stemming from domestic incident in Miramar, police say]]></title><link>https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/</guid><dc:creator><![CDATA[David Dwork, Trent Kelly]]></dc:creator><description><![CDATA[A deputy with the Broward Sheriff’s Office is facing charges stemming from a domestic incident, authorities confirmed Monday. ]]></description><pubDate>Mon, 24 Aug 2026 23:10:49 +0000</pubDate><content:encoded><![CDATA[<p>A deputy with the Broward Sheriff’s Office is facing charges stemming from a domestic incident, authorities confirmed Monday. </p><p><a href="https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/">Leer en español</a></p><p>Online jail records show that Isaiah Williams, 27, was taken into custody on Monday. </p><p>According to the Miramar Police Department, officers responded to an apartment complex along the 11000 block of Southwest 45th Court at approximately 2:05 a.m. Monday after receiving reports of a domestic battery. </p><p>Officers said that Williams had already left the scene when they arrived. </p><p>After detectives arrived and investigated the incident, police said an arrest warrant was completed for Williams. </p><p>Later Monday, Williams surrendered himself to police, according to Miramar PD. </p><p>He is facing charges of simple battery, domestic battery by strangulation, robbery by sudden snatching with a firearm and tampering/altering evidence. </p><p>In a statement, BSO officials told Local 10 News that Williams was placed on administrative leave without pay as a result of his arrest. </p><p>Authorities did not provide any additional information regarding the circumstances that led to Williams’ charges.</p><p>As of Monday evening, Williams was being held at the Broward County Main Jail. He is expected to appear before a judge sometime Tuesday. </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[Agente de BSO enfrenta cargos derivados de incidente doméstico en Miramar, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/</guid><dc:creator><![CDATA[David Dwork, Trent Kelly]]></dc:creator><description><![CDATA[Un agente de la Oficina del Sheriff de Broward enfrenta cargos derivados de un incidente doméstico, confirmaron las autoridades el lunes.]]></description><pubDate>Tue, 25 Aug 2026 15:04:51 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Oficina del Sheriff de Broward enfrenta cargos derivados de un incidente doméstico, confirmaron las autoridades el lunes.</p><p>Los registros de la cárcel en línea muestran que Isaiah Williams, de 27 años, fue arrestado el lunes.</p><p>Según el Departamento de Policía de Miramar, agentes acudieron a un complejo de apartamentos en la cuadra 11000 de Southwest 45th Court aproximadamente a las 2:05 a.m. del lunes después de recibir reportes de una agresión doméstica.</p><p>Los agentes indicaron que Williams ya había abandonado el lugar cuando llegaron.</p><p>Después de que los detectives llegaron e investigaron el incidente, la policía indicó que se emitió una orden de arresto contra Williams.</p><p>Más tarde el lunes, Williams se entregó a la policía, según el Departamento de Policía de Miramar.</p><p>Enfrenta cargos de agresión simple, agresión doméstica por estrangulamiento, robo por arrebato con arma de fuego y manipulación o alteración de evidencia.</p><p>En un comunicado, funcionarios de BSO dijeron a Local 10 News que Williams fue puesto en licencia administrativa sin sueldo como resultado de su arresto.</p><p>Las autoridades no proporcionaron información adicional sobre las circunstancias que llevaron a los cargos contra Williams.</p><p>Hasta la noche del lunes, Williams permanecía detenido en la cárcel principal del condado Broward. Se espera que comparezca ante un juez en algún momento de este martes.</p>]]></content:encoded></item><item><title><![CDATA[Aug. 25: Few thundershowers Tuesday afternoon as rainy season pattern continues]]></title><link>https://www.local10.com/weather/2026/08/25/aug-25-few-thundershowers-tuesday-afternoon-as-rainy-season-pattern-continues/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/25/aug-25-few-thundershowers-tuesday-afternoon-as-rainy-season-pattern-continues/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Showers and an isolated storm will continue through the early afternoon with highs in the upper 80s and lower 90s across South Florida. ]]></description><pubDate>Tue, 25 Aug 2026 15:02:40 +0000</pubDate><content:encoded><![CDATA[<p>Showers and an isolated storm will continue through the early afternoon with highs in the upper 80s and lower 90s across South Florida. Expect an isolated shower chance into the evening, otherwise it will be partly cloudy and warm early tonight with lows near 80 degrees by Wednesday morning. </p><p>Coastal showers will remain possible again Tuesday morning with the chance for inland storms by the afternoon. Temperatures will remain in the lower 90s through the end of the week. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Family of USS Lincoln sailor ‘stressed’ after CBP arrests father in Key West, brother says]]></title><link>https://www.local10.com/news/local/2026/08/24/family-of-uss-lincoln-sailor-stressed-after-cbp-arrests-father-in-key-west-brother-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/family-of-uss-lincoln-sailor-stressed-after-cbp-arrests-father-in-key-west-brother-says/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A South Florida family is reacting Monday after the father of a U.S. Navy sailor was arrested by U.S. Customs and Border Protection agents in Key West.]]></description><pubDate>Mon, 24 Aug 2026 22:43:03 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida family is reacting Monday after <a href="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/">the father of a U.S. Navy sailor was arrested by U.S. Customs and Border Protection agents</a> in Key West.</p><p><a href="https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/">Leer en español</a></p><p>Luis Manuel Aviles, 48, was arrested after leaving his house to take his car to the mechanic, according to his wife, Argelia Aviles. </p><p>She said her husband, who works as a handyman in Key West, has a permit to work in the United States. Originally from Nicaragua, he has lived in the U.S. for 19 years.</p><p>Federal authorities told Local 10 News that a work permit doesn’t grant legal immigration status, and that Aviles came to the country illegally in 2006 from Nicaragua. </p><p>Aviles’ son, Joshua, posted to Facebook that he got the news while aboard the USS Lincoln while on a nine-month deployment in the Middle East. </p><p>He wrote: “This is heartbreaking for me…He is a hardworking, humble man.”</p><p>Aviles’ younger son, also named Luis, told Local 10 News on Monday that the family has been “stressed.”</p><p>“He’s a good father. He doesn’t deserve it,” Aviles Jr. said. </p><p>“Having a family member in the military is not a free pass to violate our nation’s laws,” a U.S. Department of Homeland Security spokesperson said in a statement to Local 10, adding that the Trump administration “does not pick and choose which laws to enforce.”</p><p>There is a military program known as “parole in place” to obtain legal status, but not everyone is eligible, and it’s not granted automatically, according to DHS.</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[Familia de marinero del USS Lincoln está “preocupada” tras arresto de su padre por CBP en Key West, dice su hermano]]></title><link>https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/familia-de-marinero-del-uss-lincoln-esta-preocupada-tras-arresto-de-su-padre-por-cbp-en-key-west-dice-su-hermano/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Una familia del sur de Florida reaccionó el lunes después de que el padre de un marinero de la Marina de Estados Unidos fuera arrestado por agentes de Aduanas y Protección Fronteriza de Estados Unidos en Key West.]]></description><pubDate>Tue, 25 Aug 2026 14:59:13 +0000</pubDate><content:encoded><![CDATA[<p>Una familia del sur de Florida reaccionó el lunes después de que <a href="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/">el padre de un marinero de la Marina de Estados Unidos fuera arrestado por agentes de Aduanas y Protección Fronteriza de Estados Unidos en Key West</a>.</p><p>Luis Manuel Aviles, de 48 años, fue arrestado después de salir de su casa para llevar su automóvil al mecánico, según su esposa, Argelia Aviles.</p><p>Ella dijo que su esposo, quien trabaja como handyman en Key West, tiene un permiso para trabajar en Estados Unidos. Originario de Nicaragua, ha vivido en Estados Unidos durante 19 años.</p><p>Las autoridades federales dijeron a Local 10 News que un permiso de trabajo no otorga estatus migratorio legal y que Aviles ingresó ilegalmente al país desde Nicaragua en 2006.</p><p>El hijo de Aviles, Joshua, publicó en Facebook que recibió la noticia mientras se encontraba a bordo del USS Lincoln durante un despliegue de nueve meses en Medio Oriente.</p><p>Escribió: “Esto es desgarrador para mí, Él es un hombre trabajador y humilde”.</p><p>El hijo menor de Aviles, también llamado Luis, dijo a Local 10 News el lunes que la familia ha estado “preocupada”.</p><p>“Es un buen padre. No se merece esto”, dijo Aviles Jr.</p><p>“Tener un familiar en las fuerzas armadas no es un pase libre para violar las leyes de nuestra nación”, dijo un portavoz del Departamento de Seguridad Nacional de Estados Unidos en un comunicado a Local 10, y agregó que la administración del presidente Trump “no elige qué leyes hacer cumplir”.</p><p>Existe un programa militar conocido como “parole in place” para obtener estatus legal, pero no todos son elegibles y no se otorga automáticamente, según el DHS.</p>]]></content:encoded></item><item><title><![CDATA[Identifican al joven asesinado tras choque de scooters en Gladeview]]></title><link>https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</guid><dc:creator><![CDATA[Chris Gothner, Jeff  Derderian ]]></dc:creator><description><![CDATA[La víctima, residente de Liberty City, murió en plena calle. Los investigadores aún no establecen si ambos hombres se conocían antes del encontronazo.]]></description><pubDate>Mon, 24 Aug 2026 15:23:32 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Alguacil de Miami-Dade informaron que un hombre de 24 años, residente de Miami, fue la víctima de un <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" rel="">tiroteo mortal ocurrido el fin de semana</a> que se originó por un choque entre scooters eléctricos.</p><p>Según la MDSO, Darryl Frankders Johnson Jr. conducía un scooter eléctrico poco antes de las 5:25 p.m. del domingo, cerca de Northwest 75th Street y 22nd Court, en el área no incorporada de Gladeview, cuando chocó con el sospechoso, lo que derivó en una discusión.</p><p>Los agentes dijeron que el sospechoso sacó un arma y le disparó a Johnson, residente de Liberty City, antes de darse a la fuga.</p><p>Los paramédicos de Miami-Dade Fire Rescue declararon muerto a Johnson en el lugar.</p><p>Un vocero de la MDSO informó el lunes que el sospechoso estaba acompañado de un menor al momento del tiroteo.</p><p>No estaba claro de inmediato si los dos hombres se conocían antes del choque y del tiroteo.</p><p>Se pidió a cualquier persona con información sobre el caso que llame a los investigadores.</p>]]></content:encoded></item><item><title><![CDATA[Cinco incendios mantienen en “moderada” la calidad del aire en el oeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</guid><dc:creator><![CDATA[Hannah Yechivi, Jennifer Collins, Andrea Torres, Brett Knese]]></dc:creator><description><![CDATA[Shark Valley vuelve a abrir sus puertas este lunes a la 1 p.m. Mientras tanto, las cuadrillas siguen conteniendo focos que ya suman más de 23,000 acres quemados en el condado.
]]></description><pubDate>Mon, 24 Aug 2026 17:23:47 +0000</pubDate><content:encoded><![CDATA[<p>Cinco <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">incendios forestales seguían activos</a> el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p><a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">La calidad del aire</a> era moderada en las zonas del oeste, cerca de Kendall y Homestead, <a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">de acuerdo</a> con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, <a href="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index" rel="">según</a> la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">según</a> el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el <a href="https://ffs.firesponse.com/public/" rel="">mapa de respuesta a incendios</a> del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><figure><img src="https://www.local10.com/resizer/v2/Z5BUFET4EFCKJFMRXKMZMROGVA.jpg?auth=af8e9bba1879827b5ccf9d652f38d274c436d5ace37beec71d86f628821be81a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><a href="https://ffs.firesponse.com/public/" rel="">Las cuadrillas del FFS</a> contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, <a href="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information" rel="">visite esta página</a>.</p><p>Cinco incendios forestales seguían activos el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p>La calidad del aire era moderada en las zonas del oeste, cerca de Kendall y Homestead, de acuerdo con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, según la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, según el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el mapa de respuesta a incendios del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><p>Las cuadrillas del FFS contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, visite esta página.</p>]]></content:encoded></item><item><title><![CDATA[Auto se estrella contra edificio en Opa-locka]]></title><link>https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Sky 10 sobrevoló el lugar poco antes de las 2 p.m., cuando una grúa retiraba el vehículo destrozado. Los bomberos trasladaron a un adulto a un hospital cercano.]]></description><pubDate>Mon, 24 Aug 2026 19:01:43 +0000</pubDate><content:encoded><![CDATA[<p>Una persona resultó herida cuando un auto se estrelló contra el costado de un edificio en Opa-locka el lunes, confirmaron los socorristas.</p><p>El accidente fue reportado en la cuadra 13200 de Northwest 32nd Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/ORO2UAXJPZFBRJOXWYDDBI5LGE.jpeg?auth=a95bbc8feaa429c7dd0457ffae1a4d270cfd70c22b7fc32b764efff14dd8fc59&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sky 10 sobrevoló la escena poco antes de las 2 p.m., mientras una grúa se llevaba un Mustang convertible con daños. En el edificio quedó un gran boquete, y en la acera, escombros de la pared y restos del vehículo.</p><p>Funcionarios de Miami-Dade Fire Rescue confirmaron que un adulto fue trasladado a un hospital de la zona.</p><p>No se dieron a conocer otros detalles de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[Un rayo le arrebató a su esposa y a una de sus mellizas en Margate]]></title><link>https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor, Byron Tollefson, Christina Vazquez]]></dc:creator><description><![CDATA[La familia acababa de llegar a casa de una tía para cenar. Corrían hacia la puerta bajo la lluvia cuando cayó el rayo. Ahora él debe explicarle a una niña de 2 años la ausencia de su melliza.]]></description><pubDate>Mon, 24 Aug 2026 16:32:37 +0000</pubDate><content:encoded><![CDATA[<p>Un padre del sur de Florida llora a su esposa y a su hija de 2 años, quienes, según la policía, murieron alcanzadas por un rayo el domingo, cuando llegaban a una cena familiar en Margate.</p><p>Para Kameron Glasgow, un pedazo de grama frente a la casa de su tía, en la cuadra 7900 de Northwest First Street, guardará para siempre uno de sus últimos recuerdos de su esposa, Kenya Glasgow, y de su hija Kennedi.</p><p>“No hay palabras para describir lo que uno siente”, dijo Kameron Glasgow.</p><p>La policía de Margate informó que Kenya, de 31 años, y Kennedi fueron alcanzadas por un rayo alrededor de las 2:30 p.m. del domingo.</p><p>La familia de cuatro acababa de llegar a la casa e intentaba entrar antes de que se desatara la tormenta que se acercaba.</p><p><i>Kennedi (izquierda) abraza a su hermana melliza, Kensli.</i></p><p>“Vimos que la lluvia estaba arreciando y dijimos: ‘Oye, hay que meter a las niñas’”, recordó Glasgow.</p><p>Entonces cayó el rayo.</p><p>Glasgow contó que sintió la descarga.</p><p>“Me llegó el remezón desde el suelo”, dijo. “Por la gracia de Dios, todavía estoy aquí”.</p><p>Pero al voltearse, se encontró con una escena devastadora.</p><p>“Voltearse y ver a tu esposa y a tu hija ahí, sin vida, es todavía peor”, dijo Glasgow.</p><p>A Kenya y a Kennedi les sobreviven Glasgow y Kensli, la hermana melliza de Kennedi.</p><p>Glasgow dijo que ahora enfrenta no solo su propio duelo, sino lo que la pérdida significará para la hija que le queda.</p><p>“Que ella pierda a su hermana melliza... no hay palabras, porque sé que ni siquiera lo puede entender ahora mismo”, dijo entre lágrimas.</p><p>Glasgow describió a su esposa como alguien que siempre estaba ahí para los suyos.</p><p>“Mi esposa: el corazón más grande del mundo”, dijo. “El corazón más grande del mundo. Ponía a todos antes que a ella misma”.</p><p>Dijo que Kenya, su novia desde el último año de secundaria, era una de sus heroínas, junto con su padre, ya fallecido.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Ella me ayudó a convertirme en el hombre que soy hoy”, dijo Glasgow.</p><p>De Kennedi dijo que era un “conejito Energizer” enamorado de la música, sobre todo de las canciones de Benson Boone.</p><p>“Nunca había visto a una niña de 2 años cantar a Benson Boone en un karaoke con micrófono, palabra por palabra”, contó. “Dos años, y clarito. ‘Beautiful Things’, esa era su canción favorita”.</p><p>Glasgow dijo que la pérdida duele aún más porque vivió el nacimiento de sus mellizas como una bendición tras la muerte de su padre.</p><p>“Pensé que mi bendición más grande había sido que Dios me mandara a mis dos hijas después de que murió mi papá”, dijo. “Y que ahora una ya no esté, es duro”.</p><p>Dijo que también le costará asimilar la pérdida de la mujer con la que compartió la mitad de su vida.</p><p>Pese al dolor, Glasgow dijo que sabe que tiene que salir adelante por Kensli.</p><p>“Todo va a estar bien porque tengo que estarlo, porque tengo otra hija hermosa que está adentro”, dijo.</p><p>Por ahora, se aferra a su fe.</p><p>“Dios no le pone a nadie una prueba que no pueda soportar”, dijo Glasgow.</p><p><!-- GRÁFICO DE SERVICIO — Seguridad ante rayos. Pegar en el módulo de HTML. Sin scripts.
     COLORES DE MARCA: reemplazar los dos valores de abajo con los del manual de Local 10.
       Acento (barra superior y numeración):  #003C71
       Texto de titulares:                    #16181d
     Buscar y reemplazar esos hex en todo el bloque.
-->
<div style="max-width:720px;margin:24px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#16181d;border:1px solid #d8dade;">

  <div style="background:#003C71;padding:14px 20px;">
    <p style="margin:0;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#ffffff;">Qué hacer ante una tormenta eléctrica</p>
  </div>

  <div style="padding:22px 20px 6px;">
    <p style="margin:0 0 4px;font-size:21px;line-height:1.3;font-weight:700;">Si escucha un trueno, ya está a distancia de impacto</p>
    <p style="margin:0 0 22px;font-size:16px;line-height:1.5;color:#5f646d;">Un rayo puede caer a 10 millas de donde está lloviendo, incluso con el cielo despejado sobre usted.</p>

    <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">1</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Entre de inmediato</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Al primer trueno, no cuando empiece la lluvia. Tenga en cuenta el tiempo que le tomará llegar al refugio.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">2</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Busque un techo cerrado</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Un edificio con electricidad y plomería, o un auto de techo duro con las ventanas cerradas.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">3</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Espere 30 minutos</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Contados desde el último trueno. Que pare la lluvia no significa que haya pasado el peligro.</p>
        </td>
      </tr>
    </table>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 16px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">No sirven de refugio</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Cocheras abiertas, garajes sin cerrar, patios techados, quioscos y árboles. Tampoco los convertibles.</p>
    </div>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 4px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">A la víctima se le puede auxiliar de inmediato</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Quien recibe un impacto no queda cargado de electricidad. Se le puede tocar sin riesgo y practicarle RCP mientras llega la ayuda.</p>
    </div>
  </div>

  <div style="border-top:1px solid #d8dade;padding:12px 20px;background:#f6f6f4;">
    <p style="margin:0;font-size:13px;line-height:1.5;color:#5f646d;">Fuente: Servicio Nacional de Meteorología (National Weather Service), <a href="https://www.weather.gov/safety/lightning-espanol" style="color:#003C71;">guía de seguridad ante rayos</a>. Gráfico: Local 10 News.</p>
  </div>

</div></p>]]></content:encoded></item><item><title><![CDATA[‘Everyone at MDC dies today’ Instagram post leads to 21-year-old’s arrest, cops say]]></title><link>https://www.local10.com/news/local/2026/08/25/everyone-at-mdc-dies-today-instagram-post-leads-to-21-year-olds-arrest-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/everyone-at-mdc-dies-today-instagram-post-leads-to-21-year-olds-arrest-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Police arrested a 21-year-old Hialeah man on Monday after they said he made a post on Instagram threatening a “mass act of terrorism” at Miami Dade College.]]></description><pubDate>Tue, 25 Aug 2026 14:47:45 +0000</pubDate><content:encoded><![CDATA[<p>Police arrested a 21-year-old Hialeah man on Monday after they said he made a post on Instagram threatening a “mass act of terrorism” at Miami Dade College.</p><p><a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/">Leer en español</a></p><p>According to the Hialeah Police Department, officers were called out to the MDC campus at 1780 W. 49th St. on Monday morning after someone reported a post that stated, “Everyone at MDC dies today.”</p><p>Police said they were able to identify Jose Santos as the “owner of the Instagram handle” and they found him at a home on West 31st Street, near First Avenue.</p><p>A statement Santos allegedly made to detectives was redacted from the HPD report, which doesn’t state whether he attends the institution.</p><p>Police arrested Santos on a written threats charge. As of Tuesday morning, he was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDKFBBJSANCA5FLVYXDAA7GGXQ.jpg?auth=b4880f83d3e74bb6621a6e857f5576e4b72fa08ff9687accfca15445e69b1606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jose Santos]]></media:description></media:content></item><item><title><![CDATA[Arrestan a joven de 21 años por publicación en Instagram que decía “Todos en MDC mueren hoy”, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/arrestan-a-joven-de-21-anos-por-publicacion-en-instagram-que-decia-todos-en-mdc-mueren-hoy-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La policía arrestó el lunes a un hombre de Hialeah de 21 años después de que, según dijeron, hizo una publicación en Instagram amenazando con un “acto masivo de terrorismo” en Miami Dade College.]]></description><pubDate>Tue, 25 Aug 2026 14:49:58 +0000</pubDate><content:encoded><![CDATA[<p>La policía arrestó el lunes a un hombre de Hialeah de 21 años después de que, según dijeron, hizo una publicación en Instagram amenazando con un “acto masivo de terrorismo” en Miami Dade College.</p><p>Según el Departamento de Policía de Hialeah, agentes acudieron al campus de MDC en 1780 W. 49th St. la mañana del lunes después de que alguien reportara una publicación que decía: “Todos en MDC mueren hoy”.</p><p>La policía indicó que pudo identificar a Jose Santos como el “propietario de la cuenta de Instagram” y lo encontró en una vivienda en West 31st Street, cerca de First Avenue.</p><p>Una declaración que Santos presuntamente hizo a los detectives fue censurada del reporte de HPD, que no indica si asiste a la institución.</p><p>La policía arrestó a Santos por un cargo de amenazas por escrito. Hasta la mañana del martes, permanecía detenido en el Turner Guilford Knight Correctional Center con una fianza que figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDKFBBJSANCA5FLVYXDAA7GGXQ.jpg?auth=b4880f83d3e74bb6621a6e857f5576e4b72fa08ff9687accfca15445e69b1606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jose Santos]]></media:description></media:content></item><item><title><![CDATA[Invest 96L likely to form, but will it survive into next week?]]></title><link>https://www.local10.com/weather/hurricane/2026/08/25/invest-96l-likely-to-form-but-will-it-survive-into-next-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/25/invest-96l-likely-to-form-but-will-it-survive-into-next-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The first Cabo-Verde-style storm is taking shape over the eastern Atlantic – a strong disturbance designated Invest 96L by the National Hurricane Center – and could become the Atlantic’s next named storm in the days ahead.]]></description><pubDate>Tue, 25 Aug 2026 14:36:22 +0000</pubDate><content:encoded><![CDATA[<p>The first Cabo-Verde-style storm is taking shape over the eastern Atlantic – a strong disturbance designated Invest 96L by the National Hurricane Center – and could become the Atlantic’s next named storm in the days ahead.</p><p><a href="https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/">Leer en español</a></p><p>96L will be the first system of the peak part of the season to run the gauntlet through El Niño’s staunch central Atlantic wall of wind shear. Forecast models are divided on whether it survives its passage through the teeth of 2026’s formidable shear zone this weekend but if it can, the surviving scenarios show the possibility of more earnest strengthening over the western Atlantic later next week.</p><p>This is over a week out and 96L is still in its infancy. With high uncertainty ahead, we’ll need to stay patient and let this one play out.</p><h3><b>96L showing signs of organization</b></h3><p>Satellite-derived wind estimates over 96L around daybreak Tuesday showed a sharp turning of winds and improving circulation.</p><figure><img src="https://www.local10.com/resizer/v2/P7IFUH7GARG2NMSEOWPTJIBF3Q.png?auth=17ced86f0e340de877845a67a4fb6ee1d828abc674c02bb3c16e34a218ed46c2&smart=true&width=1200&height=900" alt="Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com.</figcaption></figure><p>Though the circulation isn’t fully closed yet, the satellite pass gave the National Hurricane Center confidence to bump up the short term development odds to high. Though thunderstorm activity remains scattered and disorganized, 96L is by no means starved of convection like its deep Atlantic predecessors 92L and 94L.</p><p>Statistical guidance shows <a href="https://ftp.nhc.noaa.gov/atcf/stext/26082512AL9626_ships.txt" rel="">an environment with ample moisture and decreasing wind shear</a> over the next few days, which should position 96L for gradual development into early Friday.</p><p>By the weekend, 96L will begin to hit some obstacles – both in terms of higher wind shear and drier mid-level air – as it draws near and north of the easternmost Caribbean islands for early next week. The question is how organized it gets before then and whether it can survive beyond that point into next week.</p><h3><b>Next week’s wildcards</b></h3><p>The first question is whether 96L survives. The second question is where it lands on the other side of the shear zone.</p><p>A weaker system would favor a track farther south and west and perhaps into the Caribbean where wind shear will stay high and prohibitive to future development.</p><p>On the other hand, if 96L, or what forms from it, rides north of the islands, there’s an opportunity for a second act middle to later next week.</p><p>There are exceptionally wide bookends on this one, so take each modeling camp with a grain of salt beyond the next few days.</p><p>The American suite of forecast models, like the GFS, and its high-resolution hurricane counterparts, like the HAFS, strengthen 96L into a hurricane and turn it quickly into the open Atlantic over the weekend.</p><figure><img src="https://www.local10.com/resizer/v2/NABB277KY5DVBAHUBKZBBG6XGU.png?auth=02c292ffe44ab3bf583d0eb15f4e9a5b0ba288eaf77a7120e3f0207513e31fb4&smart=true&width=1200&height=900" alt="Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic." height="900" width="1200"/><figcaption>Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic.</figcaption></figure><p>This fast-strengthening scenario seems like an outlier based on what we’re seeing in the early stages.</p><p>Google’s DeepMind 1,000-member machine learning-based ensemble system, on the other hand, is advertising little in the way of development this week, keeping 96L weak or undeveloped, with a better chance of development east of Florida and near the Bahamas next week (orange dots in the plot below).</p><figure><img src="https://www.local10.com/resizer/v2/O3NEKWAM6VERPHYJNMASQRXETQ.png?auth=bfbf8974346707510e5ac49df465279199403b2a89c52596690c3e43a441e959&smart=true&width=1200&height=900" alt="Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out)." height="900" width="1200"/><figcaption>Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out).</figcaption></figure><p>It’s worth noting the model is showing low odds of development at this time frame for next week but we’ll want to keep an eye to the trends to see how those long-range odds evolve. DeepMind has lower development odds than yesterday, primarily because it dropped development odds this week east of the islands.</p><p>The European modeling system effectively splits the difference between the GFS and DeepMind, advertising a weak system riding farther west and near or north of the islands into next week, with a turn northward next week and the possibility of a second act over the subtropics east of the U.S.</p><figure><img src="https://www.local10.com/resizer/v2/J2ST6ZDEJRD6JF2NSAYL73T2VU.png?auth=7656f1331d6ff661c52dd840a8ba40a5a876193f1de4659e8fa77acea53e598e&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com.</figcaption></figure><p>The bottom line is it’s way too soon to know where this will head or even if it survives into next week. As with most systems of Cabo Verde origin, this could bring lots of drama. Best case scenario is 96L doesn’t pull itself together and falls flat in the face of the shear this weekend, a credible scenario to be sure.</p><p>That said, given that the time of year (late August/early September), we’ll need to babysit this one for a little bit before we feel comfortable that it won’t break through next week. For now, it’s one to monitor and periodically check back in on in the coming days.</p><h3><b>Invest 95L’s development window quickly closing</b></h3><p>Invest 95L – an area of low-pressure a few hundred miles northeast of Bermuda over the open North Atlantic – continued to struggle early Tuesday. Wind shear is expected to pick up notably later today and on Wednesday as the system accelerates northward.</p><figure><img src="https://www.local10.com/resizer/v2/QHNWP2EZY5EZRM3JW6LMMUMFWE.png?auth=e6b42ce32e10bd8662d1f5862ef4973ade120c5dd7929c73e0dbe74b17fc4d73&smart=true&width=1200&height=900" alt="Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>If anything forms, it’ll be weak and very short-lived. Regardless, the system poses no organized threat to land this week and will get swept into the north Atlantic graveyard by Thursday.</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/2PWWBVFMAVDTRL6AMKYTP5BTDI.PNG?auth=e415c5dacb65b83f2871b0055d6ca1fd7710182ea1afb33236b29a34fc19dab0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Es probable que Invest 96L se forme, pero ¿sobrevivirá hasta la próxima semana?]]></title><link>https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/es-probable-que-invest-96l-se-forme-pero-sobrevivira-hasta-la-proxima-semana/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Los modelos están divididos sobre si la onda tropical más saludable de la temporada hasta ahora podrá sobrevivir a la zona de cizalladura del Atlántico central este fin de semana]]></description><pubDate>Tue, 25 Aug 2026 14:46:55 +0000</pubDate><content:encoded><![CDATA[<p>La primera tormenta al estilo de Cabo Verde está tomando forma sobre el Atlántico oriental, una fuerte perturbación designada Invest 96L por el Centro Nacional de Huracanes, y podría convertirse en la próxima tormenta con nombre del Atlántico en los próximos días.</p><p>96L será el primer sistema de la parte más activa de la temporada en atravesar el desafío de la firme barrera de cizalladura del viento de El Niño en el Atlántico central. Los modelos de pronóstico están divididos sobre si sobrevivirá a su paso por la intensa zona de cizalladura de 2026 este fin de semana, pero si lo logra, los escenarios en los que sobrevive muestran la posibilidad de un fortalecimiento más significativo sobre el Atlántico occidental a finales de la próxima semana.</p><p>Esto está a más de una semana de distancia y 96L todavía está en sus primeras etapas. Ante la alta incertidumbre que existe, tendremos que ser pacientes y dejar que este sistema evolucione.</p><h3><b>96L muestra señales de organización</b></h3><p>Las estimaciones de viento derivadas de satélite sobre 96L alrededor del amanecer del martes mostraron un marcado giro de los vientos y una circulación que está mejorando.</p><figure><img src="https://www.local10.com/resizer/v2/P7IFUH7GARG2NMSEOWPTJIBF3Q.png?auth=17ced86f0e340de877845a67a4fb6ee1d828abc674c02bb3c16e34a218ed46c2&smart=true&width=1200&height=900" alt="Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Surface wind estimates over Invest 96L from around 6 AM ET Tuesday from the Advanced Scatterometer or ASCAT instrument aboard the European MetOp-B polar-orbiting satellite showing a sharp turning of winds southeast of the Cabo Verde islands off the west coast of Africa. Credit: cyclonicwx.com.</figcaption></figure><p>Aunque la circulación aún no está completamente cerrada, el paso del satélite dio al Centro Nacional de Huracanes suficiente confianza para elevar a altas las probabilidades de desarrollo a corto plazo. Aunque la actividad de tormentas eléctricas permanece dispersa y desorganizada, 96L de ninguna manera carece de convección como sus predecesores del Atlántico profundo, 92L y 94L.</p><p>La guía estadística muestra <a href="https://ftp.nhc.noaa.gov/atcf/stext/26082512AL9626_ships.txt" target="_blank" rel="noreferrer" title="https://ftp.nhc.noaa.gov/atcf/stext/26082512AL9626_ships.txt">un ambiente con abundante humedad y una disminución de la cizalladura</a> del viento durante los próximos días, lo que debería favorecer el desarrollo gradual de 96L hasta las primeras horas del viernes.</p><p>Para el fin de semana, 96L comenzará a encontrar algunos obstáculos, tanto por una mayor cizalladura del viento como por aire más seco en los niveles medios, a medida que se acerque y pase al norte de las islas más orientales del Caribe a principios de la próxima semana. La pregunta es qué tan organizado estará para entonces y si podrá sobrevivir más allá de ese punto hasta la próxima semana.</p><h3><b>Las incógnitas de la próxima semana</b></h3><p>La primera pregunta es si 96L sobrevivirá. La segunda es dónde terminará una vez que atraviese la zona de cizalladura.</p><p>Un sistema más débil favorecería una trayectoria más hacia el sur y el oeste, y quizás hacia el Caribe, donde la cizalladura del viento se mantendrá alta e impedirá un mayor desarrollo.</p><p>Por otro lado, si 96L, o lo que se forme a partir de este, pasa al norte de las islas, existe la posibilidad de una segunda etapa de desarrollo entre mediados y finales de la próxima semana.</p><p>Existe un rango excepcionalmente amplio de posibilidades para este sistema, por lo que hay que tomar con cautela cada grupo de modelos más allá de los próximos días.</p><p>El conjunto estadounidense de modelos de pronóstico, como el GFS, y sus equivalentes de alta resolución para huracanes, como el HAFS, fortalecen a 96L hasta convertirlo en huracán y lo desvían rápidamente hacia el Atlántico abierto durante el fin de semana.</p><figure><img src="https://www.local10.com/resizer/v2/NABB277KY5DVBAHUBKZBBG6XGU.png?auth=02c292ffe44ab3bf583d0eb15f4e9a5b0ba288eaf77a7120e3f0207513e31fb4&smart=true&width=1200&height=900" alt="Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic." height="900" width="1200"/><figcaption>Early Tuesday (August 25th) models for Invest 96L, showing the main American models like the GFS (red) and the GFS Ensembles (GEFS, brown color), along with the high resolution American-based hurricane models like HAFS-A (green) and HAFS-B (also red) which show 96L quickly strengthening and turning northward into the open Atlantic.</figcaption></figure><p>Este escenario de rápida intensificación parece ser atípico según lo que estamos observando en las primeras etapas.</p><p>Por otro lado, el sistema de conjunto de 1,000 miembros de Google DeepMind, basado en aprendizaje automático, muestra poco desarrollo esta semana, manteniendo a 96L débil o sin desarrollar, con una mayor probabilidad de desarrollo al este de Florida y cerca de las Bahamas la próxima semana (puntos naranjas en el gráfico a continuación).</p><figure><img src="https://www.local10.com/resizer/v2/O3NEKWAM6VERPHYJNMASQRXETQ.png?auth=bfbf8974346707510e5ac49df465279199403b2a89c52596690c3e43a441e959&smart=true&width=1200&height=900" alt="Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out)." height="900" width="1200"/><figcaption>Probability of the center of 96L passing to within about 75 miles of a given location from Google’s 1,000-member DeepMind ensemble system over the next few weeks. The model indicates no development this week but better chances with the undeveloped system developing over the southwestern Atlantic east of the Bahamas next week. The dots indicate genesis points, with warmer colors farther out in time (orange dots are over a week out).</figcaption></figure><p>Cabe señalar que el modelo muestra bajas probabilidades de desarrollo en este momento para la próxima semana, pero habrá que estar atentos a las tendencias para ver cómo evolucionan esas probabilidades a largo plazo. DeepMind muestra probabilidades de desarrollo más bajas que ayer, principalmente porque redujo las probabilidades de desarrollo esta semana al este de las islas.</p><p>El sistema de modelos europeo prácticamente se sitúa en un punto intermedio entre el GFS y DeepMind, mostrando un sistema débil que avanzaría más hacia el oeste y cerca o al norte de las islas hasta la próxima semana, con un giro hacia el norte la próxima semana y la posibilidad de una segunda etapa de desarrollo sobre las zonas subtropicales al este de Estados Unidos.</p><figure><img src="https://www.local10.com/resizer/v2/J2ST6ZDEJRD6JF2NSAYL73T2VU.png?auth=7656f1331d6ff661c52dd840a8ba40a5a876193f1de4659e8fa77acea53e598e&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Thursday (September 3, 2026) from the traditional, physics-based European model ensemble system (top) and the newer AI-based European ensembles (bottom). Both modeling systems keep 96L weak or undeveloped this week and moving westward into early next week. The models show it turning northward into the subtropics next week, where it could organize or strengthen if it survives the shear gauntlet. Credit: Weathermodels.com.</figcaption></figure><p>La conclusión es que es demasiado pronto para saber hacia dónde se dirigirá este sistema o incluso si sobrevivirá hasta la próxima semana. Como ocurre con la mayoría de los sistemas originados en Cabo Verde, este podría generar mucho drama. En el mejor de los casos, 96L no logra organizarse y se debilita ante la cizalladura este fin de semana, un escenario ciertamente posible.</p><p>Dicho esto, dada la época del año, finales de agosto y principios de septiembre, tendremos que vigilar este sistema durante un tiempo antes de sentirnos seguros de que no logrará superar estas condiciones la próxima semana. Por ahora, es un sistema que hay que monitorear y revisar periódicamente durante los próximos días.</p><h3><b>La ventana de desarrollo de Invest 95L se cierra rápidamente</b></h3><p>Invest 95L, un área de baja presión a unos cientos de millas al noreste de Bermuda sobre las aguas abiertas del Atlántico Norte, continuó teniendo dificultades a primeras horas del martes. Se espera que la cizalladura del viento aumente notablemente más tarde hoy y el miércoles a medida que el sistema acelere su desplazamiento hacia el norte.</p><figure><img src="https://www.local10.com/resizer/v2/QHNWP2EZY5EZRM3JW6LMMUMFWE.png?auth=e6b42ce32e10bd8662d1f5862ef4973ade120c5dd7929c73e0dbe74b17fc4d73&smart=true&width=1200&height=900" alt="Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 95L or its remnants passing to within about 100 miles of a given location. Forecast models show a narrow development window that will close later today as 95L is torn apart by wind shear and whisked out to sea. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>Si algo llega a formarse, será débil y de muy corta duración. En cualquier caso, el sistema no representa una amenaza organizada para tierra esta semana y será arrastrado hacia el cementerio del Atlántico Norte para el jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2PWWBVFMAVDTRL6AMKYTP5BTDI.PNG?auth=e415c5dacb65b83f2871b0055d6ca1fd7710182ea1afb33236b29a34fc19dab0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre acusado de abrir fuego contra ciclistas en Cutler Bay]]></title><link>https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Homestead de 40 años fue arrestado el lunes por agentes de la Oficina del Sheriff de Miami-Dade después de que, según dijeron, abrió fuego contra ciclistas en Cutler Bay el pasado fin de semana.]]></description><pubDate>Tue, 25 Aug 2026 14:35:31 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Homestead de 40 años fue arrestado el lunes por agentes de la Oficina del Sheriff de Miami-Dade después de que, según dijeron, <a href="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/">abrió fuego contra ciclistas en Cutler Bay el pasado fin de semana</a>.</p><p>Según un reporte de arresto, el incidente ocurrió alrededor de las 7:30 a.m. del sábado cerca de la intersección de Southwest 87th Avenue y 184th Street.</p><p>El reporte indica que Raimiero Rios conducía una SUV negra hacia el sur por Southwest 87th Avenue cuando comenzó a tocar la bocina a dos ciclistas que también se dirigían hacia el sur.</p><p>Rios luego desvió la SUV hacia los ciclistas, obligando a uno de ellos a salirse de la carretera, según el reporte.</p><p>Los agentes indicaron que Rios luego atropelló al segundo ciclista con la SUV.</p><p>Después de la colisión, Rios sacó un arma y disparó en dirección al ciclista, según el reporte.</p><p>El incidente fue captado en video.</p><p>Los agentes que respondieron al lugar indicaron que encontraron un agujero de bala en el suelo. No se reportaron heridos.</p><p>El reporte indica que Rios fue trasladado a la estación del Distrito Municipal de Cutler Bay de la Oficina del Sheriff de Miami-Dade para ser interrogado, donde invocó sus derechos Miranda.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de agresión agravada con arma de fuego, un cargo de agresión física agravada con arma mortal y un cargo por disparar un arma de fuego desde un vehículo.</p><p>Hasta la mañana del martes, permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza figuraba como “por determinar”.</p>]]></content:encoded></item><item><title><![CDATA[Hospitalizan a una persona y evalúan a varias más en el lugar tras accidente en Lauderhill que involucró a ciclista y varios vehículos]]></title><link>https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Lauderhill está investigando un accidente que involucró a varios vehículos y un ciclista ocurrido la mañana del martes, que dejó a una persona hospitalizada y afectó el tráfico a lo largo de West Sunrise Boulevard.]]></description><pubDate>Tue, 25 Aug 2026 14:31:08 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Lauderhill está investigando un accidente que involucró a varios vehículos y un ciclista ocurrido la mañana del martes, que dejó a una persona hospitalizada y afectó el tráfico a lo largo de West Sunrise Boulevard.</p><p>Según la policía, agentes y personal de Lauderhill Fire Rescue respondieron al área de West Sunrise Boulevard cerca de Northwest 31st Avenue tras reportes del accidente.</p><p>La policía indicó que varios vehículos y un ciclista estuvieron involucrados. Uno de los vehículos se salió de la carretera y terminó entre unos arbustos, indicaron las autoridades.</p><p>Equipos de Fire Rescue tuvieron que sacar a una persona de uno de los vehículos tras el accidente, indicó la policía.</p><p>Cuatro personas fueron evaluadas o atendidas en el lugar y al menos una persona fue trasladada a un hospital para recibir tratamiento médico adicional, indicaron las autoridades.</p><p>La policía no proporcionó detalles sobre la gravedad de las lesiones.</p><p>El accidente afectó los carriles en dirección oeste de Sunrise Boulevard mientras los equipos de emergencia trabajaban en el lugar. También se reportaron restricciones adicionales de tráfico en el área circundante.</p><p>Las circunstancias en torno al accidente continúan bajo investigación. Se recomienda a los conductores que transitan por el área tener precaución y anticipar demoras.</p>]]></content:encoded></item><item><title><![CDATA[Deputies arrest man accused of opening fire on cyclists in Cutler Bay ]]></title><link>https://www.local10.com/news/local/2026/08/25/deputies-arrest-man-accused-of-opening-fire-on-cyclists-in-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/deputies-arrest-man-accused-of-opening-fire-on-cyclists-in-cutler-bay/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 40-year-old Homestead man was arrested Monday by Miami-Dade Sheriff’s Office deputies after they said he opened fire on cyclists in Cutler Bay this past weekend.]]></description><pubDate>Tue, 25 Aug 2026 14:28:10 +0000</pubDate><content:encoded><![CDATA[<p>A 40-year-old Homestead man was arrested Monday by Miami-Dade Sheriff’s Office deputies after they said he <a href="https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/">opened fire on cyclists in Cutler Bay this past weekend</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/">Leer en español</a></p><p>According to an arrest report, the incident happened at about 7:30 a.m. Saturday near the intersection of Southwest 87th Avenue and 184th Street.</p><p>The report states Raimiero Rios was driving a black SUV south on Southwest 87th Avenue when he began honking at two cyclists who were also traveling south.</p><p>Rios then swerved the SUV toward the cyclists, forcing one of them off the roadway, according to the report.</p><p>Deputies said Rios then struck the second cyclist with the SUV. </p><p>After the collision, Rios pulled out a gun and fired a round in the direction of the cyclist, according to the report.</p><p>The incident was captured on video. </p><p>Deputies who responded to the scene said they found a bullet hole in the ground. No injuries were reported.</p><p>The report states Rios was taken to MDSO’s Cutler Bay Municipal District Station for questioning, where he invoked his Miranda rights. </p><p>Jail records show he is facing one count each of aggravated assault with a firearm, aggravated battery with a deadly weapon and discharging a firearm from a vehicle. </p><p>As of Tuesday morning, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[1 hospitalized, several others checked out at scene following Lauderhill crash involving bicyclist, multiple vehicles]]></title><link>https://www.local10.com/news/local/2026/08/25/1-hospitalized-several-others-checked-out-at-scene-following-lauderhill-crash-involving-bicyclist-multiple-vehicles/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/1-hospitalized-several-others-checked-out-at-scene-following-lauderhill-crash-involving-bicyclist-multiple-vehicles/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Lauderhill police are investigating a multi-vehicle crash involving a bicyclist that occurred Tuesday morning, sending one person to the hospital and impacting traffic along West Sunrise Boulevard.]]></description><pubDate>Tue, 25 Aug 2026 12:18:14 +0000</pubDate><content:encoded><![CDATA[<p>Lauderhill police are investigating a multi-vehicle crash involving a bicyclist that occurred Tuesday morning, sending one person to the hospital and impacting traffic along West Sunrise Boulevard.</p><p><a href="https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/hospitalizan-a-una-persona-y-evaluan-a-varias-mas-en-el-lugar-tras-accidente-en-lauderhill-que-involucro-a-ciclista-y-varios-vehiculos/">Leer en español</a></p><p>According to police, officers and Lauderhill Fire Rescue personnel responded to the area of West Sunrise Boulevard near Northwest 31st Avenue following reports of the crash.</p><p>Police said multiple vehicles and a bicyclist were involved. One of the vehicles left the roadway and came to rest in bushes, authorities said.</p><p>Fire Rescue crews had to extricate one person following the crash, police said.</p><p>Four people were evaluated or treated at the scene, and at least one person was transported to a hospital for further medical treatment, authorities said. </p><p>Police did not provide details about the severity of the injuries.</p><p>The crash impacted the westbound lanes of Sunrise Boulevard as emergency crews worked at the scene. Additional traffic restrictions were also reported in the surrounding area.</p><p>The circumstances surrounding the crash remain under investigation. Drivers traveling through the area are being advised to use caution and expect delays.</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[Suspect in custody following police chase that ended at edge of Plantation canal, cops say]]></title><link>https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A large police presence was observed Monday night in Plantation following a pursuit that ended on the edge of a canal in a residential neighborhood. ]]></description><pubDate>Tue, 25 Aug 2026 01:21:20 +0000</pubDate><content:encoded><![CDATA[<p>A large police presence was observed Monday night in Plantation following a pursuit that ended on the edge of a canal in a residential neighborhood. </p><p><a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/">Leer en español</a></p><p>Officers were seen in the area of Hiatus Road near Sunrise Boulevard. </p><p>The suspect’s vehicle could be seen at the edge of the water. </p><p>According to authorities, the chase began in the area of North University Drive and Cleary Boulevard when the driver, identified as Darius Amartei Parrish, 30, did not listen to commands to pull over. </p><figure><img src="https://www.local10.com/resizer/v2/RX5TVTMRORCSHDDUNF5PCMOL4Q.jpg?auth=9783bba41b821a6bc2b98e67b7497b58e3fccf60e242b3aa322f947a95b17245&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>At some point, Parrish bailed out of his car, which led to the vehicle’s front end being partially submerged in the canal, authorities said. </p><p>Assisting in the search were K9 officers and a helicopter unit from the Broward Sheriff’s Office, police said. </p><p>Eventually, Parrish was taken into custody. He faces charges of burglary of an occupied dwelling, grand theft and resisting an officer without violence. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Arrestan a sospechoso tras persecución policial que terminó al borde de canal en Plantation, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/arrestan-a-sospechoso-tras-persecucion-policial-que-termino-al-borde-de-canal-en-plantation-segun-la-policia/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Una gran presencia policial fue observada la noche del lunes en Plantation tras una persecución que terminó al borde de un canal en un vecindario residencial.]]></description><pubDate>Tue, 25 Aug 2026 14:27:18 +0000</pubDate><content:encoded><![CDATA[<p>Una gran presencia policial fue observada la noche del lunes en Plantation tras una persecución que terminó al borde de un canal en un vecindario residencial.</p><p>Agentes fueron vistos en el área de Hiatus Road cerca de Sunrise Boulevard.</p><p>El vehículo del sospechoso podía verse al borde del agua.</p><p>Según las autoridades, la persecución comenzó en el área de North University Drive y Cleary Boulevard cuando el conductor, identificado como Darius Amartei Parrish, de 30 años, no obedeció las órdenes de detenerse.</p><figure><img src="https://www.local10.com/resizer/v2/RX5TVTMRORCSHDDUNF5PCMOL4Q.jpg?auth=9783bba41b821a6bc2b98e67b7497b58e3fccf60e242b3aa322f947a95b17245&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>En algún momento, Parrish abandonó su vehículo, lo que provocó que la parte delantera quedara parcialmente sumergida en el canal, indicaron las autoridades.</p><p>Agentes K9 y una unidad de helicóptero de la Oficina del Sheriff de Broward ayudaron en la búsqueda, indicó la policía.</p><p>Finalmente, Parrish fue detenido. Enfrenta cargos de robo en una vivienda ocupada, hurto mayor y resistencia a un agente sin violencia.</p>]]></content:encoded></item><item><title><![CDATA[PGA Tour moving to match play for two-week Tour Championship at two courses]]></title><link>https://www.local10.com/sports/2026/08/25/pga-tour-moving-to-match-play-for-two-week-tour-championship-at-two-courses/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/pga-tour-moving-to-match-play-for-two-week-tour-championship-at-two-courses/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — The PGA Tour is reshaping its postseason for 2028 by ending the year with a Tour Championship played over two weeks at different golf courses involving match play.]]></description><pubDate>Tue, 25 Aug 2026 14:18:44 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The PGA Tour is reshaping its postseason for 2028 by ending the year with a Tour Championship played over two weeks at different golf courses involving match play.</p><p>PGA Tour CEO Brian Rolapp announced the changes Tuesday before the Tour Championship, which currently is 72 holes of stroke play for the top 30 players. Whoever wins the tournament is declared the FedEx Cup champion and earns $10 million in official money from the $40 million purse.</p><p>Starting in 2028, the BMW Championship — the only postseason event that rotates is being held that year at Olympia Fields near Chicago — will be for the leading 90 players on the points list. Points from the season continue, and the leader will be the season champion and bonus money distributed accordingly.</p><p>The top 32 after the BMW Championship will be broken into eight groups of four-player pools. The leading two players from each pool advance to the final event, which will be match play over four days. Even players eliminated early will play through Sunday to determine final positions.</p><p>That means the BMW Championship will offer three trophies — the BMW Championship, the Western Golf Association and the PGA Tour Championship Series Finale.</p><p>And the second week of the postseason will have no trophy at all — it's all about being among the 16 players who advance to the last event.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/44KJ2ZJZCLILYHCL4PYZU3DO3U.jpg?auth=c416dc21db6ecdd945b47a8d13ff233cce09cc661ed675ad71d379abc84a4eb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - PGA Tour CEO Brian Rolapp speaks before a practice round of the Tour Championship golf tournament, Wednesday, Aug. 20, 2025, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Muere trabajador de construcción tras ser sacado de estanque de retención luego de accidente con excavadora en Davie]]></title><link>https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner, Hannah Yechivi]]></dc:creator><description><![CDATA[Un trabajador de construcción de 66 años murió después de ser sacado de un estanque de retención en Davie el lunes tras un accidente con una excavadora, confirmaron las autoridades.]]></description><pubDate>Tue, 25 Aug 2026 14:15:27 +0000</pubDate><content:encoded><![CDATA[<p>Un trabajador de construcción de 66 años murió después de ser <a href="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/">sacado de un estanque de retención en Davie</a> el lunes tras un accidente con una excavadora, confirmaron las autoridades.</p><p>Según la policía de Davie, Tyrone Smith murió después de ser trasladado al Broward Health Medical Center la tarde del lunes.</p><p>La policía indicó que el incidente ocurrió en una obra de construcción en la cuadra 2200 de Shotgun Road, al este del intercambio de la I-75 con Royal Palm Boulevard.</p><p>La agente Julia Ross, portavoz del Departamento de Policía de Davie (DPD), dijo que la agencia respondió a reportes de un “posible ahogamiento”, vio la excavadora “sumergida” en el estanque y los rescatistas lograron sacar al hombre del agua.</p><p>Funcionarios de Davie Fire Rescue dijeron a Local 10 News que el operador estaba en paro cardíaco cuando los rescatistas lo encontraron; fue trasladado al Broward Health Medical Center, donde murió.</p><p>La policía indicó el martes que el incidente parecía haber sido accidental. OSHA está investigando ahora, junto con la policía.</p><p>Un representante de Downright Engineering confirmó a Local 10 News que Smith era empleado de la compañía y estaba casado. Indicó a la reportera de Local 10 News Hannah Yechivi que la compañía también está llevando a cabo su propia investigación sobre el trágico accidente y no desea hacer más comentarios en este momento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4SU3RPLCVJGSRDX5OGKGW3A4WU.jpeg?auth=a5dcc3147c5679e9b65098830ba4eb3ef30a9d580544a1f61012669ef1c8dee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Excavator incident]]></media:description></media:content></item><item><title><![CDATA[Construction worker dies after being pulled from retention pond following excavator mishap in Davie]]></title><link>https://www.local10.com/news/local/2026/08/25/construction-worker-identified-after-being-pulled-from-retention-pond-following-excavator-mishap-in-davie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/construction-worker-identified-after-being-pulled-from-retention-pond-following-excavator-mishap-in-davie/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner, Hannah Yechivi]]></dc:creator><description><![CDATA[A 66-year-old construction worker has died after he was pulled from a retention pond in Davie Monday following a mishap with an excavator, authorities confirmed.]]></description><pubDate>Tue, 25 Aug 2026 12:39:19 +0000</pubDate><content:encoded><![CDATA[<p>A 66-year-old construction worker has died after he was<a href="https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/"> pulled from a retention pond in Davie</a> Monday following a mishap with an excavator, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/muere-trabajador-de-construccion-tras-ser-sacado-de-estanque-de-retencion-luego-de-accidente-con-excavadora-en-davie/">Leer en español</a></p><p>According to Davie police, Tyrone Smith died after being transported to Broward Health Medical Center Monday afternoon.</p><p>Police said the incident occurred at a construction site in the 2200 block of Shotgun Road, east of the I-75 interchange with Royal Palm Boulevard.</p><p>Officer Julia Ross, a DPD spokesperson, said the agency responded to reports of a “possible drowning,” saw the excavator “submerged” in the pond, and rescuers were able to pull the man from the water.</p><p>Officials from Davie Fire Rescue told Local 10 News that the operator was in cardiac arrest when rescuers found him; he was taken to Broward Health Medical Center where he died.</p><p>Police said Tuesday that the incident appeared to be accidental. OSHA is now investigating, along with police. </p><p>A representative for Downright Engineering confirmed to Local 10 News that Smith was an employee of theirs and was married. They told Local 10 News reporter Hannah Yechivi that the company is also conducting its own investigation into the tragic accident and does not wish to comment further at this time. </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/4SU3RPLCVJGSRDX5OGKGW3A4WU.jpeg?auth=a5dcc3147c5679e9b65098830ba4eb3ef30a9d580544a1f61012669ef1c8dee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[US consumer confidence falls to lowest level in 7 months with gas stuck above $4]]></title><link>https://www.local10.com/business/2026/08/25/us-consumer-confidence-falls-to-lowest-level-in-7-months-with-gas-stuck-above-4/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/us-consumer-confidence-falls-to-lowest-level-in-7-months-with-gas-stuck-above-4/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans’ confidence in the economy declined again this month as the ongoing conflict in Iran has steadily pushed gasoline prices above $4 per gallon in the U.S.]]></description><pubDate>Tue, 25 Aug 2026 14:28:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans’ confidence in the economy declined again this month as the ongoing conflict in Iran has steadily pushed gasoline prices above $4 per gallon in the U.S.</p><p>The Conference Board said Tuesday that its consumer confidence index dipped to 89.4 in August from 90.2 in July. That’s the lowest level in seven months but essentially in the same lukewarm range its been in since the beginning of the year. In late 2024 and early 2025 the readings were consistently above 100.</p><p>Respondents’ views of their present situation improved, but their outlook for the near-term future soured.</p><p>Americans remain frustrated with the economy after five years of elevated inflation, potentially posing a risk to President Donald Trump and Republicans in the midterm elections, which are less than 70 days away.</p><p>Write-in responses to the board’s survey, which were collected from Aug. 3 to Aug. 16, were slightly more pessimistic this month. References to prices in general, specifically oil and gas specifically, remain elevated. Comments about war and geopolitics, food prices, trade, and jobs rose in August.</p><p>Trump continues to blame the high prices on his predecessor, Democrat Joe Biden, yet inflation has risen since Trump’s inauguration last year.</p><p>The government’s measure of inflation that the Federal Reserve prefers — personal consumption expenditures — came in at 3.7% in June, down from May’s year-over-year increase of 4.1%, but up from 2.8% before the Iran war began Feb. 28. It was 2.5% when Trump was inaugurated in January 2025.</p><p>The government issues its July PCE data on Wednesday.</p><p>Consumers’ views of the current labor market improved in August, with 27% of consumers saying jobs were “plentiful,” up from 24.4% in July. However, they were more negative about the labor market going forward in the next six months, with just 14.6% of respondents expecting more jobs to be available. That’s down from 16.4% last month.</p><p>The U.S. job market stalled unexpectedly in July as employers cut 23,000 jobs. To make matters worse, Labor Department revisions slashed 103,000 jobs from May and June payrolls.</p><p>The unemployment rate fell to 4.1%, but for the wrong reason: Thousands of people dropped out of the labor market, so fewer people were competing for work.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHDKKWNBGPT23KGRG2WZTRLPWY.jpg?auth=48214a5fbbf33ba4aff45bab5e63f506461dac30005c9751dce918659d704196&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shoppers choose a backpack at a Target store, Thursday, Aug. 13, 2026, in Woodbury, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SN5DTSR3WZUX6IOTXZULI6VIYM.jpg?auth=0d0550b9c33ff2130d99245b561874f44590ca2fd3c0bf0831cec48bc356c0f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A shopper browses the frozen aisle at a Target store, Thursday, Aug. 13, 2026, in Woodbury, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3TIWZFJEGCW4OAT53LVH4HZKY.jpg?auth=75f0fb39c27f42a082e23ad575c994bc6c58586fd9deef0ddb7b6a002c2069c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person loads groceries in plastic bags into their vehicle, May 18, 2026, at a grocery store in Cincinnati. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIK3YFUS4LYENTZFX5KWHSTJMY.jpg?auth=8d5d7d984a89188280566873db668624c0529c6181a873687c7d322f540afd75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shoppers browse the produce section at a Target store, Thursday, Aug. 13, 2026, in Woodbury, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[A former Armenian president is detained in a corruption investigation]]></title><link>https://www.local10.com/news/world/2026/08/25/a-former-armenian-president-is-detained-in-a-corruption-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-former-armenian-president-is-detained-in-a-corruption-investigation/</guid><dc:creator><![CDATA[By AVET DEMOURIAN, Associated Press]]></dc:creator><description><![CDATA[YEREVAN, Armenia (AP) — Former Armenian President Robert Kocharyan and his eldest son were detained Tuesday after law enforcement officers raided businesses linked to the family, the country’s Anti-Corruption Committee said.]]></description><pubDate>Tue, 25 Aug 2026 14:35:43 +0000</pubDate><content:encoded><![CDATA[<p>YEREVAN, Armenia (AP) — Former Armenian President Robert Kocharyan and his eldest son were detained Tuesday after law enforcement officers raided businesses linked to the family, the country’s Anti-Corruption Committee said.</p><p>A case was opened against Kocharyan, 71, who leads parliament’s second-largest opposition bloc, on charges of abuse of authority, bribery and large-scale money laundering, according to Armenia’s Prosecutor General’s Office.</p><p>Besides Kocharyan and his eldest son, Sedrak, four other people were detained as part of the investigation, the office said.</p><p>The raids came less than 24 hours after Prime Minister Nikol Pashinyan clashed with Kocharyan’s younger son, Levon, in a fiery exchange in parliament.</p><p>Armenia’s Anti-Corruption Committee said it was investigating allegations that state assets had been illegally sold to private companies for under market value during Kocharyan’s time in office from 1998 to 2008.</p><p>Former President Serzh Sargsyan, who served under Kocharyan before taking office himself from 2008 to 2018, also is facing charges as part of the case, the committee said.</p><p>Bagrat Mikoyan, who heads his office, described the detentions as “yet another attack on President Kocharyan and his family” by authorities. He added that Kocharyan felt ill after his detention and was taken to a hospital.</p><p>Kocharyan's son accused prime minister of political pressure</p><p>During a parliamentary question-and-answer session, Levon Kocharyan accused Pashinyan of pressuring the courts and law enforcement agencies to open investigations against individuals.</p><p>Pashinyan responded by asking Levon Kocharyan the source of his family’s wealth, saying that any assets acquired at public expense should be returned to the state.</p><p>In a social media post Tuesday, Robert Kocharyan's Armenia Alliance said the case was one of personal vengeance and “another cynical manifestation of a regime that has lost its legitimacy."</p><p>"This is not a legal process; this is the open subjugation of the state apparatus," it said.</p><p>Robert Kocharyan went on trial in 2019, accused of ordering the illegal use of force by security officers against demonstrators protesting alleged fraud in the 2008 presidential election. At least 10 people were killed in the clashes. The charges were later dropped, and the legal proceedings ended in 2021.</p><p>Analyst Alexander Iskandaryan, director of the Caucasus Institute in Yerevan, told The Associated Press that critics have long accused Kocharyan of corruption while in power.</p><p>He said the case will intensify the conflict between the pro-Russian opposition, where Kocharyan is a key figure, and Pashinyan's government, which is pursuing a pro-Western course and prioritizing closer ties with the European Union.</p><p>“Of course, this is a signal to the Kremlin," Iskandaryan said. “Kocharyan effectively positions himself as a Russian proxy, and we see a trend where the authorities have begun to fight — intensively and by all possible means — against political forces aligned with Russia.”</p><p>___</p><p>Yuras Karamanau in Tallinn, Estonia, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C5VOCRNQO4PRZLFSP253KPB6LU.jpg?auth=57d6dc5b987e4f9735cf109299e55167c812dbdfbefa013d02016330a4b89d7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former President Robert Kocharyan speaks during a news conference in Yerevan, Armenia, on June 22, 2021. (AP Photo/Sergei Grits, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sergei Grits</media:credit></media:content></item><item><title><![CDATA[Federal judge rejects Ghislaine Maxwell's 'miscarriage of justice' claims and bid for prison release]]></title><link>https://www.local10.com/news/2026/08/25/federal-judge-rejects-ghislaine-maxwells-miscarriage-of-justice-claim-and-bid-for-prison-release/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/25/federal-judge-rejects-ghislaine-maxwells-miscarriage-of-justice-claim-and-bid-for-prison-release/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Ghislaine Maxwell's bid to overturn her sex trafficking conviction and be freed from prison was rejected by a federal judge Tuesday who said the claims by Jeffrey Epstein’s former girlfriend and longtime associate that new evidence had emerged were “demonstrably meritless.”]]></description><pubDate>Tue, 25 Aug 2026 15:07:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Ghislaine Maxwell's bid to overturn her sex trafficking conviction and be freed from prison was rejected by a federal judge Tuesday who said the claims by Jeffrey Epstein’s former girlfriend and longtime associate that new evidence had emerged were “demonstrably meritless.”</p><p>Maxwell filed a habeas petition last December seeking to set aside her conviction and free her from a 20-year prison sentence, claiming exonerating information was withheld and false testimony presented at her trial, resulting in a “complete miscarriage of justice.”</p><p>Judge Paul A. Engelmayer rejected her arguments, saying in his written ruling they “all or almost all are frivolous” and that she had presented nothing that could upend the outcome of her trial.</p><p>“Nearly all its claims are procedurally barred; the overwhelming testimonial and documentary evidence adduced at trial conclusively established her guilt; and her petition’s claims are demonstrably meritless, and generally based on speculation, distortions, and/or outright falsehoods,” Engelmayer wrote.</p><p>A request for comment was sent to lawyers who represented Maxwell in the past.</p><p>Habeas petitions are often filed as a last resort and to protect against unlawful confinement after appeals are exhausted, as happened after Maxwell’s conviction and sentencing.</p><p>Epstein, a millionaire financier, was arrested in July 2019 on sex trafficking charges. Ordered detained until trial, he was found dead in his cell at a New York federal jail in August 2019 and his death was ruled a suicide.</p><p>Maxwell, a British socialite, was arrested a year later and was convicted of sex trafficking in December 2021. She was moved from a Florida prison to a prison camp in Texas last year, shortly after she was interviewed by the Justice Department’s then second-in-command, Todd Blanche, President Donald Trump's former criminal defense attorney and now U.S. attorney general.</p><p>The judge noted that many of Maxwell's claims of “new evidence” stem from documents released under the Epstein Files Transparency Act.</p><p>As a result of that law, the Justice Department over the last eight months has released 18 categories of investigative materials gathered in the massive sex trafficking probe, including search warrants, financial records, notes from interviews with victims and data from electronic devices.</p><p>Engelmayer said that material is “largely irrelevant to the charges against Maxwell and does not support her claims of error.”</p><p>“On the contrary, to the extent it is relevant, far from exculpating her, it incriminates her or reinforces the correctness of the legal rulings Maxwell challenges,” he wrote.</p><p>The judge also rejected Maxwell's claim that she was selectively prosecuted and made a “scapegoat” when the Justice Department did not indict four co-conspirators named in a government document or 25 men who settled with victims.</p><p>Engelmayer said she could have raised that claim on appeal after her trial, but he found it to be frivolous nonetheless.</p><p>Among the recently released Justice Department documents, “she does not cite any that reveals the existence of an uncharged confederate, let alone one as instrumental as she in facilitating Epstein’s horrific crimes,” the judge said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2E5GHZ6THP3XXWQ3JVYCW3FH6I.jpg?auth=8cc03b4bb89b96eda7e9b9f25a36f5ad65ff0174d4f1d6c4a97688f0b6ef8adf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Audrey Strauss, acting U.S. attorney for the Southern District of New York, points to a photo of Jeffrey Epstein and Ghislaine Maxwell during a news conference in New York on July 2, 2020. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content></item><item><title><![CDATA[Serena Williams is back at the US Open, playing mixed doubles with Carlos Alcaraz]]></title><link>https://www.local10.com/sports/2026/08/25/serena-williams-is-back-at-the-us-open-playing-mixed-doubles-with-carlos-alcaraz/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/serena-williams-is-back-at-the-us-open-playing-mixed-doubles-with-carlos-alcaraz/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Serena Williams is back at the U.S. Open for her first match at the Grand Slam tournament since 2022, playing mixed doubles alongside defending men's singles champion Carlos Alcaraz.]]></description><pubDate>Tue, 25 Aug 2026 13:09:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Serena Williams is back at the U.S. Open for her first match at the Grand Slam tournament since 2022, playing mixed doubles alongside defending men's singles champion Carlos Alcaraz.</p><p>Williams and Alcaraz are facing one half of the reigning women’s doubles champions, Erin Routliffe, and Lloyd Glasspool in the first round later Tuesday. They are one of the star-studded duos in the second year of the new-looked mixed doubles event, with Aryna Sabalenka and Novak Djokovic also participating together.</p><p>Returning to tennis earlier this year at 44, Williams is not planning to play singles at the U.S. Open. Nevertheless, she and Alcaraz have an opportunity to add another title at Flushing Meadows to their respective resumes.</p><p>Williams has 10 U.S. Open championships: six in women's singles, two in women's doubles with sister Venus and one in mixed doubles — with Max Mirnyi in 1998. Alcaraz has won the men's singles tournament twice, including four years ago when Serena initially stepped away from the sport.</p><p>Following the first round and quarterfinals Tuesday, the mixed doubles semifinals and final are Wednesday night, with the winners getting a $1 million prize.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72I5XLPGFUADMX3QCH7XF3OKBM.jpg?auth=4b5576f95218477e23e0041cec9bad398bf6714affdbd9226f87566a9980db4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, of the United States, reacts to a winning point during a women's doubles match against Marta Kostyuk, of Ukraine, and Peyton Stearns, of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIS4KRMAFRVLZGVPIT3TTPUNBU.jpg?auth=424e4e6876c038442eb8a05c22b54cded6130fd1afd972ef1f9b04fade562584&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, of the United States, returns a shot during a women's doubles match with her sister Venus Williams against Marta Kostyuk, of Ukraine, and Peyton Stearns, also of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OF3ZKRH7HMYIBO4IUKTA6WFH5A.jpg?auth=e9f85f5d9aab6c4f7ccb50bbc840914bba9d9a24fd12c66b95d52b07559c406d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carlos Alcaraz, of Spain, returns a shot against Daniil Medvedev, of Russia, during a semifinal match at the BNP Paribas Open tennis tournament, March 14, 2026, in Indian Wells, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[A lush knee-high jungle grows in the Arctic, but warming is changing Earth's mini-greenhouse]]></title><link>https://www.local10.com/tech/2026/08/25/a-lush-knee-high-jungle-grows-in-the-arctic-but-warming-is-changing-earths-mini-greenhouse/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/25/a-lush-knee-high-jungle-grows-in-the-arctic-but-warming-is-changing-earths-mini-greenhouse/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[TOOLIK LAKE, Alaska (AP) — With no tall trees reaching to the sky, Alaska's North Slope tundra can look desolate — especially to outsiders from the Lower 48 who are used to in-your-face greenery.]]></description><pubDate>Tue, 25 Aug 2026 13:04:32 +0000</pubDate><content:encoded><![CDATA[<p>TOOLIK LAKE, Alaska (AP) — With no tall trees reaching to the sky, Alaska's North Slope tundra can look desolate — especially to outsiders from the Lower 48 who are used to in-your-face greenery.</p><p>But up close, “the tundra's kind of like the jungle,” said Adam Bloom, a Florida Atlantic University plant biology student. Except this lush Arctic jungle tops out at about 10 inches (25 centimeters).</p><p>Together with Jake Francis, a professor at the university, Bloom walked through the spongy soil that was frozen solid a few weeks earlier. They towered over the knee-high dwarf birch trees. Showy rhododendrons didn't reach the backs of their shoes as they walk in the North Slope, a vast and sparsely populated treeless area stretching from the Brooks mountain range to the Arctic Ocean.</p><p>For centuries, Arctic cold has kept plant life small, a sort of dollhouse of Earth's miniatures. The extreme environment has long given researchers a unique perspective on what makes plants grow, insight that would be hard to obtain elsewhere. Now it offers them one of the world’s most useful windows on how climate change affects plant life, with the Arctic warming four times faster than the rest of Earth, especially in the winter. For example, researchers at the Toolik Field Station, 200 miles (320 kilometers) north of the Arctic Circle, are studying whether plants facing these harsh conditions evolve to compete or cooperate with one another.</p><p>Studies show that the colder and further north in the Arctic, the smaller the plant life. There are several reasons, but the main one is that life is rough in the winter. Anything that protrudes above the shallow, insulating snow cover is more prone to being damaged by the cold and wind or eaten by wildlife, said plant ecologist Anne Bjorkman of the University of Gothenburg in Sweden.</p><p>Plus the frozen permafrost doesn't allow roots to grow too deep, she said.</p><p>Earth's miniatures are growing</p><p>But the cold is weakening and the miniatures are stretching. This part of Alaska is about 4.8 degrees (2.7 degrees Celsius) warmer than it was 40 years ago mostly because of the burning of coal, oil and gas.</p><p>“Plants that are already there are growing taller,” Bjorkman said, adding that they're likely to grow even taller in the future.</p><p>And they are getting greener. Some of the long-term studies here are “trying to understand what controls how much plants grow, what controls how green it is,” and how all that is changing, said Columbia University ecologist Duncan Menge.</p><p>Meanwhile, taller plants that previously couldn't survive the cold are moving in, Bjorkman said.</p><p>This process, called shrubification, can accelerate warming because of how the plants trap heat, said University of Colorado plant ecologist Sarah Elmendorf. Canopies of the taller, darker shrubs stick out of the snow and absorb more energy from the sun than the blanket of white snow, which reflects heat back.</p><p>“It's certainly a major fingerprint of change that we can see,” she said.</p><p>Darker tundra absorbing more radiation is “one of the main reasons for what we call arctic amplification, which causes climate change to accelerate” especially in the Arctic, Menge said.</p><p>The shrubs also trap more snow. That snow warms the ground below and allows microbes during the winter to release more of the heat-trapping gas methane, Elmendorf said. The added greenery from the taller plants and shrubs could compensate somewhat by absorbing more carbon dioxide, she said.</p><p>Expanding stands of willows seem to be providing more shade to streams and changing the ecology of fish, insects and birds, according to Chris Neill and Linda Deegan of the Woodwell Climate Research Center. They are conducting a multiyear study to see if an ecosystem adapts and even genetically evolves to handle the stress of climate change. If that is happening, it offers hope for the survival of some of the most fragile Arctic ecosystems, Deegan said.</p><p>Using a magnifying lens to appreciate tiny plants</p><p>During a foray around Toolik Lake, Francis carried a knuckle-sized magnifying lens around his neck like a locket, using it to reveal the wonder of the tiny flora at his feet.</p><p>“Tiny changes in a tiny jungle make a big difference,” said Francis, an Arctic newcomer.</p><p>Big trees in Francis' home base of Florida are showy and amaze people because they're so easy to see, he said. But here on the spongy tussocks — clumps of plants that jut upward, making walking an ankle-turning adventure — Francis said, “we have three or four different species of flowering plants growing. We have mosses. We have liverworts and it's the same thing. Layers growing on top of plants on top of plants on top of plants. But it's not yelling at us.”</p><p>“You have to get down there and stop and look,” Francis said. “You could walk right past it and not even see it. And so this is what to me is cool.”</p><p>What helps survival, competition or cooperation?</p><p>These plants are competing for sun, nutrients, water and especially pollination in this harsh environment of limited but intense sunlight. Francis and his students are examining if it's more cooperative than the long assumed life-or-death competition. Francis' team focuses on a specific parasitic plant — the Arctic lousewort — that they think is getting a bad rap. The Arctic lousewort taps into the roots of nearby plants to suck out nutrients.</p><p>Sure, it's a vampire, siphoning resources from its neighbors. But doctoral student Jonathan Carcache theorizes that the lousewort is helping its neighbors as much as stealing from them. That's because its dramatic shaft of purple flowers catches the attention of the not-so-plentiful bumblebees here “like a billboard that advertises pollination,” he said. And once that sought-after bee arrives, everyone gets pollinated.</p><p>To test their theory, Carcache and Bloom play bee. It's a painstaking, difficult task that they split between them. Bloom uses tweezers to remove a plant's male parts, and back at the lab he uses a mechanical device to shake out the pollen. It takes several hours each night to produce less than a teaspoon full of microscopic pollen grains.</p><p>Then Carcache finishes the job, belly-first on the ground and trying not to crush any of the plants they have come to study. Wearing a net over his head and nitrile gloves to protect him from swarming mosquitoes, he takes a paintbrush to dip grains of pollen on just the right female parts of neighboring heather blossoms.</p><p>By doing the bees' job, Carcache and Bloom hope to figure out whether the plants around the parasite are pollinated more than those further away. If so, there's a fair trade taking place, rather than one plant simply taking advantage of others.</p><p>Amid the stresses of the Arctic, scientists are rethinking the idea that all life is a cutthroat competition with winners and losers. It might be more about mutualism, with plant species cooperating so that everybody survives, like the lousewort and its neighbors, Francis said.</p><p>“It would be wonderful if humans were the same way,” Francis said.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U2S46ERBVL6E6IM6TXBCNOXJ2U.jpg?auth=65e589f9f164b77730a80459ee3dfb914119ddd2c35ca10ee41898e9c6c78a13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Onion Portage, a critical migration route for the Western Arctic Caribou Herd along the Kobuk River near Ambler, Alaska, is visible, Sept. 30, 2025. (AP Photo/Annika Hammerschlag, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJM7YQ7LNQURAJRGT2IXZ4FIJA.jpg?auth=aa366561611383634e8965e73f794180445802e5415b303372eae56bef406d41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Snow covers the mountains of the Brooks Range in the Arctic National Wildlife Refuge, Oct. 14, 2024, near Kaktovik, Alaska. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IIARVMNZB5XQQJP3VJ7QEVMQY.jpg?auth=e232f9f8df9f3b891c2bf8335c8879b2d0742d337339504f94cd6283d4251e63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jørgen Kristensen rides with his sled dogs in Ilulissat, Greenland, Jan. 27, 2026. (AP Photo/Evgeniy Maloletka, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XLSZCTOKXK44SZTWTGNKMUXZYA.jpg?auth=09afa63f046b9a6e504073b1c9d481f37ef6fe1631e8231811a2142ea165e8e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Kaktovik Lagoon and the Brooks Range mountains of the Arctic National Wildlife Refuge are visible in the distance, Tuesday, Oct. 15, 2024, in Kaktovik, Alaska. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[The Latest: Canada announces retaliatory tariffs against the US]]></title><link>https://www.local10.com/news/politics/2026/08/25/the-latest-canada-is-expected-to-announce-retaliatory-tariffs-against-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/the-latest-canada-is-expected-to-announce-retaliatory-tariffs-against-the-us/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Canada has announced retaliatory tariffs against the United States as relations sharply deteriorate, after President Donald Trump mused about renaming Lake Ontario “Lake America” and insulted Canada’s Prime Minister Mark Carney by calling him “Governor Carney.” More than 700 U.S.-made products are on Canada's tariffs list, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper with duties as high as 50%.]]></description><pubDate>Tue, 25 Aug 2026 15:18:46 +0000</pubDate><content:encoded><![CDATA[<p>Canada has announced retaliatory tariffs against the United States as relations sharply deteriorate, after President Donald Trump mused about renaming Lake Ontario “Lake America” and insulted Canada’s Prime Minister Mark Carney by calling him “Governor Carney.” More than 700 U.S.-made products are on Canada's tariffs list, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper with duties as high as 50%.</p><p>The Supreme Court on Monday cleared the way for Trump to move ahead with his executive order restricting mail-in voting, though it remains unclear how much his administration can implement before the fast-approaching midterm elections. Mail balloting has long been a favorite target for Trump, who has claimed that it breeds fraud despite strong evidence to the contrary and his own use of the voting method.</p><p>Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the U.S. The announcement follows Trump’s pledge last week to unleash an “economic D-Day” against Iran, in an effort to sever it from the rest of the global economy.</p><p>Here's the Latest:</p><p>Canada strikes back with retaliatory tariffs on about $20 billion in American goods</p><p>Canada is targeting more than 700 U.S.-made products as the trade war escalates. The list extends well beyond industrial goods, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper, with some facing duties as high as 50%.</p><p>The tariffs on American steel, dairy products, appliances, farm equipment, pulp and paper and electronics take effect Sept. 8 at rates of 15%, 25% and 50%, with Canada matching the corresponding U.S. tariff rate on each product.</p><p>Canadian officials said the goal is not to raise revenue but to protect Canadian companies and reduce U.S. imports. Goods facing 50% tariffs also include some aluminum products, furniture, clothing and apparel. Appliances, dairy products including cheese, fish and seafood, and certain steel and aluminum derivatives will face 25% tariffs. Existing Canadian countertariffs on U.S. autos will remain in place.</p><p>Trump’s trade war with Canada could rattle economies in states with key Senate races</p><p>Trump’s trade war threatens Republican efforts to address voters’ economic concerns as control of the U.S. Senate hinges on states along the border.</p><p>“Imposing new tariffs on Canada is a mistake,” Republican Sen. Susan Collins of Maine, one of Democrats’ top targets this year, said while campaigning Monday.</p><p>The issue also puts pressure on Republicans in the border states of Michigan, Ohio and Alaska, and in Iowa, whose main trading partner is Canada.</p><p>“Trump is escalating a trade war with Canada for his own vanity,” Michigan’s Democratic nominee Abdul El-Sayed said on social media, adding that his Republican opponent, former Rep. Mike Rogers, is a “rubber stamp” for such policies.</p><p>▶ Read more</p><p>Ontario premier, after trading insults with Trump, wants to dial it down</p><p>Doug Ford, who traded personal insults with Trump a day earlier, struck a more conciliatory tone Tuesday, dismissing the president’s Lake Ontario threat as “a lot of rhetoric” and urging the two countries to resume negotiations.</p><p>Ford acknowledged in a CNN interview that the dispute had “got a little personal” and agreed it’s time to lower the temperature. He said the trade fight is hurting both countries and that Canada and the United States should “get back to the table” and negotiate a fair deal.</p><p>US consumer confidence falls to lowest level in 7 months as gas prices remain elevated</p><p>Americans’ confidence in the economy declined again this month as the ongoing conflict in Iran keeps pump prices over $4 a gallon.</p><p>The Conference Board said Tuesday that its consumer confidence index dipped to 89.4 in August from 90.2 in July. That’s the lowest in seven months and essentially in the same lukewarm range its been in since the beginning of the year. In late 2024 and early 2025 the readings were consistently above 100.</p><p>Respondents’ views of their present situation improved, but their outlook for the near-term future soured. Americans remain frustrated with the economy after five years of elevated inflation, potentially posing a risk to Trump and Republicans with fewer than 70 days to go before Election Day.</p><p>Businesses and consumers are caught in the middle, facing uncertainty about price increases</p><p>Michael Howard II, owner of a furniture business in Warren, Michigan, outside Detroit, said the tariffs will hamper the “ability for us to put food on the table for our family, but also impacts the ability for us to give back to our community.”</p><p>Howard and his wife started their business a decade ago. They make and sell everything from dining room tables to bookcases.</p><p>“To say that we don’t need Canada is just disingenuous,” he said. “It’s dishonest. And it’s just absolutely not truthful. We need our neighbor, but also they need us.”</p><p>Canadians warn that trade war could harm US automakers</p><p>Ontario Premier Doug Ford told The Associated Press in an exclusive interview Monday that “everything is on the table,” noting his province would be ready to cut off electricity and critical minerals to the U.S. if the trade war worsens. Trump “underestimates Canada. We’re all in,” Ford said.</p><p>Cars and auto parts, as well as energy products, were excluded from Trump’s latest round of tariffs — but remained key sticking points in negotiations that crumbled over the weekend, and Carney said Monday that Washington’s auto-sector proposals would “gradually dismantle” Canadian production.</p><p>Canada is the largest customer for U.S. automobiles, Carney noted — and he questioned what Trump’s latest move would mean for workers in states such as Ohio, Kentucky and Alabama who depend on that demand.</p><p>US households face higher prices on more than 550 Canadian products</p><p>Here are just some of the many items specified by the White House that are subject to Trump’s 50% import tax:</p><p>1. Natural honey
                2. Bulbs for plants such as tulips and lilies, as well as some fresh cut flowers
                3. Seeds for beets, onions and other vegetables
                4. Horsehair, tortoise shells, antlers and various animal products
                5. Alcohol such as beer, vermouth and cider
                6. Furniture knobs, wallpaper and lighting fixtures
                7. Plates, cups, bowls and other kitchen or tableware
                8. Paints, varnishes, vinyl tile floor coverings and various plywood sheets
                9. Ice skates, golf equipment, fishing rods and other sports accessories
                10. Perfumes, makeup and manicure preparations
                11. Suitcases, bags, gloves and coats
                12. Toys and certain “articles for Christmas festivities”
                13. Digital cameras and recording equipment
                14. Smartphones and video game consoles
                15. Envelopes, cigarette paper and toilet or facial tissue</p><p>Carney: Netflix in French is not a joke</p><p>“There is a huge gap between the American perspective and the Canadian perspective. That’s the first point,” Carney added. “In the final hours of the negotiations, it was a question of — you mentioned Netflix — discoverability on platforms, the streamers. You can see whether, if you want to watch some television, it is easy or not to find French-language and Quebec programs. Because of legislation here in Quebec, it is easier now. But for the Americans, that is an irritant. No, it is a law.”</p><p>Labeling is another example, he said: “That is also on the list of irritants the Americans mention. And the government says each time: No, no, no. The joke is over. It’s not amusing. It’s not a ‘funny fact.’ It’s a right.”</p><p>Here’s what Carney said about the US position on French-language content and labels</p><p>Carney said Monday that U.S. negotiators had raised the discoverability of French-language content on streaming platforms, along with French-language labeling rules, as trade irritants.</p><p>And he rejected the idea that such protections were negotiable, saying in French: “For the Americans, questions about the French language, Quebec culture, francophone culture and Canadian culture are irritants. Here in Quebec, here in Canada, they are rights — fundamental rights.”</p><p>Trump denies attempting to interfere with Canadians’ right to speak French</p><p>“I love French Canadians,” the president said in a follow-up social media post.</p><p>Trump appeared to be responding to assertions by Carney that the United States had proposed measures he deemed unacceptable that would hurt French language protections.</p><p>Trump accused Carney of telling a “lie” and disparaged the prime minister as “weak” and “ineffective.”</p><p>“I would never interfere with Canadians speaking French! In fact, I have never even thought of doing such a stupid thing,” he said, asserting the claim was made up by Carney in a bid to boost his political standing at home.</p><p>Jeffries says he took the meeting with Kushner to address the affordability crisis</p><p>The Democratic leader said affordability is not a hoax as Trump has said, but very real — “People are drowning in this failed economy.”</p><p>The meeting between Jeffries and Kushner, the president’s son-in-law and top outside adviser, was seen as an overture from the administration before the midterms elections.</p><p>Speaker Mike Johnson, a close Trump ally, had bristled that Kushner better not be hedging his bets against Republicans.</p><p>Democratic leader Jeffries fires back at critics after meeting with Jared Kushner</p><p>“He asked for a meeting and I took it,” says Rep. Hakeem Jeffries in a defiant video posted to social media.</p><p>Wearing a New York Yankees cap and looking straight into the camera, Jeffries, who is in line to become House speaker if Democrats seize majority control of the House, leveled a follow-up warning: “I shouldn’t have to say it but I am: No one is going to get a pass.”</p><p>“We are going to hold every single member of the Trump cartel accountable — from day one,” Jeffries said, foreshadowing a robust oversight agenda.</p><p>Trump says he’s considering renaming Lake Ontario as ‘Lake America’ as trade war with Canada escalates</p><p>Such a change would be reminiscent of the Republican president’s unilateral action last year by executive order to rename the Gulf of Mexico to the Gulf of America.</p><p>The United States and Canada are locked in a trade dispute, with Canada expected to announce retaliatory measures Tuesday. That’s in response to the Trump administration enacting 50% tariffs on $20 billion of Canadian goods over the weekend after talks between the countries broke down.</p><p>“The United States is giving serious consideration to changing the name of Lake Ontario to Lake America in that we don’t expect to doing much business with Ontario any longer,” Trump said Tuesday on social media.</p><p>The U.S.-Canadian border runs through the middle of the lake on the shore of New York state. Ontario is Canada’s most populous province and is home to the country’s auto industry.</p><p>▶ Read more</p><p>Canada set to announce retaliatory tariffs as Trump tells its leaders to ‘fall in line’</p><p>Canada will announce retaliatory tariffs against the United States on Tuesday after relations deteriorated sharply Monday, with President Donald Trump telling Canadian leaders to “fall in line” or face consequences “far WORSE” than existing tariffs and Prime Minister Mark Carney accusing Washington of trying to subordinate Canada.</p><p>Trump also threatened new 50% tariffs on Canadian vehicles, auto parts and steel, while Carney said U.S. trade demands showed Washington wanted to “destroy our major industries,” including autos, steel and aluminum.</p><p>Finance Minister François-Philippe Champagne and three other Cabinet ministers are also expected Tuesday morning to share details of supports for workers affected by tariffs. Carney said earlier Monday that Canada may need to move away from matching U.S. tariffs dollar for dollar and instead use more targeted retaliation aimed at protecting Canadian workers and businesses.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EDYEQEYGGUNBJB6XC75BBDIRRE.jpg?auth=79550ee2a660c6ea0e1b17f81932aa21264b66cd31c73e958e17aa427ae96a3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a back to school event in the Rose Garden of the White House, Monday, Aug. 24, 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/4ERUPEXHGFNR2TOUG3XUFI3B6I.jpg?auth=d6535cc30db5a4fcc12b7291ab039aadc529ae333851b7a05a7dc4e20a158828&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorcyclists pass a billboard depicting U.S. President Donald Trump underwater amid explosions, with the words "Great Victory! Strait of Hormuz," in Tehran, Iran, Monday, Aug. 24, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[How Dania Beach will elect their new mayor and vice mayor during midterm elections]]></title><link>https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dania Beach has an at-large election for mayor and vice mayor at five precincts on Nov. 3rd, according to the office of Broward County’s supervisor of elections.]]></description><pubDate>Mon, 24 Aug 2026 15:41:32 +0000</pubDate><content:encoded><![CDATA[<p>Dania Beach has an <a href="https://ballotpedia.org/By-district_vs._at-large_election_boundaries" target="_self" rel="" title="https://ballotpedia.org/By-district_vs._at-large_election_boundaries">at-large election</a> for mayor and vice mayor at five precincts on Nov. 3rd, <a href="https://browardvotes.gov/results-information/municipal-election" target="_self" rel="" title="https://browardvotes.gov/results-information/municipal-election">according</a> to the office of Broward County’s supervisor of elections. </p><p>The Dania Beach commission candidate who receives the most votes will be elected to a two-year term as mayor and succeed <a href="https://www.floridamayors.org/joyce-davis-2/" target="_self" rel="" title="https://www.floridamayors.org/joyce-davis-2/">Joyce Davis</a>, who was elected in 2020 and re-elected in 2024. </p><p>The Dania Beach candidate who gets the second-highest number of votes will be elected to a two-year term as vice mayor and succeed <a href="https://www.facebook.com/msalvinosr1/" target="_self" rel="" title="https://www.facebook.com/msalvinosr1/">Marco Salvino</a>, who was elected in 2024.</p><p>The city <a href="https://www.daniabeachfl.gov/city-elections" target="_self" rel="" title="https://www.daniabeachfl.gov/city-elections">listed</a> six qualified commission candidates who are campaigning for office: Maoz Druskin, Diana Fahmie, Aaron Hollis, Kevin Johnson, Colman Ryan, and Kristof Von Anderson. </p><p>Druskin filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 27. The Israeli Times <a href="https://blogs.timesofisrael.com/author/maoz-druskin/" target="_self" rel="" title="https://blogs.timesofisrael.com/author/maoz-druskin/">described Druskin, 45, </a> as an Israeli-born entrepreneur and writer. He <a href="https://maozdruskin.com/" target="_self" rel="" title="https://maozdruskin.com/">identifies</a> as a candidate committed to safety and supporting local businesses. </p><p>Fahmie filed her <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 8. Fahmie, who has experience in real estate, <a href="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f" target="_self" rel="" title="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f">identifies</a> as a business owner, ecology advocate and proud mother and grandmother who will prioritize protecting the city’s charm and coastal areas. </p><p>Hollis filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. He founded KidsAlways1st, a nonprofit that focuses on crime prevention, <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770">in 2019</a>. He <a href="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647" target="_self" rel="" title="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647">identifies</a> as someone whose work experience includes being an ice cream man and a diversion program facilitator.</p><p>Johnson filed his statement of candidacy on March 9. He earned a doctorate in business administration and sports administration from St. Thomas University and works at Florida Memorial University. He <a href="https://drkevinjohnson.com/" target="_self" rel="" title="https://drkevinjohnson.com/">identifies</a> as a candidate who wants the city to increase community engagement. </p><p>Ryan filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 26. Ryan <a href="https://colmanryan2026.com/" target="_self" rel="" title="https://colmanryan2026.com/">identifies </a>as the president of the <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311">Dania Improvement Committee</a>, a civic organization. </p><p>Von Anderson filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. The U.S. Army veteran is a construction project manager who <a href="https://www.votekristof.com/" target="_self" rel="" title="https://www.votekristof.com/">identifies</a> as a father and a “fresh voice.” </p><p><i>Local 10 News Assignment Planner Abby Lawing contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGVCITZ745AZFOHFLPT3XNIELU.png?auth=aa25807f2b410e591a1eeea9673e8ca37c9e0b3fb388512ff922f4c85c2f991f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Sentencing set for polygamous leader convicted of abuse in Arizona after girls discovered in trailer]]></title><link>https://www.local10.com/news/national/2026/08/25/sentencing-set-for-polygamous-leader-convicted-of-abuse-in-arizona-after-girls-discovered-in-trailer/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/sentencing-set-for-polygamous-leader-convicted-of-abuse-in-arizona-after-girls-discovered-in-trailer/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FLAGSTAFF, Ariz. (AP) — A polygamous sect leader already serving a 50-year federal prison sentence for orchestrating sex involving children is scheduled to be sentenced Tuesday on separate state convictions for hauling girls through a community in northern Arizona in an unventilated trailer.]]></description><pubDate>Tue, 25 Aug 2026 12:02:53 +0000</pubDate><content:encoded><![CDATA[<p>FLAGSTAFF, Ariz. (AP) — A polygamous sect leader already serving a 50-year federal prison sentence for orchestrating sex involving children is scheduled to be sentenced Tuesday on separate state convictions for hauling girls through a community in northern Arizona in an unventilated trailer.</p><p>Samuel Bateman, 50, was convicted of three child abuse counts stemming from an August 2022 traffic stop in Flagstaff that led to the discovery of three girls, ages 11 to 14, in the trailer. It had a makeshift toilet, sofa and camping chairs and lacked air conditioning and seat belts. Someone tipped off authorities about the trailer after seeing small fingers reaching through gaps in the doors.</p><p>Each count carries a mandatory sentence between four and eight years. A judge will have discretion to run the counts consecutively or concurrently.</p><p>Bateman, whose small group was an offshoot of the polygamous sect once led by Warren Jeffs, is currently serving 50 years in federal prison for coercing girls as young as 9 to submit to sex acts with him and other adults and for scheming to kidnap girls from protective custody.</p><p>Bateman, a self-proclaimed prophet, previously claimed to have more than 20 “spiritual wives,” including 10 girls under the age of 18.</p><p>In the state case, Bateman acknowledged he knew the girls were in a hot trailer for hours and that the ventilation wasn’t good, but he downplayed the conditions.</p><p>Bateman, who isn’t a lawyer yet represented himself at trial, claimed he thought the girls had gotten out when they stopped. He said he was as “shocked as could possibly be” when he learned that they were still inside when he was pulled over.</p><p>Federal authorities said Bateman traveled extensively between Arizona, Utah, Colorado and Nebraska as he built an offshoot network of the Fundamentalist Church of Jesus Christ of Latter-day Saints, which historically has been based in the neighboring communities of Colorado City, Arizona, and Hildale, Utah.</p><p>He and his followers practiced polygamy, a legacy of the early teachings of the mainstream Church of Jesus Christ of Latter-day Saints, which abandoned the practice in 1890 and now strictly prohibits it.</p><p>Bateman was one of the trusted followers of Jeffs, who previously led the sect and is serving a life sentence in Texas for sexual assault of children.</p><p>The influence of the polygamous sect has waned significantly over time in the towns where the sect has historically been based. In 2017, a court order placed the towns under supervision, excising the church from their governments and shared police department.</p><p>The area has since transformed so quickly that the towns were released from court-ordered supervision last summer, almost two years earlier than expected. Practicing sect members are now believed to account for only a small percentage of the towns’ populations.</p><p>Bateman was the focus of the Netflix series “Trust Me: The False Prophet.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AVEF3T6YBATS5MAA6PRACYQ6EM.jpg?auth=0e420a6ce05d69eb6a641145439cd1b54b50fc083ce749adbc199bc0fb20595a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo shows Hildale, Utah, sitting at the base of Red Rock Cliff mountains, with its sister city, Colorado City, Ariz., in the foreground, Dec. 16, 2014. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MED4NAROAFDDYVYPAQS32IVWNE.jpg?auth=02f1c40046df1224979e931e12e0ece41241631e7e0630c8c227898adfbd099b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo provided by the Coconino County, Ariz., Sheriff's Office shows Samuel Bateman, the leader of a small polygamous group near the Arizona-Utah border. (Coconino County Sheriff's Office via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Secret Service confirms awareness of Iranian state media video threatening Barron Trump's life]]></title><link>https://www.local10.com/news/politics/2026/08/25/secret-service-confirms-awareness-of-iranian-state-media-video-threatening-barron-trumps-life/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/secret-service-confirms-awareness-of-iranian-state-media-video-threatening-barron-trumps-life/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. Secret Service has confirmed it is aware that Iranian state media has aired a video that appears to threaten the life of Barron Trump, President Donald Trump's youngest son.]]></description><pubDate>Tue, 25 Aug 2026 11:57:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Secret Service has confirmed it is aware that Iranian state media has aired a video that appears to threaten the life of Barron Trump, President Donald Trump's youngest son.</p><p>“The U.S. Secret Service is aware of the video and investigates anything that can be perceived as a threat toward our protectees,” Secret Service spokesman Nate Herring said in a statement. “Out of concern for operational security, we do not discuss matters of protective intelligence.”</p><p>Since the U.S. assassination of Iran's Ayatollah Ali Khamenei, Iranian media have on multiple occasions circulated content threatening the president and family members. The assassination came at the start of the war in Iran that Trump launched alongside Israel.</p><p>CNN previously reported that the Secret Service had knowledge of the Barron Trump threat.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IRYBUB74U23PNVEYE332YJHCTE.jpg?auth=87108eeda782cb2509cd3c227932524d229e13b75942c1beea95516ab09b990a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Barron Trump watches as his father, President Donald Trump attends an indoor Presidential Inauguration parade event at Capital One Arena, in Washington, Jan. 20, 2025. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></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/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Washington, D.C. keeps sanctioning the Cuban government and members of the elite. The Cuban government has shown their capability to survive at the cost of the Cuban people. The question I ask myself is what will happen when Raul Castro dies?]]></description><pubDate>Mon, 03 Aug 2026 12:48:08 +0000</pubDate><content:encoded><![CDATA[<p><b>Aug. 25: What will happen when Raul Castro dies? </b></p><p>Washington, D.C. keeps sanctioning the Cuban government and members of the elite. The Cuban government has shown their capability to survive at the cost of the Cuban people. The question I ask myself is what will happen when Raul Castro dies?</p><p>Will those Cuban military officers that have not benefited from the economic corruption within the government be willing to support someone Castro picks to succeed him? Or will they challenge the new leadership?</p><p><b>Aug. 21: CEPAL releases economic performance indicators for 2026, predicting Cuba’s economy will slow down 10.3%</b></p><p>The Economic Commission for Latin America and the Caribbean (CEPAL) just came out with their economic performance indicators for 2026. It predicts that Cuba’s economy will slow down 10.3%, which is the worse performance in all of Latin America.</p><p>How much more will the Cuban people be able to take is anybody’s guess.</p><p><b>Aug. 20: Cuba’s president says health system on verge of total collapse</b></p><p>Cuban President Miguel Díaz-Canel admitted earlier this week that the health system, one of the so-called “great accomplishments” of the Cuban revolution, is on the verge of total collapse. There are thousands of Cubans on the island waiting for surgeries that cannot be performed due to the lack of doctors, medicines, equipment and poor hospital conditions.</p><p>For years, Cuba has been sending medical brigades around the world to help pay-off their debt and export the ideals of their revolution. The U.S. government has accused Cuba of human trafficking for these actions.</p><p><b>Aug. 18: Trump’s Cuba strategy: Is there really a plan?</b></p><p>Does the Trump administration really have a plan for Cuba?</p><p>After months of rhetorical back-and-forth, you begin to wonder whether the Trump administration really knows what to do with Cuba. We keep hearing that Secretary of State Marco Rubio was given the responsibility to deal with Cuba and the rest of Latin America, which he knows extremely well. But from what I hear, White House senior staff keeps getting in the way.</p><p>Continuing to sanction operations and individuals in Cuba will not bring down the government. Now we hear from Secretary Rubio and members of our Cuban-American congressional delegation that the target date has been moved back, and they hope that by 2029, changes in Cuba will have taken place, which is absolutely ridiculous.</p><p><b>Aug. 14: Cuba turns to global investors as US sanctions and property claims raise risks</b></p><p>The Cuban government has realized that efforts to attract investment from U.S. and Cuban-American businesses have largely failed because of the many sanctions imposed by the United States and the fact that the risks still outweigh the opportunities.</p><p>However, the Cuban government is trying very hard to attract companies from around the world to take over many operations and businesses in Cuba. With many European hoteliers and other companies having recently left Cuba, it will still be a challenge to attract new investors.</p><p>One thing these companies should keep in mind before starting operations in Cuba is that they could be operating in properties that were confiscated by the Cuban government in the early 1960s. They could potentially face legal challenges in the future as a result.</p><p>For American companies alone, there are 5,913 businesses and properties that were confiscated and registered with the U.S. Department of the Treasury.</p><p><a href="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>Aug. 13: Fidel Castro’s 100th birthday prompts reflection on his legacy in Cuba</b></p><p>Thursday marks the 100th anniversary of the birth of Fidel Castro, a man whose narcissistic personality took control of Cuba after overthrowing Fulgencio Batista on Jan. 1, 1959. He made promises to the Cuban people that he later betrayed for his own selfish ambitions and thirst for power.</p><p>At his trial on Oct. 16, 1953, following the failed attack on the Moncada military barracks in Santiago de Cuba, he famously said, “History will absolve me.”</p><p>In the end, history will judge him as a ruthless dictator who destroyed Cuba, impoverished its people and inflicted tremendous suffering on an entire nation.</p><p><b>Aug. 12: Cuba poses a tough foreign policy challenge for Rubio</b></p><p>“Who is on first, what is on second, I don’t know is on third.”</p><p>The famous comedy routine by Abbott and Costello can be compared to the Trump administration’s foreign policy strategies these days. Diplomatic negotiations are complex and complicated, especially when dealing with countries, governments, and individuals with whom the United States has not had good relationships.</p><p>Reliable sources tell me there are tremendous differences between the staffs at the White House and the Department of State over how to handle negotiations involving Ukraine, Russia, Israel-Gaza, Iran, Venezuela, and Cuba. It does not help when those negotiating on behalf of the United States have limited to no diplomatic experience.</p><p>For now, let’s stay within the area of expertise: Cuba. While President Trump thinks Cuba can be resolved in two months, Secretary of State Marco Rubio knows very well, as does his senior staff, that negotiating with Cuba is not easy.</p><p>The Cuban government is willing to continue introducing cosmetic changes to its moribund economy without relinquishing political control. The United States can continue to sanction everyone on the island, and the Cuban government could not care less. All the while, the people of Cuba continue to suffer tremendous hardships. Yet the people are unlikely to turn against the government. The consequence of doing so can mean spending years in jail.</p><p>Meanwhile, in Miami, the guessing game continues over who will replace Raúl Castro when he dies, along with preparations for possible transition plans for Cuba. A transition to a democratic system of government in Cuba will take time. A civil society cannot be built overnight. It is also important to remember that Cuba did not have a democratic government before 1959.</p><p>For Rubio, expectations from the Cuban American community are high. Yet most in the community understand that it will not be easy to get the Cuban government to make political changes short of a U.S. military invasion. However, Rubio needs a win, especially if he is considering another presidential run. The failures of the Trump administration’s foreign policies around the world could affect Rubio’s future presidential campaign.</p><p>So, what will be Rubio’s next step on Cuba? The clock is ticking. </p><p><b>Aug. 10: Will the cat catch the mouse this time?</b></p><p>While U.S. Secretary of State Marco Rubio continues to put pressure on the Cuban government to change, Cuban President Miguel Díaz-Canel went on Cuban television this past weekend and announced to the Cuban people that the government was making major “transformational changes” to the economy.</p><p>Díaz-Canel also told the Cuban people that it would take time and patience -- two things the Cuban people do not have anymore. Díaz-Canel went on to say that the benefits of these changes will begin to show by 2029. </p><p>Sources in Washington, D.C. have told me that the Trump administration is looking to see if there is someone in the Cuban government, like Delcy Rodriguez in Venezuela, to hand over Raul Castro or even take over the current government and be willing to negotiate with the U.S. </p><p>The <a href="https://www.miamiherald.com/news/nation-world/world/americas/cuba/" target="_self" rel="" title="https://www.miamiherald.com/news/nation-world/world/americas/cuba/">Miami Herald</a> reported this weekend that General Lazaro Alberto Alvarez Casas, currently the Cuban Minister of the Interior, may be acceptable to the U.S. General Casas is considered a hardliner and therefore unlikely to break with the Cuban leadership.</p><p>As I have said before, the case of Venezuela is quite different than Cuba. While Raul Castro is alive, I believe the Cuban government will continue in power and make promises to the Cuban people they cannot keep.</p><p><b>Aug. 8: Cuban opposition leader says Cuba’s transformation must include those on the island</b></p><p>According to Cuban opposition leader Jose Daniel Ferrer, any plans to transform Cuba must include Cubans on the island.</p><p>But do Cubans on the island have the capacity and capabilities to participate in such a process? After living for almost 68 years under a totalitarian system that has shaped the population’s personal values and attitudes, it could take time not only to change it but, more importantly, to sustain those changes.</p><p>Democracies are not built in one day. It will take time and patience. Let’s also remember that before the Cuban Revolution, Cuba had a dictatorship under Batista.</p><p><b>Aug 6: US announces new set of economic sanctions against Cuba; 2 of Cuba’s top generals also sanctioned </b></p><p>The U.S. State Department announced a new set of economic sanctions against Cuba on Thursday. At the same time, two of Cuba’s top generals were also sanctioned, Alvaro Lopez Miera, Minister of Defense; and General Roberto Sotolongo, head of the armed forces.</p><p><b>Aug. 5: CIA Task Force on Cuba created, per report</b></p><p>The New York Times has reported the creation of a CIA Task Force on Cuba with the purpose of putting additional pressure on the Cuban government to make political and economic changes to their system.</p><p>This news will probably be received by Cuba as an additional threat by the U.S.</p><p><b>Aug. 5: Cuban president confirms ongoing conservations between Havana, US</b></p><p>Cuban President Miguel Diaz-Canel confirmed today that there are ongoing conversations between Havana and DC for the purpose of avoiding a military confrontation and trying to find solutions to the issues between both nations.</p><p>The Cuban government understands that they are running out of options and most likely will need to reach an agreement with the U.S. Will it include regime change?</p><p><b>Aug. 3 update: Rubio speaks about Cuba’s ongoing espionage activities in the US </b></p><p>This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. </p><p>Rubio went on to say that Cuban spies continue to infiltrate the U.S. government, financial institutions, organizations, and academic institutions. Rubio claimed that Cuba continues to be a national security threat to the U.S. </p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6H2TJDTKSKK3MKBHSLKUVDCM4Q.jpg?auth=9272f4eb4bd859743ed9d3defae5f06104f4ca26a192e3c47e852dc1ebb05104&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries a pig at the entrance of a market, decorated with a mural of Fidel Castro, in Havana, Cuba, Wednesday, Aug. 12, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Deputies search for suspect who opened fire on cyclists in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Authorities in Miami-Dade County are searching for the person they said opened fire on a group of cyclists. ]]></description><pubDate>Mon, 24 Aug 2026 21:12:47 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Miami-Dade County are searching for the person they said opened fire on a group of cyclists. </p><p><a href="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/"><b>Leer en español</b></a></p><p>The incident was captured on video. </p><p>It happened just after 7:30 a.m. Saturday along Southwest 87th Avenue near 184th Lane. </p><p>In the video, the driver of a black SUV is heard honking his horn as he appeared to try and pass the cyclists. </p><p>The video then shows the SUV coming to an abrupt stop, cutting off a cyclist who was then seen banging on the passenger door of the vehicle. </p><p>It then shows someone from inside the vehicle appearing to open fire before the driver took off. </p><p>Deputies arrived at the scene to find a bullet hole in the ground.</p><p>No injuries were reported. </p><p>Anyone with information about the shooting is urged to contact Miami-Dade Crime Stoppers at 305-471-TIPS. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Thousands of dollars in cinnamon rolls stolen during courier ride, small business owner says]]></title><link>https://www.local10.com/news/local/2026/08/24/thousands-of-dollars-in-cinnamon-rolls-stolen-after-courier-ride/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/thousands-of-dollars-in-cinnamon-rolls-stolen-after-courier-ride/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A South Florida woman who makes a living selling cinnamon rolls is out quite a bit of money after an order went missing. ]]></description><pubDate>Mon, 24 Aug 2026 20:49:01 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman who makes a living selling cinnamon rolls is out quite a bit of money after an order went missing. </p><p><a href="https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/"><b>Leer en español</b></a></p><p>Roll and Dough Bakery, run by 21-year-old Julie Pierre, has become a hit. </p><p>She has hundreds of thousands of followers on social media, and over the weekend <a href="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en" target="_self" rel="" title="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en">she told them that someone stole $3,000 worth of her cinnamon rolls</a>. </p><p>The crime happened on Saturday morning, she said. </p><p>Pierre said she sells the rolls at a farmers market and used Uber’s courier service to deliver them to the market.</p><p>But the order she sent off never arrived at their intended destination. </p><p>“A lot of people are speculating that he’s selling them on Facebook Marketplace,” she said of the assailant. </p><p>Uber sent Local 10 News a statement regarding the incident, which read: </p><blockquote><p>“This report is very troubling, and not the experience we want users to have. We’re continuing to look into this so we can take appropriate action.”</p><p class="citation">Uber Spokesperson</p></blockquote><p>Uber added that they are continuing to look into the report and removed the driver’s access to the platform during the investigation.</p><p>A police report was filed with the Sunrise Police Department. </p><p>Additionally, a <a href="https://www.gofundme.com/f/help-roll-dough-build-whats-next" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/help-roll-dough-build-whats-next">GoFundMe page</a> was set up to help with the lost expenses. </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[Canada strikes back at US with retaliatory tariffs as trade war escalates]]></title><link>https://www.local10.com/news/politics/2026/08/25/canada-strikes-back-at-us-with-retaliatory-tariffs-as-trade-war-escalates/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/canada-strikes-back-at-us-with-retaliatory-tariffs-as-trade-war-escalates/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Canada struck back at the United States on Tuesday with retaliatory tariffs on about $20 billion worth of American goods, including steel, dairy products, appliances and farm equipment, as the trade war between the once-friendly neighbors escalated sharply.]]></description><pubDate>Tue, 25 Aug 2026 15:18:37 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Canada struck back at the United States on Tuesday with retaliatory tariffs on about $20 billion worth of American goods, including steel, dairy products, appliances and farm equipment, as the trade war between the once-friendly neighbors escalated sharply.</p><p>The tension threatened one of the world’s largest trading relationships. The new tariffs extended well beyond industrial goods, hitting everyday purchases such as seafood, cheese, clothing, cosmetics and toilet paper, with some facing duties as high as 50%.</p><p>“We did not choose this conflict, but when our economic integration is used as a weapon rather than the foundation for a win-win partnership, we need to stand up,” Finance Minister François-Philippe Champagne said in French, calling the situation "an unprecedented challenge imposed on Canada.”</p><p>Canada's retaliation came after the Trump administration imposed 50% tariffs over the weekend on Canadian goods following the collapse of trade negotiations. Canadian Prime Minister Mark Carney accused Washington of trying to subordinate Canada and said U.S. demands during the failed talks showed that Americans wanted to “destroy our major industries."</p><p>President Donald Trump intensified the confrontation Monday, telling Canadian leaders to “fall in line” or face consequences “far WORSE” than existing tariffs and threatening new 50% tariffs on Canadian vehicles, auto parts and steel.</p><p>Trump added another provocation Tuesday, saying the United States was giving “serious consideration” to renaming Lake Ontario “Lake America” in a feud with Ontario Premier Doug Ford. Such a change would be reminiscent of the Republican president’s unilateral action last year by executive order to rename the Gulf of Mexico to the Gulf of America.</p><p>The tariffs will take effect Sept. 8 at rates of 15%, 25% and 50%, with Canada matching the corresponding U.S. tariff rate on more than 700 products such as pulp and paper and electronics. The tariffs on many American products would double from 25% to 50%, with the largest share of the new measures affecting steel and aluminum.</p><p>Canadian officials said the goal is not to raise revenue but to protect Canadian companies and reduce U.S. imports.</p><p>U.S. steel imports, for example, have already fallen 30% since Canada imposed a 25% tariff, and the new 50% rate is expected to cut them further, Canadian officials said.</p><p>Goods facing 50% tariffs include some steel and aluminum products, furniture and clothing. Appliances, dairy products including cheese, fish and seafood, and certain steel and aluminum derivatives will face 25% tariffs. Existing Canadian countertariffs on U.S. autos will remain in place.</p><p>Canada also announced a support package for workers and businesses affected by the dispute worth $7.5 billion in Canadian dollars ($5.4 billion in U.S. dollars).</p><p>Canadian officials acknowledged the counter tariffs will raise costs for some businesses and consumers but said they expect the overall economic effects to be moderate.</p><p>They said the government has provided more than $30 billion Canadian dollars (US$21.7 billion) in tariff-related support since the beginning of 2025 — far more than it has collected in retaliatory duties — as it tries to cushion the blow from the trade fight.</p><p>Canada and the United States have deeply integrated supply chains across autos, energy, agriculture and manufacturing, making a prolonged trade fight potentially costly for businesses and workers on both sides of the border.</p><p>Businesses and consumers are caught in the middle, facing uncertainty about how much prices may increase.</p><p>Michael Howard II, owner of a furniture business in Warren, Michigan, outside Detroit, said the tariffs will hamper the “ability for us to put food on the table for our family" and affect "the ability for us to give back to our community.”</p><p>Howard and his wife started their business a decade ago. They make and sell everything from dining room tables to bookcases.</p><p>“To say that we don’t need Canada is just disingenuous,” he said. “It’s dishonest. And it’s just absolutely not truthful. We need our neighbor, but also they need us.”</p><p>Carney said Monday that Canada may need to move away from matching U.S. tariffs dollar for dollar and instead use more targeted retaliation aimed at protecting Canadian workers and businesses.</p><p>“An attitude at the negotiation table that Canada is a subsidiary of the United States” is “not something we’re going to accept,” Carney said.</p><p>Carney was even more blunt in French.</p><p>“We learned during the negotiations that the Americans want to destroy our major industries, including autos, steel and aluminum,” Carney said. “That was one of the main reasons we said no. It was a bad deal.”</p><p>On Monday, Carney said U.S. negotiators had raised the discoverability of French-language content on streaming platforms, along with French-language labeling rules, as trade irritants. He rejected the idea that those protections were negotiable, saying in French: “For the Americans, questions about the French language, Quebec culture, francophone culture and Canadian culture are irritants. Here in Quebec, here in Canada, they are rights."</p><p>In a social media post early Tuesday, Trump wrote: “I would never interfere with Canadians speaking French! In fact, I have never even thought of doing such a stupid thing. This lie was made up by a weak and ineffective Prime Minister in an attempt to gain political support, which he has totally lost, from the people of Quebec. I love French Canadians!”</p><p>___</p><p>Associated Press writers Seung Min Kim in Washington and Mike Householder in Warren, Michigan, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DLCE3CK3J5AS7AAUH3XK5MLLZI.jpg?auth=a263e9c7a51a28e972e5836b8ff1598a0a5416b93babffa84a29a24c1278bc8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a back to school event in the Rose Garden of the White House, Monday, Aug. 24, 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/U7JK2HABXYB6B3LWISHBUZGB3E.jpg?auth=10662c758d13043c5bb7522155c65281cc1e7b1e53e8f08fce2e6a1bf69eded2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Sen. Dan Sullivan, R-Alaska, speaks in Palmer, Alaska, Aug. 17, 2026. (AP Photo/Mark Thiessen, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Thiessen</media:credit></media:content></item><item><title><![CDATA[La tormenta tropical Julio se forma en el Pacífico, pero no amenaza a tierra]]></title><link>https://www.local10.com/espanol/2026/08/25/la-tormenta-tropical-julio-se-forma-en-el-pacifico-pero-no-amenaza-a-tierra/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/la-tormenta-tropical-julio-se-forma-en-el-pacifico-pero-no-amenaza-a-tierra/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — La tormenta tropical Julio se formó el martes en el océano Pacífico y no representa una amenaza en tierra, indicaron los meteorólogos.]]></description><pubDate>Tue, 25 Aug 2026 13:05:57 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — La tormenta tropical Julio se formó el martes en el océano Pacífico y no representa una amenaza en tierra, indicaron los meteorólogos.</p><p>El meteoro se encontraba a unos 1.312 kilómetros (815 millas) al suroeste del extremo sur de la península de Baja California, México, y tenía vientos máximos sostenidos de 72 kilómetros/hora (45 mph), dijo el Centro Nacional de Huracanes de Estados Unidos (NHC, por sus siglas en inglés), con sede en Miami.</p><p>Se pronostica que Julio ganará fuerza ligeramente antes de ser absorbido por la tormenta tropical Iselle, más potente, que se encuentra más al norte, dijo el centro. No hay alertas ni avisos costeros activos por ninguna de las dos tormentas.</p><p>Iselle se encontraba a unos 1.062 kms (660 millas) al oeste de la península de Baja California y tenía vientos de 113 km/h (70 mph).</p><p>En el Pacífico Central, la tormenta tropical Lala seguía avanzando con vientos de 8m km/h (50 mph), pero no amenaza a tierra. A principios de mes, cuando tenía categoría de huracán, las bandas exteriores de Lala azotaron Hawaii y provocaron destructivas inundaciones.</p><p>Moke ya no es considerado un ciclón tropical después de bordear Hawaii como tormenta tropical, señaló el centro.</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/DPDMWIAOPFM7THGSLIKBQBXP4Q.jpg?auth=4c6679946e4668577ddcefc1fdf69357fb663ec3ad4d2586c571b59d4c1e563d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital publicada por la Oficina Nacional de Administración Oceánica y Atmosférica de EEUU (NOAA) muestra las tormentas tropicales Iselle, arriba, y Julio, abajo, sobre el océano Pacífico, el 25 de agosto de 2026. (NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[UN and Red Cross step up call for international rules on 'killer robot' weapons systems]]></title><link>https://www.local10.com/business/2026/08/25/un-and-red-cross-step-up-call-for-international-rules-on-killer-robot-weapons-systems/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/un-and-red-cross-step-up-call-for-international-rules-on-killer-robot-weapons-systems/</guid><dc:creator><![CDATA[By JAMEY KEATEN, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — The United Nations and the International Committee of the Red Cross on Tuesday ratcheted up a joint call for countries to adopt bans and restrictions on use of autonomous weapons systems — often known as “killer robots” — warning that “the risks have intensified.”]]></description><pubDate>Tue, 25 Aug 2026 12:39:16 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — The United Nations and the International Committee of the Red Cross on Tuesday ratcheted up a joint call for countries to adopt bans and restrictions on use of autonomous weapons systems — often known as “killer robots” — warning that “the risks have intensified.”</p><p>Building on an initial appeal three years ago and international talks on the issue for years, the appeal stops short of calling for a blanket ban, but notes that such weapons systems are being developed — though the U.N. and Red Cross haven't confirmed their use on the battlefield.</p><p>The organizations said, however, that civilians need to be protected for when that day may come.</p><p>“We are now dangerously close to crossing a moral red line: The autonomous targeting of humans by machines,” said U.N. Geneva spokesperson Alessandra Vellucci, reading a joint statement by U.N. Secretary-General António Guterres and ICRC President Mirjana Spoljaric.</p><p>“Today, we renew this call with even greater urgency,” the statement said. “The fundamental concerns remain unchanged, but the risks have intensified.”</p><p>The two international organizations say the development of weapons technology at “record speed” has strained the international rules system, and widened the gap between technological capacities and regulatory constraints.</p><p>“Autonomous weapons systems are not part of a distant future — a race toward greater autonomy in weapons systems is already well underway,” the joint statement said.</p><p>The call comes as negotiators are set to meet in Geneva in November on ways of strengthening the existing Convention on Conventional Weapons, with the U.N. and ICRC saying the conference “offers the clearest path available” to move toward binding legal rules on the use of such autonomous systems.</p><p>The yearslong effort to rein in the use of autonomous weapons systems has struggled to produce limits. The new push comes against the backdrop of drones and other technologies used in conflicts as diverse as the Russia-Ukraine war, the Middle East, Sudan and others.</p><p>Ground robotic vehicles have so far been used on the Ukrainian battlefield primarily to ferry supplies to infantry and carry out evacuations, because of Ukraine’s need to preserve manpower amid the growing prevalence of drones.</p><p>Kyiv is now seeking to scale up armed robotic systems to reduce the pressure on increasingly outnumbered infantry by equipping them with firing power, but those efforts have been limited so far.</p><p>“Scientists and engineers developing these systems have themselves raised the alarm,” the organizations said. “When the architects of this technology are calling for limits, states cannot afford to remain passive.”</p><p>“This year must mark a turning point,” the statement said.</p><p>___</p><p>Samya Kullab contributed to this report from Kyiv, Ukraine.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LGTMCINW4JSJVLPT6HC3I73KNE.jpg?auth=81c1bea420a8bcc3f5c199e97f6a8ea43e8231dcf913fef95932c2b121e18fd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Ukrainian FP-1 long-range attack drone is launched at an undisclosed location in Ukraine, Sunday, Aug. 16, 2026. (AP Photo/Efrem Lukatsky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[Aug. 25: Highs in the lower 90s with rain this afternoon]]></title><link>https://www.local10.com/weather/2026/08/25/aug-25-highs-in-the-lower-90s-with-rain-this-afternoon/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/25/aug-25-highs-in-the-lower-90s-with-rain-this-afternoon/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Tuesday morning. Lows this morning are in the upper 80s. ]]></description><pubDate>Tue, 25 Aug 2026 10:56:26 +0000</pubDate><content:encoded><![CDATA[<p>Good Tuesday morning. Lows this morning are in the upper 80s. High temperatures will be in the lower 90s, but heat indices will reach 100 degrees. Grab the rain gear, showers and storms return again after midday and early evening hours thanks to the sea breeze. 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[Florida, hard-hit by Obamacare drop-off, feels the squeeze of rising healthcare costs]]></title><link>https://www.local10.com/news/florida/2026/08/25/florida-hard-hit-by-obamacare-drop-off-feels-the-squeeze-of-rising-healthcare-costs/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/25/florida-hard-hit-by-obamacare-drop-off-feels-the-squeeze-of-rising-healthcare-costs/</guid><dc:creator><![CDATA[By ALI SWENSON and JACQUELYN MARTIN, Associated Press]]></dc:creator><description><![CDATA[ST. CLOUD, Fla. (AP) — Florida chef Elijah Button was chopping onions in June when his knife slipped and sliced his middle finger to the bone.]]></description><pubDate>Tue, 25 Aug 2026 10:41:38 +0000</pubDate><content:encoded><![CDATA[<p>ST. CLOUD, Fla. (AP) — Florida chef Elijah Button was chopping onions in June when his knife slipped and sliced his middle finger to the bone.</p><p>It was his worst kitchen accident to date. But having given up his Affordable Care Act health insurance plan in January because of a $100 monthly premium hike he couldn’t afford, the 21-year-old in St. Cloud didn’t have the money for emergency care.</p><p>“Going to the hospital for it wasn’t even an option,” he said, gesturing toward his finger before preparing a pot roast for his aunt and uncle in their suburban home. “My first thought was, ‘how am I going to fix this?’”</p><p>After Republicans in Congress let enhanced federal subsidies for Affordable Care Act health plans expire in January, millions of Americans including Button had to decide whether to keep insurance that often doubled or tripled in cost — or risk going without it.</p><p>Months later, with no action from lawmakers to replace the lost funds, they’re facing the consequences. Some are dealing with strained budgets and exorbitant medical bills, while others avoid the doctor in fear of the cost.</p><p>Florida, whose large population of gig workers, entrepreneurs and small business owners relies heavily on the federal health insurance marketplace, has become one of the nation’s most visible epicenters of that impact.</p><p>Figures first reported by The Associated Press showed that about 440,000 Floridians dropped their Affordable Care Act plans this year — more than in any other state. Thousands more who kept coverage are struggling to get by, as prices of necessities like groceries and gasoline remain steep, and health insurers project another year of double-digit premium hikes.</p><p>While Florida had the most affected residents, its struggles are reflective of broader nationwide concerns over rising healthcare costs and a lack of meaningful policy to address them.</p><p>In the deep-red state where congressional districts were recently redrawn to strongly favor Republicans, the cost of healthcare is a major campaign issue. Republican midterm candidates have been promoting fraud crackdowns to protect federal health programs, while Democrats have been urging voters to help Congress change hands so they can restore subsidies.</p><p>Button, who is estranged from his parents, asked his uncle for help with his bloodied finger. With a butterfly bandage, splint and daily cleanings and dressings, it healed. But the scar still gnaws at Button as a symbol of what else could go wrong.</p><p>“It just feels like I’m living in a house of cards,” he said.</p><p>Florida’s population and politics make it ground zero for ACA fallout</p><p>Last fall, debate over the expiring subsidies consumed Congress, resulting in a record 43-day government shutdown as Democrats insisted on extending the COVID-era assistance and most Republicans refused.</p><p>Fast forward almost a year and lawmakers rarely reference the topic anymore. The administration says it is addressing affordability with fraud-busting efforts and deals with drug companies, but Congress hasn't passed any significant legislation to lower health costs.</p><p>In part due to its large number of construction, hospitality and small business workers — and also because its Republican-led legislature never expanded the Medicaid safety-net health program — Florida has the largest Affordable Care Act enrollment in the country. At just over 3.8 million enrollees, it represents about a fifth of the nation’s total enrolled population.</p><p>Of the roughly 443,000 Floridians who left the marketplace, most are likely going without insurance, according to Cynthia Cox, a vice president at the healthcare research nonprofit KFF. She said that’s because it is typically a “place of last resort” to get coverage.</p><p>The data doesn’t tell the stories of those who kept insurance. Tracy Rand, a licensed mental health counselor in Leesburg, Florida, is one of them.</p><p>Ever since getting her ovaries removed last year due to benign but painful tumors, she has had severe menopause symptoms that require medication, including an overactive bladder and hot flashes that cause piercing headaches.</p><p>She uses clear plastic containers to organize the more than 30 medicines and supplements she takes daily, their bottles crammed into a living-room drawer and a tray on her kitchen counter.</p><p>The 51-year-old’s Affordable Care Act plan was going to surge in price this year from $55 a month to $1,100 a month, so she downgraded. Her new plan, with higher deductibles and copays, costs $160 a month.</p><p>To make that work in her budget, Rand quit a doctoral program she was working toward, started buying groceries at cheaper stores, gave up once-monthly dinners out with her husband and stopped meeting friends regularly at a paint-your-own pottery studio.</p><p>It’s been a difficult adjustment, but a necessary one for her health.</p><p>Rand said the prospect of insurers raising rates again fills her with dread.</p><p>“I don’t know what else we can get rid of,” she said, covering her face with her hands. “I don’t know if we’re going to have to file bankruptcy.″</p><p>Clinics for the uninsured are a saving grace — but they can’t take everyone</p><p>In Orlando's leafy, brick-paved neighborhood of Colonialtown South, Tarsha Watson found her lifeline. A clinic there called Grace Medical Home provides low-income, uninsured Floridians with comprehensive care for a $5 per-visit fee.</p><p>Watson, 54, has a master’s degree in business administration, but she hasn’t been able to find work since losing her job two years ago. That means she doesn't have health insurance. When she explored Affordable Care Act coverage, she was quoted $600 per month, far out of her reach.</p><p>At Grace, Watson learned her blood sugar is high and that she needed to lose weight. Now, she walks laps around her backyard pool and does Tai Chi YouTube tutorials to focus on fitness. She said she wishes everyone could have her experience.</p><p>“It's very hard out here,” she said. “It's not enough.”</p><p>At the clinic, patients cycle in and out of a wide hallway lined with appointment rooms as doctors scan supply shelves for complimentary over-the-counter medications. The expansive building has separate areas for dental, mental health, vision and pediatric care.</p><p>CEO Stephanie Garris said it’s one of 110 free or charitable clinics in Florida, but that’s not enough to handle demand. To treat more people in response to the Affordable Care Act changes, it recently started hosting a mobile acute care clinic for walk-in patients.</p><p>Garris said Grace Medical Home treated about 1,350 people last year. Every year, they take about 350 new patients.</p><p>“Would I love to double that, triple that? Of course,” Garris said. “I just think in the reality, with the huge number of uninsured that we have, it’s just not possible.”</p><p>Health costs become an issue in midterm campaigns</p><p>For U.S. Rep. Darren Soto, a Democrat defending his seat in a sprawling — and now much redder — redrawn district south of Orlando, health costs are a campaign focal point.</p><p>He said his district, which is near various theme parks, had the second-largest Affordable Care Act enrollment in the nation, in part because many small tourism businesses can’t offer employees health insurance.</p><p>“I just hear it everywhere I go,” he said. His Republican opponent, Navy veteran and former Trump administration official Dan Green, did not answer emailed questions about the subsidies but has emphasized affordability of groceries and property insurance as campaign priorities.</p><p>Soto voted with Democrats and some Republicans — including a few from Florida — to save the subsidies last year. The Republican majority declined and suggested other ideas, including funding Americans' health savings accounts. No law along those lines has passed yet.</p><p>Button, a Democrat in Soto’s district, said he is open to different reforms for health costs, but said politicians aren't acting fast enough.</p><p>“They keep trying to make excuse after excuse,” he said. “I don’t have six months to a year to wait for you guys to pass this through the hoops that you need to.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ADCZVY4GCKFJO75XVWN46P6WM.jpg?auth=12f0f1156128b2e8b02360170adad9f7a761c35abb9269e0f5350b8be27c4a6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elijah Button, 21, poses for a portrait in St. Cloud, Fla., Thursday, Aug. 13, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VTXPDNGOMT7UD56KEU3YCB436I.jpg?auth=325db2fe5611a13afafe771791ae5ecbb367f974b5fce1899c4b00f8e9f6294f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elijah Button, 21, shows a scar on his middle fingers caused by a knife wound that he was unable to seek medical help for, in St. Cloud, Fla., Thursday, Aug. 13, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZRVIAJ7BDVZMM4NNEYCX42OYCU.jpg?auth=e14bba894626d8f3e43a896d9f4dd8981ce90d23a7eaadd718d5d0769e86b810&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tracy Rand uses a fan to help with her severe menopause symptoms, brought on after a surgery to remove her ovaries, at her home in Leesburg, Fla., Friday, Aug. 14, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZA43DIQWOVBS2HYUGJ4J6EDFI4.jpg?auth=1880557f9125589ae8a979ab4485d6189e94036591b5ea69d8a63b32b86e15a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tarsha Watson, 54, of Orlando, Fla., is interviewed at her home, in Orlando, Wednesday, Aug. 12, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UEPJNITOAU4643QBPQGSDPGRP4.jpg?auth=c46d22e30bc27f2c964779d48fb600c82b14824222307af3719c4ec6b3f34886&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Doctor Kirsten Carter, attends a chronic care appointment for Ana Bautista, and Cesar Granda, of Orlando, Fla., during an appointment at Grace Medical Home in Orlando, Wednesday, Aug. 12, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Iselle expected to absorb Tropical Storm Julio in the Pacific Ocean]]></title><link>https://www.local10.com/news/national/2026/08/25/tropical-storm-iselle-expected-to-absorb-tropical-storm-julio-in-the-pacific-ocean/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/tropical-storm-iselle-expected-to-absorb-tropical-storm-julio-in-the-pacific-ocean/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tropical Storm Julio in the Pacific Ocean was on track Tuesday to be absorbed by the stronger Tropical Storm Iselle, which is churning to the north.]]></description><pubDate>Tue, 25 Aug 2026 15:12:36 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tropical Storm Julio in the Pacific Ocean was on track Tuesday to be absorbed by the stronger Tropical Storm Iselle, which is churning to the north.</p><p>The National Hurricane Center based in Miami announced early Tuesday morning that Julio had formed. It was centered about 675 miles (1,086 kilometers) west-southwest of the southern tip of the Baja California peninsula of Mexico. Julio has maximum sustained winds of about 50 mph (80 kph).</p><p>Forecasters said Julio would be absorbed by Iselle later Tuesday. There are no coastal watches or warnings in effect for either storm.</p><p>Iselle was about 730 miles (1,175 kilometers) west of the Baja California peninsula and had winds of 70 mph (113 kph).</p><p>In the Central Pacific, Tropical Storm Lala continued to churn with 50 mph (80 kph) winds but wasn't threatening land. Earlier this month as a hurricane, the outer bands of Lala battered Hawaii and caused destructive flooding.</p><p>And Moke was no longer considered a tropical cyclone after skirting Hawaii as a tropical storm, the center said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJRXT2YPQMEY7K2G2NF2BRMRAE.jpg?auth=b2aaf0ad9b3c4d1d56d223351e29967d56a758ae439f10a9f3766a66bdad960a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image released by NOAA shows the Tropical Storms Iselle, top, and Julio, bottom, over the Pacific Ocean, Tuesday, Aug. 25, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[Putin decree lets Russia take control of infrastructure damaged in Ukrainian drone attacks]]></title><link>https://www.local10.com/news/2026/08/25/putin-decree-lets-russia-take-control-of-infrastructure-damaged-in-ukrainian-drone-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/25/putin-decree-lets-russia-take-control-of-infrastructure-damaged-in-ukrainian-drone-attacks/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Russian President Vladimir Putin has decreed that the state can temporarily seize control of critical infrastructure facilities if private owners fail to protect them from Ukrainian drone attacks or rebuild them after the strikes.]]></description><pubDate>Tue, 25 Aug 2026 15:21:09 +0000</pubDate><content:encoded><![CDATA[<p>Russian President Vladimir Putin has decreed that the state can temporarily seize control of critical infrastructure facilities if private owners fail to protect them from Ukrainian drone attacks or rebuild them after the strikes.</p><p>The move came Monday amid growing economic pressure and public frustration being felt in Russia after months of escalating Ukrainian attacks on oil refineries and e-commerce hubs that have caused nationwide disruptions.</p><p>Ukraine also is reeling from relentless aerial attacks that have smashed its power grid ahead of winter and heavily damaged homes as Russia’s invasion stretches into its fifth year.</p><p>The decree may pressure owners to undertake repairs</p><p>The Kremlin's exact intentions with the decree are unclear. However, it applies to various sectors, including energy infrastructure, as well as industrial, communications, transportation and logistics facilities.</p><p>Kremlin spokesman Dmitry Peskov said Tuesday that “often business owners do not pay enough attention to taking measures to ensure safety, anti-drone safety.”</p><p>Given the threat to vital economic infrastructure, “we must take measures, we must ensure our own safety,” he said.</p><p>Deputy Prime Minister Denis Manturov said in a statement the decree doesn’t imply the nationalization of companies or a change of ownership — only “involvement of the state in the management of an enterprise to solve specific security problems.”</p><p>He added that the decree “doesn’t imply widespread use," and that "targeted, carefully considered decisions will be made at the highest level.”</p><p>Analysts say Putin wants companies to boost defenses</p><p>Russian political analyst Abbas Gallyamov said the measure might be a “tactical” step designed to force the owners of repeatedly damaged oil refineries into making repairs.</p><p>“Given the fact that the same refinery has already been hit three to five times, it’s safe to assume that the owners are now reluctant to invest in restoring what’s been destroyed,” he said on the Telegram messaging app.</p><p>“Why spend billions if they’re going to get hit again tomorrow?” said Gallyamov, a former speechwriter for Putin.</p><p>He said the government is giving companies an ultimatum: “If you don’t finance the restoration of the refineries, we’ll take them away from you.”</p><p>Chris Weafer, the CEO of Macro-Advisory Ltd. Consultancy, said the Kremlin is trying to compel companies to spend more on drone protection and reduce the number of successful, high-profile Ukrainian attacks.</p><p>“This is an effort to force companies to look at their own security, to take measures and to spend their own money on security measures and not just be relying on the state,” Weafer told The Associated Press.</p><p>The war is increasing costs for businesses, he noted, but added: “The state doesn’t want any additional budget burdens and having to repair businesses or having to provide security. They want the companies to do it themselves.”</p><p>Ukraine says it hit more Russian refineries</p><p>In the latest attacks, Ukraine’s General Staff said Tuesday its forces struck facilities at Russia’s Afipsky oil refinery in the Krasnodar region overnight, causing a fire. Krasnodar Gov. Veniamin Kondratyev said a fire broke out at an oil refinery in the town of Afipsky.</p><p>A Ukrainian attack also damaged the Novoshakhtinsk oil refinery in southern Russia’s Rostov region overnight and halted operations, Rostov Gov. Yuri Slyusar said, without elaborating.</p><p>It was the eighth time in a year that Ukrainian drones have targeted the Afipsky refinery and the fourth time in the past year they have aimed at Novoshakhtinsk, according to data from Ukraine’s General Staff.</p><p>Russian businesses face fundamental economic challenges as the costly war drags on. The government has raised taxes and increased domestic borrowing to keep its budget deficit under control, and taking over major companies could potentially bring in revenue.</p><p>At the same time, seizing damaged assets could bring another financial burden. The Kremlin may intend the measure as a way to pressure companies to shoulder more responsibility for air defense, as Russia’s vast territory is hard to protect.</p><p>Russia also is offering more help for its biggest online retailer, Wildberries, and businesses selling goods through it. The company and thousands of sellers working with it have been hit hard by repeated Ukrainian strikes on warehouses. The Finance Ministry proposed Monday extending deadlines for tax and insurance payments to give Wildberries and its sellers some financial breathing space.</p><p>On Saturday, Putin told state television that Russia “must and will improve the air defense system and enhance its capabilities.”</p><p>“We need to streamline coordination between defense, law enforcement and civilian agencies at all levels, and to leverage the capabilities of state‑run enterprises and private businesses,” he said.</p><p>In May, following deep strikes that unsettled Moscow, Russian lawmakers approved a bill that allowed the Central Bank, state-controlled Sberbank and other financial services to fend off drone attacks by installing air defenses on their premises.</p><p>News outlet RBC, citing anonymous sources in and close to the Defense Ministry, reported that month that a mechanism had been established for businesses to procure weapons and equipment to protect themselves from drone attacks, something Russian officials and lawmakers have said companies should do.</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/M5C74XGEHESR6V5UHIZCRP4WBA.jpg?auth=527004b1ac41482d7143012926fa63bb653e6269ed0180b5cd97c6a204607897&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, listens to Stavropol region governor Vladimir Vladimirov during their meeting at the Kremlin in Moscow, Tuesday, Aug. 25, 2026. (Mikhail Metzel/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mikhail Metzel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LR2M755AP4LEBKUOZ74YZJQKBI.jpg?auth=e90234f1cb3caff29d9aecb47321149daf6715540e608a08a206f6a19e9d137f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People enjoy a nice view on rainbow, backdropped by the GUM state shop, left, the St. Basil's Cathedral, center, and the Spasskaya Tower, right, walking in Red Square during the golden hour in Moscow, Russia, on Monday, Aug. 24, 2026. (AP Photo/Alexander Zemlianichenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content></item><item><title><![CDATA[Ship disabled by attack in Strait of Hormuz and other news from around the Middle East]]></title><link>https://www.local10.com/news/world/2026/08/25/ship-disabled-by-attack-in-strait-of-hormuz-and-other-news-from-around-the-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/ship-disabled-by-attack-in-strait-of-hormuz-and-other-news-from-around-the-middle-east/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[An oil tanker was hit with a projectile off the coast of Oman in the Strait of Hormuz, according to a report Tuesday that highlighted the ongoing dangers for shipping companies attempting to use the waterway while Iran holds it in firm control.]]></description><pubDate>Tue, 25 Aug 2026 12:23:33 +0000</pubDate><content:encoded><![CDATA[<p>An oil tanker was hit with a projectile off the coast of Oman in the Strait of Hormuz, according to a report Tuesday that highlighted the ongoing dangers for shipping companies attempting to use the waterway while Iran holds it in firm control.</p><p>The attack came as a high-level delegation from Pakistan, which has been a main mediator between the United States and Iran, was wrapping up meetings in Tehran with the goal of bringing a negotiated end to the nearly six-month old war.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East. Full coverage can be found here.</p><p>Oil tanker hit and disabled off the eastern coast of Oman</p><p>The oil tanker was hit Monday night a few miles off the east coast of Oman, according to a report Tuesday from the British military's United Kingdom Maritime Trade Organization.</p><p>The strike disabled the ship's engine, but all crew were reported safe, the UKMTO said. There were no immediate reports of any environmental impact. Prior attacks on tankers during the war have caused oil spills.</p><p>About a fifth of the world's traded oil passed through the Strait of Hormuz before the U.S. and Israel attacked Iran on Feb. 28. Iran now has a stranglehold on traffic through the strait and periodically fires at vessels attempting to transit, though there was no immediate claim for Monday's attack.</p><p>The U.S. is also operating a blockade of Iranian ports and has fired on vessels.</p><p>Pakistani officials say ‘highly positive’ talks held with Iran</p><p>A delegation from Pakistan led by army chief Field Marshal Asim Munir departed Tehran on Tuesday after talks with Iran’s president and other senior officials on reopening the Strait of Hormuz and reviving negotiations to end the Iran-U.S. conflict, the Pakistani military said.</p><p>Pakistan has sought to mediate a resolution between Iran and the U.S., maintaining contacts with officials in both countries. Pakistan Interior Minister Mohsin Naqvi said a meeting with Iranian President Masoud Pezeshkian had been “very positive and productive.”</p><p>Iran and Oman, located on the opposite side of the strait from Iran, are finalizing their own proposal for managing the waterway. Oman’s foreign minister was to meet with Iranian authorities Tuesday.</p><p>No answers a year after Israeli soldiers kill 22 Palestinians including journalists and rescuers</p><p>Tuesday marked one year since Israeli soldiers killed 22 Palestinians, including journalists and rescue workers, in a double strike on a hospital in Gaza that provoked global outrage. No one has been held accountable.</p><p>Israeli officials said the target was a suspected Hamas camera on the roof of Nasser Hospital. Among those killed were Reuters cameraman Hussam al-Masri and Mariam Dagga, a visual journalist who worked for The Associated Press and other news organizations.</p><p>Despite repeated requests by the AP, the army has not provided details about the investigation or a timeline for when it could be completed. Rights groups say Israel rarely holds troops accountable for killing Palestinians, pointing to long investigations that rarely lead to prosecution.</p><p>China warns about US sanctions threat disrupting Iran cooperation</p><p>China's Foreign Ministry says it is closely following plans announced by U.S. Treasury Secretary Scott Bessent to expand sanctions to entities and individuals linked to Iran, including some based in China.</p><p>Foreign Ministry spokesperson Lin Jian said China-Iran cooperation “should not be disrupted or undermined,” noting that it has conformed with international law.</p><p>China is one of Iran's biggest trading partners and purchases the majority of its total oil exports.</p><p>The Treasury Department on Monday said it was imposing sanctions on nearly 60 Iran-linked entities, including several based in China. It stopped short of imposing secondary sanctions on countries that trade with Iran.</p><p>Deadly Israeli strike hits southern Gaza</p><p>An Israeli airstrike on Tuesday killed at least one Palestinian and wounded four others in southern Gaza, hospital officials said.</p><p>The strike hit a group of people northwest of the city of Khan Younis, according to the city’s Nasser hospital. There was no immediate comment from the Israeli military.</p><p>The death was the latest among Palestinians in Gaza since an October ceasefire attempted to halt more than two years of war between Israel and Hamas.</p><p>Video shows Israeli lawmaker destroying Palestinian monument</p><p>A far-right Israeli lawmaker smashed a Palestinian memorial in the occupied West Bank on Tuesday after entering the village of Madama with an Israeli military escort.</p><p>Video showed Tzvi Succot, an Knesset member from the Religious Zionism party, destroying the village’s “Martyrs’ Monument” with a hammer while Israeli soldiers stood nearby. The Israeli military said it authorized and provided security for Succot’s trip but that his group went beyond what was agreed to by demolishing the monument without permission.</p><p>Succot said the monument constituted incitement and glorified terrorism. He is running with the ultranationalist Religious Zionism party in Israel’s upcoming election.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FL5OIREAD2RIP4CQ7WM2QKHGIQ.jpg?auth=f8ff2f85b6edce5d995f83d60a714ce5cf349a7fc09e0b0009ad40e05a09ac29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Iranian Presidency Office, President Masoud Pezeshkian, right, meets Pakistan's Army Chief Field Marshal Gen. Asim Munir in Tehran, Iran, Monday, Aug. 24, 2026. (Iranian Presidency Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/M7ABCBW6EVXU5OAKZ756HYJKY4.jpg?auth=4d1aea2b3ffe2fd5ef9adbeade52645f46f159ec1add1c2e0828290cefb5e7a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Islamic Consultative Assembly News Agency, ICANA, Iran's Parliament Speaker and top negotiator Mohammad Bagher Qalibaf, right, shakes hands with Pakistan's Army Chief Field Marshal Gen. Asim Munir during their meeting in Tehran, Iran, Monday, Aug. 24, 2026. (Mahmoud Hosseini/ICANA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Hosseini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNXB4R43IWT33F7XE7XYF5YLDM.jpg?auth=fcaca78f286071d66895e1010d62a34edc6a14ef83fdcc68c17c43a5d6ed9623&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Islamic Consultative Assembly News Agency, ICANA, Iran's Parliament Speaker and top negotiator Mohammad Bagher Qalibaf, right, speaks with Pakistan's Army Chief Field Marshal Gen. Asim Munir during their meeting in Tehran, Iran, Monday, Aug. 24, 2026. (Mahmoud Hosseini/ICANA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Hosseini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LAFYCXPN5UBNCEETCCJCTHZSGA.jpg?auth=cdf0e753d483ce9ca7d5a5d1db957a041f1e4a8845247c2dffbe57d3a4925471&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks at a news conference, Monday, Aug. 24, 2026, at the Treasury Department in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IENDOBRONNALGCOJCM6B3SM3RU.jpg?auth=3ec396fcf5e8df282ab88f57f0bd28e9c7ae458f7a1f86bcb642b34a128c776f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyad Abu Dagga, 69, visits the grave of his daughter, Mariam Dagga, a freelance journalist who worked with The Associated Press and other news outlets during the Gaza war and was killed in an Israeli airstrike on the Nasser Hospital building in Khan Younis on Aug. 25, 2025, at a cemetery in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/suspect-in-custody-following-police-chase-that-ended-at-edge-of-plantation-canal-cops-say/">Suspect in custody following police chase that ended at edge of Plantation canal, cops say</a></li><li><a href="https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/bso-deputy-facing-charges-stemming-from-domestic-incident-in-miramar/">BSO deputy facing charges stemming from domestic incident in Miramar</a></li><li>Meeting to be held today about potential school closures for next fall as BCPS enrollment declines</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[A tornado tears through a village in southern France, wrecking 300 homes]]></title><link>https://www.local10.com/news/world/2026/08/25/a-tornado-tears-through-a-village-in-southern-france-injuring-39-and-wrecking-300-homes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-tornado-tears-through-a-village-in-southern-france-injuring-39-and-wrecking-300-homes/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — A tornado ripped through a small village in southern France, damaging about 300 homes, destroying several cars and injuring dozens of people, authorities said Tuesday.]]></description><pubDate>Tue, 25 Aug 2026 15:24:16 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — A tornado ripped through a small village in southern France, damaging about 300 homes, destroying several cars and injuring dozens of people, authorities said Tuesday.</p><p>The tornado struck Pomas, a village of about 1,000 people, on Monday and rescue teams continued their search through ruins on Tuesday, though no people were immediately reported missing.</p><p>Authorities said that 39 people were injured. Alain Bucquet, the head of the local government office, later said 20 of them were hospitalized, with none of them in critical condition as of Tuesday evening. Authorities opened emergency accommodation centers to house displaced residents.</p><p>Bucquet said the Pomas school was partially destroyed, but assured residents that the town's children would be able to attend classes in surrounding municipalities starting on the first day of the school year in September.</p><p>In the broader Aude department, about 1,400 households were still without electricity on Tuesday morning, officials said.</p><p>The region was under a thunderstorm alert at the time of the tornado, with wind gusts exceeding 100 kilometers per hour (60 miles per hour) recorded at a nearby meteorological station. The third stage of the Vuelta a Espana bike race, which was held in southern France on Monday, was halted because of hail.</p><p>According to Meteo France, the national weather agency, a few dozen tornadoes occur each year in mainland France, most of them of low intensity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/64YWPMGXTOOJ42EJ5GPYJIPX74.jpg?auth=6da19728b01b4d34edc273452d65ef910b2631ed90e6a4fd0a4ec22f33ec9da8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident stands outside a damaged home after a tornado ravaged the small village of Pomas in southern France, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QXNJHEI2GQNLKVBPTJK7TZYAY.jpg?auth=d989a5da2943aecaea591f34f07b5104d9d4fd9c5a13118adbe2ed073365dc11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Resident watch damaged houses after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3STHPVM23QBIRGEDIZ3VN42AU.jpg?auth=eef74f63534e1c843442a7a7e950923a1aff504860b067cab136cd67dcf1f73e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People leave with luggage after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WOGXGJUGIC4INH7KE4X63UIYOQ.jpg?auth=6d1a968075ce09ea1824830c7c5f51eab2c3d6bfa2c63e412b36d6aed8e6a244&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged houses are pictured after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UBSOKSEBIETREDLSNTXJW63UZA.jpg?auth=7462a4ce72d70969307a2b1716352f30e8bc5ce3f9916c8522dc0a1f5a08a4f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars and a damaged house are pictured after a tornado ravaged the small village of Pomas in southern France, leaving dozens injured, Tuesday Aug. 25, 2026. (AP Photo/Frederic Lancelot)]]></media:description><media:credit role="author" scheme="urn:ebu">Frederic Lancelot</media:credit></media:content></item><item><title><![CDATA[A year after Israeli strikes killed journalists at a hospital, no one has been held accountable]]></title><link>https://www.local10.com/news/world/2026/08/25/a-year-after-israeli-strikes-killed-journalists-at-a-hospital-no-one-has-been-held-accountable/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-year-after-israeli-strikes-killed-journalists-at-a-hospital-no-one-has-been-held-accountable/</guid><dc:creator><![CDATA[By SAM MEDNICK, Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — It’s been a year since Israeli soldiers killed 22 Palestinians, including journalists and rescue workers, in a double strike on a hospital in Gaza. No one has been held accountable.]]></description><pubDate>Tue, 25 Aug 2026 15:06:04 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — It’s been a year since Israeli soldiers killed 22 Palestinians, including journalists and rescue workers, in a double strike on a hospital in Gaza. No one has been held accountable.</p><p>Israeli officials said the target was a suspected Hamas camera on the roof of Nasser Hospital. Among those killed were Reuters cameraman Hussam al-Masri and Mariam Dagga, a visual journalist who worked for The Associated Press and other news organizations.</p><p>Despite repeated requests by AP, the army hasn't provided details about the investigation or a timeline for when it could be completed. Rights groups say Israel rarely holds troops accountable for killing Palestinians, pointing to long investigations that rarely lead to prosecution.</p><p>As global outrage over the Aug. 25, 2025, strikes grew, the Israeli military said that in addition to taking out the camera, six of those killed were linked to Hamas, without providing evidence.</p><p>But an Israeli soldier, speaking on condition of anonymity for fear of retribution, now says the military could find no evidence linking the camera, which belonged to al-Masri, to Hamas. The soldier, who was privy to discussions surrounding the military’s response, said none of the six was the intended target of the strikes.</p><p>AP sent detailed questions to the military about the allegations, as well as other questions about the strikes. The military didn't address the questions but said the incident is being examined and findings will be transferred to the Military Advocate General’s Corps to reach a verdict on whether to open a criminal investigation. It didn’t provide a timeline.</p><p>The army said it would not comment on details while the incident was under review.</p><p>AP reported at the time that one of the six Israel said was linked to Hamas wasn't on the hospital's list of casualties and two others were medical or emergency personnel. That, along with the soldier’s account, raises serious questions about Israel’s rationale for the strikes.</p><p>Why did troops fail to identify the cameraman as al-Masri, even though journalists were known to film at the hospital? Why did they strike a second time, causing most of the deaths and raising accusations of a “double tap” attack on first responders, which would be a war crime?</p><p>AP and Reuters released a statement Tuesday calling again for Israel to provide a full explanation of the strikes. The news organizations also called on Israel to give journalists access to Gaza to support colleagues who have covered the war from the beginning.</p><p>“A year later, we remain devastated by their deaths and are still searching for answers from the Israeli authorities about what happened,” the statement read.</p><p>Nasser Hospital was a vital location for journalists</p><p>News agencies like Reuters and AP supplied live video footage to newsrooms around the world from the hospital, one of the few functioning in Gaza at the time. AP repeatedly informed the army that its journalists were there.</p><p>The first strike killed al-Masri and another person. As other journalists, including Dagga, and rescue workers rushed up an external staircase to help the wounded and document what happened, the military struck again, killing 20. Based on footage and eyewitnesses, none was armed. In all, Israel struck the hospital four times using high-explosive tank shells.</p><p>Israeli officials afterward said Hamas was using the camera to observe nearby troops. They alleged “suspicious behavior” around the camera, but the only example they gave was that a towel draped over the camera and the person filming appeared to be an effort at concealment.</p><p>Al-Masri routinely covered equipment with a white cloth to protect it from the sun and dust, a common practice among journalists in Gaza and other hot climates.</p><p>Last week, the army announced criminal investigations into two other high-profile attacks by its troops in Gaza — the 2024 killing of 5-year-old Hind Rajab and her family, and the 2025 killing of 15 paramedics. It cleared troops in three other attacks that killed international aid group workers.</p><p>Soldier details an attempt at damage control</p><p>The soldier was connected to AP through Breaking the Silence, a group founded over two decades ago by Israeli veterans that collects testimony from soldiers and is critical of Israel's actions in the Palestinian territories.</p><p>The soldier said after high-profile strikes that kill civilians without clear military purpose, army officials search for militant links among those killed.</p><p>Breaking the Silence said its testimonies show there is a “retroactive incrimination process” in which Palestinians who are killed are automatically counted as militants, even when unarmed.</p><p>Retroactive incrimination is used as a “near automatic justification for every bullet, shell or missile fired, and as a tool used to avoid carrying out real investigations,” Nadav Weiman, the group’s executive director, said.</p><p>AP confirmed some details of the soldier's account, which is consistent with the military's public response. Breaking the Silence said it corroborated the account with its own sources.</p><p>The Israeli military has raided or laid siege to hospitals throughout the war, accusing Hamas of using them as command centers and to hide fighters, though it's provided evidence for only some of its claims.</p><p>Hamas security men have been seen in hospitals during the war, controlling access to certain areas. Earlier this year, Doctors Without Borders suspended some operations at Nasser Hospital for several months after patients and staff reported seeing armed, masked men roaming parts of the building.</p><p>Tank shells were fired after a drone failed</p><p>The soldier, and a former military official with knowledge of the situation, said a high-ranking army official initially approved use of a precision weapon to take down the camera, but an attempt by drone failed for unknown reasons. The former official spoke on condition of anonymity because they weren't authorized to talk to the media.</p><p>The division commander then approved an alternative method, said the soldier, without saying what the method was. It's unclear who made the decision to fire tank rounds, which can cause more damage than drone strikes.</p><p>Oded Ailam, former head of the counterterrorism division in Israel's Mossad spy service, said while commanders on the ground have a degree of freedom, they don’t have a “blank check.”</p><p>“If the change is significant, particularly where it may affect the risk to civilians, it must remain within the authority, rules and intent of the original order, or require renewed approval,” he said.</p><p>Israeli troops have killed over 200 journalists in the war</p><p>Israeli troops have killed 207 Palestinian reporters in Gaza since Hamas' Oct. 7, 2023, attack ignited the war, according to the New York-based Committee to Protect Journalists. Israel has barred foreign journalists from entering Gaza, giving Palestinian journalists a critical role.</p><p>Sara Qudah, CPJ’s Middle East and North Africa regional director, said Israel has a responsibility to conduct a prompt, transparent investigation. “When journalists can be killed without credible accountability, it becomes harder and more dangerous for the press to document conflicts and for the public to know what is happening,” she said.</p><p>The lack of answers has been agonizing for families.</p><p>Ezz al-Din al-Masri said he doesn’t understand why his brother, Hussam, was killed. “Unfortunately, we found that the blood of journalists in Gaza is cheap … as if the rules protecting journalists do not apply,” he said.</p><p>Dagga, 33, had just taken her last photos before rushing up the stairs. Whenever her father, Riyad Abu Dagga, visits her grave, he carries her phone and camera — she always had them with her. He visits her apartment near Nasser Hospital and cries.</p><p>“Had any of the daughters of the soldiers been killed unjustly, they would not have stayed silent,” he said of the Israelis. “They would want to know why.”</p><p>___</p><p>AP reporter Wafaa Shurafa in Deir al-Balah, Gaza Strip, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PPQRTT4OEAJRCDPQEVSWWYKYE4.jpg?auth=2a8ffd6164a6b5183644242c133385fadbbeaab7a73f1b14ef16f2673a515985&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Freelance journalist Mariam Dagga, 33, who had been working with the Associated Press and other outlets during the Gaza war, poses for a portrait in Khan Younis, southern Gaza Strip, on June 14, 2024. (AP Photo/Jehad Alshrafi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IENDOBRONNALGCOJCM6B3SM3RU.jpg?auth=3ec396fcf5e8df282ab88f57f0bd28e9c7ae458f7a1f86bcb642b34a128c776f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyad Abu Dagga, 69, visits the grave of his daughter, Mariam Dagga, a freelance journalist who worked with The Associated Press and other news outlets during the Gaza war and was killed in an Israeli airstrike on the Nasser Hospital building in Khan Younis on Aug. 25, 2025, at a cemetery in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UD5LYG6DZNIL32RJ6E6EFEYQNA.jpg?auth=09abf5133036693cd30068a95788d0fa1e75533aab9ced2ae86df6ae58196a21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Nasser Hospital building, which was hit by an Israeli strike on Aug. 25, 2025, killing journalists Mariam Dagga and Hussam al-Masri, among others, is seen in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DDWS4D52HXQTGT44MPMBZN6EU.jpg?auth=616eb52f0f6f3e5cde6b23d7cd1f50a0f37e4a6c8213267acba49232ec9325d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyad Abu Dagga, 69, displays the camera and phone belonging to his slain daughter, Mariam Dagga, a freelance journalist who worked with The Associated Press and other news outlets during the Gaza war and was killed in an Israeli airstrike on the Nasser Hospital building in Khan Younis on Aug. 25, 2025, in Khan Younis, Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XPLTSNQHNCYDOAV5VKWHNZU6VA.jpg?auth=149f9ad63c7480cc4265d8c4e6ef20a0045749fc616e4b54319c586e8463f89b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Family members of Palestinian journalist Hussam al-Masri, who worked as a freelance journalist for Reuters and was killed in an Israeli airstrike targeting the Nasser Hospital building in Khan Younis on Aug. 25, 2025, look at his photos in Khan Younis, southern Gaza Strip, Aug. 16, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[La Tierra hierve con récord de temperatura del agua, una mala noticia para peces y humanos]]></title><link>https://www.local10.com/espanol/2026/08/25/la-tierra-hierve-con-record-de-temperatura-del-agua-una-mala-noticia-para-peces-y-humanos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/la-tierra-hierve-con-record-de-temperatura-del-agua-una-mala-noticia-para-peces-y-humanos/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[Los océanos del mundo alcanzaron sus temperaturas más altas jamás registradas durante el fin de semana y es probable que se calienten aún más en los próximos meses, lo que somete a estrés la vida tanto en el agua como en la tierra, dijo el lunes el servicio climático europeo Copernicus.]]></description><pubDate>Tue, 25 Aug 2026 06:51:36 +0000</pubDate><content:encoded><![CDATA[<p>Los océanos del mundo alcanzaron sus temperaturas más altas jamás registradas durante el fin de semana y es probable que se calienten aún más en los próximos meses, lo que somete a estrés la vida tanto en el agua como en la tierra, dijo el lunes el servicio climático europeo Copernicus.</p><p>Impulsadas por un fenómeno natural de El Niño que sigue creciendo, pero que ya ha alcanzado proporciones gigantescas, y por el cambio climático causado por el ser humano, las temperaturas oceánicas mundiales llegaron a 21,1 grados Celsius (70 grados Fahrenheit) el viernes y el sábado, superando por poco el récord diario medio establecido en marzo de 2024, indicó Samantha Burgess, responsable estratégica de clima en Copernicus.</p><p>“Esta es otra señal más de que nuestro sistema climático está bajo tensión y de que el océano está sometido a una presión inmensa”, indicó Burgess.</p><p>Jane Lubchenco, oceanógrafa y exdirectora de la Administración Nacional Oceánica y Atmosférica de Estados Unidos (NOAA, por sus siglas en inglés), calificó el récord como “muy preocupante”.</p><p>“Un océano tan cálido desestabiliza los patrones meteorológicos y amenaza la seguridad alimentaria, la prosperidad económica y la vida marina", escribió Lubchenco en un correo electrónico. "Un océano más cálido no es nuestro amigo”.</p><p>Agua más cálida supone peores tormentas, noches más calurosas</p><p>De acuerdo con Burgess, cuando el océano se calienta, se vuelve más ácido y contiene menos oxígeno, lo que perjudica a las industrias alimentarias que dependen del mar. También cambia las corrientes oceánicas y los patrones meteorológicos, aportando más potencia a las tormentas para que dejen más lluvia y para que las marejadas ciclónicas sean mayores, añadió.</p><p>“Cuando tenemos un océano más cálido, como el que hemos tenido en Europa este verano, se amplifica el impacto de las olas de calor porque no se alcanzan las temperaturas nocturnas más frescas con la brisa marina que llega desde el océano cuando este está muy caliente”, apuntó.</p><p>Normalmente, como la mayor parte del hemisferio sur es océano, la temperatura global de la superficie del mar alcanza su punto máximo en marzo y abril, cuando el verano austral llega a su fin. Pero este año el récord se estableció en agosto, dijo Burgess. Así pues, los océanos seguirán calentándose hasta que el actual El Niño —un calentamiento natural y temporal de partes del Pacífico que luego distorsiona el clima y eleva las temperaturas a nivel global— alcance su apogeo, que se espera en algún momento entre noviembre y enero, precisó.</p><p>El Niño tiene ya la misma magnitud que los recientes y sigue creciendo; se espera que en su punto máximo alcance niveles sin precedentes. Es responsable de una buena parte del calor en los océanos, y el calentamiento a largo plazo por la quema de carbón, petróleo y gas ha elevado la temperatura de las aguas en 0,8º C (1,4º F), indicó Burgess.</p><p>“Lo que me hunde el corazón es que esto empiece tan temprano y esté tan fuera de lo normal que sabes que, cuando llegue a su pico, no va a tener precedentes", dijo Boris Worm, profesor de biología en la Universidad Dalhousie de Canadá. "No se supone que el océano haga esto”.</p><p>“Es que lo normal ya no existe”, agregó.</p><p>El agua caliente mata corales, anchovetas</p><p>“Da miedo", manifestó John Bruno, ecólogo marino de la Universidad de Carolina del Norte. "Ni siquiera estamos en octubre. Por lo general, el Caribe alcanza su pico hacia finales de septiembre, principios de octubre. Y creo que el año que viene en el Océano Austral, la Gran Barrera de Coral… sí, me preocupa mucho lo que va a pasar en el hemisferio sur en febrero y marzo”.</p><p>La cantidad de coral sensible al calor que sigue vivo hoy es aproximadamente una quinta parte de los niveles de la década de 1990, señaló Bruno. Pero últimamente los científicos han descubierto que algunas especies de coral —sobre todo las de tipo “herbáceo”, no las icónicas y longevas como el coral cuerno de ciervo— se están adaptando al agua más caliente y no se está dando el evento de aniquilación que se temía, explicó.</p><p>Bruno y Worm advirtieron sobre el colapso de las pesquerías y la escasez de alimentos.</p><p>Ambos mencionaron la mayor pesca del mundo, la de anchoveta peruana. Suele colapsar durante El Niño y el fenómeno es especialmente probable con este calor, dijo Worm. Eso altera la red alimentaria porque peces más grandes, mamíferos marinos y aves marinas se alimentan de ellas.</p><p>Worm explicó que, cuando el agua se calienta, las criaturas más grandes pueden nadar hacia aguas más frías, recorriendo medio océano, pero “las anchovetas no pueden irse, así que simplemente no se reproducen o se mueren de hambre”. Y esto afecta a las aves marinas e incluso a los seres humanos que dependen de ellas.</p><p>Con aguas más calientes, “no a todo el mundo le afecta por igual, obviamente, pero todo el sistema colapsa", sostuvo Worm. "Es como cuando le quitas la estabilidad a una economía. Es como que todo se derrumba. Algunos sectores pueden ir un poco mejor, pero en general todos sufren”.</p><p>Burgess dijo que, a medida que las aguas se calientan frente a Europa, la gente está avistando más medusas y, según Bruno, lo mismo podría estar ocurriendo en la costa este de Estados Unidos.</p><p>“Las medusas suelen ser oportunistas y les gustan las aguas cálidas", dijo Worm. "Así que sí, esperaría que les fuera un poco mejor”.</p><p>Otro exdirector de la NOAA, Rick Spinrad, dijo que el océano es el termostato del planeta, por lo que “mientras dependamos de un océano saludable para nuestra seguridad, prosperidad y bienestar, estas temperaturas récord de la superficie del mar presagian desafíos aún mayores para todos nosotros”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z7JF2H2F4JTDUGUMCUV7KCGZD4.jpg?auth=1ef9d375b2da30484cd1caf4820c7bfdfe8690b0607d61e5090dd3abacb330da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Una tortuga marina nada entre turistas que hacen snorkel en la playa de Piskado, en Westpunt, Curaçao, el 15 de mayo de 2026 (AP Foto/Matías Delacroix, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Australia's music industry bans AI-generated tracks from official charts]]></title><link>https://www.local10.com/tech/2026/08/25/australias-music-industry-bans-ai-generated-tracks-from-official-charts/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/25/australias-music-industry-bans-ai-generated-tracks-from-official-charts/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Australia’s recorded music industry will bar tracks wholly generated by artificial intelligence from official charts as burgeoning generative technologies threaten artists’ livelihoods, a representative said on Tuesday.]]></description><pubDate>Tue, 25 Aug 2026 12:50:05 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia’s recorded music industry will bar tracks wholly generated by artificial intelligence from official charts as burgeoning generative technologies threaten artists’ livelihoods, a representative said on Tuesday.</p><p>The crackdown comes as a variation of Madonna’s pop hit “Like a Prayer” created by an Australian producer using AI-generated vocals and drums has spent 16 weeks in the Australian top 20, stoking debate about generative AI’s place in music. It peaked at number two on the Australian Record Industry Association’s top 20 Australian singles chart in May and remained in fourth place on Tuesday.</p><p>Wholly AI-generated tracks will be banned from the ARIA charts from Monday next week, but some AI-assisted music will remain eligible, an ARIA statement said.</p><p>Tracks can be eligible only if “humans wrote the song and performed the lead vocal and the primary instruments,” among other requirements, the statement said.</p><p>AI-generated music would also be ineligible for the Australian industry’s prestigious ARIA awards.</p><p>ARIA chief executive Annabelle Herd said: “These changes reflect our intent to remain dynamic and promote the human nature of artistry in what is — to say the least — a rapidly developing space.”</p><p>“The ARIA Charts will always remain a transparent measurement of the music Australia consumes, but a chart that rewards unlicensed AI output would undercut the very basis of the recorded music we exist to represent,” Herd added.</p><p>Eligible music must also be produced using legal AI services. Music was appearing on streaming services that had apparently been developed with AI tools trained on artists’ music without authorization.</p><p>The Australian rules are in step with new principles released in July by the London-based International Federation of the Phonographic Industry. The federation represents the recording industry worldwide.</p><p>The international guidelines state that to qualify for official music charts, a track must be “substantially human made.”</p><p>Sydney Conservatorium of Music composer and lecturer Alexis Weaver told Australian Broadcasting Corp. the debate around AI in music was “exceptionally fraught and very emotional for a lot of musicians and so everyone will have a different opinion.”</p><p>Weaver applauded ARIA’s move as a “wonderful step forward” that sent a message ARIA wanted to “prioritize and value human creativity.”</p><p>“It can be quite hard to avoid AI tools in the current landscape,” Weaver said. “There is a way to use it while you’re still steering the ship and making the main creative choices.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AIJGKYPFBH5KALQ3GA7V5QE2GU.jpg?auth=a594592ef757f64f58762c867e965c8c092d2e914c6eb734bf07bbe8051e6bdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Madonna poses before the Saint Laurent Spring/Summer 2026 collection presented in Paris, on Sept. 29, 2025. (AP Photo/Aurelien Morissard, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Indonesios desafían el humo asfixiante para pedir lluvias mientras el país lucha contra incendios]]></title><link>https://www.local10.com/espanol/2026/08/25/indonesios-desafian-el-humo-asfixiante-para-pedir-lluvias-mientras-el-pais-lucha-contra-incendios/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/indonesios-desafian-el-humo-asfixiante-para-pedir-lluvias-mientras-el-pais-lucha-contra-incendios/</guid><dc:creator><![CDATA[Por MUHAMMAD HATTA, Associated Press]]></dc:creator><description><![CDATA[PALEMBANG, Indonesia (AP) — Las autoridades de Sumatra Meridional, la provincia indonesia, recurrieron el martes a medidas espirituales, mientras enormes fuegos en regiones central y occidental arrasaban amplias zonas de bosque y turberas, creando una neblina asfixiante que cubrió algunas ciudades del país de mayoría musulmana más poblado del mundo.]]></description><pubDate>Tue, 25 Aug 2026 09:21:09 +0000</pubDate><content:encoded><![CDATA[<p>PALEMBANG, Indonesia (AP) — Las autoridades de Sumatra Meridional, la provincia indonesia, recurrieron el martes a medidas espirituales, mientras enormes fuegos en regiones central y occidental arrasaban amplias zonas de bosque y turberas, creando una neblina asfixiante que cubrió algunas ciudades del país de mayoría musulmana más poblado del mundo.</p><p>El acto de oración en una de las regiones más afectadas por la temporada de incendios forestales de este año se produce mientras la provincia enfrenta una prolongada sequía que ha elevado el riesgo de incendios en bosques y turberas.</p><p>Los datos satelitales más recientes del Ministerio de Medio Ambiente mostraron que Kalimantan Occidental registró el mayor número de focos, con 3.120, seguida de Kalimantan Central con 2.314 y Sumatra Meridional con 1.500. De acuerdo con los datos del Ministerio de Silvicultura, solo en julio ardieron casi 940 kilómetros cuadrados (363 millas cuadradas), incluyendo más de 20 kilómetros cuadrados (8 millas cuadradas) en la provincia de Sumatra Meridional.</p><p>Unos 3.000 residentes se reunieron en Palembang, la capital de la región, para realizar una oración islámica especial para pedir lluvias, conocida como “salat istisqa”. Rezaron hombro con hombro en el patio de la oficina del gobernador mientras el humo espeso envolvía carreteras, edificios e instalaciones públicas, reducía la visibilidad y obligaba a los automovilistas a conducir con las luces encendidas durante el día.</p><p>“Hemos hecho todo lo que podemos y trabajado estrechamente con todas las partes pertinentes", afirmó el gobernador, Herman Deru, antes de la oración. "Como personas de fe, también estamos rezando a Dios para que envíe lluvia y la vida pueda volver a la normalidad”.</p><p>Además, apuntó que la oración pública complementaría las medidas en curso para combatir los incendios y mitigar la sequía, y serviría como un momento de unidad para los residentes frente a los desafíos medioambientales que afronta la provincia.</p><p>Los servicios de emergencia han estado combatiendo contra los fuegos impulsados por un patrón de El Niño cada vez más intenso y una estación seca prolongada, lo que ha generado un humo denso que cruzó hacia Malasia y Brunéi, según la Agencia Nacional de Gestión de Desastres.</p><p>Indonesia intensificó las operaciones de modificación del clima para ayudar a los más de 24.000 bomberos desplegados en las islas de Sumatra y Borneo para combatir los incendios forestales, al inducir lluvias mediante la dispersión de partículas de sal en las nubes adecuadas, con 30 aeronaves para operaciones de siembra de nubes y lanzamiento de agua sobre Kalimantan, y otros 22 helicópteros cubren Sumatra.</p><p>Mientras los incendios seguían propagándose, el Ministerio de Silvicultura anunció el martes sanciones a seis titulares de concesiones forestales tras determinar que ardieron más de 15 kilómetros cuadrados (5,8 millas cuadradas) de bosque y tierra dentro de áreas bajo su gestión en las provincias de Kalimantan Occidental, Central y Oriental, en la isla de Borneo.</p><p>Se ordenó a cinco empresas reforzar las medidas de control de incendios y rehabilitar las tierras quemadas, mientras que a una sexta se le suspendió el permiso porque los incendios en su concesión eran generalizados y recurrentes.</p><p>El director general de aplicación de la ley forestal, Dwi Januanto Nugroho, dijo que las autoridades podrían presentar cargos penales si las investigaciones descubren pruebas de que empresas o individuos causaron incendios deliberadamente los fuegos o no cumplieron con sus obligaciones de prevenirlos.</p><p>La policía indonesia ha detenido a 72 personas sospechosas de iniciar algunos de los incendios en bosques y turberas.</p><p>Los propietarios de plantaciones y los agricultores tradicionales suelen prender incendios para despejar tierras para el cultivo, lo que genera una neblina peligrosa que reduce la visibilidad, interrumpe el transporte terrestre y aéreo y amenaza la salud pública.</p><p>Los incendios son un problema recurrente durante la estación seca en Indonesia, un vasto archipiélago de más de 17.000 islas, y la neblina que generan ha provocado quejas diplomáticas periódicas de países vecinos del sudeste asiático.</p><p>___</p><p>Las periodistas de Associated Press Niniek Karmini y Edna Tarigan, en Yakarta, Indonesia, contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FFN2T3336FXHSG4D5AVJ4CGGKU.jpg?auth=2f0e3c4525f2c130aaad15b88f96929b6d4d62c82d940e4f35a0738b7ce13a75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Musulmanes indonesios asisten a una oración para pedir lluvia tras los incendios registrados eb varias regiones en las regiones de Sumatra y Kalimantan, en Palembang, Sumatra del Sur, Indonesia, el 25 de agosto de 2026. (AP Foto/Muhammad Fajri)]]></media:description><media:credit role="author" scheme="urn:ebu">Muhammad Fajri</media:credit></media:content></item><item><title><![CDATA[Falling oil prices help calm the stock and bond markets]]></title><link>https://www.local10.com/business/2026/08/25/falling-oil-prices-help-calm-the-stock-and-bond-markets/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/25/falling-oil-prices-help-calm-the-stock-and-bond-markets/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Oil prices are falling again on Tuesday, which is helping to ease worries in the bond market and support stock prices.]]></description><pubDate>Tue, 25 Aug 2026 14:20:47 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices are falling again on Tuesday, which is helping to ease worries in the bond market and support stock prices.</p><p>The S&P 500 rose 0.2% and edged a bit closer to its all-time high set earlier this month. The Dow Jones Industrial Average was up 58 points, or 0.1%, as of 10:15 a.m. Eastern time, and the Nasdaq composite was 0.5% higher.</p><p>Some of the strongest action was in the oil market, where the price for a barrel of Brent crude fell 2.7 to $88.10 and was heading for a second decline following 13 gains in 14 days. The drop came even though tensions between the United States and Iran seemed to ratchet higher after the Trump administration announced new sanctions to further hurt Iran’s economy.</p><p>Brent’s price zigzagged between $72 and $102 last month as hopes rose and fell that the United States and Iran could reach a deal that would allow oil tankers to freely exit the Persian Gulf again.</p><p>Tuesday's drop in oil prices tempered the worries about high inflation that helped drive Treasury yields in the bond market higher through the summer. Yields had gotten so high that the U.S. Treasury Department announced a surprise move last week to increase its repurchases of longer-term Treasury notes and bonds.</p><p>High yields make borrowing more expensive for everyone and can slow the economy’s growth while undercutting prices for stocks, cryptocurrencies and other investments.</p><p>The yield on the 10-year Treasury fell to 4.66% from 4.70% late Monday and from 4.74% at the end of last week. That’s a significant move for the bond market, though the 10-year yield remains firmly above its 3.97% level from before the war with Iran sent oil prices and worries about inflation much higher.</p><p>On Wall Street, Nvidia and other winners of the boom in artificial-intelligence technology helped lead the way. Nvidia rose 2.3%, a day after its drop of 2.9% was the heaviest weight on the S&P 500.</p><p>AI stocks have veered up and down through the summer on worries that their prices shot too high and that the AI boom may not be sustainable if it doesn’t produce enough profits for companies. Nvidia will report its latest quarterly results on Wednesday, which could help steer the next move for AI-related stocks.</p><p>The gains for chip stocks helped offset a 25.5% drop for Dick’s Sporting Goods, which reported weaker results for the latest quarter than analysts expected. Executive Chairman Ed Stack said the retailer cut prices on some of its footwear and apparel to remain competitive, while launches for some footwear during the quarter ended up being weaker than it expected.</p><p>The company cut is forecast for an underlying measure of profit in 2026 for both its Dick’s and Foot Locker businesses. Its stock is potentially heading toward its worst day in three years.</p><p>Worries have been rising about how strong spending can remain for U.S. households, which is the main engine of the economy. They're facing higher prices on everything from food to clothes and a job market that suddenly looks iffier after employers cut more jobs last month than they added.</p><p>A report from the Conference Board on Tuesday said that confidence among U.S. consumers weakened by more than economists expected.</p><p>In stock markets around the world, many indexes drifted modestly higher. South Korea’s Kospi, which is dominated by two AI winners, added 0.7% for one of the world’s biggest moves. It’s been steadying since plunging 22.2% in July.</p><p>___</p><p>AP Business Writers Matt Ott and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZC6EY5T4GB7ASXUI2VSQZWQAE4.jpg?auth=25e9ac0581c4c89b98901952ced3cdf4c06447aa44edb6f578011e99d07b2e2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Robert Charmak 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><media:content url="https://www.local10.com/resizer/v2/HBZ45ZCUMC4A33EQRUCBNXAFX4.jpg?auth=4ef59b208ecf5699234f970850cb141af99eaec8c979a446fff21fd1a78df0f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options traders work 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><media:content url="https://www.local10.com/resizer/v2/DZF4YRTZO65ZNP3YZACEUK2CCY.jpg?auth=7ca4696c26f7ba4051560bc91a13e6e5b06ea9116eb583f11ac4d6b9bca5a2a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A surveyor works in front of a stock market chart Monday, Aug. 24, 2026 in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[A women's shelter for refugees in Poland fights for survival as anti-Ukrainian sentiment rises]]></title><link>https://www.local10.com/news/world/2026/08/25/a-womens-shelter-for-refugees-in-poland-fights-for-survival-as-anti-ukrainian-sentiment-rises/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/25/a-womens-shelter-for-refugees-in-poland-fights-for-survival-as-anti-ukrainian-sentiment-rises/</guid><dc:creator><![CDATA[By CLAUDIA CIOBANU, Associated Press]]></dc:creator><description><![CDATA[KRAKOW, Poland (AP) — When Nastya Podorozhnya's relatives fled the war in Ukraine for neighboring Poland, volunteers welcomed them with open arms.]]></description><pubDate>Tue, 25 Aug 2026 05:03:37 +0000</pubDate><content:encoded><![CDATA[<p>KRAKOW, Poland (AP) — When Nastya Podorozhnya's relatives fled the war in Ukraine for neighboring Poland, volunteers welcomed them with open arms.</p><p>Podorozhnya, 29, was already living in Poland when the war began. But days before Russia’s full-scale invasion on Feb. 24, 2022, she rushed back to Ukraine to help her sister and nieces get out.</p><p>As she returned to Poland alongside an influx of refugees in the war’s first days, she witnessed the outpouring of support from Polish volunteers. But she also spotted a risk: Ukrainian women accepting help from strangers could become vulnerable to human traffickers.</p><p>That was when she decided to found Martynka, a helpline and support group for female Ukrainian refugees escaping gender-based violence.</p><p>Four years later, she is struggling to keep the organization afloat. Funding for refugee support is drying up, hostility toward Ukrainians is growing, and Poland still lacks a long-term integration strategy. As war fatigue deepens, politicians are increasingly exploiting anti-refugee sentiment for political gain.</p><p>The shift is being felt by groups such as Martynka. While fundraising was relatively easy in the first months of the war, international donors have since turned their attention to other global crises.</p><p>Martynka's shelter, located in an inconspicuous two-bedroom apartment in central Krakow, has hosted more than 100 women and children. Women receive help to escape abusers and access medical care, psychological support, jobs and housing.</p><p>“It often starts with me having tea in this very kitchen with the women and they tell me what happened to them and I say ‘girl, same,’” Podorozhnya told The Associated Press during an interview in the Krakow shelter, referring to her own experience of a man trying to rape her on a street in Poland in 2016.</p><p>As Podorozhnya and her colleagues struggle to raise enough money to keep the shelter open, she says calls for donations frequently trigger a torrent of online abuse.</p><p>“It's because I’m Ukrainian,” she said.</p><p>Ukrainian refugees contribute to Poland’s economy</p><p>Around 3.5 million Ukrainians fled to Poland in the first weeks of the war, according to the U.N. Poles greeted them at train stations and opened their homes to them, while the government granted refugees access to jobs and social security benefits.</p><p>The two countries share a long history of brutality at the hands of Russia, and Poland remains a key ally to Ukraine in the war.</p><p>By the end of 2022, the number of Ukrainian refugees in Poland had stabilized at around 1 million. Those who stayed were rapidly absorbed into the labor market: More than 70% found employment, and a Deloitte study estimated that they contributed 2.7% of Poland’s gross domestic product in 2024.</p><p>In addition to the refugees, most of whom are women and children, more than 1 million Ukrainians were already living in Poland before the war, primarily as economic migrants.</p><p>Historical grievances resurface</p><p>The refugees have increasingly become targets of anti-Ukrainian rhetoric. In research published this year, Ukrainian migrants interviewed by Olena Babakova, a researcher at Warsaw’s Vistula University, identified the 2025 Polish presidential campaign as the period when anti-Ukrainian feeling intensified, as it became a common theme for all parties, not just the far right.</p><p>Karol Nawrocki, representing the national-conservative camp and who eventually won the presidency, promised legislation that would prioritize Polish citizens over Ukrainians when accessing public services. Rafał Trzaskowski, the liberal candidate, proposed restricting child welfare benefits for Ukrainians.</p><p>As tensions increased, historical grievances between the countries resurfaced.</p><p>In June, Ukrainian President Volodymyr Zelenskyydecided to name a military unit after a Ukrainian paramilitary organization accused of massacring Poles during World War II, causing outrage in Poland. Nawrocki responded by withdrawing a state honor awarded to Zelenskyy, further escalating the tensions.</p><p>“And it's not only negative feelings, Ukrainians really experience hostile conversations and attacks,” Babakova told the AP.</p><p>According to data from the Polish police, 180 Ukrainian citizens were victims of prejudice-motivated crimes by mid-July, a significant increase compared with 275 for the whole of 2025 and 267 in 2024.</p><p>In response to multiple media reports of Ukrainians beaten on Polish streets over the summer, Prime Minister Donald Tusk said in late July that “we must wage war on violence and hatred.”</p><p>Help for vulnerable refugees is decreasing</p><p>The Polish government has been steadily cutting support for Ukrainian refugees, saying that many have stabilized their situation.</p><p>Poland’s ombudsman has warned that the changes disproportionately affect the most vulnerable groups, including single mothers with several children, older people and those with chronic illnesses or disabilities. Because most Ukrainian men of military age, between 23 and 60, are prohibited from leaving the country, single mothers are overrepresented among the refugees.</p><p>Yuliia Repenko from the Ukrainian House said that her nongovernmental organization, which provides help to Ukrainians, was “increasingly supporting people who are particularly vulnerable to exclusion.”</p><p>The Polish government has defended its decision to cut back aid to Ukrainian refugees. Katarzyna Nowakowska, Poland's deputy minister for family, labor and social policy, told the AP that the most vulnerable applicants still receive direct help from the state and any other refugees needing support should turn to social workers.</p><p>As the Polish government has been scaling back its support, international aid has also declined, further limiting options. Data from the U.N. refugee agency shows a steady drop since 2022 in the funding provided by international donors for Ukrainians, with only half the agency’s identified needs financed this year, compared with 94% in 2022.</p><p>“Financial supporters have moved on from helping Ukrainian refugees, but the war is still ongoing,” said Sonia Novytska, a Martynka helpline worker. “If anything, it has become deadlier since the start.”</p><p>Martynka received about 1,800 requests for help last year, and staff expect that number to increase, Novytska said. Not only victims of violence contact the helpline now, but also mothers struggling to provide food and shelter for their children.</p><p>“What Poles need to understand is that we are helping the people that could otherwise become homeless in their neighborhoods, the people who might start abusing substances out of despair they can’t make ends meet,” Podorozhnya said.</p><p>“Martynka does the job of the Polish state,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CMJUA7ETHZXNSIS45PWBRYE37M.jpg?auth=219d76fdc945f8b40004df93e175d26f45da68322cc42697a252e68bdb3ac541&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nastya Podorozhnya stands in the kitchen of the shelter which the Martynka non-profit is running in Krakow, Poland, Thursday, July 2, 2026. (AP Photo/Claudia Ciobanu)]]></media:description><media:credit role="author" scheme="urn:ebu">Claudia Ciobanu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QCUQUOCVGBBVLBPV5B2I4KC2YI.jpg?auth=e12b0b215489d401ec58430c4f2abcf036ff18203a654264f9671b60469fbcdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nastya Podorozhnya stands in one of the two bedrooms of the shelter which the Martynka non-profit is running in Krakow, Poland, Thursday, July 2, 2026. (AP Photo/Claudia Ciobanu)]]></media:description><media:credit role="author" scheme="urn:ebu">Claudia Ciobanu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UG2OPRA2XMQ4M5Q33SJHJOVGQM.jpg?auth=0f6cf825a1fce32fe7e7104c9e6fffe2a7f6b33f805ab031711d4136057a2a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Refugees fleeing the conflict in neighboring Ukraine arrive to in Przemysl, Poland, Sunday, Feb. 27, 2022. (AP Photo/Petr David Josek, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RXM46T3ETMG4KIWWRBAA5YURNM.jpg?auth=7eece63738100478451f631e79cf7ab1b7cd3e4c0f2e4236ed241ac19ab18761&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Family members hug as they reunite, after fleeing conflict in Ukraine, at the Medyka border crossing, in Poland, Sunday, Feb. 27, 2022. (AP Photo/Visar Kryeziu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Visar Kryeziu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5KQK3CPY4NFZX6RKGGJYJRSO5Q.jpg?auth=b5dba66478952ac098cfebe040545e487eea97cde2aada5d3696fa721c3fc409&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A refugee fleeing conflict in neighboring Ukraine arrives to Przemysl, Poland, Saturday, Feb. 26, 2022. (AP Photo/Petr David Josek, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Angel Reese breaks WNBA record with 26 rebounds against Sparks, sets single-season record as well]]></title><link>https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-record-with-26-rebounds-against-sparks-sets-single-season-record-as-well/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-record-with-26-rebounds-against-sparks-sets-single-season-record-as-well/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Angel Reese rebounded her way into the record books not once, but twice in one night.]]></description><pubDate>Tue, 25 Aug 2026 04:53:55 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Angel Reese rebounded her way into the record books not once, but twice in one night.</p><p>Reese set a WNBA record with 26 rebounds in the Atlanta Dream's 78-71 win over the Los Angeles Sparks on Monday, pushing her past the season record in the same game.</p><p>“Last time I was here, I didn’t miss any shots. Tonight I couldn’t hit (anything) so I knew I was going be able to get them on the rebounding side," Reese told the postgame show. "I just want to be there for my team. Offensively, defensively, whatever it takes to win.”</p><p>Reese surpassed Chamique Holdsclaw’s record of 24 rebounds, set on May 23, 2003 for Washington. She now has 458 rebounds on the season, seven more than A’ja Wilson’s mark set in 2024.</p><p>Reese secured her WNBA-leading 27th double-double of the season on a basket with 13.9 seconds left in the game that gave her 11 points.</p><p>“That's a talent,” Dream guard Allisha Gray said. “I'm just in awe watching her rebound.”</p><p>A three-time WNBA All-Star, Reese set a WNBA rookie record with 13.1 rebounds per game and the all-time league record with 15 straight double-doubles with Chicago in 2024. She led the league in rebounding her first two seasons and is leading again this season at 12.0 per game.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3YJA2O7TEJU5C3QDWQAQETPLA4.jpg?auth=6f64d1884a37acee74517f1619e70948ec5ae0787ede87b6b96bcc865fbba947&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) and guard Allisha Gray (15) react in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYG32AIPUDNB2DKZWKAUQK3G3A.jpg?auth=aae0c4ac3358663bcbdb63ef5a1a30e4730d56088bad67888708eaaf0e33d902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) reacts in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YUXVGNSUSNVO6I52V55KVSZVHM.jpg?auth=8f13f703a709048ac3cd6f84dc40555b284adc6bdb6af018cf6474d95bcc0c46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese gestures after scoring a basket during the first half of a WNBA basketball game against the Dallas Wings in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Cal Raleigh hits career-high 3 homers for the Mariners against the Phillies]]></title><link>https://www.local10.com/sports/2026/08/25/cal-raleigh-hits-career-high-3-homers-for-the-mariners-against-the-phillies/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/cal-raleigh-hits-career-high-3-homers-for-the-mariners-against-the-phillies/</guid><dc:creator><![CDATA[By SHANE LANTZ, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Cal Raleigh busted out of a season-long slump with the first three-homer game of his career Monday night.]]></description><pubDate>Tue, 25 Aug 2026 05:59:04 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Cal Raleigh busted out of a season-long slump with the first three-homer game of his career Monday night.</p><p>The switch-hitting catcher capped a five-run first inning with a two-run shot off struggling Philadelphia Phillies ace Zack Wheeler. Raleigh and Cole Young opened the fifth with back-to-back homers, chasing Wheeler, and Raleigh connected for another solo shot off reliever Chase Shugart in the seventh to give him 17 home runs this season.</p><p>“I had never done that before — at any level. So, hard to fathom, and it was a fun night,” Raleigh said.</p><p>It was the first multihomer game of the year for Raleigh, who finished 3 for 3 with a walk in a 9-2 victory and raised his batting average from .159 to .167. He began the night with a strikeout rate of 31.2%.</p><p>“I’ve been feeling better in the box,” Raleigh said. “Physically, trying to just get my hands back sooner and I feel like I’ve done a better job of that. And then mentally, it’s just been about that belief and just having that hope and that optimism every single day. Not getting too down, not getting too up and, you know, trying to just be ready and prepared for the game.”</p><p>Raleigh pulled all three homers to right field from the left side of the plate, becoming the 13th player in franchise history to hit three home runs in a game. The previous one was teammate Dominic Canzone on Sept. 16 last year.</p><p>The only other Seattle catcher to accomplish the feat was current Mariners manager Dan Wilson in April 1996.</p><p>Raleigh was runner-up for the AL MVP award last year, when he led the majors with 60 home runs and added 125 RBIs. He helped the Mariners reach the American League Championship Series, where they lost in seven games to Toronto.</p><p>“Finding the barrel more often, taking his walks more often, swinging at better pitches more often. Tonight was just a combination of all of that again,” Wilson said. “To get up there and do it left-handed like he did tonight, I think all of us love to see it and love to see the smile and just all the work that he’s put in. So, a big night for him.”</p><p>Mariners starting pitcher Logan Gilbert was thrilled to see it, too.</p><p>“That’s just huge I think for confidence and for (getting) rolling,” Gilbert said. “You know how this team does when he gets hot and gets rolling, so I think we’re in a good spot.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EIMT3IFIHSTRYKMBU7XY2XXRSI.jpg?auth=0b3ac1646427313257a4ed9757d82e85c67ef65b573f9e22b174ab0fc85533f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh hits a two-run home run against the Philadelphia Phillies during the first inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VE2SIALD7CX72PKVWOBJAUY5I4.jpg?auth=995b4355199f4f574b540690add20a4aadfead6e319a9d2b01c5761cce2281ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh follows through on a solo home run against the Philadelphia Phillies during the seventh inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6D43O6OY7Q7N2IFAM4A73OUQZA.jpg?auth=403f031c0c8dbe19018ca3b7fcef48b14fbec195b1287136ac2f69ee879a6270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh jogs the bases after hitting a solo home run against the Philadelphia Phillies during the fifth inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDFJFFM4MPA6YN3DJHW474VPRQ.jpg?auth=e7340dbcb32e165d0276d987675b39a4c32a3131f688d230f1d0b92b57c1f8fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh, center, reacts after accidentally jumping into the ceiling of the dugout while celebrating his solo home run with pitcher Bryce Miller, left, during the seventh inning of a baseball game against the Philadelphia Phillies, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYLUCSRFEEYRZNNINDOYLHOAKM.jpg?auth=f516188d0a0f93e4fa73cbefc062e6c8f8f7b2f410842b1ffe429d99fc1f62ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh (29) is greeted by teammate Weston Wilson after hitting a solo home run against the Philadelphia Phillies during the fifth inning of a baseball game, Monday, Aug. 24, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Angel Reese breaks WNBA single-game and season rebounding records as Dream beat Sparks 78-71]]></title><link>https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-single-game-and-season-rebounding-records-as-dream-beat-sparks-78-71/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/angel-reese-breaks-wnba-single-game-and-season-rebounding-records-as-dream-beat-sparks-78-71/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Angel Reese broke the WNBA single-game rebounding record with 26 while also breaking the league's season record for rebounds as the Atlanta Dream beat the Los Angeles Sparks 78-71 on Monday night.]]></description><pubDate>Tue, 25 Aug 2026 04:50:15 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Angel Reese broke the WNBA single-game rebounding record with 26 while also breaking the league's season record for rebounds as the Atlanta Dream beat the Los Angeles Sparks 78-71 on Monday night.</p><p>Reese surpassed Chamique Holdsclaw's record of 24 rebounds, set on May 23, 2003 for Washington.</p><p>The Dream star has 458 rebounds this season, seven more than A'ja Wilson's mark set in 2024. Atlanta still has six games remaining in the regular season.</p><p>“I’m just in awe watching her rebound,” teammate Allisha Gray said after the game. “That’s a talent.”</p><p>Reese finished with 11 points. She secured her WNBA-leading 27th double-double of the season on a basket with 13.9 seconds left in the game.</p><p>The Dream have won four straight games — all on the road.</p><p>Gray led Atlanta (25-13) with 20 points. Rhyne Howard added 18 points to eclipse 3,000 for her career. Gray set an Atlanta record for field goals in a season with 247.</p><p>Nneka Ogwumike had 27 points and 16 rebounds for Los Angeles (13-25), which has lost nine straight games in the series. Dearica Hamby and Cameron Brink each scored 15 points.</p><p>Atlanta trailed 37-36 at halftime before starting the third quarter on a 9-2 run. The Dream also began the fourth on a 9-2 run to make it 71-57 with 6:57 left.</p><p>Up next</p><p>Dream: Host Portland on Friday.</p><p>Sparks: Host Washington on Friday.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EYG32AIPUDNB2DKZWKAUQK3G3A.jpg?auth=aae0c4ac3358663bcbdb63ef5a1a30e4730d56088bad67888708eaaf0e33d902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) reacts in the second half of an WNBA basketball game Sunday, Aug. 16, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Conforto and Kelly hit back-to-back HRs, lift the Cubs over the Diamondbacks 7-0]]></title><link>https://www.local10.com/sports/2026/08/25/conforto-and-kelly-hit-back-to-back-hrs-lift-the-cubs-over-the-diamondbacks-7-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/25/conforto-and-kelly-hit-back-to-back-hrs-lift-the-cubs-over-the-diamondbacks-7-0/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Michael Conforto and Carson Kelly hit back-to-back homers, Kevin Gausman gave up just three hits over seven innings and the Chicago Cubs beat the Arizona Diamondbacks 7-0 on Monday night.]]></description><pubDate>Tue, 25 Aug 2026 04:24:25 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Michael Conforto and Carson Kelly hit back-to-back homers, Kevin Gausman gave up just three hits over seven innings and the Chicago Cubs beat the Arizona Diamondbacks 7-0 on Monday night.</p><p>The Cubs moved to 5 1/2 games behind the Milwaukee Brewers for the NL Central lead. The Brewers were off Monday.</p><p>Conforto and Kelly hit their homers off reliever Taylor Clarke with two outs in the sixth, breaking open a tight game. Conforto's two-run shot to right field made it 4-0 and then Kelly — who played 4 1/2 seasons with the Diamondbacks — hurt his former team with a solo smash to left.</p><p>That was plenty of support for Gausman (2-1), who cruised through the D-backs' lineup, needing just 94 pitches to complete his seven innings. The right-hander gave up three hits and a walk while striking out six in his best outing for the Cubs since being acquired at the trade deadline from the Toronto Blue Jays.</p><p>The Cubs took a 1-0 lead in the second when Pedro Ramírez smacked a triple down the right-field line that scored Ian Happ. They pushed the advantage to 2-0 in the fifth when Seiya Suzuki's double off the left-field wall brought home Conforto.</p><p>Conforto reached base four times, hitting a single, double and homer while also drawing a walk. Happ and Ramírez both had two hits.</p><p>D-backs right-hander Merrill Kelly (8-12) gave up three runs on five hits and three walks over 5 2/3 innings. He struck out four.</p><p>Arizona managed just five hits — all of them singles. Corbin Carroll stole two bases.</p><p>Up next</p><p>The D-backs send RHP Brandon Pfaadt (7-1, 3.39 ERA) on Tuesday against Cubs RHP Clay Holmes (5-6, 2.49).</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SNIXLS2IKWL5VC46DTGQRFHEXI.jpg?auth=980c526a4fd0c9f14508c07095230ac8d920f3e67c7b775e86cf2208e88474ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Michael Conforto, right, celebrates his two-run home run against the Arizona Diamondbacks with Cubs' Pedro Ramírez during the sixth inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXK6LLYJZ77DIPGS7NID5O4OSA.jpg?auth=fb6654f219ecbfc8526642e5814e5d89c1edcb495d39b93880f4928b4e0b22eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Corbin Carroll, right, steals third base as Chicago Cubs third baseman Alex Bregman (3) makes a late tag during the fourth inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQUYK62CRB23ZHPCNTTARSP5CM.jpg?auth=abb6eb782b1dc7556ded9710ca1bbad3e1ed2b03b715ea4892d75b49ecac264d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs starting pitcher Kevin Gausman throws against the Arizona Diamondbacks during the first inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BF3L4S44KKMJR3B47KQ7BTL4YA.jpg?auth=c7c37d4e2bbf21c04cccbd7370c5cf6dc13c2dae97e84c7ebd94655af2362555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Tim Tawa, left, is tagged out by Chicago Cubs starting pitcher Kevin Gausman (12) during a rundown during the third inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6B73CBVP6GVSL4NWUABULOQC7Y.jpg?auth=be040051ecfe534202e6e04d0bd2dc87cb58692f300fe49b7ce43e64a3c6fca2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks starting pitcher Merrill Kelly throws against the Chicago Cubs during the first inning of a baseball game, Monday, Aug. 24, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Nothing changes yet with the Supreme Court's order on elections. But it could open door to 'chaos']]></title><link>https://www.local10.com/news/politics/2026/08/25/nothing-changes-yet-with-the-supreme-courts-order-on-elections-but-it-could-open-door-to-chaos/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/nothing-changes-yet-with-the-supreme-courts-order-on-elections-but-it-could-open-door-to-chaos/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The Supreme Court's decision giving preliminary approval for President Donald Trump's order restricting mail voting may not lead to a single election procedure changing during the November midterms, but it has already thrown into uncertainty the method that nearly one-third of the country uses to vote.]]></description><pubDate>Tue, 25 Aug 2026 13:44:37 +0000</pubDate><content:encoded><![CDATA[<p>The Supreme Court's decision giving preliminary approval for President Donald Trump's order restricting mail voting may not lead to a single election procedure changing during the November midterms, but it has already thrown into uncertainty the method that nearly one-third of the country uses to vote.</p><p>Rather than saying that Trump's order is legal, the high court said Monday it was too early for Democratic-run states to challenge it in June, when they convinced a federal judge in Boston to freeze the order for November's election. That effectively restarts the legal fight over the order in an incredibly compressed timeline, with initial ballots scheduled to be sent to North Carolina's overseas and military voters in just over a week, on Sept. 4.</p><p>A second injunction barring the U.S. Postal Service from making changes to comply with Trump's directive remains in effect. Still, the administration late Monday filed a motion asking that the second hold be removed, and has posted new regulations from the Postal Service that would go into effect Tuesday if the legal pathway is fully cleared.</p><p>That new rule requires specific formatting for envelopes containing mail ballots — which may force some jurisdictions to completely revise theirs — and makes states use an electronic system to identify to the Postal Service who is voting by mail. If states don't comply with the rule, their mail ballots won't get sent.</p><p>The prospect of such a potential sweeping overhaul in mere days boggled critics' minds. In her dissent, Justice Ketanji Brown Jackson warned that the decision “needlessly injects chaos and uncertainty into the upcoming midterm elections.”</p><p>David Becker, executive director of the Center for Election Innovation & Research, agreed, saying the majority “seemed to create complete chaos leading up to the midterm elections” and it'd be “impossible” for states to comply with the new rules at this late date.</p><p>Some ballots for the November election are set to go out within days</p><p>Jesse Salinas, the registrar of Yolo County in California and president of that state's association of election officers, noted that ballots in his state start going out in 11 days and his county already printed its envelopes.</p><p>“You look at the timeline, and it's a bit chaotic,” Salinas said, noting he doesn't know precisely which envelope designs comply with the new rules.</p><p>He dismissed the idea of a last-minute revision in procedures. “The capacity to do that, I just don't see it,” Salinas said.</p><p>Tammy Patrick, chief program officer at the Elections Center, an association of 2,500 election officers, warned that it's impossible for any state to comply with the rule and that no one she talked to has tried.</p><p>“There isn't a single state that does their elections in a way that this postal rule lays out,” Patrick said in an interview. “There has been this assumption that this is not going to happen because it could not happen the way it's laid out, because no one does it this way.”</p><p>Cisco Aguilar, the Democratic Secretary of State in Nevada, where every registered voter gets a mail ballot, noted the post office had already misdelivered three dozen mail ballots from his state's June primary.</p><p>“They're going to come in within seven days and build a massive database that has 100% accuracy?” Aguilar said in disbelief. “It is impossible to implement this system in that time frame.”</p><p>Trump votes by mail, but has sought to curb it for others</p><p>Trump has long sought to make voting by mail largely impossible, though he himself has repeatedly cast his ballots by mail.</p><p>Trump falsely blamed his 2020 loss on mail voting and spun up baroque conspiracy theories that he's tried to prove while back in office. Judges blocked him from creating new voting restrictions by executive order last year, and he only issued his latest order after his bill to revamp voting procedures stalled in the Senate amidst Democratic opposition.</p><p>The Election Assistance Commission found that 29% of voters in 2024 cast their ballots through the mail. Democrats are more likely to use mail voting than Republicans, a reflection of how the process has become polarized since Trump began attacking it in 2020. Still, the president has to date been unable to make the sweeping changes he's sought because the Constitution grants control of voting rules to states, and in federal elections, to Congress — not the president.</p><p>Legal experts stressed that's why they view it as unlikely Trump's order will actually be implemented. Not only did the majority in the Supreme Court's unsigned order note that it hasn't determined whether the measure is constitutional, but every victory the administration has won so far has only been because it's argued that it's premature to talk about its constitutionality. Opponents are already weighing new lawsuits since the final rule was published Friday night.</p><p>More litigation is expected</p><p>Becker, a former Department of Justice lawyer who co-wrote a book debunking Trump's 2020 election lies, added that he expects the next round of litigation to keep the order from being implemented in November. Rick Hasen, a UCLA law professor, said after the ruling: “This doesn't necessarily mean anything in terms of November.”</p><p>Derek Muller, a Notre Dame law professor, said the Supreme Court still ensured a fraught court battle in the coming days.</p><p>“It puts courts in a terrible place, because whatever happens is super close to the election,” Muller said. “If it permits it, it creates super disruption for the states. If it suspends it, it visibly angers the administration.”</p><p>Hasen said it's inconceivable that the regulation will impact voters in November.</p><p>“Both legal and practical reasons make this practically impossible to enforce,” he said of Trump's mail voting order.</p><p>Elections are run by local officials in thousands of scattered offices, many of which don't even have a full-time employee. Patrick said that those who work in the field have been left reeling.</p><p>“Election officials just feel like punching bags at this moment because they plan one way of conducting their elections, and have contingency plans if a fire breaks out, or one location loses power,” Patrick said. “But how do you plan for something that affects one-third, one half, or all of your voters?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJW4W7S5MUG6CW7NVT4S4K4YTI.jpg?auth=97a1642aff3f97db7d350fcb3889d0f83101ea241f79fae38bd15cf543f122a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An election worker sorts 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/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/T4ZEPOMSWJXFW25HZYTA3QHJ54.jpg?auth=c29d5b672fe7e0431501649a0d5e3325ac78367ba205ea28c635eb8b152557b9&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></item><item><title><![CDATA[Darline Graham, Ralph Norman go head-to-head in South Carolina's GOP Senate runoff]]></title><link>https://www.local10.com/news/politics/2026/08/25/darline-graham-ralph-norman-go-head-to-head-in-south-carolinas-gop-senate-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/25/darline-graham-ralph-norman-go-head-to-head-in-south-carolinas-gop-senate-runoff/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — U.S. Sen. Darline Graham and U.S. Rep. Ralph Norman face South Carolina voters yet again Tuesday in a special Republican primary runoff to replace the late Lindsey Graham in the Senate, one month after his sudden death.]]></description><pubDate>Tue, 25 Aug 2026 11:35:35 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — U.S. Sen. Darline Graham and U.S. Rep. Ralph Norman face South Carolina voters yet again Tuesday in a special Republican primary runoff to replace the late Lindsey Graham in the Senate, one month after his sudden death.</p><p>The two-week runoff window since the two Republicans were the top vote-getters in an Aug. 11 primary has been a slugfest. Darline Graham — a political newcomer serving as interim replacement for her late brother — has struggled to define herself to voters who routinely backed Lindsey Graham in the heavily Republican state. Norman, who's served the better part of two decades in state and federal elected office, has stressed his experience to voters already aware of him from his years in Congress, plus an unsuccessful run for governor earlier this year.</p><p>In the background of all of this is President Donald Trump, the longtime Lindsey Graham ally who endorsed Darline Graham's candidacy to replace her brother in the November general election before she even entered the race, stumped for her in the state days ahead of the runoff and held a runoff-eve tele-rally with Graham.</p><p>On Monday, MAGA Inc., the super PAC that supports Trump and aligned Republicans — but has spent little thus far on Trump's picks in this year's midterms — infused nearly $830,000 into Graham's campaign for voter calls and text message blasts.</p><p>Among the unknowns is whether Trump's backing is enough to boost the novice candidate with the famous last name, but whose political positions were previously unknown, across the finish line to the nomination. Also yet to be determined is whether Norman's hard-line conservatism has an appeal statewide, two months after he finished third in the Republican governor's primary.</p><p>Will Trump's backing be enough for Graham?</p><p>After losing a top Senate advocate when Lindsey Graham died July 11, Trump has angled to play a role in picking his successor.</p><p>Trump heralded the selection of Darline Graham to serve as her brother’s interim replacement as “a fabulous tribute.” He also urged her to run in the special primary, endorsing her before she’d made her candidacy official.</p><p>On Friday in Myrtle Beach, Trump reiterated that sentiment to a crowd of several thousand, encouraging people to vote for Graham to preserve tax cuts, among other things.</p><p>“I want it to happen,” he said. “Good luck, Darline.”</p><p>In forging a relationship with her, Trump could be angling to develop another ally to help steer his agenda through the Senate.</p><p>Throughout her brief campaign, Graham did just that. She repeatedly stressed to voters her intent to support Trump’s policy positions and often referenced in particular her co-sponsorship of a voting bill that’s become a key priority for the president.</p><p>Casting his ballot for Graham at an early voting location near Trump's rally site, Robert Tropiano said Friday that the president's backing for the candidate was enough to win his support.</p><p>“Trump wants her, he's doing a great job and I believe we should give him what he wants,” Tropiano said.</p><p>In the primary's opening days, when she was largely absent from candidate events due to her obligations as a sitting senator, Graham reminded voters via video messages that she remained in Washington “working hard for you” and decried the notion of congressional recess breaks.</p><p>Norman promotes legislative know-how over Graham's inexperience</p><p>Fresh off his unsuccessful primary run for governor, Norman entered the Senate contest as one of several politicians more familiar to South Carolina voters. He snapped up endorsements from the likes of Sens. Rick Scott of Florida and Mike Lee of Utah, as well as former South Carolina Sen. Jim DeMint and Turning Point Action, the conservative youth movement founded by the late Charlie Kirk.</p><p>During the sprint to the runoff, Norman — one of the most conservative U.S. House members — frequently touted his experience in Washington and willingness to take unpopular stances. That includes at times challenging Trump, whose policies Norman has routinely supported in Congress. But Norman campaigned against Trump in the early part of the 2024 presidential primary, siding instead with former South Carolina Gov. Nikki Haley.</p><p>A wealthy developer before he entered politics, Norman has put some of his own fortune toward the campaign, including more than $1 million in the closing week.</p><p>In the head-to-head with Graham, he's stressed what he characterized as the highly managed nature of Graham's campaign. He portrayed her during an interview with The Associated Press as beholden to “Washington elite” special interests that, by way of funneling money to her campaign, were “dictating the terms and giving her the political answers.”</p><p>Will Graham's debate flub come back to haunt her?</p><p>Graham and Norman met for a single runoff debate, and there was one moment from the hourlong face-off that lived on.</p><p>Graham stumbled over a question about foreign policy — a signature issue of her late brother — when asked whether the U.S. has a national security interest in Taiwan and the South China Sea, a longstanding contention of both Democratic and Republican administrations.</p><p>She struggled to answer before admitting “national security is not my thing” and “I’m not that informed on national security.”</p><p>Graham avoided a direct response and instead mentioned her brother’s wealth of experience and her desire to focus on more domestic issues like affordability. Norman called Taiwan “a definite ally” when posed the same question, applauding Trump for “enabling Taiwan to defend themselves against China.” Afterward, he suggested Graham's answer showed her lack of qualifications for the office.</p><p>The Democratic nominee was chosen months ago</p><p>Annie Andrews, a Charleston physician, won her party’s primary in June outright. Having set up her entire campaign based around challenging Lindsey Graham, Andrews has been forced to pivot to a broader critique of the Republican contenders.</p><p>No Democrat has won a U.S. Senate seat in South Carolina in decades. When Graham last ran in 2020, he defeated his Democratic opponent by a 10 percentage point margin.</p><p>That contest was the most expensive in state history, and among the country’s most expensive congressional races ever.</p><p>___</p><p>Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DICQWEM3ELM6MUH5PJGHA7SV7I.jpg?auth=36c8bdb0a603e1609a9b6f9349950bc41277d4096d38bd2c1e27a211ebef978f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, looks on as Sen. Darline Graham, R-S.C., speaks during a debate ahead of the special GOP Senate runoff election to replace the late Sen. Lindsey Graham, R-S.C., in Newberry, S.C., Tuesday, Aug. 18, 2026. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6I3TVOJFCUHLTMWGV5ICWGPUY.jpg?auth=944b4d398ad80ba1578af0bc3d98bce3a60404beb052a2deabbbd413e0e3d3cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., takes a photo with an attendee during her campaign rally at the Myrtle Beach Convention Center 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><media:content url="https://www.local10.com/resizer/v2/YFP4JEOFYOIOAE4QGH2ZJC6MHY.jpg?auth=2f5c205cc004a767ccc77ee4f770734c75b6f9aaa7b1c1a2818559602bd7ab4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., speaks with attendees at the South Carolina Republican Party's Silver Elephant Gala on Saturday, Aug. 15, 2026, in Columbia, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3LMFOIKOBDSO7YH33IOGZLEKMI.jpg?auth=b68a543af9c5afe72762c96aa16c2c0325d04e937f137df48eba6f956b64aeda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens as Sen. Darline Graham, R-S.C., speaks during her campaign rally at the Myrtle Beach Convention Center 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><media:content url="https://www.local10.com/resizer/v2/BCRNX5RPSFCYQDAXSBSDWXGTEM.jpg?auth=75495e5d0ba48e6ef2892ea36f040585c12a021e29860f28fe14ce9972009420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., speaks with reporters after special GOP Senate runoff debate with U.S. Sen. Darline Graham, R-S.C., to replace the late Sen. Lindsey Graham, R-S.C., on Tuesday, Aug. 18, 2026, in Newberry, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[FBI sets $25,000 minimum reward for dozens of unsolved Indian Country cases]]></title><link>https://www.local10.com/news/national/2026/08/25/fbi-sets-25000-minimum-reward-for-dozens-of-unsolved-indian-country-cases/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/fbi-sets-25000-minimum-reward-for-dozens-of-unsolved-indian-country-cases/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[SIOUX FALLS, S.D. (AP) — The Federal Bureau of Investigation has established a minimum reward of $25,000 in cases where people went missing or were killed in Indian Country, part of a broader effort to address high rates of violence affecting Native American communities.]]></description><pubDate>Tue, 25 Aug 2026 14:04:55 +0000</pubDate><content:encoded><![CDATA[<p>SIOUX FALLS, S.D. (AP) — The Federal Bureau of Investigation has established a minimum reward of $25,000 in cases where people went missing or were killed in Indian Country, part of a broader effort to address high rates of violence affecting Native American communities.</p><p>The new minimum applies to more than 50 unsolved homicides and missing-person cases in tribal communities. Most of the cases are less than 10 years old, though a dozen have been unsolved for more than two decades, an AP analysis found.</p><p>Victims’ families and experts are unsure the higher amounts will be enough to get tipsters to come forward, citing people's fears and distrust of the federal government.</p><p>“Everybody’s scared in Oglala,” said Lisa Carlow, whose father Patrick Carlow Sr. was found dead in his Pine Ridge Reservation home in 2023. “So to me it’s like, OK, what do you guys know that you’re not saying?”</p><p>The FBI investigates federal crimes on nearly 200 Native American reservations, along with the U.S. Bureau of Indian Affairs. At the end of 2025, the FBI’s National Crime Information Center recorded just under 1,500 active cases involving missing Native Americans, though not all become federal cases.</p><p>The FBI cited several cases in its recent announcement, including that of 8-year-old Maleeka Boone, who it said was likely struck by a vehicle on the Navajo Nation, and San Carlos Apache teenager Emily Pike, whose body was found after she disappeared from an Arizona group home.</p><p>Higher rewards could stir new interest</p><p>Mary Kathryn Nagle, a citizen of the Cherokee Nation of Oklahoma and an attorney who advocates for families of missing Native Americans, said federal investigators often “parachute in” to investigate crimes in tight-knit communities where witnesses may stay silent because of distrust and fear of retribution.</p><p>Still, she said, larger rewards could provide an incentive for people to talk, and show families their loved ones’ cases are being taken seriously.</p><p>“We have people in Indian Country who know what happened to our relatives,” she said.</p><p>Luana Ross, who is Bitterroot Salish and a co-director of the Native Voices program at the University of Washington, said cash rewards could boost interest but often aren't paid out.</p><p>“It is my opinion that in reservation communities, people would be extremely reluctant to turn a friend or relative into a criminal justice system that hasn’t served them well,” she said.</p><p>Lisa Foster's longtime friend Mona Renee Vallo was found dead after a suspected hit-and-run along historic Route 66 in Laguna Pueblo, New Mexico, in 2022. Foster hopes the higher reward money will renew interest in the investigation.</p><p>Foster described Vallo as a positive, bubbly friend who could have fun no matter what. She was a member of the Confederated Tribes and Bands of the Yakama Nation.</p><p>“Someone knows something there,” Foster said. “They have to. I mean, it's weird that she went to work and then all of a sudden this happened to her.”</p><p>Frustration mounts as families seek answers</p><p>The reward in Carlow's case was increased to $25,000 in July, up from $10,000.</p><p>Carlow's family says the 73-year-old rancher was respected in the Oglala community. He mowed the grass for others and spent time with his grandchildren. The family said more calls started coming in after the reward was increased, but the wait for answers continues.</p><p>Meanwhile, the FBI declined to provide The Associated Press an update on the case.</p><p>“It’s so hard to get your hopes up like that and think, ‘This is it, we finally got dad’s killer.’ And then nothing comes of it,” Lisa Carlow said.</p><p>She said fear keeps community members who may have information from contacting authorities.</p><p>“I think that’s like deep-rooted within our people,” said her sister, JoDee Carlow. “It's not just on Pine Ridge. It's on every reservation.”</p><p>Relatives don't want cases to be forgotten</p><p>The FBI initially offered $5,000 for information in the deaths of two brothers from Ohio, Matthew and Philip Reagan. The reward was later doubled and now will hit $25,000. Though not Native Americans, they were killed on the Navajo Nation and are featured on the FBI’s Indian Country cases website.</p><p>The brothers planned to visit Canyon de Chelly National Monument during a trip to California. Authorities believe their SUV got stuck in mud after GPS sent them off course near Sawmill. They were shot multiple times while walking to seek help, authorities said.</p><p>Matthew Reagan’s wife, Faye Wurstner-Reagan, said she doubts a $25,000 reward will persuade anyone in the small community to come forward.</p><p>“You would have to promise someone, like, actual protection,” she said. “I mean, they brutally murdered two men.”</p><p>She suggested the FBI instead put resources toward law enforcement to keep the cases from going cold and for liaisons to keep families informed.</p><p>FBI spokesperson Brooke Brennan in Phoenix said investigating crimes in Indian Country often is complex because of the remoteness, limited resources and extensive workload.</p><p>Wurstner-Reagan hopes that families united in pain and grief over missing loved ones and unsolved killings might one day see justice.</p><p>“We're just getting forgotten, like no one is remembering any of us, and we're just told it's an active investigation,” she said.</p><p>___</p><p>Associated Press writers Felicia Fonseca in Flagstaff, Arizona, and Savannah Peters in Albuquerque, New Mexico, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q5EGN2B3G7HCB5C6OEBVIQ5EAM.jpg?auth=5b6035bc2aaefbffce8a8977ff4e64e6ccd549fd03284267f3d387097798fd3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tize W. Clark, right and his son, Zion Clark, participate in a walk to honor Native American and Indigenous relatives who have gone missing or have been killed as Missing and Murdered Indigenous Persons Awareness Day is marked in Albuquerque, New Mexico, on May 5, 2025. (AP Photo/Susan Montoya Bryan,File)]]></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/3FRVTRIUDMANSBHBGO3RS25DNA.jpg?auth=3940368762cbfa7b53f2c75b88a40c4103bb1651c1c7d0d775d5216fb6044508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Carlow, Sr. with his daughter Lisa Carlow on August 31, 2022 outside a restaurant in Rapid City, S.D. (Lisa Carlow via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lisa Carlow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7G4PS3YQHRDBMWSMEEMOE2COCM.jpg?auth=862a690e2a67a34f2b5083f8434363f472dba53fa3f626f73ec23201a6ed8068&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Carlow, Sr. leading a horse on Pine Ridge Reservation, S.D. on June 11, 2022. (Rhonda Akers via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Rhonda Akers</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XN3WE3NYZ6MS2IO2XKXQJFSSJE.jpg?auth=5e3e673aa5b3045f0f33c9c6bd7ea7e14002bd145e2cceab80b337cf51df990b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Faye Wurstner-Reagan shows her husband, Matthew Reagan, left, and her brother-in-law, Philip Reagan, during a stop at a Conoco Service Station in Shamrock, Texas, while the brothers journeyed to California in March of 2020. (Faye Wurstner-Reagan via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Faye Wurstner-Reagan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5PZW7U6LFG6WRGC6UFPU5EVYUM.jpg?auth=bf3c18a6c43e38f1357c7de973cdb0f961ae777b79431cd7b9f088dc8169eabd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dennis Willard, of Bellevue, Wash., carries a sign that reads "Where Is She" as he marches in support of missing and murdered indigenous women during a rally to mark Indigenous Peoples' Day in downtown Seattle, on Oct. 14, 2019. (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[Trump's trade war with Canada could rattle economies in states with key Senate races]]></title><link>https://www.local10.com/news/national/2026/08/25/trumps-trade-war-with-canada-could-rattle-economies-in-states-with-key-senate-races/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/25/trumps-trade-war-with-canada-could-rattle-economies-in-states-with-key-senate-races/</guid><dc:creator><![CDATA[By BILL BARROW and PATRICK WHITTLE, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — President Donald Trump’s trade war with Canada is escalating as the midterm elections approach, threatening Republican efforts to address voters' economic concerns in a year when control of the U.S. Senate hinges on states along the border between the United States and its northern neighbor.]]></description><pubDate>Tue, 25 Aug 2026 04:04:31 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — President Donald Trump’s trade war with Canada is escalating as the midterm elections approach, threatening Republican efforts to address voters' economic concerns in a year when control of the U.S. Senate hinges on states along the border between the United States and its northern neighbor.</p><p>The dispute flared over the weekend after negotiations broke down, leading Trump to raise tariffs on $20 billion in Canadian imports. Canada plans to announce tariffs of its own on Tuesday, and the spiraling conflict could lead to higher prices and scrambled supply chains for Americans already aggravated at the president’s management of the economy.</p><p>Republican Sen. Susan Collins of Maine, one of Democrats' top targets this year, warned that fallout from Trump's approach would hurt U.S. businesses and consumers.</p><p>“Imposing new tariffs on Canada is a mistake,” Collins said while campaigning Monday, and she mentioned lobsters, blueberries, lumber and other Maine products that end up in Canadian markets.</p><p>The issue also puts pressure on Republicans in Michigan, Ohio and Alaska, states where Canada is an important trading partner. Many Democrats seem eager to capitalize on the matter as they try to regain the Senate majority, despite the party's own history with protectionist sentiments.</p><p>“Trump is escalating a trade war with Canada for his own vanity,” Michigan's Democratic nominee Abdul El-Sayed said on social media, adding that his Republican opponent, former Rep. Mike Rogers, is a “rubber stamp” for such policies. A third of the state's exports go north of the border.</p><p>Marc Short, a top adviser to then-Vice President Mike Pence during the first Trump presidency, said the issue is a political trap for Republicans.</p><p>“It’s hard, obviously, because you don’t want to incur the wrath of the president," he said. “But at the same time, I think if you’re representing agricultural states, especially, your voters are probably anxious to have somebody representing their interests in Washington right now.”</p><p>Trump charges forward on tariffs</p><p>It's possible that Trump will change course or delay his plans. But for now, the president is making no apologies for the economic turmoil.</p><p>“Canada has been ripping off the United States for years,” Trump blasted on his Truth Social platform Monday, adding that he will raise tariffs on all Canadian automobiles and auto parts and steel to 50% in 2027. He added, “WE DON’T NEED CANADA, THEY NEED US!”</p><p>Trump's top trade official more calmly downplayed the dispute. “This is something where we don’t actually expect a huge impact,” U.S. Trade Representative Jamieson Greer told reporters outside the West Wing.</p><p>Vice President JD Vance visited Maine on Monday, where he praised “our very independent friend Susan Collins” and assured voters “we’re very mindful of the fact that Maine is a border state with Canada.” He said the administration is trying to make sure Maine “gets a fair deal.”</p><p>Collins did not appear with Vance on Monday or during his last trip to Maine. She campaigned on her own as she tries to hold off a challenge from Democratic nominee Troy Jackson, a former state legislative leader.</p><p>Jackson, a logger before going into politics, said tariffs are another example of how Collins does not do enough to stand up to the president.</p><p>“Troy spent most of his life working along the Canadian border, so he knows how important this relationship is to Maine’s economy,” Jackson spokesman Dan Gottlieb said.</p><p>Republicans are trying to defend Senate control</p><p>Trump made no secret of his affection for tariffs during his comeback campaign, promising that higher taxes on imports would generate a windfall for the U.S. Treasury and boost domestic manufacturing. But concerns about inflation and affordability have not receded, including in states with key races this year.</p><p>Maine, Ohio, Michigan and Alaska boast industries including fisheries, auto parts, lumber and produce that export items across the northern border, while Canadian imports are sold by a range of U.S. retailers.</p><p>Iowa, which also has a competitive Senate race, does not border Canada or its waters, but also exports more goods to Canada than any other nation.</p><p>Majority Forward, a political action committee tied to Senate Democrats, already ran television advertisements against Republican Sen. Dan Sullivan of Alaska during last year's partial government shutdown.</p><p>“The tariffs are hitting Alaska the hardest,” the ad said. “Call Dan Sullivan and tell him … stop raising our costs.”</p><p>Trade is a key issue in Ohio</p><p>Former Ohio Sen. Sherrod Brown is trying to return to Washington by unseating Republican Sen. Jon Husted. Brown has long been a union-friendly protectionist Democrat. But he’s argued against Trump’s approach, saying it’s one thing to get aggressive with an adversarial economic powerhouse like China but another to impose uneven, unpredictable tariffs on neighboring nations.</p><p>Husted signed a bipartisan letter earlier this year urging the administration to proceed carefully while renegotiating a trade agreement with Canada and Mexico. But he's also embraced the White House's economic policies, recently appearing with Vance at an Ohio steel plant to praise the administration's economic agenda.</p><p>“Today is a new day, it truly is," Husted said. "It’s a new day because of the ‘America First’ agenda.”</p><p>Brown has not yet criticized Husted on Canadian tariffs, concentrating instead on the senator's support for data centers and Trump’s war with Iran. But Senate Majority PAC spokeswoman Lauren French said the Canada tariffs fight fits seamlessly into the broader case that Brown and other Democrats are making about Trump and his allies.</p><p>“It’s another proof point for the argument that this is a guy who continues to raise your costs for no reason at all,” she said.</p><p>Vance says Trump wants ‘fairness’</p><p>Short said Trump's first-term protectionism was easier to defend because it was more focused on China. In the second Trump presidency, Short said, “we’ve so alienated our normal trading partners that part of their retaliation has been not to buy agricultural products,” thus cutting off replacement markets for any lost trade with Beijing.</p><p>In Maine, Vance insisted Trump only wants to level the playing field with Canada.</p><p>“They don’t expect anybody to fight back,” Vance said. “We’re sick of that.”</p><p>He also criticized Canada as treating China more fairly than the U.S. in trade negotiations.</p><p>“It’s over,” Vance said. “We expect fairness in our trade policy.”</p><p>Collins shared a different goal.</p><p>“I really want us to go back to the very friendly, economically beneficial relationship that we have with our Canadian neighbors," she said.</p><p>___ Barrow reported from Atlanta. Associated Press writers Julie Carr Smyth in Columbus, Ohio, and Seung Min Kim in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NB3TJD2GHQLYFFUBTS3EFLSK3E.jpg?auth=64d4ab736e4512595126b2fd5ce9d8a37df3df6dcdd25ae7cf93abeb05d88479&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 with Nebraska Gov. Jim Pillen after a back to school event in the Rose Garden of the White House, Monday, Aug. 24, 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/3UPEC3VCTQA37BC7U5SAKJABEY.jpg?auth=182e095539be04d82edf9ebdb74be7551b1476d755ba6ca21c4a0da5d8dfbc9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Sen. Susan Collins, R-Maine, responds to reporters at the Capitol in Washington, July 14, 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/SJG2Z74DOYFCDVQG4JJ7HK4LPU.jpg?auth=d00346cf6c51b75a7b141d860fe2d249b23251e857a11ce7c39bcb44829bcd3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Jon Husted, R-Ohio, speaks ahead of Vice President JD Vance's speech at the Cleveland Cliffs Middletown Works, Friday, Aug. 21, 2026, in Middletown, Ohio. (AP Photo/Jon Cherry)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Cherry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZ2Y5BEKKHCIL5EC2EWPOZCX2Q.jpg?auth=c1fffdee33a0142df35f72d2d999bd9cd0e79a2687899cc99309fd0b7f819d77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Trade Representative Jamieson Greer speaks to reporters outside the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[The last few witnesses in the Lindsay Clancy murder trial are set to testify]]></title><link>https://www.local10.com/news/2026/08/25/the-last-few-witnesses-in-the-lindsay-clancy-murder-trial-are-set-to-testify/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/25/the-last-few-witnesses-in-the-lindsay-clancy-murder-trial-are-set-to-testify/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[After nearly a month of testimony, jurors in the Lindsay Clancy murder trial are hearing Tuesday from the final witnesses in a case that has largely been about her mental state when she strangled her three young children.]]></description><pubDate>Tue, 25 Aug 2026 14:00:36 +0000</pubDate><content:encoded><![CDATA[<p>After nearly a month of testimony, jurors in the Lindsay Clancy murder trial are hearing Tuesday from the final witnesses in a case that has largely been about her mental state when she strangled her three young children.</p><p>Testimony resumed from a forensic psychologist hired by prosecutors to evaluate Clancy's psychiatric history and assess the defense claim that she was suffering from acute postpartum psychosis when she killed the children at their Massachusetts home.</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>Kirk Heilbrun told jurors Monday that he believed Clancy took her children's lives so they wouldn’t “suffer” after she killed herself. He said he didn't believe Clancy's claim that she hallucinated a voice telling her to kill the children, the other possibility he considered.</p><p>“Everything I did as part of this evaluation, the evidence much more strongly, in my opinion, supported the second explanation, which was the serious suicide attempt accompanied by killing the children out of love,” Heilbrun said Tuesday.</p><p>Heilbrun also said he concluded that Clancy was “criminally responsible” for the killings of her children.</p><p>“She retained an awareness of the illegality of killing others, including her children,” he said. “Her moral awareness of this killing was influenced by her strong desire to die and, if she was dead, not to leave her children behind.”</p><p>Clancy's lawyer, Kevin Reddington, will get a chance Tuesday to question Heilbrun about his conclusions. Prosecutors are then expected to call at least one more expert witness before the trial moves on to closing arguments, likely no earlier than Wednesday.</p><p>Earlier in the trial, jurors heard from other medical experts, called by the defense, who said Clancy wasn't responsible for her actions because she had lost her grip on reality due to postpartum psychosis, a rare mental illness that can follow childbirth.</p><p>In the months before killing her children, Clancy had sought treatment for mental health problems from multiple providers and admitted herself to a psychiatric hospital.</p><p>After killing her children, Clancy jumped from a second-floor window. She remains paralyzed from the waist down.</p><p>Prosecutors say the former labor and delivery nurse planned the killings and contrived to get her husband out of the house by sending him to pick up medicine for one of their children and dinner for the family.</p><p>Clancy, 36, has pleaded not guilty to murder charges in the January 2023 deaths of Callan, Dawson and Cora Clancy, who ranged from 8 months to 5 years old.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PM3HJ7OG7ZG7GHMAR37AHDB3I4.jpg?auth=1cf4a36c981eb8e4af2a793050e4d77df87329715d84708ba3897a9261336d12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy talks with her lawyer Kevin Reddington. during her murder trial at Plymouth Superior Court, Monday, Aug. 24, 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[Local 10 catches up with stars of new ‘Coyote vs. Acme’ film]]></title><link>https://www.local10.com/entertainment/2026/08/24/local-10-catches-up-with-stars-of-new-coyote-vs-acme-film/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/24/local-10-catches-up-with-stars-of-new-coyote-vs-acme-film/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The ultimate showdown between the cunning genius Wile E. Coyote and his constant nemesis Acme has finally arrived in the live action animated film “Coyote vs. Acme”.
]]></description><pubDate>Tue, 25 Aug 2026 01:49:20 +0000</pubDate><content:encoded><![CDATA[<p>The ultimate showdown between the cunning genius Wile E. Coyote and his constant nemesis Acme has finally arrived in the live action animated film “Coyote vs. Acme”.</p><p>This time Wile is done with the shenanigans and lawyering up, taking Acme court. </p><p>So who does he recruit? </p><p>None other than the slapstick master Will Forte, who plays attorney Kevin, a role that was unique for Forte but also a breeze to step into.</p><p>Lana Condor plays Paige, who joins Forte to help represent the intrepid Looney Toon.</p><p>For decades, Wile E. Coyote has always enjoyed the chase, but now we get to see the softer side of the beloved character.</p><p>Local 10’s Jason Carter caught up with the two stars of the film, and his report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Zandalasini scores 18 as the Valkyries beat the Lynx for 1st time in franchise history, 80-66]]></title><link>https://www.local10.com/sports/2026/08/24/zandalasini-scores-18-as-the-valkyries-beat-the-lynx-for-1st-time-in-franchise-history-80-66/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/zandalasini-scores-18-as-the-valkyries-beat-the-lynx-for-1st-time-in-franchise-history-80-66/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — Cecilia Zandalasini scored eight of her 18 points in the fourth quarter, Gabby Williams added 15 points, and the Golden State Valkyries beat the Minnesota Lynx for the first time in franchise history, 80-66 on Monday night.]]></description><pubDate>Tue, 25 Aug 2026 02:33:28 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — Cecilia Zandalasini scored eight of her 18 points in the fourth quarter, Gabby Williams added 15 points, and the Golden State Valkyries beat the Minnesota Lynx for the first time in franchise history, 80-66 on Monday night.</p><p>Golden State (26-11) entered 0-9 against Minnesota in the regular season and playoffs since joining the WNBA in 2025.</p><p>Golden State led 63-57 early in the fourth quarter before going on a 14-1 run to make it 77-58. Zandalasini made her first 3-pointer of the game with 4:39 left and she added another on Minnesota’s next possession for a 16-point lead.</p><p>Veronica Burton had 14 points and nine assists, and Tiffany Hayes also scored 14 for Golden State. Janelle Salaun added 12 points off the bench.</p><p>Minnesota (31-8) was without starting guard Courtney Williams (right ankle injury) in a regular-season game for the first time since she joined the team in 2024, a streak of 122 games.</p><p>Natasha Howard led Minnesota with 13 points and Kayla McBride added 12. Napheesa Collier was held to nine points on 4-of-10 shooting. Olivia Miles moved past Ticha Penicheiro for the second-most assists by a rookie in WNBA history with 225.</p><p>The Lynx had won 15 of their last 16 games, including a 77-66 victory over the Valkyries last Wednesday.</p><p>Up next</p><p>Valkyries: At Connecticut on Wednesday.</p><p>Lynx: At Atlanta on Sunday.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABHJLRBMZPOXRHARPKP4VB73GI.jpg?auth=3e8c269a3ee7c00b95bbbd96f8481c3f4dcad385e3c2f4105939017c527dd8a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golden State Valkyries forward Gabby Williams (1) works toward the basket as Minnesota Lynx forward Nia Coffey (12) defends during the second half of a WNBA basketball game Monday, Aug. 24, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MIVV5MEUHWUIK6PD4QN4N3Z6NQ.jpg?auth=dad5241e7fa2a8d3f96ec1c4725423fcd74b1dda1dee098f27531a4e8c626187&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx forward Napheesa Collier, center front, controls the ball as Golden State Valkyries guard Veronica Burton, center top, defends during the first half of a WNBA basketball game Monday, Aug. 24, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDZDXE4GLYCZVVTHB72R4SNMQQ.jpg?auth=4d763ef85630f5aee8e10dbe63befbb5c3e422bf0fa7d70a927458295063639f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx guard Olivia Miles (5) goes up to shoot during the first half of a WNBA basketball game against the Golden State Valkyries, Monday, Aug. 24, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GVWTONMNTFC2HJMF2ZBZ7CTDCE.jpg?auth=5c71a63fe91d7528a5415a9fe22fe2287f56e41ee2bff21d3e5379fc9b3687fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx forward Napheesa Collier, center right, and Golden State Valkyries guard Tiffany Hayes (15) get into an altercation during the first half of a WNBA basketball game Monday, Aug. 24, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[RJ Luis Jr. cleared by judge to play for LSU after spending time with 2 NBA teams]]></title><link>https://www.local10.com/sports/2026/08/24/rj-luis-jr-cleared-by-judge-to-play-for-lsu-after-spending-time-with-2-nba-teams/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/rj-luis-jr-cleared-by-judge-to-play-for-lsu-after-spending-time-with-2-nba-teams/</guid><dc:creator><![CDATA[By BRETT MARTEL, Associated Press]]></dc:creator><description><![CDATA[BATON ROUGE, La. (AP) — RJ Luis Jr., a former St. John's standout who recently signed with LSU after spending time with two NBA clubs, was cleared by a court Monday evening to start practicing and potentially play for the Tigers this season.]]></description><pubDate>Tue, 25 Aug 2026 03:01:34 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — RJ Luis Jr., a former St. John's standout who recently signed with LSU after spending time with two NBA clubs, was cleared by a court Monday evening to start practicing and potentially play for the Tigers this season.</p><p>Luis, who briefly was under contract with the Utah Jazz and Boston Celtics but never played in an NBA game, hugged LSU coach Will Wade after the ruling by East Baton Rouge Parish District Court judge Ronald R. Johnson.</p><p>After a five-hour hearing, Johnson granted the player's request for a preliminary injunction against the NCAA, which had argued Luis was unlikely to win reinstatement after leaving college to turn pro in 2025.</p><p>“This is precedent. It's monumental,” said Baton Rouge-based attorney Tony Clayton, who represented Luis along with Elliot Abrams of Raleigh, North Carolina. “This allows him to go practice, go play and we'll let the legal process work itself out.”</p><p>The timeline for that process was not immediately clear.</p><p>“I don't know, but there's a lot of discovery that Elliot and I have to obtain,” Clayton said. “We've got a lot of questions.”</p><p>Luis' attorneys noted that the NCAA had granted exceptions allowing numerous players from overseas professional leagues to join college basketball programs, and argued that American players must be afforded the same opportunity.</p><p>They stressed that Luis not only had never played in an NBA game, but also had not played for the Celtics' G League affiliate because of an injury, and had far less of a professional basketball resume than numerous college players who'd been recruited from abroad.</p><p>NCAA attorney Taylor Askew argued that Luis' situation was not comparable to those who played for the developmental squads of pro organizations overseas because Luis chose to leave college for the NBA.</p><p>Askew noted that the only player in a similar situation to Luis was Alabama's Charles Bediako, who won a temporary retraining order allowing him to play five games for Alabama last season before an Alabama judge ultimately sided with NCAA assertions that he was ineligible.</p><p>“I understand Mr. Luis is disappointed that he was not drafted and did not play in the NBA as much as he would have liked,” Askew said. “Actions have consequences. Decisions have outcomes and they're not always the right ones or the ones that you want.”</p><p>As he made his ruling, Johnson said, “In the court's mind, (Luis) did not actually play professional basketball,” and that whether Luis was properly advised of his options at the time he left college “lingers heavily before this court.”</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full men’s basketball coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GJTJ4LWYBWFDDDU74RUVNZ2WM.jpg?auth=82fc7a5d579d9c04ecdd8818ea42863389996a076789fa9dda88c38f3dda3284&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - St. John's RJ Luis Jr. looks toward the basket during the first half of an NCAA college basketball game against Creighton in the championship of the Big East Conference tournament, March 15, 2025, in New York. (AP Photo/Frank Franklin II, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Cincinnati Reds infielder/outfielder Michael Toglia to have season-ending right shoulder surgery]]></title><link>https://www.local10.com/sports/2026/08/24/cincinnati-reds-infielderoutfielder-michael-toglia-to-have-season-ending-right-shoulder-surgery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/cincinnati-reds-infielderoutfielder-michael-toglia-to-have-season-ending-right-shoulder-surgery/</guid><dc:creator><![CDATA[By JANIE McCAULEY, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Cincinnati Reds infielder/outfielder Michael Toglia will undergo season-ending surgery Tuesday on his right shoulder after he was injured Friday making a diving catch against Arizona.]]></description><pubDate>Tue, 25 Aug 2026 02:02:11 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Cincinnati Reds infielder/outfielder Michael Toglia will undergo season-ending surgery Tuesday on his right shoulder after he was injured Friday making a diving catch against Arizona.</p><p>Manager Terry Francona made the announcement Monday before the opener of a three-game series at San Francisco. Team orthopedist Dr. Tim Kremchek will perform the surgery to repair a torn labrum and Toglia will do his rehabilitation in San Diego to be close to family, Francona said.</p><p>The switch-hitting Toglia suffered a dislocated shoulder on the play in the first inning of the 9-0 loss at Chase Field when, playing left field, he caught the ball by Geraldo Perdomo.</p><p>“That kid, he swore he was going to play. I saw him in the training room the next day, he was trying to do stuff,” Francona said. “That's pretty amazing to me.”</p><p>Toglia was placed on the 10-day injured list Sunday, a move retroactive to Saturday. The 28-year-old Toglia batted .115 with an RBI over 10 games with eight starts. He was a top prospect with Colorado after the Rockies selected him 23rd overall in the first round of the 2019 draft out of UCLA.</p><p>To fill the roster spot, the Reds brought up infielder/outfielder Ivan Johnson from Triple-A Louisville.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWTKFFJKG4FMFEZ472FBGXMVRM.jpg?auth=bf41750d210328a6f62bc20e7e78d9c5110f946d0c30d2d2e7faa59973ad45f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An injured Cincinnati Reds left fielder Michael Toglia (48) holds his shoulder as Reds center fielder Dane Myers (17) looks on during the first inning of a baseball game against the Arizona Diamondbacks, Friday, Aug. 21, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7VNUA75JO6YL52ICZQODVPTQXI.jpg?auth=7da76aeec09a387e3d5aabcf0ac50d9322fea3d565858705e3bb5f33755e873d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Injured Cincinnati Reds left fielder Michael Toglia, right, is helped off the field by a member of the Reds training staff during the first inning of a baseball game against the Arizona Diamondbacks, Friday, Aug. 21, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Peru court hands lengthy prison terms in killing of Indigenous Amazon defender]]></title><link>https://www.local10.com/news/world/2026/08/24/peru-court-hands-lengthy-prison-terms-in-killing-of-indigenous-amazon-defender/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/peru-court-hands-lengthy-prison-terms-in-killing-of-indigenous-amazon-defender/</guid><dc:creator><![CDATA[By STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — A Peruvian court on Monday evening convicted four men of murder-for-hire and sentenced them to between 15 and 35 years in prison for the 2023 killing of Indigenous rainforest defender Quinto Inuma Alvarado, in a closely watched case seen as a test of accountability for violence against Indigenous and environmental defenders in the Amazon.]]></description><pubDate>Tue, 25 Aug 2026 01:52:21 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — A Peruvian court on Monday evening convicted four men of murder-for-hire and sentenced them to between 15 and 35 years in prison for the 2023 killing of Indigenous rainforest defender Quinto Inuma Alvarado, in a closely watched case seen as a test of accountability for violence against Indigenous and environmental defenders in the Amazon.</p><p>Genix Saboya Saboya and Limber Ríos Ruiz were each sentenced to 35 years in prison. Segundo Juan Villalobos Guevara, a timber operator whom prosecutors accused of ordering Inuma’s killing, was sentenced to 28 years and four months. Jerly Saboya Saboya, who was convicted as an accomplice, was sentenced to 15 years.</p><p>Inuma, a 50-year-old Kichwa leader, was shot and killed on Nov. 29, 2023, as he traveled by boat back to his community, Santa Rosillo de Yanayacu, in Peru ’s northern Amazonian region of San Martin. He was returning from a national meeting of environmental and land defenders. A woman traveling with him was also shot and wounded.</p><p>The ruling came nearly 1,000 days after Inuma’s killing. Tom Younger, Peru program coordinator at the Forest Peoples Programme, called the sentences a “decisive step towards justice” and said they showed that impunity for killings of Indigenous defenders “is not inevitable.”</p><p>Prosecutors said Inuma was targeted because of his efforts to stop illegal logging on his community’s land. They accused Villalobos, whom Inuma had denounced over illegal logging, of ordering the killing and the other men of planning and carrying out the attack.</p><p>Cristina Gavancho, a lawyer with the Lima-based Legal Defense Institute who has accompanied Indigenous organizations and the victims’ families since Inuma’s killing, called the ruling an “exemplary sentence” and said the lengthy prison terms could set an important precedent for other cases involving environmental defenders in Peru.</p><p>Gavancho said it was the first case in Peru involving the killing of an Indigenous defender to result in sentences this severe.</p><p>Inuma had repeatedly warned authorities of threats</p><p>The trial began Jan. 20 and continued for nearly eight months. In March, judges traveled from Lima to the Amazonian city of Tarapoto for three days of hearings, where they heard testimony from Inuma’s relatives, other witnesses and a survivor of the attack.</p><p>Inuma had spent years denouncing illegal logging, drug trafficking and encroachment on his community’s territory. Between 2016 and 2023, members of Santa Rosillo de Yanayacu filed 13 complaints with prosecutors over environmental crimes and drug trafficking, according to the Legal Defense Institute.</p><p>Peru’s Justice Ministry classified Inuma as being at high risk in 2021 and ordered police protection for him and his brother. Local authorities also granted him protection measures against illegal logging groups. But police later acknowledged they were unable to carry out preventive patrols in the remote territory because they lacked money for boats and faced difficult geography, according to documents cited by the Legal Defense Institute.</p><p>Kevin Arnol Inuma, the murdered leader’s 30-year-old son, said his family received the verdict with a mixture of happiness and sadness after waiting nearly three years for justice.</p><p>“Before, there was no response from the state, so they were not afraid to kill,” he told The Associated Press on a phone call just after the verdict. “Now this sets a precedent for Indigenous peoples, a precedent for environmental defenders.”</p><p>Another Indigenous leader killed a day before verdict</p><p>Inuma’s death became emblematic of the dangers faced by Indigenous people protecting forests and ancestral lands in Peru’s Amazon, where illegal logging, drug trafficking, mining and land grabbing have pushed into remote territories with limited state presence.</p><p>Those dangers were underscored again just a day before Monday’s verdict. Américo Pascuala Tomisha, a 57-year-old Ashéninka Indigenous leader and former head of the Onconashari Indigenous community, was shot dead Sunday while patrolling his community’s territory in Peru’s Amazonian Ucayali region, according to the regional Indigenous organization ORAU.</p><p>ORAU said Pascuala encountered outsiders allegedly extracting oil from copaiba trees inside the community’s territory and was shot after a confrontation. The organization said he had previously reported incursions by settlers and other outsiders and called on authorities Monday to investigate his killing and strengthen protection for Indigenous leaders.</p><p>Pascuala’s killing came weeks after Asháninka communities along the Peru-Brazil border raised alarms about armed incursions into Indigenous territories. In July, Indigenous leaders in neighboring Brazil sought government protection after five men carrying machine guns entered their territory, threatened families and searched for community leaders. Brazil and Peru subsequently agreed to increase cooperation to protect Indigenous territories along their shared Amazonian border.</p><p>Family says risks remain despite convictions</p><p>The court also ordered 750,000 soles (about $223,500) in compensation for Inuma’s legal heirs and 250,000 soles (about $74,500) for Axeldina Barbarán Tapullima, who was wounded in the attack. The payments would take effect only if the ruling, which can be appealed, becomes final, Gavancho said. The defendants have five days after receiving the court’s full written judgment to file an appeal.</p><p>For Gavancho, the ruling was significant not only because of the prison terms but also because of the compensation the court recognized for Inuma’s family and the woman who survived the attack.</p><p>“I think this emblematic case can serve as a precedent for other cases involving environmental defenders in Peru,” Gavancho said.</p><p>But Inuma said his family still does not feel safe and fears what could happen if those convicted were eventually freed.</p><p>His father, he said, had spent years defending the territory that earlier generations had left to the community, and that responsibility had now passed to his family and others.</p><p>He said he hoped other families of murdered defenders would not have to wait as long for their cases to move through Peru’s justice system.</p><p>“Although they can no longer give us our family members back, we want justice for the other defenders whose cases are still going on,” he said. “Now my father can rest in peace because justice has been done.”</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HGEIF56Q6OBECEB2FRHCQRDFXA.jpg?auth=ee83a7d50ac846817e303e540debcbbcd7e2927070f16708e46e3fab69f3172a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This image provided by the Forest Peoples Programme shows Indigenous Kichwa tribal leader Quinto Inuma Alvarado in Tarapoto, Peru, Oct. 11, 2019. Alvarado was shot and killed on Nov. 29, 2023. (Vicki Brown/Forest Peoples Programme via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vicki Brown</media:credit></media:content></item><item><title><![CDATA[Florida Keys fishing captain released from hospital following lightning strike]]></title><link>https://www.local10.com/news/local/2026/08/24/florida-keys-fishing-captain-released-from-hospital-following-lightning-strike/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/florida-keys-fishing-captain-released-from-hospital-following-lightning-strike/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A Florida Keys fishing captain who was struck by lightning last week has been released from the hospital.]]></description><pubDate>Mon, 24 Aug 2026 23:35:35 +0000</pubDate><content:encoded><![CDATA[<p>A Florida Keys fishing captain <a href="https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/20/charter-captain-airlifted-after-lightning-strike-off-islamorada/">who was struck by lightning last week</a> has been released from the hospital.</p><p>Rick Stanczyk, 44, was on the water early Thursday morning when he was struck. </p><p>Members of his crew immediately jumped in to help Stanczyk, performing CPR until Islamorada paramedics arrived, officials said.</p><p>He was rushed by helicopter to HCA Florida Kendall Hospital. </p><p>Officials now say Stanczyk is expected to make a full recovery.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade deputies ID victim in e-scooter crash that escalated to fatal shooting]]></title><link>https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</guid><dc:creator><![CDATA[Chris Gothner, Jeff  Derderian ]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a deadly weekend shooting that stemmed from an e-scooter crash.]]></description><pubDate>Mon, 24 Aug 2026 14:44:49 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/">deadly weekend shooting</a> that stemmed from an e-scooter crash.</p><p><a href="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/"><b>Leer en español</b></a></p><p>According to the MDSO, Darryl Frankders Johnson Jr. was riding an e-scooter just before 5:25 p.m. Sunday near Northwest 75th Street and 22nd Court, in the county’s unincorporated Gladeview area, when he and the suspect crashed, leading to an argument.</p><p>Deputies said the suspect pulled out a gun and shot Johnson, of Liberty City, before fleeing.</p><p>Miami-Dade Fire Rescue medics pronounced Johnson dead at the scene.</p><p>Johnson’s mother, Stacy Bernard, spoke to Local 10 News.</p><p>“He’s a wonderful, awesome son,” she said. “He makes me proud every day. He wasn’t on the street selling drugs. He was on his way to work.”</p><p>Meanwhile, a nearby homeowner told Local 10 News that two of the bullets punctured her house.</p><p>An MDSO spokesperson said Monday that the suspect was with a child at the time of the shooting.</p><p>It was not immediately clear whether the two men knew each other prior to the crash and shooting.</p><p>Anyone with information on the case was asked to call investigators.</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[Aumenta a 6.509 la cifra de fallecidos por los dos terremotos del 24 de junio en Venezuela]]></title><link>https://www.local10.com/espanol/2026/08/24/aumenta-a-6509-la-cifra-de-fallecidos-por-los-dos-terremotos-del-24-de-junio-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/aumenta-a-6509-la-cifra-de-fallecidos-por-los-dos-terremotos-del-24-de-junio-en-venezuela/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La cifra de decesos por los dos poderosos terremotos que sacudieron el norte de Venezuela el 24 de junio se incrementó a 6.509 al localizarse otros 71 cuerpos recuperados entre los escombros, anunciaron las autoridades.]]></description><pubDate>Tue, 25 Aug 2026 01:24:23 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La cifra de decesos por los dos poderosos terremotos que sacudieron el norte de Venezuela el 24 de junio se incrementó a 6.509 al localizarse otros 71 cuerpos recuperados entre los escombros, anunciaron las autoridades.</p><p>El gobierno de la presidenta encargada, Delcy Rodríguez, señaló el lunes en su informe semanal que dos meses después de los terremotos de 7,2 y 7,5 de magnitud se han recogido más de 600.000 toneladas de escombros, 28,61% del total estimado en las zonas afectadas, entre los cuales continúan apareciendo personas fallecidas.</p><p>En las labores de remoción de escombros participan equipos locales, técnicos internacionales y especialistas de las Naciones Unidas, indicó la presidenta en funciones, en un breve mensaje televisado. La mandataria destacó que se está “haciendo este trabajo con respeto y dignidad".</p><p>“Esos escombros no son simplemente materiales que hay que retirar. Allí estuvieron hogares, recuerdos y en algunos casos, la historia entera de una familia”, agregó.</p><p>Las autoridades también contabilizaron que 6.462 personas fueron rescatadas tras los terremotos.</p><p>El número de heridos se mantiene en 16.740 desde el 1 de julio. Otros datos fueron omitidos por tercera semana consecutiva, entre ellos la cifra de personas sin vivienda. El 24 de julio se reportaron 17.900 ciudadanos sin viviendas por el colapso de 190 edificios.</p><p>Desde que ocurrieron los sismos, el gobierno de Rodríguez no ha publicado una cifra estimada de desaparecidos.</p><p>El gobernador del estado costanero de La Guaira, José Alejandro Terán, por su parte, ha dicho que de manera preliminar en su jurisdicción la cifra consolidada de desaparecidos por denuncias directas de familiares, asciende a 1.603 personas.</p><p>La mayoría de las muertes ocurrieron en La Guaira, la zona más afectada por los sismos, que está ubicada a unos 20 kilómetros al norte de Caracas.</p><p>Los sismos fueron los más fuertes registrados en el país sudamericano en más de un siglo y ocurrieron con 39 segundos de diferencia a lo largo de la cordillera de la costa, donde se encuentran los mayores centros poblados del país sudamericano.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LDZPLPRPLOWW6YN3HP6XTKBVBQ.jpg?auth=f1918897eff254b65730e25c005e64d324a65d45ac2d84a469a883b0c04f5724&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros de la familia Medina Álvarez portan urnas con las cenizas de sus seres queridos fallecidos en los terremotos durante un funeral en La Guaira, Venezuela, el lunes 17 de agosto de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[21-year-old charged after starting fight at Chuck E. Cheese with underage teen who fathered child with his ex]]></title><link>https://www.local10.com/news/local/2026/08/24/21-year-old-charged-with-starting-fight-at-chuck-e-cheese-with-underage-teen-who-fathered-child-with-his-ex/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/21-year-old-charged-with-starting-fight-at-chuck-e-cheese-with-underage-teen-who-fathered-child-with-his-ex/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 21-year-old Pompano Beach man is facing a child abuse charge after getting into a fight with an underage teenager. ]]></description><pubDate>Tue, 25 Aug 2026 00:07:27 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old Pompano Beach man is facing a child abuse charge after getting into a fight with an underage teenager.</p><p>The incident occurred around 6 p.m. Saturday inside the Chuck E. Cheese located at 2201 N. Federal Hwy. </p><p>According to an arrest form, the victim was working inside the establishment when the suspect, identified as Vincent Evans, came inside with another woman.</p><p>Deputies said Evans approached the victim from behind and dragged him down before the two started fighting, after which Evans and the woman he was with fled the scene. </p><p>According to officials, the entire ordeal was captured on surveillance footage. </p><p>Additionally, investigators said the victim is the boyfriend of Evans’ ex-girlfriend, who is the mother a child shared with Evans, and that she is currently pregnant with a child belonging to the victim. </p><p>Deputies said they took Evans into custody shortly after midnight, later that evening in Fort Lauderdale. </p><p>He is facing a charge of child abuse without great bodily harm and as of Monday evening was being held at the Broward Main Jail on a $1,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Rescuers pull worker from retention pond in critical condition after Davie excavator mishap]]></title><link>https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/rescuers-pull-man-from-retention-pond-in-critical-condition-after-davie-excavator-mishap/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man was pulled from a retention pond in critical condition after an excavator mishap at a construction site off Interstate 75 in Davie on Monday.]]></description><pubDate>Mon, 24 Aug 2026 20:32:55 +0000</pubDate><content:encoded><![CDATA[<p>A worker was pulled from a retention pond in critical condition after an excavator mishap at a construction site off Interstate 75 in Davie on Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/"><b>Leer en español</b></a></p><p>According to the Davie Police Department, the incident happened Monday afternoon at a site in the 2200 block of Shotgun Road, east of the I-75 interchange with Royal Palm Boulevard.</p><p>Officer Julia Ross, a DPD spokesperson, said the agency responded to reports of a “possible drowning,” saw the excavator “submerged” in the pond, and said rescuers were able to pull the man from the water.</p><p>Officials from Davie Fire Rescue told Local 10 News that the operator was in cardiac arrest when rescuers found him; he was taken to Broward Health Medical Center.</p><p>Video from Sky 10 showed first responders, including divers, at the scene.</p><p>Ross said DPD is investigating the incident.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man mourns wife, 2-year-old daughter killed by lightning strike in Margate]]></title><link>https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor, Byron Tollefson, Christina Vazquez]]></dc:creator><description><![CDATA[A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.]]></description><pubDate>Mon, 24 Aug 2026 16:22:20 +0000</pubDate><content:encoded><![CDATA[<p>A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.</p><p><a href="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/"><b>Leer en español</b></a></p><p>For Kameron Glasgow, a patch of grass outside his aunt’s home in the 7900 block of Northwest First Street will forever hold one of his final memories of his wife, Kenya Glasgow, and their daughter, Kennedi.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Words can’t describe that feeling,” Kameron Glasgow said.</p><p>Margate police said Kenya, 31, and Kennedi were struck by lightning at about 2:30 p.m. Sunday.</p><p>The family of four had just arrived at the home and were trying to get inside ahead of an approaching storm.</p><p>“We saw that the rain was picking up and we just said, ‘Hey, we got to get the girls inside,’” Glasgow recalled.</p><p>Then, lightning struck.</p><p>Glasgow said he felt the electricity shock him. </p><p>“I got the aftershock from the ground,” he said. “By the grace of God, I’m still here.”</p><p>But when he turned around, he was confronted with a devastating sight.</p><p>“To turn around and see your wife and your daughter there lifeless is even worse,” Glasgow said.</p><p>Kenya and Kennedi are survived by Glasgow and Kennedi’s twin sister, Kensli.</p><p>Glasgow said he is now grappling not only with his own grief, but with what the loss will mean for his surviving daughter.</p><p><b>6 p.m. report:</b></p><p>“For her to lose her twin sister, words can’t describe that feeling because I know she can’t even fathom it right now,” he said through tears.</p><p>Glasgow described his wife as someone who was always there for the people she loved.</p><p>“My wife -- the biggest heart in the world,” he said. “The biggest heart in the world. Puts everybody before herself.”</p><p>He called Kenya, who was his high school sweetheart who he met senior year, one of his heroes, alongside his late father.</p><p>“She helped me make me into the man that I am today,” Glasgow said.</p><p>He described Kennedi as an “Energizer Bunny” with a love of music, particularly songs by Benson Boone.</p><p>“I’ve never seen a 2-year-old sing Benson Boone on a karaoke with a mic word for word,” he said. “Two years old and as clear as day. ‘Beautiful Things’, that’s her favorite song.”</p><p>Glasgow said the loss is especially painful after he viewed the birth of his twin daughters as a blessing following the death of his father.</p><p>“I thought my biggest blessing was God sending me my two daughters once my dad passed,” he said. “Just for one of them to be gone now, it’s tough.”</p><p>He said losing the woman he had spent half his life with will also be difficult to comprehend.</p><p>Despite his grief, Glasgow said he knows he must find a way forward for Kensli.</p><p>“It’s going to be OK because I have to be, because I have another beautiful daughter that’s inside,” he said.</p><p>For now, he is leaning on his faith.</p><p>“God gives no challenges to people that can’t handle it,” Glasgow said.</p><p>Family members have set up a <a href="https://www.gofundme.com/f/love-support-for-kensli-jade?attribution_id=sl:c3232b84-ea14-417a-bb3b-3a6654011f24&amp;lang=en_US&amp;ts=1787605558&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-control&amp;utm_medium=customer&amp;utm_source=copy_link" target="_self" rel="" title="https://www.gofundme.com/f/love-support-for-kensli-jade?attribution_id=sl:c3232b84-ea14-417a-bb3b-3a6654011f24&amp;lang=en_US&amp;ts=1787605558&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp30-control&amp;utm_medium=customer&amp;utm_source=copy_link">GoFundMe page</a> to help with expenses.</p><p>Meanwhile, doctors are warning the public to be mindful of lightning.</p><p>Dr. Adam Rubin, the medical director of Memorial Regional Hospital’s emergency department, said if you are stuck outside, seek any kind of shelter.</p><p>“Ideally you want to get down on the ground as low as possible,” Rubin said. “Lightning tends to hit the highest points first, so if there’s a ditch or something like that that’s something you could ideally be into.”</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[Wife of active-duty Army sergeant is deported to Honduras under Trump's immigration crackdown]]></title><link>https://www.local10.com/news/national/2026/08/24/wife-of-active-duty-army-sergeant-is-deported-to-honduras-under-trumps-immigration-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/24/wife-of-active-duty-army-sergeant-is-deported-to-honduras-under-trumps-immigration-crackdown/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[The wife of an active-duty U.S. soldier was deported Monday to her native Honduras, according to her family and the U.S. Department of Homeland Security.]]></description><pubDate>Tue, 25 Aug 2026 00:55:24 +0000</pubDate><content:encoded><![CDATA[<p>The wife of an active-duty U.S. soldier was deported Monday to her native Honduras, according to her family and the U.S. Department of Homeland Security.</p><p>Cristy Maryori Villafranca-Trejo is at least the seventh spouse or parent of an active-duty U.S. military service member to be deported under President Donald Trump's immigration crackdown.</p><p>The Associated Press has found more than 50 cases in which immediate family members of U.S. troops were placed in federal immigration detention after the Trump administration rolled back protections for military families. In some instances, DHS has released military spouses following media attention and advocacy by congressional leaders.</p><p>Villafranca-Trejo's husband, Army Sgt. Hedar Leonel Turcios Juarez, said he has been struggling to manage his military duties since she was detained July 11 outside a Walmart near Fort Bliss, Texas, where he is stationed. Since then, he's had to care for their 6-year-old daughter without his wife's help. Instead of training in the mornings, he takes his daughter to first grade, and he said he has already had to postpone a planned assignment at another base.</p><p>“I don’t know if I will be able to continue with this,” Turcios Juarez told AP of his Army career. “I have to make a plan to make sure I can still fulfill my military responsibilities — but also take care of my family.”</p><p>DHS confirmed Villafranca-Trejo's deportation, saying she had “received due process.”</p><p>Villafranca-Trejo, who has no known criminal record and entered the U.S. in 2016 at age 18, was issued a final order of removal by an immigration judge in 2017 after failing to appear at a hearing, according to DHS. Villafranca-Trejo's husband said she had not received a notice for the hearing she missed and did not realize she had been ordered deported until they went to apply for her green card after marrying in 2022.</p><p>Originally from Honduras, Turcios Juarez became a U.S. citizen in 2024 after enlisting two years earlier.</p><p>Villafranca-Trejo's motion to reopen her case was denied last May and an appeal before the Board of Immigration Appeals remained pending, according to her attorney. She had also been waiting for about a year for a decision on her application for military parole-in-place, a program that allows the immediate family of U.S. troops to remain in the country to apply for a green card.</p><p>“We were following the rules -- we did everything we could on our side to fix this problem,” Turcios Juarez told the AP.</p><p>Prior to Trump's second administration, U.S Immigration and Customs Enforcement would typically allow immediate family members of U.S. troops to adjust their legal status even if they had been issued a final order of removal, according to Dan Gividen, who served as ICE deputy chief counsel from 2016 to 2019 under Trump.</p><p>“If you've got an active-duty military member that's married to someone now, and that's going to give her the opportunity to get a green card, you wouldn't detain them, much less execute the removal order,” Gividen said.</p><p>JP Caballero, a spokesperson for U.S. Rep. Veronica Escobar, a Democrat representing El Paso, said Escobar had opened a congressional inquiry into Villafranca-Trejo's case and visited her at the Camp East Montana detention facility in Texas earlier this month.</p><p>“My heart breaks for her, her children and the soldier who must feel so betrayed by the country he is sacrificing for,” Escobar told AP in a statement. “There are far too many families like theirs who are being targeted instead of supported.”</p><p>Turcios Juarez said he is unsure how he will care for his daughter without his wife. He still hasn’t figured out how to tell his daughter what has happened. But he says he still wants to keep serving his country.</p><p>“I love what I do, I want to keep doing this," he said of the Army. “I just don’t know how I am going to keep doing this.”</p><p>___</p><p>Brook is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HK5TARRMGMETLYUPMHCQEPBR64.jpg?auth=39c1d848c8f6720b96eaf3e5b433d389c92e727ebf6dd829350629d9f7f76b0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Army Sgt. Hedar Leonel Turcios Juarez holds a picture of himself with with his wife Cristy at home in El Paso, Texas, July 21, 2026. (AP Photo/Ryan Romero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Romero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6KTAWEUUJWZJCG6DYHRURAYCJU.jpg?auth=5edfebf44b60afd0619af3d71cfd97ef7e5547dac466a96496d46118e075f91a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Army Sgt. Hedar Leonel Turcios Juarez holds a picture of himself with with his wife Cristy at home in El Paso, Texas, July 21, 2026. (AP Photo/Ryan Romero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Romero</media:credit></media:content></item><item><title><![CDATA[Ketel Marte could return to Diamondbacks roughly 2 weeks after strange disappearance]]></title><link>https://www.local10.com/sports/2026/08/24/ketel-marte-could-return-to-diamondbacks-roughly-2-weeks-after-strange-disappearance/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/ketel-marte-could-return-to-diamondbacks-roughly-2-weeks-after-strange-disappearance/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The Arizona Diamondbacks hope three-time All-Star Ketel Marte will return to their lineup next week, roughly two weeks after his unexpected disappearance from the team before a game in Boston.]]></description><pubDate>Tue, 25 Aug 2026 00:03:52 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The Arizona Diamondbacks hope three-time All-Star Ketel Marte will return to their lineup next week, roughly two weeks after his unexpected disappearance from the team before a game in Boston.</p><p>Diamondbacks manager Torey Lovullo said Monday the team's plan is for the second baseman to return for a home series against the Philadelphia Phillies, which starts on Aug. 31. Marte was initially put on the restricted list after his disappearance, but then moved to the 10-day injured list with mild inflammation in his left knee.</p><p>“That's what we're thinking about,” Lovullo said. “I think that will be the 10th day or the 11th day, so there is definitely a strategy to get him back on the field, get him healthy.”</p><p>Lovullo said Marte started taking batting practice Monday at the team's facility in Scottsdale and hitting coach Joe Mather was encouraged by the veteran's progress.</p><p>The 32-year-old Marte still hasn't addressed his teammates about why he left them in the middle of a playoff race. The D-backs came into Monday's game against the Chicago Cubs with a 69-62 record, two games behind the San Diego Padres for the final National League wild-card spot.</p><p>It's the second straight year Marte has gone AWOL from the team. Last season, he went on the restricted list when his home in Arizona was broken into during the All-Star break. He missed three games after flying back to his home in the Dominican Republic and later apologized for his absence.</p><p>Lovullo said Marte is very private and the team would figure out the right time for him to address his teammates.</p><p>“We're trying to create the softest space for him to re-emerge back in this environment,” Lovullo said. "That's up to him however he wants to do it. I cannot force a human being to do something that I want to do, or anybody in this room wants to do, or a fan wants to do.</p><p>“One of the things that makes Ketel such an extraordinary player is he goes to the beat of his own drum. I respect that.”</p><p>Lovullo also addressed the concern that Marte might receive a less-than-warm reception from D-backs fans when he returns.</p><p>“Ketel is a very loving young man,” Lovullo said. “I don't want (booing) to happen. I understand it's a possibility it could happen, but we'll all rally around him.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCOGN4YRA2CTMRSEYA4PAWB2GM.jpg?auth=a9fac164dd2db37a6728ffe15875370f05680cb7b593012a1ec7368f5669b406&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte watches his double off Cleveland Guardians starting pitcher Parker Messick during the fourth inning of a baseball game, Saturday, Aug. 1, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YHGJ46A5KHD43WJPR4TSBOTE54.jpg?auth=4b4d5d02c0199d707983a283fc0a5e24f29feede72bbe935ae3b40ce8273fe6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks second baseman Ketel Marte (4) against the Los Angeles Dodgers in the first inning of a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZOZRTWF4M7PPFORS2Q7QMKAQ4.jpg?auth=3efd45aa7be5e85b1c154404df39d9cbfd5fd75f16e5def58a39653163094067&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte reacts after hitting a two-run home run against the Los Angeles Dodgers in the first inning of a baseball game, Sunday, Aug 9, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VTQ5BUIV6UL42OPBDPFCPUPR6U.jpg?auth=35e47278ee96ae8f54454c79bf642ca855dd5ed8607c1ab14d579ff0b7bc9673&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte throws out Cleveland Guardians' Travis Bazzana during the sixth inning of a baseball game, Saturday, Aug. 1, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content></item><item><title><![CDATA[Texas police reveal no criminal findings and close case into death of Bills' DT Ed Oliver's son]]></title><link>https://www.local10.com/sports/2026/08/24/texas-police-reveal-no-criminal-findings-and-close-case-into-death-of-bills-dt-ed-olivers-son/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/texas-police-reveal-no-criminal-findings-and-close-case-into-death-of-bills-dt-ed-olivers-son/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — A police investigation into the death of Buffalo Bills defensive tackle Ed Oliver’s 1-year-old son has resulted in no criminal findings and the case is now considered closed, the Harris County Sheriff’s Office in Texas announced on Monday.]]></description><pubDate>Mon, 24 Aug 2026 23:28:00 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — A police investigation into the death of Buffalo Bills defensive tackle Ed Oliver’s 1-year-old son has resulted in no criminal findings and the case is now considered closed, the Harris County Sheriff’s Office in Texas announced on Monday.</p><p>The closing of the case comes after the child's death on June 28 was first confirmed on Saturday in a statement from Bills GM Brandon Beane expressing condolences to Oliver.</p><p>Police say the toddler, who was a few days shy of his second birthday, was found unresponsive in the swimming pool of a home in a neighborhood community just north of Houston. The boy was transported to the hospital where he was pronounced dead.</p><p>“The incident was thoroughly investigated by detectives, and their finding were no criminal findings. The case is now closed,” the police statement said.</p><p>Oliver has asked for privacy and prayers while still mourning his son, who was also named Ed.</p><p>“Obviously, very unfortunate what happened and as a teammate of him, as someone in this locker room, all we can do is love on him,” quarterback Josh Allen said following Buffalo’s 31-7 preseason win at Cleveland on Saturday.</p><p>“There’s nothing that you can say to make the situation any better except being there in whatever ways he needs,” Allen added. “I can’t imagine what he’s going through. But the way that he’s dealt with it has been unbelievable.”</p><p>The 28-year-old Oliver is entering his eighth NFL season since being selected by Buffalo in the first round of the 2019 draft out of Houston. He has been with the team since reporting for the start of training camp.</p><p>Oliver appeared with the starters in the Bills’ preseason-opening 29-14 win over Carolina, but has missed the past week of practice due to an undisclosed injury.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F2N3ZYIVML4WPP6AU447ALSLOM.jpg?auth=514060e1bfe4a254f4afa8f9816acbb49a0b26616b7b9712d58c4cbd57603247&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Buffalo Bills defensive tackle Ed Oliver arrives for an NFL football game against the Houston Texans, Nov. 20, 2025, in Houston. (AP Photo/Maria Lysaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maria Lysaker</media:credit></media:content></item><item><title><![CDATA[Minnesota's kicking competition muddied by NCAA eligibility court ruling]]></title><link>https://www.local10.com/sports/2026/08/24/minnesotas-kicking-competition-muddied-by-ncaa-eligibility-court-ruling/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/minnesotas-kicking-competition-muddied-by-ncaa-eligibility-court-ruling/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — The eligibility chaos across college football has seeped into depth charts for several programs with the regular season fast approaching.]]></description><pubDate>Mon, 24 Aug 2026 23:11:52 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — The eligibility chaos across college football has seeped into depth charts for several programs with the regular season fast approaching.</p><p>The competition at Minnesota for the place kicking job has sure become complicated.</p><p>Brady Denaburg handled that job last year for the Gophers after spending his first three college seasons at Syracuse, and he was out of the picture until a federal judge in Denver ruled on July 31 that athletes from the 2022 high school class were eligible for a fifth year.</p><p>The NCAA had previously excluded that class from the new “five-for-five” rule that was designed to add clarity and fairness to college sports in the wild era of the transfer portal, revenue sharing and name, image and likeness earnings.</p><p>The Denver ruling was then temporarily halted on Friday by an appeals court injunction, putting thousands of athletes nationwide, like Denaburg, back in the lurch.</p><p>“Playing’s in limbo,” Gophers coach P.J. Fleck said after practice on Monday, just 10 days before his team's opener against Eastern Illinois. “I do hope that we come to some resolution at some point about what we’re going to do with all these players, because at the end of the day, if all we say is it’s about the student-athlete, then we have to make the decisions for them. Right, wrong or indifferent, legal cases, all those things, let’s get some direction of exactly what they’re going to be able to do. Because it’s lawsuit after lawsuit, just a ping-pong match that goes back and forth.”</p><p>The confusion also has spilled into Indiana's national championship title defense.</p><p>Following the initial ruling, sixth-ranked Indiana welcomed back two starting defensive linemen — Stephen Daley, who was the Big Ten's co-leader in tackles for loss (19) last season despite getting injured during the conference championship game celebration, and Kellan Wyatt, who missed the final nine games last season with a knee injury in mid-October.</p><p>Daley and Wyatt were practicing, for now, and Indiana coach Curt Cignetti threw his full support behind them on Monday.</p><p>“I think in their case, you’re creating opportunities,” Cignetti said. "You look at Wyatt, he started less than half the games last year and got hurt. Then, Daley started six out of 16 games, got hurt. Both had pro potential, but because of injury didn’t end up in NFL camp. We’d have to make no roster cuts if they’re eligible to play. We’re going to support them in their quest to be eligible to play.”</p><p>For the Gophers, it's even more nuanced than that.</p><p>The federal ruling from Denver was clarified three days later to exclude athletes who'd already signed professional contracts, which prompted a countersuit filed in Louisiana state court that gained a temporary restraining order on Wednesday. Former New Mexico kicker Luke Drzewiecki, who was in rookie minicamp with the Baltimore Ravens this spring, was in that group.</p><p>Drzewiecki entered the transfer portal and picked Minnesota, following special teams coordinator Daniel Da Prato, who'd jumped from the Lobos to Gophers this offseason.</p><p>With sophomore Daniel Jackson and Michigan transfer Beckham Sunderland, who has begun his third college season, the Gophers now have four kickers in the mix in practice. Anywhere between two and four of them will be eligible to play in the opener, which has obviously complicated the decision for Fleck and Da Prato.</p><p>“It kind of reminds you of the 2020 season with COVID. You didn’t know who was going to play. You didn’t know who passed the test right before the game or who wouldn’t pass the test,” Fleck said. “You’d have no idea, so you had to prepare for all of it. In that small scale, it’s kind of a little bit what we’re preparing for.”</p><p>With four kickers rotating, the Gophers have spent more time on field goal drills in fall camp than they have in the past. Sunderland also had Da Prato as a special teams coordinator at Texas State in 2024. He has never attempted a kick in a college game, only kickoffs. Jackson took two extra points and three kickoffs last season.</p><p>Denaburg was 33 for 33 on extra points last year and 14 for 21 on field goals, missing three of five attempts from 40-plus yards. Drzewiecki sparkled for New Mexico during his senior season, making 36 of 36 extra points and 18 of 19 field goals.</p><p>“We don’t know what will happen and who will be eligible and who won’t be eligible. You’d love some answers as soon as possible,” Fleck said. “We’re preparing for some of those guys to be eligible and we’re also preparing for everybody to be eligible, and that’s why this kicking competition continues to go through all the way."</p><p>___</p><p>AP Sports Writer Mike Marot in Indianapolis contributed to this report.</p><p>___</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/2VZ5CT4QM32CISS2NDX57YDOQ4.jpg?auth=06ad8e083e9b32a4752dd197214e4ed61611edc9794f8d483300be01361a4770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota kicker Brady Denaburg attempts a field goal during the first half of an NCAA college football game against Wisconsin Nov. 29, 2025, in Minneapolis. (AP Photo/Tom Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Baker</media:credit></media:content></item><item><title><![CDATA[Cubans turn to solar to keep lights on during fuel blockade — if they can afford it]]></title><link>https://www.local10.com/news/world/2026/08/24/cubans-turn-to-solar-to-keep-lights-on-during-fuel-blockade-if-they-can-afford-it/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/cubans-turn-to-solar-to-keep-lights-on-during-fuel-blockade-if-they-can-afford-it/</guid><dc:creator><![CDATA[Ed Augustin]]></dc:creator><description><![CDATA[In Cuba, the U.S. fuel blockade and the country’s aging power grids barely provide more than two hours of electricity a day. Solar panels have become the popular alternative, but at a very big price.]]></description><pubDate>Mon, 24 Aug 2026 21:17:21 +0000</pubDate><content:encoded><![CDATA[<p>In Cuba, the U.S. fuel blockade and the country’s aging power grids barely provide more than two hours of electricity a day. Solar panels have become the popular alternative, but at a very big price. </p><p>Seven months into the effective blockade, long power outages were widespread before — now many people get just one hour a day. But in Havana’s wealthier Playa municipality, people are installing their own electricity systems.</p><p>Resident Esther Torres had solar panels installed in the spring.</p><p>“It’s gone well with the panels because we spend too many hours without electricity and it’s an alternative you have to pay for to have power, to conserve food, and to be able to sleep better,” Torres said.</p><p>Her daughter, who lives in Chile, paid around $4,000 for the panels, the battery and everything needed to connect them.</p><p>“My mom is 80 years old and it was necessary for her quality of life,” Torres said. “It’s not a luxury, it’s a necessity.”</p><p>The Cuban government is pursuing the same strategy on a much bigger scale: expanding solar power — not so much to save the environment, as to keep the lights on.</p><p>In just one year, Cuban imports of Chinese solar panels increased 34-fold — the fastest growth anywhere in the world.</p><p>More than 50 solar parks have already been built. With China’s help, more are under construction.</p><p>Panels have also been installed on hospitals.</p><p>But on an island where the average state salary is just $11 a month, solar power remains out of reach for the vast majority.</p><p>“I have a neighbor who has it, but he has people outside the country who help financially,” one resident said. “I make the basic salary, so how could I afford it?”</p><p>Looking around a working-class neighborhood in Centro Habana, there are very few solar panels on the roofs of residential buildings. </p><p>The Cuban Revolution of 1959 promised people equality — but these days, one of the fault lines between rich and poor is who has electricity. The Trump administration is making a bad situation worse: sanctions this May hit shipping companies, leaving thousands of containers destined for Cuba stranded in Caribbean ports. </p><p>Fewer solar panels are getting into the country, and the price of solar has doubled. And that affects regular people desperate to get a little bit more electricity.</p>]]></content:encoded></item><item><title><![CDATA[US urges new UN sanctions to spur rivals in Sudan to negotiate an end to war]]></title><link>https://www.local10.com/news/world/2026/08/24/us-urges-new-un-sanctions-to-spur-rivals-in-sudan-to-negotiate-an-end-to-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/us-urges-new-un-sanctions-to-spur-rivals-in-sudan-to-negotiate-an-end-to-war/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — The United States is urging beefed-up U.N. sanctions against the warring parties in Sudan to build pressure on them to negotiate an end to the fighting that has killed at least 59,000 people, displaced some 13 million and pushed many parts of the African nation into famine.]]></description><pubDate>Mon, 24 Aug 2026 22:44:06 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — The United States is urging beefed-up U.N. sanctions against the warring parties in Sudan to build pressure on them to negotiate an end to the fighting that has killed at least 59,000 people, displaced some 13 million and pushed many parts of the African nation into famine.</p><p>President Donald Trump’s senior adviser for Arab and African affairs, Massad Boulos, told the U.N. Security Council on Monday that financial, military and political support given to either the government forces or the rival paramilitary group, Rapid Support Forces, remains a driver of the conflict, now in its fourth year.</p><p>Boulos did not name any countries providing that support. Egypt has been a vocal supporter of Sudan’s military, while the United Arab Emirates is accused by U.N. experts and human rights groups of providing arms to the RSF, which it has repeatedly denied.</p><p>He said the Security Council has the tools to curtail the provision of “a tremendous and increasing amount of military support to both warring parties” from “numerous external actors.”</p><p>U.N.-backed human rights investigators two years ago called for the expansion of an arms embargo on Sudan’s long-restive western Darfur region — scene of mass atrocities between 2003 and 2005 — to cover the entire country.</p><p>Boulos said a proposed U.S. resolution before the U.N. Security Council would expand the arms embargo throughout Sudan. It also would apply “to all parties operating in the territory” and reaffirm that drones and related technologies are part of the arms embargo.</p><p>Experts say Sudan's army and the RSF are competing to obtain new drone models. Rights groups have said the use of unmanned aircraft has become increasingly common in the northeast African nation’s war.</p><p>The U.S. draft resolution, obtained by The Associated Press, deplores “the continuous influx of external military assistance, weapons, and ammunition to the warring parties, which is prolonging the conflict and undermining mediation efforts,” including launching drones and unmanned aerial systems from third countries.</p><p>The proposed resolution demands that all countries “cease any direct or indirect support to the warring parties, be it logistical, financial or military, which enables conflict to continue.”</p><p>The conflict exploded from a power struggle that emerged following Sudan’s transition to democracy after an uprising forced the military ouster of longtime autocratic President Omar al-Bashir in April 2019.</p><p>Tensions boiled over three years later between Sudan’s military chief Gen. Abdel-Fattah Burhan, who chairs the ruling sovereign council, and RSF commander Gen. Mohamed Hamdan Dagalo, who was Burhan’s deputy.</p><p>Burhan said Monday that new sanctions would not deter his troops from carrying on with their war until all RSF-controlled areas are captured, according to the army-controlled SUNA news agency.</p><p>“Our souls and destiny are in God’s hands,” he said while attending the graduation ceremony of new police officers in the capital, Khartoum. “Our message to those staying in hotels abroad and cheering at sanctions that are meant to subjugate the Sudanese people is the following: The people will not be broken, but we will break and defeat you.”</p><p>U.N. political chief Rosemary DiCarlo told the Security Council that despite numerous diplomatic efforts to get government and paramilitary leaders to start negotiations and end hostilities, “the parties remain locked in a zero-sum military logic.”</p><p>"Greater international attention and action are urgently needed for them to change that calculus,” she said.</p><p>___</p><p>Associated Press writer Noha Elhennawy in Cairo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SXXXQN3MPIAFUCPZNLQFTH6LI.jpg?auth=ed22aaad2ee80c8099a1e9b30c822910a5c745483096cf59f187567c63939510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fighters of armed defectors from the paramilitary Rapid Support Forces (RSF) celebrate, as they are believed to be surrendering to the Sudanese army, in the west of Omdurman, just outside Khartoum, Sudan, Wednesday, Aug. 19, 2026. (AP Photo/Mohnd Blal)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohnd Blal</media:credit></media:content></item><item><title><![CDATA[Trump's 'economic D-Day' threats become warnings for countries to sever financial ties with Iran]]></title><link>https://www.local10.com/news/world/2026/08/24/trumps-economic-d-day-threats-become-warnings-for-countries-to-sever-financial-ties-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/trumps-economic-d-day-threats-become-warnings-for-countries-to-sever-financial-ties-with-iran/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, CHRISTOPHER RUGABER, AAMER MADHANI and DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.]]></description><pubDate>Mon, 24 Aug 2026 21:41:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.</p><p>President Donald Trump’s pledge last week to unleash an “economic D-Day” against Tehran turned out to be new warnings to cut off Iran from the rest of the global economy. Asked why the U.S. was not imposing secondary sanctions on Iran’s trading partners, Bessent told reporters he wanted countries to have an opportunity to shift away from Iran before it was too late.</p><p>“Why would I want to blow up the global financial system?” Bessent said.</p><p>The Trump administration is struggling to find an off-ramp nearly six months into an unpopular war with an increasingly obstinate Iran. Diminishing stockpiles of key weapons appear to have forced U.S. officials to pivot to economic warfare, though Defense Secretary Pete Hegseth said later Monday that he was not ruling out resuming strikes to hit Iran during a lull in hostilities.</p><p>Washington had promised new sanctions would put even more pressure on an Iranian economy already battered by previous penalties and a U.S. naval blockade.</p><p>But the announcement Monday provided little detail and did not name which countries could face secondary sanctions. China, Turkey and the United Arab Emirates are Iran’s largest trade partners.</p><p>“We are level-setting with every country to tell them our expectations. We know who they are. They know who they are,” Bessent said. “So when the hammer of U.S. Treasury actions falls upon them, they will have no one to blame but themselves.”</p><p>Dubbing the campaign “Operation Economic Outcast,” Bessent said Trump has been “making phone calls to world leaders with specific requests to cease their interactions” with Iran and has already seen results.</p><p>The UAE announced last week that it was suspending all trade, commercial exchanges and financial transactions with Iran until further notice after a reported missile attack on the Gulf country. Bessent said the UAE decision was “not a coincidence.”</p><p>Shortly before the announcement, Iranian parliamentary Speaker Mohammad Bagher Qalibaf said the U.S. is not in an economic position to further restrict Tehran’s relations with other countries.</p><p>“Iran’s trading partners, both in the media and through messages sent to us, have made it clear that they don’t take these statements into account anywhere,” Qalibaf, who has been Iran’s lead negotiator over the past six months, posted on X.</p><p>Bessent is pressed on what the new campaign means for China</p><p>Asked whether the U.S. would target China, Bessent said that “no one is above the reach of U.S. sanctions,” despite the fragile trade truce in place between the world’s two largest economies.</p><p>“If they facilitate transactions and are part of the ecosystem that turns Iranian oil into money, into repression, they will be targeted,” he added.</p><p>Experts say the U.S. is likely to carefully calibrate its actions on China, just a month before Chinese leader Xi Jinping is expected to visit the U.S.</p><p>How much the announcement matters “depends on the aggressiveness with which President Trump is willing to enforce it,” said Ali Wyne, senior research and advocacy adviser for U.S.-China relations at the International Crisis Group. “Thus far, despite threatening severe economic consequences for countries that do business with Iran, he has largely given China a pass.”</p><p>The Treasury Department said Monday that it was imposing sanctions on nearly 60 Iran-linked entities, accusing them of roles in Iran’s nuclear and missile programs, cyber activities and oil shipments.</p><p>That includes Hong Kong-based Sweet Ocean Industrial Limited and associated people and businesses, which were accused of helping Iran acquire sensitive goods such as laser optics equipment. Also penalized was China-based Shenzhen Huamei, which is a service provider for the Iran-based logistics company BRE Line, as well as BRE Line’s branch in Hong Kong, for allegedly supporting the missile and nuclear programs.</p><p>Iranian currency falls to a record low</p><p>Hours before Bessent’s announcement, Iran’s currency hit a record low.</p><p>The rial dropped to 2.02 million to the U.S. dollar as trading opened on currency markets. Iran’s official Central Bank rate stood at around 1.5 million rials to the dollar, but the market rate is what most Iranians pay.</p><p>The currency had already been under pressure before the U.S. and Israel attacked Iran on Feb. 28, as Iran faced double-digit inflation and negative growth. The rial has repeatedly hit new lows as nearly six months of war have taken an even greater toll.</p><p>Iranians find daily staples increasingly unaffordable. Since the war began, rice is up some 60% and beef prices are more than 150% higher. The International Monetary Fund forecasts that gross domestic product will contract more than 5%.</p><p>Still, economic pressure has not yet translated into political pressure. Iran retains a key strategic advantage: Its attacks and threats on ships in the Strait of Hormuz have brought traffic in the vital waterway to a near halt, damaging the world economy and heaping pressure on U.S. President Donald Trump ahead of congressional elections.</p><p>The war, as a result, has devolved into a fight over who controls the strait, through which a fifth of the world’s traded oil transited before the conflict. Iran is now refusing to fully reopen it unless it can charge ships.</p><p>Iran and Oman, which is on the opposite side of the strait, are reportedly in the final stages of agreeing on a plan for joint management of the waterway. Oman’s foreign minister is set to visit Iran on Tuesday.</p><p>Pakistani delegation visits Iran</p><p>Pakistan, which played a key role in brokering a 60-day ceasefire in June, sent a high-level delegation to Iran on Monday to encourage the U.S. and Iran to return to negotiations, two senior officials said. The officials spoke on condition of anonymity because they were not authorized to speak to the media.</p><p>The military confirmed only Field Marshal Asim Munir’s visit, saying it was aimed at de-escalating tensions in the region.</p><p>Trump spoke with Munir ahead of the army chief’s visit to Iran, according to a person familiar with the discussion who spoke on condition of anonymity to confirm a private conversation. Reuters, citing Pakistani sources, first reported the call.</p><p>Munir met Iranian Interior Minister Eskandar Momeni in Tehran, according to the two senior officials. Munir was accompanied by Pakistani Interior Minister Mohsin Naqvi and other officials. Munir was expected to remain in Iran overnight and meet the Iranian president and other senior officials before returning to Pakistan.</p><p>His previous visit to Tehran in May helped pave the way for a memorandum of understanding signed by the U.S. and Iran in June.</p><p>In downtown Tehran, 73-year-old Sadegh Mahmoudi did not hold out hope for a resolution. He joined a line of about a dozen people to purchase U.S. dollars with his remaining savings to hedge against further declines.</p><p>“There is no hope for a deal and peace,” he said.</p><p>___</p><p>Amiri reported from New York. Associated Press writers Nasser Karimi in Tehran, Iran; David Rising in Dubai, United Arab Emirates; Seung Min Kim and Konstantin Toropin in Washington; and Munir Ahmed in Islamabad contributed.</p>]]></content:encoded></item><item><title><![CDATA[Texans acquire WR Kayshon Boutte from Patriots to fill void after Jayden Higgins' injury]]></title><link>https://www.local10.com/sports/2026/08/24/texans-acquire-wr-kayshon-boutte-from-patriots-to-fill-void-after-jayden-higgins-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/texans-acquire-wr-kayshon-boutte-from-patriots-to-fill-void-after-jayden-higgins-injury/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — The Houston Texans acquired wide receiver Kayshon Boutte from the New England Patriots on Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:40:43 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — The Houston Texans acquired wide receiver Kayshon Boutte from the New England Patriots on Monday.</p><p>Boutte confirmed the deal on social media before either team announced it. According to multiple reports, Houston sent safety Jaylen Reed and a 2028 seventh-round draft pick to the Patriots.</p><p>The move comes after No. 2 receiver Jayden Higgins tore an ACL in a joint practice with the Las Vegas Raiders Tuesday.</p><p>Boutte, a sixth-round pick in the 2023 NFL draft, had 33 receptions for 551 yards and six touchdowns last season.</p><p>The Patriots had a logjam at the position after trading for receiver A.J. Brown in June and signing Romeo Doubs to a four-year, $68 million contract in March.</p><p>The Texans also signed veteran receivers Zay Jones and Sterling Shepard this weekend as they look to fill the void left by Higgins' injury.</p><p>Higgins, who was expected to start alongside star Nico Collins, had 41 receptions for 525 yards and six touchdowns as a rookie last year.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R4KHIEW6O6LQCPO6G3QYNQBN3U.jpg?auth=700a38a0ad8658a4dbd6176daf255e6c38e1d0a8516a6263b730f9be957a7b89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots wide receivers A.J. Brown (1) and Kayshon Boutte (9) wait their turn on a drill during the team's NFL football training camp, Monday, Aug. 10, 2026, in Foxborough, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XMLIHUTJQAB2IX3SQ6OKGDIY5I.jpg?auth=a4433e1e902c035c1bfb656b75c84a8ddd48025697cb52aafbf46d488a02a655&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, left, talks with wide receiver Kayshon Boutte (9) during a NFL football training camp, Tuesday, Aug. 11, 2026, in Foxborough, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Active wildfires lower air quality to ‘moderate’ in western Miami-Dade   ]]></title><link>https://www.local10.com/news/local/2026/08/24/active-wildfires-lower-air-quality-to-moderate-in-western-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/active-wildfires-lower-air-quality-to-moderate-in-western-miami-dade/</guid><dc:creator><![CDATA[Brett Knese, Hannah Yechivi, Jennifer Collins, Andrea Torres]]></dc:creator><description><![CDATA[As of Monday morning, five wildfires remained active in Miami-Dade County.]]></description><pubDate>Mon, 24 Aug 2026 16:35:13 +0000</pubDate><content:encoded><![CDATA[<p>Five <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" target="_self" rel="" title="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation">wildfires remained active</a> on Monday in Miami-Dade County, according to state and federal authorities. </p><p><a href="https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/"><b>Leer en español</b></a></p><p>Shark Valley reopened on Monday afternoon, according to <a href="https://www.linkedin.com/in/elizabeth-strom-441993282" target="_self" rel="" title="https://www.linkedin.com/in/elizabeth-strom-441993282">Elizabeth Strom</a>, a park ranger and spokesperson for the National Park Service.</p><p>“The fires are still going, and so you may see some smoke still,” Strom said. </p><p><a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" target="_self" rel="" title="https://floridadep.gov/air/air-monitoring/content/air-quality-today">The air quality</a> was moderate in western areas near Kendall and Homestead, <a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" target="_self" rel="" title="https://floridadep.gov/air/air-monitoring/content/air-quality-today">according</a> to the Florida Department of Environmental Protection.</p><p><a href="https://www.airnow.gov/?city=Miami&amp;state=FL&amp;country=USA" target="_self" rel="" title="https://www.airnow.gov/?city=Miami&amp;state=FL&amp;country=USA">Moderate air quality</a> may pose a slight risk to those who are sensitive to air pollution, <a href="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index" target="_self" rel="" title="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index">according</a> to the U.S. Environmental Protection Agency. </p><p>The “Chipmunk” wildfire was the largest. It had burned more than 15,505 acres in Miami-Dade County, and it was 50% contained, <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" target="_self" rel="" title="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation">according</a> to the National Interagency Wildfire Enterprise’s geospatial portal. </p><p>The “Movie Dome” wildfire had burned more than 6,200 acres, and it was 60% contained. </p><p>The “22 (13)″ wildfire, which had burned 880 acres and was 40% contained, according to The Florida Forest Service’s <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">wildfires response map</a>. The FFS Everglades field unit was working the fire. </p><figure><img src="https://www.local10.com/resizer/v2/Z5BUFET4EFCKJFMRXKMZMROGVA.jpg?auth=af8e9bba1879827b5ccf9d652f38d274c436d5ace37beec71d86f628821be81a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The “Vulture” wildfire had burned over 345 acres and was 80% contained. </p><p>The “Tower Point” fire burned three acres. </p><p>The “Radio Tower” wildfire burned 700 acres and was contained. </p><p><a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">FFS crews</a> contained a wildfire that had been burning on Sunday in Collier County and were still fighting the “H2 (50)” fire on Monday in southwestern Palm Beach County, which was 85% contained. </p><p>For more information about the wildfires in Florida, <a href="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information" target="_self" rel="" title="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information">visit this page</a>. </p><p><b>Related reports</b></p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid0GXVqjPMyNSkqnpUyEjLsRRgeUunjTSrxqmUbPSqDUXgx2cxqBDo9Nh3irzQcDzACl%26id%3D100057634173476&show_text=true&width=100%" width="500" height="168" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Due to active wildfires, Shark Valley is closed, including visitor center, trails, parking, and tram road. Smoke visible; US Highway 41 open. Airboat concessions operational. Alert &amp; Conditions: <a href="https://t.co/MSupo3LDSV">https://t.co/MSupo3LDSV</a>. <a href="https://t.co/QTRvCduq0t">pic.twitter.com/QTRvCduq0t</a></p>&mdash; Everglades National Park (@EvergladesNPS) <a href="https://x.com/EvergladesNPS/status/2091328386350055636?ref_src=twsrc%5Etfw">August 23, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Montreal Victoire's missing PWHL championship Walter Cup trophy found and reunited with team]]></title><link>https://www.local10.com/sports/2026/08/24/montreal-victoires-missing-pwhl-championship-walter-cup-trophy-found-and-reunited-with-team/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/montreal-victoires-missing-pwhl-championship-walter-cup-trophy-found-and-reunited-with-team/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[The Montreal Victoire's missing Walter Cup championship trophy has been found after being lost during shipment and reunited with the team, the Professional Women's Hockey League announced Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:22:09 +0000</pubDate><content:encoded><![CDATA[<p>The Montreal Victoire's missing Walter Cup championship trophy has been found after being lost during shipment and reunited with the team, the Professional Women's Hockey League announced Monday.</p><p>The PWHL provided few details. In a statement, the league thanked “everyone who helped track it down and to our fans for their concern and support.”</p><p>The trophy went missing last week when it failed to arrive in Lethbridge, Alberta, where it was to spend Thursday with Victoire forward Dara Greig. A container did arrive, but not the one the PWHL shipped with the trophy inside.</p><p>“Turns out, even the Walter Cup can have a little offseason adventure,” the PWHL said. “We’re looking forward to the Victoire continuing their celebrations alongside their Cup.”</p><p>It’s unclear where the trophy was found or how it went missing, with the PWHL saying the cup was “lost in shipment.” The league last week said it was working with its shipping company to locate the trophy.</p><p>The missing trophy was not the one presented to teams on the ice upon winning the championship. That one is permanently housed at the Hockey Hall of Fame in Toronto.</p><p>What went missing was the team’s so-called “keeper” cup, a replica of the original sterling silver Tiffany & Co.-designed Walter Cup that weighs about 35 pounds (16 kilograms) and stands about 24 inches (61 centimeters) tall.</p><p>Montreal won the cup by defeating Ottawa in Game 4 of a best-of-five series in May to become the PWHL’s first Canadian champion. Minnesota won the PWHL’s first two titles.</p><p>The trophy is named after PWHL founder and primary financier Mark Walter and his wife, Kimbra. Walter owns the Los Angeles Dodgers and recently agreed to sell his controlling stake in the Los Angeles Lakers.</p><p>___</p><p>See AP’s full women’s hockey coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JWBCV6G66ZVSJ27DFXRBAZVODU.jpg?auth=6eff0899fd829d993b29f000d5fa35bd2b717fd4f2d004b864b8520f85c7674c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Walter Cup is displayed before being presented to Minnesota after after they defeated Boston in Game 5 of the finals to win the PWHL, May 29, 2024, in Lowell, Mass. (AP Photo/Mary Schwalm)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Schwalm</media:credit></media:content></item><item><title><![CDATA[New evidence prompts trial delay for Libyan man charged in 1988 bombing of Pan Am Flight 103]]></title><link>https://www.local10.com/news/politics/2026/08/24/new-evidence-prompts-trial-delay-for-libyan-man-charged-in-1988-bombing-of-pan-am-flight-103/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/new-evidence-prompts-trial-delay-for-libyan-man-charged-in-1988-bombing-of-pan-am-flight-103/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Monday postponed a trial in the U.S. for a former Libyan intelligence official charged in the 1988 bombing of Pan Am Flight 103, citing the discovery of new evidence that defense attorneys want to examine in the nearly 40-year-old case.]]></description><pubDate>Tue, 25 Aug 2026 00:30:39 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Monday postponed a trial in the U.S. for a former Libyan intelligence official charged in the 1988 bombing of Pan Am Flight 103, citing the discovery of new evidence that defense attorneys want to examine in the nearly 40-year-old case.</p><p>Jury selection was scheduled to begin Wednesday for the federal trial of Abu Agila Mohammad Mas’ud Kheir Al-Marimi in Washington, D.C. His trial will be the first in the U.S. for the Dec. 21, 1988, bombing over Lockerbie, Scotland, which killed 270 people, most of them Americans.</p><p>U.S. District Judge Dabney Friedrich’s order didn’t specify the nature of the newly discovered evidence.</p><p>Al-Marimi’s lawyers say prosecutors disclosed the new evidence to them on Saturday and added that their “constitutional and ethical obligations require the defense to investigate this development.” Defense attorney Laura Koenig, an assistant federal public defender, declined to elaborate in response to an Associated Press inquiry.</p><p>The judge scheduled a Sept. 1 hearing in Washington to discuss the status of the case. Friedrich's brief order cited the complex nature of the case, the newly discovered evidence and “the need for the defense to determine how best to defend this case” as reasons to postpone the trial.</p><p>Al-Marimi is charged in the U.S. with making the bomb that downed the airplane.</p><p>Flight 103 was 31,000 feet (9.45 kilometers) over Lockerbie when a bomb in the plane’s forward cargo area exploded 38 minutes after takeoff from London Heathrow Airport. The flight was bound for John F. Kennedy International Airport in New York.</p><p>The blast killed all 259 passengers and crew members and 11 people on the ground in Lockerbie, where the wreckage destroyed an entire city block. Citizens of 21 countries were killed, including 190 Americans and 43 from the United Kingdom. The passengers included 35 Syracuse University students returning home from a semester abroad.</p><p>Kara Weipz, board president of the nonprofit Victims of Pan Am Flight 103, said her organization had received no details about the new evidence that prompted the trial delay. Weipz’s brother Richard Monetti was among the Syracuse students killed.</p><p>She called the delay a shock and noted that some victims' relatives were already packing to head to the trial.</p><p>“At the same time, for almost 38 years we've been seeking the truth of what happened,” Weipz said. “If that's what this is, then that's a good thing, and this delay is worth it. ... It's important to hear all the facts.”</p><p>Prosecutors allege Al-Marimi and others carried out the bombing at the direction of Libyan leader Moammar Gadhafi, who was ousted and killed during a 2011 civil war.</p><p>Two other Libyan intelligence agents were tried by a panel of Scottish judges on a former U.S. military base in the Netherlands in 2000. The tribunal convicted one official and acquitted the other, but the bombmaker’s possible identity remained a mystery for years.</p><p>Al-Marimi, now in his mid-70s, is charged with two counts of destruction of an aircraft resulting in death. He faces a maximum penalty of life in prison if convicted.</p><p>Al-Marimi worked for the Libyan intelligence service from approximately 1973 to 2011, rising to the rank of colonel, according to prosecutors.</p><p>Prosecutors believe he brought a suitcase containing a bomb to an airport in Malta and gave it to co-conspirators for a flight to Frankfurt, Germany. The suitcase traveled from Frankfurt to London, where it was loaded onto Flight 103, according to investigators.</p><p>___</p><p>Associated Press reporter Gene Johnson in Seattle contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PMY2NKUTHCYGE2MSGW622AYNP4.jpg?auth=d01d3b0e92d98ee57bc58cede5ec75d4929c9d5b7f95c075be7e46d28a71e40e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the Alexandria, Va., Sheriff's Office shows Abu Agila Mohammad Mas'ud Kheir Al-Marimi, who is in custody at the Alexandria Adult Detention Center, Dec. 12, 2022, in Alexandria, Va. (Alexandria Sheriff's Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Tiró balazos contra ciclistas en Miami-Dade, ahora lo buscan]]></title><link>https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Nadie resultó herido. Los agentes solo hallaron un impacto de bala en el pavimento. Las autoridades piden ayuda del público para dar con el responsable.]]></description><pubDate>Mon, 24 Aug 2026 22:00:08 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado de Miami-Dade buscan a la persona que, según dijeron, disparó contra un grupo de ciclistas.</p><p>El hecho quedó captado en video.</p><p>Ocurrió poco después de las 7:30 a.m. del sábado, en Southwest 87th Avenue cerca de 184th Lane.</p><p>En el video se escucha al conductor de una SUV negra tocar la bocina mientras el vehículo parece intentar rebasar a los ciclistas.</p><p>Las imágenes muestran que la SUV se detiene de golpe y le cierra el paso a un ciclista, quien luego aparece golpeando la puerta del lado del pasajero.</p><p>El video muestra después que alguien desde el interior del vehículo aparentemente abre fuego, antes de que el conductor se dé a la fuga.</p><p>Los agentes acudieron a reportes de disparos y al llegar encontraron un orificio de bala en el suelo, sin heridos reportados.</p><p>Se pide a cualquier persona con información que se comunique con Miami-Dade Crime Stoppers al 305-471-TIPS.</p>]]></content:encoded></item><item><title><![CDATA[Atlantic hurricane season in store for a late August awakening? ]]></title><link>https://www.local10.com/weather/hurricane/2026/08/24/atlantic-hurricane-season-in-store-for-a-late-august-awakening/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/24/atlantic-hurricane-season-in-store-for-a-late-august-awakening/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[After a historically slow start – the slowest in almost 40 years by overall tropical activity – the Atlantic hurricane season will make another attempt to jump start its engine this week, first with a disturbance in the central subtropical Atlantic and then later this week with a strong disturbance rolling westward through the main development region of the deep tropics between Africa and the Caribbean.]]></description><pubDate>Mon, 24 Aug 2026 14:16:20 +0000</pubDate><content:encoded><![CDATA[<p>After a historically slow start – the slowest in almost 40 years by overall tropical activity – the Atlantic hurricane season will make another attempt to jump start its engine this week, first with a disturbance in the central subtropical Atlantic and then later this week with a strong disturbance rolling westward through the main development region of the deep tropics between Africa and the Caribbean.</p><p><a href="https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/"><b>Leer en español</b></a></p><h3><b>Subtropical wasteland</b></h3><p>The low-pressure area several hundred miles southeast of Bermuda – designated Invest 95L – has limited prospects beyond today. Although it could become a short-lived depression or storm, strong jet stream winds will rip it apart and whisk its leftover weather toward Atlantic Canada by tomorrow into early Wednesday.</p><p>Like Cristobal, the last named storm that formed around the middle of the month in the subtropics, this one won’t survive long enough to add much to the seasonal scorecard. The next name on the list is Dolly.</p><h3><b>The first Cabo Verde storm of 2026?</b></h3><p>The system that will take center stage this week is the one without an Invest moniker, at least for now.</p><p>The strong tropical wave that we first started discussing in this newsletter last Wednesday was added to NHC’s tropical outlook late Friday, as we indicated it would be in our newsletter earlier that day.</p><p>The wave is perhaps the most impressive we’ve seen yet emerge off the African coast this season.</p><p>As tropical waves often do, it’ll probably lose a little vigor today as it hits the Atlantic waters but should gradually pick up steam again in the coming days. With the exception of some drier air to its north and west, the environment ahead this week looks reasonably conducive to development, and the National Hurricane Center is giving the system a coin flip chance of becoming a depression or named storm before the week is out.</p><p>Forecast models generally agree, with the traditional physics-based European model being the more aggressive of our models in advertising development. Its AI counterpart, on the other hand, has been a little more hot and cold with the system.</p><figure><img src="https://www.local10.com/resizer/v2/7LSXPTMB6FEONDNVAVOLIJN5X4.png?auth=1b1c4f00ae34d3397655c5455dde5954091ab66903dd401bc03a41feb3da9a5c&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com.</figcaption></figure><p>Meanwhile, Google’s first-rate DeepMind machine learning-based 1,000-member ensemble system tends to follow NHC’s thinking (or NHC tends to follow its thinking), with a 40-50% chance of development over the coming week.</p><figure><img src="https://www.local10.com/resizer/v2/DG34LI5WRVHCTILG7I73VN66HM.png?auth=52c969d970cea2b36dee25cc257f0cef5f31694e53912196a7ad610c543e31ec&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Interestingly, DeepMind suggests a development window over the next few days as it passes south of the Cabo Verde islands but then lower development odds until it lifts north of the Caribbean islands next week. This makes sense physically, as wind shear is highest and most pronounced from the Caribbean into the central Atlantic. If it’s able to survive into the subtropical Atlantic – north of around 20 degrees north latitude – and west of the islands, El Niño-driven wind shear becomes much less of an issue.</p><p>This is generally what other models suggest as well, with the possibility of a period of bona fide strengthening – perhaps into the season’s first hurricane – over the southwestern Atlantic in about a week or so. Of course, that assumes it stays a coherent system through the marginal environment this week.</p><p>There’s plenty of time to watch this one, so it’s not something we need to worry about for now. Any threat to the islands next week is low right now, with models largely indicating a track north of the islands.</p><p>However, given this is the first real long-track Cabo Verde contender this season, it’s one worth checking back on periodically this week.</p><h3><b>Moke misses Hawaii</b></h3><p>Moke passed about 250 miles safely south of the Big Island of Hawaii this weekend as a borderline tropical storm.</p><figure><img src="https://www.local10.com/resizer/v2/74WCIBWG6NCQVOQGOSEXLFFHII.png?auth=22bdd479460f81eca344818fa733276aba8c5c13f854db17c1ae1be126234ce1&smart=true&width=1200&height=900" alt="Preliminary best track and forecast for now Tropical Depression Moke. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Preliminary best track and forecast for now Tropical Depression Moke. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>The Big Island avoided widespread heavy rains from Moke, with highest totals so far under 2-3 inches.</p><p>A Flood Watch remains in effect through Monday afternoon local time for lingering rains over still-saturated grounds from Lala, but any flood issues on east-facing slopes should stay localized.</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/YDFYKC5EPZGT3KCKUVK37H32R4.PNG?auth=de733f15bedd0abcc8a29094eb6c72129789743f2d60de5abca8d89526c42372&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Fort Lauderdale woman attending Alabama college murdered by boyfriend, police say]]></title><link>https://www.local10.com/news/local/2026/08/24/fort-lauderdale-woman-attending-alabama-college-murdered-by-boyfriend-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/fort-lauderdale-woman-attending-alabama-college-murdered-by-boyfriend-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Fort Lauderdale woman attending Alabama State University was murdered by her boyfriend, also from Fort Lauderdale, authorities said.]]></description><pubDate>Mon, 24 Aug 2026 21:20:18 +0000</pubDate><content:encoded><![CDATA[<p>A Fort Lauderdale woman attending Alabama State University was murdered by her boyfriend, also from Fort Lauderdale, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/"><b>Leer en español</b></a></p><p>According to court documents obtained by Local 10 News, Montgomery, Alabama police said Jalil Bivens strangled Ava Walters at an off-campus location just before 11 a.m. on Sunday.</p><p>Bivens, 21, is now facing a murder charge in the killing of Walters, 20, a health information management major in her second year at ASU.</p><p>According to court documents, Bivens gave a statement to Montgomery Police Department detectives that led to his arrest, though the documents don’t provide additional details about what he allegedly said.</p><p>ASU President Quinton Ross Jr. said in a statement posted to social media that his heart was “heavy” as he and others at the historically Black university “mourn the tragic loss of one of our Hornets.”</p><p>He said he extended his “deepest condolences” to Walters’ family, friends and classmates.</p><p>“There are no words that can truly ease the pain of losing a loved one, but please now that the entire Hornet Nation stands with you during this difficult time,” he said.</p><p>Records show Bivens, who documents state lives near Fort Lauderdale Executive Airport, was being held in the Montgomery County Detention Facility as of Monday evening.</p><div id="fb-root"></div>
<script async="1" defer="1" crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v26.0"></script><div class="fb-post" data-href="https://www.facebook.com/photo.php?fbid=1137391508871068&amp;set=a.149565527653676&amp;type=3&amp;ref=embed_post" data-width="552"></div><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/KGPSRIQ5BFFZ3KLFRUBLZ33HI4.jpg?auth=9077d4e06af9feaadc7aba81ccfefaa4e65e24c621cdabd46d918381d3113ae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jalil Bivens]]></media:description></media:content></item><item><title><![CDATA[Rescatan a obrero atrapado bajo el agua en obra de Davie]]></title><link>https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/rescatan-a-obrero-atrapado-bajo-el-agua-en-obra-de-davie/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Los socorristas lo hallaron en paro cardíaco y lo sacaron del agua. Buzos participaron en la operación. El hombre fue trasladado al Broward Health Medical Center.]]></description><pubDate>Mon, 24 Aug 2026 22:06:55 +0000</pubDate><content:encoded><![CDATA[<p>Un obrero fue rescatado en estado crítico de un estanque de retención el lunes, tras un accidente con una excavadora en una obra de construcción cerca de la Interestatal 75, en Davie.</p><p>Según el Departamento de Policía de Davie, el hecho ocurrió la tarde del lunes en un predio de la cuadra 2200 de Shotgun Road, al este del intercambio de la I-75 con Royal Palm Boulevard.</p><p>La oficial Julia Ross, vocera del DPD, dijo que la agencia respondió a reportes de un “posible ahogamiento”, encontró la excavadora “sumergida” en el estanque y que los socorristas lograron sacar al hombre del agua.</p><p>Funcionarios de Davie Fire Rescue informaron a Local 10 News que el operador estaba en paro cardíaco cuando los rescatistas lo hallaron, y que fue trasladado al Broward Health Medical Center.</p><p>Imágenes de Sky 10 mostraron a los socorristas en el lugar, entre ellos buzos.</p><p>Ross señaló que el DPD investiga lo ocurrido.</p>]]></content:encoded></item><item><title><![CDATA[Orden del presidente colombiano de deportar migrantes "ilegales" genera incertidumbre en venezolanos]]></title><link>https://www.local10.com/espanol/2026/08/24/orden-del-presidente-colombiano-de-deportar-migrantes-ilegales-genera-incertidumbre-en-venezolanos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/orden-del-presidente-colombiano-de-deportar-migrantes-ilegales-genera-incertidumbre-en-venezolanos/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y MANUEL RUEDA, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — La orden del presidente de Colombia Abelardo de la Espriella de iniciar operativos contra inmigrantes y deportarlos generó el lunes incertidumbre en la población venezolana que reside en el país, especialmente entre los miles de personas que aún no han regularizado su situación migratoria.]]></description><pubDate>Mon, 24 Aug 2026 22:04:21 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — La orden del presidente de Colombia Abelardo de la Espriella de iniciar operativos contra inmigrantes y deportarlos generó el lunes incertidumbre en la población venezolana que reside en el país, especialmente entre los miles de personas que aún no han regularizado su situación migratoria.</p><p>“Que empiecen los operativos coordinados con la policía de Barranquilla para dar con los inmigrantes ilegales: primero, los que están cometiendo delitos; segundo, los que no tienen regularizada su situación, y en el término de la distancia (de inmediato) tendrán que ser deportados", aseguró el conservador mandatario el domingo en esa ciudad del norte del país.</p><p>El venezolano César González, abogado migratorio residente en Colombia, aseguró el lunes a The Associated Press que la “preocupación es muchísima” entre la población venezolana. "No hemos podido ni contabilizar la cantidad de personas que nos han llamado para ver cuáles son sus opciones”, explicó.</p><p>Colombia es el mayor receptor de la diáspora venezolana en la región, al acoger a 2,8 millones de migrantes de ese país, según cifras oficiales, de los casi siete millones que han salido de Venezuela en más de una década en medio de la crisis política y social.</p><p>Según cifras públicas de Migración Colombia, en el país hay más de 527.000 venezolanos que ingresaron o permanecen en el país sin cumplir con la normativa migratoria.</p><p>Al ser consultado por la AP sobre el alcance de la orden presidencial, Migración Colombia respondió que no se ha posesionado el nuevo director de la entidad, a quien le corresponderá implementar las "decisiones del gobierno nacional en materia de operativos de control, regularización y eventuales procesos de deportación”.</p><p>De la Espriella, apoyado por el presidente estadounidense Donald Trump, advirtió desde la campaña presidencial que estaría dispuesto a “devolver” a los venezolanos que no cumplieran la ley colombiana.</p><p>Ronal Rodríguez, vocero del Observatorio de Venezuela de la Universidad del Rosario en Colombia, considera que la migración venezolana a la nación colombiana ha tenido una dinámica distinta a la de otros países de la región, al compartir con Venezuela una frontera de más de 2.200 kilómetros con decenas de pasos irregulares.</p><p>“El Estado colombiano, a diferencia de otros países que pueden jugar un poco con la dinámica de la contención o incluso de la expulsión, no tiene capacidad para hacer eso”, explicó Rodríguez. “Más se demora y más gasta el Estado colombiano en trasladarlos hasta la zona de frontera y entregar a las autoridades migratorias, que esa persona en volver”, agregó.</p><p>Llamado a no “perseguir”</p><p>Ana Karina García, directora de la Fundación Juntos Se Puede —una iniciativa privada venezolana que ayuda a los migrantes— dijo a la AP que lo primero que harán será tratar de dialogar con el gobierno para pedir que se abra de nuevo la posibilidad de regularizar a los venezolanos, como lo hicieron gobiernos anteriores con documentos que les daban acceso a los beneficios sociales del Estado.</p><p>“No se puede perseguir a un migrante por no querer regularizarse si no hay una metodología de regularización, porque recordemos que el Estatuto Temporal de Protección se encuentra cerrado desde hace más de tres años”, aseguró García.</p><p>Rodríguez coincide en que el reto de Colombia es regularizar a la población migrante, especialmente a más de 193.000 menores de edad en condición irregular. “Ellos son sujetos de especial protección”, resaltó.</p><p>Riesgo de xenofobia</p><p>La diáspora venezolana teme que se incremente la xenofobia en el país luego de que la máxima autoridad, el presidente, pusiera el foco sobre ellos.</p><p>“Obviamente esto dispara la xenofobia porque la gente no mide cuando habla del tema de deportar”, aseguró a la AP Arles Pereda, presidente de la Colonia de Venezolanos en Colombia.</p><p>García indicó por su lado que está de acuerdo con que se persiga a la delincuencia, pero no que se la relacione con la migración, lo que además dispara la xenofobia. “Está demostrado en cifras que la criminalidad no se relaciona con los migrantes”, señaló.</p><p>La preocupación se agudiza, explicó Pereda, porque los venezolanos sienten que las puertas “no solamente se están cerrando en Colombia, incluso se vienen cerrando en Chile, Perú y Ecuador”, por las políticas migratorias de los nuevos gobiernos de signo conservador.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4222X4IOGXDTK5MREIBT5JWRZI.jpg?auth=37448ed4b7f49c3075a1e21716cd8874b2b548867803f30302a40aa6f04135c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, habla tras presidir una reunión sobre la respuesta al terremoto en Bogotá, Colombia, el lunes 10 de agosto de 2026. (AP Foto/Sebastián Barros)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastian Barros</media:credit></media:content></item><item><title><![CDATA[Le roban 3,000 dólares en rollos de canela a joven repostera]]></title><link>https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/le-roban-3000-dolares-en-rollos-de-canela-a-joven-repostera/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[La dueña de Roll and Dough Bakery, con cientos de miles de seguidores en redes, contó lo ocurrido en Instagram. Uber le retiró el acceso a la plataforma al conductor mientras investiga.]]></description><pubDate>Mon, 24 Aug 2026 22:02:45 +0000</pubDate><content:encoded><![CDATA[<p>Una joven del sur de Florida que se gana la vida vendiendo deliciosos rollos de canela perdió una buena suma de dinero luego de que un pedido desapareciera.</p><p>Roll and Dough Bakery, el negocio de Julie Pierre, de 21 años, se ha convertido en un éxito.</p><p>Pierre tiene cientos de miles de seguidores en redes sociales y durante el fin de semana <a href="https://www.instagram.com/therollanddough/reel/DcY388sP18e/?hl=en" rel="">les contó que alguien le robó 3,000 dólares en rollos de canela</a>.</p><p>El hecho ocurrió la mañana del sábado.</p><p>Pierre explicó que vende los rollos en un mercado agrícola y que pidió un Uber, servicio que también ofrece envíos de mensajería.</p><p>Pero el pedido que despachó nunca llegó a su destino.</p><p>“Mucha gente está especulando que los está vendiendo en Facebook Marketplace”, dijo sobre el responsable.</p><p>Uber envió a Local 10 News una declaración sobre el caso:</p><p>“Este reporte es muy preocupante y no es la experiencia que queremos que tengan los usuarios. Seguimos investigando para poder tomar las medidas correspondientes”.— Vocero de Uber</p><p>La empresa agregó que continúa revisando el reporte y que le retiró al conductor el acceso a la plataforma mientras dura la investigación.</p><p>Se presentó un reporte ante el Departamento de Policía de Sunrise.</p><p>Además, se creó una <a href="https://www.gofundme.com/f/help-roll-dough-build-whats-next" rel="">página de GoFundMe</a> para ayudar a cubrir las pérdidas.</p>]]></content:encoded></item><item><title><![CDATA[Enes Kanter Freedom and Royce White are not eligible for the WNBA draft, AP source says]]></title><link>https://www.local10.com/sports/2026/08/24/enes-kanter-freedom-and-royce-white-are-not-eligible-for-the-wnba-draft-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/enes-kanter-freedom-and-royce-white-are-not-eligible-for-the-wnba-draft-ap-source-says/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Former NBA players Enes Kanter Freedom and Royce White are not eligible for the WNBA draft, a person familiar with the decision said Monday.]]></description><pubDate>Mon, 24 Aug 2026 22:01:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Former NBA players Enes Kanter Freedom and Royce White are not eligible for the WNBA draft, a person familiar with the decision said Monday.</p><p>The person spoke to The Associated Press on condition of anonymity because of the sensitive nature of the situation. The person did not elaborate on the reasons for declaring the two men ineligible.</p><p>Freedom and White have declared their intention to enter next year's draft, but the WNBA has not publicly addressed their eligibility.</p><p>The WNBA has been the subject of recent debates on whether transgender women — people assigned male at birth who transition to align with their gender identity — should be allowed to participate in the league. There has never been such a player in the WNBA.</p><p>Although the league’s collective bargaining agreement says the WNBA is restricted to women, it contains no more specific language about gender identity or sex assigned at birth. When they announced their intention to enter the draft, Freedom and White said they identified as women.</p><p>The 6-foot-10, 250-pound Freedom played 11 seasons in the NBA. White played in three NBA games.</p><p>Freedom was ejected from Sunday night’s Indiana-Chicago game after he was confronted by Sky guard Natasha Cloud late in the third quarter.</p><p>Freedom was sitting along the baseline wearing a black shirt that read “WOMAN noun. adult human female.”</p><p>The Fever called for a timeout after Cloud scored inside with 1:22 left in the third. Cloud then did a chest bump with teammate Aicha Coulibaly before turning around and walking in Freedom’s direction.</p><p>Cloud, 34, started yelling and pointing at Freedom, 34, as she approached him. A standing Freedom held his arms out and took one step on the court as security and a handful of Sky players moved in between the two.</p><p>Freedom stopped near the basket to plead his case to security as he was escorted from the court area. He spun around while holding his shirt out and encouraged the crowd to respond as he walked toward the front lobby.</p><p>He had a conversation with a group of police officers before departing Wintrust Arena.</p><p>“I just got kicked out of a @WNBA game for supporting WOMEN!” Freedom wrote on social media Sunday night. “Let that sink in, AMERICA!”</p><p>Cloud met with team and league security after the game. She did not speak with the media.</p><p>Fever guard Sophie Cunningham said in an ESPN profile published last month that she was opposed to transgender girls and women competing in girls’ and women’s sports, and since then the league has been embroiled in debates about transgender participation. Freedom joined a small rally in support of Cunningham outside the arena before the game.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWL7FOYMGDSHPE2WPJN4Q4P3YI.jpg?auth=f630cd6399cf0faa5254b79fa0354b17af8d862323e28468f35d4cda9f00a532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA center Enes Kanter Freedom greets a friend before a WNBA basketball game between the Indiana Fever and the Chicago Sky, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2P4GYHLZFHGHVUBI7OVG6C7ITY.jpg?auth=09032192e877aa97ca2d59b8798a3dd283c820411d173d5ca1090573fdbc23d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky guard Natasha Cloud argues with former NBA center Enes Kanter Freedom, right, during the second half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[México reanuda con restricciones exportación de ganado a EEUU]]></title><link>https://www.local10.com/espanol/2026/08/24/mexico-reanuda-con-restricciones-exportacion-de-ganado-a-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/mexico-reanuda-con-restricciones-exportacion-de-ganado-a-eeuu/</guid><dc:creator><![CDATA[ABRAHAM TELLEZ, LUIS ERNESTO CASTILLO y FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description><![CDATA[AGUA PRIETA, México (AP) — México reactivó el lunes en medio de fuertes controles las exportaciones de ganado en pie hacia Estados Unidos que estuvieron paralizadas por más de un año luego de que Washington restringió el paso de las reses ante el avance de la plaga del gusano barrenador que ya está presente en los dos lados de la frontera.]]></description><pubDate>Tue, 25 Aug 2026 01:45:04 +0000</pubDate><content:encoded><![CDATA[<p>AGUA PRIETA, México (AP) — México reactivó el lunes en medio de fuertes controles las exportaciones de ganado en pie hacia Estados Unidos que estuvieron paralizadas por más de un año luego de que Washington restringió el paso de las reses ante el avance de la plaga del gusano barrenador que ya está presente en los dos lados de la frontera.</p><p>Bajo un sol abrasador en las desérticas tierras de Agua Prieta, al norte del estado de Sonora, centenares de vacas recorrieron la tarde del lunes un corredor enrejado para pasar el muro fronterizo y llegar al territorio estadounidense donde eran esperadas por los productores de ese país en el poblado de Douglas, en Arizona.</p><p>El proceso se inició luego de varias horas de revisión que realizaron las autoridades de México y Estados Unidos que utilizaron perros para inspeccionar cada una de las reses y determinar que no estuvieran contagiadas con la plaga del gusano barrenador.</p><p>La larva proviene de la mosca Cochliomyia hominivorax que invade las heridas abiertas o las mucosas de los orificios corporales de cualquier animal de sangre caliente, incluidos los humanos, y devora los tejidos haciendo que las lesiones sean cada vez más hondas y dolorosas.</p><p>La plaga llegó a México en noviembre del 2024 y ya está presente en 30 de los 32 estados, entre ellos en el estado norteño de Sonora, mientras que Estados Unidos los primeros casos comenzaron a reportarse en junio en los estados de Texas y Nuevo México.</p><p>El médico veterinario Arturo Ruiz, responsable de sanidad animal del estado de Sonora, dijo a The Associated Press que de las 719 reses que se llevaron a Agua Prieta para la venta, solo unas 680 pasaron los controles sanitarios e ingresaron la tarde del lunes a Douglas para su exportación.</p><p>Ruiz detalló que las reses que no se exportaron eran porque tenían algunos golpes y problemas en los ojos, y descartó que tuviesen gusano barrenador.</p><p>La reactivación de la comercialización del ganado fue celebrada por el productor mexicano Ricardo Ochoa que afirmó que “la apertura de la exportación es la salvación de toda la ganadería”.</p><p>Ochoa explicó que la suspensión de exportaciones por casi dos años obligó a los productores locales a recurrir al mercado mexicano para vender sus vacas a precios muy baratos, lo que hizo caer sus ingresos.</p><p>Apertura con limitaciones</p><p>Para la reactivación el 24 de agosto de las importaciones de ganado mexicano, Estados Unidos aprobó un nuevo protocolo que incluyó la colocación de identificadores con radiofrecuencia en las orejas de las vacas y la instalación de arcos para detectar los identificadores.</p><p>Asimismo, se limitó el paso del ganado hacia Arizona a unas 700 reses por día, que se elevará la próxima semana a 900 diarias, y a la siguiente semana subirá a 1.300 al día.</p><p>México también tiene previsto reforzar los sistemas de trazabilidad del ganado y la dispersión de moscas estériles para avanzar en la contención de la plaga, informó el lunes la secretaria mexicana de Agricultura, Columba López. El país tiene actualmente 1.937 casos activos de gusano barrenador.</p><p>A finales de junio se reabrió en el estado sureño de Chiapas una planta para la producción de moscas estériles que fue financiada por México y Estados Unidos.</p><p>López indicó que se fortalecerá la dispersión de moscas estériles en los estados norteños de Chihuahua y Sonora que son los mayores exportadores de ganado hacia Estados Unidos y ya tienen casos del gusano barrenador.</p><p>Aunque México dispone en la actualidad de cientos de reses listas para la exportación, los controles impuestos por Estados Unidos ralentizarán el ingreso del ganado y demorarán la recuperación del hato estadounidense que ronda 86 millones de cabeza —el nivel más bajo en 75 años-- y que enfrenta un déficit de alrededor de 1,2 millones de cabezas que ha incidido en el alza histórica de los precios de la carne en ese país.</p><p>_____</p><p>Sánchez reportó desde la Ciudad de México.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DQMAFU3ZK4JD44OKWCRR6D4FGY.jpg?auth=56d4d8d96aee06fcf1d0c72866468b3ebf9eed3cb99ee3aa383d2408eede7e2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos terneros se alimentan antes de ser inspeccionados para su exportación a Estados Unidos en una asociación regional de ganaderos en Hermosillo, México, el martes 18 de agosto de 2026, previo a la reapertura de la frontera estadounidense a las importaciones de ganado mexicano. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WC5AWAYDM5FFTKLGOKIOSW5RUE.jpg?auth=6ca72ef2707fadd0b17b795b3994f0c97987fbf4196c95d8906395820bd4d864&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Subastan ganado en un mercado de ganado en Hermosillo, México, el martes 18 de agosto de 2026, antes de la reapertura de la frontera estadounidense a las importaciones de ganado mexicano. (AP Foto/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[PortMiami’s regulated feeding program for stray cats needs volunteers, food donors ]]></title><link>https://www.local10.com/pets/2026/08/24/portmiamis-regulated-feeding-program-for-stray-cats-needs-volunteers-food-donors/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/24/portmiamis-regulated-feeding-program-for-stray-cats-needs-volunteers-food-donors/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Jeannine Frontela’s heart is with a community of stray cats at PortMiami, which spans across 500 acres on three islands. ]]></description><pubDate>Mon, 24 Aug 2026 20:21:27 +0000</pubDate><content:encoded><![CDATA[<p>Jeannine Frontela’s heart is with the community of stray cats at <a href="https://www.miamidade.gov/portmiami/home.page" target="_self" rel="" title="https://www.miamidade.gov/portmiami/home.page">PortMiami</a>, which spans across 500 acres on three islands. </p><p>Two years ago, the port and Miami-Dade Animal Services partnered to care for the cats through the <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1599404922449638" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser1599404922449638">Trap, Neuter, Vaccinate and Return program or TNVR</a>.</p><p>Miami-Dade Animal Services has sterilized 146 stray cats since the program started. <a href="https://www.facebook.com/jeannine.perez143/" target="_self" rel="" title="https://www.facebook.com/jeannine.perez143/">Frontela, an advocate,</a> has helped to trap and feed the cats. </p><p>“I am the voice of some of these cats,” Frontela said. “No food is being provided.”</p><p>The program relies on food donations and counts on 14 volunteers, but they need more. </p><p>“We are looking for volunteers that either work at the port, or they are familiar with the port, to assist feeding the cats,” said Raysa Samper, the port’s property manager.</p><p>Last year, Miami-Dade County commissioners voted to allow the lawful feeding of stray animals and to prohibit the dumping of animals at the port. </p><p>The port opened five designated cat feeding stations, but four are behind security fences. Samper said the volunteers who qualify also donate the food. </p><p>“It’s a commitment, so it has to be someone that really, really, really loves the cats,” Samper said. </p><p>Volunteers have to go through an application process to become “authorized individuals” in the “lawfully established” feeding program. </p><p>For more information about volunteering for the Miami-Dade Animal Services, <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser159839177136735" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser159839177136735">visit this page</a>. </p><p>For more information about volunteering at the port, contact Samper at 305-347-4908 or Raysa.Samper@miamidade.gov </p><p><b>Related link:</b> <a href="https://library.municode.com/fl/miami_-_dade_county/codes/code_of_ordinances?nodeId=PTIIICOOR_CH28ASESEOP_S28A-13PECO" target="_self" rel="" title="https://library.municode.com/fl/miami_-_dade_county/codes/code_of_ordinances?nodeId=PTIIICOOR_CH28ASESEOP_S28A-13PECO">Miami-Dade County Code Sec. 28A-13. - Personal conduct.</a></p>]]></content:encoded></item><item><title><![CDATA[Dicen que fue el novio; muchacha de Fort Lauderdale fue asesinada en Alabama]]></title><link>https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/dicen-que-fue-el-novio-muchacha-de-fort-lauderdale-fue-asesinada-en-alabama/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El sospechoso, también de Fort Lauderdale, permanece detenido en Montgomery. El presidente de la universidad expresó sus condolencias a la familia y a los compañeros de la joven.]]></description><pubDate>Mon, 24 Aug 2026 21:55:38 +0000</pubDate><content:encoded><![CDATA[<p>Una joven de Fort Lauderdale que estudiaba en Alabama State University fue asesinada por su novio, también de Fort Lauderdale, informaron las autoridades a <a href="https://www.wsfa.com/2026/08/24/alabama-state-students-cause-death-revealed-boyfriend-arrested/" rel="">medios de comunicación</a> de Alabama.</p><p>Según <a href="https://www.wsfa.com/2026/08/24/alabama-state-students-cause-death-revealed-boyfriend-arrested/" rel="">reportes</a> que citan documentos judiciales, la policía de Montgomery, Alabama, señaló que Jalil Bivens estranguló a Ava Walters en un lugar fuera del campus, poco antes de las 11 a.m. del domingo.</p><p>Bivens, de 21 años, enfrenta ahora un cargo de asesinato por la muerte de Walters, de 20, quien cursaba su segundo año de la carrera de administración de información de salud en ASU.</p><p>El presidente de ASU, Quinton Ross Jr., dijo en un comunicado publicado en redes sociales que tenía el corazón “adolorido” mientras él y el resto de la comunidad de esta universidad históricamente afroamericana lamentaban “la trágica pérdida de una de nuestras Hornets”.</p><p>Añadió que extendía sus “más sentidas condolencias” a la familia, los amigos y los compañeros de clase de Walters.</p><p>“No hay palabras que puedan aliviar de verdad el dolor de perder a un ser querido, pero sepan que toda la Hornet Nation está con ustedes en este momento difícil”, expresó.</p><p>Los registros muestran que hasta la noche del lunes Bivens permanecía recluido en el Centro de Detención del condado de Montgomery.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KGPSRIQ5BFFZ3KLFRUBLZ33HI4.jpg?auth=9077d4e06af9feaadc7aba81ccfefaa4e65e24c621cdabd46d918381d3113ae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jalil Bivens]]></media:description></media:content></item><item><title><![CDATA[Trump moves toward levying new tariff on China for flooding market with cheap goods, AP sources say]]></title><link>https://www.local10.com/news/world/2026/08/24/trump-moves-toward-levying-new-tariff-on-china-for-flooding-market-with-cheap-goods-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/trump-moves-toward-levying-new-tariff-on-china-for-flooding-market-with-cheap-goods-ap-sources-say/</guid><dc:creator><![CDATA[By AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump is moving toward levying a new tariff on China that would penalize the world’s second-largest economy for flooding the global market with underpriced goods, according to three people familiar with the matter.]]></description><pubDate>Mon, 24 Aug 2026 22:17:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump is moving toward levying a new tariff on China that would penalize the world’s second-largest economy for flooding the global market with underpriced goods, according to three people familiar with the matter.</p><p>Two of the people, who spoke on condition of anonymity to discuss internal deliberations still being finalized, said Trump is considering setting the new tariff at 7.5%. It's a level administration officials believe would not endanger the one-year trade truce between Washington and Beijing or a planned White House meeting between Trump and Chinese President Xi Jinping expected to take place in late September.</p><p>The move, if finalized, appears to be a calibrated effort by the White House to work around a Supreme Court decision earlier this year that struck down Trump's plan to implement a sweeping, high-tariff scheme not seen since the 1930s.</p><p>After that decision, the Trump administration announced in March it was launching formal investigations targeting excess industrial capacity and forced-labor regulations in China and other nations.</p><p>It isn't clear if the U.S. administration is also nearing its decision in its probes of the other economies that it announced it was investigating for unfair trade practices, including the European Union, Singapore, Switzerland, Norway, Indonesia, Malaysia, Cambodia, Thailand, South Korea, Vietnam, Taiwan, Bangladesh, Mexico, Japan and India.</p><p>The White House and the U.S. Trade Representative’s office did not respond to requests for comment on the tariff deliberations, which Bloomberg News reported earlier Monday.</p><p>The Chinese embassy in Washington said in a statement that economic and trade issues should be resolved through bilateral talks rather than unilateral tariff actions, and rejected the idea that it has an issue with overcapacity.</p><p>The excess industrial capacity probe of China was initiated under Section 301 of the Trade Act of 1974, which allows the president to levy tariffs against nations that discriminate against U.S. companies or commerce.</p><p>The new tariff would come on top of existing tariffs on China</p><p>The people familiar with the deliberations stressed that Trump could still change his mind on the new tariff on China.</p><p>It would come on top of tariffs of 10% to 12.5% announced last month for 60 economies around the globe that the Trump administration accused of failing to effectively enforce a ban on goods produced with forced labor.</p><p>Many countries, including China, protested that move, which took effect just as the clock ran out on temporary tariffs Trump had turned to after the Supreme Court in February struck down sweeping “reciprocal” tariffs he levied on nearly every U.S. trade partner.</p><p>China last month pushed back against claims of overcapacity, anticipating that the U.S. would soon release results of its probe and impose new tariffs.</p><p>Massive capacity in a slew of Chinese industries, from autos to solar panels, cement and steel manufacturing, has drawn increased attention from Beijing’s trading partners in recent years.</p><p>Although China’s own leaders have prioritized rebalancing the economy, slowing domestic demand has prompted companies to expand into overseas markets. Surging exports pushed China’s trade surplus to a record of nearly $1.2 trillion last year.</p><p>China has never sought a large trade surplus, the Ministry of Commerce said in a recently published report titled “China’s Position on the So-called Excess Capacity Issue.”</p><p>The deliberations come as the Treasury Department on Monday warned countries doing trade with Iran that new secondary sanctions are in the pipeline aimed at ostracizing nations that continue to do business with Tehran. China is Iran's biggest trade partner.</p><p>Washington has promised the new sanctions would put even more pressure on an Iranian economy already battered by previous sanctions and a U.S. naval blockade as the U.S. and Israeli war against Iran nears the six-month mark.</p><p>Treasury Secretary Scott Bessent's announcement Monday provided little detail and did not name which countries could face secondary sanctions.</p><p>___</p><p>AP writer Paul Wiseman contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SG6VQ4RHHNY74J42O7BB5DKIVI.jpg?auth=7e83f4ffd231ca09eb39a509e00ce1b4fefdd218287dff4552e9c48c4af60584&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens during a back to school event in the Rose Garden of the White House, Monday, Aug. 24, 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[El-Sayed distances himself from popular streamer's comments on Israel and Jewish Americans]]></title><link>https://www.local10.com/news/politics/2026/08/24/el-sayed-distances-himself-from-popular-streamers-comments-on-israel-and-jewish-americans/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/el-sayed-distances-himself-from-popular-streamers-comments-on-israel-and-jewish-americans/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Democratic candidate for U.S. Senate in Michigan, Abdul El-Sayed, distanced himself Monday from progressive commentator Hasan Piker, who suggested that some pro-Israel rhetoric may lead to backlash against American Jews.]]></description><pubDate>Mon, 24 Aug 2026 23:12:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Democratic candidate for U.S. Senate in Michigan, Abdul El-Sayed, distanced himself Monday from progressive commentator Hasan Piker, who suggested that some pro-Israel rhetoric may lead to backlash against American Jews.</p><p>The controversy could complicate El-Sayed's campaign as he tries to unify Democrats in a battleground state that will help decide control of the U.S. Senate.</p><p>El Sayed is one of several Democratic candidates this year who harnessed Piker's online megaphone to appeal to younger voters, and they appeared together at campaign events during the primary, but last week's comments may have cooled the relationship.</p><p>Wearing a suit and tie during one of his typically hours-long livestreams, Piker argued against the idea that opposing Israel is antisemitic. American Jews are not uniformly supportive of Israel, he said, but many “Jewish institutions” are “teaching people the idea that Jews are monolithic" and "its a very dangerous mode of propaganda.”</p><p>“If Jews in America keep putting this idea out there that they are singularly invested in Israel, eventually someone is going to come around and take action, not against the state of Israel mind you, but against American Jews,” he said.</p><p>House Minority Leader Hakeem Jeffries, a New York Democrat, issued a sharply critical statement.</p><p>“The malicious claim that American Jews are inviting violence against themselves is dangerous and antisemitic,” he said on social media. “There is zero justification for threats against the safety of our Jewish brothers and sisters at a moment of rising hate.”</p><p>El-Sayed issued his own statement later in the day.</p><p>“I believe all Americans deserve the right to advocate for what they believe without fear of violence," he said. “This is particularly true for communities that have been intimidated for their beliefs in the past.”</p><p>He also said “antisemitism is a scourge, and we need to address it in all its forms” and "nobody speaks for this campaign besides me and my campaign spokespeople.”</p><p>“And while politicians and pundits try to make this race about a Twitch streamer, we’re going to be talking about gas, groceries, good schools and healthcare,” El-Sayed added.</p><p>While Piker was speaking on the livestream last week, he was displaying an X post with a photo of Jeremy Moss, a Jewish Democratic candidate for U.S. House in Michigan, on his screen.</p><p>Moss posted Monday, “I will not be lectured by a California podcaster about what Oakland County, Michigan's Jewish community should and shouldn't believe," adding that “we certainly won't be gaslit that we're responsible for the antisemitic harm upon us.”</p><p>Piker’s spokesperson did not immediately respond to a request for comment. On another livestream Monday, he called El-Sayed’s statement “neutral” and described the outrage as a “smear." He argued that he wasn’t advocating violence but warning against the rhetoric that could.</p><p>El-Sayed's Republican opponent, former congressman Mike Rogers, said El-Sayed's response was inadequate.</p><p>“El-Sayed doesn’t have the guts to disavow his running mate,” Rogers said. He said the Democratic nominee is "unfit to represent our state.”</p><p>Piker's previous statements has been controversial, including a past comment that “Hamas is a thousand times better” than Israel.</p><p>Some Democrats urged El-Sayed to go further in responding to Piker's comments.</p><p>“I want Abdul to win desperately, but the most predictable thing in the world was that Piker would inevitably become a serious liability in a general election," Tré Easton, a Democratic strategist, wrote on social media. "If you care about Abdul’s campaign succeeding, you should want him to distance himself from Piker clearly and directly."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4UOWJLDDCR2IORCFF72UROOQVI.jpg?auth=50333c1037218e0cbbf63adfbee7c4334e283e1b41f7d8956bb408d3734c3dff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, talks poolside with streamer Hasan Piker at a party for content creators supporting his campaign, Monday, Aug. 3, 2026, in Detroit. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[DC's delegate candidate plans to target federal lawmakers challenging the city’s autonomy]]></title><link>https://www.local10.com/news/politics/2026/08/24/dcs-delegate-candidate-plans-to-target-federal-lawmakers-challenging-the-citys-autonomy/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/dcs-delegate-candidate-plans-to-target-federal-lawmakers-challenging-the-citys-autonomy/</guid><dc:creator><![CDATA[By MATT BROWN and GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The District of Columbia’s presumptive incoming delegate to Congress unveiled a strategy Monday to counter Republican interventions in the city’s affairs by sending local residents to congressional districts in nearby states to stump for candidates who support greater autonomy for the nation's capital.]]></description><pubDate>Mon, 24 Aug 2026 21:40:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The District of Columbia’s presumptive incoming delegate to Congress unveiled a strategy Monday to counter Republican interventions in the city’s affairs by sending local residents to congressional districts in nearby states to stump for candidates who support greater autonomy for the nation's capital.</p><p>Robert White Jr., the Democratic nominee to be the district's sole delegate to Congress, unveiled the “Defend DC” mobilization effort, which he said will recruit, train and transport city residents and supporters to canvass for candidates who support the district's independence. White will also launch a political action committee to support candidates that back D.C. statehood and local control.</p><p>“Congress has used its power over D.C. to attack us. So Washingtonians are banding together to use our collective power to change Congress,” White told a crowd of supporters in a downtown Washington plaza.</p><p>The Constitution gives federal lawmakers authority over the District of Columbia, while the Home Rule Act of 1973 lets residents elect a mayor, a council and neighborhood commissioners. But Congress maintains significant control, including approving the budget and all laws passed by the D.C. Council.</p><p>The D.C. delegate position is a nonvoting one, but it grants the nearly 700,000 people of the district, who have no other representation in Congress, a voice through speechmaking on the House floor and bill introduction.</p><p>Trump has squeezed Washington's autonomy</p><p>White's plan comes as Washington during the second Trump administration has faced multiple new challenges to its autonomy, most visibly the ongoing deployment of the National Guard which has been extended into 2029.</p><p>The plan will target U.S. House districts within driving distance of the nation's capital in states like Pennsylvania, Virginia and New Jersey with members up for reelection who have backed President Donald Trump's surge of federal agents into the district and who themselves have proposed efforts to overhaul the city's governance.</p><p>“If politicians somewhere else believe they can come into our city and take away our rights without consequences, then we will go into their communities, the communities that determine whether those politicians keep their jobs,” White said.</p><p>The program's first target will be Rep. John McGuire, a Virginia Republican who introduced legislation last year that would codify into law Trump's executive order, “ Making the District of Columbia Safe and Beautiful."</p><p>The order paved the way for the deployment of the National Guard and federal law enforcement agents onto the streets of Washington, D.C. Trump later also briefly federalized the city's police force.</p><p>D.C. Council Chair Phil Mendelson called White's strategy necessary to protect D.C. residents' constitutional rights.</p><p>“Our current situation is one that was not imagined nor intended by the Founding Fathers,” Mendelson said.</p><p>Taking the fight to the district's congressional opponents has been central to White's platform. He spoke of the strategy during debates. He also spoke of his plan the night of the June primary when he won the Democratic primary for the district’s delegate to Congress, ushering in generational change for a position long held by 18-term delegate Eleanor Holmes Norton.</p><p>White’s win in the heavily Democratic city set him up to take the top spot in November’s general elections. Norton, 89 and a fixture of the Civil Rights movement, decided not to run again after facing growing concerns over her ability to forcefully push back against the Trump administration's federal intervention into the city’s affairs.</p><p>One of Norton's key roles has been to push back against incursions by Republicans in Congress who have grown increasingly willing to step into local affairs, despite the city's Home Rule. In recent years, Congress members have tried to overturn the district's motorcycle helmet law and ban the district's use of automated traffic cameras.</p><p>White said he had spoken with House Minority Leader Hakeem Jeffries, D-N.Y., and Rep. Susan DelBene, the chair of House Democrats' campaign arm, about the strategy.</p><p>A plan modeled after a former delegate's</p><p>White modeled the strategy after one used by the district's first delegate, Walter Fauntroy Jr., a civil rights legend who mobilized voters in several key races, most notably in 1972 in South Carolina. His efforts there were instrumental in defeating Rep. John McMillan, who chaired the House District Committee and routinely blocked the district's efforts to govern itself.</p><p>Michael Fauntroy, Fauntroy's nephew, and the founding director of the Race, Politics, and Policy Center at George Mason University, said the elder Fauntroy drew on a relationship he had built during his civil rights work, especially in the South when he sought office and visited targeted districts.</p><p>“His strategy was primarily to focus on those congressional districts in which the Black voters composed the margin of victory in a particular district,” said Michael Fauntroy, who authored "Home Rule or House Rule? Congress and the Erosion of Local Governance in the District of Columbia.”</p><p>"At one point, there were roughly 100-some-odd districts around the country, primarily in the South in which the Black vote was the marginal vote,” he said.</p><p>The situation is more complicated now. Gerrymandering has left few competitive districts, and Fauntroy said he doesn’t know what kind of network White has.</p><p>“If you don’t have those connections, it’s going to be difficult to take the fight to somebody,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKIUCDYCNRVQN34WW6TARBAX4M.jpg?auth=83c6d4b520173674c78428071eff45f8fe3265e97cc47454c88ca0bd2be5ce1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congressional delegate candidate Robert White greets supporters after attending a news conference at Freedom Plaza in Washington, Monday, Aug. 24, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SZLPYBFS5CR4XML5UFBVTAZEFU.jpg?auth=9c04aca7582674f3115e5e927a0608873311a3bd97ba4d1f4dd823a140f7ab96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congressional delegate candidate Robert White, is hugged by District of Columbia Councilmember Elissa Silverman, left, after attending a news conference at Freedom Plaza in Washington, Monday, Aug. 24, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Woman arrested for stabbing in Deerfield Beach]]></title><link>https://www.local10.com/news/local/2026/08/24/woman-arrested-for-stabbing-in-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/woman-arrested-for-stabbing-in-deerfield-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A woman was hospitalized on Sunday morning after she suffered stab wounds in Deerfield Beach, according to Broward Sheriff’s Office deputies.]]></description><pubDate>Mon, 24 Aug 2026 17:15:43 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies accused a 38-year-old woman of a stabbing during a robbery<a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/"> on Sunday</a> morning in Deerfield Beach, records show. </p><p><a href="https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/"><b>Leer en español</b></a></p><p>Deputies reported a woman injured at about 3:45 a.m. <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/">on Sunday</a> near Northwest Third Avenue, also known as Martin Luther King Jr. Avenue, and Fourth Court.</p><p>At about 10 a.m.<a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/"> on Sunday</a>, BSO deputies arrested Brittany Payne, and corrections held her on Monday afternoon without bond at the North Broward Bureau in Pompano Beach, records show. </p><p>Payne faced charges of attempted murder and armed robbery, according to inmate records. </p><p>Broward County Circuit Judge Francis Viamontes was set to preside over the case, according to court records. <i> </i></p><p><i>Local 10 News Assignment Editors Carson Merlo and Mariana Ortiz contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d431.19923520994934!2d-80.10820406155445!3d26.322961274981743!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d91d85360c688b%3A0x15566158b9a76e91!2s401%20NW%203rd%20Ave%2C%20Deerfield%20Beach%2C%20FL%2033441!5e1!3m2!1sen!2sus!4v1787493643776!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTPSXAJVTNEVXINETY7QEU2K64.jpg?auth=a47759224a3bc04f845add4180e3c9a6285f1a20d796754fb2487308df3c2a94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff's Office deputies arrested Brittany Payne after a stabbing on Sunday morning in Deerfield Beach.]]></media:description></media:content></item></channel></rss>