<?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>Sun, 30 Aug 2026 15:05:26 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Car slams into Dania Beach home, 1 person hospitalized]]></title><link>https://www.local10.com/news/local/2026/08/29/car-slams-into-dania-beach-home-1-person-hospitalized/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/car-slams-into-dania-beach-home-1-person-hospitalized/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[First responders rushed to the scene of a car that crashed into a home in Dania Beach.]]></description><pubDate>Sat, 29 Aug 2026 22:27:18 +0000</pubDate><content:encoded><![CDATA[<p>First responders rushed to the scene of a car that crashed into a home in Dania Beach.</p><p><a href="https://www.local10.com/espanol/2026/08/30/auto-se-estrella-contra-una-vivienda-en-dania-beach-una-persona-fue-hospitalizada/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/30/auto-se-estrella-contra-una-vivienda-en-dania-beach-una-persona-fue-hospitalizada/">Leer en español</a></p><p>It happened late Saturday afternoon at the corner of Northwest 13th Avenue and West Dania Beach Boulevard. </p><p>A hole was left in the side of the home after a white Jeep Cherokee with front end damage was towed away. </p><p>Rescue crews said one person was hospitalized. </p><p>According to the Broward Sheriff’s Office, that person was a woman who was the passenger in the Jeep.</p><p>Deputies said the driver took off on foot after the crash, leaving the injured passenger behind. </p><p>Soon after, authorities were alerted by witnesses that the driver had returned to the scene and was acting as an observer, according to BSO. </p><p>Deputies said they quickly took the man into custody, but his identity has not been released. </p><p>An investigation continues into the cause of the crash, authorities said. </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[Auto se estrella contra una vivienda en Dania Beach; una persona fue hospitalizada]]></title><link>https://www.local10.com/espanol/2026/08/30/auto-se-estrella-contra-una-vivienda-en-dania-beach-una-persona-fue-hospitalizada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/auto-se-estrella-contra-una-vivienda-en-dania-beach-una-persona-fue-hospitalizada/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Una mujer fue hospitalizada después de que el vehículo en el que viajaba se estrellara contra una vivienda en Dania Beach. El conductor huyó a pie tras el choque, pero regresó poco después al lugar.]]></description><pubDate>Sun, 30 Aug 2026 15:01:18 +0000</pubDate><content:encoded><![CDATA[<p>Equipos de emergencia acudieron al lugar después de que un automóvil se estrellara contra una vivienda en Dania Beach.</p><p>El accidente ocurrió la tarde del sábado en la esquina de Northwest 13th Avenue y West Dania Beach Boulevard.</p><p>El impacto dejó un agujero en uno de los costados de la vivienda. Una Jeep Cherokee blanca, con daños en la parte delantera, fue remolcada del lugar.</p><p>Los equipos de rescate informaron que una persona fue hospitalizada.</p><p>De acuerdo con la Oficina del Sheriff de Broward, se trataba de una mujer que viajaba como pasajera en la Jeep.</p><p>Los agentes dijeron que el conductor huyó a pie después del accidente, dejando atrás a la pasajera herida.</p><p>Poco después, testigos alertaron a las autoridades de que el conductor había regresado al lugar y permanecía allí observando lo ocurrido, según BSO.</p><p>Los agentes dijeron que rápidamente detuvieron al hombre, aunque su identidad no ha sido revelada.</p><p>Las autoridades continúan investigando la causa del accidente.</p>]]></content:encoded></item><item><title><![CDATA[Saved by a lunch break: Nepal floods destroyed many schools, but students at this school survived]]></title><link>https://www.local10.com/news/world/2026/08/30/saved-by-a-lunch-break-nepal-floods-destroyed-many-schools-but-students-at-this-school-survived/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/30/saved-by-a-lunch-break-nepal-floods-destroyed-many-schools-but-students-at-this-school-survived/</guid><dc:creator><![CDATA[By NIRANJAN SHRESTHA and SHONAL GANGULY, Associated Press]]></dc:creator><description><![CDATA[DHADING, Nepal (AP) — In one of the areas worst hit by Wednesday’s catastrophic floods in Nepal, a group of schoolchildren managed to survive when they happened to leave their classroom for their lunch break.]]></description><pubDate>Sun, 30 Aug 2026 14:54:48 +0000</pubDate><content:encoded><![CDATA[<p>DHADING, Nepal (AP) — In one of the areas worst hit by Wednesday’s catastrophic floods in Nepal, a group of schoolchildren managed to survive when they happened to leave their classroom for their lunch break.</p><p>Children attending other classes at the school in Dhading also escaped because teachers told them to quickly evacuate their classrooms shortly before the waters came crashing in.</p><p>“The teachers said, ‘There is a flood and you should leave bags and tiffins,’” said Lakshmi Shrestha, the mother of a student attending the school. “That’s how they managed to survive.”</p><p>Shrestha was among mothers and children who began to return to their school on Sunday to find the kids' belongings and see what could be salvaged. The majority of the children at the school appeared to have survived the floods, the families said.</p><p>Thick brown and gray mud coated the surfaces of school benches, walls and notebooks while the school’s courtyard was filled with sediment. Lines on the walls showed how high the water rapidly rose. A pile of small mud-caked backpacks, some with colorful key chains, were on the benches and floors, waiting to be claimed.</p><p>Kopila Mizar, the mother of a student, was unable to find her son’s backpack, but remained positive.</p><p>“My son is alive, that is my biggest happiness,” she said.</p><p>At least 69 schools in Nepal’s flood-devastated districts have been destroyed or damaged, putting education at risk for nearly 19,000 children, according to the nonprofit Save the Children. Those numbers are likely to rise as rescue teams reach more areas, they said.</p><p>The government ordered schools and universities to shut down for three days following torrential rains that triggered severe flash floods and landslides across parts of the country. University exams were also paused.</p><p>With communities still receiving constant flood warnings advising them to move to higher, safer areas, it’s unclear when classes will be able to resume.</p><p>Nepal’s disaster agency said Sunday the death toll had climbed to 788 with 2,502 missing, while Chinese authorities reported 16 deaths and 546 missing on the Chinese side of the border.</p><p>The missing include hundreds of people from over a dozen countries who were in the region to work, visit the mountains or make a pilgrimage to a sacred peak. On Sunday, Chinese state media said 261 foreigners were missing in Tibet, including over a hundred Nepalis and others from around the world.</p><p>___</p><p>Associated Press reporter Victoria Milko contributed to this report.</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/C4K3NOLF52YBFYBZWSQTKIFDBI.jpg?auth=1d1520cf90b24fabfe10ec2222a3a2509ee7b950b4b55ab83799d335d302dda6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A student searches for her school bag from a pile extracted from the mud brought in by the recent flash floods, at the Shree Bagheswori Madhyamik School in Galchhi, Dhading district of Nepal Sunday, Aug. 30, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5UTUEN2242N3PHXSA4Y2GYFEQ.jpg?auth=8957239f501dc2fca6d748124821a6dd2a60e13b233a117264568a742ca7330e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mud covers the floor of a classroom damaged in the recent flash floods at the Shree Bagheswori Madhyamik School in Galchhi, Dhading district of Nepal Sunday, Aug. 30, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24L5FL3TS2CI5JMUQC2OJ3QPXU.jpg?auth=55ec851a84f533e65408918af3b20cab191f780b2c689be199c25167782662d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mother searches for her child's bag from a pile extracted from the mud brought in by the recent flash floods, at the Shree Bagheswori Madhyamik School in Galchhi, Dhading district of Nepal Sunday, Aug. 30, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LGWZB5YYRG542ILXIW5QDVBPNA.jpg?auth=7c351cfd0527a554b15f654293fe36cdf540fd1e6056a972f794bfcb091ed021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students' lunchboxes are covered in mud brought in by the recent flash floods, at the Shree Bagheswori Madhyamik School in Galchhi, Dhading district of Nepal Sunday, Aug. 30, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5347NPWVZFQ4LKNYSGUDZUHMTI.jpg?auth=b893d5fc56b91fde7e532b19132c64a2bf281704ffecd822142012d68921cd5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A student smiles after locating her bag from a pile extracted from the mud brought in by the recent flash floods, at the Shree Bagheswori Madhyamik School in Galchhi, Dhading district of Nepal Sunday, Aug. 30, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Violent overnight crash leaves 2 vehicles badly damaged in Hollywood]]></title><link>https://www.local10.com/news/local/2026/08/30/violent-overnight-crash-leaves-2-vehicles-badly-damaged-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/30/violent-overnight-crash-leaves-2-vehicles-badly-damaged-in-hollywood/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[First responders rushed to the scene of a crash that occurred overnight in Hollywood.]]></description><pubDate>Sun, 30 Aug 2026 14:24:50 +0000</pubDate><content:encoded><![CDATA[<p>First responders rushed to the scene of a crash that occurred overnight in Hollywood.</p><p><a href="https://www.local10.com/espanol/2026/08/30/accidente-de-madrugada-deja-dos-vehiculos-gravemente-danados-en-hollywood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/30/accidente-de-madrugada-deja-dos-vehiculos-gravemente-danados-en-hollywood/">Leer en español</a></p><p>It happened in the area of Hollywood Boulevard and 26th Avenue just before 3:30 a.m., not far from the Hollywood Branch Library. </p><p>Local 10 News cameras captured two damaged vehicles at the scene, a black pickup truck and a white Jeep Wagoneer. </p><p>Both were left mangled with shattered windshields and deployed airbags, </p><p>A tow truck operator at the scene told Local 10 News’ Linnie Supall that the driver of the pickup was speeding on Hollywood Boulevard when he lost control, hitting one of the heavy garden rocks on the median. </p><p>That caused the pickup to go airborne, crashing into the Jeep as it was entering a roundabout, according to the tow truck driver. </p><p>Hollywood police were observed at the scene and are investigating the circumstances that led up to the crash. </p><p>They have not provided any official information as to what led up to the crash and whether there will be any arrests or charges. </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[Accidente de madrugada deja dos vehículos gravemente dañados en Hollywood]]></title><link>https://www.local10.com/espanol/2026/08/30/accidente-de-madrugada-deja-dos-vehiculos-gravemente-danados-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/accidente-de-madrugada-deja-dos-vehiculos-gravemente-danados-en-hollywood/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Dos vehículos quedaron severamente dañados tras un accidente ocurrido durante la madrugada en Hollywood. La policía investiga las circunstancias del choque.]]></description><pubDate>Sun, 30 Aug 2026 14:49:07 +0000</pubDate><content:encoded><![CDATA[<p>Los equipos de emergencia acudieron durante la madrugada al lugar de un accidente ocurrido en Hollywood.</p><p>El choque se registró poco antes de las 3:30 a.m. en el área de Hollywood Boulevard y 26th Avenue, cerca de la biblioteca Hollywood Branch Library.</p><p>Las cámaras de Local 10 News captaron dos vehículos dañados en el lugar: una camioneta pickup negra y una Jeep Wagoneer blanca.</p><p>Ambos vehículos quedaron destrozados, con los parabrisas rotos y las bolsas de aire desplegadas.</p><p>Un operador de grúa que se encontraba en el lugar dijo a Linnie Supall, de Local 10 News, que el conductor de la camioneta pickup circulaba a alta velocidad por Hollywood Boulevard cuando perdió el control y chocó contra una de las grandes rocas decorativas ubicadas en el separador central.</p><p>Según el operador de la grúa, el impacto provocó que la camioneta saliera por los aires y chocara contra la Jeep cuando esta ingresaba a una rotonda.</p><p>Agentes de la Policía de Hollywood fueron vistos en el lugar y están investigando las circunstancias que provocaron el accidente.</p><p>Hasta el momento, las autoridades no han proporcionado información oficial sobre la causa del choque ni han indicado si habrá arrestos o se presentarán cargos.</p>]]></content:encoded></item><item><title><![CDATA[Realizan homenaje a madre e hija que murieron tras ser alcanzadas por un rayo en Margate]]></title><link>https://www.local10.com/espanol/2026/08/30/realizan-homenaje-a-madre-e-hija-que-murieron-tras-ser-alcanzadas-por-un-rayo-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/realizan-homenaje-a-madre-e-hija-que-murieron-tras-ser-alcanzadas-por-un-rayo-en-margate/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Familiares, amigos y miembros de la comunidad se reunieron en Margate para rendir homenaje a Kenya Glasgow y a su hija Kennedi, de 2 años, quienes murieron después de ser alcanzadas por un rayo mientras se dirigían a la casa de un familiar.]]></description><pubDate>Sun, 30 Aug 2026 14:41:44 +0000</pubDate><content:encoded><![CDATA[<p>El sábado se realizó un homenaje a la luz de las velas en memoria de una madre y su pequeña hija.</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/">Kenya Glasgow y su hija Kennedi Glasgow, de 2 años, murieron tras ser alcanzadas por un rayo la tarde del domingo 24 de agosto</a> en Margate.</p><p>Los equipos de emergencia hicieron todo lo posible por reanimarlas, pero ambas fueron declaradas muertas en el hospital.</p><p>Kameron Glasgow, esposo de Kenya y padre de Kennedi, se encontraba a pocos pasos cuando ocurrió el incidente.</p><p>Glasgow dijo que sintió la descarga a través del suelo después del impacto. Su otra hija, Kensil, permanecía dentro del automóvil en ese momento, pero cuando se dio vuelta vio que Kenya y Kennedi habían resultado heridas.</p><p>La familia de cuatro personas se apresuraba a entrar a la casa de un familiar, ubicada en la cuadra 7900 de Northwest First Street, para cenar y resguardarse antes de que comenzara la tormenta.</p><p>Han pasado seis días desde la tragedia, que ha conmocionado profundamente a la comunidad de Margate.</p><p>Durante el homenaje, Kameron Glasgow estuvo rodeado de amigos, familiares y seres queridos.</p><p>“Este es el periodo más largo que he pasado sin escuchar su voz”, dijo. “Va a tomar tiempo. Va a tomar mucho tiempo porque es todo lo que conozco. Básicamente crecimos juntos”.</p><p>Glasgow dijo que los últimos días han sido una montaña rusa de emociones, pero que el apoyo de las personas presentes y de quienes se han solidarizado con él le ayudará a seguir adelante.</p><p>“Siento todo el cariño que llega de todas partes”, dijo. “Eso es lo que me ayuda a seguir adelante, y mi hija también es lo que me mantiene en pie”.</p><p>A pesar de la tragedia, el encuentro estuvo dedicado a recordar a Kennedi y Kenya y a compartir los momentos que dejaron entre quienes las conocieron y las quisieron.</p><p>Durante la ceremonia, los asistentes tuvieron la oportunidad de expresar sus emociones y compartir historias, incluidos los padres de Kenya.</p><p>“Estoy destrozada”, dijo Adrian Moore, madre de Kenya. “Recé por ella y le dije a Dios que, cuando me la diera, me diera también la sabiduría y el entendimiento para atravesar la vida, y así fue. Treinta y un años; ojalá hubiera tenido más tiempo”.</p><p>“Yo hacía cualquier cosa por ella”, dijo Willie Pickett, padre de Kenya. “Un día me preguntó: ‘Papá, ¿qué está pasando con el dinero?’. Le dije: ‘Trajiste a estas dos niñas. Ahora ellas se están quedando con tu dinero. Para ti se acabó’”.</p><p>Los servicios para celebrar sus vidas están previstos para el próximo fin de semana, aunque los detalles todavía se están ultimando.</p>]]></content:encoded></item><item><title><![CDATA[Driver airlifted to hospital after rollover crash on Palmetto Expressway in Miami Lakes]]></title><link>https://www.local10.com/news/local/2026/08/30/driver-airlifted-to-hospital-after-rollover-crash-on-palmetto-expressway-in-miami-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/30/driver-airlifted-to-hospital-after-rollover-crash-on-palmetto-expressway-in-miami-lakes/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A driver was injured after an early morning crash along the Palmetto Expressway.]]></description><pubDate>Sun, 30 Aug 2026 13:48:31 +0000</pubDate><content:encoded><![CDATA[<p>A driver was injured after an early morning crash along the Palmetto Expressway.</p><p><a href="https://www.local10.com/espanol/2026/08/30/conductor-es-trasladado-en-helicoptero-al-hospital-tras-volcadura-en-palmetto-expressway-en-miami-lakes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/30/conductor-es-trasladado-en-helicoptero-al-hospital-tras-volcadura-en-palmetto-expressway-en-miami-lakes/">Leer en español</a></p><p>It happened around 6:45 a.m. near the exit for northwest 154th Street in Miami Lakes. </p><p>According to authorities, one of the vehicles involved in the crash rolled over.</p><p>Miami-Dade Fire Rescue said driver man was taken by helicopter to an area trauma center, but their health condition was not provided.</p><p>Traffic was backed up in the northbound lanes of the Palmetto as crews worked to clear the crash scene. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[1 dead after fiery crash in southwest Miami-Dade, first responders say]]></title><link>https://www.local10.com/news/local/2026/08/29/1-dead-after-fiery-crash-in-southwest-miami-dade-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/1-dead-after-fiery-crash-in-southwest-miami-dade-first-responders-say/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[A fiery crash involving a pickup truck and a flatbed semi-truck left a man dead and shut down a portion of U.S. 1 in southwest Miami-Dade on Saturday morning, according to the Florida Highway Patrol.]]></description><pubDate>Sat, 29 Aug 2026 12:27:19 +0000</pubDate><content:encoded><![CDATA[<p>A fiery crash involving a pickup truck and a flatbed semi-truck left a man dead and shut down a portion of U.S. 1 in southwest Miami-Dade on Saturday morning, according to the Florida Highway Patrol.</p><p><a href="https://www.local10.com/espanol/2026/08/29/una-persona-muere-tras-aparatoso-accidente-con-incendio-en-el-suroeste-de-miami-dade-informan-socorristas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/una-persona-muere-tras-aparatoso-accidente-con-incendio-en-el-suroeste-de-miami-dade-informan-socorristas/">Leer en español</a></p><p>FHP officials said the crash happened at approximately 6:37 a.m. at the intersection of U.S. 1 and Southwest 184th Street.</p><p>They said a Dodge pickup truck collided with a flatbed semi-truck, igniting a small fire in the Dodge’s engine compartment.</p><p>The driver of the Dodge, a man who has not yet been identified, died at the scene, according to troopers. They said the driver of the semi-truck was not injured.</p><p>MD Rony owns the Marathon gas station near where the crash occurred. </p><p>“It’s very sad, when I saw it I couldn’t eat even,” said Rony. “We usually see accidents there, but I’d never seen a big accident like that.”</p><p>U.S. 1 was closed between Southwest 183rd Street and Southwest 186th Street while authorities investigated the crash.</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[Karina se convierte en huracán en el Pacífico; podría tomar más fuerza esta semana]]></title><link>https://www.local10.com/espanol/2026/08/30/karina-se-convierte-en-huracan-en-el-pacifico-podria-tomar-mas-fuerza-esta-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/karina-se-convierte-en-huracan-en-el-pacifico-podria-tomar-mas-fuerza-esta-semana/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — La tormenta tropical Karina se fortaleció hasta convertirse en huracán en el océano Pacífico el domingo y podría tomar fuerza de huracán mayor esta semana, de acuerdo con meteorólogos. El vórtice del ciclón estaba mar adentro, muy lejos, y no amenazaba tierra.]]></description><pubDate>Sun, 30 Aug 2026 13:42:18 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — La tormenta tropical Karina se fortaleció hasta convertirse en huracán en el océano Pacífico el domingo y podría tomar fuerza de huracán mayor esta semana, de acuerdo con meteorólogos. El vórtice del ciclón estaba mar adentro, muy lejos, y no amenazaba tierra.</p><p>Karina tenía vientos máximos sostenidos de 130 kilómetros por hora (80 millas por hora), informó el Centro Nacional de Huracanes, con sede en Miami, lo que lo convierte en un huracán de categoría 1. Un huracán mayor es de categoría 3 o superior.</p><p>La tormenta se ubicaba a unos 1.325 kilómetros (820 millas) al suroeste del extremo sur de la península de Baja California, en México, y se desplazaba hacia el noroeste a 24 kilómetros por hora (15 millas por hora), en una trayectoria prevista más alejada, hacia el Pacífico.</p><p>Aunque se esperaba que Karina se mantuviera muy lejos de tierra, el centro de huracanes señaló que el oleaje de la tormenta probablemente provocará condiciones peligrosas de fuerte resaca y corrientes de retorno a lo largo de partes del suroeste de México y de la península de Baja California.</p><p>En otras zonas del Pacífico, la tormenta tropical Lowell estaba a 1.850 kilómetros (1.150 millas) al sureste de Hawai, y tampoco representaba una amenaza para tierra.</p><p>La Oficina Nacional de Administración Oceánica y Atmosférica de Estados Unidos (NOAA, por sus siglas en inglés) ha pronosticado una temporada de huracanes en el Atlántico por debajo del promedio debido a El Niño.</p><p>Pronosticó entre ocho y 14 tormentas con nombre, de las cuales entre tres y seis alcanzarán fuerza de huracán y entre una y tres se intensificarán hasta convertirse en huracanes mayores.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V7IUO72IZI2WCJ5L25PO4V7BWY.jpg?auth=0abddda233d937a9b7bc31b096d2deb860f229e07408cf2d3deca1fd4c3df8a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital difundida por la NOAA muestra al huracán Karina intensificándose frente al extremo sur de Baja California, el domingo 30 de agosto de 2026. (NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[Woman hospitalized after drowning incident in North Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/29/woman-hospitalized-after-drowning-incident-in-north-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/woman-hospitalized-after-drowning-incident-in-north-fort-lauderdale/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[First responders rushed to a home in North Lauderdale on Sunday after receiving a report of a woman who was drowning.]]></description><pubDate>Sun, 30 Aug 2026 01:48:44 +0000</pubDate><content:encoded><![CDATA[<p>First responders rushed to a home in North Lauderdale on Sunday after receiving a report of a woman who was drowning.</p><p><a href="https://www.local10.com/espanol/2026/08/30/mujer-es-hospitalizada-tras-ser-encontrada-inconsciente-en-una-piscina-en-north-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/30/mujer-es-hospitalizada-tras-ser-encontrada-inconsciente-en-una-piscina-en-north-lauderdale/">Leer en español</a></p><p>Authorities said when paramedics arrived to the home on Southwest 67th Avenue and 15th Street, they found an unresponsive woman who had been found in a nearby pool and quickly took her to a nearby hospital.</p><p>Officials have not provided an update on that woman’s health status. </p><p>Nearby residents said word of another water emergency hits especially hard after a 4-year-old child recently drowned in the same neighborhood.</p><p>“Yeah, that’s crazy because it was like a couple houses down, somebody had drowned like not too long ago at the end of summer,” said neighbor Janiyah Hilaire. “It was a kid. It was so unfortunate, he was four years old. Long live Papa.”</p><p>The circumstances surrounding the incident are under investigation, authorities said. </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[Mujer es hospitalizada tras ser encontrada inconsciente en una piscina en North Lauderdale ]]></title><link>https://www.local10.com/espanol/2026/08/30/mujer-es-hospitalizada-tras-ser-encontrada-inconsciente-en-una-piscina-en-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/mujer-es-hospitalizada-tras-ser-encontrada-inconsciente-en-una-piscina-en-north-lauderdale/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Una mujer fue trasladada de urgencia a un hospital este domingo después de ser encontrada inconsciente en una piscina en North Lauderdale. ]]></description><pubDate>Sun, 30 Aug 2026 14:26:55 +0000</pubDate><content:encoded><![CDATA[<p>Equipos de emergencia acudieron este domingo a una vivienda en North Lauderdale tras recibir un reporte sobre una mujer que se estaba ahogando.</p><p>Las autoridades informaron que, cuando los paramédicos llegaron a la vivienda ubicada cerca de Southwest 67th Avenue y 15th Street, encontraron a una mujer inconsciente que había sido hallada en una piscina cercana y la trasladaron rápidamente a un hospital de la zona.</p><p>Las autoridades no han proporcionado una actualización sobre su estado de salud.</p><p>Residentes del vecindario dijeron que la noticia de otra emergencia relacionada con el agua resulta especialmente impactante después de que un niño de 4 años se ahogara recientemente en la misma zona.</p><p>“Sí, es una locura porque fue como unas casas más abajo. Alguien se ahogó no hace mucho”, dijo la vecina Janiyah Hilaire. “Era un niño. Fue muy lamentable, tenía cuatro años. Que viva por siempre”.</p><p>Las circunstancias que rodean el incidente están bajo investigación, informaron las autoridades.</p>]]></content:encoded></item><item><title><![CDATA[Conductor es trasladado en helicóptero al hospital tras volcadura en Palmetto Expressway, en Miami Lakes]]></title><link>https://www.local10.com/espanol/2026/08/30/conductor-es-trasladado-en-helicoptero-al-hospital-tras-volcadura-en-palmetto-expressway-en-miami-lakes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/conductor-es-trasladado-en-helicoptero-al-hospital-tras-volcadura-en-palmetto-expressway-en-miami-lakes/</guid><description><![CDATA[Un conductor resultó herido después de un accidente en Miami Lakes, en el que uno de los vehículos involucrados terminó volcado.]]></description><pubDate>Sun, 30 Aug 2026 14:17:06 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor resultó herido tras un accidente ocurrido la mañana de este domingo en el Palmetto Expressway.</p><p>El accidente ocurrió alrededor de las 6:45 a.m. cerca de la salida de Northwest 154th Street, en Miami Lakes.</p><p>Según las autoridades, uno de los vehículos involucrados en el accidente volcó.</p><p>Miami-Dade Fire Rescue informó que el conductor, un hombre, fue trasladado en helicóptero a un centro de traumatología de la zona. No se dio a conocer su estado de salud.</p><p>El tránsito se congestionó en los carriles en dirección norte del Palmetto mientras los equipos de emergencia trabajaban para despejar la zona del accidente.</p>]]></content:encoded></item><item><title><![CDATA[Vigil held for mother, daughter killed in Margate lightning strike]]></title><link>https://www.local10.com/news/local/2026/08/29/vigil-held-for-mother-daughter-killed-in-margate-lightning-strike/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/vigil-held-for-mother-daughter-killed-in-margate-lightning-strike/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A candlelight vigil was held Saturday in honor of a mother and her young daughter. ]]></description><pubDate>Sat, 29 Aug 2026 22:20:26 +0000</pubDate><content:encoded><![CDATA[<p>A candlelight vigil was held Saturday in honor of a mother and her young daughter.</p><p>Kenya Glasgow and 2-year-old Kennedi Glasgow <a href="https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/">were killed by lightning Sunday afternoon in Margate</a>. </p><p>First responders tried their best to revive the mother and daughter, but it was too late as they were pronounced dead at the hospital. </p><p>Kameron Glasgow, Kenya’s husband and Kennedi’s father, were steps away when it happened. </p><p>Kameron Glasgow said he felt the shock from the ground after it struck, while his daughter Kensil was still in the car at the time, but when he turned around he saw Kenya and Kennedi had been injured. </p><p>The family of four were rushing into a relative’s house along the 7900 block of Northwest First Street for dinner, trying to beat a rainstorm. </p><p>It’s been six days and the tragedy has shaken many in the Margate community to its core. </p><p>At the vigil, Kameron Glasgow was surrounded by friends, family and loved ones. </p><p>“This is the longest I went without hearing her voice,” he said. “It’s going to take some time. It’s going to take a lot of time because it’s all I know. We basically we grew up together.”</p><p>Glasgow said the last several days have been an emotional rollercoaster, but the support from the people in that room and beyond will be enough to get him through. </p><p>“I feel the outpouring of love from everywhere,” he said. “That’s what keeps me going and my daughter is what keeps me going.”</p><p>Despite the tragedy, the purpose of the vigil was to focus on the memories that Kennedi and Kenya left behind to the ones who knew and loved them so much.</p><p>During the vigil, one by one, everyone was able to release their emotions and share stories, including Kenya’s parents. </p><p>“I’m hurt,” said Adrian Moore, Kenya’s mother. “I prayed for her and I told god when you give me her, give me the wisdom and the understanding to get through life and I did. Thirty-one, I wish I had longer.”</p><p>“I did anything when it came to her,” said Willie Pickett, Kenya’s father. “One day, she asked me, ‘Dad, what’s happening with the money.’ I said you brought these two girls along. They’re getting your money now. It’s the end of the line for you.”</p><p>Celebration of life services are expected to take place next weekend, though details are still being finalized.</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[August 30: Wet Sunday ahead]]></title><link>https://www.local10.com/weather/2026/08/30/august-30-wet-sunday-ahead/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/30/august-30-wet-sunday-ahead/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Keep the umbrellas handy, we’ve got another wet forecast for this final Sunday of August.]]></description><pubDate>Sun, 30 Aug 2026 13:10:28 +0000</pubDate><content:encoded><![CDATA[<p>Keep the umbrellas handy, we’ve got another wet forecast for this final Sunday of August. Heading into the first week of September the rain stays in the forecast with several inches possible through the next seven days. </p><p>A disturbance over the Bahamas (non-tropical) will drift slowly across South Florida keeping our rain chances pretty high through midweek then the remnants of former Tropical Storm Dolly could close in on us keeping those rain chances high toward the end of the week. All in all, this rainy forecast is great news for our drought.</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[In one Nepal district, flood catastrophe is measured in bodies and burial trenches]]></title><link>https://www.local10.com/news/world/2026/08/30/in-one-nepal-district-flood-catastrophe-is-measured-in-bodies-and-burial-trenches/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/30/in-one-nepal-district-flood-catastrophe-is-measured-in-bodies-and-burial-trenches/</guid><dc:creator><![CDATA[By SHRISTI KAFLE and AIJAZ HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — The devastating flash floods in the Himalayan region swept so many people downstream that authorities in one Nepalese district have begun burying bodies in temporary graves before they can be identified, prompting accusations that Hindu funeral traditions are being ignored.]]></description><pubDate>Sun, 30 Aug 2026 12:45:32 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — The devastating flash floods in the Himalayan region swept so many people downstream that authorities in one Nepalese district have begun burying bodies in temporary graves before they can be identified, prompting accusations that Hindu funeral traditions are being ignored.</p><p>In south-central Nepal's Chitwan district, the scale of the catastrophe was evident in some 250 bodies awaiting identification and the hastily dug trenches for their temporary burial following Wednesday’s catastrophic floods and mudslides, which killed at least 800 people and left more than 3,000 missing in Nepal and Tibet.</p><p>The bodies were carried hundreds of kilometers downstream by the Bhotekoshi River from the flood's epicenter before being recovered in Chitwan.</p><p>Authorities carried out a temporary burial of about 100 victims on Saturday, officials said, as forensic teams struggled to cope. A convoy of vehicles carrying bodies entered a lush, forested area as an excavator dug a wide trench in the red earth while officials and media looked on.</p><p>Anil Thapa, a police inspector coordinating the handling of the bodies, said another 50 bodies were having DNA samples taken ahead of their likely burial Sunday.</p><p>Authorities preserve the DNA samples, photograph distinguishing facial features and record other identifying details, Thapa said. The bodies are assigned a reference number to help families claim them later.</p><p>Thapa said many of the bodies had remained submerged in floodwaters for about four days and were already decomposing by the time they were recovered.</p><p>Across the region, homes, vehicles and farm tractors still lay partially buried in mud.</p><p>Limited forensic infrastructure and inadequate morgue capacity in the district further strained efforts to manage the overwhelming number of bodies recovered from the disaster, officials said.</p><p>High humidity and sweltering heat accelerated decomposition, compounding the challenges as health experts warned that leaving the remains exposed could increase the risk of disease.</p><p>Fresh landslides in the area on Sunday closed the main highway linking the capital city of Kathmandu and Chitwan, a day after it partially reopened, complicating efforts to move bodies and relief supplies.</p><p>As survivors grappled with the aftermath, criticism of the burials mounted. Some residents said the dead had waited days for their last rites and were denied dignity in death. Families still waiting to locate missing relatives and some public figures questioned whether authorities moved too quickly.</p><p>The issue is particularly sensitive in Nepal, a predominantly Hindu nation where the dead are traditionally cremated.</p><p>Ruby Chaudhary, who has two missing relatives, said the burials should not proceed without families’ consent.</p><p>“The dead deserve to be treated with dignity,” she said. “Our tradition is to cremate them on the riverbank, surrounded by their immediate family.”</p><p>A former prime minister, Baburam Bhattarai, said it was inappropriate to dispose of unidentified bodies before search and rescue operations were complete and without broader consultation with families of the missing.</p><p>If morgues were insufficient, authorities could have mobilized emergency resources to set up temporary morgues or secure cold storage facilities, he said in a social media post Saturday night.</p><p>Officials said the burials were a temporary measure necessitated by health concerns and limited capacity.</p><p>“People are worried that this could be a permanent burial, but it is only temporary management,” Thapa said. “If someone is able to verify the identity later using the available information, they can take back the body and perform the appropriate funeral rites.”</p><p>Amrit Bahadur Rai, Nepal’s foreign secretary, said the temporary burial of unidentified bodies was carried out in line with internationally accepted disaster-management protocols, including those of the International Committee of the Red Cross.</p><p>“Families can match records later, and will be allowed to exhume (the remains later) for necessary rituals,” Rai said at a press briefing in Kathmandu.</p><p>___</p><p>Hussain reported from New Delhi, India</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKWX3BLKDS3EXNKVRTYS324QQI.jpg?auth=0e5e2a5142aeb9dab7fb6ff524eae22d7b03a68e3a82a277d03b5c8cc940383a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers carry bodies of flash flood victims for a mass burial in Chitwan, Nepal, Saturday, Aug. 29, 2026. (AP Photo/Nisha Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Nisha Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K3QS2CRRKLUL6FXMOLQNEAPR2M.jpg?auth=4532ca6169d06af0b63530e8c89a9011d9fdfe8f3d8690412ec1a28b68d15ed4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers keep bodies of flash flood victims in mortuary before a mass burial in Chitwan, Nepal, Saturday, Aug. 29, 2026. (AP Photo/Nisha Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Nisha Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GO63SJB6DLU2EGXYDIBMBSUTNE.jpg?auth=9efbd369085fe177b9983251cefd962dc685b7656ef4f5eecff2a066acb60300&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers carry bodies of flash flood victims for a mass burial, in Chitwan, Nepal, Saturday, Aug. 29, 2026. (AP Photo/Nisha Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Nisha Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FRYQFPG7BVMODUTPE5HTXBTJPU.jpg?auth=2d8322ae85c819483727d3f4d74c188b813b14f7fff58bdcd9bf4f05baeaecbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An earthmover digs a burial site for a mass burial of flash floods victims, in Chitwan, Nepal, Saturday, Aug. 29, 2026. (AP Photo/Nisha Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Nisha Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CE2OLJZWI63RMGG5BJSZZT4JJI.jpg?auth=783334bf94a37a1a4cee9414cf5badb27308ffee20ab4dc47685cd045af8aa2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People inquire about the bodies of their relatives killed in flash floods at a mortuary in Chitwan, Nepal, Saturday, Aug. 29, 2026. (AP Photo/Nisha Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Nisha Shrestha</media:credit></media:content></item><item><title><![CDATA[Iran's leader calls for Muslim unity and other Mideast news]]></title><link>https://www.local10.com/news/world/2026/08/30/irans-leader-calls-for-muslim-unity-and-other-mideast-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/30/irans-leader-calls-for-muslim-unity-and-other-mideast-news/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran’s supreme leader called on Muslim countries to stand together against Israel and the United States, imploring them to “know your real enemy.”]]></description><pubDate>Sun, 30 Aug 2026 14:45:24 +0000</pubDate><content:encoded><![CDATA[<p>Iran’s supreme leader called on Muslim countries to stand together against Israel and the United States, imploring them to “know your real enemy.”</p><p>U.S. broadcaster NBC said Israeli settlers attacked a team of its journalists in the occupied West Bank. A British activist faced deportation after Israeli settlers seized him and turned him over to police. And an Israeli airstrike in central Gaza killed at least two Palestinians, including a 3-year-old boy, hospital authorities said.</p><p>Here’s a look at the latest developments Sunday in the Iran war and the wider Middle East. Full coverage can be found here.</p><p>Iran’s supreme leader urges regional unity</p><p>Iran's new supreme leader, Ayatollah Mojtaba Khamenei, urged Muslim cooperation and unity in a letter to religious leaders from Islamic countries attending a conference in Tehran, Iran’s official IRNA news agency reported.</p><p>Khamenei called the U.S. and Israel enemies of all Islamic nations. “My enduring and repeating advice to rulers of Islamic nations is to know your real enemy, understand its plans and confront it," he wrote.</p><p>Six months after the U.S. and Israel attacked Iran, killing Khamenei's father and other senior leaders, Khamenei has not been seen publicly.</p><p>The war has exposed deep divisions in the Muslim world after Iran struck targets in neighboring Gulf Arab countries and restricted movement through the Strait of Hormuz. Tehran has opposed the U.S. military presence in neighboring nations.</p><p>NBC says settlers attack journalists in West Bank</p><p>Settlers attacked an NBC crew in the central West Bank on Saturday as they were interviewing a Palestinian woman who said she’d been driven out of her house, the network said.</p><p>Correspondent Matt Bradley, two other crew members and the woman were treated for injuries, NBC said, giving no details about them.</p><p>NBC shared footage showing masked settlers approaching the crew with sticks and beating their vehicles.</p><p>Israel’s military said it was “aware of reports of Palestinian injuries, including a Palestinian woman who sustained non-life-threatening injuries and was evacuated by the Red Crescent for medical treatment.” It did not comment on the attack on the NBC crew.</p><p>Prime Minister Benjamin Netanyahu issued a rare condemnation of the violence on Saturday, after a growing wave of violence by settlers in the West Bank. The Israeli leader has come under U.S. criticism for the attacks.</p><p>Settlers seized a British activist, lawyer says</p><p>Israeli settlers seized a British activist from a Palestinian village in the West Bank on Saturday and locked him in a shed before turning him over to police, his lawyer said Sunday.</p><p>Inbar Shaked Vardi said settlers held Finn Joughin for half an hour. Video showed two settlers, one armed, restraining Joughin and marching him away.</p><p>It was not clear what led to his capture. Settlers alleged he assaulted a child, which Vardi denied. Settlers pointed to a video where the activist uses his body in an apparent attempt to block a settler boy from passing through a fence. Vardi said the video shows he was trying to protect the village.</p><p>“Without any hearing, the police has decided to move him to deportation, which just shows that this entire case has been political in the first place,” Vardi said later, adding that Joughin would likely be deported Sunday night.</p><p>A spokesperson with the U.K. government's Foreign, Commonwealth & Development Office said embassy officials have raised the case with Israeli authorities and were seeking information.</p><p>Israeli strike kills 2 Palestinians in Gaza, including a child</p><p>An Israeli strike hit a group of people in the western part of Deir al-Balah, killing a 3-year-old and a man who Israel's military called a Hamas operative.</p><p>The military in a statement identified the man as Hassam Osama Hussein Nasir. It said he had “posed an immediate threat,” without providing evidence.</p><p>Another Palestinian was wounded, according to Al-Aqsa Martyrs Hospital, which received the casualties.</p><p>The deaths were the latest in Gaza since a fragile October ceasefire deal attempted to halt more than two years of war between Israel and Hamas. Gaza's Health Ministry says Israeli fire has killed at least 1,318 Palestinians since that truce.</p><p>___</p><p>AP writers Samy Magdy in Cairo, Julia Frankel in Jerusalem and Natalie Melzer in Nahariya, Israel, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBQQWL5SU66AR3YHLJLZWGPKLU.jpg?auth=f0a439c2b895cf647d7bcb10336beb2a2c3854189399a14522ce58b8747f66e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli settlers enter Palestinian properties in the occupied West Bank village of Qusra, Saturday, Aug. 29, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2DEA5IDD2RMUKWWN5D43VAAR4.jpg?auth=5b7a1eebca13894b9f559672b5a032ed4f66aa5e8ae15ad4d6139f9c7060b120&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli settlers are seen inside a Palestinian building under construction in the occupied West Bank village of Qusra, Saturday, Aug. 29, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EXPDUG65GC3VC7W77VBHTGFCQU.jpg?auth=2c6dd8876cca186d6d681917b758fe7093fc48fe6e8e4776fcbd253e4e637d2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli soldiers secure a building under construction as ambulances evacuate injured Palestinians following an attack by Israeli settlers in the occupied West Bank village of Qusra, Saturday, Aug. 29, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content></item><item><title><![CDATA[Moulton says Sen. Markey, 80, is too old for another term. Young Massachusetts Democrats are divided]]></title><link>https://www.local10.com/news/politics/2026/08/30/moulton-says-sen-markey-80-is-too-old-for-another-term-young-massachusetts-democrats-are-divided/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/30/moulton-says-sen-markey-80-is-too-old-for-another-term-young-massachusetts-democrats-are-divided/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — In a race that has centered on whether Ed Markey, 80, is too old for another U.S. Senate term, the Massachusetts Democrat's answer to a recent debate question was especially striking.]]></description><pubDate>Sun, 30 Aug 2026 14:08:40 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — In a race that has centered on whether Ed Markey, 80, is too old for another U.S. Senate term, the Massachusetts Democrat's answer to a recent debate question was especially striking.</p><p>When asked whether he uses AI platforms like Claude or ChatGPT in his work, Markey seemed unclear on the topic. He responded that he uses “whatever is inside of my iPhone or my iPad — whatever comes up” and added that he doesn't know “what companies my iPad may be using.”</p><p>For Arsen Bagdassarian, an 18-year-old supporter of Markey’s rival, 47-year-old U.S. Rep. Seth Moulton, the answer reinforced a concern that has become central to Moulton’s campaign to unseat the incumbent in Tuesday's party primary: that Markey, who would be 86 at the end of another term, is too old to represent a generation confronting problems that didn’t exist when Markey entered Congress 50 years ago.</p><p>“To be frank, I didn’t expect him to be as clueless as he really was on that topic,” said Bagdassarian, an incoming freshman at Boston’s Northeastern University. Artificial intelligence is “a major concern,” he said, and the country needs leaders “who understand what they’re being asked to regulate.”</p><p>The 2026 midterms have brought a number of generational challenges like the one Moulton is waging against Markey, with younger Democrats taking on — and in some cases unseating — longtime incumbents. There are signs that Democratic voters, especially, are looking for change, and some young voters argue older politicians can’t truly understand a world transformed by artificial intelligence, rising housing costs and student debt.</p><p>But that hasn’t been the case for all young people voting for the Senate nominee in a heavily Democratic state where the primary often decides who wins office. Markey has a strong following of young supporters, some of whom say that the internal party debate is more over policy than age. He’s won the endorsement of the High School Democrats of America and the College Democrats of America, as well as the backing of popular progressives such as U.S. Rep. Alexandria Ocasio-Cortez of New York and New York City Mayor Zohran Mamdani.</p><p>Among those younger supporters is Matt Kelly, president of the UMass Lowell College Democrats. Kelly doesn't dispute that Markey stumbled when asked about his use of AI, saying, “I'll admit it wasn't a good answer.”</p><p>But Kelly said he cares less about whether Markey knows how to use the latest technology than whether he understands how to govern it. Moulton’s relative youth, Kelly said, doesn’t necessarily make his views more representative of young voters.</p><p>“Just because he has a younger face doesn’t mean that he has younger ideas,” he said.</p><p>For young Markey supporters, longevity can be an asset</p><p>Many of Markey’s younger supporters turn Moulton’s argument about the senator’s 50-year political career on its head. To them, longevity provides a record they can judge — one that shows whether politicians held the same positions before they became popular with younger voters. One example is Markey’s vote in 2002 against the creation of the Department of Homeland Security, which later led to the creation of U.S. Immigration and Customs Enforcement.</p><p>Milan van Dam, a 17-year-old who serves as national chair of the High School Democrats of America, said generational leadership is “less about an age on a Wikipedia page” than the ideas a candidate represents and their consistency through time.</p><p>Abby Shadden, a 21-year-old Emmanuel College student, similarly pointed to Markey’s co-authorship of the Green New Deal and his early support for Medicare for All.</p><p>“There is this idea that younger people are just automatically more progressive when, in this case, it is very much not true,” she said.</p><p>For Kelly, the debate over AI is already playing out close to home. A proposed data center in Lowell, where he attends college, has generated opposition from some residents over its potential impact on the community. Kelly said Markey’s push for greater regulation of data centers matters more to him than the senator’s awkward answer about AI.</p><p>Kelly said his generation will be graduating into an economy increasingly shaped by artificial intelligence while facing a cost of living that has made it harder to achieve the same financial security as previous generations.</p><p>“Yes, Ed Markey’s answer rhetorically didn’t come off well, optically didn’t look well,” Kelly said. But when it comes to who will be good for “the group that’s graduating into this new economy,” he said, Markey’s record matters more.</p><p>Moulton says it's time for a new generation of Democratic leaders</p><p>Moulton seized on Markey's debate answer, telling him: “Senator, if you don’t even know what you’re using on your phone or your iPad, like this is why we need a new generation of leaders to regulate these technologies.” Moulton called Markey’s loose grasp of the technology “potentially disqualifying.”</p><p>Markey pushed back, saying, “It doesn’t make any difference whether it’s called Siri or it’s called Claude,” and emphasizing that familiarity with individual AI products was less important than putting safeguards around the technology. He pointed to legislation he has introduced to regulate AI’s effects on children, workers, civil rights, and the environment.</p><p>Moulton has emphasized Markey’s age throughout the race, calling for “generational change” and age limits for members of Congress.</p><p>For some of Moulton’s young supporters, however, the argument is about more than the candidates’ ages.</p><p>Molly Blander, an 18-year-old incoming Tufts University freshman, pointed to artificial intelligence and social media as technologies that have reshaped life for her generation — including its mental health. She cited Moulton’s work to establish 988 as the national suicide and crisis lifeline as an example of the kind of response she wants to see.</p><p>“Social media has created a modern mental health problem, so we need modern solutions,” Blander said.</p><p>“The world before AI is so different than it is now,” Blander added. “I think what was hard to see and hard to understand is that my senator does not understand one of the challenges that we’ve been facing.”</p><p>Her generation’s political world has also been shaped by Republican President Donald Trump.</p><p>“In my lifetime, I haven’t seen the Democratic Party and the Democratic establishment really make things much better,” she said, pointing to rising housing and energy costs and Trump’s rise and reelection. “And so I feel like the status quo and the establishment that we have now just isn’t working.”</p><p>___</p><p>Associated Press writer Michael Casey contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZURBHGLMEKDV7FGDO7AII55ZY.jpg?auth=aa9e43e2cf05dadce9070c6085fde3337d976ce0cc726de3654658726ec594f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this combination photo, Sen. Ed Markey, D-Mass., speaks during a news conference at the Capitol in Washington, March 27, 2025, left, and Rep. Seth Moulton, D-Mass., speaks during a candidate forum, Aug. 3, 2019, in Las Vegas. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CCMBZSLZDW5LSI7ACA5JFHHC3A.jpg?auth=65145488c15f80d257f8b30e30d2ad7f9f07a828790be1e7306984803ced3418&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Elizabeth Warren, Rep. Ayanna Pressley, D-Mass., Sen. Ed Markey, D-Mass. and Sen. Bernie Sanders, I-VT., , left to right, wave to attendees during a Get Out the Vote event supporting Markey, Saturday, Aug. 29, 2026 in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWZEUHNGKCTBCLMNNFFYZM4RHA.jpg?auth=49fe154f254c6b8e4074c22063ace58ea4c6f321b39677456605ba977aa0ff45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Seth Moulton, D-Mass. who is campaigning to unseat Sen. Ed Markey, D-Mass., speaks to prospective voters Saturday, Aug. 29, 2026, in Wakefield, Mass. (AP Photo/Josh Reynolds)]]></media:description><media:credit role="author" scheme="urn:ebu">Josh Reynolds</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHWLXLW4KJPOT2KFCMCIBABWXI.jpg?auth=c25fc6d06019b3c8e5b62c9a7dc46b055f6e14f7c20bd3c4590dc2d557bd603e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ed Markey speaks during a Get Out the Vote event supporting Markey, Saturday, Aug. 29, 2026 in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JBASQFODE4RWKE2FLELB2TQGEE.jpg?auth=9968ecf3e048990a4f3ce0355f544767b324e07011765775aa275106e6c76755&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Seth Moulton, D-Mass., who is challenging Sen. Ed Markey, D-Mass. in the Sept. 1, 2026 primary, speaks to Rich Giannino of Essex, Mass., during a campaign stop at the Agawam Diner Saturday, Aug. 29, 2026, in Rowley, Mass. (AP Photo/Josh Reynolds)]]></media:description><media:credit role="author" scheme="urn:ebu">Josh Reynolds</media:credit></media:content></item><item><title><![CDATA[NASA's newest space telescope launches on a quest to explore the hidden universe]]></title><link>https://www.local10.com/tech/2026/08/30/nasas-newest-space-telescope-launches-on-a-quest-to-explore-the-hidden-universe/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/30/nasas-newest-space-telescope-launches-on-a-quest-to-explore-the-hidden-universe/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — NASA’s newest crown jewel blasted off Sunday to hunt for planets around other stars, explore secret dark energy and survey the cosmos like never before.]]></description><pubDate>Sun, 30 Aug 2026 12:33:07 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — NASA’s newest crown jewel blasted off Sunday to hunt for planets around other stars, explore secret dark energy and survey the cosmos like never before.</p><p>SpaceX launched the $4.3 billion Roman Space Telescope shortly after daybreak aboard a triple-the-fire-power Falcon Heavy rocket from Kennedy Space Center. Roman blazed toward an observation point 1 million miles (1.6 million kilometers) away that's home to the Webb Space Telescope, one of NASA's other big-ticket eyes in the sky.</p><p>The bus-sized telescope — named after the late Nancy Grace Roman, NASA’s first chief astronomer — will take more than three months to reach its destination. Once there, it will cast the widest gaze yet on the hidden parts of the universe from space, uncovering the unimaginable with unsurpassed speed.</p><p>“It’s going to find thousands of supernovae, tens of thousands of planets, billions of galaxies and tens of billions of stars,” said NASA science mission director Nicky Fox. “It’s going to be able to do things that we’ve never been able to do before with its massive field of view.”</p><p>Several minutes after the thunderous launch, the rocket's two reusable side boosters descended tail-first in a thrilling scene, producing sharp sonic booms as they landed back at Cape Canaveral. Soon afterward, the telescope separated successfully from the rocket's upper stage, drawing applause from ground controllers.</p><p>Fox was in tears watching the action unfold. “It's such a good day!” she said.</p><p>Roman’s field of view is more than 100 times wider than that of NASA’s Hubble Space Telescope, still churning out celestial glamour shots after 36 years in orbit. Webb joined the effort several years ago with an even narrower yet spot-on vision capable of zooming in on objects almost as old as the universe-creating Big Bang.</p><p>These three orbiting powerhouses will join forces — along with the European Space Agency’s Euclid spacecraft and the National Science Foundation’s Vera C. Rubin Observatory in Chile — to reveal some of the universe’s biggest secrets.</p><p>Inside the countless galaxies awaiting discovery are stars with planets. Once these new worlds are spotted by Roman, the more powerful and sensitive Webb will take aim to fill in the blanks.</p><p>“Roman’s vast reach will allow us to find the weird, the rare and the unusual,” senior project scientist Julie McEnery said on the eve of launch. “We’ll redefine what it means to find a needle in a haystack.”</p><p>Perhaps even more important, astronomers expect Roman to shed light on the dark matter and dark energy that make up most of the universe yet remain concealed. Roman's catalog of galaxies will help scientists ascertain how quickly the universe is expanding due to these puzzling, unseen forces.</p><p>Roman’s superpower is speed.</p><p>A month of Milky Way observations by Roman would take Hubble a century to complete, according to McEnery. Roman should make quick work of scanning the galactic bulge at dead center, she added, providing the deepest look yet into the heart of our galaxy.</p><p>Besides a wide-field infrared camera that matches Hubble’s sensitivity but is 1,000 times faster, Roman holds an instrument to block out starlight. This experimental, eclipse-creating coronagraph will allow Roman to directly image any planet, however faint, that might be orbiting the masked star.</p><p>The telescope is designed to be refueled, meaning if a robotic tanker becomes available in the coming decade, that could extend its life.</p><p>Launching nearly a year ahead of schedule and within budget, Roman is NASA's first space telescope to be named after a woman.</p><p>Retired NASA scientist Ed Weiler said the honor is long overdue. He coined the phrase “Mother of Hubble” for Roman, who hired him in 1978. Observatories above Earth’s obscuring atmosphere can see farther and better, she insisted after joining the brand new NASA in 1959. She died in 2018 at age 93.</p><p>“This is very, very fitting. I think Nancy would be very proud” that the namesake telescope will tackle some of the biggest, lingering questions about the universe such as dark energy, Weiler said.</p><p>Hubble launched in 1990 with a flawed mirror that required spacewalking astronauts’ dramatic intervention. Roman’s primary mirror is the same size as Hubble’s — nearly 8 feet (2.4 meters) in diameter — and is actually spy satellite surplus.</p><p>The National Reconnaissance Office donated two leftover mirrors to NASA more than a decade ago for repurposing. The second mirror is still in storage.</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/IRLSASPIP2ECXJSUNYYSAQLYFA.jpg?auth=7e3c8cb9ecbddee1c0cec393e078598094b1d6e9764031cb083b599edb8129e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A SpaceX Falcon Heavy rocket with the space observatory Roman Telescope lifts off from launch complex 39A at the Kennedy Space Center in Cape Canaveral, Fla., Sunday, Aug. 30, 2026. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4RDFEXMW3B4DNEGCDYJI2ULMU.jpg?auth=a0da360a634d16539ad8903b3707e379fed5cfc239f0c1efb2df80e4b6bb9fa8&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 NASA shows Astronomer Nancy Grace Roman. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JCVVH3ZG2IAW7J5PKWC7YUWTDY.jpg?auth=8ed929ca0ae185cb26571903a37a4da910d8d0aedfbf993283d2681ba1bd8881&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 NASA shows technicians connecting the inner and outer segments of NASA's Nancy Grace Roman Space Telescope, Nov. 25, 2025, at NASA’s Goddard Space Flight Center in Greenbelt, Md. (Jolearra Tshiteya/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jolearra Tshiteya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EZAHY6XUQ52IMMWPFHFYFJXGVA.jpg?auth=b889680b9060e4df1496f77a8fd3e91389f4df59b04da7e11bc24b68a5ba8067&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A SpaceX Falcon Heavy rocket with the space observatory Roman Telescope lifts off from launch complex 39A at the Kennedy Space Center in Cape Canaveral, Fla., Sunday, Aug. 30, 2026. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZKWGFKBLTYY6MDMPA2T6HYILGM.jpg?auth=83ee447859617f8f625ba5e90fff2c653c0c2340ac74c6e9daa9382a25e3b2a0&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 NASA shows technicians meticulously connecting the inner and outer segments of NASA's Nancy Grace Roman Space Telescope, Nov. 25, 2025 at NASA’s Goddard Space Flight Center in Greenbelt, Md. (Sydney Rohde/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sydney Rohde</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Karina strengthens into a hurricane in the Pacific, could be a major storm this week]]></title><link>https://www.local10.com/tech/2026/08/30/tropical-storm-karina-strengthens-into-a-hurricane-in-the-pacific-could-be-a-major-storm-this-week/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/30/tropical-storm-karina-strengthens-into-a-hurricane-in-the-pacific-could-be-a-major-storm-this-week/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tropical Storm Karina strengthened into a hurricane in the Pacific Ocean on Sunday and could become a major storm this week, forecasters said. The cyclone's center was at far out sea and was not threatening land.]]></description><pubDate>Sun, 30 Aug 2026 11:58:41 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tropical Storm Karina strengthened into a hurricane in the Pacific Ocean on Sunday and could become a major storm this week, forecasters said. The cyclone's center was at far out sea and was not threatening land.</p><p>Karina had maximum sustained winds of 80 miles per hour (130 kilometers per hour), the Miami-based National Hurricane Center said, making it a Category 1 hurricane. A major hurricane is Category 3 or greater.</p><p>The storm was located about 820 miles (1,325 kilometers) southwest of the southern tip of Mexico’s Baja California Peninsula and was moving and was moving northwest at 15 miles per hour (24 kilometers per hour) a forecast path farther out into the Pacific.</p><p>While Karina was expected to stay well away from land, swells from the storm were likely to cause dangerous surf and rip current conditions along parts of southwest Mexico and the Baja California Peninsula, the hurricane center said.</p><p>Elsewhere in the Pacific, Tropical Storm Lowell was 1,150 miles (1,850 kilometers) southeast of Hawaii, and it too posed no threat to land.</p><p>The National Oceanic and Atmospheric Administration has forecast a below-average Atlantic hurricane season due to El Nino.</p><p>It predicted eight to 14 named storms, with three to six of them reaching hurricane strength and one to three intensifying to major hurricanes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EJSLRZKQOWMLR23LSCC72QRK74.jpg?auth=18eb95bd444930661a543fa20ab006a75bc7aa9c4055ed54f235effba0bbf2d4&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 Hurricane Karina strengthening off the southern tip of Baja California on Sunday, Aug. 30, 2026. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/2PANOU5WI7RXP7AUXXRE3IU3ME.jpg?auth=946040dd1ab0b11f3222762b76200daa544da8f130d2b5ab2b101a7180f84605&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The 2026 Atlantic Tropical Cyclone Names are displayed at the National Hurricane Center on the first day of hurricane season, June 1, 2026, in Miami. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXU63XNIXWEOQOA6B2FR22SJP4.jpg?auth=1ad59b22dd3173cf6ec062574e2e949f2e05fdcc78367e644db4ed37a0d26742&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 Hurricane Karina strengthening off the southern tip of Baja California on Saturday, Aug. 29, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[At least 7 dead after ferry carrying nearly 270 passengers and crew capsizes off northern Cyprus]]></title><link>https://www.local10.com/news/world/2026/08/30/at-least-7-dead-after-ferry-carrying-nearly-270-passengers-and-crew-capsizes-off-northern-cyprus/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/30/at-least-7-dead-after-ferry-carrying-nearly-270-passengers-and-crew-capsizes-off-northern-cyprus/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BODRUM, Turkey (AP) — At least seven people have died after a ferry carrying nearly 270 passengers and crew capsized off the coast of northern Cyprus on Sunday, Turkish media reported.]]></description><pubDate>Sun, 30 Aug 2026 14:45:24 +0000</pubDate><content:encoded><![CDATA[<p>BODRUM, Turkey (AP) — At least seven people have died after a ferry carrying nearly 270 passengers and crew capsized off the coast of northern Cyprus on Sunday, Turkish media reported.</p><p>Some 237 people have been rescued, Northern Cyprus Prime Minister Unal Ustel told Turkish state-run TRT news channel. He said a search was underway for another 24 people.</p><p>Ustel said the ferry faced adverse weather conditions and began taking on water just 15 minutes after departure. A call for help was issued shortly after, he said.</p><p>The catamaran-style ferry was traveling from the port of Kyrenia, also known as Girne, in the breakaway north of ethnically divided Cyprus, to the Turkish port of Tasucu in Mersin province.</p><p>Kyrenia Mayor Murat Senkul said the ship belonged to the Filo Denizcilik ferry company and sank off the coast of Diana beach on Cyprus’ northern coast.</p><p>The ferry started taking in water about 7.5 kilometers (4 nautical miles) off the coast, TRT reported.</p><p>Video footage from the scene shows people with life-vests floating in the waters around the capsized vessel.</p><p>Constantinos Letymbiotis, spokesman for Cyprus’ internationally recognized government, said in a post on X Sunday that the government had expressed its readiness to assist in search and rescue efforts with all available means.</p><p>“In these trying times, our thoughts are with those who lost their lives, those who were injured and all those who are living this tragedy,” Letymbiotis said.</p><p>“At such times, the protection of human life is paramount.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IILAUHYEO77DO7XKCKOSCJQCBY.jpg?auth=20475a9425a572eb4f33054bbe8e064496bea2985d7770f28b0c67a3cb329ef7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Survivors of a catamaran-style ferry which was capsized off the coast of northern Cyprus arrive at the port of Kyrenia in the Turkish occupied northern part of Cyprus, Sunday, Aug. 30, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6IBQX7NDBEKEVWNGSOMTK7X7YE.jpg?auth=c15c91285c683e9a7aef4a3327ba5c58baa8735cdf579ab294230de3ef153285&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Survivors of a catamaran-style ferry which was capsized off the coast of northern Cyprus arrive at the port of Kyrenia in the Turkish occupied northern part of Cyprus, Sunday, Aug. 30, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MHYXR6KBNQZLXE2NFL3KGAPC3U.jpg?auth=3762e7f55c87d82611c3640aee216cd6ba50756a3a0a78c7dfa967f0b92fbc88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An ambulance arrives at the port of Kyrenia in the Turkish occupied northern part of Cyprus, Sunday, Aug. 30, 2026, after a catamaran-style ferry overturned off the northern coast of Cyprus. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C7LWG7GJQW46IHOTCECWW66SPA.jpg?auth=d6830b9d190be739a1605a617f8a55936e013e45608f18e75a43013e540c8f1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A survivor of a catamaran-style ferry which was capsized off the coast of northern Cyprus, arrives at the port of Kyrenia in the Turkish occupied northern part of Cyprus, Sunday, Aug. 30, 2026. (AP Photo) CORRECTION: a man instead of a survivor]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A7ZYBGNL6GRPVR3K372MTJYU3U.jpg?auth=e0a87e1dad0b89b8a0bee28b54df2bd5dd4825b09edae5e1cea1ef4ae25988db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather outside the port of Kyrenia in the Turkish-occupied northern part of Cyprus, Sunday, Aug. 30, 2026, after a catamaran-style ferry overturned off the island's northern coast. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content></item><item><title><![CDATA[Pakistan will award nurse for saving the sole newborn survivor of a hospital nursery fire]]></title><link>https://www.local10.com/news/2026/08/30/pakistan-will-award-nurse-for-saving-the-sole-newborn-survivor-of-a-hospital-nursery-fire/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/30/pakistan-will-award-nurse-for-saving-the-sole-newborn-survivor-of-a-hospital-nursery-fire/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — A Pakistani nurse who rescued the sole surviving newborn from a hospital nursery fire that killed 14 other infants will receive one of the country’s most prestigious civil awards.]]></description><pubDate>Sun, 30 Aug 2026 10:07:10 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — A Pakistani nurse who rescued the sole surviving newborn from a hospital nursery fire that killed 14 other infants will receive one of the country’s most prestigious civil awards.</p><p>Fire engulfed Pakistan Institute of Medical Sciences, a major government hospital in Islamabad, on Wednesday. A 51-second segment of CCTV footage, widely circulated online, captured Razia Noreen running into the burning nursery and emerging seconds later with the newborn in her arms. She tired to go back in, but couldn’t because of the flames and thick smoke.</p><p>Noreen told private broadcaster Samaa TV on Sunday, while in tears, that she had merely done her duty.</p><p>“I did not do it for a reward. I love children, and caring for them is my passion,” she said, adding that she wanted to save the others, but “the fire spread through the nursery within two minutes.”</p><p>Noreen said she was heartbroken she couldn’t save the others as the flames spread too rapidly for her to reenter the nursery after carrying the first baby to safety, and memories continued to haunt her. “I cannot sleep. Those babies do not let me sleep.”</p><p>She will receive the Sitara-i-Khidmat, or Star of Service, which recognizes people who have rendered distinguished public service or made exceptional contributions to the nation, and about $36,000. The announcement drew widespread praise online.</p><p>An inquiry requested by Prime Minister Shehbaz Sharif said Noreen entered the nursery and emerged eight seconds later carrying the baby. The nursery “deteriorated catastrophically within approximately two minutes,” according to the report. Fifteen newborns were being cared for in the third-floor nursery when the fire broke out.</p><p>Sharif said Noreen displayed exceptional courage and devotion to duty by risking her life to save the newborn moments before the nursery burned down.</p><p>Eight officials have since been suspended, and disciplinary proceedings initiated against them following the inquiry. Sharif also ordered criminal proceedings against those ultimately found responsible.</p><p>Investigators are yet to determine what caused the fire.</p><p>The deaths have prompted broader reviews of fire-safety measures at hospitals across Pakistan.</p><p>The fire was among Pakistan’s deadliest recent tragedies involving children. In June, 14 schoolchildren were killed when the roof of a tutoring center under construction collapsed in the eastern city of Lahore.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXG4GYLMN7UT5PRA6ORBTKRL6Y.jpg?auth=8da3ac9206f7f44b96d1a5fdeb01d28fa2a3b8af0cda674d30a2891d7d9845c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hospital staff enter the Mother and Child Health ward at the Pakistan Institute of Medical Sciences, in Islamabad, Pakistan, Thursday, Aug. 27, 2026. (AP Photo/M.A. Sheik)]]></media:description><media:credit role="author" scheme="urn:ebu">M.A.Sheik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3E6PZTJKRV6IYXDEIKCBT5C3V4.jpg?auth=8ae2abf5b1dd0ce9e8b36c266236759298663e211a2eb1cdc4428ed1709b2a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women leave the Mother and Child Health ward at a hospital, in Islamabad, Pakistan, Thursday, Aug. 27, 2026. (AP Photo/M. Yousaf)]]></media:description><media:credit role="author" scheme="urn:ebu">M. Yousaf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QLYWFLAMIJM4V5GZGVW74AHFAQ.jpg?auth=94eff1eab43adce37833840da22334cf2d3a99373b886f8d7fc055d2baf6e0b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre lleva el cuerpo de un recién nacido en brazos para enterrarlo tras un incendio en un hospital en Islamabad, Pakistán, el 26 de agosto de 2026. (AP Foto/Ehsan Shahzad)]]></media:description><media:credit role="author" scheme="urn:ebu">Ehsan Shahzad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZKL4W2MKAPQRS3PPVSD5FS4T4.jpg?auth=8c949515ed537bdfd9f4b2c8165a7f4a77218dded2bf435fa0b851cf0105c13c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People light candles in the memory of the newborn victims outside the Mother and Child Health ward at the Pakistan Institute of Medical Sciences, in Islamabad, Pakistan, Thursday, Aug. 27, 2026. (AP Photo/M.A. Sheik)]]></media:description><media:credit role="author" scheme="urn:ebu">M.A.Sheik</media:credit></media:content></item><item><title><![CDATA[Death toll rises to 38 from Russia's deadliest attack on Ukraine this year]]></title><link>https://www.local10.com/news/world/2026/08/30/death-toll-rises-to-38-from-russias-deadliest-attack-on-ukraine-this-year/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/30/death-toll-rises-to-38-from-russias-deadliest-attack-on-ukraine-this-year/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — The death toll from a Russian strike on a warehouse west of Kyiv, the war's deadliest attack so far this year, rose to 38 with four people still missing, Ukrainian President Volodymyr Zelenskyy said on social media Sunday.]]></description><pubDate>Sun, 30 Aug 2026 13:54:31 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — The death toll from a Russian strike on a warehouse west of Kyiv, the war's deadliest attack so far this year, rose to 38 with four people still missing, Ukrainian President Volodymyr Zelenskyy said on social media Sunday.</p><p>The strike on Friday night on the warehouse — an ammunition storage facility according to Ukrainian officials — sparked massive explosions and fires that swept through dozens of nearby homes and buildings.</p><p>Emergency workers continued to extinguish fires and identify and neutralize explosive devices at the site in the village of Myla, Zelenskyy added. He said 20 people were injured, including two children.</p><p>On Saturday, Zelenskyy called the Myla attack “a terrible situation” and a consequence of “terrible negligence on the part of those who stored explosives right next to people.” He said a probe was underway into how and why the ammunition came to be kept there.</p><p>The attack comes as Russia has sharply intensified its air campaign in recent days, with air raid sirens sounding repeatedly across Kyiv and explosions and the rumble of air defenses punctuating the city throughout the day.</p><p>The escalation marks a notable shift in tactics, putting more pressure on Ukraine’s already strained air defenses while keeping civilians on alert for hours. Daytime attacks on the capital had been relatively rare previously.</p><p>Russia vows ‘massive strikes’ against Ukraine's energy sector</p><p>Meanwhile, Russia's Defense Ministry said Sunday that it is preparing to launch “massive strikes” against Ukraine’s energy infrastructure, following a Ukrainian drone campaign against a retailer dubbed “Russia's Amazon” as well as the country's oil and gas sector, which Kyiv says both funds and directly fuels Moscow's invasion of Ukraine.</p><p>The Russian ministry described the planned attacks as a response to Kyiv’s “ongoing attacks on Russia’s civilian infrastructure and fuel and energy sector.”</p><p>Kremlin spokesman Dmitry Peskov on Sunday vowed “an appropriate response” to what he said was Ukraine’s “path of escalation” and targeting of Russia’s civilian economy.</p><p>Peskov told Russian state media that Moscow has been launching “fairly systematic” strikes on what he called Kyiv's military and war-related infrastructure.</p><p>Ukraine launched deadly strikes in recent months on the facilities of Russia’s biggest online retailer, Wildberries, saying the company sells dual-use goods that have aided the Kremlin’s war effort. Ukrainian drones have also pounded Russian oil refineries and other energy infrastructure, prompting an unprecedented fuel crisis in a country that is one of the world’s biggest energy producers.</p><p>During the war’s previous winters, Russia systematically battered Ukraine’s power grid, depriving thousands of heat and light in freezing temperatures. Ukrainian officials have repeatedly warned that the coming winter may prove the most challenging since Russia launched its full-scale invasion in February 2022.</p><p>Ukraine's new defense chief seeks to close $27 billion funding gap</p><p>Ukraine’s new Defense Minister Yevhen Khmara said the ministry has options for closing the $27 billion defense funding gap he inherited from his predecessor, including seeking more contributions from partners.</p><p>Khmara made the remarks at his first briefing with reporters since taking the post on Saturday. His appointment followed weeks of protests after Mykhailo Fedorov's dismissal that sparked a military reset in Kyiv and culminated in a video in which Fedorov called for elections. Khmara's comments were released for publication on Sunday.</p><p>Khmara, a former special forces officer who left military service to become a civilian minister, takes over as Kyiv's war effort faces mounting financial pressures. He said a priority will be avoiding battlefield shortages while ensuring soldiers are paid and other essential needs are met.</p><p>The ministry is considering bringing forward part of a 90-billion-euro ($104-billion) European loan planned for next year, and has identified partners for separate talks on financing specific defense needs, he said.</p><p>“Ukraine will show its partners a clear vision and a clear plan,” he vowed, adding he planned to preserve much of the existing ministry team.</p><p>Kyiv sends hundreds of drones into Russia</p><p>Also on Sunday, Russia’s Defense Ministry said its forces downed or neutralized almost 500 Ukrainian drones launched overnight.</p><p>Independent news channels on Russian and Ukrainian Telegram claimed the drone strikes set fire to a major oil refinery in Kirishi, southeast of St Petersburg. The facility, Kirishi Petroleum Organic Synthesis, is one of Russia’s largest oil refineries and the only one in the country’s northwest.</p><p>There was no immediate confirmation from authorities, but local Gov. Alexander Drozdenko on Sunday reported that a fire broke out “in Kirishi’s industrial zone” following the drone strikes. He said a total of 62 drones had been shot down over the surrounding region.</p><p>Russian strikes on Kyiv on Saturday killed a 2-year-old girl and injured 12 others, Mayor Vitali Klitschko said on Telegram on Sunday. In the village of Bilbasovka in eastern Ukraine, a 13-year-old child and an adult died after Russian troops dropped bombs on private houses Sunday, according to local official Vadim Lyakh.</p><p>Also on Sunday, a Ukrainian strike on a mine in Russian-occupied eastern Ukraine killed a female employee, a Kremlin-installed local official said. According to Leonid Pasechnik, who heads the occupied Luhansk region, five others were injured across the province.</p><p>In Russia, Ukrainian drone strikes injured at least four people that same day in the border regions of Kursk and Belgorod, local authorities said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IUKXJMAUNM3VDPGEU6KFET444U.jpg?auth=2a995818b339101d2125508d0faac2b931d07c27bd02454131af59954ef5256e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of a destroyed car amid damaged buildings, with a road sign showing the direction and distance to Kyiv and Zhytomyr after a Russian attack struck a warehouse, followed by an explosion, in the village of Myla, Kyiv region, Ukraine, Saturday, Aug. 29, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MSNRZXOBO55IGUVUUCSFKRSUQI.jpg?auth=88a688466181cdcb832c11dad34a86616bc891dd9976c705d623bd62620b6722&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers inspect the area, after a Russian attack struck a warehouse, followed by an explosion, in the village of Myla, Kyiv region, Ukraine, Saturday, Aug. 29, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RFYMKU5E7YSL7O4ZXVCM5NMGIE.jpg?auth=d236e3942cd85aa9c71e7def61c0cd3da77dfa3ef3a18cc21025cd02f02d156d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police check the body of a driver after a Russian attack struck a warehouse, followed by an explosion, in the village of Myla, Kyiv region, Ukraine, Saturday, Aug. 29, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQGR7IWKRIRNLUF4DZIL3XYDLQ.jpg?auth=eadcbad906810e2e47da26ae2bf0f49bc903976092ede5213ad52a268da132d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency workers inspect bodies of civilians killed in the severely damaged nursing home for the elderly and people with disabilities following Russia's air attack, in the village of Myla, Kyiv region, Ukraine, Saturday, Aug. 29, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZPTHTH7DMZXUYGMFQRA6PBOXU.jpg?auth=c108777bef65357c0286f1bb974e2c81c433b3573b8fa2d085170b4f6a797a5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People observe a daily nationwide minute of silence in memory of soldiers killed in the war with Russia, in Kyiv, Ukraine Sunday, Aug. 30, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Icelandic voters reject a proposal to restart negotiations to join the European Union]]></title><link>https://www.local10.com/news/world/2026/08/30/icelandic-voters-reject-a-proposal-to-restart-negotiations-to-join-the-european-union/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/30/icelandic-voters-reject-a-proposal-to-restart-negotiations-to-join-the-european-union/</guid><dc:creator><![CDATA[By KWIYEON HA and BRIAN MELLEY, Associated Press]]></dc:creator><description><![CDATA[REYKJAVIK, Iceland (AP) — Iceland's voters rejected restarting negotiations to join the European Union more than a decade after previous talks ended, the national broadcaster reported Sunday, in a referendum that pitted concerns about geopolitical stability against keeping national control of Iceland’s prized fisheries.]]></description><pubDate>Sun, 30 Aug 2026 13:52:54 +0000</pubDate><content:encoded><![CDATA[<p>REYKJAVIK, Iceland (AP) — Iceland's voters rejected restarting negotiations to join the European Union more than a decade after previous talks ended, the national broadcaster reported Sunday, in a referendum that pitted concerns about geopolitical stability against keeping national control of Iceland’s prized fisheries.</p><p>Opponents defeated the measure by a margin of 52.8% to 47.2%, RUV reported. The capital of Reykjavik was the only area in the island nation of 400,000 people where a majority supported the referendum.</p><p>The vote Saturday was held in the shadow of repeated threats by U.S. President Donald Trump’s to control nearby Greenland. Although Iceland is a NATO member, supporters said European solidarity would provide greater protection if Trump ever made similar threats toward the volcanic island.</p><p>Iceland’s left-leaning coalition government, elected in 2024, moved up the EU referendum it had planned for next year after Trump mistakenly named Iceland four times while speaking about his designs on Greenland.</p><p>Prime Minister Kristrún Frostadóttir, who campaigned in support of the measure, said she hoped the result would not divide the nation.</p><p>“I don’t feel that there is bitterness,” she told RUV before the final results were tallied. “I know tempers run high for some people, but I have now spent time with a large group of people from all over the country and people are quite open to different outcomes.”</p><p>Voteres faced a simple yes-or-no question: Should Iceland resume accession negotiations with the European Union?</p><p>Turnout was high with more than 82% of the eligible 270,000 voters casting ballots.</p><p>The count through the night had the nation on edge as the “Yes” campaign took an early lead before results swung in favor of the opposition. By dawn, a margin of only a few hundred votes separated the two camps before the gap grew as more ballots were tallied in areas of the country where opposition was greater.</p><p>“This isn't the time to go. Maybe 10, 15, 20 years or more, like, we can take another look,” said Daniel Bjarkason, who voted against the measure. "But for now we’re too divided and that’s not a good look, because it should be 70-30 Yes if we’re going to do it.”</p><p>The influential fishing industry led opposition to the referendum over fears the bloc’s common fisheries policy would open its waters to Spanish, Dutch and other trawlers.</p><p>Descendants of Vikings who won their independence from Denmark in 1944 have lived off the sea for centuries and fishing is central to Iceland's national identity. Iceland has a proud history of refusing to be pushed around by bigger and richer European nations, winning the so-called Cod Wars with Britain in the 1970s over the right to control its waters.</p><p>Opponents also rallied around the fact that Iceland already reaps benefits from being in the EU’s frictionless single market and the Schengen free-travel zone without the sovereignty compromises that come with full membership. They argued that Iceland’s voice would be muted in the large European Parliament and that it would be better off cutting its own trade deals, such as one with China.</p><p>Backers said EU membership would lower inflation and interest rates, and the euro would bring more stability than Iceland’s volatile króna. They said it was also in the nation’s interest to get closer to its European neighbors to tackle issues that don’t respect borders, such as climate change.</p><p>If the proposal had been approved, it would have been a preliminary step to revive the lengthy negotiating process with the EU’s executive branch, the European Commission, to discuss areas from the economy to human rights. Voters would have needed to approve any negotiated deal.</p><p>The result is sure to disappoint many in the European Union. Beyond being a relatively wealthy, stable and democratic country with vast fishing grounds, Iceland could have joined the bloc relatively quickly. Croatia was the last to join, in 2013.</p><p>Most of the other candidates waiting — including several countries in the Balkans, plus Moldova and conflict-torn Ukraine — must still undertake time-consuming reforms to bring their laws and standards into line with those of the EU.</p><p>Getting Iceland into Europe’s rich club, perhaps along with Montenegro and possibly Moldova, over the next two years could have helped to lay to rest the damage caused by the departure of Britain in 2020, even though London now appears willing to mend ties.</p><p>___</p><p>Melley reported from London. Lorne Cook in Brussels contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B75VZZ6IS53T4JANGMPWNVTLVI.jpg?auth=c0752ff578cd66f79303102b66eb8c84cceb21143fac2ba35953b9ccb28376ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A supporter waves a European Union flag during an election-night gathering for the yes in Reykjavik, Iceland, Sunday, Aug. 30, 2026. (AP Photo/Marco Di Marco)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Di Marco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSXN7WS74NGKRMIRWNGURFPFFM.jpg?auth=77d4dd912df629e217769fd5c9995e8c539b2a44b7572613b2860cf10e97c393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leaders of the No campaign react as early results from rural Iceland put the No side ahead during an election-night gathering in Reykjavik, Iceland, Saturday, Aug. 29, 2026. (AP Photo/Marco Di Marco)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Di Marco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GYOFAA3RQFROJ3AHN7PYNK6FV4.jpg?auth=aff29c21c55fe6682a14b00f24c4f276892220dfa08cf7161139843cba90dbb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Icelandic Prime Minister and Centre Party leader Sigmundur Davíð Gunnlaugsson, left, Independence Party leader Guðrún Hafsteinsdóttir, center, and Progressive Party leader Lilja Dögg Alfreðsdóttir talk during a No campaign election-night gathering in Reykjavik, Iceland, Saturday, Aug. 29, 2026. (AP Photo/Marco Di Marco)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Di Marco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KGK3LQFLC65WVEOAGLJI7CEOOY.jpg?auth=748af5c5e26a61773f9b7a06ff212fad0b09fb2f07f5077c1b6454aa057a4487&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of the Yes campaign celebrate after Reykjavik results put their side into a narrow nationwide lead during an election-night gathering in Reykjavik, Iceland, Sunday, Aug. 30, 2026. (AP Photo/Marco Di Marco)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Di Marco</media:credit></media:content></item><item><title><![CDATA[Investors prosper and consumers pay as the Iran war exacts an uneven economic toll 6 months in]]></title><link>https://www.local10.com/business/2026/08/30/investors-prosper-and-consumers-pay-as-the-iran-war-exacts-an-uneven-economic-toll-6-months-in/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/30/investors-prosper-and-consumers-pay-as-the-iran-war-exacts-an-uneven-economic-toll-6-months-in/</guid><dc:creator><![CDATA[By MATT SEDENSKY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — As the U.S. and Israel relentlessly bombed Iran in the opening days of war, the most dramatic predictions of the conflict’s toll were unsparing: surging oil prices, worldwide recession and economic catastrophe.]]></description><pubDate>Sun, 30 Aug 2026 07:05:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — As the U.S. and Israel relentlessly bombed Iran in the opening days of war, the most dramatic predictions of the conflict’s toll were unsparing: surging oil prices, worldwide recession and economic catastrophe.</p><p>But six months into the conflict, the direst predictions haven’t come true even if no corner of the world's economy has been untouched.</p><p>“So far, the global economy has pulled off the financial equivalent of a ‘Mission Impossible’ scene,” said Michael Ashley Schulman, an investment strategist with Cerity Partners.</p><p>Here's a look at how the global economy has weathered the war, and who have been the winners and losers:</p><p>Winner: Investors who didn’t panic</p><p>Stock markets hate uncertainty, and the decision by the U.S. and Israel to attack Iran on Feb. 28 delivered heaps of it. Columns of smoke rose from Tehran, frantic Iranians clogged roadways trying to escape, and mounting deaths, including of children, made headlines. It was enough for any investor to feel squeamish.</p><p>Oil prices surged and Wall Street began a retreat that would begin five consecutive losing weeks. The Dow and Nasdaq entered corrections. The S&P 500 had its worst month since 2022.</p><p>But a major turnaround has unfolded since the market bottomed in late March. The Dow has gained nearly 19%, the S&P is up almost 22% and the Nasdaq has surged 27%. If those gains survive the waning months of 2026, all three indexes would post their fourth consecutive year of gains.</p><p>The International Monetary Fund, in a July report, said the economy was “being shaped by two major forces, pushing in opposite directions.” The war has strained growth, but enthusiasm over artificial intelligence has offset the drag.</p><p>Main Street may be paying more for fuel, food and travel. But Wall Street, so far, is shrugging it off.</p><p>Loser: Anyone on the move</p><p>The war's most obvious economic consequence has been its impact on oil. With tanker movement through the Strait of Hormuz slowed to a crawl, the price of Brent crude climbed from a prewar close of about $72 a barrel to as high as nearly $120. Although prices have eased, they are still up about 20% from before the war.</p><p>Oil's price affects everything from crayons to cosmetics, but it hits anyone on the move especially hard.</p><p>Jet fuel is expected to cost, on average, 70% more than in 2025, according to the International Air Transport Association. Airlines, in turn, have raised ticket costs, hiked baggage fees and slapped on fuel surcharges while slashing flights or backing off from plans for added routes. Lufthansa Group, for one, cut 20,000 short-haul flights. Spirit Airlines, though troubled for years, evaporated.</p><p>“The likelihood that fuel surcharges are going to be rolled back and airfares are going to be brought down is very low over the next few months,” said Brett House, a Columbia University economist. “There is less choice for consumers and less competition between airlines, and therefore, less pressure to rein in fare increases.”</p><p>Winner: The case for clean power</p><p>With tankers at a standstill and fuel prices climbing, the war strengthened a clean-power sales pitch.</p><p>Sales of electric vehicles hit records in some parts of the world. In Singapore, year-over-year growth of EVs reached 110%. In New Zealand, the figure hit 180%. And in Colombia, EVs notched a 300% increase.</p><p>Worldwide, EVs are projected to account for 29% of total vehicle sales in 2026, according to an International Energy Agency outlook, up from 25% last year. That growth is even more impressive considering the world’s two biggest economies, the United States and China, saw declining demand for EVs.</p><p>Countries that were particularly reliant on Persian Gulf oil have been spurred to action. In Southeast Asia, leaders have rolled out more use of renewable energy and researched deploying nuclear power. In Africa, countries have looked to expand domestic refining and accelerated the installation of solar panels.</p><p>Scott Lehmann, a supply chain expert at Sphera, an operational intelligence firm, counts 26 countries and regions that have announced clean energy and electrification measures in response to the war.</p><p>“The crisis is forcing investment faster than any policy framework would have,” he said.</p><p>Loser: The fight against hunger</p><p>For the privileged, the costs brought by war may barely be a blip. For the poorest, it's a different story.</p><p>With the Gulf not just a leader in global oil production, but also of fertilizer, the war has dealt a blow to farmers. Just as many were making decisions about their crops, fertilizer prices soared, peaking in April at 44% higher than before the war, according to the World Bank’s price index.</p><p>In response, some farmers trimmed their fertilizer use, potentially imperiling next year’s harvests. “If you’re reducing your fertilizer usage right now, it’s in a way borrowing against next year’s soil health,” said Arif Gasilov, a natural resources expert with the Gasilov Group consultancy.</p><p>The United Nations World Food Programme has warned that tens of millions could be pushed into hunger. In testimony this week, its acting executive director, Carl Skau, said the “suffocation of fertilizer exports” had hit Asia and Africa hard. Higher transportation costs hindered the WFP’s own humanitarian efforts, too.</p><p>“An oil tanker anchored in the Strait of Hormuz can mean one less meal a day for a child in Sudan,” Skau said. “When oil prices go up, so does the price of flour, rice and vegetables.”</p><p>Winner: The Trumps’ businesses</p><p>The war has already cost the U.S. tens of billions of dollars and caused thousands in Iranian casualties. It has shaved an estimated hundreds of billions of dollars from projected global output.</p><p>But the family of the man at the center of it all, President Donald Trump, has been among the beneficiaries.</p><p>Military contractor Powerus, about to be taken public by Eric and Donald Trump Jr., won an Air Force contract worth as much as $90 million to supply interceptors to shoot down Iranian drones. Similarly, the private equity firm 1789 Capital Management, which Don Jr. joined days after his father’s reelection, owns stakes in several other military contractors profiting from the war. One of them, Anduril, won U.S. approval for up to $2 billion in sales of drone interceptors to Kuwait. A second, Elon Musk’s SpaceX, is providing satellite service to guide U.S. drones against Iran. And a third — rocket maker Firehawk Defense — won Pentagon contracts for propellants and warheads to replenish dwindling U.S. supplies.</p><p>A spokeswoman for 1789 Capital, Alexa Henning, said Don Jr. wasn't involved in the decision to put money in those companies, so there is no “nefarious connection.”</p><p>The president himself has done well, too.</p><p>His investment portfolio run by outside managers has scooped up shares of U.S. military suppliers helped by the war, including Lockheed Martin, General Dynamics and Northrop Grumman. Democrats released a report this week saying Trump’s holdings in oil and gas stocks have soared by as much as $15.5 million.</p><p>A White House spokeswoman, Anna Kelly, insisted “there are no conflicts of interest” and that “President Trump only acts in the best interests of the American public.”</p><p>Even as Trump's personal finances have benefited, his political fortunes are another question. The conflict has been unpopular and could weigh on voters as midterm elections near.</p><p>___</p><p>Contributing to this report were Associated Press reporters Mae Anderson, Cathy Bussewitz and Bernard Condon in New York; Paul Wiseman in Washington; Wyatte Grantham-Philips in Chicago; Rio Yamat in Las Vegas; Alexa St. John in Detroit; Allan Olingo in Nairobi, Kenya; Chan Ho-him in Hong Kong; and Anton L. Delgado in Bangkok.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7GTLWMNXE4HYGXJMB7BYSSDH6A.jpg?auth=ef389910fe5e9f3dd31d260c5b41b32fcde1eb319e1a4b148e528afb0eee234c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options trader Marty Handler works on the floor of the New York Stock Exchange, Thursday, Aug. 27, 2026, in New York. (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/BGNQENNH7I7SDMV44KCIOJYMCI.jpg?auth=4ce9350fb78ea3a745c36640e6ca95b4d7c164888d4f87e5572bda74eadbf6a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A child is weighed at Feynuus Nutrition Centre on the outskirts of the capital, Mogadishu, Somalia Wednesday, Aug. 19, 2026. (AP Photo/Farah Abdi Warsameh)]]></media:description><media:credit role="author" scheme="urn:ebu">Farah Abdi Warsameh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZB7KJQQVM3YCYHEMDZGYQY6OTY.jpg?auth=1cc2199429431a24882efb6c0dc527aa0a03203338c6b189659bea3a6ab8ef71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Travelers check in at Terminal 3 of Dubai International Airport in Dubai, United Arab Emirates, Wednesday, Aug. 26, 2026. (AP Photo/ Fatima Shbair)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Shbair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QW42CLFTNKJHDHPBYTHV5WLBK4.jpg?auth=1ad0dc7d174ac48908acc5aede9a1fd10bacf595ec7b4e6c67e37dbed9a3ca01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dark oil residue collects in shallow coastal waters on Qeshm Island, Iran, Thursday, Aug. 13, 2026, amid ongoing wartime attacks on vessels and infrastructure in and around the Strait of Hormuz, though the spill's source has not been independently determined.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPTI3RAAQP4NGLJGG4PFOVAN2Y.jpg?auth=28fd70b3e2c6a68687c92f8f7f715a8ab57590e55d8eceb49b5ce289af57e514&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People spend time at a beach as commercial vessels are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, Aug. 5, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[Nepal advierte sobre posibles nuevas inundaciones mientras comunidades lidian con la devastación]]></title><link>https://www.local10.com/espanol/2026/08/30/nepal-advierte-de-mas-inundaciones-mientras-comunidades-lidian-con-devastacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/nepal-advierte-de-mas-inundaciones-mientras-comunidades-lidian-con-devastacion/</guid><dc:creator><![CDATA[Por VICTORIA MILKO y NIRANJAN SHRESTHA, Associated Press]]></dc:creator><description><![CDATA[DHADING, Nepal (AP) — Las autoridades de Nepal advirtieron sobre posibles nuevas inundaciones el domingo y pidieron a los residentes en distritos afectados por las crecidas que se mantengan en máxima alerta tras el incremento del río Bhotekoshi.]]></description><pubDate>Sun, 30 Aug 2026 14:36:31 +0000</pubDate><content:encoded><![CDATA[<p>DHADING, Nepal (AP) — Las autoridades de Nepal advirtieron sobre posibles nuevas inundaciones el domingo y pidieron a los residentes en distritos afectados por las crecidas que se mantengan en máxima alerta tras el incremento del río Bhotekoshi.</p><p>Se enviaron avisos de alerta de inundación a los teléfonos de la población temprano el domingo, y los equipos de rescate trabajaban para despejar una importante carretera que conecta Katmandú con una de las zonas más afectadas por las catastróficas inundaciones del miércoles, que mataron al menos a 800 personas y dejaron más de 3.000 desaparecidos en Nepal y el Tíbet.</p><p>Las advertencias más recientes llegaron luego que las autoridades chinas informaran a sus homólogos nepaleses sobre un aumento del caudal aguas arriba, declaró Dharam Raj Uprety, director ejecutivo de la Autoridad Nacional de Reducción y Gestión del Riesgo de Desastres de Nepal.</p><p>La agencia estatal china de noticias Xinhua, citando al Ministerio de Recursos Hídricos del país, reportó que un nuevo lago formado después de las inundaciones del miércoles en lo alto de las montañas se había drenado en gran medida.</p><p>Pero Xinhua añadió que el Ministerio advirtió que un cráter ubicado 5,6 kilómetros (3,5 millas) aguas arriba, que contenía un estimado de 1,4 millones de metros cúbicos de agua, aún representaba cierto riesgo y requería un monitoreo estrecho.</p><p>La agencia de desastres de Nepal informó el domingo que la cifra de fallecidos había subido a 788, con 2.502 desaparecidos, y las autoridades de China reportaron 16 muertos y 546 desaparecidos en el lado chino de la frontera.</p><p>Entre los desaparecidos hay cientos de personas de más de una docena de países que estaban en la región para trabajar, visitar las montañas o hacer una peregrinación a un pico sagrado. El domingo, medios estatales chinos publicaron que 261 extranjeros estaban desaparecidos en el Tíbet, incluidos más de un centenar de nepaleses y otros de todo el mundo.</p><p>Algunos están regresando a lo que quedó de sus hogares</p><p>En Dhading, una de las regiones más golpeadas de Nepal, algunos residentes comenzaron a regresar a viviendas arruinadas para ver qué podían salvar.</p><p>Los residentes se sentaron en casas con muros arrasados por las inundaciones, paleando lodo espeso y escombros de balcones o marcos de ventanas. Otros escudriñaban el suelo en busca de objetos que pudieran sacar del barro y enjuagar. Un hombre había regresado por sus gallinas, que encontró vivas. Las ató y las puso en la cabina de su camión.</p><p>“Todo está arruinado, no queda nada, ni siquiera nuestra casa”, dijo a The Associated Press Sharmila Tamang, una residente de Dhading que intentaba rescatar objetos de su vivienda.</p><p>En una central eléctrica clave que resultó gravemente dañada por las inundaciones, los trabajadores comenzaron a inspeccionar las instalaciones el domingo para evaluar la destrucción. La planta abastece a más de 20.000 personas en cuatro distritos.</p><p>En la localidad de Galchhi, un grupo de residentes buscó terreno más alto en un puente cercano y observó cómo el río rugía al pasar. Algunas personas señalaron enormes rocas que habían sido arrastradas río abajo durante las inundaciones anteriores, y a otras, que estaban de pie en un puente colgante sobre el agua, se les indicó con silbatos que se retiraran.</p><p>A lo largo del río se podían ver casas, vehículos y tractores agrícolas sobresaliendo del espeso sedimento gris parduzco que ha sepultado pueblos enteros en algunas zonas. Partes de las terrazas de arroz junto a la ribera habían caído al río en los deslizamientos.</p><p>Residentes reciben advertencias constantes de inundación</p><p>Las viviendas y negocios que quedaron intactos tras las inundaciones seguían sin electricidad el domingo, y postes de tendido eléctrico retorcidos y cables yacían enredados en el lodo.</p><p>Los residentes de aldeas azotadas por las inundaciones dijeron que les costaba entender las alarmas casi constantes que han recibido desde las crecidas iniciales.</p><p>“A veces dicen que viene una inundación y entonces tenemos que volver a correr hacia terreno más alto, incluso de noche. También está lloviendo", comentó Govind Shreshta, residente local. "Es realmente difícil para mí. Tengo un padre de 72 años y una madre de 70. Debo cargarlos y estoy agotado. Esto sigue así para quienes todavía están vivos”.</p><p>Grandes puentes de concreto y otros más pequeños, colgantes, fueron destruidos, dejando a las comunidades del otro lado del río con un acceso menos fácil.</p><p>“Los que están allá ahora están atrapados allá. Los que estamos aquí estamos atrapados aquí. Va a ser muy difícil”, declaró Sattan Singh Tamang, de 47 años, quien trabajaba cerca de un puente cuando llegaron las inundaciones del miércoles.</p><p>Ministro resalta que los nepaleses son víctimas del cambio climático</p><p>Las inundaciones repentinas del miércoles comenzaron tras un colapso glaciar en lo alto de la región del Himalaya. Científicos que estudiaron imágenes satelitales detallaron que el lecho rocoso debajo de un glaciar en lo alto de la región del Himalaya se había derrumbado, llevándose consigo parte del coloso. El desprendimiento de rocas fue tan extremo que se registró como magnitud 5,2.</p><p>Las rocas y el agua derretida luego hicieron crecer los ríos en los valles de abajo, provocando un torrente de agua que arrastró edificios, puentes y tierra río abajo en el Tíbet y Nepal.</p><p>El ministro de Relaciones Exteriores de Nepal pidió una respuesta global al cambio climático, diciendo que Nepal estaba soportando una parte desproporcionada de su impacto.</p><p>“A pesar de contribuir solo el 0,1% de las emisiones globales, la gente de Nepal se ha convertido en una de las principales víctimas del cambio climático”, lamentó Shisir Khanal el sábado.</p><p>Científicos han dicho que es demasiado pronto para establecer una conexión directa entre el calentamiento global y la catástrofe del miércoles. Sin embargo, afirmaron que a medida que la temperatura de la Tierra aumenta debido a actividades humanas como la quema de petróleo, gas y carbón, crecen las probabilidades de desastres de este tipo, especialmente en las montañas del Himalaya, que se están calentando considerablemente más rápido que muchas otras partes del mundo.</p><p>Por su parte, el primer ministro de Malasia, Anwar Ibrahim, anunció el domingo que su país enviará a Nepal un equipo de búsqueda y rescate para ayudar en las labores de socorro y ayudar a evacuar a los malasios afectados por el desastre.</p><p>Malasia también se ha comprometido a aportar un millón de dólares en ayuda financiera a Nepal, dijo en un comunicado.</p><p>___</p><p>Los periodistas de The Associated Press Aijaz Hussain en Nueva Delhi y Shristi Kafle en Katmandú, Nepal, y el videperiodista Shonal Ganguly en Dhading, Nepal, contribuyeron a este despacho.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de los 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 ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/42TCO2FR3VHT2HYIU3LR3MGJFQ.jpg?auth=ce8ce54fd486cd660362703909d6514ac5851ab46e9e65bb5fcd4ff2adfdc603&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un grupo de personas permanece sobre los restos de un puente que cruzaba el río Trishuli y fue arrastrado por una crecida repentina, en el distrito de Dhading, Nepal, el domingo 30 de agosto de 2026. (Foto AP/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6NWMHVHGSMDI7GGFZD5PX52BY.jpg?auth=fef35df9b6653b88f091b8e60675bf36b96184c099bb54a862f17e6a039e6166&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona observa las aguas crecidas del río Trishuli en Galchhi, Distrito de Dhading, Nepal, el 30 de agosto del 2026. (AP foto/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Movie stars, timely documentaries and awards hopefuls convene at the Venice Film Festival]]></title><link>https://www.local10.com/entertainment/2026/08/30/movie-stars-timely-documentaries-and-awards-hopefuls-convene-at-the-venice-film-festival/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/30/movie-stars-timely-documentaries-and-awards-hopefuls-convene-at-the-venice-film-festival/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[August can be a dreary month for Hollywood glamour, but the Venice Film Festival is on the horizon to kick off the busy fall film festival season in style.]]></description><pubDate>Sun, 30 Aug 2026 06:03:26 +0000</pubDate><content:encoded><![CDATA[<p>August can be a dreary month for Hollywood glamour, but the Venice Film Festival is on the horizon to kick off the busy fall film festival season in style.</p><p>There will be plenty of stars gracing the red carpets when the 83rd edition of the festival kicks off Wednesday on the Lido: Noel and Liam Gallagher, Robert Pattinson, Rooney Mara, George Clooney and Penélope Cruz are among those expected to attend. Some of the films may even become Oscar nominees.</p><p>But the mood feels a little different this year. There will always be a spotlight for the Hollywood contingent and the awards hopefuls posing on boats and docks in designer duds. Yet, in a lineup featuring Pattinson as “To Catch a Predator” host Chris Hansen, Dakota Johnson as Marilyn Monroe, Guy Pearce as Rupert Murdoch and Clooney as, well, himself (he’s getting a lifetime achievement award, as is Ellen Burstyn), it’s possible that much of the attention will be on a man who (probably) won’t be there: Elon Musk.</p><p>Docs feature Musk, Russia and Gaza</p><p>Alex Gibney’s nearly four-hour documentary about the world’s richest man has been in the works for almost four years. The Oscar-winner wasn’t sure about taking it on at first, but a good friend convinced him it would be a worthy portrait of 21st-century power — and this was before the 2024 presidential campaign and DOGE.</p><p>When the documentary was announced, Musk called it a “hit piece” on social media. Gibney replied, “How would you know?”</p><p>In fact, Gibney told The Associated Press he started off as a kind of admirer — as well as a Tesla owner — and sincerely wanted to talk to Musk for the film.</p><p>“Ultimately, he didn’t want to talk to me,” Gibney said. “But then you start, you know, digging into the facts and you follow them where they lead. And where they led, for me, was to a place that upended the myth, I would say, of Elon Musk as a kind of modern Leonardo da Vinci … I think that the news in this film is that Musk isn’t an inventor. He’s a confidence man.”</p><p>The filmmakers talked to hundreds of people on and off the record to compile a sweeping picture of the Tesla and SpaceX CEO who, Gibney said, is not dissimilar to the guys at Enron or Elizabeth Holmes. He was most surprised by how many people seemed to be afraid to be on camera talking about Musk — even his admirers wanted permission first.</p><p>“I thought, wow, for such a big and powerful person, that seems awfully weak,” Gibney said.</p><p>But while it’s a “dark and dangerous topic,” Gibney said, the film is also a “fun ride.”</p><p>The same could be said of “My Undesirable Friends: Part II — Exile,” in which Julia Loktev continues her sprawling portrait of independent Russian journalists after the invasion of Ukraine.</p><p>“You see this group of young, very young journalists who’ve just fled their country, like, on a few hours’ notice. They had the choice of, you know, stop reporting the truth about the war, which didn’t seem like a choice at all, or go to prison, or leave the country so they can keep telling the truth,” Loktev said. “It was a question of how long do you keep following? Because this takes place over four years. And over that time, exile becomes, of course, indefinite.”</p><p>Similar to the first film, Part II runs nearly six hours. But, she said, “I hear it goes by easy.”</p><p>The conflict in Gaza will also take center stage in the documentary “NAZA,” a late addition to the competition, from two of the filmmakers behind the Oscar-winning “No Other Land.”</p><p>Unlike last year, no large-scale protests are planned, but the group Venice4Palestine did call on the festival to “suspend all agreements with entities and institutions linked to the Israeli government." It also asked that the Palestinian flag be flown throughout.</p><p>Hollywood eyes awards in Venice</p><p>Part of the intrigue of Venice is how it might play into the Oscar race — it’s usually good for a best picture nominee or two.</p><p>Martin McDonagh’s “Wild Horse Nine,” starring John Malkovich and Sam Rockwell as 1970s CIA agents, seems like a promising candidate after his last two films debuted at Venice and went on to nominations. “The Father” filmmaker Florian Zeller returns with “Bunker,” a psychological thriller with Cruz and Javier Bardem. Danny Boyle looks at a turning point in tabloid media in “Ink.” And there's much curiosity around Lance Oppenheim’s “Primetime,” for Pattinson’s performance and for its examination of reality television culture in the early 2000s.</p><p>Japanese filmmaker Hirokazu Kore-eda is also debuting “Look Back,” about two small-town girls who aspire to be manga artists. And Korean auteur Lee Chang-dong examines themes of labor and freedom through two married couples in “Possible Love.”</p><p>This is also a year in which big Hollywood hasn’t needed the sheen of the international film festival. Cannes was bereft of a big blockbuster, and the industry went on to have one of its highest-earning summers ever. The reigning best picture winner, “One Battle After Another,” skipped festivals entirely.</p><p>Venice might have more Hollywood films than Cannes did, but following several years in which fates might have been prematurely decided for both would-be contenders, like “After the Hunt” and “The Smashing Machine,” and blockbusters like “Joker: Folie à Deux,” it too seems a bit more muted — at least on paper.</p><p>Venice fails in its pledge to women</p><p>And then there is the subject of women, specifically those behind the camera. There is only one in the main competition: Danish-Egyptian director May El-Toukhy. The same thing happened in 2018, prompting the festival that year to sign a pledge to have at least half of the films in competition be directed by women by 2020, which they have yet to achieve.</p><p>Adding more insult to injury is the fact that Maggie Gyllenhaal, whose first film “The Lost Daughter” won Venice's best screenplay prize in 2021, is presiding over a jury which includes Kaouther Ben Hania, whose film “The Voice of Hind Rajab” won the Silver Lion last year when there were six female-directed films in the competition.</p><p>Only seven women have won the Golden Lion, including Laura Poitras with “All the Beauty and the Bloodshed,” who is returning this year with a short film she co-directed with Rachel Lauren Mueller about U.S. Immigration and Customs Enforcement in Minneapolis. “They’re Here” is part of the Venice Open section, which also includes Gyllenhaal’s Marilyn Monroe short “Flesh Impact.”</p><p>Outside of the main competition, there are also documentaries from Loktev, Barbara Kopple and Elizabeth Chai Vasarhelyi. There are several others in the Horizons sections as well, including a short from Saoirse Ronan.</p><p>Opening Venice Days on Wednesday is Hungarian filmmaker Lili Horvát’s English-language debut, “My Notes on Mars,” about a couple — Rupert Friend and Mackenzie Davis — whose marriage is in trouble when the wife, a scientist, mysteriously disappears and then reappears the day of her memorial service.</p><p>“The story argues for great love,” Horvát said. “Yet it shows the eternal limits of knowing the person we are in love with.”</p><p>Venice Days is an independent sidebar in which more than half the selections are by women, including several high-profile shorts from filmmakers like Mona Fastvold and Claire Denis.</p><p>“It’s good to be in a progressive section,” Horvát said.</p><p>___</p><p>For more coverage of the 2026 Venice Film Festival, visit: https://apnews.com/hub/venice-film-festival</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2GS7N2NAEQ4KHK2GHCYZKZ6UU4.jpg?auth=8ef3ad0667bfe4ed2f2cdac6e6f6a90748041afe2f55bdd61d52436d4599c0e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Festival goers pass the red carpet of the 81st edition of the Venice Film Festival in Venice, Italy, Aug. 27, 2024. (Photo by Vianney Le Caer/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vianney Le Caer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2TY2YZ6LEIM2DN5SVEIPR4ZMGY.jpg?auth=dc72d5eaa54ff44e0add94b9d150adaad1eee88df0860f97f9c73a7f3433eeb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - George Clooney kisses the hand of his wife Amal during the 82nd edition of the Venice Film Festival in Venice, Italy, Aug. 28, 2025. (Photo by Alessandra Tarantino/Invision/AP File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IO6WEELD73H4SJBKDKEK5UJXTE.jpg?auth=901133d4402b477a950f3fcdb392af5deae1ed9f8398cc286b0337f5b8a19a53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Searchlight Pictures shows Sam Rockwell, left, and John Malkovich in a scene from "Wild Horse Nine." (Diego Araya Corvalán/Searchlight Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Diego Araya Corvalán</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLJFTVSFU3KVSCZCRYVUN5CFXY.jpg?auth=b5491fdf5f75a714236149f14ffd72ce0490065b1515f681cdfaa253d1c9f1ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Liam Gallagher, left, and Noel Gallagher of Oasis perform on Sunday, Aug. 31, 2025, in East Rutherford, N.J. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMWNFN5H2CFPXPPSXDJ7XFUAMI.jpg?auth=20260e1055539a6c1dc29da45d024a476bef2e78ae5cd9d3830284caf7a09462&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ksenia Mironova, left, and Valeria Ratnikova appear in a scene from "My Undesirable Friends: Part II - Exile." (Julia Loktev via AP)]]></media:description></media:content></item><item><title><![CDATA[Volunteers rescue climber stranded on small ledge in California's Sierra Nevada]]></title><link>https://www.local10.com/news/national/2026/08/30/volunteers-rescue-climber-stranded-on-small-ledge-in-californias-sierra-nevada/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/30/volunteers-rescue-climber-stranded-on-small-ledge-in-californias-sierra-nevada/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MAMMOTH LAKES, Calif. (AP) — Volunteers carried out a more than 15-hour operation to rescue a man who got off route in the Sierra Nevada and was stranded on a small ledge, the Mono County Sheriff Search and Rescue Team said.]]></description><pubDate>Sun, 30 Aug 2026 06:53:22 +0000</pubDate><content:encoded><![CDATA[<p>MAMMOTH LAKES, Calif. (AP) — Volunteers carried out a more than 15-hour operation to rescue a man who got off route in the Sierra Nevada and was stranded on a small ledge, the Mono County Sheriff Search and Rescue Team said.</p><p>A four-person team carried out the rescue last weekend near Mammoth Lakes, California, in a precarious gully. The challenge came in having no time to spare with thousands of feet of vertical exposure below, said team spokesperson Mitchell Quiring.</p><p>The stranded climber had only one foot fully on the 6-inch (15-centimeter) ledge and was shaking out his legs and switching them to avoid tiring, said Quiring, who was part of the rescue team.</p><p>“Any fall would almost certainly be fatal,” the team wrote on its Facebook page.</p><p>Quiring said he credits the climber, Rob Martin, with having the strength and will to live.</p><p>“He was not going to give up. He was going to push until there was a solution,” Quiring said. “It’s what we train for, so there’s a lot of trust in leaning back on that.”</p><p>The volunteer group has long trained to carry out technical rescues. The rescuers are among those dispatched the Mono County Sheriff's Office in the Sierra Nevada, about 200 miles (322 kilometers) east of San Francisco.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AQIHKYVSYFLQTZCJBFX3CNS4UI.jpg?auth=bea9946ba1d8af3ea9b58ba6314cfd24f236659dd79df746c695b18dea5f4503&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by Mono County Sheriff Search and Rescue, shows a rescuer with the man who was stranded, Rob Martin, right, after he was rescued on a ledge in the Sierra Nevada, Calif., on Aug. 22, 2026. (Mono County Sheriff Search and Rescue via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UKSQVQRF7H7SMNANE6E7J6HH6Y.jpg?auth=8b15e66d6c3fd7afb41ef21425d0654dbcc3f40bb3e20238c243a7c7a21c23f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by the Mono County Search and Rescue shows volunteers conducting an operation to rescue a man stranded on a ledge in the Sierra Nevada, Calif., on Aug. 22, 2026. (Mono County Sheriff Search and Rescue via AP)]]></media:description></media:content></item><item><title><![CDATA[Esta vez, los demócratas no mencionan tanto el cambio climático]]></title><link>https://www.local10.com/espanol/2026/08/30/esta-vez-los-democratas-no-mencionan-tanto-el-cambio-climatico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/esta-vez-los-democratas-no-mencionan-tanto-el-cambio-climatico/</guid><dc:creator><![CDATA[Por NICHOLAS RICCARDI, JENNIFER McDERMOTT y LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — El cambio climático ha sido el telón de fondo de toda la vida de Charles Hughes, desde las lecciones en el jardín de infantes sobre hábitats hasta el humo de los incendios forestales que se colaba en el aire que respiraba mientras crecía en Colorado. Pero ahora que es estudiante universitario en Massachusetts, el calentamiento global rara vez es un tema prioritario.]]></description><pubDate>Sun, 30 Aug 2026 05:26:20 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — El cambio climático ha sido el telón de fondo de toda la vida de Charles Hughes, desde las lecciones en el jardín de infantes sobre hábitats hasta el humo de los incendios forestales que se colaba en el aire que respiraba mientras crecía en Colorado. Pero ahora que es estudiante universitario en Massachusetts, el calentamiento global rara vez es un tema prioritario.</p><p>“Honestamente, no sale tanto”, expresó Hughes, quien preside el capítulo estatal de los Demócratas Universitarios.</p><p>Qué diferencia hacen seis años.</p><p>Durante el primer mandato del presidente Donald Trump y, especialmente, durante las primarias demócratas para determinar quién se postularía para enfrentarlo en 2020, los demócratas hablaban constantemente del cambio climático. Lo usaban para movilizar a votantes jóvenes como Hughes, alimentando protestas y demandas contundentes para rehacer la economía con propuestas como el Green New Deal.</p><p>Pero se ha producido un giro nacional en la conversación tan marcado que algunos investigadores lo llaman “silencio climático". El Searchlight Institute, un centro de pensamiento demócrata, instó al partido a dejar de mencionar el cambio climático porque no es una prioridad para los votantes. El Sunrise Movement, un grupo de izquierda que impulsó el calentamiento global como un tema principal para los jóvenes, cambió su misión el otoño pasado hacia un mandato más amplio de combatir al presidente republicano.</p><p>El cambio queda reflejado en la primaria demócrata para el Senado en Massachusetts, que se celebra el martes, mientras el titular del cargo, Ed Markey, de 80 años, intenta contener un desafío del representante Seth Moulton, de 47. Aunque Markey todavía habla de haber patrocinado el Green New Deal, su campaña se centra más en otros asuntos para reforzar sus credenciales de izquierda y demostrar a los votantes que no es demasiado mayor para el puesto.</p><p>Es el ejemplo más reciente de cómo el cambio climático ha quedado eclipsado por temas como el costo de vida, el apoyo a Israel y, sobre todo, cómo enfrentar a Trump.</p><p>“Hace seis años, lo único que mencionaba Ed Markey era el Green New Deal. Eso ya no ocurre”, afirmó Mary Anne Marsh, una estratega demócrata veterana en Massachusetts. “Se trata de quién es el mejor para pelear. Punto y final. Todo cae bajo eso”.</p><p>‘La gente está cada vez más alterada por otros temas’</p><p>Si bien el debate político sobre el cambio climático se ha apagado, el planeta no. Los científicos señalan que aumenta la probabilidad de que el 2026 sea el año más caluroso registrado, o casi. Se pronostica un fenómeno El Niño extraordinariamente fuerte, disparando las temperaturas globales.</p><p>Algunos defensores esperan que el tema vuelva al centro del escenario si los demócratas recuperan la Cámara de Representantes en noviembre y los desastres provocados por el clima dominan el invierno.</p><p>El senador Sheldon Whitehouse, de Rhode Island, una voz demócrata destacada sobre el cambio climático, sostuvo en una entrevista que ignorar el tema es un “error” estratégico importante.</p><p>“El cambio climático ha pasado del departamento de ciencias al departamento de economía”, explicó. “Ahora está golpeando el seguro de vivienda de la gente, el valor de las propiedades, las preocupaciones del bolsillo. Así que creo que es un argumento muy poderoso”.</p><p>Trump ha afirmado falsamente que el cambio climático es “una farsa”, y su partido se ha burlado con regularidad de propuestas demócratas como el Green New Deal.</p><p>El Sunrise Movement, fundado en 2017 para movilizar a votantes jóvenes en torno a temas climáticos, anunció en octubre que estaba virando hacia la lucha contra el “fascismo”. El director ejecutivo del grupo, Aru Shiney-Ajay, indicó que fue una decisión premonitoria debido a reportes de que agentes federales se infiltraron en reuniones de protesta durante las redadas migratorias en Minneapolis.</p><p>“Simplemente vivimos en un país significativamente más autoritario. Por eso, muchas de las primarias demócratas tratan sobre preguntas más existenciales”, señaló Shiney-Ajay, cuya red generalmente respalda a demócratas de izquierda, en una entrevista. “No es tanto que a la gente le importe menos el clima, sino que la gente está cada vez más alterada por otros temas”.</p><p>Aproximadamente 6 de cada 10 demócratas dicen que el cambio climático es “un problema muy grande” para el país, según una encuesta del Pew Research Center de abril. Eso es más o menos lo mismo que en 2016. Aun así, el clima a menudo ha quedado en segundo plano frente a otras prioridades de los demócratas, como la inflación, el costo de la atención médica y el papel del dinero en la política.</p><p>Las preocupaciones por el costo de vida han dominado el debate político este año.</p><p>McKenzie Wilson, de Blue Rose Research, una firma demócrata de datos, declaró que los votantes han pedido cambios de gran alcance en respuesta al descontento económico, mostrando un nivel de enojo no visto en años.</p><p>“En ese tipo de entorno es difícil pensar en problemas existenciales de largo plazo”, manifestó Wilson. “Si no hablamos y no enfocamos nuestra atención en el primer tema para el electorado, como vimos en 2024, no vamos a conectar con ellos”.</p><p>'No digas cambio climático'</p><p>Esa postura quedó resumida por el Searchlight Institute, un centro de pensamiento demócrata que el año pasado difundió una sugerencia provocadora: “La primera regla para resolver el cambio climático: no digas cambio climático”.</p><p>Sostuvo que los votantes lo veían como un tema tan intimidante y complejo que los demócratas tenían más probabilidades de ganar si se enfocaban en otros asuntos, lo que les permitiría recuperar el poder y abordar la crisis de la que no estaban hablando.</p><p>Leah Stokes, politóloga de la Universidad de California en Santa Barbara y autora de “The Carbon Wave”, un libro sobre la agenda interna del presidente demócrata Joe Biden, explicó que le resultaba “irritante” cuando los políticos hacían del tema una prioridad menor.</p><p>“La crisis climática se está acelerando y realmente no podemos dejar de hablar de ella durante, digamos, una década, porque el planeta estará aún más en llamas si hacemos eso”, advirtió.</p><p>Anthony Leiserowitz, director del Yale Program on Climate Change Communication, coincidió con esas preocupaciones.</p><p>“Lo que ocurra a lo largo de la próxima década moldeará profundamente la habitabilidad del planeta durante literalmente miles de años”, afirmó.</p><p>Algunos están convirtiendo el clima en un tema de costo de vida</p><p>El clima ha surgido como parte de la reacción nacional contra los centros de datos, pero es solo una parte de la conversación sobre el impacto de esos proyectos. Muchos activistas están ajustando la manera en que hablan del tema, subrayando cómo la energía verde puede bajar los precios y aliviar los costos de los seguros.</p><p>“Lo que estamos viendo ahora es que, ya sea que estés defendiendo una reforma de salud o acción climática o algún tema tecnológico específico, todo se filtra a través de un marco de costos”, opinó Jared Leopold, un estratega demócrata que desde hace tiempo se ha enfocado en el cambio climático.</p><p>Así fue como el Green New Deal apareció en un debate reciente entre Markey y Moulton, cuando un votante preguntó cómo reduciría cada candidato los precios de la energía. Cabe destacar que quien preguntó habló de aumentar la generación nuclear o de gas, no de energía limpia, para abordar el costo. Markey aprovechó la oportunidad para lanzar un ataque contra el presidente.</p><p>“Había un plan en marcha para tener un futuro energético sólido, limpio y asequible para nuestra mancomunidad”, indicó Markey, “y Trump lo atacó”.</p><p>Tatishe Nteta, politólogo de la Universidad de Massachusetts Amherst, señaló que así es como Markey ha utilizado el cambio climático en esta elección: para señalar su disposición a enfrentar a Trump, así como su alianza con el ala izquierda que ha encadenado una serie de victorias en primarias este año. Pero otros temas se han vuelto aún más útiles para lograrlo.</p><p>“La definición de dónde estás en términos de ser un candidato progresista y un funcionario electo progresista es tu punto de vista sobre Israel”, apuntó Nteta. “Ya no se escucha tanto 'yo soy el candidato que va a proteger y salvar nuestro planeta'”.</p><p>El verano de Massachusetts ha sido el más caluroso que Eileen Cefail puede recordar en los 30 años que ha trabajado en la oficina del sindicato Roofers Local 33. “Los techadores son duros como clavos, y trabajan muchísimo, y su trabajo es agotador”, comentó. “Este calor ha sido horrendo para ellos”.</p><p>Cefail apoya a Markey en la primaria, pero, según dijo, el clima no fue la razón principal.</p><p>“Siempre ha sido un hombre de sindicatos”, afirmó Cefail. “Simplemente está del lado de los trabajadores”.</p><p>_________________________________</p><p>Riccardi reportó desde Denver y McDermott desde Providence, Rhode Island. La corresponsal Linley Sanders en Washington contribuyó con esta nota.</p><p>_________________________________</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QMBYOHM4DNNZ5F2G77TO3L2EMU.jpg?auth=e0dd0b7ecf273d0312c5cdd05ee6ffb662c27ed084aa54f18af4957db456080c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una concentración para pedir medidas contra el cambio climático en Nueva York el 20 de septiembre del 2025. (AP foto/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[USS Abraham Lincoln sails past Singapore on its way home from Middle East]]></title><link>https://www.local10.com/news/national/2026/08/30/uss-abraham-lincoln-sails-past-singapore-on-its-way-home-from-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/30/uss-abraham-lincoln-sails-past-singapore-on-its-way-home-from-middle-east/</guid><dc:creator><![CDATA[By DITA ALANGKARA and FADLAN SYAM, Associated Press]]></dc:creator><description><![CDATA[BATAM, Indonesia (AP) — The U.S. aircraft carrier USS Abraham Lincoln sailed past Singapore early on Sunday as it headed home after a grueling deployment in the Middle East. It's expected to stop in Thailand for a port visit.]]></description><pubDate>Sun, 30 Aug 2026 05:00:29 +0000</pubDate><content:encoded><![CDATA[<p>BATAM, Indonesia (AP) — The U.S. aircraft carrier USS Abraham Lincoln sailed past Singapore early on Sunday as it headed home after a grueling deployment in the Middle East. It's expected to stop in Thailand for a port visit.</p><p>Associated Press journalists on the Indonesian island of Batam, across the Singapore Strait, spotted the massive vessel as it transited waters near Singapore just after 1 a.m. local time.</p><p>The Lincoln, one of the U.S. Navy's largest warships, was supporting the U.S. war against Iran. Its deployment included a record-setting uninterrupted time at sea of more than 250 days. Concerns have grown about the Lincoln’s lengthy deployment following reports of deteriorating mental health among the crew and shortages of supplies including food and hygiene products.</p><p>Thai officials have said the Lincoln will stop in Thailand for rest and recovery before returning to its U.S. base.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJG5EOLTIQJW7UQ35PXH634UUA.jpg?auth=20c2689226d0f233b83c93f21ba780afea9f108a82435a69ceaddb4ddca0e295&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Navy aircraft carrier USS Abraham Lincoln sails past Singapore as seen from Batam, Indonesia, Sunday, Aug. 30, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWW5LQVCPZ7QZYUC5UIW5RPY3M.jpg?auth=09161fd36080771d5fd6b4fbaae6887fad6d78989f69a70a603405bbb7eb5bef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Navy aircraft carrier USS Abraham Lincoln sails past Singapore as seen from Batam, Indonesia, Sunday, Aug. 30, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7PPVYCNARUEP53MY3QKFPHAPZI.jpg?auth=ba1e4e15f7726896cc0d7d8c4ee80d109962de5e80eea75f9669ecec20508daf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Navy aircraft carrier USS Abraham Lincoln sails past Singapore as seen from Batam, Indonesia, Sunday, Aug. 30, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QL75JK4BQG6UMPNEV4Q274FCSU.jpg?auth=6d8f9d27dabac3ad89cb4f4b1a00a631e809f3b4f63e995f6e43058ee84af624&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fishermen sit in their boat as the the U.S. Navy aircraft carrier USS Abraham Lincoln is seen in the background in Batam, Indonesia, Sunday, Aug. 30, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content></item><item><title><![CDATA[Guinea-Bissau votes in a referendum to grant expanded presidential powers ahead of election]]></title><link>https://www.local10.com/news/2026/08/30/guinea-bissau-votes-in-a-referendum-to-grant-expanded-presidential-powers-ahead-of-election/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/30/guinea-bissau-votes-in-a-referendum-to-grant-expanded-presidential-powers-ahead-of-election/</guid><dc:creator><![CDATA[By ASSANA SAMBU and OPE ADETAYO, Associated Press]]></dc:creator><description><![CDATA[BISSAU, Guinea-Bissau (AP) — Guinea-Bissau is voting Sunday in a referendum to decide on granting new presidential powers ahead of December's general election, which will return the West African nation to democracy after its latest coup.]]></description><pubDate>Sun, 30 Aug 2026 07:54:12 +0000</pubDate><content:encoded><![CDATA[<p>BISSAU, Guinea-Bissau (AP) — Guinea-Bissau is voting Sunday in a referendum to decide on granting new presidential powers ahead of December's general election, which will return the West African nation to democracy after its latest coup.</p><p>A military government seized power in November of last year following a disputed election in which former President Umaro Sissoco Embaló and opposition candidate Fernando Dias both claimed victory.</p><p>If passed, the new constitution by the self-styled National Transitional Council will grant more powers to the president and reduce parliamentary representation, among other issues.</p><p>The authorities argue that a parliament trimmed from 102 to 65 seats would allow for easier and more robust debates, while new presidential powers would underline the higher authority of the president over the prime minister, which they claim is a source of political instability in the country. Opposition groups reject the claim.</p><p>“In a community, there is only one leader. No community or village can have two leaders. We revised the constitution to avoid constant conflict between the president of the republic and the prime minister. We clarified the law and helped the public understand that the president of the republic is the national symbol. It is the president who stands for election in presidential polls,” Gen. Tomás Djassi, the head of the armed forces, said.</p><p>Opposition urges boycott of referendum</p><p>But the opposition has called on voters to boycott the referendum, saying it is a path for the head of the military government to amass power and calling it a "source of political instability at all levels".</p><p>“This constitution significantly weakens the Prime Minister and the government, subordinates the National People’s Assembly and political parties, and devalues—or even ignores the popular will expressed at the polls, carrying all the attendant risks of political and social division and tension,” Muniro Conté, spokesperson for the African Party for the Independence of Guinea and Cape Verde, told The Associated Press.</p><p>Last year's coup in Guinea-Bissau worsened West Africa's democratic crisis, adding it to a growing number of countries in the region under military rule.</p><p>Leaders on the continent branded it a “staged” takeover after the military allowed the former president to host a press conference to announce he was being deposed and allowed to leave the country in seemingly favorable circumstances. Skeptics say Embaló had given up the seat to the military after seeing he was losing the election.</p><p>Since it gained independence from Portugal in 1973, the only Portuguese-speaking West African country has been rocked by several coups and attempted coups. Before last year’s coup, a failed coup was reported only a month before.</p><p>The tiny country of around 2.2 million people has the highest proportion of natural wealth per capita, according to the World Bank, but more than half of the country lives in poverty. The country is a hub for drug trafficking between Latin America and Europe, an issue experts say fuels its political instability.</p><p>Nearly 915,000 voters are registered to vote in the referendum, but the majority say the constitution is not a problem.</p><p>Widespread discontent among citizens over new constitution</p><p>Bacar Camará, a high school teacher in the capital, Bissau, said he would not be voting and disapproves of the referendum, citing a fraught political and social environment.</p><p>“The transitional government should focus on creating conditions for better understanding and reconciliation among Guineans,” he said.</p><p>Another resident in Bissau, Carolina Djeme, said the constitution is unfamiliar to her.</p><p>"I’ll go vote on Sunday. However, I’ll vote ‘no’ because — honestly, and I think this is the case for many other citizens — I don’t know this new Constitution well, so I can’t vote ‘yes’,” she said.</p><p>Analysts say the military government lacks the legitimacy to change the constitution, which has sparked discontent among the citizens.</p><p>“The fundamental question is: Who drafted this Constitution, and on whose behalf? To protect which interests or institutions? Who stands to benefit from this Constitution?” Paulino Quadé, a Guinean political analyst, said.</p><p>———</p><p>Adetayo reported from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TS5Q4OKZAPEPRR4XLGGO3T54WE.jpg?auth=2e73b66c1789b868ec9bdd3c9a3264b176e1a610da43d075ac3038909425d3a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Guinea-Bissau Transitional President General Horta Inta-A-Na Man, centre, and President of Senegal Bassirou Diomaye Faye walk during an official ECOWAS mission to help resolve Guinea-Bissau's political crisis in Bissau, Guinea-Bissau, on Jan. 10, 2026. (AP Photo/Abubacar Queta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abubacar Queta</media:credit></media:content></item><item><title><![CDATA[Nepal warns of possible fresh flooding as communities grapple with devastation]]></title><link>https://www.local10.com/news/world/2026/08/30/nepal-warns-of-possible-fresh-flooding-as-communities-grapple-with-devastation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/30/nepal-warns-of-possible-fresh-flooding-as-communities-grapple-with-devastation/</guid><dc:creator><![CDATA[By VICTORIA MILKO and NIRANJAN SHRESTHA, Associated Press]]></dc:creator><description><![CDATA[DHADING, Nepal (AP) — Authorities in Nepal warned of possible fresh flooding on Sunday and urged residents in flood-affected districts to remain on high alert after water levels rose in the Bhotekoshi River.]]></description><pubDate>Sun, 30 Aug 2026 13:29:59 +0000</pubDate><content:encoded><![CDATA[<p>DHADING, Nepal (AP) — Authorities in Nepal warned of possible fresh flooding on Sunday and urged residents in flood-affected districts to remain on high alert after water levels rose in the Bhotekoshi River.</p><p>Flood warning notices were sent to people's phones early Sunday as rescue crews worked to clear a major highway connecting Kathmandu to one of the areas worst hit by Wednesday's catastrophic floods, which killed at least 800 people and left more than 3,000 missing in Nepal and Tibet.</p><p>The latest warnings came after Chinese authorities informed their Nepalese counterparts of increased water flow upstream, according to Dharam Raj Uprety, chief executive of Nepal’s National Disaster Risk Reduction and Management Authority.</p><p>The Chinese state news agency Xinhua, citing the country’s water resources ministry, said a new lake formed after Wednesday’s floods high in the mountains had largely drained.</p><p>But Xinhua said the ministry warned that a crater located 5.6 kilometers (3.5 miles) upstream, which held an estimated 1.4 million cubic meters of water, still posed some risk and required close monitoring.</p><p>Nepal’s disaster agency said Sunday the death toll had climbed to 788 with 2,502 missing, while Chinese authorities reported 16 deaths and 546 missing on the Chinese side of the border.</p><p>The missing include hundreds of people from over a dozen countries who were in the region to work, visit the mountains or make a pilgrimage to a sacred peak. On Sunday, Chinese state media said 261 foreigners were missing in Tibet, including over a hundred Nepalis and others from around the world.</p><p>Some are returning to what remained of their homes</p><p>In Dhading, one of the worst-hit regions in Nepal, some residents began returning to ruined homes to see what can be salvaged.</p><p>Residents sat in homes with walls washed away by the floods, shoveling sludge-like mud and rubble off balconies or window frames. Others scanned the ground for items they could pick out of the mud and rinse off. One man had returned for his chickens, which he found alive. He tied them up and put them in the cabin of his truck.</p><p>“Everything is finished. Nothing is left. Not even our home,” Sharmila Tamang, a Dhading resident who was trying to salvage items from her home, told The Associated Press.</p><p>At a key power plant that was severely damaged by the floods, workers started inspecting the facilities Sunday to survey the destruction. The plant serves over 20,000 people across four districts.</p><p>In the town of Galchhi, a group of residents sought higher ground on a nearby bridge and watched as the river roared by. Some pointed to enormous rocks washed downriver during the earlier floods, while others standing on a suspension bridge were warned off with whistles.</p><p>Along the river, homes, vehicles and farm tractors could be seen jutting from the thick gray-brown sediment that enveloped entire villages in some areas. Parts of rice terraces along the riverside had dropped into the river after landslides hit them.</p><p>Residents are receiving constant flood warnings</p><p>Homes and businesses left intact after the flooding were still without electricity on Sunday, as twisted power line poles and wires lay tangled in the mud.</p><p>Residents of flood-hit villages said they were struggling to make sense of near-constant alarms they've received since the initial floods.</p><p>“Sometimes they say a flood is coming, then we have to run again to higher ground, even at night. There is also rain,” said Govind Shreshta, a resident. “It’s really difficult for me. I have a 72-year-old father and 70-year-old mom. I must carry them and I am exhausted. It’s going on like this for those who are still alive.”</p><p>Large concrete and smaller suspension bridges were destroyed, leaving communities on the other side of the river with less easy access.</p><p>“Those who are there are now stuck there. Those who are here are stuck here. It’s going to be very difficult,” said Sattan Singh Tamang, 47, who was working near a bridge when Wednesday’s floods came.</p><p>Minister says Nepalis have become victims of climate change</p><p>Wednesday’s flash floods started after a glacial collapse high in the Himalayan region. Scientists who studied satellite images said bedrock underneath a glacier high in the Himalayan region had collapsed, taking part of the glacier with it. The rockfall was so extreme that it registered as magnitude 5.2.</p><p>The rocks and melted water then swelled the rivers in the valleys below, causing a torrent of water that swept buildings, bridges and earth downstream in Tibet and Nepal.</p><p>Nepal’s foreign minister called for a global response to climate change, saying Nepal was bearing a disproportionate share of its impact.</p><p>“Despite having only 0.1% contribution to the global emissions, people of Nepal have become major victims of climate change,” Shisir Khanal said Saturday.</p><p>Scientists have said it is too early to draw a direct connection between global warming and Wednesday’s catastrophe. However, they said that as Earth’s temperature rises because of human activities such as burning oil, gas and coal, the chances of such disasters increase, especially in the Himalayan mountains, which are warming considerably faster than many other parts of the world.</p><p>Meanwhile, Malaysia's Prime Minister Anwar Ibrahim said Sunday his country will send a search-and-rescue team to Nepal to assist with relief efforts and help evacuate Malaysians affected by the disaster.</p><p>Malaysia has also pledged $1 million in financial aid to Nepal, he said in a statement.</p><p>___</p><p>Associated Press writers Aijaz Hussain in New Delhi and Shristi Kafle in Kathmandu, Nepal, and video journalist Shonal Ganguly in Dhading, Nepal, contributed to this report.</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/LBPBG5CCIL4UFYGR55XNRATV7E.jpg?auth=9bd75427cc1e224ec2a1dd3c249b4755a6de24c3765d613ee6a89d42029ce3a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident looks at the swollen Trishuli river in Galchhi, Dhading District, Nepal, Sunday, Aug. 30, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXAXN6M6M3OLYX5NW6DE4YC6X4.jpg?auth=12f34f02fd0039305bd51fc4230fc112a168f5e106e223037716e36fabcb6cb0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A drone view shows rescue workers inspect the area and damaged structures following recent flash flooding along the Trishuli River in the Devighat area of Nuwakot district, Nepal, Saturday, Aug. 29, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VIEQ5WCTPYBRFFSAPM5MAXDAB4.jpg?auth=a2951aa5817bb28b0123ab5408e9592bda1f9241a8e64d789f9fb83de9559055&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A farmer cleans his corn crop after flash floods in Nepal’s Nuwakot district on Saturday, Aug. 29, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YQCMGFQWTEP3MGVHWBUEFFNIRM.jpg?auth=3fcc1ebe412d1fd16a601fba1c7464e8b1ec025b1a5d5146b5e42ce5e0552362&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Authorities use drones to distribute relief materials in the areas cut off from the flash floods in Nepal's Nuwakot district, Saturday, Aug. 29, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQTDQLMWNEDJRVEXESNXVOIR4Y.jpg?auth=7b6a02b08578befd511ad74fcce4fb895b349194e8047129de4cb811c85640f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl holds a child as they watch a rescue helicopter fly by in Trishuli Bazaar area of Nuwakot district, Nepal, Sunday, Aug. 30, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[Spinning and dipping, Minnesota fairgoers delight in the classic Tilt-A-Whirl ride as it turns 100]]></title><link>https://www.local10.com/news/weird-news/2026/08/30/spinning-and-dipping-minnesota-fairgoers-delight-in-the-classic-tilt-a-whirl-ride-as-it-turns-100/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/08/30/spinning-and-dipping-minnesota-fairgoers-delight-in-the-classic-tilt-a-whirl-ride-as-it-turns-100/</guid><dc:creator><![CDATA[By ELLEN SCHMIDT and MARK VANCLEAVE, Associated Press]]></dc:creator><description><![CDATA[FALCON HEIGHTS, Minn. (AP) — With screams and giggles, whipping ponytails and white-knuckle grips, Minnesota fairgoers are taking delight in the magic of the Tilt-A-Whirl ride as it turns 100 years old.]]></description><pubDate>Sun, 30 Aug 2026 13:55:50 +0000</pubDate><content:encoded><![CDATA[<p>FALCON HEIGHTS, Minn. (AP) — With screams and giggles, whipping ponytails and white-knuckle grips, Minnesota fairgoers are taking delight in the magic of the Tilt-A-Whirl ride as it turns 100 years old.</p><p>The iconic ride and its brightly colored cars debuted at the Minnesota State Fair in 1926, and it has been a mainstay at fairs across the country ever since. Riders who stumbled off the ride on Thursday spoke with The Associated Press about the ride, which is a favorite for many.</p><p>Valerie Nelson, a Minnesota native who returned to her home state to visit the fair, said she first rode the Tilt-A-Whirl as a child in the 1970s.</p><p>“It’s my favorite ride forever and ever,” she said. “Whenever I see it, I try to get on. I love the spin when it pushes you back into the chair.”</p><p>“It’s the only ride I’ll go on,” said Sherri Gray, of Stillwater, Minnesota, who joined Nelson on the ride.</p><p>Samuel Mishek, 7, of Minneapolis, also said the Tilt-A-Whirl is his favorite fair ride, and he rode it twice in a row Thursday — screaming while riding alone in a car as it twirled and jerked. “I like when there’s little bumps because you can get ready and you know when it’s going to turn really fast,” he said.</p><p>The Tilt-A-Whirl has been a tradition at fairs around the country since 1926. Herbert Sellner, an inventor for a manufacturing company in Faribault, Minnesota, created it after attempting to make a water ride with spinning boats — which failed and was destroyed in a storm. After that, his brother Martin Sellner suggested he make a land-bound version, according to Rice County Historical Society curator Jenna Nelson.</p><p>Nelson, who has sifted through the Sellner family’s history, said the longevity of Sellner’s invention can be attributed to its design.</p><p>“It really has stood the test of time in terms of how they machined it,” she said, adding that only about 1,000 cars were ever sold, and “all of that equipment is largely the same today.”</p><p>The ride is powered by seven individual motors around a circle — and gravity makes the car spin around its dips. Weight from the riders shifts the cars’ positions as they lean, sending the cars off balance, said ride operator Thomas Lauthier, who brings his Tilt-A-Whirl to fairs around the country.</p><p>Lauthier has been operating the Tilt-A-Whirl at the Minnesota State Fair for the last 12 years. He said Midwesterners have a particular affinity for the ride.</p><p>And many riders said the Tilt-A-Whirl has become a family tradition.</p><p>“As long as I can remember, when I was young my parents and my grandparents took me to the fair, we rode the Tilt-A-Whirl every time. We love to bring our kids and do the same thing,” said Mike Pream-Anderson, a Minneapolis native. “It’s definitely a family tradition. Knowing that it’s 100 years old this year is pretty crazy, but I’m glad that we get to be a part of it.”</p><p>Friends Riley Lovett and Molly Rossbach relived their ride with giggles and nostalgia, talking about the “butterflies” they got Thursday afternoon, and remembering the Tilt-A-Whirl rides of their past. Upon learning the ride was 100, Lovett high-fived her friend Rossbach, who proclaimed: “Happy birthday Tilt-A-Whirl!”</p><p>___</p><p>Schmidt 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/FYJCL5YG4WGUXJGBDIRBBYJYLA.jpg?auth=183cb31f16ec8070acf2c84e9d5ae731a86d127b78bde9898d8dfbea3eb09b0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Valerie Nelson, left, and Sherri Gray ride the Tilt-A-Whirl, Thursday, Aug. 27, 2026, at the Minnesota State Fair in Falcon Heights, 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/EANDWKQNF3NUM6YJBCHZVXSPGM.jpg?auth=fbfddc3d70187a8f115c8b9e99e64374daf75cf87d6c9bfe6ddf849170623ae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lana Berge, of Minneapolis, screams while riding the Tilt-A-Whirl with friends Thursday, Aug. 27, 2026, at the Minnesota State Fair in Falcon Heights, 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/62RBBY7PZXE7QOOWGNGFXBJLTU.jpg?auth=39d6e608fe8c6faae1ef770e0e473db9299e9fc68a6cab9c8b3329ecf7bbf9c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fairgoers pass the Tilt-A-Whirl, Thursday, Aug. 27, 2026, at the Minnesota State Fair in Falcon Heights, 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/S65FP3LKTALVVB7C5WDNM6BTBU.jpg?auth=bf07a19d6b8a60e9bb8f912c64e69a27557416f135a5b30fb0da3b3b9abd763b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A child grimaces while riding the Tilt-A-Whirl, Thursday, Aug. 27, 2026, at the Minnesota State Fair in Falcon Heights, 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/WOWOCLYEHTUH5WX5CNEJJPCLCA.jpg?auth=682ab4b0c8dd4980bc625b38e9b473e75068845959d7f58787705c08f9fe3c6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Girls ride the Tilt-A-Whirl, Thursday, Aug. 27, 2026, at the Minnesota State Fair in Falcon Heights, Minn. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Olivia Rodrigo's festival is uniting women and girls behind nonprofits promoting their well-being]]></title><link>https://www.local10.com/business/2026/08/30/olivia-rodrigos-festival-is-uniting-women-and-girls-behind-nonprofits-promoting-their-well-being/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/30/olivia-rodrigos-festival-is-uniting-women-and-girls-behind-nonprofits-promoting-their-well-being/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[Evoking the same do-it-yourself pop-rock feminism of her '90s musical influences, Olivia Rodrigo raised $20 million for women's well-being with a benefit show that activated her young audience.]]></description><pubDate>Sun, 30 Aug 2026 14:22:47 +0000</pubDate><content:encoded><![CDATA[<p>Evoking the same do-it-yourself pop-rock feminism of her '90s musical influences, Olivia Rodrigo raised $20 million for women's well-being with a benefit show that activated her young audience.</p><p>Daisy Chain Fields united a women-led lineup boasting queer pop star Chappell Roan, breakout rapper Doechii and riot grrrl pioneers Bikini Kill behind issues of women's health, workplace protections and legal rights. Ahead of Saturday's festival in Irvine, California, Rodrigo announced the show had already raised enough to make a $10 million donation to 10 nonprofit partners including Planned Parenthood, National Women's Law Center and Black Mamas Matter Alliance.</p><p>Philanthropist Melinda French Gates pledged another $10 million through her Pivotal Ventures in a surprise appearance at the start of Rodrigo's set, praising her for "showing a new generation how much their voices matter."</p><p>Rodrigo said the festival's artists and activists give her hope despite the “regression of women's rights” today.</p><p>“That's actually why I fell in love with the name ‘Daisy Chain,'” she said Friday. "It served as a reminder of how individual parts can come together to create something strong and unbreakable."</p><p>Rodrigo, 23, has made a name channeling the rage and dissatisfaction of modern romance into chart-topping songs that are equal parts Taylor Swift and Alanis Morissette. Now, she looks to bridge the gap between Gen Z and nonprofits, which have struggled to build relationships with younger donors who tend to prefer informal ways of giving.</p><p>The connection is not lost on Daisy Chain Fields attendees.</p><p>“People don’t join together and mobilize unless they feel connected to the group that is mobilizing," said Grace Slevin, 24. "What’s better than music?”</p><p>All-star benefit concerts have proven popular for driving millions of dollars toward everything from refugee relief to pandemic response. But it's been decades since a young artist with Rodrigo's following brought her peers together for gender justice.</p><p>That focus comes as President Donald Trump attempts to overhaul family planning grants that reproductive health clinics use to provide birth control and treat sexually transmitted infections. His administration paused $27.5 million last year for such organizations, including some Planned Parenthood affiliates, before officials agreed to restore the money.</p><p>For Slevin, an Orange County, California, resident who does anti-sex-trafficking advocacy, Daisy Chain Fields embodies the sentiment of “be who you needed when you were younger." She loves that attendees are welcome to learn about the beneficiaries' work in addition to donating.</p><p>Nonprofit partners engaged with fans in Daisy Chain Fields' “philanthropy village.” Festivalgoers collected pins from booths as they learned about health services from Planned Parenthood or pay tribute to caregivers through the National Domestic Workers Alliance.</p><p>An art installation by the Guerilla Girls, anonymous artist activists, invited fans to air their grievances on chalkboards. Handwritten responses included “PROTECT QUEER KIDS!” and “Put women in charge and pay us more!!!” as well as “ICE OUT!” and “ABORTION RIGHTS 4 ALL.”</p><p>Younger generations expect a level of authenticity beyond a “pseudo-sort-of-progressiveness,” Slevin said.</p><p>“They can see just how deeply intertwined the music is with the cause," she said. "It’s not just, like, a second thought.”</p><p>Do you get déjà vu? Rodrigo's effort recalls '90s feminist push</p><p>Rodrigo took inspiration from Lilith Fair, the all-women festival that raised $10 million for charity from 1997 to 1999. Sarah McLachlan, who founded the show to dispel the music industry’s notion they couldn't book women consecutively, performed with Rodrigo Saturday.</p><p>Planned Parenthood National Director of Arts and Entertainment Caren Spruch recalled working on Lilith Fair, adding that concert outreach is an important tool to reach people "where they are.”</p><p>That culture-shifting work grows more important during times like this, she acknowledged, when abortion clinics are closing in restrictive states and anti-abortion groups are pushing the courts to limit access to drugs most commonly used in abortion.</p><p>Rodrigo, Spruch said, talks about those topics with “no shame or stigma.” As she did with other nonprofits, the three-time Grammy winner appeared in informational videos on Planned Parenthood's social media.</p><p>“All of that does so much to help us normalize the whole range of reproductive health and rights," Spruch said.</p><p>Intergenerational change</p><p>Melissa Shaw, 33, drove to the festival from Tucson, Arizona, with her 8-year-old daughter.</p><p>They didn't plan to spend the day camped out for close-up views. Shaw wanted to let her daughter ask questions as they explored the nonprofits and visited art installations. She appreciates that Rodrigo is not only promoting well-known organizations such as Planned Parenthood, but also groups focused specifically on Black maternal health or baby formula access.</p><p>“It’s really important for me as a parent to expose my daughter to celebrities who set that example," Shaw said.</p><p>To her, the lineup seemed intentionally curated to attract multiple generations. Her daughter loves Rodrigo and Roan, and she herself grew up listening to Bikini Kill and fellow performer Santigold. She saw many mother-daughter duos sharing their festival plans online.</p><p>The festival's nonprofit partners were eager to join that multigenerational community of women, too.</p><p>“At a time when decisions about our bodies, our health, our safety and our futures are being made for us not by us, a day built around care and community is its own kind of statement,” FreeFrom founder Sonya Passi said in a statement.</p><p>National Domestic Workers Alliance President Ai-jen Poo said the festival's joyful atmosphere serves as a “powerful reminder to women everywhere of all ages that, no matter what, we have each other.”</p><p>Her organization works to ensure federal workplace protections for domestic workers, who are disproportionately women and immigrant women. She wants to recruit more young people, many of whom she said are worried they can't afford to take care of their loved ones or start families.</p><p>“The only way change happens is through intergenerational connection and movements in our country," she said. "This generation of young people has the opportunity to really change how we support caregiving for future generations.”</p><p>Philanthropy takes center stage</p><p>Organizers vowed to work with nonprofit partners to put the grants toward their most urgent and underresourced needs.</p><p>Newer nonprofits also appreciated the opportunity to expand their networks. Black Mamas Matter Alliance co-founder Angela Doyinsola Aina said the nonprofit, just 10 years old, reached people who wouldn't have otherwise encountered their work on Black maternal health.</p><p>For the National Women's Law Center, the gift offers flexibility to plug their own budgetary holes as they litigate sex discrimination cases. Uma Iyer, the nonprofit's chief external affairs officer, said the support also boosted staff morale.</p><p>“We work on really hard things every day,” she said. “It was really energizing for us and it’s been really uplifting.”</p><p>Including both everyday audiences and front-line workers in benefits is key, according to Farm Aid co-executive director Jennifer Fahy. The annual fundraising concerts — launched by Willie Nelson, Neil Young and John Mellencamp to raise awareness of family farmers' challenges —- celebrated their 40th anniversary last year.</p><p>“It’s just wonderful to see an artist of that generation, that new young generation, who is embracing that opportunity that exists to do these kinds of events, to share the stage and microphone to highlight issues that are important to the artist," Fahy said.</p><p>___</p><p>Associated Press newsperson Abby Lee contributed from Irvine, California.</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y4PXMOW6UBONWE622XVTSSJCPA.jpg?auth=234990becd266ef9c9af44254d066ad6e3ec9feabde57f9152630b6bfe7f77f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Rodrigo performs at the Daisy Chain Fields Music Festival on Saturday, Aug. 29, 2026, at Great Park in Irvine, Calif. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2ATHKMNX6KTUFARJJWU6RPYKFY.jpg?auth=63710fc67707e2def9614962588d1dc05004bd9dad401724970facffd1ac4002&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Rodrigo performs at the Daisy Chain Fields Music Festival on Saturday, Aug. 29, 2026, at Great Park in Irvine, Calif. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TW2WZWYUQDLABQIF2QTWS7ARPU.jpg?auth=f2feb3cecf05e0935187bf6eb005df12e9b6d8b0aebeee317e7e4200cce1b72a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Rodrigo, left, introduces special guest Sarah McLachlan to the audience at the Daisy Chain Fields Music Festival on Saturday, Aug. 29, 2026, at Great Park in Irvine, Calif. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IH2GXWROI35ESQ3VWC5DZX3FXI.jpg?auth=0f4ddaedf09f8134c9090f7b0fe85c258b5131dc3f4db4a18e4b1424048c1f58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Audience members watch Olivia Rodrigo perform with special guest Sarah McLachlan at the Daisy Chain Fields Music Festival on Saturday, Aug. 29, 2026, at Great Park in Irvine, Calif. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HRFEYRDQQEUMDRLMDDNM2QGPSE.jpg?auth=696919dfe7356f503a230e8a8096d1bf5fce03733df245b2266fddcd0171eb86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Rodrigo performs at the Daisy Chain Fields Music Festival on Saturday, Aug. 29, 2026, at Great Park in Irvine, Calif. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Brewers' Jackson Chourio joins exclusive club by producing three 20-homer seasons before turning 23]]></title><link>https://www.local10.com/sports/2026/08/29/brewers-jackson-chourio-joins-exclusive-club-by-producing-three-20-homer-seasons-before-turning-23/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/brewers-jackson-chourio-joins-exclusive-club-by-producing-three-20-homer-seasons-before-turning-23/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Milwaukee Brewers outfielder Jackson Chourio has reached another milestone as he moves closer to his favorite time of year.]]></description><pubDate>Sun, 30 Aug 2026 03:52:51 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Milwaukee Brewers outfielder Jackson Chourio has reached another milestone as he moves closer to his favorite time of year.</p><p>Chourio hit his 20th homer of the season in a 5-3 victory over the Texas Rangers on Saturday night. He’s the 17th player to put together three 20-homer seasons before turning 23 years old, joining a star-studded fraternity that includes Hall of Famers Ted Williams, Eddie Mathews, Mickey Mantle, Frank Robinson and Orlando Cepeda among others.</p><p>“I feel very prideful and very happy to be a part of that group and be mentioned with those same names,” the 22-year-old Chourio said through interpreter Daniel de Mondesert. “All those names are just great examples for me to follow moving forward.”</p><p>Chourio appreciated the magnitude of the accomplishment even though he didn’t necessarily have a particular player he looked up to most while growing up in Venezuela. He was too busy playing the game instead.</p><p>“It’s hard for me because as a kid, I wasn’t one who watched a ton of baseball growing up,” Chourio said. “It’s a great question, but a hard one for me to answer.”</p><p>The Brewers understood what they had in Chourio back in 2023 as they signed him to an eight-year, $82 million contract when he was a 19-year-old who hadn’t yet reached the big leagues.</p><p>He has proved his value ever since.</p><p>Chourio hit more than 20 homers and stole more than 20 bases in each of his first two seasons. He reached the 20-homer mark again this year despite fracturing a bone in his left hand while playing for Venezuela in an exhibition ahead of the World Baseball Classic.</p><p>Although Chourio continued playing in the WBC and helped Venezuela win the title, he went on the injured list as the Brewers opened the season and didn’t play his first game until May 4. The injury may keep him from a third straight 20-20 season — he currently has 14 steals — but Chourio is on pace for career highs in batting average (.281), on-base percentage (.342) and slugging percentage (.478).</p><p>Over his last 11 games, Chourio has batted .362 with three homers and seven RBIs.</p><p>“He’s still learning the game,” Brewers manager Pat Murphy said. “Man, he’s special. His hands go from A to B as quick as anybody.”</p><p>Chourio’s rapid rise has made him one of the Brewers’ most popular players. Chourio hit his 20th homer of the season on a night when Brewers fans received cereal bowls bearing his name and face as part of a promotional giveaway, though he apparently hadn’t yet seen one as he talked to reporters after the game.</p><p>“I haven’t been gifted one — you think maybe I could get one?” Chourio joked.</p><p>Chourio’s ready for a bigger prize.</p><p>Milwaukee won its fourth straight game Saturday and has the best record in the major leagues as the Brewers chase the first World Series title in franchise history. Chourio already has shown a knack for thriving in October thus far in his brief career, as he has hit .341 with four homers and 11 RBIs in 12 career postseason games.</p><p>When he was asked Saturday about the next step he could take in his career, Chourio made his goals quite clear.</p><p>“The dream is to win,” Chourio said. “That’s the hope this year — to continue winning and to win it all.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/URNQHKUGT5CJL2FY3NOQ32K55E.jpg?auth=41471bde93f398eb9e6916dd4f4e92e3ba8de664c0a707a16eb1ae498f85eb51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jackson Chourio rounds the bases after hitting a solo home run during the first inning of a baseball game against the Texas Rangers, Saturday, Aug. 29, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJ5WM56ADW7ADA727ZFJKZTWHA.jpg?auth=48a70646d84e77850d8846bf6b79599555c58307ef10b62ac95ec7574e8d0a43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jackson Chourio is congratulated in the dugout after hitting a solo home run during the first inning of a baseball game against the Texas Rangers, Saturday, Aug. 29, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3HHIZYB3FNITP2657I6YAUT2Q.jpg?auth=7fafde7e6aae5673c8c328a1e447b1bfa1f194adeadb893d718bb24f4cfcd0e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jackson Chourio rounds the bases after hitting a solo home run during the first inning of a baseball game against the Texas Rangers, Saturday, Aug. 29, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[Ryan Preece wins at Daytona to take the final playoff spot in NASCAR's Cup Series]]></title><link>https://www.local10.com/sports/2026/08/29/ryan-preece-wins-at-daytona-to-take-the-final-playoff-spot-in-nascars-cup-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/ryan-preece-wins-at-daytona-to-take-the-final-playoff-spot-in-nascars-cup-series/</guid><dc:creator><![CDATA[By MARK LONG, Associated Press]]></dc:creator><description><![CDATA[DAYTONA BEACH, Fla. (AP) — Known for two violent wrecks at Daytona International Speedway, Ryan Preece experienced a much different ride at NASCAR's hometown track Saturday night: a trip to victory lane.]]></description><pubDate>Sun, 30 Aug 2026 03:19:16 +0000</pubDate><content:encoded><![CDATA[<p>DAYTONA BEACH, Fla. (AP) — Known for two violent wrecks at Daytona International Speedway, Ryan Preece experienced a much different ride at NASCAR's hometown track Saturday night: a trip to victory lane.</p><p>Preece won the Cup Series regular-season finale at Daytona in overtime to secure the final playoff spot for Roush Fenway Keselowski Racing.</p><p>Preece, who ferociously flipped cars at Daytona in 2023 and again in 2025, moved to the front during a green-white-checkered finish when leader Zane Smith got bumped, started spinning and slammed into other cars on the last lap. Preece took the checkered flag under caution and edged Shane van Gisbergen for the 16th and final berth in the postseason finale.</p><p>“This is redemption,” said Preece, whose victory landed two RFK cars into the 16-driver Chase for the championship. Chris Buescher is the other.</p><p>“I’m just speechless right now,” Preece said. “Those guys, that 60 (car), we’re fighters. When you put our back against the wall, we swing hard. ... Last year, there were a lot of keyboard warriors saying I was nothing. Well, we just kicked their butts tonight.”</p><p>Preece expressed confidence all week, but he found himself needing a victory late to pass Shane van Gisbergen for the last playoff spot. Van Gisbergen finished 27th after pitting during the final caution and taking four tires.</p><p>“Shame we’re not in it,” said van Gisbergen, who won twice during the regular season but missed the playoffs under NASCAR's new format that puts more emphasis on season-long results that victories.</p><p>Bubba Wallace and Austin Cindric locked up the other two available spots. Wallace, Cindric, van Gisbergen, Preece and Brad Keselowski started the night vying for the final three spots in the 10-race Chase.</p><p>Wallace, who was nearly a lock to make the 16-driver field when the green flag dropped, claimed his spot with a seventh-place finish in the opening stage. Cindric avoided trouble all night, finished sixth and advanced without much fanfare.</p><p>Daniel Suarez finished second in the race, followed by Michael McDowell, Tyler Reddick and Ricky Stenhouse Jr.</p><p>Van Gisbergen won Stage 1 and created more of a cushion on Preece, who was caught up in a three-car crash as he neared the finish line. Preece raced his way back to the front in Stage 2 and picked up much-needed points with a second-place finish behind Ryan Blaney.</p><p>But it came down to the final lap. Preece needed to win to get in — and he pulled it off in dramatic fashion.</p><p>“I’m a racer. I know what it takes to build speed,” Preece said. “So every man and woman at RFK, thank you for giving me a rocket ship so I could go to the moon tonight.”</p><p>Cruise planning ‘Days of Thunder’ follow-up</p><p>Tom Cruise is getting back behind the wheel for a follow-up to “Days of Thunder.” The 64-year-old Cruise announced Saturday at Daytona he will reprise his role as NASCAR driver Cole Trickle.</p><p>He said he wants to show audiences “the speed, the excitement and all that danger and stuff.”</p><p>Anne Hathaway  will co-star as a team owner and engineer in the film scheduled to be released by Paramount Pictures on June 2, 2028.</p><p>Jimmie Johnson unveils paint scheme for final Daytona 500</p><p>Seven-time Cup Series champion Jimmie Johnson will drive a familiar-looking No. 48 in his final Cup Series start. Johnson unveiled his paint scheme for his Toyota in the 2027 Daytona 500 by driving a ceremonial lap around the track before Saturday’s race. The gray-and-blue scheme melds the three main sponsors during Johnson’s record-setting racing career: Lowe’s, Ally and Carvana.</p><p>Johnson’s final start will come in the 69th running of the Daytona 500, scheduled for Feb. 21, 2027. Hendrick Motorsports loaned Johnson the No. 48 for his last ride.</p><p>“Seeing this car for the first time brings back a lifetime of memories,” Johnson said.</p><p>Riley Herbst sits because of “lingering effects” from crash</p><p>Riley Herbst was scratched from the race because of “lingering effects” from a crash last weekend. Harrison Burton replaced Herbst in the No. 35 Toyota and finished 12th.</p><p>Herbst was involved in a crash at New Hampshire Motor Speedway last Sunday, with his car backing into the outside barrier before being struck again.</p><p>Up next</p><p>The 10-race Chase for the championship begins at Darlington Raceway next Sunday.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PRE7PJ7EJRWM5KIUC6IFGHNBHI.jpg?auth=c8f9b9ed47d4567f957648bcfa929d7e5369d4f98cb86fed47e54769ab6412b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Preece, center, celebrates with his crew after winning the NASCAR auto race at Daytona International Speedway, Saturday, Aug. 29, 2026, in Daytona Beach, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WU4UUYFEVGGGSZ63MODGON3J4Q.jpg?auth=529c7c47e0d57490acef9146774113c23a7b71fd7ab0579c1f0fd75001e662e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shane Van Gisbergen (97) comes in for a pit stop during the NASCAR auto race at Daytona International Speedway, Saturday, Aug. 29, 2026, in Daytona Beach, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGDSPTTOKOCE4VQHX7K7MOZJOA.jpg?auth=bced3dee9e926313a66b994e19d8615e427189665b3e980b3aa50ba0f79c4488&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Tom Crusie exits the building after attending a drivers meeting before a NASCAR auto race at Daytona International Speedway, Saturday, Aug. 29, 2026, in Daytona Beach, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JPRT2HCLVAUZH3BUCQHKTBYAUE.jpg?auth=b9aa935879fc518d24b46aaccaf25df2de6930b025242f2dc6acc6b812b74fea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chase Elliott (9) leads Ryan Preece (60) through the front stretch at the half way point of the NASCAR auto race at Daytona International Speedway, Saturday, Aug. 29, 2026, in Daytona Beach, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content></item><item><title><![CDATA[Lionel Messi scores 4 goals, adds assist to lead Inter Miami to 7-1 romp over Montreal]]></title><link>https://www.local10.com/sports/2026/08/29/lionel-messi-scores-4-goals-adds-assist-to-lead-inter-miami-to-7-1-romp-over-montreal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/lionel-messi-scores-4-goals-adds-assist-to-lead-inter-miami-to-7-1-romp-over-montreal/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Lionel Messi scored three times in the second half to finish off his first four-goal effort in MLS play while adding an assist, and Inter Miami scored six unaswered goals in a 7-1 romp over CF Montreal on Saturday night.]]></description><pubDate>Sun, 30 Aug 2026 02:20:18 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Lionel Messi scored three times in the second half to finish off his first four-goal effort in MLS play while adding an assist, and Inter Miami scored six unaswered goals in a 7-1 romp over CF Montreal on Saturday night.</p><p>Messi snapped a 1-1 tie in the 40th minute when he found the net for the 15th time, scoring off a free kick.</p><p>The reigning Golden Boot Award winner and league MVP scored for a 3-1 lead in the 52nd minute. His 17th and 18th goals of the season came in the 83rd and sixth minute of stoppage time with the final one also coming off a free kick. Messi began the day two behind Petar Musa of FC Dallas in the goals race.</p><p>Carlos Casimiro scored with a header off a corner kick by Telasco Segovia in the 20th minute to give Inter Miami a 1-0 lead. It was the first goal for the 34-year-old midfielder in his sixth league appearance and a career-best ninth assist for Segovia in his second MLS season.</p><p>Montreal tied it in the 37th minute on a goal by Fabian Herbers — his first of the campaign.</p><p>Luis Suárez scored his 11th goal with an assist from Messi — his 10th — for a 4-1 lead in the 80th minute and 18-year-old rookie Alexander Shaw made it 6-1 in the 89th with his first goal in three appearances and 37 minutes of play.</p><p>Dayne St. Clair finished with three saves for Inter Miami (12-4-6), which finished August with a 1-2-2 record after a fifth straight victory over Montreal.</p><p>Thomas Gillier saved five shots for Montreal (5-11-6).</p><p>It was Inter Miami's first victory since beating Montreal 1-0 on the road to close out July. Suárez won that one on a penalty kick in the 81st minute.</p><p>Up next</p><p>Montreal: At Philadelphia Union on Saturday.</p><p>Miami: Hosts Atlanta United on Saturday.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHCLKKXGY2KDSRB2RSHG27ESG4.jpg?auth=58723f41eed2ee96d051899a71b336727868b388baa8f0dd71b538f6dd2dd9dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Luis Suarez scores his side's fourth goal past CF Montreal goalkeeper Thomas Gillier (31) during the second half of an MLS soccer match, Saturday, Aug. 29, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7IYBZYTCV5MGQ6MK3PGA2B3LGE.jpg?auth=4b5f6bf6fd67386429f180dfc85204ff590d55f16a7a2539f47b78978b3b5118&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi, left, battles with CF Montreal defender Brayan Vera (4) during the second half of an MLS soccer match, Saturday, Aug. 29, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LWUCBVVWK477PUTYFBGGLUM4BU.jpg?auth=42955193cf5d45d501bd88cd71d453ab2b608c7fa641c30266b9b1244fc1a6ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CF Montreal defenders watch as a free kick by Inter Miami forward Lionel Messi, not pictured, sails past them to score the side's seventh goal in stoppage time and end their MLS soccer match, Saturday, Aug. 29, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IRQRR5T22LD27CCZQ6PKR6EVQU.jpg?auth=63e14fb391ffe30ad4e28999266174388d17249fc26e321c03a71d53e319df67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi, left, scores his third goal of the match, his side's fifth, past CF Montreal goalkeeper Thomas Gillier (31) during the second half of an MLS soccer match, Saturday, Aug. 29, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q44OTOXOKMZL5OU64FRW4G4R6Y.jpg?auth=a960f9a550b300f18d1c8f3ef0c094ad424b7a87f0e68bc4a33d8738eb0d801e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) celebrates with forward German Berterame (19), and midfielder Alexander Shaw (88) after scoring his third goal of the match, his side's fifth, during the second half of an MLS soccer match, Saturday, Aug. 29, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Inter Miami ends 5-game winless run with 7-1 rout of Montréal]]></title><link>https://www.local10.com/sports/local/2026/08/29/inter-miami-ends-5-game-winless-run-with-7-1-rout-of-montreal/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/29/inter-miami-ends-5-game-winless-run-with-7-1-rout-of-montreal/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Inter Miami CF snapped its five-game winless streak Saturday in emphatic fashion, dismantling CF Montréal 7-1 behind a four-goal, one-assist performance from Lionel Messi.]]></description><pubDate>Sun, 30 Aug 2026 02:06:40 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF snapped its five-game winless streak Saturday in emphatic fashion, dismantling CF Montréal 7-1 behind a four-goal, one-assist performance from Lionel Messi.</p><p>It was the perfect response to a chaotic week for Miami, which saw interim manager Guillermo Hoyos replaced and the former Inter Miami coach receive a suspension and the club recieve a fine.</p><p>Once the match began, though, all of that off-field drama was forgotten.</p><p>Miami dominated from the opening whistle, controlling possession and keeping Montréal pinned in its own half. Within the first 10 minutes, Messi opened up to his left and fired toward the far side of the net, only to see his shot clang off the right post.</p><p>The pressure never let up.</p><p>Whenever Miami lost possession, the Herons immediately pressed to win the ball back. Montréal had little choice but to absorb the pressure and look for opportunities on the counterattack.</p><p>That pressure eventually paid off with a series of corners. Miami earned its first of the match, then another, and then a third.</p><p>On that third corner, Telasco Segovia whipped the ball into the box, where Casemiro rose to head it into the back of the net in the 20th minute.</p><p>It was Casemiro’s first MLS goal for Miami.</p><p>The Herons wanted more.</p><p>Miami continued pushing forward after taking the lead, while its defense kept Montréal from creating much of anything. Thirty minutes into the match, Montréal had yet to register a shot.</p><p>Then, out of nowhere, the game changed.</p><p>Montréal’s first shot took a slight deflection before sneaking into the bottom-left corner, leaving Miami goalkeeper Dayne St. Clair with no chance.</p><p>The visitors had tied the match at 1-1, but the deadlock lasted less than a minute.</p><p>Miami immediately won a dangerous free kick near the edge of the 6-yard box. And with Messi standing over the ball, the outcome felt almost inevitable.</p><p>Messi struck the free kick, which took a slight deflection off a Montréal defender’s foot before hitting the goalkeeper and finding the net, giving Messi his first goal of the match.</p><p>Miami was back in front, 2-1.</p><p>From there, the match opened up.</p><p>The halftime whistle eventually sounded, sending Miami into the break with the lead. But the Herons came out of the locker room looking for more.</p><p>They did not have to wait long.</p><p>Just minutes into the second half, Messi produced one of the night’s most spectacular moments. The Argentina star took on the Montréal defense, weaving through defenders before creating enough space to fire a right-footed shot past the goalkeeper.</p><p>The stadium erupted.</p><p>Messi had his second goal of the night, and Miami had a 3-1 lead.</p><p>As the match progressed, the pace began to slow slightly, with Miami appearing more interested in controlling the game and protecting its advantage.</p><p>Montréal tried to change the momentum in the 60th minute, making several substitutions, including Chilean legend Alexis Sánchez, who made his MLS debut.</p><p>Sánchez’s introduction gave Montréal a spark. The visitors began creating more pressure and won a series of corners as they searched for a way back into the match.</p><p>In the 72nd minute, Miami briefly thought it might have another opportunity when there was a VAR check for a possible handball. After the review, however, the on-field decision of no penalty stood.</p><p>Then Messi took over again.</p><p>On a fast break, Messi played a perfectly weighted pass to Luis Suárez, sending the Uruguayan striker in alone against the Montréal goalkeeper. Suárez calmly finished the chance to make it 4-1.</p><p>Any hope of a Montréal comeback was fading quickly.</p><p>And Messi was not finished.</p><p>A mistake by a Montréal defender in the backfield gave Miami another opportunity. Rodrigo De Paul found Messi, who calmly chipped the goalkeeper to complete his hat trick and make it 5-1.</p><p>The crowd at Nu Stadium was in full celebration mode.</p><p>After five straight matches without a win, Miami fans finally had plenty to celebrate. Messi’s third goal of the night was his 17th of the season and moved him into the lead in the MLS Golden Boot race.</p><p>But Miami still had more to give.</p><p>The goals continued to come in waves, and this time it was 18-year-old academy prospect Alexander Shaw who joined the party.</p><p>Shaw received the ball on his right foot outside the box and fired a shot into the bottom corner for his first goal for Miami.</p><p>The score was now 6-1.</p><p>The 90 minutes came and went, with the fourth official signaling four minutes of stoppage time.</p><p>Even then, Miami was not done.</p><p>In the final minute, the Herons won another free kick. As Messi walked toward the ball, the entire stadium erupted into a familiar chant.</p><p>“Messi, Messi, Messi.”</p><p>Messi answered.</p><p>He stepped up and buried the free kick into the back of the net, completing his four-goal performance and putting the finishing touch on a 7-1 rout.</p><p>The goal gave Messi 18 goals on the season and sent the Miami crowd into another celebration.</p><p>For Inter Miami, it was exactly the kind of response it needed after a difficult week and a five-match winless run.</p><p>The Herons now head into their next match against Atlanta United with momentum — and perhaps more importantly, confidence.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIPXGAXMPNGG7PWO3K2EELJ6LU.jpeg?auth=e54387e14e892b996da4da087fb2e540d7947e25e6f33a715297a0938c7b05b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Roger Federer brought to tears during his induction into International Tennis Hall of Fame]]></title><link>https://www.local10.com/sports/2026/08/29/roger-federer-brought-to-tears-during-his-induction-into-international-tennis-hall-of-fame/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/roger-federer-brought-to-tears-during-his-induction-into-international-tennis-hall-of-fame/</guid><dc:creator><![CDATA[By KEN POWTAK, Associated Press]]></dc:creator><description><![CDATA[NEWPORT, R.I. (AP) — Roger Federer was brought to tears numerous times during his induction speech at the International Tennis Hall of Fame on Saturday.]]></description><pubDate>Sun, 30 Aug 2026 04:00:07 +0000</pubDate><content:encoded><![CDATA[<p>NEWPORT, R.I. (AP) — Roger Federer was brought to tears numerous times during his induction speech at the International Tennis Hall of Fame on Saturday.</p><p>As sunset crept in at Newport’s grass horseshoe court at the entrance of the Hall, the 45-year-old Federer, dressed in a tan suit, strolled up to the stage for his speech, kissed and hugged his wife, Mirka, who had just introduced him, and realized what a challenge it was going to be.</p><p>“Oh man,” were the first words from the first man ever to win 20 Grand Slam singles titles. “This is very high level and a tough act to follow.”</p><p>He joked: “I don’t know if you have been practicing secretly” before praising his wife’s presentation of the 272nd Hall of Famer.</p><p>Federer was inducted along with Mary Carillo, a broadcaster and former player, who was presented by Hall of Famer Billie Jean King.</p><p>Federer, called the “Swiss Maestro” during the Hall’s first red-carpet show, which began on center court about 90 minutes before the start of the induction ceremony, told the crowd that he “was a little stressed to be honest.”</p><p>During his nearly 30-minute speech, Federer, who showed fluid movement and a quick approach to the net with a solid one-hand backhand that earned him a record 237 consecutive weeks as the world’s No. 1 player in the ATP rankings, chocked up a handful of times.</p><p>It began to get tough for him about halfway through, when he talked about his childhood hero, Stefan Edberg, when he said these are “happy tears.”</p><p>Then he was brought to tears again when he spoke about his longtime coach Severin Luthi, before he wanted to thank Mirka for helping him on his journey.</p><p>“Now the Mirka part,” he said, pausing before breaking into tears. “Oh gosh, this such a mess.”</p><p>He tried to joke, but the tears took over like a quick return at the net.</p><p>“I need tissues and sunglasses, everything to protect me right now,” he told the crowd, fighting back more tears.</p><p>But, like rallying in winning one of his five consecutive U.S. Open titles from 2004-08 or reaching 10 straight Slam finals, which he won eight, Federer closed by thanking the ball boys and encouraged players to keep taking the game new levels.</p><p>Federer, who celebrated his 45th birthday three weeks ago, won eight Wimbledon titles and is only one of eight men with a career Grand Slam. He captured six Australian Opens and one French Open, in 2009.</p><p>“I’m thrilled to have made the journey here,” he said. “It’s amazing to see yourself in a place like this. To immerse yourself in the history of the sport means a lot to me.”</p><p>Carillo, inducted as a contributor, is a member of the Sports Broadcasting Hall of Fame.</p><p>King said: “She has earned her spot in sports journalism and she has earned her spot in Newport.”</p><p>Carillo, 69, was touched standing in front of a handful of Hall of Famers.</p><p>“To walk through these gates here in the company of you people, that was beyond my dreams,” she said.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NBRFUWDYQ3D2XWEVM7J2UHQCVQ.jpg?auth=616210357c513cbe8627262c08ed73da4599e5f614416f09fd3256f72d259c7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Roger Federer tries to hold back his tears during his induction ceremony at the International Tennis Hall of Fame, Saturday, Aug. 29, 2026, in Newport, R.I. (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/ZHGWMXRGRQ4PQ5NFURJQDCWEQM.jpg?auth=0ab6c372137ea56a7558a362c6915dcf7a2d1eb5dc9dfa1f4f099685e76812ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Roger Federer embraces Mary Carillo, who was honored as a broadcast contributor, during the induction ceremony at the International Tennis Hall of Fame, Saturday, Aug. 29, 2026, in Newport, R.I. (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/U2ECMZIDO3QE4GGFE4WLPEGS2E.jpg?auth=4c87ba854e9e3227ab3bd81b2a1a2ae9ccfb7382722e4774575c7e4fb32f05e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Roger Federer thanks the audience during his induction ceremony at the International Tennis Hall of Fame, Saturday, Aug. 29, 2026, in Newport, R.I. (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/OTYX7BLWWYW77QYITMK4GSWYJ4.jpg?auth=f48b461eec27bbc6c2433fce4bf011d7abd13e4a447a5da130ef115da01d2b09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Roger Federer is embraced by his wife Mirka during his induction ceremony at the International Tennis Hall of Fame, Saturday, Aug. 29, 2026, in Newport, R.I. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Scottie Scheffler not crazy about an East Lake course that creates congestion on leaderboard]]></title><link>https://www.local10.com/sports/2026/08/29/scottie-scheffler-not-crazy-about-an-east-lake-course-that-creates-congestion-on-leaderboard/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/scottie-scheffler-not-crazy-about-an-east-lake-course-that-creates-congestion-on-leaderboard/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Scottie Scheffler was signing for another bogey-free round when he was curious enough about the par-3 ninth hole at 270 yards. The numbers surprised him and validated his thinking about how hard it was to separate at East Lake for the Tour Championship.]]></description><pubDate>Sun, 30 Aug 2026 00:49:56 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Scottie Scheffler was signing for another bogey-free round when he was curious enough about the par-3 ninth hole at 270 yards. The numbers surprised him and validated his thinking about how hard it was to separate at East Lake for the Tour Championship.</p><p>The 87 players on that hole in three rounds had made two birdies and six bogeys. Do the math — he does have a degree from the McCombs School of Business at Texas — and that's 79 pars.</p><p>“That seems very high,” Scheffler said. “It’s almost like let’s just skip it at this point. If we’re all going to make par, what’s the point in playing the hole, to be fair?”</p><p>Viktor Hovland and Ryan Gerard got a little separation at the end — Hovland with six putts of 7 feet or longer on the last six holes for a 65 and a one-shot lead over Gerard, who was bogey-free in his round of 66 — but the talk all week has been how bunched the scoring has been.</p><p>Cameron Young opened with an even-par 70 on Thursday and was in last place. After 54 holes, Kristoffer Reitan and Alex Smalley shared the basement. They were at 3-under 207.</p><p>“I feel the old golf course — before it was redone — it used to spread the field more,” McIlroy said after a 63 left him five behind. “Where this golf course is wider, the penalties of missing aren’t maybe quite as high.”</p><p>McIlroy and Ludvig Aberg referenced the PGA Championship at Aronimink. For the longest time it was wide open — seven players shared the 18-hole lead, the most in 57 years at a major. Midway through the third round, 28 players were separated by two shots.</p><p>“It’s difficult to make a ton of birdies,” said Aberg, who managed seven of them after a double bogey at the start for a 65. “It gives me a little bit of sort of Aronimink vibes.”</p><p>Aaron Rai finally pulled away to win his first major by three shots at the PGA with a 40-foot eagle putt and a 70-foot birdie putt.</p><p>“This tournament feels a lot like Aronimink, where there’s a lot of people around the lead,” McIlroy said. “It feels like you can make some birdies, but it’s like a good score is 67 and a bad score is 71. There’s like not a lot of separation of the field.”</p><p>That's what got Scheffler's attention, perhaps because he is the supreme ball-striker in golf and felt handcuffed by the large greens with big slopes and pins that required caution. He caught a gust to a back pin on the 17th hole Friday and could get no closer than 12 feet.</p><p>“When you have really, really large green complexes like these and they tuck the pins very close to the edges, it’s a balancing act between how much you want to bite off,” Scheffler said.</p><p>“I love seeing rewards for good shots and punishments for bad,” he said. "I think sometimes, especially when you look at these modern golf courses, they do a lot of the same stuff to the golf courses. They make the fairways bigger. They make the greens bigger. Then in order to protect par, we shove the pins up against edges.</p><p>“That’s why I think you see the scores get really close like they are this week.”</p><p>The ninth hole was maxed out at 270 yards — back tee, back pin — and Scheffler hit 5-wood just short of the green. McIlroy hit 3-iron. Players feel the best par 3s are the short ones, but Scheffler didn't seem to mind how the ninth played for the third round.</p><p>“I actually thought it was better from the back box because you might see a few more bogeys,” Scheffler said.</p><p>Alas, no such luck Saturday — one birdie, one bogey, 27 pars.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WF37V2JI2UI6IJ5Q455KK4E2NI.jpg?auth=09f8b93e652439fa55afb06d1cbcd38e77fc6c201e702f6e1cb8464ab52f9785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler walks on the first green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2RJZDEEZX2FAZXL3UL4V7BAMY.jpg?auth=b6b5d57e69535458cc7b8aa122018463eb4b2f3616d82e15210629bfa54cd925&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, waits to putt on the fifth green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFBV7BXGRGRTZHDSW5BTM5PACM.jpg?auth=268ff9c7fa01a9cba46acabc108624498849643a028aeaab4c1d4a1ca14f80de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Gerard putts on the first green as Viktor Hovland, of Norway, looks on during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUPFN65NMADPQL27ALWCZCSICE.jpg?auth=8cfbf5726c4efbdf34fbcb55e6732fcbbd6754e04d19dc1718133f428a4ea79d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits from a bunker to the first green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Seattle Seahawks officially sign CB Terrion Arnold, who faces felony charges]]></title><link>https://www.local10.com/sports/2026/08/29/seattle-seahawks-officially-sign-cb-terrion-arnold-who-faces-felony-charges/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/seattle-seahawks-officially-sign-cb-terrion-arnold-who-faces-felony-charges/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[The Seattle Seahawks on Saturday officially signed cornerback Terrion Arnold, who is facing felony charges in Florida and will be placed on the commissioner's exempt list while the case plays out.]]></description><pubDate>Sun, 30 Aug 2026 00:43:11 +0000</pubDate><content:encoded><![CDATA[<p>The Seattle Seahawks on Saturday officially signed cornerback Terrion Arnold, who is facing felony charges in Florida and will be placed on the commissioner's exempt list while the case plays out.</p><p>Arnold, 23, is facing eight felony charges stemming from allegations he orchestrated the abduction and beating of three men in February. He became a free agent in June, when the Detroit Lions released him a few days after the kidnapping, armed robbery and conspiracy charges were levied.</p><p>Arnold will not be permitted to play or practice with the Seahawks as a result of being on the exempt list, but while the league investigates his case he can be paid and attend team meetings. It is not known when he might be able to play.</p><p>The Seahawks agreed to terms with Arnold two weeks ago. Coach Mike Macdonald said at the time that the team understood the ramifications of signing Arnold.</p><p>“We also understand that it’s a serious situation with a legal matter. There’s a process behind it, so we respect that," Macdonald said. “That’s how we’ll operate, just letting that process play out and let the league decide if and when his return to play is. We’ll understand that that’s at play, but there’s also an opportunity to bring him and give him an opportunity to earn a position here.”</p><p>Prosecutors in Florida allege that Arnold suspected the three men of stealing $100,000 in cash and luxury goods from him, prompting an attack on Feb. 4. Police called him the “primary conspirator” and a judge set his bail at $1 million.</p><p>Defense attorney R. Timothy Jansen has said that Arnold denies the allegations.</p><p>Denise White, the CEO of EAG Sports Management, an agency that represents Arnold, said there’s “no credible evidence” against him, only accounts from others who may have an incentive to get a lighter sentence.</p><p>Arnold has played in 25 NFL games, including playoffs, since the Lions took him with the 24th pick of the 2024 draft out of Florida State.</p><p>Tackle Derrick Graham was waived to make room on the 90-man roster for Arnold.</p><p>The Seahawks fielded arguably the NFL’s best defense last season. No team allowed fewer points per game (17.2) and Seattle finished in the top seven in the league in sacks and interceptions.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TEOPEFHYNAJG3USFJEW56YTA6U.jpg?auth=b003d7a5913f952c04af4d4c09aa83e64c1b0caa948bfe32ccdfdbb7c0344163&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Detroit Lions cornerback Terrion Arnold reacts to a play against the Green Bay Packers during an NFL football game in Detroit, Nov. 27, 2025. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Plan para recortar el suministro de agua del río Colorado debido a la sequía genera incertidumbre]]></title><link>https://www.local10.com/espanol/2026/08/29/plan-para-recortar-el-suministro-de-agua-del-rio-colorado-debido-a-la-sequia-genera-incertidumbre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/plan-para-recortar-el-suministro-de-agua-del-rio-colorado-debido-a-la-sequia-genera-incertidumbre/</guid><dc:creator><![CDATA[Por WUFEI YU y DORANY PINEDA, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — En las afueras de Phoenix, un pequeño pueblo que depende enormemente del río Colorado ha limitado su crecimiento, reactivado pozos antiguos y estableciendo acuerdos de agua.]]></description><pubDate>Sat, 29 Aug 2026 23:51:51 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — En las afueras de Phoenix, un pequeño pueblo que depende enormemente del río Colorado ha limitado su crecimiento, reactivado pozos antiguos y estableciendo acuerdos de agua.</p><p>Pero el alcalde de Cave Creek, Robert Morris, no puede eludir la posibilidad real de que eso no sea suficiente para mantener a flote, en el futuro, a la comunidad desértica de unas 5.000 personas. Y un reciente plan federal para abordar una crisis cada vez más profunda en la cuenca del río no ayudará.</p><p>Cave Creek obtiene casi toda su agua del río, que abastece a 40 millones de personas en el oeste de Estados Unidos y ha ido disminuyendo por el cambio climático, la demanda y el uso excesivo. El pueblo ya se vio obligado a hacer recortes este año y podría perder más debido a un nuevo plan federal.</p><p>Morris comparó la situación con hacer planes ante el impacto de un meteorito.</p><p>“Puedes verlo venir, pero no puedes apartarte y no sabes cuál va a ser el daño”, afirmó.</p><p>La incertidumbre se extiende por siete estados de Estados Unidos, naciones tribales y México. Los agricultores deben decidir qué cultivos valen la inversión. Phoenix podría perder por primera vez parte del agua municipal e industrial y recurrir a suministros de respaldo. Y los residentes podrían enfrentar costos aún mayores por el agua.</p><p>Nevada elevó la apuesta esta semana al demandar al Departamento del Interior y a la Oficina de Reclamación de Estados Unidos, afirmando que no se cubrirán necesidades básicas en la región de Las Vegas si el área tiene que absorber reducciones planificadas de hasta el 70% de su agua del río Colorado en la próxima década.</p><p>La oficina dijo el jueves que no comenta sobre litigios.</p><p>“La incertidumbre va a seguir acumulándose en la dirección equivocada”, dijo Tom Buschatzke, director del Departamento de Recursos Hídricos de Arizona.</p><p>Los embalses del oeste registran mínimos históricos</p><p>En el oeste de Estados Unidos, el agua se almacena principalmente en embalses, acuíferos y mantos de nieve. Pero una sequía de nieve récord significa que hay mucha menos agua para recargar esas fuentes.</p><p>Los dos embalses más grandes del país, el lago Mead y el lago Powell, sirven como barómetros de la salud del sistema del río Colorado. Ambos alcanzaron mínimos históricos este mes.</p><p>Otros ocho embalses operados por la Oficina de Reclamación registraron recientemente los niveles más bajos en al menos los últimos 30 años. Entre ellos está el lago Elephant Butte, en Nuevo México, que es crucial para suministrar agua a los cultivos en el sur de ese estado, además de Texas y México. El embalse Green Mountain abastece la parte occidental de Colorado, y el embalse Guernsey, en Wyoming, canaliza agua hacia agricultores en la parte oriental del estado y el oeste de Nebraska.</p><p>Según el plan de la Oficina de Reclamación, California, Nevada y Arizona reducirán colectivamente, durante los próximos dos años, el uso de agua en unos 1.540 millones de metros cúbicos (1,25 millones de acres-pie) al año, suficiente para llenar más de 600.000 piscinas olímpicas, con la posibilidad de recortes mayores que dependerán de las condiciones. Por ahora, Colorado, Utah, Wyoming y Nuevo México no están obligados a hacer recortes, pero podrían reducir el consumo de agua de manera voluntaria.</p><p>Aunque El Niño podría traer una intensa humedad a las Rocosas del norte y al suroeste en los próximos meses, no borrará décadas de sequía.</p><p>“La sequía es un fenómeno de avance lento y puede tomar algo de tiempo entrar en ella y también salir de ella”, afirmó David Mocko, investigador científico de alto nivel que elaboró un mapa reciente del Monitor de Sequía de Estados Unidos.</p><p>Los agricultores se resisten a sembrar</p><p>John Boelts siembra verduras, melones, trigo duro y otros cultivos en Yuma, Arizona, una región que produce alrededor del 90% de las hortalizas de hoja que se consumen en América del Norte durante el invierno.</p><p>Los agricultores de la región tienen derechos de alta prioridad y podrían evitar los recortes en su suministro del río Colorado durante los próximos dos años, pero, según Boelts, el alivio no es suficiente para hacer planes a más largo plazo. Eso hace que los agricultores se muestren reacios a sembrar nuevas superficies.</p><p>Los cítricos, los dátiles y otros cultivos de huerto que prosperan en la región tardan años en volverse comercialmente productivos, explicó.</p><p>“No hay alimentos que cultivemos a la carrera”, dijo Boelts, presidente de la Oficina Agrícola de Arizona. “La carne de res tarda años en producirse. ¿La lechuga que comes hoy? Un agricultor trabajaba en cómo iba a cultivar ese producto hace más de seis meses”.</p><p>Ray Martinez cultiva alfalfa en una reserva que es hogar de las Tribus Indígenas del Río Colorado. La tribu posee algunos de los derechos más antiguos del río y, aunque su asignación en Arizona es enorme, un sistema de riego antiguo y la falta de infraestructura han mantenido gran parte del agua fuera de su alcance.</p><p>A Martinez y al departamento de agua les preocupa tener suficiente agua para terminar esta temporada de cultivo. Ha dejado algunos campos sin sembrar durante años para ayudar a sostener el lago Mead. Si el embalse sigue bajando, dijo, el agua superficial que llega a él y a las granjas vecinas se limitará aún más.</p><p>“Desafortunadamente, la Madre Naturaleza tiene su propia manera de hacer las cosas, y no tenemos control sobre eso”, añadió.</p><p>___</p><p>Pineda informó desde Los Ángeles.</p><p>___</p><p>The Associated Press recibe apoyo de la Walton Family Foundation para la cobertura de políticas de agua y medio ambiente. La AP es la única responsable de todo el contenido.</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/YIGI2ZL7FKIONWBGWA4JOREFQI.jpg?auth=06e2394c2dd6cac6282d936528c997d8f9c2d372d99fc8a847a408ff6aa882c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Una persona en un mirador cerca de la marina Wahweap del lago Powell, en el Área Recreativa Nacional Glen Canyon, el 15 de julio de 2026, cerca de Page, Arizona. (AP Foto/John Locher, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Hovland surges to a 1-shot lead at Tour Championship with cast of challengers lined up behind him]]></title><link>https://www.local10.com/sports/2026/08/29/hovland-surges-to-a-1-shot-lead-at-tour-championship-with-cast-of-challengers-lined-up-behind-him/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/hovland-surges-to-a-1-shot-lead-at-tour-championship-with-cast-of-challengers-lined-up-behind-him/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Viktor Hovland finally got a little separation Saturday at the Tour Championship, and all he had to do was finish with six consecutive putts of 7 feet or longer for a 5-under 65. All that got him was a one-shot lead in a season finale very much up for grabs.]]></description><pubDate>Sun, 30 Aug 2026 00:18:25 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Viktor Hovland finally got a little separation Saturday at the Tour Championship, and all he had to do was finish with six consecutive putts of 7 feet or longer for a 5-under 65. All that got him was a one-shot lead in a season finale very much up for grabs.</p><p>Four of those putts were for birdie, two of them for par, all of them important going into a final round at East Lake where every shot can seem so important.</p><p>Scoring has felt low. With some of the pins, it hasn't felt easy. Rory McIlroy and Ludvig Aberg each referenced similarities to Aronimink for the PGA Championship, where 28 players were separated by two shots midway through the third round.</p><p>Only 29 players are at East Lake and everyone is under par.</p><p>Hovland rolled in a pair of 8-foot birdie putts at the end to put him at 15-under 195, one shot ahead of Tour Championship newcomer Ryan Gerard, who played bogey-free for a 66.</p><p>Scottie Scheffler (66) and Chris Gotterup (67), who have combined for five PGA Tour titles this year, were three shots behind at 12-under 198. They were joined by sentimental favorite, 46-year-old Adam Scott, and Aberg. Both shot 65 in search of their first win this year.</p><p>Also in the mix was Rory McIlroy, who had two bogeys, settled for par on the par-5 closing hole and still shot 63 to get within five shots. He was joined by Cameron Young, whose double bogey on the 10th hole set him back in a round of 68.</p><p>“It’s pretty bunched up around 11- and 12-under par there," Hovland said. “I mean, you’ve seen some 62s out there. You can take it low. So it was nice to get a little bit of distance, especially from the group of guys that are around that number. They’re capable of shooting nothing tomorrow. So that gives me a little bit of a cushion for tomorrow. I’m still going to have to bring a nice, solid round."</p><p>At stake Sunday is $10 million to the winner, the largest official payoff in golf for a single tournament, and the FedEx Cup title that comes with a five-year exemption on the PGA Tour.</p><p>Hovland won the FedEx Cup in 2023 when he steamrolled through a three-tournament postseason and won the last two. This might not feel the same if he were to win on Sunday, though the Norwegian would happily leave town with two trophies.</p><p>Hovland was at his best on the greens coming down the stretch — 11 feet for birdie on the 13th, 18 feet to save par on the 14th, 11 feet for birdie on the peninsula-green 15th, a 7-foot par putt on the 16th and his closing birdies.</p><p>Gerard scrambled beautifully, especially on the back nine, birdied both par 5s and stayed in the game for a chance at his first win this year, and possibly an easy decision to be a pick for the Presidents Cup. But it was a big test of patience waiting to a chance to attack.</p><p>“Then when you do get that, try to take advantage and step on the gas there a little bit,” he said.</p><p>That's what McIlroy did, starting out seven shots behind with little to lose. He figured he would need another round like 63 to even contemplate a fourth FedEx Cup title.</p><p>He has been around for all the iterations of resetting points and starting strokes into the season finale. What he can't recall is a traffic jam at the top, or last place being at 3-under par.</p><p>“It speaks to the standard of the golfers that are here,” McIlroy said. “But it also speaks to the slightly different test that we are getting after the redesign, as well.”</p><p>Scheffler also played bogey-free and rued not taking advantage of a few more birdie chances in the 8- to 12-foot range. But he's right in the mix as he closes out a season of astonishing consistency that leaves him on the cusp of replacing Tiger Woods on the career money list.</p><p>In the middle of the congestion was Scott, who has a chance to win for the first time since 2020.</p><p>“It’s a good spot — within striking distance,” Scott said. “It’s so congested, though, it’s going to need a really great round. I think there’s someone lurking who’s going to have that.”</p><p>___</p><p>This version corrects that Ludvig Aberg, not Adam Scott, made the Aronimink reference.</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QYCJLMAIYAN44TDGCYZRF6K5DI.jpg?auth=a4ed4783a9c6891152a36e89125e141e546ed00621a578ce8dcc4a32bed62a47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, waits to putt on the first green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUPFN65NMADPQL27ALWCZCSICE.jpg?auth=8cfbf5726c4efbdf34fbcb55e6732fcbbd6754e04d19dc1718133f428a4ea79d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits from a bunker to the first green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P24R4IGRDXRTVF332NHIP2ERLE.jpg?auth=a927735fa72a013ecaa4765ad82b413e7128a290ced1f837b46957d5ff8fa676&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Gerard lines up his putt on the first green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5WWUOUNCHIL3RMOMRYIGZWVCI.jpg?auth=2cdf34e531114a2e45b727e9b084276654e97027b700e0fcc4da80039798ca1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, walks to the fith green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GCPBI3BKJPO6QLIYZYMZYUD3Q.jpg?auth=44173076e635cbeb9203a5d701410f4e01bda1c450a4bc2bf33ada3d96ba338c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chris Gotterup chips the ball to the first green during the third round of the PGA Tour Championship golf tournament, Saturday, Aug 29, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Filip Hrgovic defeats Moses Itauma in London to become first Croatian heavyweight boxing champion]]></title><link>https://www.local10.com/sports/2026/08/29/filip-hrgovic-defeats-moses-itauma-in-london-to-become-first-croatian-heavyweight-boxing-champion/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/filip-hrgovic-defeats-moses-itauma-in-london-to-become-first-croatian-heavyweight-boxing-champion/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Filip Hrgovic absorbed blow after blow before stopping Moses Itauma in the ninth round to hand the 21-year-old British boxer his first loss and take the vacant IBF heavyweight world title on Saturday.]]></description><pubDate>Sat, 29 Aug 2026 23:31:03 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Filip Hrgovic absorbed blow after blow before stopping Moses Itauma in the ninth round to hand the 21-year-old British boxer his first loss and take the vacant IBF heavyweight world title on Saturday.</p><p>Itauma's corner threw in the towel as he was being pummelled against the ropes, making the 34-year-old Hrgovic the first Croatian heavyweight champion.</p><p>Itauma had never needed to go past the sixth round in his first 14 professional bouts and tired visibly after taking command of the early rounds, with Hrgovic absorbing a barrage of hits even after being knocked down in the second round.</p><p>The rivals traded blows in the eighth and ninth before the granite chin of Hrgovic won out.</p><p>“I was losing every round. I was outboxed. And I don't know from where I got energy,” Hrgovic said. “Look, chin is important.”</p><p>Hrgovic improved to 22-1 and halted the rapid rise of Itauma, who was trying to become the youngest heavyweight champion since a 20-year-old Mike Tyson stopped Trevor Berbick in 1986.</p><p>Itauma couldn't stand after the bout ended and was treated by medical personell before being helped out of the ring.</p><p>“He's an amazing fighter,” Hrgovic said. “I'm the present. And he's definitely the future. ... He's the best I've been in the ring with. But he needs more experience. He gassed out.”</p><p>Unification bout next?</p><p>Promoter Frank Warren said after the bout that Hrgovic is set to next fight Cuban Frank Sanchez, but the Croatian himself said he instead wants to take on WBO champion Daniel Dubois and then WBC title holder Agit Kabayel — both of whom were ringside at the O2 Arena.</p><p>“I want unification. Frank Sanchez will wait,” Hrgovic said.</p><p>Hrgovic’s only loss came to Dubois in 2024. Hrgovic was bleeding from deep cuts above his eyes that time when the ringside doctor recommended the fight be stopped.</p><p>___</p><p>See AP’s full sports coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRXJGS55HLZJFMEG3CWX2LIVJ4.jpg?auth=ae9e5184511c3857faea1affde600fc91bd9ef3df5023e8f1197597d6f82d98a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boxer Filip Hrgovic celebrates defeating Moses Itauma in their vacant IBF world heavyweight title, Saturday, Aug. 29, 2026, in London. (Steven Paston/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Paston</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IKBE4ZVLMGKJLMGEAXGXM5QWSE.jpg?auth=6f8404af8355d4bb2716bd74ae756b1f1d1dbd78b05a32e7b338b6d3516af455&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boxer Filip Hrgovic celebrates defeating Moses Itauma in their vacant IBF world heavyweight title, Saturday, Aug. 29, 2026, in London. (Steven Paston/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Paston</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EPYCG7HZRHJ2IQNLF6YTS7SYY.jpg?auth=af804560713c5539d344e8779f694fb0a82015a656b0edbd07cc8502a3ac486f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boxer Filip Hrgovic , right, punches Moses Itauma during their vacant IBF world heavyweight title, Saturday, Aug. 29, 2026, in London. (Steven Paston/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Paston</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHCXTJWMYVS7F74E3JQNBYB2P4.jpg?auth=5850f310cd3b9c485a2b4f604b176729735e3beafe9c3dba89fb9e5a71a83886&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boxer Moses Itauma, right, punches Filip Hrgovic during their vacant IBF world heavyweight title, Saturday, Aug. 29, 2026, in London. (Steven Paston/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Paston</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P6JMKXGT4ZV5BQYWF5YP2ZDIH4.jpg?auth=9da479aaa6687e61b7eaf510096286a1f913d9d5304764fb4e8ebc2b0ec7efe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boxer Moses Itauma, right, punches Filip Hrgovic during their vacant IBF world heavyweight title, Saturday, Aug. 29, 2026, in London. (Steven Paston/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Paston</media:credit></media:content></item><item><title><![CDATA[Carsynn Meyer’s RBI single sparks Nevada’s 12-2 rout of Ohio into LLWS title game]]></title><link>https://www.local10.com/sports/2026/08/29/carsynn-meyers-rbi-single-sparks-nevadas-12-2-rout-of-ohio-into-llws-title-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/carsynn-meyers-rbi-single-sparks-nevadas-12-2-rout-of-ohio-into-llws-title-game/</guid><dc:creator><![CDATA[By OWEN CAMEROS, Associated Press]]></dc:creator><description><![CDATA[SOUTH WILLIAMSPORT, Pa. (AP) — Carsynn Meyer had played in Lamade Stadium before. The lights weren’t quite as bright then.]]></description><pubDate>Sat, 29 Aug 2026 23:46:34 +0000</pubDate><content:encoded><![CDATA[<p>SOUTH WILLIAMSPORT, Pa. (AP) — Carsynn Meyer had played in Lamade Stadium before. The lights weren’t quite as bright then.</p><p>Now, Meyer and the rest of her Nevada teammates have a chance to make more history on the world’s biggest Little League stage.</p><p>Meyer, the first girl to play in the U.S. championship, had an RBI single to help Nevada beat Ohio 12-2 on Saturday and advance to the Little League World Baseball Series title game.</p><p>Meyer, who had played in an all-girls tournament at Lamade earlier in June, stepped to the batter’s box in the second inning to a roar of applause from the 20,000 fans. She proved she could play with the boys, delivering a single up the middle with the bases loaded to extend Nevada’s lead to three.</p><p>“It’s awesome, especially getting a hit,” Meyer said. “So, like, the first girl to get a hit in the U.S. championship? Awesome.”</p><p>Starting pitcher Owen Guzman had three hits, scored twice and pitched solidly for 3 2/3 innings to lead Nevada.</p><p>Defensively, the team from Henderson turned three double plays to help Guzman and reliever Payton Hinsen, tying an LLBWS record.</p><p>“I think we should have four,” Nevada manager Cory Edwards said. “I’m super proud of the pace that they work with. We work on that all the time, infield, outfield every day. I know we’re a pitching and defense team.”</p><p>It’s the second-straight finals appearance for a Nevada team after a squad from Las Vegas won the U.S. championship a year ago. That team lost in the finals. This team will face international champ Curaçao in Sunday’s finale.</p><p>“This right now feels pretty surreal,” Edwards said. “Somebody asked me before the game, ‘How are you feeling?’ I was just like, ‘just another day.’ I think when they started chanting my name is when I felt the weight of it, of what we just accomplished.”</p><p>Guzman opened the game with a triple and scored shortly thereafter, but Nevada broke the game open in the second inning. It scored five runs on four singles, two walks and a hit batter. Guzman was part of the cascade of runs, hitting a ground ball up the middle which scored Michael Guerrero.</p><p>Guzman’s third hit came in the bottom of the fifth, an infield single to second base. Three batters later, Brooks McFarland doubled to left field, scoring Guzman.</p><p>Bob Frazier led Ohio with two hits and an RBI.</p><p>Having played three extra games to get to the championship, the Great Lakes regional champions from Hamilton, Ohio felt they ran out of gas after outscoring their opponents by a combined score of 44-12 before running into Nevada.</p><p>“Maybe my team needed to play yesterday. We were kind of on a roll and then they outhit us, they put the ball in play, they moved the ball, and three double plays didn’t help us either,” Ohio coach Timothy Nichting said. “In my eyes, it just looked like nobody had any zip on our fastballs.”</p><p>After Guzman scored, Nevada added two more runs in the fifth and finished off the 10-run rule win.</p><p>Meyer had a feeling this was possible when she left her team in June to play in the all-girls tournament in Lamade.</p><p>“I definitely thought we could get here because during the practices we had before I left for Williamsport I just knew that we were a special group of players and we could make it very far,” Meyer said.</p><p>Ohio will play Japan in the consolation game at 10 a.m.</p><p>—</p><p>Owen Cameros is a student in the John Curley Center for Sports Journalism at Penn State.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/25JTB5GRIDITPDECYRTQ67HFVI.jpg?auth=1b7e6e068f049672b5314dd9d029494a7c7b36f94a94d092438fa8da5ecac114&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Henderson, Nev.'s Owen Guzman delivers during the first inning of the United States Championship baseball game against Hamilton, Ohio, at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IOD6EVYME2DZ37TK6V3CNPWOOE.jpg?auth=0bd5d3aed2c12147732f129256fdb4dc8a69eb6de620a69b5c176eae3cc16f08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Henderson, Nev.'s Maddox Brian (14) celebrates with teammates after driving in the game-winning run off Hamilton, Ohio's Leo Feltner, foreground right, during the fifth inning of the United States Championship baseball game at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERL3W74AIC66MIS45EIB6RP2FM.jpg?auth=a82be88382cfc2acc3e4f140fde8ecf42e1ca8e11aa200b373ce0ad74eeb125a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Henderson, Nev. players and coaches pose for a photo after winning the United States Championship baseball game against Hamilton, Ohio, at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Drag queens in Wynwood honor Dolly Parton with tribute performances]]></title><link>https://www.local10.com/news/local/2026/08/29/drag-queens-in-wynwood-honor-dolly-parton-with-tribute-performances/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/drag-queens-in-wynwood-honor-dolly-parton-with-tribute-performances/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[As tributes continue around the world honoring the life and legacy of Dolly Parton, performers in Wynwood are paying tribute to the country music icon in their own way.]]></description><pubDate>Sat, 29 Aug 2026 22:24:44 +0000</pubDate><content:encoded><![CDATA[<p>As tributes continue around the world honoring the life and legacy of <a href="https://www.local10.com/topic/Dolly_Parton/" target="_self" rel="" title="https://www.local10.com/topic/Dolly_Parton/">Dolly Parton</a>, performers in Wynwood are paying tribute to the country music icon in their own way.</p><p>The queens of R House Wynwood are honoring Parton with tribute performances inspired by some of her most iconic music and looks.</p><p>Show host London Adour took to the stage dressed in one of Parton’s signature looks.</p><p>Parton died Tuesday at age 80 following a brief battle with cancer.</p><p>Adour told Local 10 News that Parton was not only a performer who inspired her, but someone who showed love and grace to the LGBTQ+ community.</p><p>Adour says the tribute performances are R House’s way of saying thank you to the beloved entertainer and cultural icon.</p><p>Guests can catch the Dolly Parton tribute performances throughout the weekend.</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[Jayden Maiava, new playmakers lead No. 14 USC to 42-26 win over San Jose State in season opener]]></title><link>https://www.local10.com/sports/2026/08/29/jayden-maiava-new-playmakers-lead-no-14-usc-to-42-26-win-over-san-jose-state-in-season-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/jayden-maiava-new-playmakers-lead-no-14-usc-to-42-26-win-over-san-jose-state-in-season-opener/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Jayden Maiava passed for 286 yards and two touchdowns and ran for another score, and No. 14 Southern California opened a season of high expectations with a 42-26 victory over San Jose State on Saturday.]]></description><pubDate>Sat, 29 Aug 2026 23:48:34 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Jayden Maiava passed for 286 yards and two touchdowns and ran for another score, and No. 14 Southern California opened a season of high expectations with a 42-26 victory over San Jose State on Saturday.</p><p>Trent Mosley caught seven passes for 118 yards and a touchdown in the Orange County product's impressive debut for the Trojans, who showcased several promising newcomers in coach Lincoln Riley's offense. Kayden Dixon-Wyatt also caught a TD pass in his debut, while Riley Wormley and Shahn Alston rushed for their first TDs.</p><p>USC has College Football Playoff aspirations with a restocked roster around Maiava, who went 25 for 29 as the Trojans built a 35-3 lead heading into the fourth quarter at the Coliseum. Six of the 10 Trojans who caught a pass were making their USC debuts.</p><p>“Really dominated the game there through three quarters," Riley said. “A lot of exciting ball. (Had) a lot of guys (in) their first games as Trojans make a lot of big plays out there."</p><p>Maiava began his third season as the Trojans’ starting quarterback by rushing for a score on the opening drive. Dixon-Wyatt caught a short scoring slant in the second quarter, and 2025 breakout star King Miller rushed for a TD and a 28-0 lead right before halftime.</p><p>Trojans’ defense sags</p><p>New USC defensive coordinator Gary Patterson’s unit mostly looked sharp until the fourth quarter, when new San Jose State quarterback Luke Weaver led three late touchdown drives against the Trojans' backup defenders to tighten the final score considerably.</p><p>“Fourth quarter, not up to our standards,” Riley said. “A bunch of guys got opportunities, and we had several that did not play the way that we anticipated. There will be a lot to learn and grow from. ... The way our starters played, that deserved to be a single-digit-score game.”</p><p>Mosley's debut was dynamite</p><p>Mosley slipped seamlessly into USC's game plan, leading the team with nine targets from Maiava while showing the elusiveness that made him a recruiting coup for Riley. Mosley's longest grab went for 33 yards, and he had 52 yards after the catch.</p><p>“He kind of just did what he does in practice,” Riley said. “I don't think anybody here is very surprised. That's kind of what it looks like most days."</p><p>Mosley also had a 41-yard punt return in which he eluded several Spartans with a grace that had his teammates shouting.</p><p>“That kid moves differently,” Miller said. “I mean, he's special. I love to see him play.”</p><p>Spartans surge late</p><p>Hawaii transfer Weaver passed for 234 yards and threw fourth-quarter TD passes to Jerry McClure and Jordan Anderson before rushing for a late score. The Spartans’ thoroughly overhauled roster will get a boost from its strong finish to head coach Ken Niumatalolo’s third-season opener.</p><p>“That’s far and away the best football team they’ll play all year, and our guys were able to get open,” Niumatalolo said. “We were able to protect against them, and so those things are encouraging. ... And when things did break down, it’s exciting to see Luke extend some plays. That’s going to bode well for us in the future.”</p><p>USC’s injury absences</p><p>The Trojans won despite being without several expected key contributors due to apparent injuries. Star defensive tackle Jahkeem Stewart and presumptive starting receivers Tanook Hines and NC State transfer Terrell Anderson were the biggest absences.</p><p>The takeaway</p><p>The Trojans lost All-American receiver Makai Lemon and counterpart Ja'Kobi Lane to the NFL, but Mosley and their possible replacements looked awfully promising. A few defensive players also popped — particularly defensive end Luke Wafle, the top overall recruit in last year’s class by some evaluators. Freshman quarterback Jonas Williams, Maiava's possible successor next season, played the fourth quarter and passed for 55 yards with an interception.</p><p>Up next</p><p>San Jose State visits Eastern Michigan on Friday, Sept. 4.</p><p>USC hosts Fresno State on Friday, Sept. 4.</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/IYL74YEKJSTQPYBXP7E4B36NJ4.jpg?auth=a91593a6642f048a5e42fa578ed8328d8e1963f6e13868d49f9262806c373107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Southern California wide receiver Trent Mosley (4) runs with the ball during the first half of an NCAA college football game against San Jose State, Saturday, Aug. 29, 2026, in Los Angeles. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NYBXTBKCNCIYHHRBECTDZ3GDLQ.jpg?auth=014f18dc40d51a87643db1ba737a5be132cdf0b6b76040e6f44feb8987585745&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Southern California quarterback Jayden Maiava looks to throw during the first half of an NCAA college football game against San Jose State, Saturday, Aug. 29, 2026, in Los Angeles. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/67HBRLWDHS5F4676LBRGIGLSHI.jpg?auth=43b8e746639e880686cc65f95a970a8cb5ff567f1d51466f6cfbab3f2d91d55d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Southern California wide receiver Corey Simms, back, loses the ball after contact with San Jose State cornerback Caleb Womack, front, during the first half of an NCAA college football game, Saturday, Aug. 29, 2026, in Los Angeles. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/THTARDZOS5E6GKPTJ6K4JBJ5TU.jpg?auth=77df356b5b9cd5b219d153ea9a388725ec4c6d3fe2e8faf2aeaa3dac2b8f22c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Southern California wide receiver Kayden Dixon-Wyatt, left, completes a touchdown during the first half of an NCAA college football game against San Jose State, Saturday, Aug. 29, 2026, in Los Angeles. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content></item><item><title><![CDATA[El-Sayed apologizes for comments he made responding to an attack on a Michigan synagogue]]></title><link>https://www.local10.com/news/politics/2026/08/29/el-sayed-apologizes-for-comments-he-made-responding-to-an-attack-on-a-michigan-synagogue/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/29/el-sayed-apologizes-for-comments-he-made-responding-to-an-attack-on-a-michigan-synagogue/</guid><dc:creator><![CDATA[By MORIAH BALINGIT, Associated Press]]></dc:creator><description><![CDATA[Abdul El-Sayed, the Democratic nominee for U.S. Senate in Michigan, apologized to the state's Jewish Democratic Caucus on Saturday for comments he made after an attack on a synagogue in March, which he tied to Israel's actions in the Middle East.]]></description><pubDate>Sat, 29 Aug 2026 22:02:43 +0000</pubDate><content:encoded><![CDATA[<p>Abdul El-Sayed, the Democratic nominee for U.S. Senate in Michigan, apologized to the state's Jewish Democratic Caucus on Saturday for comments he made after an attack on a synagogue in March, which he tied to Israel's actions in the Middle East.</p><p>“My comments may have been misconstrued to justify something I did not mean to justify,” El-Sayed told reporters after he addressed the caucus at a party convention in Lansing. “To anyone who feels like my comments might have been hurtful, I'm really sorry. That was not my intention.”</p><p>El-Sayed’s apology was his latest attempt to unify Democrats after a bitter primary where he defeated U.S. Rep. Haley Stevens. He’s eager to push past a series of controversies involving allegations of antisemitism, including his association with controversial commentator Hasan Piker. He faces Republican nominee Mike Rogers in a race that will help determine control of the Senate.</p><p>In March, a man attacked Temple Israel synagogue in a Detroit suburb, ramming his car into the building and opening fire on a security guard before dying by suicide. The man, Ayman Mohammad Ghazali, had lost four relatives in an Israeli airstrike on Lebanon the week prior.</p><p>In a video response at the time, El-Sayed condemned the attack and added that “hurt people hurt people,” a reference to what happened to Ghazali’s family. Critics accused El-Sayed of justifying Ghazali’s actions.</p><p>“What I was trying to do was offer context for why it happened, but it wasn’t the time for context,” El-Sayed said on Saturday, “and you don’t ever want to trample somebody’s pain.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CM4MIMQWN3SL4SQCE6PBQWCN34.jpg?auth=116b6e8c470e5df7d57df8e452b14d46e5e0b3b03418d1a60e0f1e9d10ce61ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic nominee for U.S. Senate Abdul El-Sayed speaks at a news conference at the base of the Spirit of Detroit monument in Detroit, Wednesday, Aug. 19, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Water quality advisory issued for Crandon Park North]]></title><link>https://www.local10.com/news/local/2026/08/29/water-quality-advisory-issued-for-crandon-park-north/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/water-quality-advisory-issued-for-crandon-park-north/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A water quality advisory is in effect for Crandon Park North in Key Biscayne. ]]></description><pubDate>Sat, 29 Aug 2026 21:44:17 +0000</pubDate><content:encoded><![CDATA[<p>A water quality advisory is in effect for Crandon Park North in Key Biscayne.</p><p><a href="https://www.local10.com/espanol/2026/08/29/emiten-aviso-sobre-la-calidad-del-agua-para-crandon-park-north/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/emiten-aviso-sobre-la-calidad-del-agua-para-crandon-park-north/">Leer en español</a></p><p>According to officials, recent tests discovered that the water quality “does not meet the recreational water quality criteria for Enterococcus bacteria recommended by the Florida Department of Health.”</p><p>The DOH in Miami-Dade County is advising against any water-related activities due to the increased risk of illness to anyone who enters the water. </p><p>Officials said the advisory will remain in effect “until bacteria levels are below the accepted health level.”</p><p>Test results can be found by <a href="https://urldefense.com/v3/__https://www.floridahealth.gov/environmental-health/beach-water-quality/__;!!FfvXB3Q!iIdzRIVY0AspX-EiRB2xh05HXhui-e0b2hSg1elRgQdfonX5rMVcpnYSry-BGu5UOcm8pB5rUxH0Qj34CRP2hT3qN78x828$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https://www.floridahealth.gov/environmental-health/beach-water-quality/__;!!FfvXB3Q!iIdzRIVY0AspX-EiRB2xh05HXhui-e0b2hSg1elRgQdfonX5rMVcpnYSry-BGu5UOcm8pB5rUxH0Qj34CRP2hT3qN78x828$">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Emiten aviso sobre la calidad del agua para Crandon Park North]]></title><link>https://www.local10.com/espanol/2026/08/29/emiten-aviso-sobre-la-calidad-del-agua-para-crandon-park-north/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/emiten-aviso-sobre-la-calidad-del-agua-para-crandon-park-north/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un aviso sobre la calidad del agua está vigente para Crandon Park North en Key Biscayne.]]></description><pubDate>Sat, 29 Aug 2026 21:51:37 +0000</pubDate><content:encoded><![CDATA[<p>Un aviso sobre la calidad del agua está vigente para Crandon Park North en Key Biscayne.</p><p>Según funcionarios, pruebas recientes descubrieron que la calidad del agua “no cumple con los criterios de calidad del agua recreativa para la bacteria Enterococcus recomendados por el Departamento de Salud de Florida”.</p><p>El Departamento de Salud (DOH) del condado Miami-Dade recomienda evitar cualquier actividad relacionada con el agua debido al mayor riesgo de enfermedad para cualquier persona que entre al agua.</p><p>Funcionarios dijeron que el aviso permanecerá vigente “hasta que los niveles de bacterias estén por debajo del nivel de salud aceptado”.</p><p>Los resultados de las pruebas se pueden encontrar <a href="https://urldefense.com/v3/__https://www.floridahealth.gov/environmental-health/beach-water-quality/__;!!FfvXB3Q!iIdzRIVY0AspX-EiRB2xh05HXhui-e0b2hSg1elRgQdfonX5rMVcpnYSry-BGu5UOcm8pB5rUxH0Qj34CRP2hT3qN78x828$" target="_blank" rel="noreferrer" title="https://urldefense.com/v3/__https://www.floridahealth.gov/environmental-health/beach-water-quality/__;!!FfvXB3Q!iIdzRIVY0AspX-EiRB2xh05HXhui-e0b2hSg1elRgQdfonX5rMVcpnYSry-BGu5UOcm8pB5rUxH0Qj34CRP2hT3qN78x828$">haciendo clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Byron Donalds, Angie Nixon hold campaign events in South Florida]]></title><link>https://www.local10.com/news/local/2026/08/29/byron-donalds-angie-nixon-hold-campaign-events-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/byron-donalds-angie-nixon-hold-campaign-events-in-south-florida/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[The political temperature is rising with major candidates making critical stops in South Florida this weekend. ]]></description><pubDate>Sat, 29 Aug 2026 21:37:57 +0000</pubDate><content:encoded><![CDATA[<p>The political temperature is rising with major candidates making critical stops in South Florida this weekend.</p><p><a href="https://www.local10.com/espanol/2026/08/29/byron-donalds-y-angie-nixon-realizan-eventos-de-campana-en-el-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/byron-donalds-y-angie-nixon-realizan-eventos-de-campana-en-el-sur-de-florida/">Leer en español</a></p><p>Republican gubernatorial nominee Byron Donalds and his running mate, State Sen. Brian Avila, attended a general election kickoff event at the Miami-Dade GOP headquarters on Saturday. </p><p>“What’s at stake is the future of Florida,” said Donalds. “We’ve become the example to the other 49 states. We are the best state in America. Everyone knows that.”</p><p>Donalds is facing off against David Jolly, a former Republican congressman and critic of President Trump who left the GOP. </p><p>Jolly explained why he entered the race in a recent campaign video.</p><p>“You deserve a governor who’s gouging to put you first,” he said. “Because we’re all worried about the cost of housing, health care, food and gas.”</p><p>Current State Rep. and Democratic candidate for U.S. Senate Angie Nixon launched a South Florida canvassing event this weekend, with a rally Saturday in Little Havana.</p><p>“I am someone who wants to add accountability and transparency to Washington DC,” she said. “I want to make sure I’m helping Floridians across the state.”</p><p>Nixon is running against Republican Senator Ashley Moody. </p><p>While in Orlando last week, Moody discussed her work in Washington.</p><p>“I have a great track record already of delivering and getting bills passed for Floridians,” said Moody. “I was the most productive freshman senator.”</p><p>Both Donalds and Nixon had several South Florida stops on Saturday, the first of an expected many as November’s election day draws closer. </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[Byron Donalds y Angie Nixon realizan eventos de campaña en el sur de Florida]]></title><link>https://www.local10.com/espanol/2026/08/29/byron-donalds-y-angie-nixon-realizan-eventos-de-campana-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/byron-donalds-y-angie-nixon-realizan-eventos-de-campana-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[La temperatura política está aumentando con importantes candidatos haciendo paradas cruciales en el sur de Florida este fin de semana.]]></description><pubDate>Sat, 29 Aug 2026 21:48:14 +0000</pubDate><content:encoded><![CDATA[<p>La temperatura política está aumentando con importantes candidatos haciendo paradas cruciales en el sur de Florida este fin de semana.</p><p>El candidato republicano a gobernador Byron Donalds y su compañero de fórmula, el senador estatal Brian Avila, asistieron el sábado a un evento de lanzamiento de las elecciones generales en la sede del Partido Republicano de Miami-Dade.</p><p>“Lo que está en juego es el futuro de Florida”, dijo Donalds. “Nos hemos convertido en el ejemplo para los otros 49 estados. Somos el mejor estado de Estados Unidos. Todos lo saben”.</p><p>Donalds se enfrenta a David Jolly, ex congresista republicano y crítico del presidente Trump que abandonó el Partido Republicano.</p><p>Jolly explicó por qué entró en la contienda en un reciente video de campaña.</p><p>“Usted merece un gobernador que lo va a poner a usted primero”, dijo. “Porque todos estamos preocupados por el costo de la vivienda, la atención médica, los alimentos y la gasolina”.</p><p>La actual representante estatal y candidata demócrata al Senado de Estados Unidos Angie Nixon lanzó este fin de semana un evento de campaña puerta a puerta en el sur de Florida, con un mitin el sábado en la Pequeña Habana.</p><p>“Soy alguien que quiere añadir rendición de cuentas y transparencia a Washington D.C.”, dijo. “Quiero asegurarme de estar ayudando a los floridanos en todo el estado”.</p><p>Nixon se enfrenta a la senadora republicana Ashley Moody.</p><p>Durante una visita a Orlando la semana pasada, Moody habló sobre su trabajo en Washington.</p><p>“Ya tengo un excelente historial de resultados y de lograr que se aprueben proyectos de ley para los floridanos”, dijo Moody. “Fui la senadora de primer mandato más productiva”.</p><p>Tanto Donalds como Nixon realizaron varias paradas en el sur de Florida el sábado, las primeras de muchas que se esperan a medida que se acerca el día de las elecciones de noviembre.</p>]]></content:encoded></item><item><title><![CDATA[Dolphins trade QB Quinn Ewers to Jacksonville, per report]]></title><link>https://www.local10.com/sports/local/2026/08/29/dolphins-trade-qb-quinn-ewers-to-jacksonville-per-report/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/29/dolphins-trade-qb-quinn-ewers-to-jacksonville-per-report/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Miami Dolphins have traded a quarterback following the conclusion of their preseason schedule.]]></description><pubDate>Sat, 29 Aug 2026 20:57:59 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins have traded a quarterback following the conclusion of their preseason schedule.</p><p><a href="https://x.com/RapSheet/status/2093800349945479467" target="_blank" rel="noreferrer" title="https://x.com/RapSheet/status/2093800349945479467">According to NFL insider Ian Rapoport</a>, the Dolphins traded Quinn Ewers to the Jacksonville Jaguars.</p><p>The Fins will receive a 2028 six-round pick for Ewers, <a href="https://x.com/AdamSchefter/status/2093810695129207235" target="_blank" rel="noreferrer" title="https://x.com/AdamSchefter/status/2093810695129207235">according to Adam Schefter</a>.</p><p>Miami originally selected Ewers in the seventh round of the 2025 NFL Draft after playing collegiately with the Texas Longhorns.</p><p>Ewers played in four games for the Dolphins last season, finishing with 622 passing yards, three touchdowns and three interceptions for a QBR of 32.8.</p><p>Miami lost its final preseason game on Friday, 17-12 to the Atlanta Falcons. </p><p>The loss dropped the Dolphins to 0-3 on the preseason. </p><p>The next game for Miami will be their Week 1 matchup against the Las Vegas Raiders on Sept. 13. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7DPAOXNNZDUNJR35NPIJGSOSE.jpg?auth=9d7252b3c5d82d3ceb0c9688fb489e1fe19aa556e4897edfeef84dbb705fd79c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Investigan muerte de hombre baleado en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/08/29/investigan-muerte-de-hombre-baleado-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/investigan-muerte-de-hombre-baleado-en-fort-lauderdale/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Fort Lauderdale investiga un homicidio después de que informara que un hombre murió baleado la madrugada del sábado.]]></description><pubDate>Sat, 29 Aug 2026 14:13:49 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Fort Lauderdale investiga un homicidio después de que informara que un hombre murió baleado la madrugada del sábado.</p><p>La policía dijo que respondió aproximadamente a la 1:51 a.m. a una alerta de ShotSpotter en la cuadra 1600 de Northwest Eighth Avenue.</p><p>Cuando los agentes llegaron, encontraron a una víctima e inmediatamente comenzaron a realizar maniobras para salvarle la vida, confirmó la policía. Los agentes dijeron que realizaron reanimación cardiopulmonar hasta que equipos de Fort Lauderdale Fire Rescue llegaron al lugar.</p><p>Las autoridades confirmaron que la víctima fue trasladada al Broward Health Medical Center, donde fue declarada muerta.</p><p>La Unidad de Homicidios del Departamento de Policía de Fort Lauderdale acudió al lugar y comenzó a investigar las circunstancias en torno a la balacera.</p><p>Más temprano la mañana del sábado, los agentes mantuvieron el área bloqueada durante varias horas mientras los detectives examinaban la escena, fotografiaban evidencia y hablaban con vecinos sobre lo que pudieron haber visto o escuchado antes y después de los disparos.</p><p>La balacera ocurrió al norte de Sunrise Boulevard y al este de la Interestatal 95.</p><p>Los investigadores no han revelado la identidad del hombre que murió ni detalles sobre lo que provocó la balacera.</p><p>Se pide a cualquier persona que tenga información sobre la balacera que se comunique con la policía de Fort Lauderdale o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Fort Lauderdale shooting leaves teen seriously injured, cops say ]]></title><link>https://www.local10.com/news/local/2026/08/29/fort-lauderdale-shooting-leaves-1-seriously-injured-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/fort-lauderdale-shooting-leaves-1-seriously-injured-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 15-year-old girl was seriously injured in a shooting in Fort Lauderdale early Saturday, marking the second shooting reported in the city within hours, police said.]]></description><pubDate>Sat, 29 Aug 2026 13:10:01 +0000</pubDate><content:encoded><![CDATA[<p>A 15-year-old girl was seriously injured in a shooting in Fort Lauderdale early Saturday, marking the <a href="https://www.local10.com/news/local/2026/08/29/police-respond-to-reports-of-shots-fired-in-fort-lauderdale-neighborhood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/29/police-respond-to-reports-of-shots-fired-in-fort-lauderdale-neighborhood/">second shooting reported</a> in the city within hours, police said.</p><p><a href="https://www.local10.com/espanol/2026/08/29/balacera-en-fort-lauderdale-deja-a-adolescente-gravemente-herido-informa-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/balacera-en-fort-lauderdale-deja-a-adolescente-gravemente-herido-informa-la-policia/">Leer en español</a></p><p>Fort Lauderdale police said they responded at approximately 3:45 a.m. to a report of a shooting in the 1700 block of Northwest Ninth Street.</p><p>They said officers found the girl, who has not been identified at this time, and immediately began providing aid until Fort Lauderdale Fire Rescue crews arrived at the scene. </p><p>She was taken by trauma alert to Broward Health Medical Center with serious injuries, according to investigators. </p><p>Police later confirmed that the victim is expected to survive.</p><p>Police said the shooting remain under investigation, and they are working to determine the circumstances surrounding the incident.</p><p>Earlier Saturday morning, Fort Lauderdale police also responded at approximately 1:51 a.m. to a ShotSpotter alert in the 1600 block of Northwest Eighth Avenue, where they said a man was shot dead.</p><p>Police have not connected the two shootings. </p><p>Anyone with information about both shootings is urged to call Fort Lauderdale police or Broward Crime Stoppers at 954-493-8477. </p>]]></content:encoded></item><item><title><![CDATA[Police investigate after man shot dead in Fort Lauderdale ]]></title><link>https://www.local10.com/news/local/2026/08/29/police-respond-to-reports-of-shots-fired-in-fort-lauderdale-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/police-respond-to-reports-of-shots-fired-in-fort-lauderdale-neighborhood/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Fort Lauderdale police are investigating a homicide after they said a man was shot and killed early Saturday morning.]]></description><pubDate>Sat, 29 Aug 2026 11:14:58 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are investigating a shooting that they say left a man dead on Saturday morning. </p><p><a href="https://www.local10.com/espanol/2026/08/29/investigan-muerte-de-hombre-baleado-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/investigan-muerte-de-hombre-baleado-en-fort-lauderdale/">Leer en español</a></p><p>Police said they responded at approximately 1:51 a.m. to a ShotSpotter alert in the 1600 block of Northwest Eighth Avenue.</p><p>When officers arrived, they found the man and immediately performed CPR until Fort Lauderdale Fire Rescue crews arrived, according to police. </p><p>Authorities confirmed that the victim was taken to Broward Health Medical Center, where he was pronounced dead.</p><p>The Fort Lauderdale Police Department’s Homicide Unit responded to the scene and began investigating the circumstances surrounding the shooting.</p><p>Earlier Saturday morning, officers blocked off the area for several hours as detectives examined the scene, photographed evidence and spoke with neighbors about what they may have seen or heard before and after the gunfire.</p><p>The shooting occurred north of Sunrise Boulevard and east of Interstate 95.</p><p>Investigators have not released the identity of the man who was killed or details about what led to the shooting.</p><p>Anyone with information about the shooting is urged to contact Fort Lauderdale police or Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Una persona muere tras aparatoso accidente con incendio en el suroeste de Miami-Dade, informan socorristas]]></title><link>https://www.local10.com/espanol/2026/08/29/una-persona-muere-tras-aparatoso-accidente-con-incendio-en-el-suroeste-de-miami-dade-informan-socorristas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/una-persona-muere-tras-aparatoso-accidente-con-incendio-en-el-suroeste-de-miami-dade-informan-socorristas/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[Un aparatoso accidente con incendio que involucró una camioneta pickup y un camión semirremolque de plataforma dejó a un hombre muerto y provocó el cierre de un tramo de la U.S. 1 en el suroeste de Miami-Dade la mañana del sábado, según la Patrulla de Carreteras de Florida.]]></description><pubDate>Sat, 29 Aug 2026 13:55:04 +0000</pubDate><content:encoded><![CDATA[<p>Un aparatoso accidente con incendio que involucró una camioneta pickup y un camión semirremolque de plataforma dejó a un hombre muerto y provocó el cierre de un tramo de la U.S. 1 en el suroeste de Miami-Dade la mañana del sábado, según la Patrulla de Carreteras de Florida.</p><p>Funcionarios de la FHP dijeron que el accidente ocurrió aproximadamente a las 6:37 a.m. en la intersección de la U.S. 1 y Southwest 184th Street.</p><p>Dijeron que una camioneta Dodge chocó contra un camión semirremolque de plataforma, provocando un pequeño incendio en el compartimiento del motor de la Dodge.</p><p>El conductor de la Dodge, un hombre que aún no ha sido identificado, murió en el lugar, según los agentes. Dijeron que el conductor del camión semirremolque no resultó herido.</p><p>La U.S. 1 se encuentra actualmente cerrada entre Southwest 183rd Street y Southwest 186th Street mientras las autoridades investigan el accidente.</p>]]></content:encoded></item><item><title><![CDATA[Pete Crow-Armstrong continues NL MVP push with 3 more homers for Chicago Cubs]]></title><link>https://www.local10.com/sports/2026/08/29/pete-crow-armstrong-continues-nl-mvp-push-with-3-more-homers-for-chicago-cubs/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/pete-crow-armstrong-continues-nl-mvp-push-with-3-more-homers-for-chicago-cubs/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Pete Crow-Armstrong turned two pregame conversations with Sammy Sosa into one of the best days of his career.]]></description><pubDate>Sat, 29 Aug 2026 23:08:34 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Pete Crow-Armstrong turned two pregame conversations with Sammy Sosa into one of the best days of his career.</p><p>Crow-Armstrong homered three times and drove in six runs on Saturday, adding to his case for NL MVP and powering the Chicago Cubs to a runaway 17-5 victory over the Cincinnati Reds. The All-Star center fielder had four hits and scored four times, delighting the crowd of 39,597 at Wrigley Field.</p><p>“I think Pete’s having a wonderful season,” manager Craig Counsell said. “It’s a lot of fun to watch. ... We’re lucky to be a part of it.”</p><p>Crow-Armstrong, 24, saw Sosa in the lobby as he made his way into the ballpark, and the two talked again in the batting cage. Sosa, 57, was part of a pregame ceremony celebrating Chicago's 150 years as a National League franchise.</p><p>Crow-Armstrong said Sosa told him he wanted to see even more out of him, and then told him he wanted him to hit three homers during the game.</p><p>“He was like, ‘I want three out of you today. ... I need three,’” Crow-Armstrong said. “And sure enough, I don’t know what he passed down to me there.”</p><p>Crow-Armstrong continued his bid to unseat Los Angeles Dodgers star Shohei Ohtani as NL MVP after the Japanese slugger took home the honor each of the previous two years. Ohtani hasn’t been able to pitch since July 3 because of left knee soreness and a right biceps injury.</p><p>While Ohtani has been limited to designated hitter with Los Angeles, Crow-Armstrong is one of baseball's top defensive players. And he has turned into a consistent threat at the plate as well, batting .282 with 36 homers, 89 RBIs and 32 steals in 136 games.</p><p>“Sometimes you feel it in your bones that you got a day like today in you and I did today,” Crow-Armstrong said.</p><p>Crow-Armstrong hit a 435-foot drive to right-center in the first for his eighth career leadoff homer — all this season. He went deep again in the second, sending a two-run shot off the foul pole in right.</p><p>It was Crow-Armstrong's fifth multihomer game this season and No. 11 for his career.</p><p>“I think he can change the game in so many different ways,” teammate Alex Bregman said. “I think that one day it’s hitting three homers, the next day it's making three diving plays or just running down balls that nobody else can go catch out there in center field. Next day, it’s stealing third and the ball going in the left field and him scoring. It’s just so many different things he can do on a baseball field.”</p><p>Crow-Armstrong got each of his first three hits off left-hander Andrew Abbott. He is batting .315 with 11 homers and 34 RBIs against lefties this season after he hit just .188 with seven homers and 27 RBIs versus lefties in 2025.</p><p>“It’s getting on the dish and learning the strike zone better,” he said. “I’m just, I think I’m getting better naturally as a baseball player overall.”</p><p>Batting with runners on first and second in the seventh, Crow-Armstrong hit a 444-foot drive to center off right-hander Tony Santillan. The crowd chanted “M-V-P! M-V-P!” as he rounded the bases.</p><p>With Reds catcher Jose Trevino on the mound in the eighth, Crow-Armstrong bounced to second. But the fans cheered anyway, saluting his first career three-homer game with a long ovation.</p><p>“The relationship has grown with all these fans,” Crow-Armstrong said, “so I’m just enjoying my time here more and more every day, walking down the street or in my uniform.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQKTIDGRNBO3JT4732PBNG76XE.jpg?auth=7b3bc25e8263332e187e395d6287ffd5ad51cc357e47fdf8a26bbd6948a03dae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Daniel Palencia dumps Gatorade on Pete Crow-Armstrong after a baseball game against the Cincinnati Reds, Saturday, Aug. 29, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNC5KF5ASVLODAVEOFS2C3G4NE.jpg?auth=7bb14668f59485c2365b1ee882d899eef118f5a0f6e41296757e7b62490b35d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong watches his two-run home run during the second inning of a baseball game against the Cincinnati Reds, Saturday, Aug. 29, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTRM2TJLK3ZE2CCZZNGXNJDW6Q.jpg?auth=fc4035621ad2733cb14576dc9374fe1a76a379d3ba4aba1979fde58804028776&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong watches his home run during the first inning of a baseball game against the Cincinnati Reds, Saturday, Aug. 29, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z5Q6NSSJYK2VHR2ZV2IJ2CF7QE.jpg?auth=3f7a0f32f50f0cb4a74d16981d429388dbfee0776dad889d439c7e62c008660e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong flips his bat after hitting a two-run home run during the second inning of a baseball game against the Cincinnati Reds, Saturday, Aug. 29, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/32HW5W3ZSB3OLQGBTLD2TVCYE4.jpg?auth=ce80ab7f8b18bfe1c15eadbb37a37693519f9eb0f218d535b0c1322acbefe76a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong, right, celebrates his two-run home run with teammate Pedro Ramírez, left, during the second inning of a baseball game against the Cincinnati Reds, Saturday, Aug. 29, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content></item><item><title><![CDATA[North Carolina opens Bill Belichick's second season with 15-10 win over TCU in Ireland]]></title><link>https://www.local10.com/sports/2026/08/29/north-carolina-opens-bill-belichicks-second-season-with-15-10-win-over-tcu-in-ireland/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/north-carolina-opens-bill-belichicks-second-season-with-15-10-win-over-tcu-in-ireland/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DUBLIN (AP) — New North Carolina quarterback Billy Edwards Jr. threw for 232 yards, Aeron Burrell kicked two field goals and the Tar Heels opened coach Bill Belichick’s second season with a 15-10 win over TCU on a rainy Saturday in Ireland for the Aer Lingus Classic.]]></description><pubDate>Sat, 29 Aug 2026 21:18:52 +0000</pubDate><content:encoded><![CDATA[<p>DUBLIN (AP) — New North Carolina quarterback Billy Edwards Jr. threw for 232 yards, Aeron Burrell kicked two field goals and the Tar Heels opened coach Bill Belichick’s second season with a 15-10 win over TCU on a rainy Saturday in Ireland for the Aer Lingus Classic.</p><p>TCU didn’t score again after going up 10-3 on its first two drives. The Horned Frogs got the ball eight more times, and were stopped on fourth-and-short deep in Tar Heels territory on their last two drives.</p><p>The 74-year-old Belichick, who won six Super Bowls coaching the New England Patriots, was 4-8 in his college debut with the Tar Heels last year. That season began with a 48-14 home loss to TCU in prime time on Labor Day.</p><p>“I’m just happy for the players. They’ve worked really hard,” Belichick said. “To have positive results back up that hard work, reinforces it. I think they've been believing in what we're doing, but I think this just gives everybody a little bit more belief and we've just got to keep building.”</p><p>The Tar Heels ran out the final 4:05 after new TCU quarterback Jaden Craig threw an incompletion when rolling left on fourth-and-2 from the 10, when the Harvard transfer may have been able to run for a first down. Craig finished 20-of-32 passing for 175 yards.</p><p>Jeremy Payne, who ran for 142 yards, was stuffed on fourth-and-1 from the 5 on TCU's previous drive.</p><p>“Looking back now obviously, I wish we had kicked the two field goals, but at the time, it makes sense to try,” TCU coach Sonny Dykes said. “When you’re not moving the football, you’ve got to try to get the ball in the end zone.”</p><p>After Payne was stopped, the Frogs got the ball for the last time after North Carolina had a 13-play drive that ended with Burrell missing a 42-yard field goal attempt.</p><p>Payne had a 48-yard run on TCU's opening drive and the Frogs had 111 yards on the ground by halftime. They had only 26 after halftime.</p><p>“Once we kind of got settled down a little bit on the outside runs ... we kind of forced him to cut back and those guys did a good job inside,” Belichick said about his defensive front. “They hit the quarterback, they didn’t really let him step up in the pocket and throw much.”</p><p>North Carolina last season never had a halftime lead against a Power Four opponent, but went ahead 12-10 on a safety with 1:49 left in the first half of the first major college football game this season. TCU punter John Hoyet Chance kicked the ball out of the back of the end zone after the snap sailed over his head.</p><p>Edwards, a transfer from Wisconsin, completed 16 of 28 passes. Jordan Shipp had five catches for 71 yards and Jaylen McGill had the Tar Heels' only TD, on a 9-yard run in the first quarter after they had converted a fourth-and-7.</p><p>Heels strong on defensive front</p><p>Burrell's second field goal, a 28-yarder that made it 15-10 early in the second half, was set up by Melkart Abou Jaoude’s blindside sack of Craig that forced a fumble recovered by Jaylen Harvey at the TCU 31. Abou Jaoude had 10 1/2 sacks last season.</p><p>Xavier Lewis had 4 1/2 tackles for loss with two sacks.</p><p>Big game for Small</p><p>TCU's only touchdown was set up by Ed Small's 33-yard punt return to the UNC 25, then he had a 13-yard catch. Jon Denman scored on a 2-yard run for a 10-3 lead with four minutes left in the first quarter. Small had nine catches for 65 yards.</p><p>The takeaway</p><p>North Carolina had 10 points and 141 total yards in the first quarter with new offensive coordinator Bobby Petrino. The Tar Heels scored 10 points in the first quarter only once last year but never had more yards. They finished with 322 total yards.</p><p>TCU had scored at least 30 points in its last 10 season openers, which was the longest active FBS streak.</p><p>Up next</p><p>Both teams have an open date before their home openers Sept. 12. North Carolina hosts East Tennessee State, and TCU plays Grambling State.</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/RBXTNQDIXCHMWSD2IP5WYJJPSQ.jpg?auth=4336c8ca050c1f53a2d9f788dafa9b2c86b3f4055b77c3444104f489f3810055&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina head coach Bill Belichick, center, and his team celebrate after defeating TCU in an NCAA college football game in Dublin, Ireland, Saturday, Aug. 29, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V4G7OGYAEEZJD7OP6733VQZBS4.jpg?auth=7247152a214451d1971635ba4ae50089d8387c1c77ceb394fe2df216a507ce54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[TCU safety Julius Simms, right, tackles North Carolina tight end Jelani Thurman during an NCAA college football game in Dublin, Ireland. Saturday, Aug. 29, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFF2ECAWNRG25UUQOGCUYPG2ZQ.jpg?auth=9889aeff3a5eea3a00d93da9064d67c407a3822bf6b6bc3dd81562beac068c53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina's Billy Edwards Jr. throws a pass during an NCAA college football game against TCU in Dublin, Ireland, Saturday, Aug. 29, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G2MPIAMLOXRGNFISXV6EC7HQAI.jpg?auth=2581084e1bcc4b9235d75d36ba97b3d9a487641e093aafac392312cc7a2d8ac5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[TCU takes on North Carolina during an NCAA college football game in Dublin, Ireland, Saturday, Aug. 29, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RG6NGVOHIMUYU7E3IZX2PUOD2Y.jpg?auth=caf634b4e7a496a92f6c5f4f66e3d03280a9a06978b401dbd22cdbe42de1ec2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[TCU players run onto the field before an NCAA college football game against North Carolina in Dublin, Ireland, Saturday, Aug. 29, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content></item><item><title><![CDATA[Ontario premier answers Trump’s ‘Lake America’ with giant ‘Lake Ontario’ sign]]></title><link>https://www.local10.com/news/world/2026/08/29/ontario-premier-answers-trumps-lake-america-with-giant-lake-ontario-sign/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/29/ontario-premier-answers-trumps-lake-america-with-giant-lake-ontario-sign/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Ontario Premier Doug Ford answered President Donald Trump’s “Lake America” decree Saturday with a billboard-sized message on the Canadian shoreline — “Lake Ontario. Now and Always” — as Canadian leaders met the move with ridicule rather than outrage.]]></description><pubDate>Sun, 30 Aug 2026 10:17:24 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Ontario Premier Doug Ford answered President Donald Trump’s “Lake America” decree Saturday with a billboard-sized message on the Canadian shoreline — “Lake Ontario. Now and Always” — as Canadian leaders met the move with ridicule rather than outrage.</p><p>Wearing a Team Canada soccer jersey, Ford unveiled the sign near Grimsby, Ontario, and posed for photographs. The 24-by-12-foot (7.3-by-3.6 meter) sign stands on 6-foot (1.8-meter) legs, putting its top about 18 feet (5.5 meters) above the ground — roughly two stories high. The message is repeated in French.</p><p>The display followed Trump’s executive order directing U.S. federal agencies to call Lake Ontario “Lake America.” After months of tariffs, threats to make Canada the 51st U.S. state and personal attacks on its leaders, the reaction in Canada has mixed defiance with mockery.</p><p>Ford said Trump was trying to rename the lake because Ontario and Canada were “standing up for ourselves” and argued the name would outlast the president.</p><p>“Long after President Trump is gone, it will still be called Lake Ontario,” Ford said in a video posted on social media.</p><p>Canadians mock Trump</p><p>Manitoba Premier Wab Kinew compared Trump to an aging rock band trying to revive an old hit.</p><p>“You know when, like, a rock band is really over the hill and you see them like in a casino playing some song from like 50 years ago, I think that’s the part of Donald Trump’s presidency we’re at now — like he thought he had a real hit, a real golden oldie, with the Gulf of Mexico,” Kinew said, referring to Trump's executive order renaming the Gulf of Mexico the Gulf of America. “And he’s trying to bring back that, and he’s trying to play the hits for his base. But I think everybody here thinks it’s a little sad and it’s not his best work.”</p><p>The mockery was not limited to politicians. Canadian historian Robert Bothwell was even more scathing.</p><p>“The greatest country on earth takes this moron seriously?” Bothwell said.</p><p>But Bothwell said the dispute was more serious than the jokes, arguing Trump’s broader aim was “to subordinate Canada and at best make it a colony, at worst absorb it into the United States.”</p><p>Nelson Wiseman, professor emeritus at the University of Toronto, said Trump “would like Canada to act like a vassal state, but it refuses to do so. That irritates him.”</p><p>Canada and the US trade barbs over collapsed talks</p><p>The dispute comes as relations between the longtime allies worsen over trade. Negotiations collapsed last week, both governments accused the other of making late demands, and Canada announced retaliatory tariffs set to take effect next month.</p><p>Trump’s order also came amid an escalating war of words with Ford. In an interview with The Associated Press earlier this week, Ford said Ronald Reagan would be “throwing up” over Trump’s tariff policies and “disgusted with President Trump.”</p><p>Trump fired back by dismissing Ford’s comments as “bluster,” calling him Prime Minister Mark Carney’s “flunky” and mocking him as the “less charismatic, intelligent, and overall unimpressive brother” of the late Toronto Mayor Rob Ford.</p><p>Trump continued promoting the new name Saturday, reposting a meme showing Canada geese with Trump-like blond hair firing rifles as they “protected” Lake America.</p><p>Trump has repeatedly used maps to make political points. A “Gulf of America” map was displayed for a time beside the Resolute Desk in the Oval Office, and Trump has posted images depicting Canada as part of the United States or as the 51st state.</p><p>Ontario name has Indigenous origins</p><p>The name Lake Ontario comes from the Huron Indigenous people’s word “oniatarí:io,” which means “lake of shining waters.” The Canadian province of Ontario, founded in 1867, took its name from the lake.</p><p>Wendat Nation Grand Chief Pierre Picard, whose people historically lived from the St. Lawrence Valley to the Great Lakes and whose language gave Lake Ontario its name, called Trump’s move an attempt to erase Indigenous history.</p><p>“I want to tell him that it is unacceptable for us, as a nation, to have a president who can eradicate our history, our culture and our identity,” Picard said.</p><p>Canadian Prime Minister Mark Carney rejected the move, noting the lake’s Indigenous roots and that the name predates both the Canadian Confederation and the U.S. Declaration of Independence. Trump cannot require Canada to adopt the new name.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AS6CLP45J27WHHT5ECU75WW7PQ.jpg?auth=5244241c61b250660198997189dfae4b07736e2e1d96cac47b8afd70d8416b29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump holds up a signed executive order in the Oval Office of the White House, Thursday, Aug. 27, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Martina's 12 Ks lift Curaçao over Japan and into Little League Baseball World Series championship]]></title><link>https://www.local10.com/sports/2026/08/29/martinas-12-ks-lift-curacao-over-japan-and-into-little-league-baseball-world-series-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/martinas-12-ks-lift-curacao-over-japan-and-into-little-league-baseball-world-series-championship/</guid><dc:creator><![CDATA[By ALEX HARKINS, Associated Press]]></dc:creator><description><![CDATA[SOUTH WILLIAMSPORT, Pa. (AP) — Jaymiëll Martina sat in Lamade Stadium’s postgame media room on Saturday with his right shoulder wrapped in ice and a towel around his shoulders. His pitching duties in the Little League Baseball World Series had just come to an end.]]></description><pubDate>Sat, 29 Aug 2026 23:01:11 +0000</pubDate><content:encoded><![CDATA[<p>SOUTH WILLIAMSPORT, Pa. (AP) — Jaymiëll Martina sat in Lamade Stadium’s postgame media room on Saturday with his right shoulder wrapped in ice and a towel around his shoulders. His pitching duties in the Little League Baseball World Series had just come to an end.</p><p>Although Little League rules prohibit Martina from taking the mound again after he threw 86 pitches in Curaçao’s international finale win, the confident, hard-throwing Caribbean ace made his final appearance count.</p><p>Martina struck out 12 batters and added an RBI double as Curaçao defeated Japan 4-0 on Saturday to advance to the championship game for the sixth time in the nation’s history.</p><p>“It’s very great for the people of Curaçao and for the boys here too,” Curaçao manager Railison Gijsbertha said. “We came here and knew that there’s a history of Curaçao baseball and there is a history between Japan and Curaçao, so we’re very happy with what we’ve accomplished, and we’ll go for the game tomorrow.”</p><p>Curaçao will play Nevada, which beat Ohio on Saturday to win the U.S. championship.</p><p>Martina tossed 5 2/3 scoreless innings, only allowing two hits and two walks in the international finale. He left the mound with two outs in the top of the sixth inning to a standing ovation, including from the opposing Japanese fans who sat along the third-base line.</p><p>“The players did very well,” Japanese manager Masanori Takeda said. “We lost the first game and we kept fighting and never gave up, that’s the good of this team.”</p><p>Giendry Ryan, who combined with Martina to no-hit Japan in a second-round game earlier in the double-elimination tournament, recorded the final out.</p><p>Three other players notched hits for the team from Willemstad, Curaçao, which has outscored its opponents 23-3 in four games in Williamsport. It’s the third time in five years a team from Willemstad will battle a U.S. team for Little League supremacy at Lamade Stadium.</p><p>It wasn’t easy at first.</p><p>Japan started the game eager to avenge its 6-0 loss to Curaçao. It looked like the Japanese hitters had rediscovered their confidence as they lined a pair of hard-hit singles into the outfield with their first two at-bats of the game.</p><p>With just one out, Japan loaded the bases moments later, prompting a long exhale from Martina and a visit to the mound from Gijsbertha. The Curaçao coach opted to leave his star in the game, however and Martina struck out the next two batters he faced, pumping the same right-hand that stranded the trio of runners as he skipped to the dugout.</p><p>“I started listening to the coach. I was throwing different balls, and then I started listening, and then I threw good,” Martina said.</p><p>Japan never threatened after that, struggling as Martina mixed in fastballs and curveballs to oohs and ahs from the nearly 22,000 fans who packed the bleachers and steep hill overlooking the outfield.</p><p>“He’s (Martina) a very good pitcher. He has a good fastball and curveball and (slider), we can’t say more,” Takeda said.</p><p>Meanwhile, the Curaçao offense broke through in the bottom of the third inning. A barrage of bunts paired with four Japanese throwing errors helped Curaçao build a 3-0 lead.</p><p>“Because the score was (low), and we knew Japan is a difficult team, when they couldn’t make outs out of the bunts, we kept bunting,” Gijisbertha said.</p><p>Curaçao tacked on a fourth run an inning later as Martina blasted a double to left-center field that plated Ryan.</p><p>“The people there in Curaçao are very happy that we’ve got so far,” Gijsbertha said. “We did not make it as (far as) we wanted with the World Cup, but we did it now, and we go on with the wave.”</p><p>—</p><p>Alex Harkins is a student in the John Curley Center for Sports Journalism at Penn State.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2MUB7HX2FN3E4G6RXY52XOTJ7M.jpg?auth=0f76bb2e6a82085a31c5c28fbadb77b03eb301f8ed4d4cb5506efde85613c26c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curacao's Jaymiell Martina (16) tips his cap after reaching his pitch count limit during the sixth inning of the International Championship baseball game Japan at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZT3QHLR4CTA43WOJKVCZ7PAQ4M.jpg?auth=fa3b06fb054907d641d2d1ea14403fce643272babbd8d0f0626025a58283f092&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Yunosuke Yabe (22) collects himself on the mound during the third inning of the International Championship baseball game against Curacao at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPQIL4KEIL72WUWHWFFRTT3WOU.jpg?auth=90fccc81a0c9fb8b0ec7396d04d7e3ffbe1eb9e2e73c3ede2233977abf873928&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curacao players and coaches pose for a group selfie with the International Championship banner after defeating Japan in the International Championship baseball game at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGTKWKW65RFVKCKWFKXAZCF3BU.jpg?auth=1875b70cd8568002726658d369087eaab8de55e2456b8b5758b4ef16dafb5ad8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curacao's V-dien Ignacio Lindo (22) celebrates after the final out in the International Championship baseball game against Japan at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TKJ725VI4LC6XSFQF5XEMSNZNI.jpg?auth=a98764eb45a271ab34611ff3a3aea691bb8e4bea20ac06c46ea9fbb18b7cfad0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curacao's Jaymiell Martina (16) throws during the third inning of the International Championship baseball game against Japan at the Little League World Series tournament in South Williamsport, Pa., Saturday, Aug. 29, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Tom Cruise announces a follow-up film to 'Days of Thunder' to hit theaters in 2028]]></title><link>https://www.local10.com/entertainment/2026/08/29/tom-cruise-announces-a-follow-up-film-to-days-of-thunder-to-hit-theaters-in-2028/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/29/tom-cruise-announces-a-follow-up-film-to-days-of-thunder-to-hit-theaters-in-2028/</guid><dc:creator><![CDATA[By MARK LONG, Associated Press]]></dc:creator><description><![CDATA[DAYTONA BEACH, Fla. (AP) — Tom Cruise stood up from his chair in front of 40 race-car drivers, jumped over a row of potted plants and directly onto a stage.]]></description><pubDate>Sun, 30 Aug 2026 00:32:08 +0000</pubDate><content:encoded><![CDATA[<p>DAYTONA BEACH, Fla. (AP) — Tom Cruise stood up from his chair in front of 40 race-car drivers, jumped over a row of potted plants and directly onto a stage.</p><p>It was his first of many stunts to come at Daytona International Speedway.</p><p>The 64-year-old Cruise announced Saturday he will reprise his role as NASCAR driver Cole Trickle in a follow-up to “Days of Thunder.” He waved the green flag on it hours before the Cup Series' regular-season finale at Daytona and then showed up for the pre-race drivers' meeting.</p><p>“It’s not just about racing,” Cruise told the packed room that included NASCAR executives, fans, corporate sponsors and military personnel. "It’s about the community and the people here. There’s something very special about racers and the whole community. It’s a culture, and I was very proud to be able to reflect that in the first ‘Days of Thunder,’ and I am honored to share it with the world. ...</p><p>“That’s basically what we’re going to really go for with this one. Give the audience that opportunity to understand what it is as a team, as a community, what it is for NASCAR, and the speed, the excitement and all that danger and stuff.”</p><p>Anne Hathaway will co-star as a team owner and engineer in the film scheduled to be released by Paramount Pictures on June 2, 2028.</p><p>Cruise will serve as a producer alongside Jerry Bruckheimer and Tommy Harper. Jonathan Levine is set to direct the script written by Will Staples. Bruckheimer, Harper and Staples joined Cruise at the drivers' meeting.</p><p>Cruise posed for pictures with anyone who asked and shook hands with military members before getting whisked away in a black SUV. He was expected to spend some time during the race on pit road — about as close to the action as possible without being behind the wheel.</p><p>The Hollywood Reporter reported in November 2024 that Cruise had talked to Paramount about a follow-up to his 1990 NASCAR racing film. The original was a critically panned summer blockbuster that was largely lampooned throughout the NASCAR industry for its exaggeration and overindulgence.</p><p>It has since become a cult favorite in NASCAR circles and is still quoted by race fans to this day.</p><p>“Rubbin’, son, is racin’” — the immortal line from crew chief Harry Hogge, played by Robert Duvall — still lives on today.</p><p>Riding high from his “Top Gun” fame and having grown up racing cars on the “back streets of Kentucky," Cruise had an idea for a movie based on fast cars and the characters who raced them. And so began the making of “Days of Thunder.”</p><p>Cole Trickle was loosely based on the late NASCAR driver Tim Richmond. Four-time Cup Series champion Jeff Gordon, now vice chairman at Hendrick Motorsports, openly lobbied for Cruise to bring a “Days of Thunder” sequel to life.</p><p>Gordon and Cruise have become friends over the years — Cruise showed up at a 2015 NASCAR banquet to honor the retiring Gordon — which could boost the prospect of Gordon and Hendrick Motorsports’ involvement in a sequel.</p><p>The movie introduced NASCAR to a wider audience that had very limited exposure to stock-car racing before that summer. There had been racing movies before — think “Thunder Road,” “The Last American Hero,” “Grand Prix,” “Stroker Ace,” or even “Smokey and the Bandit” — but none that had depicted NASCAR in such a mainstream style.</p><p>NASCAR has seen more swings and misses than checkered flags when it comes to its portrayal on the big or small screen since “Days of Thunder.” For every “Talladega Nights,” there are 10 more bombs such as comedian Kevin James’ ill-fated Netflix’s comedy series, “ The Crew.”</p><p>Cruise is a safe bet to deliver a hit — and to handle many of his own stunts. He did when in the original and still recalled a memorable one at Daytona.</p><p>“Last time I was at this track, actually, I was on the backstraight and I was shooting with two very heavy cameras traveling — I don’t know, 180 miles an hour — and suddenly the hood was off of the car,” Cruise said. "The sun is setting and I’m trying to get all my lines out before we lost the light.</p><p>“And, suddenly, the whole car was in flames. It turned from a barbecue to a bonfire on the backstraight. Couldn’t even get the crew to come in and help me just because radio (communications) didn’t work in the backstraight. I hear that’s still possible, correct? You guys didn’t fix that. Well, that’s good.”</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3NOXOY6L4ZG542NLYJ5KCM6JY.jpg?auth=07d679dddfc855b24a169d1a86a94e399496ca479ba0435b58bca1743369377b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Tom Cruise and movie producer Jerry Bruckheimer attend a drivers meeting before a NASCAR auto race at Daytona International Speedway, Saturday, Aug. 29, 2026, in Daytona Beach, Fla. (AP Photo/Mark Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSE3JHSVKMW47ZGZOPBFOVIKKE.jpg?auth=e12ecf29bda5b8de4f3c70bdca66c0f51e263d87982c7d14301cdf844251d8c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Tom Cruise attends a drivers meeting before a NASCAR auto race at Daytona International Speedway, Saturday, Aug. 29, 2026, in Daytona Beach, Fla. (AP Photo/Mark Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFUAPUBSIYT2GGJGUOIRVP2XFU.jpg?auth=d34484de8e7214246c08f11409fd8ca69f4e1d2e400bb58dbaad74cccff17eac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tom Cruise arrives at the Warner Bros. presentation at CinemaCon on April 14, 2026, at Caesars Palace in Las Vegas. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Dolphins make cuts to finalize 53-man roster]]></title><link>https://www.local10.com/sports/local/2026/08/29/dolphins-make-cuts-to-finalize-53-man-roster/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/29/dolphins-make-cuts-to-finalize-53-man-roster/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins began making cuts on Saturday as they worked to finalize their 53-man roster ahead of the 2026 regular season.]]></description><pubDate>Sat, 29 Aug 2026 16:48:15 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins <a href="https://www.miamidolphins.com/news/dolphins-make-roster-moves-x7338?si=Fgu0o8vRluKeTfh6" target="_self" rel="" title="https://www.miamidolphins.com/news/dolphins-make-roster-moves-x7338?si=Fgu0o8vRluKeTfh6">began making cuts on Saturday</a> as they work to finalize their 53-man roster ahead of the 2026 regular season.</p><p><a href="https://www.local10.com/espanol/2026/08/29/dolphins-realizan-recortes-para-definir-plantilla-final-de-53-jugadores/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/dolphins-realizan-recortes-para-definir-plantilla-final-de-53-jugadores/">Leer en español</a></p><p>The Dolphins waived cornerback Alex Austin; running backs Coleman Bennett and Donovan Edwards; tackle Kevin Cline; EDGE Seth Coleman-Lyles; tight end Ethan Conner; linebackers Stephen Dix Jr. and Jaheim Thomas; defensive linemen Alex Huntley and Cam Rice; safety Louis Moore; and wide receiver Theo Wease Jr.</p><p>Wease Jr. was among the more notable cuts after appearing in three games for Miami last season. He caught six passes for 139 yards and a touchdown after spending part of the year on the practice squad.</p><p>Wease dropped a wide-open touchdown pass from Mark Gronowski in the second half of Friday’s game vs. the Atlanta Falcons. </p><p>Coleman-Lyles showed flashes of dominant play after recording a half-sack in Friday’s loss to Atlanta, but it wasn’t enough for a spot on Miami’s 53. </p><p>Edwards, a former Michigan standout, spent the offseason and training camp with Miami after previously spending time with the New York Jets and Washington. Moore joined the Dolphins as an undrafted free agent following a college career at Indiana and Ole Miss.</p><p>Austin, who has appeared in 29 NFL games and spent time with Houston and New England, also was waived after signing with Miami in March.</p><p>The players who cleared waivers could still return to Miami on the practice squad if they are not claimed by or signed by another team. </p><p>Miami will open up the season on the road when they face the Las Vegas Raiders at Allegiant Stadium at 4:25 p.m. ET on Sept. 13.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKQNGFWIQJEP7JJYZ34OEMFP7M.jpg?auth=bbfaf3e1c6a226c2b4da321e8e32bf5d7875984b38615fb8ff23ba8982c5a1be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Dolphins realizan recortes para definir plantilla final de 53 jugadores]]></title><link>https://www.local10.com/espanol/2026/08/29/dolphins-realizan-recortes-para-definir-plantilla-final-de-53-jugadores/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/dolphins-realizan-recortes-para-definir-plantilla-final-de-53-jugadores/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Miami Dolphins comenzaron a realizar recortes el sábado mientras trabajaban para definir su plantilla de 53 jugadores de cara a la temporada regular de 2026.]]></description><pubDate>Sat, 29 Aug 2026 17:29:33 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Dolphins <a href="https://www.miamidolphins.com/news/dolphins-make-roster-moves-x7338?si=Fgu0o8vRluKeTfh6" target="_blank" rel="noreferrer" title="https://www.miamidolphins.com/news/dolphins-make-roster-moves-x7338?si=Fgu0o8vRluKeTfh6">comenzaron a realizar recortes el sábado</a> mientras trabajan para definir su plantilla de 53 jugadores de cara a la temporada regular de 2026.</p><p>Los Dolphins dejaron en libertad al esquinero Alex Austin; los corredores Coleman Bennett y Donovan Edwards; el tackle Kevin Cline; el EDGE Seth Coleman-Lyles; el ala cerrada Ethan Conner; los apoyadores Stephen Dix Jr. y Jaheim Thomas; los linieros defensivos Alex Huntley y Cam Rice; el safety Louis Moore; y el receptor abierto Theo Wease Jr.</p><p>Wease Jr. estuvo entre los recortes más destacados después de disputar tres partidos con Miami la temporada pasada. Atrapó seis pases para 139 yardas y un touchdown después de pasar parte del año en el equipo de prácticas.</p><p>Wease dejó caer un pase de touchdown de Mark Gronowski cuando estaba completamente solo en la segunda mitad del partido del viernes contra los Atlanta Falcons.</p><p>Coleman-Lyles mostró destellos de juego dominante después de registrar medio sack en la derrota del viernes ante Atlanta, pero no fue suficiente para conseguir un lugar entre los 53 jugadores de Miami.</p><p>Edwards, ex destacado de Michigan, pasó la temporada baja y el campamento de entrenamiento con Miami después de haber estado anteriormente con los New York Jets y Washington. Moore se unió a los Dolphins como agente libre no seleccionado en el draft tras una carrera universitaria en Indiana y Ole Miss.</p><p>Austin, quien ha disputado 29 partidos en la NFL y pasó tiempo con Houston y New England, también fue dejado en libertad después de firmar con Miami en marzo.</p><p>Los jugadores que no sean reclamados en waivers aún podrían regresar a Miami para integrar el equipo de prácticas si no son reclamados o firmados por otro equipo.</p><p>Miami abrirá la temporada como visitante cuando enfrente a los Las Vegas Raiders en el Allegiant Stadium a las 4:25 p.m. ET del 13 de septiembre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKQNGFWIQJEP7JJYZ34OEMFP7M.jpg?auth=bbfaf3e1c6a226c2b4da321e8e32bf5d7875984b38615fb8ff23ba8982c5a1be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[‘Best 6 years of my life’: Tua reflects on his time in Miami following win at Hard Rock Stadium ]]></title><link>https://www.local10.com/sports/local/2026/08/29/best-6-years-of-my-life-tua-reflects-on-his-time-in-miami-following-win-at-hard-rock-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/29/best-6-years-of-my-life-tua-reflects-on-his-time-in-miami-following-win-at-hard-rock-stadium/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tua Tagovailoa heard the boos, but he also left Hard Rock Stadium with a win.]]></description><pubDate>Sat, 29 Aug 2026 14:37:02 +0000</pubDate><content:encoded><![CDATA[<p>Tua Tagovailoa heard the boos, but he also <a href="https://www.local10.com/sports/local/2026/08/28/falcons-tua-tagovailoa-turns-boos-into-a-win-over-dolphins-in-return-to-hard-rock-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/08/28/falcons-tua-tagovailoa-turns-boos-into-a-win-over-dolphins-in-return-to-hard-rock-stadium/">left Hard Rock Stadium with a win</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/29/los-mejores-seis-anos-de-mi-vida-tua-reflexiona-sobre-su-etapa-en-miami-tras-victoria-en-el-hard-rock-stadium/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/los-mejores-seis-anos-de-mi-vida-tua-reflexiona-sobre-su-etapa-en-miami-tras-victoria-en-el-hard-rock-stadium/">Leer en español</a></p><p>Tagovailoa returned to Miami for the first time as an NFL opponent Friday night, helping the Atlanta Falcons beat the Dolphins 17-12 in the preseason finale.</p><p>The loss dropped Miami to 0-3 in the preseason as the Dolphins now turn their attention to finalizing their 53-man roster.</p><p>Tagovailoa helped Atlanta put together a strong opening drive, capped by Bijan Robinson’s 3-yard touchdown run to give the Falcons a 7-0 lead.</p><p>Miami answered with a field goal after rookie wide receiver Chris Bell, a third-round pick out of Louisville, caught an 18-yard pass.</p><p>The Dolphins struggled to find much offensive production throughout the game, managing just four field goals.</p><p>Tagovailoa also had a costly mistake in the second quarter when he fumbled a snap, but Miami recovered.</p><p>While the game was a preseason matchup, Tagovailoa’s return to Hard Rock Stadium carried plenty of significance. He spent his first six NFL seasons with the Dolphins before joining the Falcons.</p><p>Tagovailoa acknowledged hearing the boos from the Miami crowd but said his time with the Dolphins remains special.</p><p>“Well, of course I did,” Tagovailoa said. “But, you know, needless to say, like being able to come back here, like I’ve had six years here, and those are probably some of the best six years of my life. I love the city.”</p><p>Tagovailoa made the Pro Bowl during his time in Miami and accomplished several other milestones with the Dolphins but admitted that he wasn’t playing at a high level in his final season with the Dolphins. </p><p>“I wasn’t playing up to the standard I had been playing in years past,” he said. “You have to be real with yourself.” </p><p>Meanwhile, Dolphins coach Jeff Hafley said the team now faces difficult decisions as it works to get down to 53 players.</p><p>“We got a lot of tough guys in that locker room that love football that are gonna be really, really strong pieces for our foundation as we go forward, and I’m proud of them and I’m sad that, you know, tomorrow, you know, there’s gonna be a lot of hard decisions to make,” Hafley said.</p><p>The Dolphins will now shift their focus to the regular season after finishing the preseason without a win.</p>]]></content:encoded></item><item><title><![CDATA[Trump cannot deport students for criticizing Israel, judge rules]]></title><link>https://www.local10.com/news/2026/08/29/trump-cannot-deport-students-for-criticizing-israel-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/29/trump-cannot-deport-students-for-criticizing-israel-judge-rules/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN JOSE, Calif. (AP) — Citing the importance of the First Amendment, a federal judge in California says the U.S. government is unconstitutionally silencing critics of Israel's war in Gaza and others as part of the Trump administration 's quest to deport noncitizens who it says disrupted college campuses while expressing their views.]]></description><pubDate>Sat, 29 Aug 2026 19:34:33 +0000</pubDate><content:encoded><![CDATA[<p>SAN JOSE, Calif. (AP) — Citing the importance of the First Amendment, a federal judge in California says the U.S. government is unconstitutionally silencing critics of Israel's war in Gaza and others as part of the Trump administration 's quest to deport noncitizens who it says disrupted college campuses while expressing their views.</p><p>Judge Noël Wise, in a ruling Friday, delivered a victory for The Stanford Daily, the student newspaper at Stanford University, which has said some international students were afraid to speak out because of the deportation threat.</p><p>“Freedom of speech is illusory if we are only ‘free’ to express complementary views about the government and its leaders,” the judge wrote.</p><p>The decision largely piggybacks on findings from nearly a year ago by a U.S. district judge in Boston, who ruled that the Trump administration violated the Constitution when it targeted people who are not citizens for deportation solely for supporting Palestinians and criticizing Israel.</p><p>Wise wrote that the freedoms of speech and the press are “foundational to America’s enduring democracy.” The judge cited free-speech and vagueness flaws that violate the First Amendment and Fifth Amendment as she struck down portions of the provisions that the federal government follows regarding deportations.</p><p>Wise cited retaliation in March 2025 by U.S. immigration authorities against people who engaged in speech supporting the Palestinians and against Israel's actions — which a growing number of experts, including those commissioned by a U.N. body, have said amount to genocide. The judge also cited retaliation against people who were critical of Charlie Kirk after the Turning Point USA co-founder was assassinated last September.</p><p>“Tomorrow, or perhaps even today, targets may include anyone in the United States who exercises their freedom of speech to simply express opinions the government does not like,” the judge in San Jose said.</p><p>“This downward spiral is antithetical to our Constitution that recognizes our right to speak freely,” she added. “Here you can simultaneously hate the content of a person’s speech and love the country that cherishes the freedom to allow it. Zealous protection of our Constitutional right to free speech is a provocative demonstration of our country’s powerful lack of fear.”</p><p>The Justice Department did not respond Saturday to a message seeking comment on the decision.</p><p>George Porteous, the editor-in-chief of The Stanford Daily, responded to the ruling by saying on X: “The reporters in our newsroom shouldn’t have to fear that writing a story will result in their deportation. Today’s victory means they won’t have to.”</p><p>Conor Fitzpatrick, an attorney with the Foundation for Individual Rights and Expression, which brought the lawsuit, praised the ruling.</p><p>“In America, free speech doesn’t just belong to the people who say things the government agrees with,” Fitzpatrick said in a release.</p><p>In her decision, Wise said it was clear that the government's tactics has had an effect on college campuses.</p><p>“The government has offered a chilling message regarding protected speech — speak out against Israel or in support of Palestinians and we will revoke your visa and deport you. Behave. Noncitizen students heard the warning and heeded. And, as the idiom goes, the silence is deafening,” the judge wrote.</p><p>At The Stanford Daily, lawfully present noncitizens at the paper have quit, withheld articles, refused assignments, requested articles be taken down, and asked for anonymity due to fear of adverse immigration consequences, Wise noted.</p><p>She said noncitizens have the same First Amendment rights as citizens and yet were left to guess what the U.S. foreign policy was at any given moment and on any given subject.</p><p>“This is an incomprehensible standard,” she said. “While the Court understands that the government has been granted considerable discretion on foreign policy and immigration matters, that discretion must nevertheless still ensure that ordinary people can understand what the law permits and prohibits.”</p><p>Wise added: “Our Constitutional right to freedom of speech guarantees people the right to express — through their words, actions, or assembly — opinions that may be repugnant, views that run counter to prevailing political norms, or beliefs that otherwise challenge the country’s domestic or foreign policy, military engagement, or war.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DBUZ5SWETCEXJRR3UPUX7GKM3M.jpg?auth=7328059a79268d5c05fc9c6252e78164bfa20daf06266cfb45c3d2e9a3c7151e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Students walk through the Stanford University campus, March 14, 2019, in Santa Clara, Calif. (AP Photo/Ben Margot, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Margot</media:credit></media:content></item><item><title><![CDATA[Natasha Cloud dismisses Enes Kanter Freedom as Sky ban him from home games]]></title><link>https://www.local10.com/sports/2026/08/29/natasha-cloud-dismisses-enes-kanter-freedom-as-sky-ban-him-from-home-games/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/natasha-cloud-dismisses-enes-kanter-freedom-as-sky-ban-him-from-home-games/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Natasha Cloud didn't want to waste time and energy talking about Enes Kanter Freedom on Saturday as she prepared for the Chicago Sky's game against the New York Liberty.]]></description><pubDate>Sat, 29 Aug 2026 19:58:49 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Natasha Cloud didn't want to waste time and energy talking about Enes Kanter Freedom on Saturday as she prepared for the Chicago Sky's game against the New York Liberty.</p><p>To Cloud, he is unimportant.</p><p>“I won’t be talking about anything that happened with an irrelevant person,” Cloud said. “What I will focus on is what actually affects women and children currently in 2026.”</p><p>Cloud then went on to name domestic violence, sexual assault and food insecurities as three things that women are most affected by.</p><p>Cloud got into a confrontation with Freedom at last Sunday's Chicago home game against the Indiana Fever. The former NBA player was sitting along the baseline wearing a black shirt that read “WOMAN noun. adult human female.” The Fever called for a timeout after Cloud scored inside with 1:22 left in the third. Cloud then chest bumped with teammate Aicha Coulibaly before turning around and walking in Freedom’s direction.</p><p>The 34-year-old Cloud started yelling and pointing at Freedom as she approached him. He stood, held his arms out and stepped onto the court as security and a handful of Sky players moved between the two.</p><p>“I will not talk about an irrelevant threat to our lives because that’s exactly what it is,” she said. “I want to talk about real issues that face women, and it’s not our trans human beings, and it’s not our drag queens. It’s not our gay community. There is a certain demographic of people that you can generally search. It’s a simple Google search of what is the greatest threat to women and children currently in 2026, in the United States of America.”</p><p>Freedom has been banned by Sky owner Michael Alter from attending any future Chicago home games.</p><p>Cloud applauded the move by the front office to “protect the players.”</p><p>“That's what protection looks like on the whole. I want everyone to hear that," she said. "That’s what protection looks like from the right.”</p><p>Freedom and Royce White, another former NBA player, have declared for the WNBA draft, saying they identify as women. But a person familiar with the decision told The Associated Press on Monday that they are not eligible. The person spoke on condition of anonymity because of the sensitive nature of the situation.</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.</p><p>“We won’t allow our league to be used as a pawn for any political or cultural wars that the right wants," Cloud said. "We’re absolutely not going to. This league has always stood on principle and on our humanitarian efforts.”</p><p>Cloud wished the talk was about the amazing season the WNBA has been having on the court with strong ratings — that game against Indiana drew 3.3 million viewers, which was the most since the league’s inaugural season in 1997.</p><p>“I just had a fan who identifies as trans cry to me in here and this is why I do what I do," Cloud said. "None of this is performative. I don’t want to put myself in front of fires all the time. I don’t want to be the one that always has to speak up. But somebody (expletive) has to do it.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><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><media:content url="https://www.local10.com/resizer/v2/5QVQCCNMHAJ52YKGKXP6HDSD6Q.jpg?auth=2aa09293cd10fe1d6637ea45656f09be5b19ca2565320e84c7e8c118fc671219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky's Natasha Cloud (9) yells at the referees before getting called for a technical foul during the first half of a WNBA basketball game against the Indiana Fever in Chicago, Saturday, Aug. 8, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content></item><item><title><![CDATA[Far-right British provocateur Milo Yiannopoulos has been deported after his immigration arrest in US]]></title><link>https://www.local10.com/news/2026/08/29/far-right-british-provocateur-milo-yiannopoulos-has-been-deported-after-his-immigration-arrest-in-us/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/29/far-right-british-provocateur-milo-yiannopoulos-has-been-deported-after-his-immigration-arrest-in-us/</guid><dc:creator><![CDATA[By DAVE COLLINS, Associated Press]]></dc:creator><description><![CDATA[British far-right commentator Milo Yiannopoulos was deported to the United Kingdom after his arrest by American immigration authorities, U.S. officials said Saturday.]]></description><pubDate>Sat, 29 Aug 2026 20:35:03 +0000</pubDate><content:encoded><![CDATA[<p>British far-right commentator Milo Yiannopoulos was deported to the United Kingdom after his arrest by American immigration authorities, U.S. officials said Saturday.</p><p>The U.S. Department of Homeland Security said Yiannopoulos was returned to his home country Friday after being accused of overstaying after entering the U.S. legally in May 2019. An immigration judge issued a final order of removal July 22 after he failed to show up for an immigration hearing, a Homeland Security spokesperson said.</p><p>Yiannopoulos was arrested Thursday at Louis Armstrong New Orleans International Airport in Louisiana and detained by Immigration and Customs Enforcement.</p><p>“He chose to overstay his welcome in violation of our nation’s laws,” a Homeland Security spokesperson said in a statement.</p><p>Yiannopoulos and his representatives did not respond to requests for comment, and he has not posted on the social platform X since Thursday.</p><p>Yiannopoulos backed President Donald Trump's immigration crackdown</p><p>Yiannopoulos is a well-known champion of conservative causes and has frequently taken provocative public positions criticizing feminism, Islam and immigrants. He has been especially supportive of President Donald Trump's aggressive immigration enforcement policy, aimed at people in the country illegally.</p><p>“Zero immigration for the next 20 years. No ifs, no buts,” Yiannopoulos said on X last year.</p><p>The British national has most recently worked for the rapper Ye, formerly known as Kanye West, who performed in New Orleans on Friday evening.</p><p>Yiannopoulos rose to fame in the early 2010s as an incendiary writer for the conservative website Breitbart News. He resigned in 2017 after a video of him endorsing pedophilia resurfaced online. He later apologized for the remarks and said he himself was a victim of sexual assault as a minor.</p><p>Yiannopoulos’ arrest and deportation come amid a nationwide uptick in detentions as part of Trump’s immigration crackdown.</p><p>In social media posts, the Department of Homeland Security touted Yiannopoulos' arrest and posted a booking photo of him. It added that it encourages people in the country illegally to leave voluntarily, saying the U.S. offers “$3,000 and a free flight to self-deport.”</p><p>“We encourage every person here illegally to take advantage of this offer and reserve the chance to come back to the U.S. the right legal way to live the American dream. If not, you will be arrested and deported without a chance to return,” the department said.</p><p>The department did not respond Saturday to questions seeking more details about Yiannopoulos' legal entry into the U.S. in 2019, including whether he was granted a visa.</p><p>Controversy has swirled around the provocateur for years</p><p>Far-right conservative activist Laura Loomer swiftly took to social media to applaud Yiannopoulos’ arrest after years of public feuding between the two personalities.</p><p>“I was the first person to report on the fact that Milo was in the US illegally where he incited violence against President Trump and worked for Marjorie Traitor Greene,” Loomer said on X.</p><p>Controversy around Yiannopoulos ballooned in 2017 when he carried out what he called his “Troll Academy Tour” across college campuses nationwide. Fights broke out when some students protested his appearances and accused him of hate speech, while others celebrated him as a champion of free speech. Around that time Buzzfeed reported on Yiannopoulos’ cozy relationships with self-proclaimed white nationalists.</p><p>In recent years Yiannopoulos continued to work in the orbit of conservative activism. In 2022 he was an intern for former U.S. Rep. Marjorie Taylor Greene, according to the Washington Post. He subsequently ran the short-lived 2024 presidential campaign for Ye.</p><p>Most recently, Yiannopoulos has worked as a spokesperson for Ye, who has been beset by controversy of his own following antisemitic comments that the rapper has since apologized for.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3MXKHYL4S3XRX25UTY62XKNIE.jpg?auth=53e318bd839f91b5fec78a96939d890f1f39693425bf3f29133446526913bc31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Activist Milo Yiannopoulos speaks during a rally outside of the Baltimore hotel where the United States Conference of Catholic Bishops are holding its Fall General Assembly meeting in Baltimore, Nov. 16, 2021. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NR2NJQWMFJVNV4OPTBW5LXJWZA.jpg?auth=3db3cf55f3643ea4af04ee5d34cbf231d5d7bd8b35b3959068f7e31e2ea4b218&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milo Yiannopoulos speaks during a news conference in New York, Feb. 21, 2017. (AP Photo/Mary Altaffer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Altaffer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ML2O3CVXWZDAF3IOXQPPXPKDDY.jpg?auth=5db96d0dbb09c68f0bb1b8886b299ced2be19816f30480c95a0440f29e0157f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milo Yiannopoulos pauses while speaking during a news conference in New York, Feb. 21, 2017. (AP Photo/Mary Altaffer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Altaffer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJSTKVFH2SSTPJ3XRABXGDATAQ.jpg?auth=08dc0cb1dafd67a52604f520d58a739dffda8f977bc78640a086f65cba82fe56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Media personality and author Milo Yiannopoulos appears during an interview in New York on July 18, 2017, to promote his autobiography, "Dangerous." (AP Photo/John Carucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Carucci</media:credit></media:content></item><item><title><![CDATA[8 officials suspended after probe into Pakistan hospital fire that killed 14 newborns]]></title><link>https://www.local10.com/health/2026/08/29/8-officials-suspended-after-probe-into-pakistan-hospital-fire-that-killed-14-newborns/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/29/8-officials-suspended-after-probe-into-pakistan-hospital-fire-that-killed-14-newborns/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Pakistani Prime Minister Shehbaz Sharif on Saturday ordered the suspension of eight officials and directed that criminal proceedings be initiated against those found responsible for a fire that killed 14 newborns at an Islamabad hospital, his office said.]]></description><pubDate>Sat, 29 Aug 2026 16:22:57 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistani Prime Minister Shehbaz Sharif on Saturday ordered the suspension of eight officials and directed that criminal proceedings be initiated against those found responsible for a fire that killed 14 newborns at an Islamabad hospital, his office said.</p><p>Sharif issued the orders after an investigative committee headed by retired senior civil servant Shahid Khan presented its interim report on Wednesday’s fire at the Pakistan Institute of Medical Sciences, or PIMS, his office said in a statement.</p><p>The fire was confined to a third-floor nursery but officials said it spread so quickly that staff were able to rescue only one baby from among the 15 being cared for there.</p><p>The inquiry found that the nursery had no fire alarm or sprinkler system and that the hospital lacked detailed procedures and training for responding to fires and other emergencies, the statement said.</p><p>The fire has intensified public anger, prompting grieving families and civil society groups to demand accountability.</p><p>“Those guilty of criminal negligence deserve no leniency,” Sharif was quoted as saying.</p><p>He ordered departmental and criminal proceedings against those identified by the committee.</p><p>The eight included the hospital’s executive director, two joint executive directors, the head of the neonatal department, two other doctors, the hospital’s assistant director for security and the head of the Capital Development Authority’s emergency services.</p><p>Sharif also approved action against a company responsible for hospital security and its officials.</p><p>The government also already announced compensation of 5 million rupees (about $18,000) for each bereaved family.</p><p>The statement said the interim inquiry found that supervisory staff were not on duty when the fire began. Two nurses, a female security guard and a house officer were in the ward.</p><p>Emergency services were not called until six minutes after the fire started, and the first emergency responders arrived 15 minutes after receiving the call, the statement said.</p><p>Investigators found that only two subsections of the hospital’s 13 standard operating procedures referred to fires or other emergencies.</p><p>About two minutes of surveillance video of the nursery fire was shown during Saturday’s meeting. The footage was not immediately released.</p><p>The interim report said a nurse risked her life to save a baby before the flames spread through the ward. Sharif approved a recommendation that she receive the Sitara-i-Khidmat, a state award recognizing public service.</p><p>The deaths have prompted broader reviews of fire-safety measures at hospitals across Pakistan. The government in Punjab, the country’s most populous province, this week ordered an immediate review of fire-safety systems, firefighting equipment and emergency-response facilities at hospitals.</p><p>Sharif earlier dismissed Health Secretary Aslam Ghauri, the Health Ministry’s highest-ranking civil servant, after the blaze.</p><p>The fire was among Pakistan’s deadliest recent tragedies involving children. In June, 14 schoolchildren were killed when the roof of a tutoring center under construction collapsed in the eastern city of Lahore.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZKL4W2MKAPQRS3PPVSD5FS4T4.jpg?auth=8c949515ed537bdfd9f4b2c8165a7f4a77218dded2bf435fa0b851cf0105c13c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People light candles in the memory of the newborn victims outside the Mother and Child Health ward at the Pakistan Institute of Medical Sciences, in Islamabad, Pakistan, Thursday, Aug. 27, 2026. (AP Photo/M.A. Sheik)]]></media:description><media:credit role="author" scheme="urn:ebu">M.A.Sheik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZY7JEUVZG4GUGCD3Z2Z7WNWBDQ.jpg?auth=57d1fc3129e1d24b9e9104b190dd50595673284e18cfb89efac50fdc1c309835&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators visit the hospital nursery where a fast-moving fire killed 14 newborns, in Islamabad, Pakistan, Thursday, Aug. 27, 2026. (AP Photo/Ehsan Shahzad)]]></media:description><media:credit role="author" scheme="urn:ebu">Ehsan Shahzad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXG4GYLMN7UT5PRA6ORBTKRL6Y.jpg?auth=8da3ac9206f7f44b96d1a5fdeb01d28fa2a3b8af0cda674d30a2891d7d9845c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hospital staff enter the Mother and Child Health ward at the Pakistan Institute of Medical Sciences, in Islamabad, Pakistan, Thursday, Aug. 27, 2026. (AP Photo/M.A. Sheik)]]></media:description><media:credit role="author" scheme="urn:ebu">M.A.Sheik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3E6PZTJKRV6IYXDEIKCBT5C3V4.jpg?auth=8ae2abf5b1dd0ce9e8b36c266236759298663e211a2eb1cdc4428ed1709b2a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women leave the Mother and Child Health ward at a hospital, in Islamabad, Pakistan, Thursday, Aug. 27, 2026. (AP Photo/M. Yousaf)]]></media:description><media:credit role="author" scheme="urn:ebu">M. Yousaf</media:credit></media:content></item><item><title><![CDATA[What we know about Trump's deal giving US access to vast oil reserves in Venezuela]]></title><link>https://www.local10.com/business/2026/08/30/what-we-know-about-trumps-deal-giving-us-access-to-vast-oil-reserves-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/30/what-we-know-about-trumps-deal-giving-us-access-to-vast-oil-reserves-in-venezuela/</guid><dc:creator><![CDATA[By COLLIN BINKLEY and JUAN PABLO ARRÁEZ, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Besides a social media post from President Donald Trump, the White House has said little about what he is calling “THE BIGGEST OIL DEAL IN WORLD HISTORY” in Venezuela.]]></description><pubDate>Sun, 30 Aug 2026 14:29:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Besides a social media post from President Donald Trump, the White House has said little about what he is calling “THE BIGGEST OIL DEAL IN WORLD HISTORY” in Venezuela.</p><p>Trump said the agreement announced Friday night would give the United States a stake in Venezuela’s vast oil reserves, a step toward his goal of extracting energy from the country after American forces captured then-President Nicolás Maduro in a middle-of-the-night raid in January and brought him to New York to face federal drug trafficking charges.</p><p>Venezuela’s acting president, Delcy Rodríguez, described the deal as a step toward economic recovery that will modernize the country’s oil industry. In a televised address to the nation late Sunday, Rodríguez insisted Venezuela's sovereignty is secure and said she wants the country to become a global energy powerhouse.</p><p>Earlier on Saturday, she said the oil reserves would “cease to be an inert, cold statistic and will instead become concrete solutions. Housing is one of them.”</p><p>But the answers to many questions, including how soon the reserves could be drilled and who will pay to make it happen, were not immediately clear. No text of any agreement has been released.</p><p>A look at what is known and unknown:</p><p>What are the terms?</p><p>The U.S. government and an unnamed private operator in Venezuela formed a new company that was given the rights to untapped oil fields for 100 years.</p><p>A statement from Rodríguez said the deal involves the development of 17 fields with a proven potential of 65 billion barrels. It said the agreement could draw $100 billion in investment into Venezuela’s oil industry and yield over $209 billion in taxes for Caracas.</p><p>Trump said the agreement was negotiated by Secretary of State Marco Rubio, Defense Secretary Pete Hegseth and Rodríguez.</p><p>The deal gives the United States 55% effective output of the new private company, including an ownership stake and rights to buy oil at cost. American purchases of the oil will go toward the U.S. strategic oil reserves along with the military, according to a U.S. official who was not authorized to discuss the matter publicly and spoke on the condition of anonymity.</p><p>The company would be the second largest corporate holder of proven reserves after Saudi Aramco, according to the official.</p><p>Will gas prices go down?</p><p>Probably not any time soon.</p><p>Trump says the deal will help lower gas prices for Americans. That is an important objective for the Republican president as the Iran war slows the shipping of Persian Gulf oil and keeps prices elevated months before November elections in the United States.</p><p>But experts have repeatedly warned that Venezuela’s dilapidated oil infrastructure will take years and billions of dollars to repair. A substantial boost in production is not expected to happen quickly.</p><p>The deal could be “helpful in the long run, but it’s not going to do anything to change the price of gasoline at the retail station for Labor Day weekend,” said Amy Myers Jaffe, director of the Energy, Climate Justice and Sustainability Lab at New York University.</p><p>Neither side made clear who would pay for infrastructure investments and at what cost.</p><p>The average price of gas in the U.S. stood at about $4.08 a gallon on Saturday, according to AAA. The average price was $3.20 at the same time last year.</p><p>Kevin Book, managing director at ClearView Energy Partners, said the oil industry is awaiting clarity on the deal's details. Venezuela has room to increase its oil production, he said — in the past it produced more than 2.5 million barrels a day above current levels — but investments of this scale don't happen quickly.</p><p>“It’s going to take time — many years — to deploy that much capital and produce the kind of incremental results that history suggests possible," Book said.</p><p>How will Venezuelans react?</p><p>Some in Venezuela considered it a betrayal of what their government has stated repeatedly for decades: Venezuelan resources are for Venezuela, and leaders would not allow the U.S. government access to those resources.</p><p>At a market in eastern Caracas on Saturday, Douglas Borjas said he was upset about the announcement.</p><p>“I think they’re doing it to cling to power,” he said of Venezuela’s leaders. “It’s like, ‘I’m giving you a vast amount of petroleum as long as you leave me alone here in power.’”</p><p>He added: “The Venezuelan people deserve better. Venezuela has resources that can be exploited, but for the benefit of the people, not for the benefit of the corrupt elite.”</p><p>Harvard University professor Ricardo Hausmann, a former Venezuelan planning minister, called it a “shameful deal."</p><p>“Venezuelans will not respect this illegitimate deal and no major US oil company will take it seriously because they know it will not last,” Hausmann said on social media, adding that Rodríguez “has no legitimacy or constitutional power to commit Venezuela to any such deal."</p><p>In her national address, Rodríguez pushed back on some of the early criticism.</p><p>“One thing must be absolutely clear: Venezuela retains ownership and sovereignty over its resources,” Rodríguez said. She said the goal is to reach other agreements with transnational private companies such as Chevron, Repsol and Shell.</p><p>She added: “We want to be an energy powerhouse, a major oil producer, a significant gas exporter, and a major national petrochemical developer."</p><p>What's the reaction on Capitol Hill?</p><p>It is unclear whether Congress will play a role in the arrangement, but lawmakers from both parties were quick to weigh in.</p><p>Trump allies called it a win.</p><p>Sen. Bernie Moreno, R-Ohio, said it was a historic deal that helps both countries. “If it were up to DC Democrats, Maduro would still be in power, Venezuelan oil would be going to China at half price, and the people of Venezuela would be getting robbed by a corrupt regime,” Moreno wrote on social media.</p><p>It was condemned by Democrats who said Maduro's capture was a means to this end.</p><p>Sen. Tim Kaine, D-Va., said Trump was always after Venezuela's oil, branding it “corruption at epic scale.”</p><p>“Will prices come down for Americans? Who knows but likely not as much as Trump has forced them up thru his idiotic Iran War," Kaine said on social media.</p><p>Sen. Chris Van Hollen, D-Md., said Trump “put our service members at risk to get Venezuelan oil for his billionaire buddies.”</p><p>What questions remain?</p><p>Many important details remain unclear, including who will cover necessary investments, the identity of the private operator and how America’s stake in the company breaks down.</p><p>The U.S. will get 55% of the company's effective output, but it was not clear what portion of that comes from an ownership stake and how much comes from the right to buy oil at cost.</p><p>It also is unclear how the industry will react. Persuading big American oil companies to return to the region could prove a challenge given the political uncertainty and damaged infrastructure.</p><p>Chevron, the only U.S. oil company actively producing in Venezuela, declined to comment. Separately from Trump’s announcement, Chevron already had been in talks to expand investment in the country. Exxon Mobil also declined to comment.</p><p>David Oxley, chief climate and commodities economist at Capital Economics, said that on its face, the deal could double U.S. oil reserves and reduce dependence on crude oil from Canada and Mexico. But Oxley, writing in a commentary, cautioned that there are logistical hurdles and said the value of Venezuela's reserves may have been exaggerated under former President Hugo Chavez.</p><p>Even with legal and security guarantees, it is not clear that U.S. oil companies “would be eager to invest,’’ he wrote, noting that “there simply might be more enticing commercial opportunities on offer elsewhere.’’</p><p>___</p><p>Arráez reported from Caracas, Venezuela. Associated Press writer Moriah Balingit and AP Economics Writer Paul Wiseman in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2QS5BYSEIBIWRMNQX6FQ7PFXHU.jpg?auth=5f69e290c39e2fb06c7285e363b352e80fb6686e2918b0d1f926e4e29b0a085b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pedestrian walks past a mural featuring oil wells in Caracas, Venezuela, Saturday, Aug 29, 2026, a day after President Donald Trump announced a deal giving the United States a stake in Venezuela’s oil reserves. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJSTYZYUUG6CDPWYFNTDCYV5ZQ.jpg?auth=a1b50577f974cc7b2a705459de848e14d90cd1f3701bb52a962b88d8a1b91723&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Flames rise from flare stacks at the Amuay refinery in Los Taques, Venezuela, Jan. 14, 2026. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DP6AXXKPTA5G7EXFDC5OG5GGDU.jpg?auth=def06b95f3cdea501fa896a27e735fea13c36495a69555bc7d7ed7ee28eb485c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Venezuelans protest against President Donald Trump's deal giving the United States a stake in Venezuela’s oil reserves in Caracas, Saturday, Aug 29, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLISOMF3UHNMJVNNUWWK3HHSZ4.jpg?auth=de466f9907702f309105845bfa53319776101a3a057146092f456b86d993a11e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during an event to present the Congressional Space Medal of Honor to Artemis II crew members, Friday, Aug. 28, 2026, at Johnson Space Center in Houston. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C7DVZUZHTJRUU5I3FCE3YSDYJE.jpg?auth=e385cd850e47ff4555686ae381d89f1399fbf29efd20ee05bb2647d6fa093d13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Venezuela's acting President Delcy Rodríguez speaks during a press conference in Caracas, Venezuela, on July 2, 2026. (AP Photo/Pedro Mattey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Deputies seek autistic teen reported missing in West Park]]></title><link>https://www.local10.com/news/local/2026/08/29/deputies-seek-autistic-teen-reported-missing-in-west-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/29/deputies-seek-autistic-teen-reported-missing-in-west-park/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward Sheriff’s Office Missing Persons detectives asked for the public’s help Saturday in locating a 17-year-old boy who they say was reported missing from West Park.]]></description><pubDate>Sat, 29 Aug 2026 15:26:37 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office Missing Persons detectives asked for the public’s help Saturday in locating a 17-year-old boy who they say was reported missing from West Park.</p><p><a href="https://www.local10.com/espanol/2026/08/29/buscan-a-adolescente-autista-reportado-como-desaparecido-en-west-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/buscan-a-adolescente-autista-reportado-como-desaparecido-en-west-park/">Leer en español</a></p><p>According to detectives, Alyjah Allen was last seen around 2 a.m. Friday near the 3600 block of Southwest 46th Avenue. He was wearing a long-sleeved white shirt, gray pants and white shoes.</p><p>They said Allen is about 5 feet, 9 inches tall and weighs about 130 pounds. He has brown eyes and multicolored hair that is blue, black and blonde.</p><p>According to his family, Allen “has autism and is high functioning.”</p><p>Anyone with information about Allen’s whereabouts is asked to contact BSO Detective Chris Blankenship at 954-321-4268 or the BSO non-emergency number at 954-764-4357.</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/PLUGZCQXTVDODJMTF3VY3IRZUU.jpg?auth=b603aa3e019497f05615b5975eaa85b7331918719f7d7ec81607b1524d3f24e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Buscan a adolescente autista reportado como desaparecido en West Park]]></title><link>https://www.local10.com/espanol/2026/08/29/buscan-a-adolescente-autista-reportado-como-desaparecido-en-west-park/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/buscan-a-adolescente-autista-reportado-como-desaparecido-en-west-park/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives de Personas Desaparecidas de la Oficina del Sheriff de Broward pidieron este sábado la ayuda del público para localizar a un adolescente de 17 años que, según informaron, fue reportado como desaparecido en West Park.]]></description><pubDate>Sat, 29 Aug 2026 16:11:31 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de Personas Desaparecidas de la Oficina del Sheriff de Broward pidieron este sábado la ayuda del público para localizar a un adolescente de 17 años que, según informaron, fue reportado como desaparecido en West Park.</p><p>Según los detectives, Alyjah Allen fue visto por última vez alrededor de las 2 a.m. del viernes cerca de la cuadra 3600 de Southwest 46th Avenue. Vestía una camisa blanca de manga larga, pantalones grises y zapatos blancos.</p><p>Dijeron que Allen mide aproximadamente 5 pies y 9 pulgadas y pesa alrededor de 130 libras. Tiene ojos marrones y cabello multicolor azul, negro y rubio.</p><p>Según su familia, Allen “tiene autismo y es altamente funcional”.</p><p>Se pide a cualquier persona que tenga información sobre el paradero de Allen que se comunique con el detective de BSO Chris Blankenship al 954-321-4268 o con el número de BSO para casos que no sean de emergencia al 954-764-4357.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PLUGZCQXTVDODJMTF3VY3IRZUU.jpg?auth=b603aa3e019497f05615b5975eaa85b7331918719f7d7ec81607b1524d3f24e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Netanyahu condemns rioters after weeks of West Bank settler violence, and other Middle East news]]></title><link>https://www.local10.com/news/world/2026/08/29/netanyahu-condemns-rioters-after-weeks-of-west-bank-settler-violence-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/29/netanyahu-condemns-rioters-after-weeks-of-west-bank-settler-violence-and-other-middle-east-news/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Israel's prime minister has spoken out after weeks of settler violence in the occupied West Bank and condemned the actions of a “handful of rioters.” Israeli strikes and fire have killed three Palestinians in Gaza. And Iran’s leadership now centers on military generals and clerics who are long entrenched in the ruling theocracy.]]></description><pubDate>Sat, 29 Aug 2026 20:59:38 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Israel's prime minister has spoken out after weeks of settler violence in the occupied West Bank and condemned the actions of a “handful of rioters.” Israeli strikes and fire have killed three Palestinians in Gaza. And Iran’s leadership now centers on military generals and clerics who are long entrenched in the ruling theocracy.</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>Netanyahu condemnation follows unrest in West Bank town</p><p>Israeli Prime Minister Benjamin Netanyahu condemned criminal acts by a “handful of rioters” in the occupied West Bank that he said do injustice to the “law-abiding settler public.”</p><p>His statement follows over two weeks of unrest in the town of Qusra, where settlers have surrounded several homes including one owned by a Palestinian American. In an unusually sharp statement, U.S. Ambassador Mike Huckabee referred to the settlers as “terrorists,” a word U.S. officials usually reserve for Palestinian militants.</p><p>Earlier on Saturday, Israel’s military and police said Israeli rioters arrived in the Qusra area and violent clashes followed. They said dozens of rioters barricaded themselves in a Palestinian home while residents were inside. They said the groups were separated and rioters’ vehicles were confiscated.</p><p>The Associated Press saw ambulances carry away injured Palestinians. Qusra Mayor Abdel Azim Wadi told AP that two inhaled tear gas and two others were hurt when settlers threw stones. He said the house targeted was no longer under siege.</p><p>“The actions of these violent extremists are a disgrace and stand in complete contradiction to the values of the State of Israel,” the foreign ministry said in a statement.</p><p>The statements did not mention any arrests.</p><p>Netanyahu’s government, the most ultranationalist and religious in Israel’s history, has presided over a surge of settlement construction in the West Bank. Most of the international community views settlements as illegal, and Israel has been seeing an erosion of support in the United States.</p><p>4 Palestinians killed in Gaza, health officials say</p><p>Israeli strikes and fire in central Gaza killed four Palestinians and wounded others on Saturday, according to local health officials.</p><p>In Gaza City, two Palestinians were killed and another was wounded in an Israeli strike on a motorbike, according to officials at Shifa hospital. The Israeli military said it struck a “military operative,” without elaborating.</p><p>Tank fire killed a farmer in the eastern part of Deir al-Balah, according to officials at Al-Aqsa Martyrs hospital, where the body was taken. A strike in southern Gaza killed one and wounded others, Nasser hospital said. The Israeli military did not immediately comment.</p><p>And the latest airstrike on the compound of Al-Aqsa Martyrs hospital wounded three Palestinians, officials with Gaza's health ministry said. Israel’s military said it “struck a Hamas commander who planned to execute terror attacks" adjacent to the compound.</p><p>The military statement accused the commander of hiding in the compound. It said medical authorities in Gaza were warned on Thursday that medical facilities should not be used for “terrorist purposes” and that Israeli forces would act on any threat if it continues. Al-Aqsa Martyrs hospital did not comment on the strike.</p><p>A fragile ceasefire in Gaza has continued since October. While the heaviest fighting in Gaza has subsided, Israel's military has killed at least 1,313 Palestinians since then, according to Gaza’s health ministry. The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>Iran's new leadership signals no tolerance for dissent</p><p>After six months of war, Iran's new leadership appears ready for a potentially long confrontation with the United States and determined to prevent any unrest at home.</p><p>Meanwhile, Deputy Foreign Minister Kazem Gharibabadi reiterated Tehran's stance that the Strait of Hormuz would not open until the U.S. meets its agreements under the memorandum of understanding the countries signed in mid-June, state media reported. The strait has become a source of leverage for Iran after it asserted control of the waterway early in the war.</p><p>The new supreme leader, Ayatollah Mojtaba Khamenei, still has not been seen publicly since his father and other senior leaders were killed in the war's opening strikes on Feb. 28, when the U.S. and Israel attacked.</p><p>With appointments announced Aug. 11 and 12, Khamenei has surrounded himself with longtime personal allies like the new secretary of Iran’s Supreme National Security Council, Mohsen Rezaei, and the new head of the Basij, the Revolutionary Guard’s volunteer street force, Hossein Taeb.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4AVIY2M3FNWISOTCKRLCLDSE7Q.jpg?auth=17db2b0bd973b62155bd0c2e53d975c288d7adbbe75a7122bdcd16f726563870&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli soldiers secure a building under construction as ambulances evacuate injured Palestinians following an attack by Israeli settlers in the occupied West Bank village of Qusra, Saturday, Aug. 29, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YEDFXNQLOK545O4OJ2OEJ3JVJQ.jpg?auth=0b203b88b5822be8b61d0ad8c87663a8c28139e3a6222b46ab19f7925f499479&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian boy cries over the body of Hamouda al-Attar, who was killed by the Israeli army, during his funeral at al-Aqsa Hospital in Deir al-Balah, central Gaza Strip, Saturday, Aug. 29, 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/3NHDEHUZQORUZPDFCGM5UBCFTY.jpg?auth=85fa83904591aae6aae4808b07c565aebe2275c211bc917d921d3b16cb63dedd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorcyclists ride past a billboard depicting U.S. President Donald Trump inside a catering container in downtown Tehran, Iran, Saturday, Aug. 29, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XXSSTCX4FCZSDS66PZDZ54LSDQ.jpg?auth=1c71dc35dbf2d5d4f297bb54f809e91cd704694a258ffb31a3f30b309fb87c35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli soldiers secure a building under construction as ambulances evacuate injured Palestinians following an attack by Israeli settlers in the occupied West Bank village of Qusra, Saturday, Aug. 29, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WQ4N36DZ4JCGIMYGMVZ62YAYMQ.jpg?auth=d71ee9256b4dd68b11ab23a5fb9c284d3191eb0b571fa3f62352cc061c784dd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian mourners cry over the body of Hamouda al-Attar, who was killed by the Israeli army, during his funeral at al-Aqsa Hospital in Deir al-Balah, central Gaza Strip, Saturday, Aug. 29, 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[Tadej Pogacar requires surgery on broken clavicle after head-over-handlebars crash in Spanish Vuelta]]></title><link>https://www.local10.com/sports/2026/08/29/race-leader-tadej-pogacar-pulls-out-of-spanish-vuelta-after-crashing-during-stage-8/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/race-leader-tadej-pogacar-pulls-out-of-spanish-vuelta-after-crashing-during-stage-8/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[XERACO, Spain (AP) — Five-time Tour de France champion Tadej Pogacar was sent hurdling head-over-handlebars in a frightening crash that forced him to pull out of the Spanish Vuelta on Saturday.]]></description><pubDate>Sat, 29 Aug 2026 20:59:27 +0000</pubDate><content:encoded><![CDATA[<p>XERACO, Spain (AP) — Five-time Tour de France champion Tadej Pogacar was sent hurdling head-over-handlebars in a frightening crash that forced him to pull out of the Spanish Vuelta on Saturday.</p><p>The Slovenian suffered a concussion and broke two bones, one of which will require surgery, after he appeared to lose control when a stone came rolling across the road.</p><p>“Tadej has been diagnosed with a concussion, displaced left clavicle fracture, a stable C7 cervical fracture, and multiple abrasions,” UAE Team Emirates medical director Adrian Rotunno said.</p><p>“Fortunately, no other major injuries and no neurological fallout. He will require clavicle surgery which will be delayed due to concussion precautions. Tadej remains under the care of our medical team and we’ll provide further updates following the surgery,” Rotunno added.</p><p>Pogacar held a big lead in the Vuelta and was heavily favored to win the title to complete a hat trick of cycling's three Grand Tours. But he got caught in a crash about 33 kilometers (20.5 miles) from the finish of the eighth stage. He tried to get back on his bike but could not carry on and walked to an ambulance. Race organizers confirmed he pulled out of the race.</p><p>Pogacar was attempting to become the ninth male rider to win all three Grand Tour races. Pogacar won the Tour de France for a third straight time and a record-tying fifth overall in July, and he claimed the Giro d’Italia win in 2024. He had not raced in the Vuelta since making his Grand Tour debut at the event in 2019.</p><p>TV footage showed Pogacar with cuts on his head as well as his left arm and shoulder. Pogacar swerved to his right, into other cyclists, as he appeared to try to avoid something in the road. The Tour de France champion lost control and flew over his handlebars, hitting his head and shoulder.</p><p>UAE Team Emirates sports manager Matxin Joxean Fernandez said after the stage that Pogacar had needed stitches in his eyebrow and elsewhere.</p><p>“It's no one's responsibility. ... It’s simply one of those things that happens in cycling, unfortunately,” Fernandez said. “He initially wanted to keep going, but we saw he was in a lot of pain in his shoulder and decided he couldn’t continue. There isn’t much else to say.</p><p>“After seven days Tadej was happy and it’s a very big shame for him, cycling is about good and bad and (we hope) Tadej recovers as soon as possible because hopefully it’s not something too bad, we’re not going to think about that right now but we’ll see what the doctor says.”</p><p>Pogacar — who had led since winning the opening stage — had an advantage of 3 minutes, 50 minutes over Enric Mas of Movistar before Saturday's stage, which did not feature any major difficulty and offered sprinters a chance to shine along a flat 171-kilometer (106-mile) route from Puçol to Xeraco. Bryan Coquard, from the Cofidis team, claimed the stage win ahead of Mads Pedersen and Jordi Meeus.</p><p>Mas took the race leader's jersey from Pogacar, becoming the first Spanish rider to lead the race since Jesus Herrada in 2018. Felix Gall stood second overall, 1:11 off the pace, with Primoz Roglic in third place.</p><p>The 31-year-old Mas did not put on the leader's red jersey when he was presented with it in the post-race ceremony, instead just holding it up. He was also not wearing it in television interviews after the stage.</p><p>“To get the red jersey thanks to a crash, it’s not a good feeling,” he told Eurosport in translated comments. "We’ll try to defend it tomorrow but tonight we need to assimilate what happened and give Tadej all our support and hopefully he will recover soon. We decided with the team that I was not going to wear the red jersey (today) and then if I deserve it tomorrow, I will wear it."</p><p>Pogacar's main rival, Jonas Vingegaard, is not competing in the Vuelta after crashing during this year's Tour de France.</p><p>This was Pocagar’s 10th Grand Tour and the first he has ever abandoned. He had never finished lower than third place.</p><p>The three-week race concludes in Granada on Sept. 13.</p><p>___</p><p>See full AP coverage of European sports here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKXMZCV4IVGX2QMTXRMLSE55C4.jpg?auth=b3d0a64aa189c417d7ac8b13b92f3c1c6996d1d50e4706bf2109006535b9c796&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar, wearing the overall leader's red jersey celebrates on the podium after the second stage of the La Vuelta cycling race, with start in Monaco and finish in Manosque, France, Sunday, Aug. 23, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOPYZ5TCRQQFCFF76NCUGZAU2Q.jpg?auth=c189ac1a95031ab90441bad3391e636bf4f60c445dcb1769e167474ea0c3716a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar, wearing the overall leader's red jersey celebrates on the podium after the second stage of the La Vuelta cycling race, with start in Monaco and finish in Manosque, France, Sunday, Aug. 23, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content></item><item><title><![CDATA[Humane Society of Broward seeks ‘furever’ homes for Vulcan, Vesta]]></title><link>https://www.local10.com/pets/2026/08/29/humane-society-of-broward-seeks-furever-homes-for-vulcan-vesta/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/29/humane-society-of-broward-seeks-furever-homes-for-vulcan-vesta/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Vulcan and Vesta are 11-week-old litter mates looking for their “furever” homes at the Humane Society of Broward County.]]></description><pubDate>Sat, 29 Aug 2026 15:10:27 +0000</pubDate><content:encoded><![CDATA[<p>Vulcan and Vesta are 11-week-old litter mates looking for their “furever” homes at the Humane Society of Broward County.</p><p><a href="https://www.local10.com/espanol/2026/08/29/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-vulcan-y-vesta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-vulcan-y-vesta/">Leer en español</a></p><p>The shelter currently has dozens of kittens available for adoption, with all animals spayed or neutered before going home.</p><p>Those interested in adopting can visit the Humane Society of Broward County’s <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">website</a> to fill out an application before visiting the shelter.</p><p>Read more about the kitten duo in the video 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[Sociedad Protectora de Animales de Broward busca hogares “permanentes” para Vulcan y Vesta]]></title><link>https://www.local10.com/espanol/2026/08/29/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-vulcan-y-vesta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/sociedad-protectora-de-animales-de-broward-busca-hogares-permanentes-para-vulcan-y-vesta/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Vulcan y Vesta son hermanos de camada de 11 semanas que buscan sus hogares “para siempre” en la Sociedad Protectora de Animales del Condado Broward.]]></description><pubDate>Sat, 29 Aug 2026 15:16:17 +0000</pubDate><content:encoded><![CDATA[<p>Vulcan y Vesta son hermanos de camada de 11 semanas que buscan sus hogares “para siempre” en la Sociedad Protectora de Animales del Condado Broward.</p><p>El refugio cuenta actualmente con decenas de gatitos disponibles para adopción, y todos los animales son esterilizados o castrados antes de ir a sus hogares.</p><p>Las personas interesadas en adoptar pueden visitar el <a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">sitio web</a> de la Sociedad Protectora de Animales del Condado Broward para completar una solicitud antes de visitar el refugio.</p><p>Conoce más sobre el dúo de gatitos en el video en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[“Los mejores seis años de mi vida”: Tua reflexiona sobre su etapa en Miami tras victoria en el Hard Rock Stadium]]></title><link>https://www.local10.com/espanol/2026/08/29/los-mejores-seis-anos-de-mi-vida-tua-reflexiona-sobre-su-etapa-en-miami-tras-victoria-en-el-hard-rock-stadium/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/los-mejores-seis-anos-de-mi-vida-tua-reflexiona-sobre-su-etapa-en-miami-tras-victoria-en-el-hard-rock-stadium/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tua Tagovailoa escuchó los abucheos, pero también salió del Hard Rock Stadium con una victoria.]]></description><pubDate>Sat, 29 Aug 2026 15:13:19 +0000</pubDate><content:encoded><![CDATA[<p>Tua Tagovailoa escuchó los abucheos, pero también <a href="https://www.local10.com/sports/local/2026/08/28/falcons-tua-tagovailoa-turns-boos-into-a-win-over-dolphins-in-return-to-hard-rock-stadium/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/08/28/falcons-tua-tagovailoa-turns-boos-into-a-win-over-dolphins-in-return-to-hard-rock-stadium/">salió del Hard Rock Stadium con una victoria</a>.</p><p>Tagovailoa regresó a Miami por primera vez como rival en la NFL la noche del viernes, ayudando a los Atlanta Falcons a vencer 17-12 a los Dolphins en el último partido de la pretemporada.</p><p>La derrota dejó a Miami con marca de 0-3 en la pretemporada, mientras los Dolphins ahora centran su atención en definir su plantilla final de 53 jugadores.</p><p>Tagovailoa ayudó a Atlanta a armar una sólida serie ofensiva inicial, culminada por una carrera de touchdown de tres yardas de Bijan Robinson para darle a los Falcons una ventaja de 7-0.</p><p>Miami respondió con un gol de campo después de que el receptor novato Chris Bell, seleccionado en la tercera ronda procedente de Louisville, atrapara un pase de 18 yardas.</p><p>Los Dolphins tuvieron dificultades para generar producción ofensiva durante todo el partido y consiguieron apenas cuatro goles de campo.</p><p>Tagovailoa también cometió un costoso error en el segundo cuarto cuando perdió el balón tras un centro, pero Miami lo recuperó.</p><p>Aunque el partido era de pretemporada, el regreso de Tagovailoa al Hard Rock Stadium tuvo mucho significado. Pasó sus primeras seis temporadas en la NFL con los Dolphins antes de unirse a los Falcons.</p><p>Tagovailoa reconoció haber escuchado los abucheos del público de Miami, pero dijo que su etapa con los Dolphins sigue siendo especial.</p><p>“Bueno, por supuesto que sí”, dijo Tagovailoa. “Pero, ya sabes, no hace falta decir que poder regresar aquí, pasé seis años aquí, y esos probablemente fueron algunos de los mejores seis años de mi vida”.</p><p>Tagovailoa fue seleccionado al Pro Bowl durante su etapa en Miami y alcanzó varios otros logros con los Dolphins.</p><p>“Independientemente de la reacción, quiero decir, amo la ciudad”, dijo Tagovailoa.</p><p>El entrenador de los Dolphins, Jeff Hafley, dijo que el equipo ahora enfrenta decisiones difíciles mientras trabaja para reducir la plantilla a 53 jugadores.</p><p>“Tenemos muchos tipos duros en ese vestuario que aman el fútbol y que van a ser piezas realmente, realmente importantes para nuestra base a medida que avancemos, y estoy orgulloso de ellos y me entristece que, ya sabes, mañana, ya sabes, habrá muchas decisiones difíciles que tomar”, dijo Hafley.</p><p>Los Dolphins ahora centrarán su atención en la temporada regular después de terminar la pretemporada sin una victoria.</p>]]></content:encoded></item><item><title><![CDATA[Haitian nationals arrive in Cap-Haitien following end of TPS]]></title><link>https://www.local10.com/news/local/2026/08/27/haitian-nationals-arrive-in-cap-haitian-following-end-of-tps/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/haitian-nationals-arrive-in-cap-haitian-following-end-of-tps/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[About 70 Haitian nationals arrived at Cap-Haïtien International Airport Thursday, the second group to arrive on the island following the termination of Temporary Protected Status for people who were legally allowed to live and work in the United States.]]></description><pubDate>Fri, 28 Aug 2026 02:15:55 +0000</pubDate><content:encoded><![CDATA[<p>About 70 Haitian nationals arrived at Cap-Haïtien International Airport Thursday, the second group to arrive on the island following the termination of Temporary Protected Status for people who were legally allowed to live and work in the United States.</p><p>Small children were among those who deboarded the plane with adults.</p><p>Local 10 News got exclusive video of Haitian nationals landing at the airport.</p><p>Last week, a plane carrying 160 people arrived at the same airport. That group included a mixture of TPS holders and others who had previously faced legal troubles in the United States.</p><p>Around 7 p.m. Thursday, the Department of Homeland Security posted a video on its social media pages showing a group of Haitian nationals in the rain, shackled as they boarded a plane earlier in the day. A Haitian song played underneath the video.</p><p>One of the passengers was a man who made it back to Haiti.</p><p>Speaking in Haitian Creole, he said he left Haiti 10 years ago. The Port-au-Prince native said he did not enter the U.S. through the humanitarian parole program created in January 2023.</p><p>Asked how it feels to be back in Haiti, he said he hasn’t felt Haiti’s sunlight in a while.</p><p>He described the moment as both good and bad, saying he had wanted to return to Haiti, but not like this.</p><p>He said he would have preferred to arrive with a happy heart, enjoying the country with his friends and family.</p><p>In response to questions from a Local 10’s Magdala Louissaint, a DHS spokesperson said deportations to Haiti “never stopped.”</p><p>“For operational security and the safety of our personnel, we would never disclose information about our deportation flights,” the spokesperson said.</p><p>The spokesperson also defended the Trump administration’s decision to end Temporary Protected Status for Haitians, saying, “Temporary Protected Status is exactly that — temporary. For too long, TPS has been allowed to function as a de facto amnesty program despite Congress never intending it to be permanent.”</p><p>The spokesperson added, “What we would say now is it’s closing time which means you don’t have to go home, but you can’t stay here. The good news is it’s not too late to get a $3,000 check and a free flight home.”</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[Balacera en Fort Lauderdale deja a adolescente gravemente herido, informa la policía]]></title><link>https://www.local10.com/espanol/2026/08/29/balacera-en-fort-lauderdale-deja-a-adolescente-gravemente-herido-informa-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/balacera-en-fort-lauderdale-deja-a-adolescente-gravemente-herido-informa-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una adolescente de 15 años resultó gravemente herida en una balacera en Fort Lauderdale la madrugada del sábado, lo que marca la segunda balacera reportada en la ciudad en cuestión de horas, informó la policía.]]></description><pubDate>Sat, 29 Aug 2026 14:02:30 +0000</pubDate><content:encoded><![CDATA[<p>Una adolescente de 15 años resultó gravemente herida en una balacera en Fort Lauderdale la madrugada del sábado, lo que marca la <a href="https://www.local10.com/news/local/2026/08/29/police-respond-to-reports-of-shots-fired-in-fort-lauderdale-neighborhood/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/29/police-respond-to-reports-of-shots-fired-in-fort-lauderdale-neighborhood/">segunda balacera reportada</a> en la ciudad en cuestión de horas, informó la policía.</p><p>La policía de Fort Lauderdale dijo que respondió aproximadamente a las 3:45 a.m. a un reporte de una balacera en la cuadra 1700 de Northwest Ninth Street.</p><p>Dijeron que los agentes encontraron a la adolescente, quien no ha sido identificada hasta el momento, e inmediatamente comenzaron a brindarle ayuda hasta que equipos de Fort Lauderdale Fire Rescue llegaron al lugar.</p><p>Fue trasladada bajo alerta de trauma al Broward Health Medical Center con heridas graves, según los investigadores.</p><p>La policía confirmó posteriormente que se espera que la víctima sobreviva.</p><p>La policía dijo que la balacera continúa bajo investigación y que trabaja para determinar las circunstancias en torno al incidente.</p><p>Más temprano la mañana del sábado, la policía de Fort Lauderdale también respondió aproximadamente a la 1:51 a.m. a una alerta de ShotSpotter en la cuadra 1600 de Northwest Eighth Avenue, donde dijeron que un hombre murió baleado.</p><p>La policía no ha relacionado las dos balaceras.</p><p>Se pide a cualquier persona que tenga información sobre ambas balaceras que llame a la policía de Fort Lauderdale o a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Pandilla libera a mujeres y niños secuestrados tras asalto mortal en Haití]]></title><link>https://www.local10.com/espanol/2026/08/29/pandilla-libera-a-mujeres-y-ninos-secuestrados-tras-asalto-mortal-en-haiti/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/pandilla-libera-a-mujeres-y-ninos-secuestrados-tras-asalto-mortal-en-haiti/</guid><dc:creator><![CDATA[Por EVENS SANON y EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[PUERTO PRÍNCIPE, Haití (AP) — Seis niños y siete mujeres fueron liberados por una pandilla en Haití que secuestró a más de 50 personas tras lanzar, hace casi una semana, un ataque mortal contra una comunidad cercana a Puerto Príncipe, la capital del país, según la UNICEF.]]></description><pubDate>Sat, 29 Aug 2026 19:06:07 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — Seis niños y siete mujeres fueron liberados por una pandilla en Haití que secuestró a más de 50 personas tras lanzar, hace casi una semana, un ataque mortal contra una comunidad cercana a Puerto Príncipe, la capital del país, según la UNICEF.</p><p>La agencia de Naciones Unidas para la infancia informó a última hora del viernes que entre los liberados hay tres menores de 2 años, uno de 7 y dos adolescentes.</p><p>“Esta liberación ofrece un inusual momento de esperanza en medio de la violencia que amenaza a los niños en Haití”, comentó Yannig Dussart, representante adjunto de UNICEF en el país. “El secuestro en Kenscoff no fue un incidente aislado, sino otro duro recordatorio de la magnitud y la frecuencia de los ataques contra los niños en todo el país”.</p><p>La UNICEF señaló que trabajó con líderes comunitarios para lograr la liberación de las mujeres y los niños. Hasta el momento, se desconoce si necesitaban tratamiento médico o si hay más mujeres y niños retenidos.</p><p>Aunque los secuestros individuales en Haití son habituales, los raptos masivos son más inusuales. Los desenlaces varían: algunas personas son liberadas sin rescate, mientras que otras son asesinadas pese a que se paguen múltiples rescates.</p><p>Las pandillas mataron al menos a 47 personas en el ataque realizado la noche del domingo en Kenscoff, una comunidad agrícola antes pacífica enclavada en las colinas sobre la capital de Haití.</p><p>Un líder criminal conocido como Izo 2 había amenazado con ejecutar a todos los rehenes si la policía mataba a algún miembro de la banda en su ofensiva para asegurar Kenscoff. Izo 2 encabeza un grupo armado en esa zona en nombre de y en coordinación con otros líderes de bandas, incluido Izo, considerado uno de los jefes de bandas más poderosos de Haití.</p><p>El reciente ataque provocó el viernes una protesta en una reunión de emergencia del Consejo de Seguridad de la ONU, en la que se pidió el rápido despliegue de la nueva fuerza respaldada por el organismo para combatir a las pandillas, así como medidas para frenar a las bandas sin ley.</p><p>Diplomáticos en la reunión convocada por Estados Unidos, Panamá y Colombia expresaron su horror ante el brutal ataque.</p><p>Luis Ruiz Massieu, el enviado especial de la ONU para Haití, dijo que el ataque ha generado “una nueva ola de indignación pública en todos los sectores de la sociedad haitiana, así como entre los socios internacionales”.</p><p>Ruiz Massieu acogió con satisfacción la decisión de las autoridades de Haití de reunir a la policía nacional, las fuerzas armadas y la fuerza de supresión de pandillas para evaluar los acontecimientos y coordinar planes. Se acordó que la fuerza de supresión de pandillas reforzaría su presencia en Puerto Príncipe y que las fuerzas haitianas reforzarían su despliegue en Kenscoff.</p><p>Pero el enviado de la ONU y muchos oradores del consejo subrayaron la necesidad urgente de fortalecer el apoyo internacional en materia de seguridad para Haití.</p><p>La viceembajadora de Estados Unidos, Jennifer Locetta, dijo que Washington “está decidido y tan comprometido como siempre a apoyar los esfuerzos de seguridad liderados por Haití para poner fin al terror de las pandillas”.</p><p>Instó a los miembros de la ONU a proporcionar equipo y recursos para permitir que la fuerza de supresión de pandillas se despliegue lo más rápido posible, y a invertir en empleos, infraestructura y otras oportunidades para ofrecer una vía alternativa a unirse a una pandilla.</p><p>Locetta señaló que coaliciones de pandillas han dicho públicamente que buscan impedir que los votantes haitianos elijan a sus representantes en una futura elección y que no se puede permitir que los “terroristas” tomen a la democracia como rehén.</p><p>“No pueden aterrorizar desde los extremos de los fusiles y desde la comodidad de las estaciones de peaje, mientras le roban a Haití su futuro”, afirmó. “Debemos proteger a los civiles contra estos actos inconcebibles”.</p><p>Indrika Ratwatte, secretario general adjunto interino para asuntos humanitarios, dijo al Consejo de Seguridad que el ataque en Kenscoff obligó a más de 2.600 personas a huir de sus hogares, muchas por segunda o tercera vez. Señaló que la gente está traumatizada, buscando a familiares desaparecidos e insegura sobre el futuro.</p><p>Casi 1,5 millones de personas, el 12% de la población de Haití, están desplazadas internamente. La mitad de ellas son menores, afirmó.</p><p>“Mientras tanto, las deportaciones a Haití continúan a gran escala”, dijo Ratwatte, en referencia a las expulsiones desde República Dominicana y a la presión del gobierno de Trump para deportar a haitianos que viven y trabajan legalmente en Estados Unidos y a otros cuyas visas habían expirado o que habían ingresado ilegalmente.</p><p>“En los primeros ocho meses de 2026, casi 200.000 personas fueron devueltas por la fuerza, un aumento del 10% en comparación con el mismo período del año pasado”, dijo, y muchas llegan sin nada.</p><p>Al calificar la violencia, especialmente contra mujeres, niñas y niños, de “indignante”, afirmó que los socios humanitarios de la ONU “registraron más de 5.500 incidentes de violencia de género, o alrededor de 30 casos por día, solo en los primeros seis meses del año”.</p><p>___</p><p>Lederer informó desde las Naciones Unidas.</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/PDJE763MOBHGEGGHX2UJ5ZZPGQ.jpg?auth=ec6e4b4499a770b8ba675adbc3569f44c8cda5b8c07232e8896a47061c4947e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas se reúnen junto a los cuerpos de quienes, según dijeron, eran sus familiares y fueron asesinados en un ataque de pandillas en el barrio de Kenscoff, el lunes 24 de agosto de 2026, en Puerto Príncipe, Haití. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Miami-Dade busca convertir el interés por Grand Theft Auto VI en ingresos]]></title><link>https://www.local10.com/espanol/2026/08/28/miami-dade-busca-convertir-el-interes-por-grand-theft-auto-vi-en-ingresos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/28/miami-dade-busca-convertir-el-interes-por-grand-theft-auto-vi-en-ingresos/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Miami busca convertir su larga relación con “Grand Theft Auto” de Rockstar Games en una oportunidad de negocio.]]></description><pubDate>Fri, 28 Aug 2026 21:35:57 +0000</pubDate><content:encoded><![CDATA[<p>Miami busca convertir su larga relación con “Grand Theft Auto” de Rockstar Games en una oportunidad de negocio.</p><p>La cruda interpretación de la Ciudad Mágica se extiende desde Ocean Drive hasta los Everglades.</p><p>“Grand Theft Auto”, GTA, regresa con su sexto juego, y el condado Miami-Dade quiere una parte de la acción.</p><p>En una propuesta obtenida por Local 10 News, el condado plantea una asociación para cambiar temporalmente el nombre del Aeropuerto Internacional de Miami a “Vice City Airport”. La propuesta también incluye tapas de alcantarilla de Vice City.</p><p>“Les encanta GTA. Y la mayoría de las personas nos visitan por eso, por Grand Theft Auto”, dijo la gerente de la tienda Shruti Salwal.</p><p>En una tienda de recuerdos de Miami, los artículos más vendidos son camisetas vintage de cuando GTA presentó por primera vez a Miami en 2002.</p><p>Una turista de Italia conoce bien la franquicia.</p><p>“Grand Theft Auto es genial, pero creo que tiene un poco de estereotipos”, dijo.</p><p>En Wynwood, un mural también celebra el clásico Vice City.</p><p>Un portavoz del condado dijo: “Dada la clara influencia de Miami-Dade en el juego, creemos que podría haber una oportunidad única para generar ingresos para el condado mientras mostramos Miami-Dade a una audiencia masiva”.</p><p>Pero la idea de promocionar Miami a través del mundo de violencia y crimen del juego genera reacciones diversas.</p><p>“Siento que Miami se está convirtiendo más en una ciudad muy orientada al bienestar y con mucho crecimiento, así que promover la violencia y las armas, quiero decir, podría ser divertido como una especie de mundo de juego”, dijo el residente de Miami Evan Metzo.</p><p>Otro residente señaló el contraste entre el juego y la propia ciudad.</p><p>“Aquí tienes los Ferrari”, dijo el residente Carnell Williams. “Tienes los Maybach, y allá tienes la violencia”.</p><p>Para Williams, sin embargo, la representación del crimen en el juego no parece completamente ficticia.</p><p>“Es la vida real, para ser sincero, la gente roba. Alguien me robó el teléfono el otro día”, dijo.</p>]]></content:encoded></item><item><title><![CDATA[Jefe dice que robo en casa de víctimas de accidente en Kenia reveló red criminal: “Más personas irán a la cárcel”]]></title><link>https://www.local10.com/espanol/2026/08/28/jefe-dice-que-robo-en-casa-de-victimas-de-accidente-en-kenia-revelo-red-criminal-mas-personas-iran-a-la-carcel/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/28/jefe-dice-que-robo-en-casa-de-victimas-de-accidente-en-kenia-revelo-red-criminal-mas-personas-iran-a-la-carcel/</guid><dc:creator><![CDATA[Chris Gothner, Michaila Hightower, Christina Vazquez]]></dc:creator><description><![CDATA[La policía de Coral Gables dice que los arrestos de dos sospechosos por un robo en la casa de una pareja que murió en un accidente de helicóptero en Kenia revelaron una red de actividad criminal.]]></description><pubDate>Fri, 28 Aug 2026 17:16:52 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Coral Gables dice que los <a href="https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/">arrestos de dos sospechosos</a> por un robo en la casa de una pareja que murió en un accidente de helicóptero en Kenia revelaron una red de actividad criminal.</p><p>El jefe del Departamento de Policía de Coral Gables, Ed Hudak, dijo que los sospechosos atacaron la casa de Henry Parra, de 55 años, y Adam Hlavaty, de 42, en Valencia Avenue, sabiendo que habían muerto en el accidente del 19 de agosto junto con otras cinco personas, varias de ellas con vínculos con el sur de Florida.</p><p>“Estas personas fueron blanco de los delincuentes el día que murieron en ese accidente, lo que me parece reprochable”, dijo Hudak durante una conferencia de prensa el viernes.</p><p>Acompañado por la fiscal estatal de Miami-Dade, Katherine Fernandez Rundle, y altos funcionarios de la Oficina del Sheriff de Miami-Dade y de su propio departamento, Hudak dijo que la investigación reveló una gran red de robo de identidad, fraude y robo.</p><p>“Tenemos cajas de documentos que podrían corresponder a posibles víctimas”, dijo Hudak.</p><p>Dijo que esas cajas de documentos fueron encontradas en la casa de los sospechosos Geybert Alexander Garcia, de 40 años, y Melany Perdomo, de 24, ubicada en la cuadra 8300 de Northwest 195th Terrace, en el noroeste de Miami-Dade.</p><p>Los dos están acusados de robar joyas, aparatos electrónicos, documentos, obras de arte, así como el Porsche y el Range Rover de la pareja.</p><p>Fernandez Rundle calificó el hecho de que la pareja fallecida fuera elegida como blanco de los delincuentes como “realmente impactante e inconcebible” y parte de un “esquema mucho más amplio”.</p><p>Hudak dijo que CGPD “no puede descartar nada” en cuanto a si los sospechosos recibieron ayuda desde dentro. Dijo que los sospechosos sabían que debían ir detrás del gabinete de licores de la casa para retirar el sistema de seguridad de la pareja.</p><p>También se refirió a documentos supuestamente notarizados que el abogado de Garcia mostró en la corte, alegando que las víctimas le habían transferido sus vehículos.</p><p>Tanto un amigo de la familia como un detective de CGPD testificaron que creen que el documento es falso.</p><p>“Nunca he conocido a nadie que tenga una declaración jurada de una persona muerta”, dijo Hudak.</p><p>Hudak dijo que la magnitud de la investigación ha llevado a CGPD a trabajar con MDSO y múltiples agencias federales, incluido el Servicio Secreto de Estados Unidos y la Oficina de Alcohol, Tabaco, Armas de Fuego y Explosivos, para investigar el caso más amplio.</p><p>“Llegamos al epicentro del robo de identidad en esta área”, dijo Hudak.</p><p>Eso incluye fraude de pasaportes, dijo, lo que llevó al Servicio de Seguridad Diplomática a sumarse a la investigación.</p><p>En la casa de los sospechosos, cerca del área no incorporada de Palm Springs North, Hudak dijo que los investigadores recuperaron 20 llaveros electrónicos correspondientes a vehículos que se sospecha fueron robados y las autoridades trabajan para localizar a los propietarios.</p><p>Además, los investigadores dijeron que encontraron una Ford F-250 con un VIN alterado que resultó haber sido robada en el condado Indian River.</p><p>Hudak dijo que, debido a la enorme cantidad de evidencia descubierta, la investigación “nos va a tomar algún tiempo”.</p><p>Mientras tanto, hasta el viernes, Garcia y Perdomo permanecían detenidos en el Centro Correccional Turner Guilford Knight de Miami-Dade por múltiples cargos, incluidos robo y hurto mayor.</p><p>Se ordenó que ambos permanezcan allí sin derecho a fianza y está previsto que sean procesados en una corte de Miami-Dade el 28 de septiembre.</p>]]></content:encoded></item><item><title><![CDATA[Up for Debate: Is brand slang ‘based’ or ‘cringe’?]]></title><link>https://www.local10.com/features/2026/08/29/up-for-debate-is-brand-slang-based-or-cringe/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/29/up-for-debate-is-brand-slang-based-or-cringe/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[If you have kids or young people in your life, you may have heard some unfamiliar slang lately, including phrases such as “ate,” “clocked it,” “crash out,” “chopped” and “rizz.”]]></description><pubDate>Sat, 29 Aug 2026 14:00:43 +0000</pubDate><content:encoded><![CDATA[<p>If you have kids or young people in your life, you may have heard some unfamiliar slang lately, including phrases such as “ate,” “clocked it,” “crash out,” “chopped” and “rizz.”</p><p><a href="https://www.local10.com/espanol/2026/08/29/a-debate-la-jerga-de-las-marcas-esta-de-moda-o-da-verguenza-ajena/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/a-debate-la-jerga-de-las-marcas-esta-de-moda-o-da-verguenza-ajena/">Leer en español</a></p><p>Now, more brands are using that slang and popular memes on social media in an effort to connect with younger audiences.</p><p>It can be funny to see corporate accounts interacting with users in the comments, but some people say brands can cross the line into cringe when they try too hard to keep up with the latest trends.</p><p>There’s also concern that using slang or memes without understanding their meaning can backfire, particularly when a trend has an inappropriate or potentially dangerous meaning.</p><p>So, the question is: Should brands be more careful about the line between a funny meme and a trend that could alienate or offend their audience?</p><p>What do you think — yay or nay? Let us know in the comment section below. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A debate: ¿La jerga de las marcas está “de moda” o da “vergüenza ajena”?]]></title><link>https://www.local10.com/espanol/2026/08/29/a-debate-la-jerga-de-las-marcas-esta-de-moda-o-da-verguenza-ajena/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/a-debate-la-jerga-de-las-marcas-esta-de-moda-o-da-verguenza-ajena/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[Si tienes hijos o jóvenes en tu vida, es posible que últimamente hayas escuchado algunas expresiones de jerga que no conocías, incluidas frases como “ate”, “clocked it”, “crash out”, “chopped” y “rizz”.]]></description><pubDate>Sat, 29 Aug 2026 14:07:28 +0000</pubDate><content:encoded><![CDATA[<p>Si tienes hijos o jóvenes en tu vida, es posible que últimamente hayas escuchado algunas expresiones de jerga que no conocías, incluidas frases como “ate”, “clocked it”, “crash out”, “chopped” y “rizz”.</p><p>Ahora, más marcas están utilizando esa jerga y memes populares en las redes sociales en un intento por conectar con audiencias más jóvenes.</p><p>Puede ser divertido ver a las cuentas corporativas interactuar con los usuarios en los comentarios, pero algunas personas dicen que las marcas pueden llegar a dar vergüenza ajena cuando se esfuerzan demasiado por mantenerse al día con las últimas tendencias.</p><p>También existe preocupación de que usar jerga o memes sin entender su significado pueda resultar contraproducente, particularmente cuando una tendencia tiene un significado inapropiado o potencialmente peligroso.</p><p>Entonces, la pregunta es: ¿Deberían las marcas tener más cuidado con la línea entre un meme divertido y una tendencia que podría alejar u ofender a su audiencia?</p><p>¿Qué opinas, sí o no? Déjanos saber en la sección de comentarios a continuación.</p>]]></content:encoded></item><item><title><![CDATA[Warsh raises stakes for Fed's next meeting and other takeaways from Jackson Hole conference]]></title><link>https://www.local10.com/business/2026/08/29/warsh-raises-stakes-for-feds-next-meeting-and-other-takeaways-from-jackson-hole-conference/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/29/warsh-raises-stakes-for-feds-next-meeting-and-other-takeaways-from-jackson-hole-conference/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal Reserve Chair Kevin Warsh renewed his inflation-fighting credentials in a speech Frida y that opened the door to potential rate hikes in the coming months.]]></description><pubDate>Sat, 29 Aug 2026 17:31:02 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal Reserve Chair Kevin Warsh renewed his inflation-fighting credentials in a speech Frida y that opened the door to potential rate hikes in the coming months.</p><p>In doing so, Warsh has put more pressure on the central bank to increase interest rates when it next meets in mid-September if inflation doesn't improve. The government's next price report, to be released just days before the meeting, could play an outsize role in determining whether the central bank acts.</p><p>Warsh's high-profile speech at the Fed's annual Jackson Hole economic conference was mostly praised afterward by economists and other Fed policymakers in attendance. Still, there was also some pushback and criticism during the first day of the conference. It ends Saturday.</p><p>Here are some takeaways from the conference so far:</p><p>Hawkish comments raise pressure for September rate hike</p><p>While Warsh opened the door to raising borrowing costs, he did not commit to any particular timing. It's not surprising given his aversion to sending signals about the Fed's next moves the way his predecessors did, which Warsh felt boxed the Fed in to a preset path.</p><p>Some analysts, however, saw strong hints that a rate increase in September is a real possibility. Warsh noted that he and other Fed officials who supported keeping rates unchanged at their July 28-29 meeting “thought the wiser course was to await new information in the intermeeting period ... before deciding whether a change in interest rate policy was advisable.”</p><p>That suggests that Warsh wanted to see clear evidence of cooling inflation after the July meeting to remain on hold. Yet elsewhere in his remarks he said that such evidence hasn't emerged — even as gas prices have come down somewhat, underlying inflation hasn't “meaningfully improved."</p><p>By sending such signals, Warsh has raised expectations for a hike next month. If inflation remains high and he doesn't follow through, his credibility could take a hit.</p><p>“You are basically setting yourself up so that if you don't hike in September, people may ask what's going on,” said Adam Posen, president of the Peterson Institute for International Economics.</p><p>A September rate hike would be politically awkward</p><p>The Fed is scheduled to meet twice before the upcoming midterm elections, in September and late October. Any decision to lift interest rates at those meetings could spark a response from President Donald Trump, who has often accused the Fed of having political motivations. He claimed the Fed’s half-point rate cut in September 2024, for example, was intended to help Democrats in that year’s election.</p><p>Posen said that if the Fed ultimately skips a rate hike in September, it would raise questions about whether it did so to avoid attacks from Trump.</p><p>“You never raise rates to spite elected officials,” Posen said. But doing so would also demonstrate the Fed’s independence, which depends on the ability to “raise rates when it’s justified, over the president’s loud objections.”</p><p>Austan Goolsbee, president of the Federal Reserve Bank of Chicago, said “I don’t think about” the elections.</p><p>In an interview on the sidelines of the conference, he added that Fed officials focus on “what is the state of the economy, and what do we need to do to stabilize prices and maximize employment?”</p><p>A Fed rate hike may — or may not — lift mortgage rates</p><p>When the Fed raises its benchmark interest rate, it often can boost interest rates for mortgages, auto loans, credit cards and business borrowing.</p><p>Yet in this case it isn't as clear. Longer-term interest rates — including those on the 10-year Treasury note, which strongly influence mortgage rates — barely rose after Warsh's comments. Analysts said that suggested that investors were reassured that the Fed would bring down inflation over time. Otherwise, they would have pushed longer rates higher.</p><p>In short, longer-term rates don't always follow the Fed's lead, so even if there is a rate hike in September, it may not push up consumer borrowing costs. As it is, the average rate for a fixed 30-year mortgage is 6.66%, according to Freddie Mac, slightly higher than a year ago.</p><p>All-in on AI</p><p>Much of Warsh's speech actually focused on the potential for artificial intelligence to strongly boost the economy. He has spoken previously about the possibility that AI could increase the economy's efficiency, which would enable it to expand without creating inflationary pressures. That would, in turn, reduce pressure on the Fed to lift rates.</p><p>“We've come to a hinge point in history,” Warsh said. “The potential for substantially higher growth is on the rise.”</p><p>But in a luncheon speech Friday, Kenneth Rogoff, a Harvard economist and former chief economist at the International Monetary Fund, expressed a much more cautious take on AI's potential. He wasn't responding to Warsh's comments specifically.</p><p>“I think the idea that AI magically solves everything is a bit overblown," he said, adding that if it does sharply boost growth, that would likely lead to higher interest rates, which typically rise in a healthy economy.</p><p>Fed independence worries remain but have cooled since last year</p><p>A year ago, then-Fed Chair Jerome Powell received a standing ovation from the roughly 120 or so attendees before he even delivered his speech. It was a clear sign of support as Trump ramped up its attacks on Powell and the Fed for not cutting rates as much as he wanted.</p><p>Trump tried to fire Fed governor Lisa Cook on the first day of last year's conference, in an effort to gain a majority on the Fed's board. Cook sued to keep her job and the Supreme Court ruled in June she could do so while the case played out in court.</p><p>Cook attended this year's conference, just days after her lawyers argued the administration has no legal basis for removing her.</p><p>Rogoff, in his remarks, expressed concern about Fed independence but didn't get into details.</p><p>Warsh suggests inflation is broad and stubborn</p><p>Since taking office in late May, Warsh has largely avoided commenting on where inflation might be headed or what is keeping it elevated. On Friday, he provided his most extensive comments yet about an inflation surge that has soured most Americans on the economy and kept price increases above the Fed's 2% target.</p><p>He noted that inflation has been broad and not just a result of higher gas prices stemming from the Iran war. More than half the goods and services the government tracks have seen their prices rise 3% or more from a year ago, he said. That's “well above” the roughly one-third that saw such increases in the two decades before the pandemic.</p><p>Warsh also argued that inflation wouldn't necessarily fall back to 2% on its own, a comment that suggests he doesn't consider inflation to be a result of just one-time shocks, such as tariffs, that will fade over time.</p><p>That is a view shared by the three Fed officials who voted in favor of rate hikes at the central bank's last meeting in July.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OL567YXQEH4NXWXO4BA6KPIFVM.jpg?auth=2c77ba065b6db8128c9c67b21e1e4703f39bd4a092f730def0a4f14ad4a0b629&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fed Chair Kevin Warsh arrives at the annual Jackson Hole Economic Policy Symposium on Friday, Aug. 28, 2026, in Moran, Wyo. (AP Photo/Amber Baesler)]]></media:description><media:credit role="author" scheme="urn:ebu">Amber Baesler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JODMAQPJCC4QHWTOVX4OH7QXQY.jpg?auth=143e3f68c21c18e2f07107fd25386cbdd6dedfa4d80af0f07c738a3ba3f2351b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fed Chair Kevin Warsh, left, Bank of England Governor Andrew Bailey, middle, and Bank of Canada Governor Tiff Macklem arrive at the annual Jackson Hole Economic Policy Symposium on Friday, Aug. 28, 2026, in Moran, Wyo. (AP Photo/Amber Baesler)]]></media:description><media:credit role="author" scheme="urn:ebu">Amber Baesler</media:credit></media:content></item><item><title><![CDATA[Jackknifed tractor-trailer shuts down southbound lanes of Turnpike in Davie]]></title><link>https://www.local10.com/traffic/2026/08/29/jackknifed-tractor-trailer-shuts-down-southbound-lanes-of-florida-turnpike-in-davie/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/29/jackknifed-tractor-trailer-shuts-down-southbound-lanes-of-florida-turnpike-in-davie/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[All southbound lanes of Florida’s Turnpike at the Sheridan Street overpass in Davie were shutdown Saturday morning after a tractor-trailer jackknifed, according to Davie Fire Rescue.]]></description><pubDate>Sat, 29 Aug 2026 13:40:02 +0000</pubDate><content:encoded><![CDATA[<p>All southbound lanes of Florida’s Turnpike at the Sheridan Street overpass in Davie were shutdown Saturday morning after a tractor-trailer jackknifed, according to Davie Fire Rescue officials.</p><p>No injuries have been reported.</p><p><a href="https://www.local10.com/espanol/2026/08/29/camion-con-remolque-en-tijera-obliga-a-cerrar-carriles-hacia-el-sur-de-la-turnpike-en-davie/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/29/camion-con-remolque-en-tijera-obliga-a-cerrar-carriles-hacia-el-sur-de-la-turnpike-en-davie/">Leer en español</a></p><p>Fire rescue officials said a tow truck responded to remove the tractor-trailer from the roadway.</p><p>Motorists are urged to avoid the area, seek alternate routes 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><media:content url="https://www.local10.com/resizer/v2/W7SXKWPXIFATXOPT473NZQOI3E.png?auth=e9b104c1cecfeabdb8a3fab45b132396187d4e3080ddce18b76ed4e03124d307&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Camión con remolque en tijera obliga a cerrar carriles hacia el sur de la Turnpike en Davie]]></title><link>https://www.local10.com/espanol/2026/08/29/camion-con-remolque-en-tijera-obliga-a-cerrar-carriles-hacia-el-sur-de-la-turnpike-en-davie/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/29/camion-con-remolque-en-tijera-obliga-a-cerrar-carriles-hacia-el-sur-de-la-turnpike-en-davie/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Todos los carriles de Florida’s Turnpike en dirección sur a la altura del paso elevado de Sheridan Street en Davie fueron cerrados la mañana de este sábado después de que un camión con remolque quedara en tijera, según Davie Fire Rescue.]]></description><pubDate>Sat, 29 Aug 2026 13:58:22 +0000</pubDate><content:encoded><![CDATA[<p>Todos los carriles de Florida’s Turnpike en dirección sur a la altura del paso elevado de Sheridan Street en Davie fueron cerrados la mañana de este sábado después de que un camión con remolque quedara en tijera, según funcionarios de Davie Fire Rescue.</p><p>No se han reportado personas heridas.</p><p>Funcionarios de bomberos y rescate dijeron que una grúa acudió al lugar para retirar el camión con remolque de la vía.</p><p>Se recomienda a los conductores evitar el área, buscar rutas alternas y anticipar demoras.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W7SXKWPXIFATXOPT473NZQOI3E.png?auth=e9b104c1cecfeabdb8a3fab45b132396187d4e3080ddce18b76ed4e03124d307&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[$400M spent, zero points: Tottenham loses again in Premier League as Liverpool rescues another draw]]></title><link>https://www.local10.com/sports/2026/08/29/400m-spent-zero-points-tottenham-loses-again-in-premier-league-as-liverpool-rescues-another-draw/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/400m-spent-zero-points-tottenham-loses-again-in-premier-league-as-liverpool-rescues-another-draw/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[Tottenham's remarkable $400 million summer spending spree isn’t translating to any on-field success so far in the Premier League.]]></description><pubDate>Sat, 29 Aug 2026 21:25:52 +0000</pubDate><content:encoded><![CDATA[<p>Tottenham's remarkable $400 million summer spending spree isn’t translating to any on-field success so far in the Premier League.</p><p>Two games. Zero points.</p><p>Indeed, big-spending Spurs are still searching for their first goal of the campaign after being beaten 2-0 at home by Newcastle on Saturday, a week on from being ripped apart in a 3-0 loss at Brentford.</p><p>Five of Tottenham's slew of new signings started the game — including Sandro Tonali, whose every touch was booed by the visiting fans after his $133 million departure from Newcastle, and Omar Marmoush, whose loan move from Manchester City was only finalized on Thursday.</p><p>They made little impact as Tottenham was picked off in the second half, with Anthony Elanga swiveling in the penalty area and bending in a shot off the post in the 62nd minute and Yoane Wissa hooking home a clever finish from close range in the 72nd.</p><p>For Tottenham manager Roberto De Zerbi, creating the right mentality in a club coming off back-to-back 17th-place finishes in the 20-team Premier League is the “biggest challenge.”</p><p>“Unfortunately," the Italian said, "you can't buy the mentality in the transfer market.”</p><p>Spurs are one of three teams to have lost both of their games so far and it looks like it will take time for so many new players to gel. One of them, Savio, wasn't in the squad for Saturday because of a muscle injury.</p><p>Not since the 1974-75 season has Tottenham lost its two opening matches of a league campaign without scoring.</p><p>“I am sorry to the fans for the environment," De Zerbi said. "Because after two defeats, maybe somebody can think it's the same story, the same as the last two seasons. I have no doubt it's not like this.”</p><p>Another draw for Liverpool</p><p>The Andoni Iraola era is yet to catch fire at Liverpool.</p><p>For the second straight weekend, Liverpool needed a late equalizer to rescue a point in the Premier League as summer signing Víctor Muñoz 's 82nd-minute strike earned a 2-2 draw against Nottingham Forest at Anfield.</p><p>The Reds also drew 2-2 last week in Iraola’s first league match in charge — and on that occasion a stoppage-time penalty by Dominik Szoboszlai denied Newcastle.</p><p>There might be teething problems early in Iraola's tenure — notably in defense, where Liverpool continue to look shaky — but at least there has been some fighting spirit.</p><p>Liverpool twice came from behind against Forest, with Alexander Isak scoring Liverpool’s first equalizer in the 60th to cancel out Dan Ndoye's first-half goal.</p><p>Then, after Morgan Gibbs-White converted a penalty to regain the lead for the visitors, Muñoz smashed in a shot off the crossbar after running onto a through-ball from Florian Wirtz.</p><p>New investor Bhatia in attendance</p><p>The Liverpool match was attended by Amit Bhatia, the leader of an investor group — also containing Amazon founder Jeff Bezos and Facebook co-founder Eduardo Saverin — that has reached an agreement to buy a minority stake in the club for a reported estimated figure of $2.2 billion.</p><p>Bhatia posed for photos with Liverpool owner John Henry on the field ahead of the game against Forest, which was also preceded by news that the Reds have agreed to a $166 million deal to buy Bradley Barcola from Paris Saint-Germain.</p><p>Disappointment for Coventry</p><p>The CBS Arena became the Premier League's latest new stadium as Coventry hosted a top-flight game for the first time since 2001 — when the club was playing at Highfield Road.</p><p>A big occasion for Frank Lampard's team was spoiled by losing 1-0 to fellow promoted team Hull, which is on a maximum six points after stunning Manchester United last weekend with a 2-0 home win.</p><p>Liam Miller scored the 82nd-minute winner for Hull, which started the season as the big favorite for relegation.</p><p>Bournemouth concedes late again</p><p>Another weekend, another painful stoppage-time concession by Bournemouth.</p><p>James Tarkowski's goal in the first minute of added-on time secured Everton a 1-1 draw and came a week after Bournemouth lost 2-1 at Manchester City thanks to Josko Gvardiol's goal in the same minute.</p><p>Everton, which is unbeaten after opening with a 2-0 win over Crystal Palace, started Iliman Ndiaye — a winger who is reportedly of interest to Man City.</p><p>___</p><p>Steve Douglas is at https://twitter.com/sdouglas80</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I6YFF4DUC4IDV2WN4ZD7TBRRPA.jpg?auth=d7d675787b0efca8ef3a30098c3d0409da388846a0be2a74e50d1c9f6b7b361e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newcastle United's Anthony Elanga celebrates scoring their side's first goal during the British Premier League soccer match between Newcastle United and Tottenham Hotspur, in London, Saturday Aug. 29, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVV6QXTHR4EIOV554ZQYLTMPJI.jpg?auth=a4f6ede784b7a9ba87a13fa2b6971393e4003e16cb267468b2b1fbbeae8e8b95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tottenham Hotspur's Omar Marmoush rallies the crowd during the British Premier League soccer match between Newcastle United and Tottenham Hotspur, in London, Saturday Aug. 29, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLRGKGBVIKB477MF2ZUZNC2TSE.jpg?auth=cc731765131f7b787ea1ac20cc10511410972a739729ff7ca2444f86db5ebb2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newcastle United's Yoane Wissa scores their side's second goal during the British Premier League soccer match between Newcastle United and Tottenham Hotspur, in London, Saturday Aug. 29, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZMNMIP4KVTZNNZHLSDRUOW6WLE.jpg?auth=4230cdcdce2a1b372d9bcf8d78ad4b7cc365d72e54b8652c8a30a219cdcd032a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liverpool's Victor Munoz celebrates after scoring his side's second goal during the English Premier League soccer match between Liverpool and Nottingham Forest in Liverpool, England, Saturday, Aug. 29, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CLSHXURYZROWBCZKPKIPFZM6UA.jpg?auth=db05b049b0f9030ce483b427b9d7702048b4c301ec90276a919a55cc71bc4b84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liverpool's new vice-chairman Amit Bhatia, second left, his wife Vanisha Mittal Bhatia, left, Liverpool owner John Henry and his wife Linda Pizzuti, right, pose ahead the English Premier League soccer match between Liverpool and Nottingham Forest in Liverpool, England, Saturday, Aug. 29, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[Liverpool reaches agreement with PSG on $166M deal to sign Bradley Barcola, AP sources say]]></title><link>https://www.local10.com/sports/2026/08/29/liverpool-reaches-agreement-with-psg-on-166m-deal-to-sign-bradley-barcola-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/liverpool-reaches-agreement-with-psg-on-166m-deal-to-sign-bradley-barcola-ap-source-says/</guid><dc:creator><![CDATA[By STEVE DOUGLAS and SAMUEL PETREQUIN, Associated Press]]></dc:creator><description><![CDATA[Paris Saint-Germain forward Bradley Barcola is heading to Liverpool in one of the big-money signings of the summer transfer window.]]></description><pubDate>Sat, 29 Aug 2026 17:50:45 +0000</pubDate><content:encoded><![CDATA[<p>Paris Saint-Germain forward Bradley Barcola is heading to Liverpool in one of the big-money signings of the summer transfer window.</p><p>The clubs have agreed to a deal worth 123 million pounds ($166 million) for Barcola, two people with knowledge of the transaction confirmed to The Associated Press on Saturday.</p><p>They confirmed the deal on the condition of anonymity because the details have not been made public.</p><p>Neither Liverpool nor PSG have made any official comment about the transfer, which is expected to set a new record for a player leaving the French league.</p><p>The deal will see Liverpool paying 106 million pounds ($143 million) for the France international and up to an additional 17 million pounds ($23 million) in potential add-ons. Barcola had joined PSG for 45 million euros ($38.5 million) from Lyon in 2023.</p><p>The 23-year-old Barcola, who has won back-to-back Champions League titles with PSG, is expected to undergo a medical examination. The transfer window closes Tuesday.</p><p>It will be another expensive attacking signing by Liverpool, which spent 125 million pounds ($170 million) on striker Alexander Isak and 116 million pounds ($156 million) on attacking midfielder Florian Wirtz last summer.</p><p>If Barcola signs, he'll look to inspire Liverpool to a first win this season, with the team having drawn its first two Premier League games 2-2 — against Newcastle last weekend and Nottingham Forest on Saturday.</p><p>Barcola plays as a left winger and has mostly been used as an impact substitute by PSG, with Désiré Doué typically starting ahead of him. Barcola was part of the France team which lost in the semifinals to Spain at the World Cup this sumnmer.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U6ZE3SFJDN53TYMSO7C5KIEJPQ.jpg?auth=4752331ce026f6e6dc5fc946b14e519ae4822a7351d707909403e6f61a537a37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's Bradley Barcola eyes the ball during a training session ahead of the UEFA Super Cup soccer match against Aston Villa in Salzburg, Austria, Tuesday, Aug. 11, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENAKYW6BE3QPYWZWTFKZN4MVPA.jpg?auth=262325cd2305731d85ceb97cc69442083c67ccc0914f238219bd95363ae738b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's Bradley Barcola attempts a kick during a training session ahead of the UEFA Super Cup soccer match against Aston Villa in Salzburg, Austria, Tuesday, Aug. 11, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DFNWDE233RVTCHYI5QS5CLD65Y.jpg?auth=e33dd58e9e52ca09dfd5632cfbbd9fb72883c0be0758063192eb5bb956d45fac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's Bradley Barcola during a training session ahead of the UEFA Super Cup soccer match against Aston Villa in Salzburg, Austria, Tuesday, Aug. 11, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6UOZWWCNXV5BPZI7MBTH7MJDH4.jpg?auth=4c1e204946ccb0fde1aeb80290c024aafc01e94be62c7a18f996335ab4af612d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's Bradley Barcola controls the ball during a training session ahead of the UEFA Super Cup soccer match against Aston Villa in Salzburg, Austria, Tuesday, Aug. 11, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Real Madrid hosts Inter to open Champions League main phase. PSG plays City, Barcelona in October]]></title><link>https://www.local10.com/sports/2026/08/29/real-madrid-hosts-inter-to-open-champions-league-main-phase-psg-plays-city-barcelona-in-october/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/real-madrid-hosts-inter-to-open-champions-league-main-phase-psg-plays-city-barcelona-in-october/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NYON, Switzerland (AP) — Record 15-time European champion Real Madrid will start the league phase of the Champions League on Sept. 8 when it hosts Inter Milan.]]></description><pubDate>Sat, 29 Aug 2026 13:09:23 +0000</pubDate><content:encoded><![CDATA[<p>NYON, Switzerland (AP) — Record 15-time European champion Real Madrid will start the league phase of the Champions League on Sept. 8 when it hosts Inter Milan.</p><p>Match dates for each of the 36 teams' eight-game schedules were published Saturday by UEFA, two days after the draw in Monaco.</p><p>In two early starts on the opening day, Club Brugge will host Aston Villa and AEK Athens will welcome LASK, the newcomer from Austria. Both games will kick off at 6:45 p.m. (1645 GMT).</p><p>One day later, defending champion Paris Saint-Germain will host Slovan Bratislava — coached by Yaya Touré, the first African leading a team at the league phase — and Liverpool will host Atletico Madrid, a repeat of their opening game last season. That was a 3-2 win for Liverpool at Anfield.</p><p>Debut-making Sabah of Azerbaijan will start at Manchester United on Sept. 10, the same day Como hosts Leipzig and Bayern Munich welcomes Bodø/Glimt.</p><p>Tough October for PSG</p><p>Manchester City hosting PSG on Oct. 14 is a highlight of the second round of games played more than one month later, after the new and extended four-game slate for national teams.</p><p>PSG will then face Barcelona at Parc des Princes on Oct. 20, one day before Bayern Munich hosts Arsenal.</p><p>Barcelona’s next trip will then be a long way east to play Sabah in Baku on Nov. 25, before the Spanish champion hosts Man City on Dec. 8.</p><p>Arsenal will host Real Madrid on Dec. 9 for the first of coach Jose Mourinho's scheduled two visits to London.</p><p>Madrid will return on the final match day, Jan. 27, to face Shakhtar Donetsk at Chelsea, where Mourinho won three Premier League titles for the club's Russian then-owner Roman Abramovich. Stamford Bridge is the Ukrainian champion’s choice of neutral venue for its four home games.</p><p>Welcome to Norway</p><p>The two Norwegian teams each must have a home game in January, during their domestic offseason when the weather should be most severe, and both will be in the seventh round.</p><p>Bodø/Glimt will welcome host Atletico Madrid to the Arctic Circle at its tiny stadium on Jan. 19 and Viking will welcome PSV Eindhoven to Stavanger one day later.</p><p>Final round</p><p>The final round on Jan. 27 sees all 18 games start at the same time, when it’s 9 p.m. in central Europe, and Barcelona will host newcomer Como coached by its former star Cesc Fabregas.</p><p>Como gets the toughest January run-in after hosting PSG one week earlier.</p><p>PSG will finish by hosting Galatasaray, Arsenal will host Sabah and Bayern will host Real Betis.</p><p>The top eight teams in the final standings go directly to the round of 16 in March. Teams placed ninth to 24th enter the knockout playoffs in February to decide the other eight teams in the round of 16. Teams placed 25th to 36th are eliminated.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JSJROUBVSXUNON4J44EOM322PA.jpg?auth=9a0845273f8cd03503a6593f470ff421debbafc2526f1a3c29ba42e2e33204cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Kylian Mbappe celebrates after scoring during the La Liga soccer match between Real Madrid and Real Sociedad in Madrid, Spain, Wednesday, Aug. 26, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RWVSZ25GUVAWSUO6JSLQ4KSO4E.jpg?auth=605eb397133bc5ae8808071317361f0c16fef52b863f776ffe8cbd377b131cb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's Erling Haaland applauds the fans at the end of the English Premier League soccer match between Crystal Palace and Manchester City in London, Friday, Aug. 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MS5NW5UOCXMF2JS62DJ63BREDE.jpg?auth=0c9b9f1d3099e8ffcf5be146540cf26f6b3bd7968c06e7f17621311da2c3230a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's Marquinhos and PSG's Achraf Hakimi lift the trophy during celebrations at the end of the UEFA Super Cup soccer match between Paris Saint-Germain and Aston Villa in Salzburg, Austria, Wednesday, Aug.12, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[US families with relatives missing in the Nepal-China floods plead for more rescue help]]></title><link>https://www.local10.com/news/2026/08/29/us-families-with-relatives-missing-in-the-nepal-china-floods-plead-for-more-rescue-help/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/29/us-families-with-relatives-missing-in-the-nepal-china-floods-plead-for-more-rescue-help/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA and JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[Mukti Patel has huddled with family and friends at her parents' Richmond, Virginia, home since her dad, sister and two other relatives went missing in the catastrophic flash floods along the Nepal-China border.]]></description><pubDate>Sat, 29 Aug 2026 05:28:34 +0000</pubDate><content:encoded><![CDATA[<p>Mukti Patel has huddled with family and friends at her parents’ Richmond, Virginia, home since her dad, sister and two other relatives went missing in the catastrophic flash floods along the Nepal-China border.</p><p>She knows the hotel they were staying in was swept away. But as she shared memories of them on Friday, she caught herself.</p><p>“I shouldn’t talk in past tense yet,” she said. “We don’t know anything.”</p><p>As rescuers continued pulling survivors from the mud, family members of some of the more than 2,000 people missing in the disaster were still holding out hope — however dim — that their loved ones survived.</p><p>On a Zoom call Thursday night, some family members wanted to know if they could reach the site and whether a relative might be trapped inside an air pocket, said Sanket Pandey, managing director of Himalayan Glacier Adventure and Travel Company.</p><p>The tour group, which has an office in Baltimore, had organized a two-week excursion to the region with 40 guests and seven tour guides. All of them are now missing, Pandey said. Their families are desperate for any information.</p><p>“It’s really difficult to have nothing,” he said.</p><p>Patel’s family was in the Himalayan Glacier group when the floods struck on Wednesday, killing hundreds of people and leaving more than 2,000 missing. About 90 Americans are among those unaccounted for, according to the U.S. State Department.</p><p>Patel, 27, said her dad, Umesh Kumar, 56, had wanted to make the trip for many years and traveled through India to Nepal, where he was joined by her sister, Akanksha, 32, and her sister’s husband, Ishan, 32.</p><p>Ishan’s mom, Shilpa, 59, was also on the trek. Ishan and Shilpa Patel have dual Canadian and U.S. citizenship while Umesh Kumar and Akanksha Patel are Canadian citizens, according to Mukti Patel.</p><p>Akanksha Patel is a psychiatrist who wants to break stigma around mental health problems, her sister said.</p><p>“Everything I’ve done in life has been off the blueprint of my sister,” Mukti Patel said between tears in a phone interview. “There’s no ounce of meanness in her.”</p><p>Her father is a joyous person who helped victims of the COVID-19 pandemic, and her brother-in-law, an orthopedic surgeon, has brought great happiness to her sister’s life, she said.</p><p>Ishan Patel turned 32 on Wednesday, and the family called to wish him a happy birthday. That was their last contact.</p><p>Mukti Patel said she would like more countries to help the rescue and recovery efforts.</p><p>Jiwan Jyoti, who has U.S. citizenship, also was traveling with Himalayan Glacier and was listed by the group as missing. They had stopped in Timure, Nepal, before they were set to leave for a pilgrimage to Mount Kailash in Tibet, a sacred site for Hindus, Buddhists and others, her longtime friend Manmeet Singh Meet said.</p><p>Jyoti, a 50-year-old from Lexington, Massachusetts, called her family from breakfast on Wednesday as she was preparing to cross into Tibet.</p><p>Meet said the phone call ended “at around 8:40 a.m. local time in Nepal, and then I think around 8:45, this flash floods came, and then our world turned upside down.”</p><p>He later heard that the hotel where Jyoti had been staying — and where her location was last recorded on the Find My iPhone app — was destroyed. Now Meet said he is losing hope that his best friend of 15 years will be found alive.</p><p>“She was essentially almost in the epicenter over there,” Meet said.</p><p>Vaasavi Unnava, a 31-year-old PhD student, thought her parents had already crossed into Tibet with the same tour group when she learned about the flooding.</p><p>“I was not really that worried, but I just sent them a text like to be sure,” she said. The WhatsApp message didn’t get delivered.</p><p>Her father, Hanumantha Rao Unnava, and mother, Vasundhara Unnava, had set out on a retirement trip and were most excited to go spend two months in India with family after going to Mount Kailash. The couple from Woodland, California, is among dozens of U.S. citizens missing in the flood.</p><p>“They were so, so excited. My dad was talking about finally getting to spend time with his mother,” Vaasavi Unnava said.</p><p>Until recently, her father was the dean of the Graduate School of Management at the University of California, Davis, and her mother lectured at the university, she said. Vaasavi Unnava described her dad as “disciplined and duty-bound” but also “a big joker.” She described her mom as “spontaneous and playful” and “the smartest woman I’ve ever met.”</p><p>“They have just changed so many people’s lives for the better,” she added.</p><p>___</p><p>Associated Press journalist Hannah Schoenbaum contributed.</p>]]></content:encoded></item><item><title><![CDATA[Noncitizen voting claims animate Trump's attacks on midterms and set up potential result challenges]]></title><link>https://www.local10.com/news/politics/2026/08/29/noncitizen-voting-claims-animate-trumps-attacks-on-midterms-and-set-up-potential-result-challenges/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/29/noncitizen-voting-claims-animate-trumps-attacks-on-midterms-and-set-up-potential-result-challenges/</guid><dc:creator><![CDATA[By MIKE CATALINI and ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[The drumbeat by President Donald Trump and his allies about the perceived threats of voting by people who are not U.S. citizens is getting louder as the November election approaches.]]></description><pubDate>Sat, 29 Aug 2026 12:22:27 +0000</pubDate><content:encoded><![CDATA[<p>The drumbeat by President Donald Trump and his allies about the perceived threats of voting by people who are not U.S. citizens is getting louder as the November election approaches.</p><p>He is pushing to have the U.S. Postal Service send mail ballots only to voters verified as U.S. citizens. The Census Bureau promoted a dubious report about thousands of noncitizens voting in 2020, an election that the Republican lost to Democrat Joe Biden. Trump's Department of Homeland Security is claiming without providing evidence that 250,000 noncitizens might be on the rolls in just four states.</p><p>This week, the Republican candidate for governor in Maine confirmed an audio recording in which he said he plans to ask Trump’s border czar to send U.S. marshals and U.S. Immigration and Customs Enforcement agents to polling places in the state to ensure that only legal voters are casting ballots.</p><p>Evidence of noncitizens voting is continuing to “pile up,” White House spokesperson Lauren Bis said when asked about the census report.</p><p>In fact, voting by noncitizens is extremely rare and is punishable as a felony that carries the potential for deportation. Even so, opponents say the hyperfocus on the issue by Trump and his allies is setting the stage for legal challenges to outcomes he may not like during the midterms in which control of Congress is on the line.</p><p>“Throw out these deceitful, deceptive claims as an excuse for disruptions,” said Alexandra Chandler, director of impact programs, free and fair elections at the nonpartisan Democracy Project. “You can deny the results later.”</p><p>Census report methodology is flawed, but it could help sow distrust</p><p>The census report, which the president cited in a Truth Social post, said it found in a “beginning analysis” that 24,000 noncitizens voted illegally in 2020. It cited data from a commercially available voter file, which was checked against federal records.</p><p>Experts say the methodology might have created false positives. For example, if a person’s name was linked to the wrong address or someone's citizenship status had not been updated in a particular database.</p><p>Details that typically would be included in such a report about error rates were missing, said Justin Levitt, a Loyola Marymount University law professor. Nevertheless, election experts say it could help generate distrust among certain voters during this year’s general election.</p><p>“This is an empty manila folder that the administration will wave around when it says the elections were fraudulent, noncitizens voted,” Levitt said.</p><p>Election heads puzzled by claim of 250,000 noncitizens on voter rolls</p><p>Homeland Security Secretary Markwayne Mullin's July letter to California, Nevada, New Jersey, and Pennsylvania, alleging that as many as nearly 250,000 noncitizens were registered in those states, was met with skepticism and requests for more information.</p><p>“I have serious doubts about the reliability of your data and accuracy of your claims, since my office has not shared our statewide voter registration list with DHS or any other federal agency or official,” California's secretary of state, Democrat Shirley Weber, said in response.</p><p>In New Jersey, Mullin's department indicated as many as 35,000 noncitizens were registered. Shortly after the letter, the Democratic-controlled state disclosed that about 6,600 noncitizens were improperly registered through its motor vehicle system in 2023 and 2024.</p><p>Democratic Gov. Mikie Sherrill said those people answered “no” when asked whether they were citizens, but were registered anyway. The governor said her administration found that “fewer than 400” of them had voted and that it has begun replacing the vendor involved in the improper registrations.</p><p>Pennsylvania's secretary of the commonwealth, Republican Al Schmidt, said in a letter this week that DHS officials acknowledged during a recent meeting they did not have high confidence that the 14,576 people referenced in the initial letter were in fact noncitizens improperly registered to vote. He said federal officials said they would provide a methodology and that Pennsylvania officials were awaiting that information.</p><p>Nevada Secretary of State Francisco Aguilar, a Democrat, said he did not understand the methodology the federal government used.</p><p>“All I can say is we have done significant work to make sure our voter rolls are as clean as possible,” he said.</p><p>Messages from The Associated Press seeking comment from DHS were not immediately returned.</p><p>Tightening election security or interfering in the midterms?</p><p>The relentless attention on claims that noncitizens are marring elections in the United States comes as Trump continues to pressure Republican senators to pass a bill that would require people to show documented proof of American citizenship when they register to vote for the midterms, even though millions of people do not have ready access to such records.</p><p>The Safeguard American Voter Eligibility, or SAVE America Act, has passed the GOP-led House but is stalled in the Senate, where even some members of the president's party are skeptical of its provisions.</p><p>Kathy Boockvar, former Democratic secretary of state of Pennsylvania who now runs a nonpartisan election security firm, said she viewed the administration's release of the census report as part of a “doing everything it can” strategy to pass the legislation.</p><p>Republican supporters say the bill would improve the integrity of elections, including the requirement to show a photo ID. Gathering the documents necessary to prove citizenship would be difficult for many would-be voters. A 2025 University of Maryland study estimates that 21.3 million people in the U.S. who are eligible to vote do not have, or do not have easy access to, documents proving their citizenship.</p><p>Trump's opponents say his raising the specter of noncitizens voting leading to fraudulent results is less about maintaining the integrity of elections than it is about him doing whatever he can so his party retains power in Washington after November.</p><p>On Friday, the U.S. attorney's office in Los Angeles used the arrest of a Honduran national on charges alleging he fraudulently registered to vote as a signal that more attention on the issue was coming for California, a state that has a handful of important U.S. House races in November. Assistant U.S. Attorney Bill Essayli said the arrest was “the first of many to come” while warning “there’s no telling how many noncitizens are currently registered to vote” in the state.</p><p>“Trump is trying to lay the groundwork to reject the ’26 election,” said Colorado's secretary of state, Democrat Jena Griswold. “He’s trying to destabilize both confidence and actual election administration. His efforts to destabilize election information, administration are not working.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K4HDVHSCQFCWIBXH2JN3CLVCXY.jpg?auth=cf317844200decba5b1545a2a3bd05a439a5b6be557627418e942ec47c73753d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters cast their ballots during the primary election in Windsor, Conn., Aug. 11, 2026. (AP Photo/Rusty Jones, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rusty Jones</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PL3N4C5UNKZTGY2VO52SRGOHSE.jpg?auth=ea1509f22bba810d2c61c7d318bb45f83cf2889f00480d8eb0abea2139dab1dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during an event to present the Congressional Space Medal of Honor to Artemis II crew members, Friday, Aug. 28, 2026, at Johnson Space Center in Houston. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QJ25JEDYUALGOLMUZJCFNX3LUU.jpg?auth=b05e57b1f5691d2b3f0d2fbe4519c683e81ae49c97071d74aea40ff3ed62c013&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters arrive to cast their ballots at Lyons Park on primary Election Day, Aug. 11, 2026, in Milwaukee. (AP Photo/Kayla Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[Colorado River plan to cut water amid drought brings uncertainty for cities and farmers]]></title><link>https://www.local10.com/news/national/2026/08/29/colorado-river-plan-to-cut-water-amid-drought-brings-uncertainty-for-cities-and-farmers/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/29/colorado-river-plan-to-cut-water-amid-drought-brings-uncertainty-for-cities-and-farmers/</guid><dc:creator><![CDATA[By WUFEI YU and DORANY PINEDA, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — On the outskirts of Phoenix, a small town with a huge reliance on the Colorado River has capped growth, revived old wells and struck water deals.]]></description><pubDate>Sat, 29 Aug 2026 12:06:42 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — On the outskirts of Phoenix, a small town with a huge reliance on the Colorado River has capped growth, revived old wells and struck water deals.</p><p>But Cave Creek Mayor Robert Morris can't shake the real possibility that it's not enough to keep the desert community of about 5,000 people afloat well into the future. And a recent federal plan to address a deepening crisis in the river basin won't help.</p><p>Cave Creek gets nearly all of its water from the river, which serves 40 million people across the U.S. West and has been dwindling because of climate change, demand and overuse. The town already was forced to make cuts this year and it stands to lose more under a new federal plan.</p><p>Morris likened the situation to planning for a meteor strike.</p><p>“You can see it coming, but you can't get out of the way and you don't know what the damage is going to be,” he said.</p><p>The uncertainty stretches across seven U.S. states, tribal nations and Mexico. Farmers are deciding which crops are worth the investment. Phoenix could lose some municipal and industrial water for the first time and turn to backup supplies. And residents could face even more costly water.</p><p>Nevada raised the stakes this week by suing the Interior Department and the U.S. Bureau of Reclamation, saying basic needs in the Las Vegas region will go unmet if the area has to absorb planned reductions of up to 70% of its Colorado River water in the next decade.</p><p>The bureau said Thursday it does not comment on litigation.</p><p>“The uncertainty is going to continue to build in the wrong direction,” said Tom Buschatzke, director of the Arizona Department of Water Resources.</p><p>Western reservoirs see record lows</p><p>In the U.S. West, water is stored primarily in reservoirs, aquifers and snowpacks. But a record snow drought means there's far less water to recharge those sources.</p><p>The two largest reservoirs in the country serve as barometers of health for the Colorado River system: Lake Mead and Lake Powell. Both hit record lows this month.</p><p>Eight other reservoirs operated by the Bureau of Reclamation recently recorded the lowest levels in at least the last 30 years. Among them is Elephant Butte Lake in New Mexico that's critical for supplying water for crops in southern New Mexico, Texas and Mexico. The Green Mountain Reservoir serves the western part of Colorado, and the Guernsey Reservoir in Wyoming funnels water to farmers in the eastern part of the state and western Nebraska.</p><p>Under the Bureau of Reclamation’s plan, California, Nevada and Arizona will collectively reduce water use by 1.25 million acre-feet (about 1.54 billion cubic meters) — enough to fill over 600,000 Olympic-sized swimming pools — annually in the next two years, with the possibility of larger cuts depending on conditions. Colorado, Utah, Wyoming and New Mexico are not required to make cuts for now but could voluntarily reduce water.</p><p>While El Niño could bring intense moisture to the northern Rockies and the Southwest in the coming months, it won't erase decades of drought.</p><p>“Drought is a slow-moving phenomena and it can take some time to come into it and also come out of it,” said David Mocko, senior research scientist who authored a recent U.S. Drought Monitor map.</p><p>Farmers are reluctant to plant</p><p>John Boelts grows vegetables, melons, durum wheat and other crops in Yuma, Arizona — a region that produces about 90% of leafy greens eaten in North America during the winter.</p><p>Farmers there have high-priority rights and may avoid cuts to their Colorado River supply over the next two years but, Boelts said, the reprieve isn't enough to make longer-term plans. That makes farmers reluctant to plant new acreage.</p><p>Citrus, date and other orchard crops that thrive in the region take years to become commercially productive, he said.</p><p>“There's no food that we grow in a hurry,” said Boelts, the Arizona Farm Bureau president. “Beef takes years to produce. The lettuce you eat today? A farmer was working on how they would grow that crop six plus months ago.”</p><p>Ray Martinez grows alfalfa on a reservation that's home to the Colorado River Indian Tribes. The tribe holds some of the river’s oldest rights, and while its Arizona allocation is huge, an old irrigation system and the lack of infrastructure have kept much of the water out of reach.</p><p>Martinez and the water department are concerned about having enough water to finish this growing season. He has left some fields unplanted for years to help prop up Lake Mead. If the reservoir keeps dropping, he said, surface water coming to him and neighboring farms will be further limited.</p><p>“Unfortunately, Mother Nature has its own way of doing things, and we have no control of that,” he added.</p><p>___</p><p>Pineda reported from Los Angeles.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KRTP5PAL5O5LLDMB47ISI7MUJM.jpg?auth=033d4df53d0070e43707affe0adab5ea1195936923deb53121a32eb002fbacb0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person stands at an overlook near the Wahweap Marina on Lake Powell at the Glen Canyon National Recreation Area, July 15, 2026, near Page, Ariz. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AFQ7WHCCQ7VGGX3FIQCOMI76ZE.jpg?auth=8f5ac1739e035f275e549ce4fd5edc66136232b04b6ffe4363cbaf88a5a4d060&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Colorado River flows near the Glen Canyon Dam, July 15, 2026, near Page, Ariz. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V5AOL4CG4DSGBL4X6L5J73MK3Q.jpg?auth=49612743713620025c519ff1064bd4aadc5ba2b2e2afecba4a5ccb220a2b23ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tom Brundy looks over his field that is being prepared for planting near Calexico, Calif., Feb. 28, 2023. (AP Photo/Gregory Bull, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP6RTT5HIVDBQKMBVWZ3CJYZ4E.jpg?auth=9708a3b967053f633042633e05444cd38e5358f3caf56f06f433703faebacd10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boats are moored at a marina on Lake Mead amid a droughtnat the Lake Mead National Recreation Area near Boulder City, Nev., June 30, 2026. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[The Earth is sizzling, but climate isn't a hot topic for Democrats in this year's campaigns]]></title><link>https://www.local10.com/news/politics/2026/08/29/the-earth-is-sizzling-but-climate-isnt-a-hot-topic-for-democrats-in-this-years-campaigns/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/29/the-earth-is-sizzling-but-climate-isnt-a-hot-topic-for-democrats-in-this-years-campaigns/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, JENNIFER McDERMOTT and LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Climate change has been the backdrop to Charles Hughes’ entire life, from kindergarten lessons about disappearing habitats to wildfire smoke billowing through the air he breathed while growing up in Colorado. But now that he's a college student in Massachusetts, he said global warming is rarely a top issue.]]></description><pubDate>Sat, 29 Aug 2026 16:52:32 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Climate change has been the backdrop to Charles Hughes’ entire life, from kindergarten lessons about disappearing habitats to wildfire smoke billowing through the air he breathed while growing up in Colorado. But now that he's a college student in Massachusetts, he said global warming is rarely a top issue.</p><p>“Honestly, it doesn’t come up as much,” said Hughes, who chairs the state's chapter of the College Democrats.</p><p>What a difference six years makes.</p><p>During President Donald Trump’s first term and especially during the Democratic primaries to determine who would run against him in 2020, Democrats spoke constantly about climate change. They used it to rally young voters such as Hughes, fueling protests and sweeping demands to remake the economy with proposals like the Green New Deal.</p><p>But there has been a national shift in the conversation that is sharp enough for some researchers to coin the term "climate hushing” to describe it. The Searchlight Institute, a Democratic think tank, urged the party to stop mentioning climate change because it is not a priority for voters. The Sunrise Movement, a left-wing group that pushed global warming as a top issue for young people, switched its mission last fall to a broader mandate of fighting the Republican president.</p><p>The shift is encapsulated by the Democratic primary for U.S. Senate in Massachusetts on Tuesday as the incumbent, Ed Markey, 80, tries to fend off a challenge from U.S. Rep. Seth Moulton, 47. Although Markey still talks about sponsoring the Green New Deal, his campaign is more focused on other issues to burnish his left-wing bona fides and prove to voters that he is not too old for the job.</p><p>It is the latest example of how climate change has been eclipsed by issues such as affordability, U.S. support for Israel and, above all, how to confront Trump.</p><p>“Six years ago, Green New Deal was every phrase out of Ed Markey’s mouth every chance he got. That is not the case now,” said Mary Anne Marsh, a veteran Democratic strategist in Massachusetts. “It’s about who’s best to fight. Period, full stop. Everything falls under that.”</p><p>‘People are increasingly freaked out about other issues’</p><p>Even if the political discussion on climate change has quieted, the planet has not. Scientists say there is an increasing chance that by the end of the year, 2026 could be the hottest year on record, or at least come close. A strengthening El Nino is forecast to be off the charts, spiking global temperatures.</p><p>Some advocates expect the issue to return to center stage if Democrats retake the U.S. House in November and climate-sparked disasters dominate the winter.</p><p>U.S. Sen. Sheldon Whitehouse of Rhode Island, a prominent Democratic voice on climate change, said in an interview that ignoring the issue is a major strategic “blunder.”</p><p>“Climate change has moved from the science department into the economics department," he said. "It's now battering people’s home insurance, property values, pocketbook concerns. So I think it’s a very powerful argument.”</p><p>Trump has falsely claimed climate change is “a hoax," and his party has regularly scoffed at Democratic proposals such as the Green New Deal.</p><p>The Sunrise Movement, founded in 2017 to mobilize young voters over climate issues, announced in October that it was shifting to a broader fight against “fascism.” The group’s executive director, Aru Shiney-Ajay, said that was a prescient move because of reports that federal agents infiltrated protest meetings during Trump’s immigration raids in Minneapolis.</p><p>“We just live in a significantly more authoritarian country. Because of that, a lot of the Democratic primaries are about more existential questions,” Shiney-Ajay, whose network generally backs left-wing Democrats, said in an interview. “It has felt less like people care less about climate and more like people are increasingly freaked out about other issues.”</p><p>About 6 in 10 Democrats say climate change is “a very big problem” for the country, according to a Pew Research Center poll from April. That is roughly the same as in 2016. Still, climate has often taken a back seat to other issues in Democratic voters' priorities, such as inflation, healthcare affordability and the role of money in politics.</p><p>Affordability concerns have dominated the political debate this year.</p><p>McKenzie Wilson of Blue Rose Research, a Democratic data firm, said voters have called for sweeping changes in response to economic discontent, demonstrating a level of anger not seen in years.</p><p>“In that kind of environment it’s hard to think about long-term, existential problems,” Wilson said. “If we don’t talk and focus our attention on the number one thing the electorate wants to talk about, as we saw in 2024, we’re not going to be connecting with the electorate.”</p><p>'Don't say climate change'</p><p>That view was summed up by the Searchlight Institute, a Democratic think tank that last year released a provocative suggestion: “The First Rule About Solving Climate Change: Don’t Say Climate Change.”</p><p>It contended that voters saw it as such an intimidating, complex issue that Democrats were more likely to win by focusing on other subjects — thus enabling them to regain power and tackle the crisis that they were not talking about.</p><p>Leah Stokes, a political scientist at the University of California, Santa Barbara and author of “The Carbon Wave,” a book about Democratic President Joe Biden's domestic agenda, said it was “galling” when politicians made the issue less of a priority.</p><p>“The climate crisis is accelerating and we can’t really not talk about it for like a decade, because the planet will be even more on fire if we do that,” she said.</p><p>Anthony Leiserowitz, director of the Yale Program on Climate Change Communication, agreed with those concerns.</p><p>“What happens over the course of the next decade will profoundly shape the habitability of the planet for literally thousands of years to come,” he said.</p><p>Some are making climate an affordability issue</p><p>Climate has come up as part of the national backlash to data centers, but it is only one part of the conversation about the projects' impact. Many climate advocates are adjusting how they talk about the issue, stressing how green energy can lower prices and ease insurance costs.</p><p>“What we’re seeing right now is, whether you’re advocating for healthcare reform or climate action or some niche tech issue, everything is filtered through some cost frame,” said Jared Leopold, a veteran Democratic strategist who has long focused on climate change.</p><p>That is how the Green New Deal came up at a recent debate between Markey and Moulton, when a voter asked how each candidate would reduce energy prices. Notably, the questioner asked about increasing nuclear or gas generation, not clean energy, to deal with cost. Markey turned the opportunity into a slam against the president.</p><p>“There was a plan in place in order to have a strong, clean affordable energy future for our commonwealth,” Markey said, “and Trump attacked it.”</p><p>Tatishe Nteta, a political scientist at the University of Massachusetts Amherst, said that is how Markey has used climate change this election — to signal his willingness to fight Trump as well as his alliance with the left flank of the Democratic Party, which has run up a series of primary wins this year. But other issues have become even more useful in doing that.</p><p>“The definition in where you’re at in terms of a progressive candidate and a progressive elected official is your viewpoint on Israel,” Nteta said. “You’re not hearing this in most races, that I’m the candidate who’s going to protect and save our planet.”</p><p>Massachusetts’ summer has been the hottest that Eileen Cefail can recall in the 30 years she has worked in the Roofers Local 33 office. “The roofers are tough as nails, and they work so hard, and their work is so grueling,” she said. “This heat has been horrendous for them.”</p><p>Cefail is backing Markey in the primary, but climate, she said, was not the main reason.</p><p>“He’s always been a union guy,” Cefail said. “He’s just for the labor.”</p><p>_____</p><p>Riccardi reported from Denver and McDermott from Providence, R.I. Associated Press writer Linley Sanders in Washington contributed to this report.</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/PJ5U32HBJ53XG56HYO54L4HPP4.jpg?auth=0561a4ddaf50c3091b71492ffa50a5bd27025ea1804eb89863da7d2a8c701c6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Protestors march through Manhattan up to Central Park during the "Make Billionaires Pay" climate protest, Sept. 20, 2025, in New York. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PFQPQ6CUL6F5A3ETKAPC73FF4.jpg?auth=37aaacec42e9ca2b88f4f9fb379605993dd6e65a6ca8996a570b2bbc121d4e5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Seth Moulton, D-Mass., questions witnesses during a hearing on Capitol Hill, Feb. 28, 2023, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Lando Norris locks in his long-term F1 future at McLaren with contract extension to at least 2030]]></title><link>https://www.local10.com/sports/2026/08/29/lando-norris-locks-in-his-long-term-f1-future-at-mclaren-with-contract-extension-to-at-least-2030/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/29/lando-norris-locks-in-his-long-term-f1-future-at-mclaren-with-contract-extension-to-at-least-2030/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Defending world champion Lando Norris has extended his contract with McLaren until at least the end of 2030, the F1 team said Saturday.]]></description><pubDate>Sat, 29 Aug 2026 13:17:50 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Defending world champion Lando Norris has extended his contract with McLaren until at least the end of 2030, the F1 team said Saturday.</p><p>McLaren said the new deal features “a multi-year option to commit beyond that date.”</p><p>Financial terms were not announced. The Press Association news agency said the British driver's new contract could be worth up to $35 million a year.</p><p>The 26-year-old Norris secured McLaren’s first drivers’ title last year since Lewis Hamilton won his first championship in 2008.</p><p>“McLaren is my home, and I’m very pleased to be signing a new contract to keep me with the team until at least 2030," Norris said.</p><p>“When I started this journey nine years ago, I was clear about the goals I wanted to achieve: to get McLaren back to the front and to win championships. We’ve achieved that goal, but we want more; we want to keep on winning, and we know as a team that we’re capable of achieving it.”</p><p>The announcement came just over a week after his rival for the last two titles, Max Verstappen, similarly committed to 2030 with Red Bull.</p><p>These are very long contracts by F1 standards. Racing with McLaren into 2030 would mark 12 seasons for Norris with the team since his debut in 2019. That would match the current F1 record of Lewis Hamilton’s 12 seasons with Mercedes for the most by a driver with the same team, though Verstappen’s contract puts him on course to break that.</p><p>Norris won the Dutch Grand Prix on Aug. 23 after his victory in Hungary before the midseason break. He is currently fourth in the standings, trailing leader Kimi Antonelli of Mercedes by 83 points. Ahead of next weekend’s Italian Grand Prix, the back-to-back wins reignited talk of a successful title defense but Norris said he doesn’t yet have a car capable of vying for the championship.</p><p>“I know I’ve just won two races in a row and had two poles in a row, but at the minute I don’t have the car I need to fight for a championship,” Norris said. He added that the right changes to target McLaren’s troubles in slow-speed corners could set him up to chase down Antonelli.</p><p>Norris has raced in 163 Grands Prix for McLaren, more than any other driver in the team's history, securing 18 pole positions, 48 podiums, and 13 wins.</p><p>“He is an exceptional driver, someone who combines outstanding natural speed with maturity, consistency and a strong commitment to McLaren, but above all, he is a special human being who is valued by everyone in the team,” said Andrea Stella, the McLaren team principal.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CT2STGHXXYTRR476FZMADIHVBY.jpg?auth=6c2f73f0d638c90e28cdd5c2d55554bc369ec03c79104b1fedcf1452dbb515b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain holds the trophy after winning the Formula One Dutch Grand Prix in Zandvoort , Netherlands, Sunday, Aug. 23, 2026. (AP Photo/Patrick Post)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Post</media:credit></media:content></item><item><title><![CDATA[Elena Ruz]]></title><link>https://www.local10.com/soflo-taste/2026/08/29/elena-ruz/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/29/elena-ruz/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[An Aristocratic Turkey Sandwich]]></description><pubDate>Sat, 29 Aug 2026 11:04:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Elena Ruz</b></u></p><p>1 Cuban medianoche roll or a brioche roll/bread</p><p>2 tablespoons cream cheese, softened, plus more as needed</p><p>3-4 ounces sliced turkey breast</p><p>2 tablespoons strawberry preserves, plus more as needed</p><p>½ teaspoon unsalted butter</p><p>Slice or split the bread roll in half to fill as a sandwich. Spread a ⅓-inch-thick layer of cream cheese on the bottom half. Lay turkey neatly on top of the cream cheese. Do not overfill the sandwich. Spread jam on the top half of the bread and sandwich with the bottom.</p><p>In a pan over medium-low heat, add the butter and place the sandwich bottom side down in the pan and press it with a spatula or a cast-iron skillet. Heat to warm the sandwich, until the bottom is lightly toasted but not burned, 30 seconds to 1 minute. Flip the sandwich and repeat with the other side. Remove from the heat, cut the sandwich in half on a bias and serve immediately.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RI6XG2DSHRBXBNTN6EQ6M6L6YY.jpg?auth=9f43afcbcbd6878011964a0377821b450071aaed3daad1b467ad7468104bb201&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cuban Sandwich Empanada]]></title><link>https://www.local10.com/soflo-taste/2026/08/29/cuban-sandwich-empanada/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/29/cuban-sandwich-empanada/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Cuban Sandwich In A Pillow]]></description><pubDate>Sat, 29 Aug 2026 11:03:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Cuban Sandwich Empanada</b></u></p><p><b>For one empanada:</b></p><p>purchased empanada dough</p><p><b>For the filling:</b></p><p>1.2 ounces deli ham, thinly sliced, cut into ½ inch squares (honey maple or other sweet variety)</p><p>1 ounce Swiss cheese, thinly sliced, cut into ½ inch squares</p><p>.75 ounces roasted pork (recipe below)</p><p>½ ounce French’s yellow mustard</p><p>2 each thin slices of dill pickle</p><p><b>For sealing the dough:</b></p><p>egg wash</p><p>Place a round of empanada dough down on your workstation.</p><p>Start by layering the honey baked ham, then Swiss cheese and lechon on the empanada. Top with a line of some yellow mustard over the pork, then the pickles over the top.</p><p>Brush the edges with egg wash and fold over the dough to seal it. Press the edges together with a fork.</p><p>Fry at 350˚F until golden brown.</p><p><b>For the Roasted pork:</b></p><p>1 pork butt, cut in half</p><p><b>Pork Seasoning:</b></p><p>½ cup kosher salt</p><p>2½ tablespoons demerara sugar</p><p>⅓ cup granulated onion powder</p><p>⅓ cup garlic powder</p><p>¼ cup dried oregano</p><p>4 teaspoons ground coriander</p><p>2 teaspoons ground cumin</p><p>4 teaspoons ground black pepper</p><p>¾ teaspoon mustard powder</p><p><b>For the marinade:</b></p><p>⅓ bunch cilantro</p><p>⅓ bunch Italian parsley</p><p>1 large shallot</p><p>8-10 garlic cloves (about 2½ tablespoons minced)</p><p>3-4 scallions, ends trimmed</p><p>½ to ⅔ cup freshly squeezed orange juice</p><p>⅓ cup freshly squeezed lime juice</p><p>Remove and discard extra fat from the pork butt. Cut a deep “X” into the flesh side.</p><p>Season the pork all over with the dry seasoning. Transfer to a large, deep baking pan.</p><p>Combine all ingredients for the marinade in a blender and puree until smooth. </p><p>Generously marinate the pork pieces with the marinade. Add enough water to the pan to just cover the pork. Cover the pan with a piece of parchment paper pressed down on top of the pork, then cover tightly with aluminum foil.</p><p>Cook at <a href="" rel="">325˚F</a> for 4 hours. The pork should be very tender. Allow to cool, remove any excess fat from the sauce. Remove and discard the skin and fat. Pull the meat into large chunks, tossing with a little of the de-fatted braising liquid.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L5B4I4US5FDEZPOKSBTWDHHQQE.jpg?auth=b02405c7eb83de882b86f666f3fc7865ad7cc909db379fc4e7c6abf43f56b534&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The Classic Cubano]]></title><link>https://www.local10.com/soflo-taste/2026/08/29/the-classic-cubano/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/29/the-classic-cubano/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[The Original Pressed Sandwich]]></description><pubDate>Sat, 29 Aug 2026 11:01:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>The Classic Cubano</b></u></p><p>1 loaf Cuban bread, slice crosswise into individual sandwiches (8-10 inches) and half lengthwise</p><p>butter, for the outside of the bread</p><p><b>For the mayonnaise / mustard mixture:</b></p><p>¼ cup mayonnaise</p><p>1 tablespoon yellow mustard</p><p>1 teaspoon Dijon</p><p><b>For the filling:</b></p><p>4-5 slices Swiss cheese</p><p>3-4 slices sweet ham</p><p>1-1 ½ cups warm roasted pork, shredded (recipe below)</p><p>6 dill pickle chips</p><p>Spread butter on the outside of the bread.</p><p>Mix together the ingredients for the mayonnaise / mustard mixture.</p><p>Spread the mayonnaise / mustard mixture on the inside of the bread.</p><p>Layer the inside of the sandwich with 2 slices of Swiss cheese, 3-4 sliced sweet ham, 1-1 ½ cup warm roast pork, dill pickle chips and then another 2 slices of Swiss cheese.</p><p>Top the sandwich with remaining bread, buttered side out. For extra flavor and melting, wrap the assembled sandwich tightly in foil.</p><p>Preheat a cast-iron skillet over medium heat.</p><p>Place foil-wrapped sandwiches in the skillet. Put a second heavy skillet on top.</p><p>Cook 3–4 minutes per side, turning with care until both sides are golden, the bread is crispy, and the cheese has melted through.</p><p>Remove from heat, unwrap from foil, and slice each sandwich on a bias before serving. </p><p><b>For the Roasted Pork:</b></p><p>1 pork butt, cut in half</p><p><b>Pork Seasoning:</b></p><p>½ cup kosher salt</p><p>2½ tablespoons demerara sugar</p><p>⅓ cup granulated onion powder</p><p>⅓ cup garlic powder</p><p>¼ cup dried oregano</p><p>4 teaspoons ground coriander</p><p>2 teaspoons ground cumin</p><p>4 teaspoons ground black pepper</p><p>¾ teaspoon mustard powder</p><p><b>For the marinade:</b></p><p>⅓ bunch cilantro</p><p>⅓ bunch Italian parsley</p><p>1 large shallot</p><p>8-10 garlic cloves (about 2 ½ tablespoons minced)</p><p>3-4 scallions, ends trimmed</p><p>½ to ⅔ cup freshly squeezed orange juice</p><p>⅓ cup freshly squeezed lime juice</p><p>Remove and discard extra fat from the pork butt. Cut a deep “X” into the flesh side </p><p>Season the pork all over with the dry seasoning. Transfer to a large, deep baking pan.</p><p>Combine all ingredients for the marinade in a blender and puree until smooth.</p><p>Generously marinate the pork pieces with the marinade. Add enough water to the pan to just cover the pork. Cover the pan with a piece of parchment paper pressed down on top of the pork, then cover tightly with aluminum foil.</p><p>Cook at 350˚F for 4 hours. The pork should be very tender. Allow to cool, remove any excess fat from the sauce. Remove and discard the skin and fat. Pull the meat into large chunks, tossing with a little of the de-fatted braising liquid.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LZP6OVO53VEKNN73T63SLBOCCA.jpg?auth=bd642ab160e35072b7386ac87855926f792a14b5b7630850a97d4ee2b6213bc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Some US cities have begun rewarding careful drivers with fewer red lights]]></title><link>https://www.local10.com/tech/2026/08/29/some-us-cities-have-begun-rewarding-careful-drivers-with-fewer-red-lights/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/29/some-us-cities-have-begun-rewarding-careful-drivers-with-fewer-red-lights/</guid><dc:creator><![CDATA[By JEFF McMURRAY, Associated Press]]></dc:creator><description><![CDATA[Officials struggled for years to curb high-speed crashes along a residential corridor cutting through Albuquerque, New Mexico, but simply punishing the lead-footed drivers didn’t seem to work.]]></description><pubDate>Sat, 29 Aug 2026 10:07:03 +0000</pubDate><content:encoded><![CDATA[<p>Officials struggled for years to curb high-speed crashes along a residential corridor cutting through Albuquerque, New Mexico, but simply punishing the lead-footed drivers didn’t seem to work.</p><p>What ultimately did was rewarding the law-abiding ones with fewer red lights.</p><p>The solution, which the city credits for a dramatic drop in crashes and injuries along one busy stretch of road, is a relatively novel version of a longstanding traffic safety concept commonly known as “rest in red," in which traffic signals default to red until a vehicle approaches. But Albuquerque and Portland, Oregon, took it a step further by adding speed sensors that grant a much earlier green light to drivers traveling at or below the posted limit.</p><p>“We’re finding that the technology itself is kind of its best advertisement,” Jennifer Turner, Albuquerque’s director of municipal development, said of the strategy the city deployed on Lead and Coal avenues, parallel one-way streets. "If you come to Albuquerque right now and you’re driving that corridor, you will learn pretty quickly that if you are speeding, you stop.”</p><p>Isaac Romero, who lives along the corridor, said he has noticed a big difference. Before rest in red, he would sometimes wake up in the middle of the night to the sound of drivers racing to beat the traffic lights or one another. He saw cars that had crashed and flipped, including one that ended up in his neighbor's yard.</p><p>“We had one accident where it’s even shaken the whole house because some guy slammed into a tree,” Romero said. “It's a lot of change because now you don't get as many people flying through there.”</p><p>Portland credits its ‘virtual speed bumps’</p><p>Portland recently rolled out the concept during the late-night hours on Southeast Powell Boulevard, a busy state highway with a long history of crashes, including fatal ones.</p><p>Peter Koonce, who manages signals and street lighting for the city, calls the new approach a “virtual speed bump” and said the early results are promising. At the first intersection tested, rest in red was able to lower the average speed from 39 mph (63 kph) to 30 mph (48 kph), which is the speed limit, he said.</p><p>Oregon State University researchers helped Portland choose its vehicle detection system for monitoring speeds, and now they're assessing its performance. David Hurwitz, a professor of transportation engineering who leads the study, said it's too early to draw sweeping conclusions.</p><p>“This choice that we are making to try to increase speed compliance seems like it’s working really well — seems like it has potential,” said Hurwitz, who stressed that further research is needed to ensure those gains aren't offset by more drivers running red lights or other negative consequences.</p><p>Cities try to change driver behavior but avoid other problems</p><p>Potential negative consequences are also a primary concern of Jay Beeber, chief government affairs and policy officer for the National Motorists Association, a drivers advocacy group. Although he acknowledges that rest in red could be effective in certain places at specific times, he questions whether driver behavior can really change without a broad education campaign and believes there are simpler, less-intrusive solutions.</p><p>“I think it's wishful thinking that drivers are aware enough and pay attention enough to really learn to change their speeds based on whether the light is gonna be red or not,” Beeber said. “I think people are going to end up at the light and just be frustrated. I don’t think they’re gonna know why.”</p><p>Many U.S. cities, including Albuquerque and Portland, have long used speed cameras to successfully prevent speeding. In fact, Albuquerque set up three near where it also deploys the rest in red approach, which has made that approach even stronger, according to officials.</p><p>LA briefly tried rest in red, but most cities haven't</p><p>A few other cities including Boulder, Colorado, and Long Beach, California, implemented smaller targeted efforts to use the threat of more red lights to force speeders to slow down.</p><p>Rebecca Sanders, a national safety practice leader at the transportation consulting firm Fehr & Peers, led a 2019 report at Arizona State University and Toole Design looking at various strategies used across the country to manage speed. Of the cities surveyed, only Los Angeles was trying rest in red at the time, and it briefly experimented with using feedback signs to trigger a red light when a driver traveling too fast was detected.</p><p>Sanders said the concept seems to work best on roads built for high-capacity traffic during the day but much less congested — and therefore more conducive to speeding — at night.</p><p>A 2023 study on five rural and urban roads in North Carolina found a 43% reduction in total crashes after rest in red was implemented around the clock, said Aaron Moody, spokesperson for the North Carolina Department of Transportation. Unlike the systems being used in Albuquerque and Portland, this and other versions of the rest in red approach didn’t use speed sensors to turn lights green for law-abiding drivers, but instead kept lights red by default until vehicles approached, slowing them.</p><p>Despite their apparent effectiveness at deterring speeding, cities have been slow to embrace rest in red.</p><p>Romero said he's visited enough neighborhoods through his home security business to know that the approach could work in many other places in Albuquerque and beyond. But it'll take all drivers buying in, as the presence of just one speeder can trigger a red light.</p><p>“If everybody cruises to 30 calmly, I can promise you, you can get every single green light all the way down,” Romero said. “But the moment that one person is there, it changes that whole route for everybody.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHOREMXXDM4YGE4L63NNBW6PIM.jpg?auth=70eb33df201df5ca4cf0849a1e5ca891c127f739760fc7908ff579fc0781b1b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles stop along Lead Avenue where stoplights are set for a specific speed limit as part of the "rest on red" signal program in Albuquerque, N.M., Wednesday, Aug. 12, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WR4DHGGR6VPOR62VLLHOEVSYXU.jpg?auth=89fba48b75ec4022f6d422c9a04d3b6fb2330febd7a14c97a3df9381c0896074&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle heads down a corridor where stoplights are set for a specific speed limit as part of the "rest on red" signal program in Albuquerque, N.M., Wednesday, Aug. 12, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZAAZ34ATAD2MIBVTA7NABJMAU.jpg?auth=1f5ee072c30422514b2279cb3d5e96f68f092c3872f5f337b12d67d793a96aff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign notifies drivers that stoplights are set for a specific speed limit as part of the "rest on red" signal program in Albuquerque, N.M., Wednesday, Aug. 12, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M77PRG3P3XLNA7WMNK5ALFIJJA.jpg?auth=deb812787b05711179c411a70d05fd73b73b0f941135a7518158ea934e6abad4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign notifies drivers that stoplights are set for a specific speed limit as part of the "rest on red" signal program in Albuquerque, N.M., Wednesday, Aug. 12, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content></item><item><title><![CDATA[Aug. 29: Morning rain chances continue as South Florida watches Dolly’s remnants]]></title><link>https://www.local10.com/weather/2026/08/29/aug-29-morning-rain-chances-continue-as-south-florida-watches-dollys-remnants/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/29/aug-29-morning-rain-chances-continue-as-south-florida-watches-dollys-remnants/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[As we come down the home stretch for the month of August, we’ve got some showers and thunderstorms in the forecast but most of these will occur in the morning with lots of dry time in the afternoon this weekend. ]]></description><pubDate>Sat, 29 Aug 2026 10:06:11 +0000</pubDate><content:encoded><![CDATA[<p>As we come down the home stretch for the month of August, we’ve got some showers and thunderstorms in the forecast but most of these will occur in the morning with lots of dry time in the afternoon this weekend. </p><p>The seabreeze will move in earlier than usual so any showers early in the day will be pushed well inland by afternoon so plan accordingly if you have any outdoor plans this weekend. </p><p>We’re locked into this pattern through much of next week, so keep the umbrellas handy especially during the morning hours heading into the first week of September. Highs will average near normal in the lower 90s the next few days. We’re watching the remnants of former tropical storm Dolly because some of that left-over moisture could increase our rain chances here in South Florida later next week. Otherwise, all is relatively quiet in the tropics as we approach the statistical peak of the season soon.</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[As jurors deliberate in the Lindsay Clancy trial, here are key moments they may be considering]]></title><link>https://www.local10.com/news/2026/08/29/as-jurors-deliberate-in-the-lindsay-clancy-trial-here-are-key-moments-they-may-be-considering/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/29/as-jurors-deliberate-in-the-lindsay-clancy-trial-here-are-key-moments-they-may-be-considering/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Jurors in the closely watched Lindsay Clancy trial began deliberating this week — but had not reached a verdict by the end of the day Friday.]]></description><pubDate>Sat, 29 Aug 2026 10:02:24 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Jurors in the closely watched Lindsay Clancy trial began deliberating this week — but had not reached a verdict by the end of the day Friday.</p><p>They have a lot to consider.</p><p>Over the past five weeks, the jury heard testimony from doctors, first responders, relatives and even Clancy’s former husband. It now weighs the question of whether she should be held criminally responsible for killing her three young children at her Massachusetts home in 2023.</p><p>Both sides agree Clancy did it. But her attorneys argue the former labor and delivery nurse was suffering from postpartum psychosis at the time, and that poor mental healthcare exacerbated her condition. Prosecutors argue she intentionally planned the killings.</p><p>If Clancy is convicted, her sentence could be as severe as life in prison. If she’s found not guilty, she may be released or remain confined in a mental health facility.</p><p>As the jury deliberates, here are moments from the trial they may be considering.</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>Clancy's former husband made anguished 911 call</p><p>Clancy's former husband, Patrick Clancy, was first to take the stand.</p><p>In emotional testimony, he described the day he found his wife after she tried to kill herself.</p><p>Lindsay Clancy had sent him out to get takeout food and medication for their daughter, which prosecutors argue was an excuse to get him out of the house.</p><p>He came home to find the house unusually silent, before finding blood throughout the main bedroom and a window open.</p><p>Jurors listened to the 911 call Patrick Clancy made after finding his wife outside in the snow. Clancy can be heard speaking with his wife, then tells the dispatcher he’s going to check on the children.</p><p>Moments later, he howls and cries after finding his children in the basement. The confused dispatcher repeatedly asks what happened.</p><p>“She killed the kids!” he yells.</p><p>Everyone knew Clancy was struggling</p><p>Clancy's mother, mother-in-law, sister, friends and co-workers testified that Clancy struggled with her mental health after giving birth to Callan, the youngest of her three children.</p><p>Clancy's mother-in-law, Susan Clancy, said she and her former daughter-in-law were close. Both worked as labor and delivery nurses. She described Lindsay as a wonderful mother.</p><p>But Susan Clancy testified that Lindsay had become anxious, paranoid and suicidal, and that the psychiatric care she was getting wasn't helping.</p><p>“She felt unwell. She had insomnia. She was losing her appetite. She was very anxious and sad,” Susan Clancy said. “She was begging for help.”</p><p>Lindsay Clancy’s mother, Paula Musgrove, testified that her daughter was scared of sleeping alone, became paranoid and believed the medications she was taking “were destroying her mind.”</p><p>“Mom, will you please come up and stay with me for a bit? I’m really sick. Something is wrong,” Clancy wrote in an October 2022 text message that Paula Musgrove read in court. “I had horrible insomnia all night, and I just don’t know how I am going to get through the day. … It’s just really scary, and I don’t want to be alone.”</p><p>The defense questioned the quality of Clancy's medical care</p><p>Clancy saw several doctors about her declining mental health, and eventually checked herself in to a psychiatric hospital.</p><p>Her lawyer, Kevin Reddington, argued that she was misdiagnosed and overmedicated.</p><p>As he cross-examined one of her psychiatrists, Dr. Jennifer Tufts, Reddington questioned her expertise, prescribing decisions and use of 25-minute video appointments with limited time for talk therapy.</p><p>At one point, Reddington implied that Tufts was a box-checking “robot.”</p><p>“What did you do? You had a woman who was telling you she felt hopeless,” he asked as they discussed an appointment about two months before the killings.</p><p>“I told her that this was something we could address, that there was hope, that there are treatments, that there are different types of programs,” Tufts said, “so she knew that she still had options and a reason to hope.”</p><p>Clancy said she heard a voice telling her to kill</p><p>Paul Zeizel, a clinical and forensic psychologist who visited Lindsay Clancy in the hospital after she killed the children, testified that he overheard her saying that a disembodied male voice had told her she had no choice but to kill her children and then herself. Zeizel said he believed Clancy wasn't responsible for her actions because of her deep mental illness.</p><p>Prosecutors called a rebuttal witness, forensic psychologist Kirk Heilbrun, who said he didn’t believe Clancy had hallucinated voices.</p><p>“One of the things that she said when I asked about what happened, is that in the course of strangling each child, she said, ‘Go to God, baby. Go to God,’” he said. “That was part of her expectation that she and the children would be together in heaven with God.”</p><p>Dr. Gregory Saathoff, a senior psychiatrist for the FBI’s Behavioral Analysis Unit, testified for prosecutors that Clancy “had the capacity to know right from wrong.”</p><p>The lawyers got the last word</p><p>After testimony was complete, each side got about an hour to make their closing argument to the jury.</p><p>Reddington showed the jury a photograph of the Clancy family, looking happy, and a second one of Lindsay Clancy in the hospital.</p><p>“How does this turn into this?" Reddington asked. “How? Because of the damn medicine and the lousy medical care that she got.”</p><p>Prosecutor Jennifer Sprague said criticizing the mental health system was “a distraction.” She said Clancy chose to kill her children because doing so would make it easier to kill herself.</p><p>“She was depressed. She was exhausted. She was done. She didn’t want to try anymore. She felt damaged,” Sprague said. “But those kids, those kids were her protective factor. Those kids were keeping her from ending her misery.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TQ4RGHAMR2HJ2Q26W5OVO4WFTM.jpg?auth=3c7d3038bd382f2ebb1dbf2e83d5aacee031523c189971755e6b3176d2d73521&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy listens to a witness on video 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><media:content url="https://www.local10.com/resizer/v2/DPXZABKXRJNAIP3LO2PFL6DVDE.jpg?auth=67e6675dab4230e949b1a5630a9276834fc329e778d7c46b55b5a1580f74ead4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Patrick Clancy sits on the stand during the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass., on Wednesday, July 29, 2026. (David L. Ryan/The Boston Globe via AP, Pool,File)]]></media:description><media:credit role="author" scheme="urn:ebu">David L. Ryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3UTPSTV4TRUDGQWYHZJIXRALM.jpg?auth=d7f2ee06f9b89593427c4921bb2bf17ffce8d0c89949b131963057dc85f50d14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy's mother Paula Musgrove testifies about text messages between her and her daughter during her daughter's murder trial in Plymouth Superior Court, in Plymouth, Mass., Monday, Aug. 17, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOLXREMXS5G7MDPDBQQ7454CHE.jpg?auth=bb02e69defbbf3ec8a7c563213f35d7c82f5774f1f133864bfc9539f262852fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington, left, questions psychiatrist Dr. Jennifer Tufts about her hand written notes during a session with Lindsay Clancy during Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 10 2026. (Greg Der/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UB4QZIOYJTAPW3JM7NSTKGTE7M.jpg?auth=201bb53634277a3c62c7fd6735d42d86e6375b56073be3be5469a07fbd8954cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Assistant DA Jennifer Sprague makes her closing arguments for the jury asking them to find Clancy guilty during the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass., Thursday, Aug. 27, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content></item></channel></rss>