<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Mon, 03 Aug 2026 13:55:41 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Scooter rider hospitalized after being struck by vehicle in northwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/03/scooter-rider-hospitalized-after-being-struck-by-vehicle-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/scooter-rider-hospitalized-after-being-struck-by-vehicle-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A scooter rider was hospitalized Monday morning after riding his scooter on the wrong side of the road, resulting in him being struck by a vehicle, authorities said.]]></description><pubDate>Mon, 03 Aug 2026 13:31:22 +0000</pubDate><content:encoded><![CDATA[<p>A scooter rider was hospitalized Monday morning after riding his scooter on the wrong side of the road, resulting in him being struck by a vehicle, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/03/hospitalizan-a-conductor-de-scooter-tras-ser-atropellado-por-vehiculo-en-el-noroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/hospitalizan-a-conductor-de-scooter-tras-ser-atropellado-por-vehiculo-en-el-noroeste-de-miami-dade/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the crash was reported at about 6:05 a.m. at the intersection of Northwest 17<sup>th</sup> Avenue and 79<sup>th</sup> Street.</p><p>Miami-Dade Fire Rescue medics transported the victim to a nearby hospital. His condition has not been released. </p><p>Deputies said the driver of the vehicle remained at the scene.</p><p>The investigation continues. </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/ZZEKYCJGG5H2FJUTGZTLDM462I.jpeg?auth=61fc6e74daded4b8d32a114fad7198c8ea47fa28fa6b6f616d5200fa845bc51e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hospitalizan a conductor de scooter tras ser atropellado por vehículo en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/03/hospitalizan-a-conductor-de-scooter-tras-ser-atropellado-por-vehiculo-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/hospitalizan-a-conductor-de-scooter-tras-ser-atropellado-por-vehiculo-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un conductor de scooter fue hospitalizado la mañana de este lunes después de circular con su scooter por el lado equivocado de la vía, lo que provocó que fuera atropellado por un vehículo, informaron las autoridades.]]></description><pubDate>Mon, 03 Aug 2026 13:53:59 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor de scooter fue hospitalizado la mañana de este lunes después de circular con su scooter por el lado equivocado de la vía, lo que provocó que fuera atropellado por un vehículo, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade, el accidente fue reportado alrededor de las 6:05 a.m. en la intersección de Northwest 17th Avenue y 79th Street.</p><p>Paramédicos de Miami-Dade Fire Rescue trasladaron a la víctima a un hospital cercano. Su condición no ha sido divulgada.</p><p>Los agentes informaron que el conductor del vehículo permaneció en el lugar.</p><p>La investigación continúa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZZEKYCJGG5H2FJUTGZTLDM462I.jpeg?auth=61fc6e74daded4b8d32a114fad7198c8ea47fa28fa6b6f616d5200fa845bc51e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cuba begins restoring power after sixth nationwide electrical grid collapse of 2026]]></title><link>https://www.local10.com/news/world/2026/08/03/cuba-begins-restoring-power-after-sixth-nationwide-electrical-grid-collapse-of-2026/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/cuba-begins-restoring-power-after-sixth-nationwide-electrical-grid-collapse-of-2026/</guid><description><![CDATA[Cuba began gradually restoring electricity Monday after the island suffered its sixth nationwide power grid collapse this year, leaving the country’s entire electrical system offline, according to state energy officials.]]></description><pubDate>Mon, 03 Aug 2026 13:25:05 +0000</pubDate><content:encoded><![CDATA[<p>Cuba began gradually restoring electricity Monday after the island suffered its sixth nationwide power grid collapse this year, leaving the country’s entire electrical system offline, according to state energy officials.</p><p>The state-run Electric Union reported a “total disconnection” of Cuba’s National Energy System on Sunday night but did not identify the cause of the outage. </p><p>The blackout followed a partial power interruption Saturday that affected western Cuba, from Pinar del Río to Matanzas, including Havana, after weather-related disruptions damaged a 220-megawatt transmission line. Officials said that earlier outage had been quickly brought under control.</p><p>By early Monday, electricity had begun returning to some parts of the island. The Associated Press reported that several power distribution areas were back online and lights had been restored in portions of Havana.</p><p>The latest nationwide outage underscores Cuba’s ongoing energy crisis, which has been fueled by aging electrical infrastructure and fuel shortages. Cuban officials have also blamed the tightening of U.S. sanctions and restrictions on oil imports for worsening the country’s electricity shortages.</p><p>According to energy officials, Cuba experienced two nationwide blackouts in March and three more in July, in addition to several partial outages, including the disruption reported Aug. 1. Sunday’s collapse marked the sixth total failure of the National Energy System in 2026.</p><p>Even when the national grid is operating, many Cubans continue to endure prolonged rolling blackouts that can last more than 20 hours a day, disrupting daily life, businesses and essential services across the island.</p>]]></content:encoded></item><item><title><![CDATA[Russian Embassy in Rome blames Ukraine for deadly Italian restaurant bombing in Moscow]]></title><link>https://www.local10.com/news/world/2026/08/03/russian-embassy-in-rome-blames-ukraine-for-deadly-italian-restaurant-bombing-in-moscow/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/russian-embassy-in-rome-blames-ukraine-for-deadly-italian-restaurant-bombing-in-moscow/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MOSCOW (AP) — The Russian Embassy in Rome on Monday blamed Ukraine for a deadly weekend bombing at a Moscow restaurant, describing it as an attempt to intimidate the Italian community in Russia.]]></description><pubDate>Mon, 03 Aug 2026 13:21:32 +0000</pubDate><content:encoded><![CDATA[<p>MOSCOW (AP) — The Russian Embassy in Rome on Monday blamed Ukraine for a deadly weekend bombing at a Moscow restaurant, describing it as an attempt to intimidate the Italian community in Russia.</p><p>The embassy said “Kyiv terrorists” wanted to “scare the Italians working in Russia and to show them that they too are in the crosshairs and could become the scoundrels' next victims.”</p><p>It said the Saturday night attack on the Balzi Rossi restaurant killed five and injured 19, adding that its Italian chef and his staff were unhurt only thanks to a Russian security guard's “vigilance and selfless dedication to his professional duty.”</p><p>There was no immediate comment from Ukrainian authorities.</p><p>The National Anti-Terrorism Committee, which coordinates various security agencies, initially reported a lower death toll in a statement issued shortly after the attack. It said the bomb killed three people, including a woman who carried the explosive device into the restaurant, a guard who stopped her, and a guest inside. It said 21 others were injured when the bomb detonated near the restaurant's entrance.</p><p>The committee didn’t say who was the target or name the mastermind.</p><p>Moscow Mayor Sergei Sobyanin on Sunday described the bombing as a “brutal terrorist act,” but did not say who was responsible for the blast at the upscale restaurant, which is located on the ground floor of a high-rise apartment building that is one of seven skyscrapers in the city that date to the era of Soviet dictator Josef Stalin.</p><p>The Russian Foreign Ministry did not respond to a request for comment on the embassy’s statement or explain the higher death toll. The ministry did not issue its own statement on the incident.</p><p>Several Russian media outlets claimed the bombing targeted a Russian general who was celebrating his birthday at the restaurant. Some claimed that the general was Col.-Gen. Alexander Chaiko, who recently was appointed the chief of Russia's aerospace forces. The claims could not be independently verified.</p><p>Russia blamed Ukraine for past attacks on military officials</p><p>Russian authorities have blamed Kyiv for a series of bombings and other attacks against senior military officials after Moscow sent troops into Ukraine in February 2022. Earlier this year, Russia’s Federal Security Service said authorities would tighten security around senior military and government officials following the attacks.</p><p>In February, Lt. Gen. Vladimir Alexeyev, ​the deputy head of the GRU ‌military ⁠intelligence service, was shot three times at a Moscow apartment building, but survived. Ukraine denied its involvement.</p><p>In December, a car bomb killed Lt. Gen. Fanil Sarvarov, head of the Operational Training Directorate of the Russian Armed Forces’ General Staff, in southern Moscow. Ukraine refrained from comment.</p><p>In April 2025, another car bomb that Moscow blamed on Kyiv killed Lt. Gen. Yaroslav Moskalik, a deputy head of the main operational department in Russia’s General Staff. Ukraine didn't claim the attack but hinted at its involvement.</p><p>And in December 2024, a bomb hidden in a scooter killed Lt. Gen. Igor Kirillov, who headed the Russian military’s nuclear, biological and chemical protection forces, one of the few attacks Ukraine openly acknowledged.</p><p>Among other prominent victims of bombing attacks in Russia were Daria Dugina, the daughter of influential nationalist thinker Aleksandr Dugin, and Vladlen Tatarsky, a well-known pro-Kremlin military blogger. Kyiv denied involvement in the attack on Dugina, and remained coy about the attack on Tatarsky.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XENWGW7KOHYI2CDN4MU27XADEU.jpg?auth=2acbdcc78ce89fc22b50e5c4329d98097246ebd2ec7c2519c4f42e9de997d2ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ambulances and special services vehicles are parked near the site where an improvised explosive device detonated at a restaurant in central Moscow, Saturday, Aug. 1, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5OHBANCO6HPEJGZI33OUQXW5DA.jpg?auth=f27240897aa0e51f7c7243efee110c692599be44a1fa9de2247b4006db62ba55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A policeman stands near the site where an improvised explosive device detonated at a restaurant in central Moscow, Saturday, Aug. 1, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYQZPEFSY25O2NCABA7HQK53JE.jpg?auth=6e9b55d4d467eaa64c61b66249b9a5f9ea6e7b6eca68bac2ebe173abdf4934b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency vehicles are parked in an area near a deadly explosion at a restaurant in Moscow, Saturday, Aug. 1, 2026. (Sergei Vedyashkin/Moscow News Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sergei Vedyashkin</media:credit></media:content></item><item><title><![CDATA[Mauricio Pochettino stays as US coach, agrees to 4-year contract extension through 2030 World Cup]]></title><link>https://www.local10.com/sports/2026/08/03/mauricio-pochettino-stays-as-us-coach-agrees-to-contract-extension-through-2030-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/mauricio-pochettino-stays-as-us-coach-agrees-to-contract-extension-through-2030-world-cup/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[Mauricio Pochettino is staying with the U.S. soccer team, agreeing Monday to a four-year contract to coach the Americans through the 2030 World Cup.]]></description><pubDate>Mon, 03 Aug 2026 13:20:53 +0000</pubDate><content:encoded><![CDATA[<p>Mauricio Pochettino is staying with the U.S. soccer team, agreeing Monday to a four-year contract to coach the Americans through the 2030 World Cup.</p><p>A 54-year-old who took over in October 2024, Pochettino led the U.S. to the World Cup round of 16, where the tournament co-hosts were eliminated with a 4-1 loss to Belgium.</p><p>Still, he helped the seeded U.S. to a pair of firsts in the expanded 48-nation tournament, clinching advancement from the group stage with a game to spare and winning three games in a single World Cup. The team captivated American fans with excited audiences in stadiums and record television viewers.</p><p>“The magic thing that happened during the World Cup, the connection with the people, of course with the whole organization and everything was a key point,” Pochettino said during a Zoom news conference from his home in Barcelona, Spain.</p><p>Hedge fund manager Ken Griffin is again the lead philanthropic funder supporting Pochettino’s contract. Pochettino earned just over $5 million in his first seven months as coach, according to the U.S. Soccer Federation tax return.</p><p>Since reaching the quarterfinals in 2002, the U.S. has lost four straight round-of-16 games.</p><p>“What we learn(ed) is that we can compete, that we have the quality and we have the talent,” Pochettino said. “We were so close. That gap with the best teams in the world is not too big.”</p><p>Pochettino said there is potential to make soccer in the U.S. “grow and grow and grow and be one of the important sport(s) in America, like it is in the rest of the world.”</p><p>“We have players and organization that can compete with the best organization in the world in that sport,” he said. “We learned that the fans are amazing and when they were so excited to discover a sport that made our fans become crazy, no? The connection was amazing.”</p><p>Pochettino views the next cycle as a new start for a program lacking quality depth at goalkeeper and central defender.</p><p>“It is going to be important to provide the young kids that we really believe that they have the potential to arrive in 2030, in four years, to start to work and start to know,” he said.</p><p>Before taking the U.S. job, Pochettino coached Espanyol (2009-12), Southampton (2013-14), Tottenham (2014-19), Paris Saint-Germain (2021-22) and Chelsea (2023-24).</p><p>When Pochettino replaced Gregg Berhalter two years ago, he signed an initial contract through the 2026 World Cup. Pochettino said ahead of the tournament that he had discussed a possible new deal with the USSF. He also said in May that his agent had spoken with AC Milan, a club that then hired Rúben Amorim.</p><p>Pochettino, who has homes in Spain and London, said he may move to the U.S. He intends to stay with the American team until 2030 but left himself an out.</p><p>“Four years time is a really long period. You never know what can happen in soccer,” he said. “Today people really love you. In eight weeks time, maybe that change(s), that feeling."</p><p>He has led the U.S. to 17 wins (including a penalty-kicks victory), 13 losses and one draw. Twenty-three of 62 players to appear under Pochettino have accounted for the team’s 57 goals.</p><p>“We know we have a lot of work to do to achieve our clear ambitions, including competing to win Men’s World Cups and having soccer become the most played sport in every community,” USSF CEO JT Batson said in a statement.</p><p>U.S. coaches have not been successful when they remained for a second World Cup cycle.</p><p>After leading the Americans to the 2002 quarterfinals, Bruce Arena was unable to get his team past the group stage in 2006.</p><p>Bob Bradley helped the U.S. reach the round of 16 in 2010, then was fired a year later after the team lost the CONCACAF Gold Cup final.</p><p>Jurgen Klinsmann took over and in December 2013 was given an  extension through the 2018 World Cup. The Americans reached the round of 16 in 2014 but Klinsmann was fired in late 2016 after the U.S. lost its first two games in the final round of qualifying. Arena returned but the  U.S. failed to reach the 2018 World Cup.</p><p>Berhalter was hired in late 2018 and led the Americans to the round of 16 in 2022. Given a new contract in 2023, he was fired a year later after the U.S. failed to advanced past the group stage of the Copa America.</p><p>“We are going to demand more from them," he said of the players. “We are not going to be in some situation(s) not flexible like we were because before it was (for) the benefit of players, benefit of structures that were already built. But now it’s about to start the house from zero.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DDVT5PUHJ5CUQNCJFVQV7TLWJ4.jpg?auth=760373a407a90c25792f64ad74bab700763b2d60b2f22f7342896cc91dbbddf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino acknowledges supporters after the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SSHGSHMGO2ZSYFSJEQNZ7V722A.jpg?auth=7529ffbba5fd5d57022da0461d2dbba118d38223c10edf59d96aef852f1e0737&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States head coach Mauricio Pochettino speaks to his players after the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Nick Didlick)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Didlick</media:credit></media:content></item><item><title><![CDATA[Early voting begins in Miami-Dade, Monroe; Miami-Dade elections chief reminds voters of flexibility and security]]></title><link>https://www.local10.com/news/local/2026/08/03/early-voting-begins-in-miami-dade-monroe-miami-dade-elections-chief-reminds-voters-of-flexibility-and-security/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/early-voting-begins-in-miami-dade-monroe-miami-dade-elections-chief-reminds-voters-of-flexibility-and-security/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[Early voting is now underway in Miami-Dade and Monroe counties, and Miami-Dade Supervisor of Elections Alina Garcia is encouraging voters to take advantage of the opportunity while reminding them they have flexibility in where they cast their ballots.]]></description><pubDate>Mon, 03 Aug 2026 11:10:00 +0000</pubDate><content:encoded><![CDATA[<p>Early voting is now underway in Miami-Dade and Monroe counties, and Miami-Dade Supervisor of Elections Alina Garcia is encouraging voters to take advantage of the opportunity while reminding them they have flexibility in where they cast their ballots.</p><p>Garcia reminded voters that during the early voting period, they are not limited to their assigned precinct.</p><p>“People need to know that they can go to any of our early voting sites,” she said. “They don’t have to go to their specific precinct. And they can go this week between 7 a.m. to 3 p.m.”</p><p>A Local 10 News crew was outside the Kendall branch library Monday morning as a handful of people walked inside to vote once polls opened.</p><p>“I’ve never voted early, so yes, it was a lot easier. It took me three minutes to vote,” Nelson Hincapie said.</p><p>“I come early all the time because it’s so easy right now. There’s no lines, no waiting,” another early voter, Frank Glancy, said. </p><p>Some voters said they attended a candidate forum before voting to learn more about the judicial candidates on the ballot.</p><p>Kendra Howard said hearing directly from the candidates helped her better understand their qualifications and priorities.</p><p>“I wanted a chance to get to know them -- get to know a little more about their background,” Howard said. “It’s one thing to read about the person’s background online, and read on their campaign site. But it’s another thing to hear them answer the questions and hear the passion.”</p><p>Howard said she planned to take time to reflect before making her final choices.</p><p>“I’m not going to tell you that I know exactly who I’m going to vote for just yet, but I’m going to consider everything that was said here today,” she said. “I’m going to think about it. I’m gonna go home and then I’m going to make my decision.”</p><p>Garcia also sought to reassure voters about the integrity of the election process, emphasizing that Miami-Dade County uses paper ballots.</p><p>“I want to remind everyone that we do vote on paper,” she said. “We don’t vote connected to any internet or anything like that. It’s very safe.”</p><p>Early voting is available daily during the designated voting period, allowing registered voters to cast their ballots at any Miami-Dade County early voting location during operating hours.</p><p><a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/"><b>VIEW LOCAL 10’S 2026 VOTING GUIDE</b></a><b> </b>for more information about early voting in South Florida. Early voting in Broward County begins Saturday. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in the Kansas state primary]]></title><link>https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-the-kansas-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-the-kansas-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Kansas Republicans will narrow down a crowded field for governor in a state primary Tuesday as they look to retake the state’s top office after eight years of Democratic rule. Democrats will decide competitive primaries for governor and U.S. Senate, while Kansans across the state will consider whether to amend the state constitution to allow direct election of state Supreme Court justices.]]></description><pubDate>Mon, 03 Aug 2026 12:54:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Kansas Republicans will narrow down a crowded field for governor in a state primary Tuesday as they look to retake the state’s top office after eight years of Democratic rule. Democrats will decide competitive primaries for governor and U.S. Senate, while Kansans across the state will consider whether to amend the state constitution to allow direct election of state Supreme Court justices.</p><p>Democratic Gov. Laura Kelly is term-limited, making the race to replace her a top takeover opportunity for Republicans. Although Kansas votes reliably Republican in statewide federal contests, the state also has a 60-year streak of electing governors from the opposite party of their immediate predecessors.</p><p>The Republican primary for governor will be the latest test of President Donald Trump’s influence in Republican primaries this year. He has endorsed state Senate President Ty Masterson over former state Rep. Charlotte O’Hara, financial services executive Philip Sarnecki, state Insurance Commissioner Vicki Schmidt and Kansas Secretary of State Scott Schwab.</p><p>The Democratic primary field features state Sens. Ethan Corson and Cindy Holscher and Overland Park Mayor Curt Skoog.</p><p>Sarnecki has outspent the rest of the field, thanks in large part to the $2.5 million he loaned his campaign. His running mate, data analytics firm founder and former Wichita school board member Joy Eakins, also has deep pockets. She loaned her own gubernatorial campaign $1 million before dropping out and joining Sarnecki’s ticket. She has since made a $50,000 contribution to the campaign.</p><p>Schwab loaned more than $2.1 million to his campaign and ranked second in overall spending. Masterson was fourth in overall campaign spending, but he outraised Sarnecki and Schwab in donor contributions, excluding candidate loans.</p><p>In the Democratic primary, Corson about doubled Holscher and Skoog's combined fundraising and spending. He also has a key endorsement from Kelly.</p><p>In the race for U.S. Senate, Republican incumbent U.S. Sen. Roger Marshall seeks his party’s nomination for a second term and has Trump’s endorsement. Marshall won his 2020 primary with about 40% of the vote against former Secretary of State and current state Attorney General Kris Kobach.</p><p>He faces a quixotic primary challenge from Arch Naramore, who will appear on ballots under his middle name, Pond. Naramore challenged former U.S. Sen. Sam Brownback for the Republican nomination in 2004, receiving 13% of the vote in a head-to-head matchup.</p><p>The crowded, 11-candidate field for the Democratic nomination includes former U.S. Department of Agriculture official Christy Davis, Methodist megachurch pastor Adam Hamilton, real estate developer and entrepreneur Erik Murray, state Sen. Patrick Schmidt, retired financial services executive Sandy Spidel Neumann and marketing professional and Afghanistan War veteran Noah Taylor.</p><p>Hamilton has outraised the rest of the combined Democratic field.</p><p>Republicans have won every U.S. Senate election in Kansas since 1932. No Democrat has ever been elected to the seat Marshall holds since the state first began direct elections of U.S. Senators in 1914.</p><p>Voters will also decide a statewide ballot measure that would allow the direct election of state Supreme Court justices and remove the governor's role from the process. Under the current system, a commission of mostly attorneys compiles a list of three finalists to fill a state Supreme Court vacancy, and the governor makes the final choice.</p><p>Also on the ballot are contested primaries for U.S. House, secretary of state and state Board of Education. All 125 state House seats are up for election in 2026. Republicans control 70% of seats in the chamber.</p><p>Johnson County in the Kansas City suburbs is the most populous county in the state and plays a big role in both statewide Democratic and Republican primaries, as do Wichita-based Sedgwick and Topeka-based Shawnee counties. The state’s two most heavily Democratic counties, Douglas and Wyandotte, tend to be more influential in Democratic primaries than in Republican primaries.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. local time, which is 8 p.m. and 9 p.m. ET. Polls in most of the state are in the Central time zone and close at 8 p.m. ET, but some polls are in Mountain time and close at 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, secretary of state, state Board of Education and state House, as well as for a statewide ballot measure.</p><p>Who gets to vote?</p><p>Voters registered with a political party may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or unaffiliated voters may participate in either primary if they affiliate with that party at the polls.</p><p>How many voters are there?</p><p>As of May 1, there were about 2 million registered voters in Kansas, including about 894,000 Republicans, about 495,000 Democrats and about 588,000 voters not affiliated with any party.</p><p>How many people actually vote?</p><p>About 463,000 Republican primary votes and about 289,000 Democratic primary votes were cast in the 2022 primaries for governor.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 45% of the Democratic primary vote and about 28% of the Republican primary vote in the 2024 state primaries was cast early in-person or by mail.</p><p>As of Friday, about 133,000 ballots had already been cast in Tuesday’s election, roughly 62,000 from Republicans and about 60,000 from Democrats.</p><p>When are early and absentee votes released?</p><p>Kansas counties vary in how they release vote results, but about half release results from mail voting along with in-person Election Day voting over the course of the night.</p><p>How long does vote-counting usually take?</p><p>In the 2022 Democratic primary for governor, the AP first reported results at 8:24 p.m. ET, or 24 minutes after polls closed in most of the state. The vote count surpassed the halfway mark at about 10:02 p.m. ET. The last vote update of the night was at 3:31 a.m. ET with about 96% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in Kansas, but candidates may request and pay for one regardless of the vote margin. If the candidate requesting the recount is declared the winner, then the counties will bear the costs. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 91 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GM4TFH5I2IXB3BQQIJ46IQAPAQ.jpg?auth=9ad0ee179c0ef30be45d15263742a80e18153f2b18a36c137a86c2150bdb4b1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The bronze sculpture titled "Ad Astra," depicting a Kansa warrior, perched atop the Kansas State Capitol dome, is silhouetted against the nearly full moon, Nov. 14, 2024, on the eve of the final supermoon of the year in Topeka, Kan. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. ]]></description><pubDate>Mon, 03 Aug 2026 12:48:08 +0000</pubDate><content:encoded><![CDATA[<p><b>Aug. 3 update: Rubio speaks about Cuba’s ongoing espionage activities in the US </b></p><p>This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. </p><p>Rubio went on to say that Cuban spies continue to infiltrate the U.S. government, financial institutions, organizations, and academic institutions. Rubio claimed that Cuba continues to be a national security threat to the U.S. </p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E4UD3RTRMO57E7CMN56FXBNBNI.jpg?auth=cdb0b96458d623f1b837b32020ffe63ae35f7c84deb7755390f9a327987dd579&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio waves from the top of the steps to his plane to depart at Ninoy Aquino International Airport in Manila, Philippines, following his visit to attend the Association of Southeast Asian Nations (ASEAN) Foreign Ministers Meeting,Thursday, July 23, 2026. (Brendan Smialowski/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content></item><item><title><![CDATA[July 2026 updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The Cuban government announced yesterday at the closing of the annual National Assembly meeting that they are considering allowing Cuban exiles to visit the island, stay as long as they want and invest in Cuba.]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 31: Cuba says they will consider allowing Cuban exiles to visit island, invest in Cuba </b></p><p>The Cuban government announced yesterday at the closing of the annual National Assembly meeting that they are considering allowing Cuban exiles to visit the island, stay as long as they want and invest in Cuba.</p><p>However, Cuban exiles with U.S. citizenship still face some U.S. restrictions imposed by the U.S. Treasury Department.</p><p><b>July 30: Cuban government announces elimination of 92,000 government jobs </b></p><p>The Cuban government announced this morning the elimination of 92,000 government jobs. A state worker in Cuba makes on the average $16-$18 per month.</p><p><a href="https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>Meanwhile, Cuba’s Prime Minister Manuel Marrero announced this week that Cuba was creating its first private bank under the Central Bank of Cuba, which is run by the Cuban government, and its president serves on the Council of Ministers of the government.</p><p>Why would any foreign investor want to invest&nbsp;in such a system with no protection for their money?</p><p><b>July 29 update: 5</b> <b>leading economists in Cuba release report entitled ‘A Proposal to Transform the Cuban Economy.’</b></p><p>Five leading economists in Cuba just released a report entitled “A Proposal to Transform the Cuban Economy.” The document lays out a structural diagnosis of the current economic crisis facing the nation and proposes, as a strategic goal, the creation of a social market economy underpinned by a democratic state governed by the rule of law.</p><p>While the report is good, the problem that I see is the creation of a democratic state. We must remember that Cuba did not have a democracy before the start of the Cuban Revolution in 1959. To transition a totalitarian state that has had a centralized economy for almost 68 years could take time. Time that Cuba and its population do not have given the current economic crisis.</p><p><b>July 27 update: 73 years after start of Cuban Revolution </b></p><p>Yesterday marked the 73<sup>rd</sup> anniversary since Fidel Castro, Raul Castro and their group of rebels attacked the Moncada Military Barracks in Santiago de Cuba. July 26, 1953 is considered the start of the Cuban Revolution. </p><p>Like Robert Frost’s poem, “The Road Not Taken”, the Cuban revolution took a path that destroyed the country and “never looked back.” Today, Cuba is at the end of what Fidel called its glory days.</p><p><b>July 24 update: Trump Administration announces series of new sanctions against Cuba</b></p><p>On Thursday, the Trump Administration announced a series of new sanctions against Cuba targeting the government’s military conglomerate Gaesa. However, this time it includes companies like Coral S. A. that took over operations from some sectors of GAESA to avoid U.S. sanctions and keep import operations in Cuba functioning. </p><p>The question many academics that follow Cuba like me are asking is whether the U.S. strategy moving forward is to force Cuba to eventually sell some of GAESA’s assets to the U.S.</p><p><b>July 23 update: US continues to send mixed signals as to what will be done with Cuba </b></p><p>This past Monday, the U.S. Department of State issued a 100-page report entitled “Cuba: The Capital of 21<sup>st</sup> Century Communism” that outlined why Cuba is a national security threat not only to the U.S., but to the entire world. The Cuban government reacted at once and not only criticized the report but blamed Secretary of State Marco Rubio with threatening the island nation.</p><p>On Wednesday at a press conference in the Philippines, Rubio, when asked by a reporter what the U.S. plan was for Cuba, used a much more diplomatic tone and said the U.S. is still willing to negotiate with Cuba.</p><p>Washington continues to send mixed signals as to what will be done with Cuba. What we do know is that the strategy used in Venezuela did not bring about regime change.</p><p><b>July 21 update: First humanitarian aid from US will arrive in Cuba</b></p><p>Today, the first humanitarian aid will arrive in Cuba as part of Secretary of State Marco Rubio’s offer to help the Cuban people as they experience the worst economic situation since the early 1990’s. Today’s cargo includes 700 hygiene kits and 700 food items to be distributed directly to the Cuban people by Catholic Relief Services Caritas Cuba and other faith-based organizations. </p><p>Secretary Rubio wants to let the Cuban people clearly know that the U.S. stands behind them and is willing to continue to help them as part of the U.S. commitment of $100 million in humanitarian aid.</p><p><b>July 20 update: Cuba releases artist Luis Manuel Otero Alcantara </b></p><p>This past Saturday, Cuba released artist and opposition leader Luis Manuel Otero Alcantara after serving five years in jail. Otero Alcantara was one of the leaders of the San Isidro movement that led to large protests across the island nation five years ago. </p><p>Upon arriving in Miami, Otero Alcantara thanked the Cuban American community for its support and asked Cuba to release all political prisoners in jail.</p><p><b>July 16 update: US Department of Defense pays $3 million to US personnel affected by Havana Syndrome</b></p><p>The U.S. Department of Defense has paid $3 million in compensation to U.S. personnel affected by the mysterious condition known as Havana Syndrome, making the first payment under the 2021 Havana Act.</p><p>Havana Syndrome first appeared in 2016 when U.S. diplomats and intelligence officers in Havana, Cuba reported unusual symptoms, including intense head pressure, dizziness, nausea, hearing disturbances and memory problems.</p><p><b>July 14 update: New U.S. sanctions increase pressure on Cuba’s military-run economy</b></p><p>The United States on Monday introduced new sanctions targeting companies controlled by GAESA, Cuba’s military economic conglomerate, as well as some of the military brigades responsible for suppressing protests like the ones we saw the other day.</p><p>How much longer can the Cuban government hold on? Information continues to reach U.S. officials indicating that there are sectors within the Cuban government that are increasingly concerned about how much longer they can survive without negotiating with the U.S. government before facing a complete collapse of their system.</p><p><b>July 10 update: Does Raul Castro’s grandson have the full authority to negotiate for the Cuban government?</b></p><p>As I expected, there seems to be a small crack within the inner circle of the Cuban government. Some have criticized Raulito (Raul Castro’s grandson) for offering to negotiate directly with President Trump. The criticism comes as to whether he has the full authority to negotiate for the Cuban government or is he just negotiating for the Castro family?</p><p>Yesterday, the Cuban Communist Party (PCC) backed Raulito’s efforts, but the military leadership has remained quiet.</p><p><b>July 8 update: United Nations has no legal right to lift U.S. embargo on Cuba </b></p><p>Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. Each year, Cuba loses more support for their argument. The United Nations has no legitimate or legal right to lift the embargo. The U.S. Congress can only lift the embargo.</p><p>The Cuban government propaganda machine has failed. Most Cubans on the island, including economists on the island, blame the Cuban government for their current poor economic conditions. </p><p><b>July 6 update: Raul Castro’s grandson says Cuba is willing to negotiate with US</b></p><p>Reuters reported earlier this morning that Raul Castro’s grandson Raulito, known as “El Cangrejo,” announced that Cuba is willing to negotiate with the U.S. The question we need to ask ourselves is whether Raulito is negotiating on behalf of the Castro family or the Cuban government?</p><p>We know that Cuba has been selling some of their assets, including some belonging to the military economic conglomerate GAESA in the last couple of weeks. Cuba’s attempt to invite foreign investment has not attracted many takers for the fear of losing their money.</p><p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vintage car drives past the Hotel Meliá Habana in Havana, Cuba, on Tuesday, July 21, 2026. (AP Photo/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Hip-hop design pioneer Cey Adams brings ‘Lead With Love’ mural project to Broward County]]></title><link>https://www.local10.com/features/2026/08/03/hip-hop-design-pioneer-cey-adams-brings-lead-with-love-mural-project-to-broward-county/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/03/hip-hop-design-pioneer-cey-adams-brings-lead-with-love-mural-project-to-broward-county/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Drivers across Broward County may have noticed colorful new murals brightening city streets. Behind the artwork is Cey Adams, the legendary graphic designer whose work helped define the look of hip-hop before he turned his talents to large-scale public art.]]></description><pubDate>Mon, 03 Aug 2026 12:42:38 +0000</pubDate><content:encoded><![CDATA[<p>Drivers across Broward County may have noticed colorful new murals brightening city streets. Behind the artwork is Cey Adams, the legendary graphic designer whose work helped define the look of hip-hop before he turned his talents to large-scale public art.</p><p>Adams, the founding creative director of Def Jam Recordings, has designed iconic visuals for some of music’s biggest names, including Run-DMC, LL Cool J, Jay-Z, the Beastie Boys, Method Man, Slick Rick and EPMD. He also created the recognizable logo for “Chappelle’s Show.”</p><p>Today, Adams is leaving a different kind of legacy through “Lead With Love,” a public art initiative bringing murals to communities across Broward County.</p><p>The murals can be found in communities including Plantation, Pompano Beach, Tamarac, Las Olas and Dania Beach, each featuring a unique design inspired by the neighborhood where it is located.</p><p>“Every single one of these murals is unique in its own way,” Adams said. “The one thing that they do all have in common is they are a part of the ‘Lead With Love’ theme.”</p><h3><b>From album covers to city walls</b></h3><p>Before becoming known for his public artwork, Adams spent decades helping shape hip-hop’s visual identity.</p><p>“Anything that had a visual — logos, T-shirt designs, tour backdrops, clothing, everything,” Adams said. “If it had an image on it, I was designing.”</p><p>He said he began working with artists such as Run-DMC and the Beastie Boys in the early 1980s, long before they became global stars.</p><p>“I met my friends, Run-DMC and the Beastie Boys in the early ’80s when their careers were starting,” Adams said. “Every artist that I worked with ... was starting out at ground zero.”</p><p>Rather than one defining moment, Adams said his career grew alongside the artists he collaborated with.</p><p>“It really is a testament to how far we have all come as a group that 30 years later, I’m still getting calls from folks that I came up with back in the day,” he said. “Now they’re whatever is beyond a megastar, and it’s a wonderful feeling.”</p><h3><b>Art designed for the community</b></h3><p>The Lead With Love initiative is a partnership between the Community Foundation of Broward and Business for the Arts Broward. The project aims to create nine custom murals in nine Broward communities by 2027.</p><p>Each mural is designed to reflect the history, colors and personality of the community where it is installed.</p><p>“One of the things that’s really exciting for me is that I get to create something that’s shared by the community,” Adams said.</p><p>Beyond the artwork itself, Adams said mentoring the next generation of artists has become one of the most rewarding parts of the project.</p><p>He works alongside a team of young artists from across Florida and hopes his story inspires them to pursue creative careers.</p><p>“I really want them to understand that once upon a time, I was just like them,” Adams said. “I was a young artist that didn’t have a specific path carved out. I just knew I had talent, and talent combined with support is what success looks like.”</p><p>Six of the planned murals have already been completed, with three more scheduled before the project concludes in 2027.</p><p><a href="https://www.cfbroward.org/articles/pompano-beach-welcomes-new-lead-with-love-mural" target="_self" rel="" title="https://www.cfbroward.org/articles/pompano-beach-welcomes-new-lead-with-love-mural">Click here </a>for more information about the Lead With Love initiative or getting involved.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in Michigan’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-michigans-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-michigans-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Michigan voters will decide a competitive Democratic U.S. Senate primary Tuesday in a contest that not only has implications for control of the chamber next year but will also test the growing clout of the party’s progressive wing as well as that of a powerful pro-Israel organization.]]></description><pubDate>Mon, 03 Aug 2026 12:32:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Michigan voters will decide a competitive Democratic U.S. Senate primary Tuesday in a contest that not only has implications for control of the chamber next year but will also test the growing clout of the party’s progressive wing as well as that of a powerful pro-Israel organization.</p><p>The state is one of the nation’s most competitive electoral battlegrounds, as the last three presidential elections firmly established. In 2026, in addition to the pivotal U.S. Senate contest, Michigan will host fiercely contested races for governor, U.S. House and the state Legislature.</p><p>Progressives scored high-profile victories in the past year with the election of democratic socialist Zohran Mamdani as New York City’s mayor and several U.S. House primaries where progressive candidates defeated longtime Democratic incumbents. While those contests all were waged on safe, heavily Democratic turf, the race to replace Democratic U.S. Sen. Gary Peters is expected to be a marquee matchup in the November general election, raising the stakes of Tuesday’s Democratic primary between U.S. Rep. Haley Stevens and former Detroit public health official Abdul El-Sayed.</p><p>Stevens has endorsements from much of the state’s Democratic establishment, including Peters, term-limited Gov. Gretchen Whitmer, former U.S. Sen. Debbie Stabenow and state Attorney General Dana Nessel. Her notable out-of-state backers include Senate Minority Leader Chuck Schumer, former House Speaker Nancy Pelosi and South Carolina U.S. Rep. Jim Clyburn, who recently campaigned with Stevens in heavily Democratic Detroit.</p><p>El-Sayed has endorsements from prominent progressive leaders including U.S. Sens. Bernie Sanders of Vermont and Elizabeth Warren of Massachusetts, and U.S. Reps. Alexandria Ocasio-Cortez of New York, Ilhan Omar of Minnesota and Rashida Tlaib of Michigan.</p><p>While El-Sayed has outraised Stevens in the campaign overall, including more than doubling her fundraising haul in the first two weeks of July, the two were on roughly even footing in terms of available cash heading into the final stretch of the primary season. But Stevens has benefitted from heavy spending by outside groups, including a committee affiliated with the American Israel Public Affairs Committee.</p><p>The group, the United Democracy Project, has spent more than $30 million since June in support of Stevens and against El-Sayed, according to Federal Election Commission records. AIPAC’s political operation has been active in supporting pro-Israel candidates in primaries this year, but its sizable investment in the Michigan U.S. Senate primary marks a dramatic escalation in the group’s willingness to engage in a single contest.</p><p>State Sen. Mallory McMorrow’s July withdrawal from the primary has not added much clarity to the race. She has not endorsed either remaining candidate, and both campaigns are vying for her former supporters. Her name remains on the ballot.</p><p>The winner will face former U.S. Rep. Mike Rogers, who is unopposed for the Republican nomination. Rogers ran for the state’s other U.S. Senate seat in 2024 but narrowly lost to Democrat Elissa Slotkin.</p><p>Wayne County, home to Detroit, is the state’s most populous county and is a major source of votes in statewide Democratic primaries. Oakland and Macomb counties in the Detroit suburbs and Grand Rapids-based Kent County are key state battlegrounds in both primaries and general elections. Washtenaw County, home of the college town of Ann Arbor where El-Sayed has taught, is heavily Democratic and wields more influence in Democratic primaries than in Republican ones.</p><p>In previous establishment-vs.-progressive statewide Democratic primaries, the progressive candidates tend to post their strongest numbers in Washtenaw and Kent counties, regardless of the statewide outcome. Sanders carried both counties decisively in his narrow win over Hillary Clinton in the 2016 presidential primary and placed a close second in both in his 17-point primary loss to Joe Biden in 2020.</p><p>Wayne County has the state's highest share of Black residents, at about 37%, according to the U.S. Census. About 8% of Wayne County residents are of Arabic, Middle Eastern or North African descent, the highest share of any county in the nation.</p><p>In the 2016 and 2020 Democratic presidential primaries, Wayne delivered for the establishment candidates. Sanders carried almost every county in 2016, but Clinton still almost won based largely on the strength of her showing in Wayne County.</p><p>In the race for governor, Democratic Secretary of State Jocelyn Benson and Republican U.S. Rep. John James are the front-runners in their primaries. Benson faces Genesee County Sheriff Chris Swanson, while James’ lone remaining opponent is wealthy businessman and former 2024 presidential candidate Perry Johnson.</p><p>A handful of Michigan congressional districts could decide control of the U.S. House. Among the most competitive is the 7th District which includes Lansing, the state capital. The three-way Democratic primary features former U.S. Ambassador to Ukraine Bridget Brink, community organizer William Lawrence and former Navy SEAL Matt Maasdam. The winner will face freshman Republican U.S. Rep. Tom Barrett.</p><p>Competitive primaries are also underway to replace James in the 10th District and Stevens in the 11th District.</p><p>In the heavily Democratic 13th District anchored by Detroit, Shri Thanedar faces a tough primary challenge from state Rep. Donavan McKinney, who’s won endorsements from El-Sayed, Sanders, Lt. Gov. Garlin Gilchrist, Tlaib in the neighboring 12th Congressional District and several other of Thanedar’s progressive U.S. House colleagues.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. local time, which is 8 p.m. and 9 p.m. ET. Polls in most of the state are in the Eastern time zone and close at 8 p.m. ET, but some polls in the Upper Peninsula along the Wisconsin border are in Central time and close at 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, state Senate and state House.</p><p>Who gets to vote?</p><p>Any eligible voter may participate in any party’s primary. Michigan does not register voters by party.</p><p>How many voters are there?</p><p>As of July 6, there were about 8.3 million registered voters in Michigan.</p><p>How many people actually vote?</p><p>About 934,000 Democratic primary votes and about 880,000 Republican primary votes were cast in the 2024 U.S. Senate primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 63% of the vote in the 2024 state primary was cast early in-person or by mail. Michigan adopted early voting for statewide and federal races after voters approved a 2022 ballot measure expanding voting opportunities.</p><p>As of Friday, more than 1 million ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Michigan counties vary in terms of when and how they release vote results, but the first vote updates of the night across the state tend to be a mix of results from mail, early in-person and in-person Election Day voting. The most populous counties of Wayne, Oakland, Macomb, Kent, Genesee and Washtenaw counties tend to release relatively few results from any vote type in the their first vote updates.</p><p>How long does vote-counting usually take?</p><p>In the 2024 Democratic U.S. Senate primary, the AP first reported results at 8:03 p.m. ET, or three minutes after polls closed in most of the state. The vote count surpassed the halfway mark at 12:03 a.m. ET. By 4:12 a.m. ET, about 95% of the vote had been counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Recounts in Michigan are automatic in statewide races if the vote margin is 0.1% or less of the total votes cast. There is no automatic recount in state legislative primaries. Under the state’s 2024 recount law, candidates may request and pay for a recount if they have a “good-faith belief” that there’s a “reasonable chance” they would have won the contest if not for a vote-counting error. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 91 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HOKHXAY355ELGXQ4Y3HDJQD6OM.jpg?auth=c5b24f3ccc802d56914888e7f34ef4d7ce22ba38c0ac9ea00cb6a0e0e6a00912&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senate candidates Abdul El-Sayed, left, and U.S. Rep. Haley Stevens participate in a televised debate, Monday, July 27, 2026, in Southfield, Mich. (Robin Buckson/Detroit News via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Robin Buckson</media:credit></media:content></item><item><title><![CDATA[Incendios en el estado de Washington destruyen cientos de estructuras y obligan a evacuar en Spokane]]></title><link>https://www.local10.com/espanol/2026/08/03/incendios-en-el-estado-de-washington-destruyen-cientos-de-estructuras-y-obligan-a-evacuar-en-spokane/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/incendios-en-el-estado-de-washington-destruyen-cientos-de-estructuras-y-obligan-a-evacuar-en-spokane/</guid><dc:creator><![CDATA[Por JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[Los bomberos trabajaban el lunes con pronósticos de vientos leves y temperaturas más bajas que podrían ayudar contra los incendios forestales en el este del estado de Washington. El fuego obligó a evacuar a 60.000 personas en el área de Spokane y destruyó al menos 600 viviendas, negocios y otras estructuras.]]></description><pubDate>Mon, 03 Aug 2026 12:32:41 +0000</pubDate><content:encoded><![CDATA[<p>Los bomberos trabajaban el lunes con pronósticos de vientos leves y temperaturas más bajas que podrían ayudar contra los incendios forestales en el este del estado de Washington. El fuego obligó a evacuar a 60.000 personas en el área de Spokane y destruyó al menos 600 viviendas, negocios y otras estructuras.</p><p>Los incendios en Spokane y sus alrededores, la segunda ciudad más grande del estado, habían quemado cerca de 31 kilómetros cuadrados (unas 12 millas cuadradas) para primeras horas del lunes y llenaron el cielo de humo y bruma. No estaban contenidos en absoluto (0%), informó Courtney James, portavoz del Departamento de Recursos Naturales del estado de Washington.</p><p>El pronóstico del tiempo para el lunes preveía temperaturas más frescas y vientos leves tras las fuertes ráfagas del domingo. No se esperaba lluvia.</p><p>Los incendios figuraban entre decenas de fuegos forestales en el oeste de Estados Unidos que pusieron al límite la capacidad de las agencias federales, estatales y locales para combatirlos.</p><p>En todo el estado se han quemado al menos 1.000 kilómetros cuadrados (390 millas cuadradas), y algunos de los incendios, incluidos los del área de Spokane, no han sido contenidos.</p><p>Nadie herido ni desaparecido por ahora</p><p>Funcionarios de bomberos y de las fuerzas del orden indicaron que no había reportes de heridos ni de personas en paradero desconocido, pero subrayaron que la operación de respuesta apenas estaba comenzando.</p><p>Las autoridades también señalaron que entre los evacuados en Spokane había pacientes del hospital de Asuntos de Veteranos de Estados Unidos.</p><p>Videos del área de Spokane mostraban edificios en llamas, humo negro elevándose cerca de vecindarios y las ruinas humeantes de viviendas, donde sólo las chimeneas seguían en pie. Varios funcionarios expresaron su preocupación porque no parece probable que el clima vaya a dar un respiro a la zona en los próximos días.</p><p>“No estamos fuera de peligro. Los próximos dos días serán difíciles”, advirtió la senadora de Estados Unidos Maria Cantwell durante una conferencia de prensa el domingo con funcionarios federales, estatales y locales en Spokane.</p><p>Los investigadores aún no habían determinado cómo comenzaron los incendios.</p><p>Funcionarios de bomberos informaron que se emitieron citaciones a dos operadores de drones que no estaban autorizados a volar durante los incendios forestales. El domingo se registraron al menos 26 “incursiones de drones” sobre los incendios, añadieron.</p><p>Pastizales en llamas en partes de Idaho, Oregon y Utah</p><p>Spokane no era, ni de lejos, el único lugar que luchaba por contener los incendios.</p><p>Cuadrillas que usaban topadoras y helicópteros continuaron por décimo día combatiendo un incendio que ha quemado casi unos 1.360 kilómetros cuadrados (525 millas cuadradas) de pastizales en el oeste de Idaho y el este de Oregon. La zona alberga ranchos ganaderos, y las autoridades dijeron que el fuego amenaza a más de 600 viviendas y 800 estructuras más.</p><p>Se esperaba que el clima en el área se mantuviera soleado —y seco— bien entrada la semana, con temperaturas que subirían a más de 32 grados Celsius (90 grados Fahrenheit) el miércoles. Las autoridades sostienen que el incendio fue provocado por un rayo.</p><p>En el centro de Utah, un enorme incendio más que duplicó su tamaño durante el fin de semana y alcanzaba casi 147 kilómetros cuadrados (57 millas cuadradas) para la mañana del lunes. Más de 100 reses han muerto, según las fuerzas del orden locales.</p><p>Las autoridades calificaron el fuego de “catastrófico”, mientras los fuertes vientos ayudaban a que las llamas saltaran las líneas de contención.</p><p>Las llamas avanzan hacia el norte en dirección a Fillmore, una localidad de unos 2.600 habitantes y sede del condado de Millard. El domingo por la noche se ordenaron evacuaciones obligatorias para la parte sur de Fillmore.</p><p>El Servicio Meteorológico Nacional emitió advertencias sobre la calidad del aire en todo el noroeste. Emitió alertas de bandera roja por riesgo de incendios para partes de Utah y Montana y el oeste de Nebraska, y avisos por calor extremo para las zonas del sur de Arizona, California y Nevada, así como el norte de Montana.</p><p>Spokane habilita un refugio para residentes afectados</p><p>Las autoridades de Spokane habilitaron un refugio en el principal centro de convenciones de la ciudad. Unas 400 personas se alojaban allí, informaron funcionarios el domingo.</p><p>Las Escuelas Públicas de Spokane abrieron el lunes un campamento gratuito de emergencia sin cita previa para niños. Los juicios en el condado de Spokane programados para esta semana se aplazaron para la semana del 10 de agosto.</p><p>Mientras tanto, varios incendios de mayor tamaño continuaban ardiendo en zonas menos pobladas al noroeste de Spokane, incluido uno a unos 129 kilómetros (80 millas) de la ciudad que ha quemado cerca de 544 kilómetros cuadrados (210 millas cuadradas). Otro incendio en el este de Oregon, unos 113 kilómetros (70 millas) al noroeste, en las montañas Stinkingwater, ha quemado cerca de 870 kilómetros cuadrados (336 millas cuadradas).</p><p>“Todo el noroeste está muy afectado en este momento”, afirmó Keila Vizcarra, portavoz del equipo federal de California que se encarga de lo que se ha denominado el incendio Big Grass en el oeste de Idaho y el este de Oregon.</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/E3ZLSLOHIA3GIWC3OUGB6KIGEE.jpg?auth=3583528ffdcbe8fe64dfc21e733f479e9f25f78e18d9cc5966d2e9a370da5bf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Allen Sather y su esposa Kimberley se abrazan ante la vivienda que arriendan en W. Indian Trail Road, que ardió en un incendio forestal en Spokane, Washington, el domingo 2 de agosto de 2026. (AP Foto/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Missouri’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-missouris-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-missouris-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A St. Louis-area congressman faces a Democratic primary rematch Tuesday against the former congresswoman he previously ousted, a showdown that has again drawn the attention of a powerful pro-Israel organization.]]></description><pubDate>Mon, 03 Aug 2026 12:24:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A St. Louis-area congressman faces a Democratic primary rematch Tuesday against the former congresswoman he previously ousted, a showdown that has again drawn the attention of a powerful pro-Israel organization.</p><p>The contest, as well as primaries for Missouri’s seven other U.S. House seats, will be the first held since Republican state lawmakers adopted a new congressional map backed by President Donald Trump that was designed to boost their party’s chances of keeping control of the chamber in November’s midterm elections.</p><p>In the St. Louis-based 1st Congressional District, freshman Democratic U.S. Rep. Wesley Bell seeks a second term. He must first clear a strong primary challenge from his predecessor, former U.S. Rep. Cori Bush, who was a member of the group of progressive House members known as The Squad.</p><p>Bell defeated Bush in the 2024 primary by nearly 6 percentage points with the help of about $8.6 million in outside spending from the political arm of the American Israel Public Affairs Committee, or AIPAC, which promotes U.S.-Israel relations. Bush has been a vocal critic of Israel since its response to the Oct. 7, 2023, Hamas attack. The committee spent about $3.1 million in July against Bush and in support of Bell ahead of Tuesday’s primary.</p><p>The district is heavily Democratic. Democratic then-Vice President Kamala Harris received about 78% of the district vote in her unsuccessful 2024 presidential run against Trump.</p><p>On the other side of the state, Democratic U.S. Rep. Emanuel Cleaver is running for a 12th term on much different turf than the compact, Kansas City-based district he’s represented for more than 20 years. The Republican-controlled state Legislature’s mid-decade redistricting plan carved up heavily Democratic Kansas City among three districts and stretched what remained of Cleaver’s 5th Congressional District eastward to pick up heavily Republican areas. Cleaver is now running in a district that Trump carried with about 58% of the vote, compared with the current 5th District, which supported Harris with about 61% of the vote.</p><p>The six Republicans running to challenge Cleaver in November include former Boone County Clerk Taylor Burks, state Sen. Rick Brattin and former law professor Brett Hueffmeier. Burks led the Republican field in fundraising, more than tripling Brattin in both money raised and cash in the bank as of mid-July.</p><p>Voters will also decide the fates of four statewide ballot measures, including one that would make it harder to pass citizen-driven proposals to amend the state constitution and another that would eliminate the state income tax.</p><p>Amendment 4 would change the vote threshold required to pass voter-initiated ballot measures to amend the state constitution. Currently, only a simple statewide majority is needed to approve a constitutional amendment put on the ballot by voters. If Amendment 4 passes, a voter-initiated proposal would require a vote majority in each of the state’s congressional districts.</p><p>Amendment 5 would require the state Legislature to phase out individual income taxes in Missouri and expand sales taxes.</p><p>About half of Missouri’s 34 state Senate seats and all 163 state House seats are up for election in 2026. Republicans hold roughly 2-1 ratio majorities in both chambers.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. CT, which is 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. House, state auditor, state Senate and state House, as well as in four statewide ballot measures.</p><p>Who gets to vote?</p><p>Any eligible voter may participate in any party’s primary.</p><p>How many voters are there?</p><p>As of the 2024 general election, there were 4.4 million registered voters in Missouri.</p><p>How many people actually vote?</p><p>About 586,000 Republican primary votes and about 322,000 Democratic primary votes were cast in the 2022 primaries for state auditor.</p><p>By comparison, about 698,000 Republican votes and about 379,000 Democratic votes were cast in the 2024 primaries for governor.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 12% of the vote in the 2024 state primary was cast early in person or by mail. Missouri does not have a long tradition of pre-Election Day voting. The state began allowing no-excuse early voting in the 2022 general election.</p><p>When are early and absentee votes released?</p><p>Local election officials tend to release all or almost all results from mail and early in-person voting in the first vote update of the night. In roughly half of Missouri’s counties, they are released along with some results from in-person Election Day voting. But the state’s most populous jurisdictions tend to release very few in-person Election Day results in the first vote update.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primaries, the AP first reported results at 8:06 p.m. ET, or six minutes after polls closed. The vote count surpassed the halfway mark at about 10:20 p.m. ET. The last vote update of the night was at 12:26 a.m. ET, with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Missouri does not have automatic recounts, but candidates for federal, judicial and state offices, including state Legislature, may request a recount if the margin is less than 0.5% of the vote. Candidates for local offices may request a recount if the margin is less than 1% of the vote. A court may also order a recount as part of an election contest proceeding. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 91 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPHHFEPIOKNQFI7YNXHKPX5SEM.jpg?auth=d162c3a92cecbbfe252b0391bccfe81e4520345dd54f20baf2cfbd2577c95a4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Gateway arch is seen with the downtown St. Louis skyline in this aerial photo, Nov. 25, 2014. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NXZU76JDDTCD34GNYYEEWMZJQ.jpg?auth=a6fcd72989d8afc9c931d3bef94e8339b1b4dc2890a42b53a1e667e6c48be113&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Gateway Arch is seen through heatwaves in the distance as pedestrians use a crosswalk, July 23, 2025, in St. Louis. (AP Photo/Jeff Roberson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[Washington state fires destroy hundreds of structures and force Spokane-area residents to evacuate]]></title><link>https://www.local10.com/news/2026/08/03/washington-state-fires-destroy-hundreds-of-structures-and-force-spokane-area-residents-to-evacuate/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/03/washington-state-fires-destroy-hundreds-of-structures-and-force-spokane-area-residents-to-evacuate/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[Light winds and lower temperatures were in the forecast Monday to help firefighters with wildfires in eastern Washington state that forced the evacuation of 60,000 people in the Spokane area while destroying at least 600 homes, businesses and other structures.]]></description><pubDate>Mon, 03 Aug 2026 12:18:42 +0000</pubDate><content:encoded><![CDATA[<p>Light winds and lower temperatures were in the forecast Monday to help firefighters with wildfires in eastern Washington state that forced the evacuation of 60,000 people in the Spokane area while destroying at least 600 homes, businesses and other structures.</p><p>The fires in and around Spokane, the state's second-largest city, burned about 12 square miles (about 31 square kilometers) by early Monday and filled the sky with smoke and haze. They were 0% contained, Courtney James, a spokesperson for the Washington State Department of Natural Resources, said.</p><p>The weather forecast for Monday called cooler temperatures and light winds following strong wind gusts Sunday. No rain was in the forecast.</p><p>The fires were among dozens of wildfires across the Western U.S. that stretched the ability of federal, state and local agencies to fight them.</p><p>At least 390 square miles (1,000 square kilometers) has burned across the state, and some of the fires, including those in the Spokane area, have not been contained.</p><p>No one hurt or unaccounted for — so far</p><p>Fire and law enforcement officials said there had been no reports of injuries or people unaccounted for — but they stressed it was early in the response effort.</p><p>Officials also said that the evacuees in Spokane included patients at its U.S. Veterans Affairs hospital.</p><p>Video from the Spokane area showed buildings on fire, black smoke billowing up near neighborhoods, and the smoking ruins of homes, with only chimneys still standing. Several officials expressed concern that the area does not appear likely to get a break in coming days from the weather, which is expected to remain dry.</p><p>“We are not out of danger,” U.S. Sen. Maria Cantwell said during a news conference Sunday with federal, state and local officials in Spokane. “The next couple of days will be challenging.”</p><p>Investigators had yet to determine how the blazes started.</p><p>Fire officials said two drone operators who were not authorized to operate during the wildfires have been cited. There were at least 26 “drone incursions” over the fires on Sunday, they said.</p><p>Grassland in flames in parts of Idaho, Oregon and Utah</p><p>Spokane was hardly the only place struggling to contain fires.</p><p>Crews using bulldozers and helicopters continued for a 10th day to fight a fire that has burned nearly 525 square miles (about 1,360 square kilometers) of grassland in western Idaho and eastern Oregon. The area is home to cattle ranches, and authorities said the fire is threatening more than 600 homes and 800 other structures.</p><p>The weather in the area was expected to remain sunny — and dry — well into the week, with temperatures rising to more than 90 degrees Fahrenheit (32 degrees Celsius) on Wednesday. Officials say the fire was caused by lightning.</p><p>In central Utah, a massive blaze more than doubled in size over the weekend and was nearly 57 square miles (147 square kilometers) by Monday morning. More than 100 cattle have been killed, according to local law enforcement.</p><p>Officials called the fire “catastrophic" as heavy winds helped flames jump containment lines.</p><p>The fire is moving north toward Fillmore, a town of about 2,600 people and the seat of Millard County. Mandatory evacuations were ordered Sunday evening for the southern portion of Fillmore.</p><p>The National Weather Service issued warnings about the air quality across the northwest. It issued red flag fire warnings for parts of Utah and Montana and western Nebraska, and extreme heat warnings for the southern parts of Arizona, California and Nevada and northern Montana.</p><p>Spokane sets up shelter for impacted residents</p><p>Authorities in Spokane set up a shelter at the city's main convention center. About 400 people were staying there, officials said Sunday.</p><p>Spokane Public Schools opened a free emergency drop-in camp for children on Monday. Court trials in Spokane County scheduled for this week were continued to the week of Aug. 10.</p><p>Meanwhile, several larger fires continued to burn in less populated areas northwest of Spokane, including one about 80 miles (129 kilometers) from the city that has burned about 210 square miles (544 square kilometers). Another fire in eastern Oregon, about 70 miles (113 kilometers) to the northwest in the Stinkingwater Mountains, has burned about 336 square miles (870 square kilometers).</p><p>“The whole northwest is heavily impacted right now,” said Keila Vizcarra, the spokesperson for the federal team from California handling what's been named the Big Grass Fire in western Idaho and eastern Oregon.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZNLK73EWIXYMUCW3XJTYS4FUKU.jpg?auth=b185b36bd5d51320cad274039700bdc34a0ca587b70c112d59571ce05c83b84d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Allen Sather and his wife Kimberley embrace at the duplex they rent on W. Indian Trail Rd. after it burned in a wildfire in Spokane, Wash., Sunday, Aug. 2, 2026. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XH7AOMOQ2H63HG6SXK5YKJIUMQ.jpg?auth=7bd4b25ffd2c3d6bccbd1352688a7e2ea2503505e093f8abffa195fd52b6cc3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People watch Old Trails Fire from W. Northwest Blvd., Saturday, Aug. 1, 2026, in Spokane, Wash. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJK7WGIQBPSETNUB7OF6K7J22M.jpg?auth=e52e9c83dd46fbead844ef4f14131643f3f1fa1e5194a85f7d43cb2052290f94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kimberley Sather stands at the duplex she rents on W. Indian Trail Rd. after it burned in a wildfire in Spokane, Wash., Sunday, Aug. 2, 2026. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDPVKOR55M2545N2EPJPV7OLG4.jpg?auth=404360684ec21bde4cb95e1b25568b834de419b418908081b4973c7cfe5decc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle and structure are burned on N. Skyline Dr. due to a wildfire, Sunday, Aug. 2, 2026, in Spokane, Wash. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IM3NB2A2ONNUZVKKYBQMIQHEUE.jpg?auth=3b216c47edc14de2cadb403c6bcb2ad9288f9c15f76759530d8050d95db91eba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Structures along W. Tiffany Ave. are burned to the ground after a wildfire, Sunday, Aug. 2, 2026, in Spokane, Wash. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content></item><item><title><![CDATA[‘We ran into each other’: Texas man denies shoving bartender in Bayside incident caught on camera]]></title><link>https://www.local10.com/news/local/2026/08/02/we-ran-into-each-other-texas-man-denies-shoving-bartender-in-bayside-incident-caught-on-camera/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/we-ran-into-each-other-texas-man-denies-shoving-bartender-in-bayside-incident-caught-on-camera/</guid><dc:creator><![CDATA[Linnie Supall, David Dwork]]></dc:creator><description><![CDATA[The Texas man accused of attacking a Hard Rock Cafe employee at Bayside Marketplace in Miami is out of jail and telling his side of the story. ]]></description><pubDate>Sun, 02 Aug 2026 13:55:11 +0000</pubDate><content:encoded><![CDATA[<p>The Texas man accused of attacking a Hard Rock Cafe employee at Bayside Marketplace in Miami is out of jail and telling his side of the story. </p><p><a href="https://www.local10.com/espanol/2026/08/02/sale-bajo-fianza-acusado-de-agredir-a-cantinera-en-bayside/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/02/sale-bajo-fianza-acusado-de-agredir-a-cantinera-en-bayside/"><b>Leer en español</b></a></p><p>Daniel Ramirez, 47, of Lubbock, Texas, <a href="https://www.local10.com/news/local/2026/08/01/texas-man-charged-in-bayside-attack-posts-bond-after-arrest-at-portmiami/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/01/texas-man-charged-in-bayside-attack-posts-bond-after-arrest-at-portmiami/">posted bond on Saturday</a> and was released early Sunday morning. </p><p>Ramirez was quick to defend his actions while walking out of jail. </p><p>“We ran into each other. I never hit her,” Ramirez said. </p><p>“But there’s video,” said Local 10’s Linnie Supall. </p><p>“What kind of video, that she was following me?” Ramirez asked. </p><p>“A video showing you shoving her to the ground,” said Supall. </p><p>“No, I never did. We ran into each other. It was an accident,” he said. </p><p>Ramirez was taken into custody on Friday at the Royal Caribbean terminal at PortMiami by officers with the Miami Police Department. </p><p>He appeared before a Miami-Dade judge on Saturday, and that hearing can be seen in the video below:</p><p>Ramirez’s arrest came several days after authorities released surveillance footage from the restaurant that they said showed Ramirez violently shoving a woman to the ground on July 26. </p><p>That victim, who works as a bartender at the Hard Rock Café, spoke to Local 10 News about the incident.</p><p>She said she observed Ramirez entering an employee-only area behind the bar and eating drink garnishes, and when she told him he couldn’t do that, he responded “B----, what do you want me to do, spit it out?” Both then left the bar area, she said.</p><p>“Immediately my heart started beating so fast,” said the woman who asked not to be identified. </p><p>According to an MPD arrest report, the bartender’s manager called her back over after Ramirez made a complaint.</p><p>“According to the victim, (Ramirez) told the manager that no woman was allowed to tell him what to do and that the victim needed to be reprimanded,” the arrest report states.</p><p>Police said the manager told the bartender to pretend like she was being reprimanded.</p><p>According to the victim, Ramirez fled after the initial confrontation in which she was shoved to the ground. </p><p>She said she began taking photos of him as he left the area, but alleges he confronted her again, knocking her to the ground a second time and causing her to lose consciousness.</p><p>“It was very, very disgusting, and I wonder how he would feel if it was done to someone in his family,” she said.</p><p>Police had been searching for Ramirez since the attack before locating him Friday at the Royal Caribbean cruise terminal at PortMiami.</p><p>The victim credited detectives for quickly identifying and locating the suspect.</p><p>“I’m really thankful that he was apprehended and arrested and that he’s sitting there thinking about his actions,” the victim said. </p><p>After posting his bond, Ramirez said he is going home to Texas. </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[Person dies after being hit by train in Pompano Beach]]></title><link>https://www.local10.com/news/local/2026/08/02/person-killed-after-being-hit-by-train-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/person-killed-after-being-hit-by-train-in-pompano-beach/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A person has died after being struck by a train Sunday night in Pompano Beach, according to the Broward Sheriff’s Office.]]></description><pubDate>Mon, 03 Aug 2026 03:06:30 +0000</pubDate><content:encoded><![CDATA[<p>A person has died after being struck by a train Sunday night in Pompano Beach, according to the Broward Sheriff’s Office.</p><p>At about 8:30 p.m., BSO deputies and Pompano Beach Fire Rescue crews responded to reports of a train that had struck a pedestrian near the intersection of North Dixie Highway and Northeast Second Street.</p><p>When crews arrived, they found a person who had been hit by a train. Investigators said the person was pronounced dead at the scene.</p><p>Detectives with the Broward Sheriff’s Office Crime Scene and Homicide units were notified and are investigating the circumstances surrounding the fatal crash.</p><p>The victim’s identity has not yet been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJXF27YAAGHJM3Q5R5ADRGHZ2M.jpg?auth=31d822805678351e668c0e9fbae80b9e60c37c72a19d43e9ebab389a1ee056e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Broward County Sheriff's Office]]></media:description></media:content></item><item><title><![CDATA[The Latest: Blanche rescinds fund for Trump allies after senators threaten to block his AG bid]]></title><link>https://www.local10.com/news/politics/2026/08/03/the-latest-blanche-rescinds-fund-for-trump-allies-after-senators-threaten-to-block-his-ag-bid/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/the-latest-blanche-rescinds-fund-for-trump-allies-after-senators-threaten-to-block-his-ag-bid/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Acting Attorney General Todd Blanche has put it in writing, issuing a formal order terminating President Donald Trump’s $1.8 billion “anti-weaponization fund” to compensate his political allies. The move follows weeks of negotiations with two Republican senators who were blocking his nomination for the permanent job.]]></description><pubDate>Mon, 03 Aug 2026 13:46:07 +0000</pubDate><content:encoded><![CDATA[<p>Acting Attorney General Todd Blanche has put it in writing, issuing a formal order terminating President Donald Trump’s $1.8 billion “anti-weaponization fund” to compensate his political allies. The move follows weeks of negotiations with two Republican senators who were blocking his nomination for the permanent job.</p><p>The order leaves in place a declaration — rejected by a judge as improper self-dealing — giving Trump and his family retroactive immunity for any tax audits.</p><p>Trump says new talks to wind down the war in Iran will start Monday afternoon, after announcing he's holding off on another massive wave of strikes. His comments once again brought oil prices down on hopes of reviving shipments through the Strait of Hormuz.</p><p>Immigration remains a stronger issue for Trump than the economy or Iran, according to a new AP-NORC poll, even after three people were killed in encounters with Immigration and Customs Enforcement last month.</p><p>Here is the latest:</p><p>Falling oil prices help calm Wall Street’s inflation worries, while chip stocks get back to sinking</p><p>Oil prices are easing and helping to calm Wall Street’s worries that inflation could potentially get even worse. That has U.S. stock indexes rising early Monday, but several major chip stocks are falling again including Micron and AMD.</p><p>The S&P 500 rose 0.4%. The Dow Jones Industrial Average added 625 points, and the Nasdaq composite rose 0.2%. The price of a barrel of Brent crude fell 5.1% to $83.42 after Trump said over the weekend he would hold off on ordering new strikes against Iran at the urging of allies in the region. Treasury yields fell.</p><p>▶ Read more</p><p>Trump overhaul could gut Head Start preschool quality standards</p><p>The Trump administration is planning a dramatic overhaul of Head Start that would gut its quality standards, two people familiar with the deliberations said.</p><p>Head Start, established in the 1960s to help fight poverty, has long been considered by experts to be a gold standard for early education. It has more than 100 pages of regulations that cover everything from child-to-teacher ratios and child health screenings to family engagement.</p><p>The Republicans would replace these with around a dozen pages of rules that leave most specifics to state and local law, said the people, who spoke on condition of anonymity because the information is not yet public and they feared reprisal.</p><p>The draft rules would require more documentation from homeless or unemployed parents, and an early version would have barred even the U.S. citizen children of parents who are in the United States illegally.</p><p>▶ Read more</p><p>US dollar weakens sharply against Japanese yen after Trump intervenes in market</p><p>The U.S. dollar weakened sharply against the Japanese yen on Monday after Trump and Japan’s finance minister confirmed that both sides had intervened in markets.</p><p>The yen’s prolonged weakness against the dollar has been a source of frustration for Tokyo. Since Japan imports so much of what it consumes, a weak currency pushes prices higher. High oil prices have amplified pressure on Prime Minister Sanae Takaichi to do more to address the rising cost of living.</p><p>Normally, foreign exchange markets determine the relative values of currencies, and officials usually stay mum on any interventions, but Trump confirmed it on Sunday.</p><p>A weaker dollar makes U.S.-made goods more competitive. Analysts are describing the intervention as a “low-cost” way for Washington to pay a favor to a key U.S. ally.</p><p>▶ Read more</p><p>Blanche order keeps Trump’s ‘self-dealing’ immunity for any past tax audits</p><p>The document released by Blanche on Sunday night keeps a provision of the IRS settlement that provided broad tax-audit immunity for Trump and family, while limiting its scope.</p><p>It clarifies that the immunity “applies by its terms only retroactively” to claims open at the time of the settlement, and does not protect the president from examination of future tax filings.</p><p>On Friday, Trump’s attorneys notified a court they would appeal a judge’s scathing ruling that characterized the settlement of the president’s lawsuit against the IRS as an improper exercise in self-dealing.</p><p>The judge said that because Trump manipulated the court system by suing an agency he controls, the government cannot claim in official proceedings that the agreement resulted from a legitimate legal process.</p><p>Trump says talks on Iran war will begin on Monday after he holds off on ‘massive’ strikes</p><p>Trump said new talks to wind down the war in Iran and revive traffic through the Strait of Hormuz will start Monday afternoon, after announcing he is holding off on new massive strikes he had threatened to unleash on the country. Iranian state media, however, quoted the country’s foreign ministry as saying Tehran was not currently holding negotiations with the United States.</p><p>Israel struck the Gaza Strip again over the weekend, after the U.S. and Hamas said a deal was reached for the militant group to disarm, a potential step toward ending the war in Gaza that depends on Israel stopping its attacks. The Israeli military said the strikes targeted militant operatives.</p><p>Hospitals in Gaza said at least 17 people were killed, including children. A strike on one residential apartment killed three family members including a 4-year-old child, according to Nasser hospital, where the bodies arrived.</p><p>▶ Read more</p><p>Why immigration remains strong for Trump among Republicans, according to a new AP-NORC poll</p><p>Immigration remains a stronger issue for Trump than the economy or Iran, according to a new AP-NORC poll, even after three people were killed in encounters with Immigration and Customs Enforcement in July.</p><p>Trump is not getting a glowing endorsement on his immigration approach from Americans overall, the new survey from The Associated Press-NORC Center for Public Affairs Research found: Only 39% of U.S. adults approve of his performance on immigration, a decline from 49% at the beginning of his second term.</p><p>Despite that, about 8 in 10 Republicans continue to approve of how Trump is handling immigration. That’s a slight decline from the beginning of Trump’s second term, when about 9 in 10 Republicans approved, but his support within his base has been mostly stable despite a chaotic year of immigration enforcement actions.</p><p>▶ Read more</p><p>Iran déjà vu: Trump once again threatens massive escalation against Tehran only to walk back</p><p>Trump has played this hand before during the 5-month-old Iran war.</p><p>It starts with a grim warning to Tehran that he’s on the cusp of ordering U.S. forces to “obliterate” its power plants or seize key parts of its oil industry if its leaders don’t quickly agree to U.S. terms to end the war. It ends with him edging away with a last-minute declaration, sometimes at the behest of Gulf allies, that he’s going to give diplomacy more time.</p><p>The hardball strategy aims to create movement in negotiation through pressure and chaos. But the tactic is facing a challenge with an Iranian theocracy that believes it holds a higher threshold for strategic pain than Washington.</p><p>The latest episode began on Friday when Trump grimly declared that he was “losing faith” in negotiations with Iran and warned that the U.S. military “ will be hitting them very hard.”</p><p>But by late Saturday night, Trump declared on social media that there were signs of progress on reaching an agreement and so he was calling off a plan to carry out new, massive strikes for the time being.</p><p>▶ Read more</p><p>Blanche rescinds fund for Trump allies after GOP senators threaten to block his attorney general bid</p><p>Acting Attorney General Todd Blanche finally put it in writing, issuing a formal order late Sunday terminating Trump’s $1.8 billion “anti-weaponization fund” to compensate his political allies. The move follows weeks of negotiations with two Republican senators who were blocking his nomination for the permanent job.</p><p>A spokeswoman for Texas Sen. John Cornyn confirmed the deal, which comes ahead of a Tuesday confirmation vote for Blanche’s nomination in the Senate Judiciary Committee. The other GOP senator, North Carolina Sen. Thom Tillis, did not have immediate comment.</p><p>Blanche said at a June hearing that the Justice Department would not move forward with the fund to compensate those who believe they were unfairly prosecuted, as he faced bipartisan outrage over the possibility that violent rioters who attacked police at the U.S. Capitol on Jan. 6, 2021, could be considered for payments. But Cornyn and Tillis, both members of the Judiciary panel, have said they wanted to see the promise in writing before they endorsed Blanche’s nomination — especially as Trump continued to express support for the idea.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EIRHMEACN3XHHBOONQDET4GBME.jpg?auth=9e2109217a10abb05e8696491bf20d167ca0c3dadd02500f6dbcd3072981b4b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump carries an umbrella as he exits Air Force One at Joint Base Andrews, Md., Sunday, Aug. 2, 2026, on return to Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MX6IUV37MG3JEVQLMK57VYTRNQ.jpg?auth=55f0b91179e8690623ed75f8fba1fbc53cf6666e105441054f064511dac99ed6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health and Human Services Secretary Robert F. Kennedy Jr., from left, acting Attorney General Todd Blanche and Vice President JD Vance attend a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JQ7NTQLAVPAPK7FXQQM4PZJKME.jpg?auth=da4da271722b7b5b016e2ce318c5ff06c53a4175d644f8b3fb063e2c8b4ad860&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rioters supporting President Donald Trump storm the Capitol in Washington, Jan. 6, 2021. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6UZ3PRKW77IIXZPAFF4OYN7OYM.jpg?auth=f8ba747b02b229d6263e1c980a25ce0b4d92344f7a83b4dfb06e142fffcd34b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People hold signs in protest during a vigil for Johan Sebastian Duran Guerrero, a Colombian national who was shot and killed by an ICE agent, Friday, July 17, 2026, in Biddeford, Maine. (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/7WJ4E3VAODF55LHB224D76PG3I.jpg?auth=d36efb46c592fff1fe1e76c283e46c7dcb429a69aba6a0388ae401fc7fc5cc75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People hold signs in protest during a vigil for Johan Sebastian Duran Guerrero, a Colombian national who was shot and killed by an ICE agent, Friday, July 17, 2026, in Biddeford, Maine. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Cash register stolen during break-in at Fort Lauderdale dollar store]]></title><link>https://www.local10.com/news/local/2026/08/03/cash-register-stolen-during-break-in-at-fort-lauderdale-dollar-store/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/cash-register-stolen-during-break-in-at-fort-lauderdale-dollar-store/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A cash register, money from a tip jar and some drinks were stolen early Monday during a burglary at a dollar store in Fort Lauderdale, the owner of the business told Local 10 News.]]></description><pubDate>Mon, 03 Aug 2026 12:03:03 +0000</pubDate><content:encoded><![CDATA[<p>A cash register, money from a tip jar and some drinks were stolen early Monday during a burglary at a dollar store in Fort Lauderdale, the owner of the business told Local 10 News.</p><p>According to Fort Lauderdale police, the burglary was reported at about 4:15 a.m. at the business in the 3600 block of Davie Boulevard.</p><p>The Dollar Stop owner said the thief or thieves smashed the glass front door before making their way inside. </p><p>Police said officers established a perimeter and detained a person of interest for questioning.</p><p>No arrests have been made at this time.</p><p>Police said the investigation remains ongoing.</p><p>Anyone with information about the burglary is asked to call the Fort Lauderdale Police Department 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><media:content url="https://www.local10.com/resizer/v2/Z7PVYSIWKVA75JVASKT6SIMAA4.jpeg?auth=77a0a706d20300d78e8215ec01eadda399854f97f970ca7fb5a1c4b254fa8f03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[AP Decision Notes: What to expect in Washington state's primary]]></title><link>https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-washington-states-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-washington-states-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Nine contenders for one of the nation’s most hotly contested congressional seats will compete in the Washington state primary on Tuesday for two spots on the November general election ballot. Voters across Washington will also choose finalists for the state’s nine other congressional seats, as well as for the state Legislature and state Supreme Court.]]></description><pubDate>Mon, 03 Aug 2026 11:55:41 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Nine contenders for one of the nation’s most hotly contested congressional seats will compete in the Washington state primary on Tuesday for two spots on the November general election ballot. Voters across Washington will also choose finalists for the state’s nine other congressional seats, as well as for the state Legislature and state Supreme Court.</p><p>Democratic U.S. Rep. Marie Gluesenkamp Perez is running for reelection for the 3rd Congressional District seat she first won narrowly in 2022. A former auto shop co-owner, she is the best-known and best-funded of the four Democrats on the ballot. She also faces challenges from three Republicans, including state Senate Minority Leader John Braun, who has a key endorsement from President Donald Trump. The southwest Washington district is expected to be a key U.S. House battleground this fall.</p><p>Washington state has a top-two primary system in which all candidates compete on the same ballot and the two highest vote-getters regardless of party advance to the general election.</p><p>The 3rd Congressional District borders Oregon to the south and the Pacific Ocean to the west. Trump received 50.3% of the vote from 3rd District voters in 2024, besting the 47% Democratic Vice President Kamala Harris received. Gluesenkamp Perez received 50.1% of the vote in the 2022 general election and about 52% in 2024.</p><p>Incumbents are running for reelection in nine of the state’s 10 congressional districts. The exception is the 4th Congressional District, where Republican U.S. Rep. Dan Newhouse is retiring after six terms. Newhouse was among 10 House Republicans who voted to impeach Trump following the Jan. 6, 2021, attack on the U.S. Capitol by a mob of his supporters.</p><p>Eleven candidates are running to replace him, including Yakima County Commissioner Amanda McKinney and entrepreneur and former NASCAR driver Jerrod Sessler, both Republicans. Trump endorsed McKinney in January on the five-year anniversary of the insurrection. He previously endorsed Sessler’s unsuccessful bid to unseat Newhouse in 2024. Trump received 59% of the 4th District vote in the presidential election that year.</p><p>About half of Washington’s 49 state Senate seats and all 98 state House seats are up in 2026. Democrats currently control about 60% of seats in each chamber.</p><p>Three of Washington’s nine state Supreme Court justices are on Tuesday’s ballot, including Chief Justice Debra Stephens. A fourth seat is open. Although state Supreme Court seats are nonpartisan, liberals hold a majority and the ideological balance of the court is not at stake.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>In-person voting centers close at 8 p.m. PT, which is 11 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. House, state Senate, state House and state Supreme Court.</p><p>Who gets to vote?</p><p>Any eligible voter may participate in the state’s top-two primary system.</p><p>How many voters are there?</p><p>As of July 1, there were about 5.1 million registered voters in Washington.</p><p>How many people actually vote?</p><p>About 2 million votes were cast in the 2024 all-party primary for governor. That was slightly higher than the roughly 1.9 million votes cast in the 2022 all-party U.S. Senate primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>Washington conducts its elections almost entirely by mail, and very few voters cast their votes in person. In the 2024 state primary, about 58.5% of voters delivered their ballots to a drop box, while about 41.3% sent their ballots through the mail.</p><p>As of Thursday, about 699,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>The first vote updates of the night tend to include mostly results from mail voting with relatively few results from early in-person or in-person Election Day voting. A handful of counties, including two of the more populous in the state, Spokane and Clark, often release the bulk of their absentee results in their first vote update, but most counties roll them out over the course of the night.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 11:06 p.m. ET, or six minutes after polls closed. The last vote update of the night was at 11:43 p.m. ET, with about 51% of total votes counted. The vote count surpassed the 75% mark on the Thursday following the election at 7:56 p.m. ET and reached about 95% of the total vote six days after the election at 7:24 p.m. ET.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Machine recounts in Washington state are automatic if the vote margin between the top two candidates is less than 2,000 votes and less than 0.5% of the total votes cast for both candidates. Manual recounts are required for statewide contests if the margin is less than 1,000 votes and less than 0.25% of the total votes cast for both candidates. For all other races, manual recounts are required when the margin is less than 150 votes and less than 0.25% of the total votes cast for both candidates. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 91 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CVDBPPC3ZTUFZ6SZ3HTI6PVAXA.jpg?auth=880c423457d7a331ca2e6c49a32b52b296c0f157a7946530a00b0dcd81339a76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minority Leader John Braun, R-Centralia, speaks during a legislative session preview at the Capitol, Jan. 9, 2025, in Olympia, Wash. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Woman accused of killing baby through neglect extradited to Broward County]]></title><link>https://www.local10.com/news/local/2026/08/03/woman-accused-of-killing-baby-through-neglect-extradited-to-broward-county/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/woman-accused-of-killing-baby-through-neglect-extradited-to-broward-county/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner]]></dc:creator><description><![CDATA[A 20-year-old woman who is accused, along with her partner, of killing their baby through neglect and then claiming the little girl was a “hoax” who never existed, has been extradited to Broward County.]]></description><pubDate>Mon, 03 Aug 2026 11:54:18 +0000</pubDate><content:encoded><![CDATA[<p>A 20-year-old woman who is accused, along with her partner, of killing their baby through neglect and then <a href="https://www.local10.com/news/local/2026/07/23/what-baby-hollywood-couple-killed-baby-through-neglect-then-claimed-she-never-existed-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/23/what-baby-hollywood-couple-killed-baby-through-neglect-then-claimed-she-never-existed-cops-say/">claiming the little girl was a “hoax” who never existed</a>, has been extradited to Broward County.</p><p>Online jail records show that Samantha Angelina Feliz was booked into the Broward County Main Jail Sunday on charges of aggravated manslaughter of a child, tampering with or fabricating physical evidence, failing to report a death, reporting false information concerning a missing child and obstructing a criminal investigation by providing false information to law enforcement about a missing person.</p><figure><img src="https://www.local10.com/resizer/v2/3QY2KM355VDQNICRW2YDYV6Z6Q.jpg?auth=fbde7f905f7c0077d8efb6834b6a7c7d2714c7720df253cb0a49f6138909ec2b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In an arrest warrant, police made a circumstantial case against Feliz and Alejandro Leon Jr. They said the body of their still-missing baby girl, identified as “Angelina,” has still not yet been found, but signs ― including DNA blood evidence ― point to her death.</p><p>Police in Rockingham, North Carolina took Leon, 21, and Feliz into custody on July 22. </p><p>Authorities said the investigation began after a relative contacted the Hollywood Police Department in July 2025 to report that he hadn’t seen the child since that February and said the couple made unsettling statements that Angelina “was part of a scam and denied ever having a baby.”</p><p>A relative who met with Feliz at a Hollywood park in March 2025 told investigators that after asking Feliz about Angelina, she replied, “What baby? There is no baby.”</p><p>“Since that time, Feliz has claimed that there never was a baby, that the baby was a hoax and that she was scamming everyone for money,” the HPD arrest warrant stated.</p><p>But police said the couple referenced the girl in prior text messages and had taken photos of Feliz visibly pregnant. Additionally, police said they took photos and videos with Angelina after her birth, which was believed to have been at home with no birth certificate issued.</p><p>Authorities said the last photo of Angelina was taken on Jan. 5, 2025. The baby looked “visibly ill and malnourished,” the warrant stated. </p><p>“In this final photo, the victim is showing no signs of life,” police said of the image.</p><p>At one point, officers with the Lantana Police Department in Palm Beach County located and interviewed the couple and both maintained that “Feliz was never pregnant and had never given birth to a baby,” the warrant stated.</p><p>“They further claimed that the story was fabricated in hopes that their families would feel sorry for them and give them money,” HPD Detective Nancie Toler wrote. “During the interview, Feliz indicated that there were numerous text messages between her, Leon, and family members discussing the pregnancy and how she made the story up.”</p><p>Police said Feliz claimed to have been “wearing a pregnant belly cast making her look pregnant” as part of the claimed “scam.”</p><p>“Moreover, during said interviews both Feliz and Leon advised that law enforcement would never find a ‘record’ of any baby,” Toler wrote. “Feliz further eluded (sic) to the fact that the (baby) had belonged to a crack addict and they were only watching (her).”</p><p>Authorities said a search of a storage unit in Hollywood ― where the couple is believed to have been living at one point ― revealed “baby clothing, a positive Clearblue Easy pregnancy test, black semi auto handgun, what appears to be a blood-stained towel, three notebooks containing verbiage of a gender reveal and victim shower, and multiple electronic devices.”</p><p>Crime lab results “indicated the presence of blood on the baby clothing and towels” and DNA testing showed it “was from a biological child of Leon and Feliz,” the warrant stated.</p><p>In the warrant, Toler wrote that since the initial report, law enforcement has tried and failed to contact Feliz and Leon.</p><p>“Moreover, during the course of this investigation, law enforcement has attempted to locate the victim’s remains utilizing cadaver dogs at Leon and Feliz’s prior residences however, each search yielded negative results,” the detective wrote.</p><p><a href="https://www.local10.com/news/local/2026/07/27/man-extradited-to-broward-in-presumed-death-of-baby-daughter-appears-in-court/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/27/man-extradited-to-broward-in-presumed-death-of-baby-daughter-appears-in-court/">Leon was extradited to Broward County on July 26 </a>and, as of Monday, is being held at the Broward County Main Jail without bond.</p><p>Feliz is expected to appear in Broward County bond court sometime on Monday.</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[Coast Guard searching for missing boater last seen in Marathon]]></title><link>https://www.local10.com/news/local/2026/08/03/coast-guard-searching-for-missing-boater-last-seen-in-marathon/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/coast-guard-searching-for-missing-boater-last-seen-in-marathon/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The U.S. Coast Guard is asking for the public’s help in locating a missing boater who was last seen in the Florida Keys over the weekend.]]></description><pubDate>Mon, 03 Aug 2026 11:33:17 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Coast Guard is asking for the public’s help in locating a missing boater who was last seen in the Florida Keys over the weekend.</p><p>According to the Coast Guard, Dustin Southwick was initially seen around 8 a.m. Saturday on his rental boat in Marathon.</p><p>Officials said Southwick was later seen aboard the rental boat, identified as the Mauney Marine, near the 33rd Street boat ramp around noon.</p><figure><img src="https://www.local10.com/resizer/v2/ME54SP74SVHKVED5BBXI4WSWMY.jpg?auth=fbe4abb3acee17db11d4258170d436192426dd74975100f141be95b64c1d8bad&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Search crews from the U.S. Coast Guard in Marathon are continuing efforts to locate him.</p><p>Anyone with information about Southwick’s whereabouts is asked to contact the Coast Guard Sector Key West.</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[Pogačar returns to the Spanish Vuelta in pursuit of a rare double and elusive treble]]></title><link>https://www.local10.com/sports/2026/08/03/pogacar-returns-to-the-spanish-vuelta-in-pursuit-of-a-rare-double-and-elusive-triple/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/pogacar-returns-to-the-spanish-vuelta-in-pursuit-of-a-rare-double-and-elusive-triple/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Tour de France champion Tadej Pogačar is returning to the Spanish Vuelta after a seven-year absence to pursue a Grand Tours hat trick of titles.]]></description><pubDate>Mon, 03 Aug 2026 12:37:55 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Tour de France champion Tadej Pogačar is returning to the Spanish Vuelta after a seven-year absence to pursue a Grand Tours hat trick of titles.</p><p>The Slovenian rider’s UAE Team Emirates-XRG team announced its lineup for the three-week race on Monday, confirming Pogačar will take part after claiming a record-equaling fifth Tour de France crown last month.</p><p>“It was my first ever Grand Tour back in 2019 and an amazing experience,” Pogačar said. “Spain is a country I love to visit and race in and I think the time is right to go back.”</p><p>Exclusive clubs</p><p>Pogačar joined Belgian Eddy Merckx, Spaniard Miguel Indurain, and Frenchmen Jacques Anquetil and Bernard Hinault as the only riders with five Tour de France titles to their names.</p><p>Unlike male riders including Hinault, Anquetil, Merckx and Jonas Vingegaard, however, Pogacar has not won the Spanish Vuelta for a hat trick of Grand Tours wins.</p><p>Pogačar, who won the Giro d’Italia in 2024 by a big margin, is also bidding to become just the fourth male rider to win the Vuelta and Tour de France in the same year after Anquetil, Hinault and Chris Froome.</p><p>Spanish Vuelta</p><p>The 81st Vuelta starts on Aug. 22 with an individual time trial in Monaco – where Pogačar lives – before making its way through France and Andorra to Spain. It concludes in Granada on Sept. 13 after nearly 3,300 kilometers of racing.</p><p>The 27-year-old Pogačar won three stages when he finished third on his last and only appearance so far at the Vuelta.</p><p>“Joining Pogačar are João Almeida, Jay Vine, Pavel Sivakov, Pablo Torres, Kevin Vermaerke, Domen Novak and Ivo Oliveira,” UAE Team Emirates-XRG said.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JRHMQIUHXRYFWDFBYZSJS4FP6M.jpg?auth=90716e079cd6aa9c777b72f4496267e8874cf6d22af378f49e851fbdb61bb3b2&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 yellow jersey, celebrates as he crosses the finish line of the last stage of the Tour de France cycling race with start and finish in Paris, Sunday, July 26, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZAYUOSPYPRAXL77NLU5NYEM3Y.jpg?auth=abcf927ec06702fe6ef6af91de03400574b80637260092a0b01810cdb90c3131&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 yellow jersey, races through the cobbled streets of Montmartre during the last stage of the Tour de France cycling race with start and finish in Paris, Sunday, July 26, 2026. (AP Photo/Etienne Garnier/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Etienne Garnier</media:credit></media:content></item><item><title><![CDATA[U.S. 41 reopens after brush fire prompts closure]]></title><link>https://www.local10.com/news/local/2026/08/02/brush-fire-shuts-down-stretch-of-us-41-in-the-everglades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/brush-fire-shuts-down-stretch-of-us-41-in-the-everglades/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[A brush fire burning near U.S. 41 in the Everglades forced the closure of the highway in both directions and prompted the precautionary evacuation of Everglades Safari Park on Sunday, authorities said.]]></description><pubDate>Sun, 02 Aug 2026 21:33:21 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire burning near U.S. 41 in the Everglades forced a short closure of the highway in both directions and prompted the precautionary evacuation of Everglades Safari Park on Sunday, authorities said.</p><p>Officials have not released information about the size of the fire, its cause or whether any structures were damaged.</p><p>Drivers were urged to avoid the area and use alternate routes while crews responded.</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[Storms return for start of the week with localized flood threat]]></title><link>https://www.local10.com/weather/2026/08/03/storms-return-for-start-of-the-week-with-localized-flood-threat/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/03/storms-return-for-start-of-the-week-with-localized-flood-threat/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[After a warm and humid start to the day with the chance for an isolated shower through the morning, temperatures will quickly heat into the lower 90s with a mix of sun and clouds. ]]></description><pubDate>Mon, 03 Aug 2026 11:15:57 +0000</pubDate><content:encoded><![CDATA[<p>After a warm and humid start to the day with the chance for an isolated shower through the morning, temperatures will quickly heat into the lower 90s with a mix of sun and clouds. </p><p>Feels like temperatures will range between 100 to 105° early Monday afternoon. </p><p>Storms are forecast to develop by mid-afternoon, and with a south-southwest wind, storms will remain along the east coast metro into the early evening. </p><p>Slow moving storms that develop could produce frequent lightning, gusty winds, heavy rain, and localized street flooding. </p><p><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/"><b>CLICK HERE </b></a><b>for the latest forecast updates from Local 10’s Weather Authority. </b></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[US faces new pressure to build weapons without China's rare earth magnets]]></title><link>https://www.local10.com/business/2026/08/03/us-faces-new-pressure-to-build-weapons-without-chinas-rare-earth-magnets/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/03/us-faces-new-pressure-to-build-weapons-without-chinas-rare-earth-magnets/</guid><dc:creator><![CDATA[By DIDI TANG, JOSH FUNK and RODRIQUE NGOWI, Associated Press]]></dc:creator><description><![CDATA[EXETER, N.H. (AP) — A giant American flag hanging on the wall of a warehouse in New Hampshire hints at the national importance of the elements bound inside the mining waste stored in 1-ton bags. The company uses electrolysis to separate the key critical elements President Donald Trump's administration desperately wants to produce domestically from the powder left behind at traditional mines.]]></description><pubDate>Mon, 03 Aug 2026 12:36:22 +0000</pubDate><content:encoded><![CDATA[<p>EXETER, N.H. (AP) — A giant American flag hanging on the wall of a warehouse in New Hampshire hints at the national importance of the elements bound inside the mining waste stored in 1-ton bags. The company uses electrolysis to separate the key critical elements President Donald Trump's administration desperately wants to produce domestically from the powder left behind at traditional mines.</p><p>The small Phoenix Tailings refinery tucked inside an office park in Exeter, New Hampshire, could play a key role in helping America break the chokehold China has on the processing of critical minerals, but it will take 14 to 18 months to build a new factory with a $500 million loan from the Pentagon to drastically expand the company's separation and metallization capacity, a particularly weak stage in the U.S. mines-to-magnets supply chain.</p><p>The task that workers carry out in heat-resistant suits and sealed face masks has become more urgent with the war in the Middle East rapidly drawing down munitions because critical minerals are a key ingredient in widely used U.S. weapons systems such as Tomahawk cruise missiles, THAAD interceptors and F-35 fighter jets. While the White House is demanding military contractors speed up weapons production, it’s also imposing even stricter rules banning them from sourcing critical-mineral components from China.</p><p>“It will be a tall order and a challenge to replenish these stocks and scale up in the time frame needed to meet defense demand and regulations,” said Anthony Balladon, the chief commercial officer and a co-founder. He said the company is working hard to greatly increase its capacity.</p><p>Although the U.S. is quickening its pace to rebuild the domestic supply chain of critical minerals, free of control from its most formidable rival, most new U.S. mines are years away from reality, so extracting some of these hard-to-pronounce elements from existing mine waste can help satisfy the growing demand in the meantime.</p><p>Phoenix Tailings</p><p>has big plans</p><p>As its name indicates, Phoenix Tailings taps tailings, or waste from traditional mining, as well as recycled magnets and disk drives as the raw materials for separation and metallization, the stage at which China has the strongest hold.</p><p>To make inroads, the company, based in Woburn, Massachusetts, plans to build a facility to extract and produce critical metals, such as neodymium, praseodymium, terbium, dysprosium, samarium and yttrium, which are needed in defense, aerospace and automotive industries.</p><p>“We call it the Freedom facility because, ultimately, the purpose of this is to ensure that the entire Western Hemisphere, the United States and its allies are free of Chinese influence within the rare-earth space,” Balladon said.</p><p>On a recent afternoon, two technicians in heat-resistant hazmat suits were operating an apparatus of cylinders, tubes, funnels and control panels set up on a platform with bright yellow railings. A chemical process involving electricity removes oxygen and turns the oxides feed into a grayish metal: neodymium-praseodymium, which can be used to make extremely strong permanent magnets used in fighter jets, missiles, radar systems and drones.</p><p>The metals Phoenix Tailings refines and other critical minerals play “an outsized role” in defense systems, Balladon said. A $150 million weapons system won’t work if it's missing critical minerals that may be worth only $20,000 to $30,000, he said.</p><p>The U.S. defense sector is particularly reliant on samarium and needs 50 to 100 tons each year, but the U.S. capacity is very limited, he said.</p><p>Phoenix Tailings is among the few companies capable of producing the final metal, according to Balladon, but its capacity is only about 200 kilograms (440 pounds) a year. He said the company will scale up to about 5 tons in the next three months but it will be next year or 2028 before it reaches its goal of 120-ton capacity.</p><p>Another US magnet maker looks to France</p><p>For years, the U.S. magnet maker Arnold Magnetic Technologies relied on China for samarium to produce the extremely strong, stable-in-high-temperature magnet that goes into precision-guided missiles such as the Tomahawks.</p><p>That doesn’t work any more. For Arnold, the solution has come from a relic of Europe’s past rare-earth industry — abandoned mined dirt in the French city of La Rochelle.</p><p>Solvay, a Belgium-headquartered chemical company, ceased operations to separate and process rare earths from the mined dirt in the 2000s. That was when China was building up most of the world’s processing capacities with a determination to dominate.</p><p>Then came April 2025, when China weaponized its near-monopoly by choking the outflow of processed critical materials and forcing the U.S. government to back off in their trade war. It was then that Solvay restarted separating neodymium and praseodymium at the La Rochelle site, and this year it began to separate heavy rare earths such as samarium, dysprosium and terbium, a Solvay spokesperson said.</p><p>“This ramp‑up is driven by several factors: rapidly growing demand for permanent magnets, increased geopolitical focus on supply chain security, and strong customer demand in Europe and the United States for more diversified, resilient and traceable sources of supply,” the company spokesperson said.</p><p>In Rochester, New York, where Arnold is headquartered, higher costs by Solvay, as compared with China, have not been a deal-breaker, because the samarium-cobalt magnets that it manufactures account for only a small cost in a weapon system, said Matt Blake, chief executive officer of Arnold Magnetic Technologies. “They are not the absolute cost drivers,” he said.</p><p>The surge in demand for such magnets has worked in the company’s favor, said Aaron Williams, the company’s chief commercial officer. “From our end, it’s a good opportunistic growth," he said.</p><p>But not all metals are equal</p><p>Brodie Sutherland, chief executive officer of Patriot Critical Minerals Corp., which seeks to explore and mine tungsten in the U.S., is concerned that the U.S. will not be able to get by without China-sourced tungsten after Jan. 1, 2027, a deadline imposed by the Pentagon.</p><p>The U.S. is fully dependent on imports, with China controlling roughly 80% of the global mine supply and an even larger share of downstream processing, Sutherland said.</p><p>Efforts to ramp up U.S. production will take years, he said, and in the meantime the Pentagon and its defense contractors will need to rely on existing inventories, expanded recycling and limited non-China sources.</p><p>Iran war and Trump's China order create pressure and opportunity</p><p>The need to increase production has become more urgent as the war with Iran digs into the U.S. military’s already diminished stockpiles of advanced missile interceptors. This could force the U.S. and its Middle Eastern allies to take more risks to conserve those air defenses, potentially putting American troops at risk, according to an analysis from the Center for Strategic and International Studies, a Washington think tank.</p><p>It also has raised concerns that the U.S. military would have diminished firepower in any potential future conflict with China. CSIS warned in May that it could take at least three years to replenish stockpiles of the Tomahawks, Patriots and THAADs, or Terminal High Altitude Area Defense interceptors.</p><p>But just last month, Trump, a Republican, complicated the mission by announcing stricter controls on defense contractors sourcing critical materials from China. His executive order also curtails the Pentagon’s waiver authority should a contractor cite “non-availability” of a domestic source. It criticizes defense contractors for failing to prioritize domestic production.</p><p>“It is the policy of the United States that not only the finished equipment deployed by our military, but also the critical materials and components necessary to manufacture, maintain, sustain, and repair that equipment, are sourced domestically or from allied nations,” the July 20 order declared.</p><p>In a statement, Lockheed Martin said “we continuously assess the global rare earth supply chain to ensure access to critical materials that support our customers’ missions.” Several other major U.S. defense contractors, including Raytheon Technologies and Northrop Grumman, didn’t respond to The Associated Press' requests for comment.</p><p>Balladon is confident that U.S. companies and partners can rise to the task. “Ultimately, with the right support and partners across the industry," he said, “we think we can make it happen.”</p><p>___</p><p>Funk reported from Omaha, Nebraska.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VUUNLXZZSI542AFXZNFJKQGRXA.jpg?auth=79cce452ccf910e0117c8159d4b9fecebcb34a593fd114805a3f20c285dba5ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker drives a forklift at the Phoenix Tailings refinery Wednesday, July 22, 2026, in Exeter, N.H. (AP Photo/Rodrique Ngowi)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrique Ngowi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/652RNQHMUWIJMQGDHTS3GSQKCA.jpg?auth=5a7a5f3f95f26cd9816a674be7898466cc1b0ba13a5b0d700ee5c292e01af6f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows Phoenix Tailings' chief commercial officer and a co-founder Anthony Balladon speaking to a reporter on Friday, July 17, 2026, at the company's rare earth elements refinery in Exeter, N.H. (AP Photo/Rodrique Ngowi)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrique Ngowi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJWXECOGNWQED3P7O4WIXY5ZDM.jpg?auth=784f37e8c9dd07fe26c7b98fd4f564420646f9cf099d8b829825c43e9e7395a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows Phoenix Tailings' workers clad in personal protection equipment as they harvest an alloy on Wednesday, July 22, 2026, at the company's rare earth elements refinery in Exeter, N.H. (AP Photo/Rodrique Ngowi)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrique Ngowi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTK6XSGJKOJ3BE4SSY7TKGQX6I.jpg?auth=9e0ebcfe3bb6f0875c9ca33a96a1a4af5613c8ce49e54245071f73324e710ae5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows an office park that is home to Phoenix Tailings' rare earth metal refinery Friday, July 17, 2026, in Exeter, N.H. (AP Photo/Rodrique Ngowi)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrique Ngowi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMAFPF3SU5FSYZKDASIKV2N5OA.jpg?auth=431ddc11e60cffa31bbf5b00762baac4ff945bae67abfdea6e759500b7400047&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker uses a drill with a metal brush attachment to polish an ingot of rare earth metal known as neodymium-praseodymium oxide, Wednesday, July 22, 2026, at the Phoenix Tailings refinery in Exeter, N.H. (AP Photo/Rodrique Ngowi)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrique Ngowi</media:credit></media:content></item><item><title><![CDATA[Trump overhaul could gut Head Start preschool standards, leaving states to set the rules]]></title><link>https://www.local10.com/business/2026/08/03/trump-overhaul-could-gut-head-start-preschool-standards-leaving-states-to-set-the-rules/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/03/trump-overhaul-could-gut-head-start-preschool-standards-leaving-states-to-set-the-rules/</guid><dc:creator><![CDATA[By MORIAH BALINGIT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump's administration is planning a dramatic overhaul of Head Start that would gut its quality standards, upending the hallmarks of the early education program for impoverished children, two people familiar with the deliberations said.]]></description><pubDate>Mon, 03 Aug 2026 10:39:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump’s administration is planning a dramatic overhaul of Head Start that would gut its quality standards, upending the hallmarks of the early education program for impoverished children, two people familiar with the deliberations said.</p><p>Head Start, established in the 1960s to help fight poverty, has long been considered by experts to be a gold standard early learning program. Its regulations, which stretch more than 100 pages, outline requirements on everything from child-to-teacher ratios and child health screenings to family engagement.</p><p>The Republican administration would replace those regulations with around a dozen pages of rules, leaving most of the specifics up to state and local law, said the people familiar with the deliberations, who spoke on the condition of anonymity to discuss information that was not yet public and because they feared reprisal.</p><p>The draft rules would require more documentation from parents who are homeless or unemployed, the people familiar with the deliberations told The Associated Press. An early version of the proposal also would have barred parents who are in the United States illegally from enrolling their children, even if the children are U.S. citizens. It’s unclear whether those provisions will make the final draft.</p><p>Head Start’s rules target poverty, experts say</p><p>Head Start serves more than half a million low-income babies, toddlers and preschoolers nationwide. For families that qualify, it offers free preschool and screenings to identify developmental delays. It also offers supports for families.</p><p>The changes to Head Start would deliver a win for conservatives who have sought wholesale elimination of it. The Trump administration would also further its efforts to eliminate regulations it views as onerous or unnecessary.</p><p>If the changes take effect, they could make Head Start unrecognizable, said Khari Garvin, who ran the Office of Head Start under President Joe Biden, a Democrat.</p><p>“We’d have the carcass of Head Start,” Garvin said. “You might have a program that’s called Head Start, but in substance it will not be.”</p><p>Proposal has a long way to go to take effect</p><p>The proposed rules were originally reported in The Bulwark. The White House, the Office of Management and Budget, and the Department of Health and Human Services, which oversees Head Start, did not respond to questions about the changes.</p><p>Tommy Sheridan, deputy director of the National Head Start Association, said the organization has yet to see the proposed rules. But he said the potential for a massive overhaul has left the organization on edge.</p><p>“We’re very anxious,” Sheridan said. “When it does come out ... we’ll be ready to fight back where we need to fight back.”</p><p>Still, he emphasized that Head Start centers might not be impacted for months, if the rules get on the books at all. Once the proposal is made public, federal law requires the administration to give at least a month for the public to weigh in on it. Then, once finalized, it may take more time for the rules to take effect. There’s also the potential for a lawsuit to halt implementation.</p><p>Current rules cover dental screenings and staff-to-student ratios</p><p>Head Start was created as part of President Lyndon B. Johnson’s War on Poverty and targets the myriad challenges that low-income households face. It serves children and adults alike, coaching parents on reaching their goals, connecting them with services and even employing them.</p><p>Head Start operators, which include school districts and nonprofit organizations, are required to provide medical, dental and vision screenings for children and to monitor them for developmental delays. There’s also a curriculum framework and prohibitions on physical and emotional abuse of children.</p><p>Many of the features that make Head Start distinct from mainstream preschools are spelled out in 122 pages of performance standards. The Trump administration’s proposal would toss most of that rule book and replace it with a much shorter version that eliminates or loosens many requirements, the people familiar with the proposal said. But the proposal also calls for some new regulations, such as requiring all instruction in English.</p><p>Requirements around staff-to-student ratios and safety standards would be erased. Operators instead would be instructed to follow local and state laws, which are often far more permissive. And the new proposal also says nothing about suspensions and expulsions, the people said, making it easier for programs to kick out kids with disabilities who are difficult to educate.</p><p>Head Start is under threat</p><p>Head Start, which has enjoyed robust bipartisan support for decades, has faced several threats since Trump took office last year. Project 2025, a conservative policy blueprint authored by the official who is now Trump’s budget chief, called for the federal government to get rid of the program altogether. Last year, in a draft budget, the administration proposed exactly that, saying: “The federal government should not be in the business of mandating curriculum, locations, and performance standards for any form of education.” After public outcry, Health Secretary Robert F. Kennedy Jr., whose department oversees Head Start, told Congress the program’s funding was safe.</p><p>Funding for the program was disrupted not long after Trump took office, leading some programs to have to shutter temporarily. It was once again halted after a government shutdown in October that led some centers briefly to close their doors.</p><p>Earlier this year, Trump officials also erased a Biden-era rule that mandated raises and greater benefits for Head Start employees. When the rule went in to effect in 2024, Head Start teachers, the majority of whom have bachelor’s degrees, earned less than $40,000 a year on average.</p><p>___</p><p>Associated Press writer Ali Swenson contributed reporting.</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. The AP is solely responsible for all content. Find the 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/UP7TFGZVAWR3CQAFJD472TM3K4.jpg?auth=309d662d7f71b0de8e4a295dc1e2bf2aac5ffee80c7313cc9329bcc8801f9f65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Students help put away supplies at the end of a reading and writing lesson at the Head Start program run by Easterseals, an organization that gets about a third of its funding from the federal government, Wednesday, Jan. 29, 2025, in Miami. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXQ3T35KU23F4O4L4JMRANAEWY.jpg?auth=67c3b39b8e2bac5ab4656197a6b31c93bc859e78473eeac63496c12263989861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health and Human Services Secretary Robert F. Kennedy Jr. speaks during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VJ5NTN2AU72QZHDXWQCKJV4VL4.jpg?auth=0379fb5b96412d5f6d47a49159c535f6b3b7d07085aa53a23502ad00b079d86b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Secretary of Health and Human Services Robert F. Kennedy Jr., listens during a Cabinet meeting at the White House, May 27, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Aug. 3: Storms return for start of the week with localized flood threat]]></title><link>https://www.local10.com/weather/2026/08/03/aug-3-storms-return-for-start-of-the-week-with-localized-flood-threat/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/03/aug-3-storms-return-for-start-of-the-week-with-localized-flood-threat/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[After a warm and humid start to the day with the chance for an isolated shower through the morning, temperatures will quickly heat into the lower 90s with a mix of sun and clouds.]]></description><pubDate>Mon, 03 Aug 2026 10:57:36 +0000</pubDate><content:encoded><![CDATA[<p>After a warm and humid start to the day with the chance for an isolated shower through the morning, temperatures will quickly heat into the lower 90s with a mix of sun and clouds. Feels like temperatures will range between 100 to 105° early this afternoon. Storms are forecast to develop by mid-afternoon, and with a south-southwest wind, storms will remain along the east coast metro into the early evening. Slow moving storms that develop could produce frequent lightning, gusty winds, heavy rain, and localized street flooding. </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[Los niveles récord del Danubio llevan a países de Europa oriental al borde de emergencia energética]]></title><link>https://www.local10.com/espanol/2026/08/03/los-niveles-record-del-danubio-llevan-a-paises-de-europa-oriental-al-borde-de-emergencia-energetica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/los-niveles-record-del-danubio-llevan-a-paises-de-europa-oriental-al-borde-de-emergencia-energetica/</guid><dc:creator><![CDATA[Por JUSTIN SPIKE, Associated Press]]></dc:creator><description><![CDATA[BUDAPEST, Hungría (AP) — Numerosos gobiernos de Europa Central y Oriental están tomando medidas para ahorrar electricidad y evitar una crisis energética, después de que los niveles de agua, en mínimos históricos, en el río Danubio pusieran a las centrales eléctricas al borde del cierre.]]></description><pubDate>Mon, 03 Aug 2026 10:56:04 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST, Hungría (AP) — Numerosos gobiernos de Europa Central y Oriental están tomando medidas para ahorrar electricidad y evitar una crisis energética, después de que los niveles de agua, en mínimos históricos, en el río Danubio pusieran a las centrales eléctricas al borde del cierre.</p><p>La sequía persistente y sucesivas olas de calor extremo han privado de agua a uno de los ríos más grandes de Europa, lo que llevó el lunes los niveles del Danubio en la capital de Hungría, Budapest, a alrededor de 10 centímetros (4 pulgadas), muy por debajo del anterior mínimo histórico de 33 centímetros (13 pulgadas) registrado en 2018.</p><p>No se espera que los niveles de agua aumenten en el Danubio en los próximos días, ni siquiera semanas, ya que no se pronostican lluvias significativas y, mientras una nueva ola de calor extremo se cierne sobre la región con máximas diurnas que superan los 38 grados Celsius (100 grados Fahrenheit), el consumo de electricidad y agua va en aumento.</p><p>La central nuclear de Paks, en Hungría, al borde del cierre</p><p>Los niveles récord del Danubio han dejado a la única central nuclear de Hungría —la planta de Paks, construida en la era soviética y con cuatro reactores— al borde de apagarse por completo por primera vez en sus 44 años de servicio.</p><p>La planta de Paks, que utiliza agua del Danubio para enfriar sus reactores, apenas producía el lunes 240 megavatios de energía en lugar de los 2.000 habituales, debido a reducciones sucesivas en la potencia de sus cuatro reactores.</p><p>En un video publicado en Facebook el lunes, el primer ministro húngaro, Péter Magyar, indicó que los ingenieros habían logrado mantener en funcionamiento temporalmente la última turbina operativa de la planta, evitando un cierre previsto para el fin de semana. Un apagado total probablemente ocurrirá recién el martes o el miércoles, señaló Magyar.</p><p>“Esto es una muy buena noticia, porque el cierre completo de la central de Paks todavía puede evitarse, al menos temporalmente, en uno de los días de mayor consumo”, indicó Magyar.</p><p>La planta de Paks, ubicada a unos 90 kilómetros (55 millas) al sur de Budapest, representa casi la mitad de la producción eléctrica de Hungría y alrededor de un tercio de su consumo. Hungría ha recurrido a importaciones regionales de electricidad, así como a fuentes renovables, para intentar compensar el déficit de la planta de Paks.</p><p>El gobierno de Hungría pidió la semana pasada a los principales usuarios industriales que redujeran su consumo de electricidad y solicitó ahorros voluntarios a los hogares para conservar el suministro, especialmente durante las horas de máxima demanda entre las 5 y las 10 de la tarde.</p><p>También anunció que los trenes de carga impulsados por electricidad no tendrían permitido circular durante las horas pico a partir del lunes, con el fin de ahorrar un estimado de 70 a 90 megavatios-hora de electricidad por día.</p><p>Aunque las medidas de ahorro fueron inicialmente voluntarias, el gobierno de Magyar emitió el sábado un decreto que permite que se vuelvan obligatorias para grandes consumidores industriales o comerciales.</p><p>Magyar dijo el lunes que la campaña de ahorro había resultado en que el día anterior se usaran 700 megavatios menos de electricidad, y dio las gracias a los húngaros por sus esfuerzos.</p><p>Serbia y Rumania lidian con los bajos niveles del Danubio</p><p>Mientras tanto, las plantas en países vecinos también han registrado caídas drásticas en la generación de energía, que se suman a interrupciones en el transporte fluvial y en la agricultura.</p><p>Las fuerzas armadas de Rumania utilizaron el lunes 180 kilogramos (397 libras) de explosivos para volar roca cerca del canal Bala, en el bajo Danubio, en un esfuerzo por redirigir agua hacia el cauce principal del río y en dirección a la central nuclear de Cernavoda, de propiedad estatal.</p><p>El caudal del Danubio ha caído a 1.500 metros cúbicos por segundo en Rumania, menos de un tercio de su promedio de julio. Las autoridades ya han apagado una unidad de reactor en la planta de Cernavoda, que está operando a aproximadamente la mitad de su capacidad normal.</p><p>El primer ministro interino, Ilie Bolojan, anunció el viernes un estado de alerta a nivel nacional en el sector energético y advirtió que los bajos niveles de agua del Danubio amenazaban con el cierre del segundo reactor de Cernavoda. Pidió a los ciudadanos que limitaran voluntariamente el uso de electricidad durante las horas pico de la tarde-noche.</p><p>En Serbia, la principal central hidroeléctrica del país opera a apenas el 20% de su capacidad debido al mínimo récord de agua en el Danubio, lo que llevó al primer ministro Djuro Macut a encabezar una reunión de emergencia el lunes centrada en los problemas energéticos.</p><p>Macut instó a los residentes a “minimizar el uso de grandes consumidores de electricidad en sus hogares, como los aires acondicionados”. Describió la situación en un comunicado a última hora del domingo como “grave y exigente”.</p><p>___</p><p>Los periodistas de The Associated Press Jovana Gec en Belgrado, Serbia, y Stephen McGrath en Leamington Spa, Inglaterra, contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OSGNCVMQSJWP6MD5KJRNPVXOWE.jpg?auth=8473514de42e74ef08271efdfcb8e449005967c668e652bd67291ea8fb8964fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Especialistas de la Armada de Rumanía analizan una zona antes de la demolición controlada de rocas sumergidas para mejorar el flujo del agua a la central nuclear Cernavoda, en un periodo de nivel excepcionalmente bajo del agua en el río Danubio, en Izvoarele, Rumanía, el lunes 3 de agosto de 2026. (AP Foto/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUTJCW4P4VU6DZAITICGD2HEV4.jpg?auth=5598053853d7e404c27a893101e95b4bb19a752c5fc5816e55ae3e89c87a7ffd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pájaros vuelan tras una demolición controlada de rocas sumergidas realizada por la Armada de Rumanía para mejorar el flujo del agua a la central nuclear Cernavoda, en un periodo de nivel excepcionalmente bajo del agua en el río Danubio, en Izvoarele, Rumanía, el lunes 3 de agosto de 2026. (AP Foto/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content></item><item><title><![CDATA[Record low Danube levels push some countries in Eastern Europe to the brink of energy emergency]]></title><link>https://www.local10.com/business/2026/08/03/record-low-danube-levels-push-some-countries-in-eastern-europe-to-the-brink-of-energy-emergency/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/03/record-low-danube-levels-push-some-countries-in-eastern-europe-to-the-brink-of-energy-emergency/</guid><dc:creator><![CDATA[By JUSTIN SPIKE, Associated Press]]></dc:creator><description><![CDATA[BUDAPEST, Hungary (AP) — Numerous governments across Central and Eastern Europe are taking steps to conserve electricity and avert an energy crisis as record low water levels on the Danube River have forced power plants to the brink of shutting down.]]></description><pubDate>Mon, 03 Aug 2026 10:39:05 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST, Hungary (AP) — Numerous governments across Central and Eastern Europe are taking steps to conserve electricity and avert an energy crisis as record low water levels on the Danube River have forced power plants to the brink of shutting down.</p><p>Persistent drought and successive extreme heat waves have deprived one of Europe's largest rivers of water, pushing the Danube's levels in Hungary's capital Budapest to around 10 centimeters (4 inches) on Monday, well below the previous all-time low of 33 centimeters (13 inches) set in 2018.</p><p>Water levels are not expected to rise on the Danube in the coming days or even weeks as no significant rainfall is forecast, and as a renewed extreme heat wave bears down on the region with daytime highs topping 38 Celsius (100 Fahrenheit), electricity and water use are on the rise.</p><p>Hungary's Paks nuclear plant on brink of shutdown</p><p>The Danube's record low levels have pushed Hungary's only nuclear power plant, the Soviet-built, four-reactor plant at Paks, to the brink of powering down entirely for the first time in its 44 years in service.</p><p>The Paks plant, which uses water from the Danube to cool its reactors, on Monday was producing only 240 megawatts of power rather than the usual 2,000 due to successive power-downs of its four reactors.</p><p>In video posted to Facebook on Monday, Hungarian Prime Minister Péter Magyar said engineers had managed to keep the plan’s final operating turbine temporarily running, averting an expected shutdown on the weekend. A full power-down will likely only happen on Tuesday or Wednesday, Magyar said.</p><p>“This is very good news, because the complete shutdown of the Paks power plant can still be avoided, at least temporarily, on one of the biggest consumption days,” he said.</p><p>The Paks plant, located around 90 kilometers (55 miles) south of Budapest, accounts for nearly half of Hungary’s electricity production and around a third of its consumption. Hungary has relied on regional electricity imports as well as renewable sources to try to make up for the deficit from the Paks plant.</p><p>Hungary’s government last week asked major industrial users to curb their electricity consumption and sought voluntary savings from households in order to conserve supply, particularly in peak demand hours between 5 p.m. and 10 p.m.</p><p>It also announced that electric-powered freight trains would not be permitted to run during peak hours beginning on Monday in order to conserve an estimated 70 to 90 megawatt-hours of electricity per day.</p><p>While conservation measures were initially voluntary, Magyar’s government on Saturday issued a decree allowing for them to be made mandatory for large industrial or commercial consumers.</p><p>He said Monday that the conservation push had resulted in 700 fewer megawatts of electricity being used the previous day, and thanked Hungarians for their efforts.</p><p>Serbia and Romania grapple with low Danube levels</p><p>Meanwhile, plants in neighboring countries have also seen dramatic drops in power generation, as well as disruptions to shipping and agriculture.</p><p>Romania’s military on Monday used 180 kilograms (397 pounds) of explosives to blast rock near the lower Danube’s Bala Canal in an effort to redirect water into the river’s main channel and toward the state-owned Cernavoda nuclear power plant.</p><p>The Danube's water flow has fallen to 1,500 cubic meters per second in Romania, less than a third of its July average. Authorities have already shut down one reactor unit at the Cernavoda plant, which is operating at about half its normal capacity.</p><p>Acting Prime Minister Ilie Bolojan announced a nationwide state of alert in the energy sector on Friday, and warned that the Danube’s low water levels threatened the shutdown of Cernavoda’s second reactor. He appealed to citizens to voluntarily limit electricity usage in peak evening hours.</p><p>In Serbia, record-low Danube levels have pushed the country’s key hydroelectric plant to operate with only 20% of its capacity, prompting Prime Minister Djuro Macut to preside over an emergency meeting on Monday focusing on energy problems.</p><p>Macut appealed to residents to “minimize the use of big consumers of electricity in their homes, such as air conditioners.” He described the situation in a statement late on Sunday as “serious and demanding.”</p><p>___</p><p>Associated Press writers Jovana Gec in Belgrade, Serbia, and Stephen McGrath in Leamington Spa, England, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WOBD5XN245HEBIVFRCXOODHNEI.jpg?auth=c5fd68f02cd5a4fb713be7b37860186b5e19315a44bb93e0a352d10b306f0e58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Romanian Navy EOD specialists survey the area before a controlled demolition of submerged rocks to improve water flow to the Cernavoda Nuclear Power Plant amid exceptionally low water levels on the Danube River, in Izvoarele, Romania, Monday, Aug. 3 2026. (AP Photo/ Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ILVTQOS4KZPD3337WJEOG3NJZE.jpg?auth=ac470c66c74e050db5ac73b1779cf75bc569ad41ae02b16be791d7c11ac8bd80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Birds fly after a controlled demolition by the Romanian Navy of submerged rocks to improve water flow to the Cernavoda Nuclear Power Plant amid exceptionally low water levels on the Danube River, in Izvoarele, Romania, Monday, Aug. 3, 2026. (AP Photo/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z56KRGGV3JTDN42COMATSVGRPI.jpg?auth=d8b5963096e3f46842506d48950f0335f47192de0e0367a9c59b78dd83b511ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Romanian Navy detonates underwater explosives during a controlled demolition of submerged rocks to improve water flow to the Cernavoda Nuclear Power Plant amid exceptionally low water levels on the Danube River, in Izvoarele, Romania, Monday, Aug. 3, 2026. (AP Photo/Andreea Alexandru)]]></media:description><media:credit role="author" scheme="urn:ebu">Andreea Alexandru</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5VCC4VVMVOQLWUE2ZSAB6LILC4.jpg?auth=e395a7f310899517ebd82e5f04291388e7ac443ef9d9551f1d5302a26deb9644&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk on a bank of sand on the Danube River as usually submerged areas are exposed due to extreme low levels of the water following an extended period of drought in Oltenita, Romania, Saturday, Aug.1, 2026. (AP Photo/ Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K3MD7TZU26RFRTWSYSJ4WOCHII.jpg?auth=ba7d4e649831131909d5fc88ad881cbf79bfff06e65c1b1e9bb12c08da787625&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boats sit on dry ground as water levels have dropped on the Danube River in Novi Sad, Serbia, Wednesday, July 29, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content></item><item><title><![CDATA[Ariana Grande withdraws from London musical and will take a break from the public eye]]></title><link>https://www.local10.com/entertainment/2026/08/03/ariana-grande-withdraws-from-a-london-musical-and-will-take-a-break-from-the-public-eye/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/03/ariana-grande-withdraws-from-a-london-musical-and-will-take-a-break-from-the-public-eye/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Ariana Grande has pulled out of an upcoming stage musical in London, producers said, and plans to withdraw from the public eye for a break from the intense scrutiny she faces.]]></description><pubDate>Mon, 03 Aug 2026 13:40:03 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Ariana Grande has pulled out of an upcoming stage musical in London, producers said, and plans to withdraw from the public eye for a break from the intense scrutiny she faces.</p><p>Grande had been due to star alongside her “Wicked” co-star Jonathan Bailey in a production of Stephen Sondheim’s “Sunday in the Park With George” at the Barbican theater in 2027.</p><p>Empire Street Productions said Sunday that Grande will no longer be part of the West End production. A representative for Grande told People magazine that the 33-year-old singer “will be taking a step back from visibility after she completes the Eternal Sunshine Tour.”</p><p>“She looks forward to finishing the tour and ending it on a high note, both healthily and happily, and then taking a much-deserved break from public-facing work and appearances, which has led to endless, ongoing public scrutiny,” the statement said. A representative for Grande did not offer further comment to The Associated Press.</p><p>With Grande’s recent breakup from “Wicked” co-star Ethan Slater, the ongoing tour and last week’s release of the album “Petal,” attention has swelled, fueling rampant speculation online about her health and appearance. Grande has previously expressed discomfort with public discourse around her weight.</p><p>“I think we should be gentler and less comfortable commenting on people’s bodies, no matter what,” she said in a 2023 TikTok video.</p><p>Late last year, while promoting “Wicked: For Good,” she reshared a 2024 interview in which she said it was uncomfortable having being picked apart for her appearance since she was a teenager. In the December social media post, she called the clip a “loving reminder to all.”</p><p>Grande found fame as a child performer on Nickelodeon before releasing her debut album, “Yours Truly,” in 2013. She has won three Grammy Awards and was nominated for a supporting actress Oscar for her role as Glinda in “Wicked.”</p><p>Grande's next concert is Monday in Chicago. Her tour is due to wrap up in London on Sept. 1.</p><p>“We know this cannot have been an easy decision, and she makes it with our complete understanding and support,” Empire Street Productions said. The company said “Sunday in the Park With George” will open next summer as planned, and that casting would be announced “in due course.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JPUXVNIF5OML67ALNSHCKFGF2E.jpg?auth=1e2f7361ba3bfb43e05a484dcbec2276a5bf500f5dcce3c56318c45159ff2b38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ariana Grande arrives at the 31st Annual Critics Choice Awards on Sunday, Jan. 4, 2026, at The Barker Hanger in Santa Monica, Calif. (Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[Trump claims Iran talks will start Monday, and other developments in the Middle East]]></title><link>https://www.local10.com/news/2026/08/03/trump-says-talks-on-iran-war-will-begin-monday-after-he-holds-off-on-massive-strikes/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/03/trump-says-talks-on-iran-war-will-begin-monday-after-he-holds-off-on-massive-strikes/</guid><dc:creator><![CDATA[By SAMY MAGDY and ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — U.S. President Donald Trump said new talks to wind down the war in Iran will start Monday, after announcing he is holding off on new massive strikes he had threatened to unleash on the country.]]></description><pubDate>Mon, 03 Aug 2026 13:12:29 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — U.S. President Donald Trump said new talks to wind down the war in Iran will start Monday, after announcing he is holding off on new massive strikes he had threatened to unleash on the country.</p><p>The talks will seek to end the conflict and revive stalled cargo traffic through the Strait of Hormuz, a crucial waterway through which about a fifth of all traded oil and natural gas passed before the war.</p><p>Iranian state media quoted the country’s foreign ministry as saying Tehran was not currently holding negotiations with the United States.</p><p>Elsewhere, Israel struck the Gaza Strip over the weekend, days after the U.S. and Hamas said a deal was reached for the militant group to disarm, a potential step toward ending the war in Gaza.</p><p>Hospitals in Gaza said at least 17 people were killed in the weekend strikes, including children. A strike on a residential apartment in southern Gaza killed three family members, including a 4-year-old child, according to Nasser hospital, where the bodies arrived.</p><p>The Israeli military said the strikes targeted militants.</p><p>Here is a look at the most important developments in the Middle East today.</p><p>Trump announces renewed talks</p><p>Trump said Sunday that he decided against carrying out major strikes against Iran at the urging of Gulf allies Qatar, Saudi Arabia and the United Arab Emirates. He said a plan was in place for U.S. forces to carry out “the biggest attack since World War II,” but he decided to give diplomacy more time after hearing from key Gulf leaders, as well as at the request of unnamed Iranian officials.</p><p>“Now what we’re doing is we’re talking to them in the form of a negotiation. It begins tomorrow afternoon,” he said. He did not provide further details or say who would be involved in the talks.</p><p>Trump has had a pattern of threatening massive strikes that he later calls off, with the announcements often later upended by renewed attacks. The abrupt shifts have been a defining feature of the five-month war that has upended global markets and sent the prices of fuel and other basic goods soaring.</p><p>Iran negotiates with Oman on contested trade route</p><p>The Iranian Foreign Ministry said Tehran is not currently holding negotiations with the United States.</p><p>Esmail Baghaei, an agency spokesperson, said Monday that ongoing talks were with Oman, the country that lies on the other side of the strait, and were focused only on establishing a temporary route for safe navigation through the channel.</p><p>Nine vessels transited through the strait Sunday, most of them using an Iranian-controlled route, according to trade data and analytics platform Kpler.</p><p>Meanwhile, Iranian Foreign Minister Abbas Araghchi arrived Monday in Iraq’s holy city of Najaf to participate in the Arbaeen commemorations, an annual pilgrimage for Shiite Muslims, his office said on social media.</p><p>Araghchi’s trip comes as Iraq has been walking a tightrope between Iran and the U.S., an act that has only grown more fraught since the U.S. and Israel went to war with Iran in February.</p><p>Syrian and Iraqi leaders discuss security concerns</p><p>Syrian interim President Ahmad al-Sharaa and Iraq’s Kurdish regional president met Monday to discuss ways of improving mutual cooperation and contributing to regional security.</p><p>The meeting between al-Sharaa and Nechirvan Barzani came amid regional tensions as Iranian-backed Iraqi militia groups carried out multiple drone strikes targeting American interests across Iraq, including the country’s Kurdish region.</p><p>Syrian state media reported last month that authorities at the country’s border with Iraq thwarted an attempt in June to smuggle weapons believed to have been headed to the Iranian-backed Hezbollah militant group in Lebanon. Hezbollah denied the charges.</p><p>Iran executes 2 men it says spied for Israel</p><p>Iran’s judiciary said it executed two men Monday after convicting them of spying for Israel during both last year’s 12-day war and the ongoing conflict.</p><p>The judiciary’s Mizan news agency identified the two as Omid Behzad and Pouria Safvat, who were accused of providing military coordinates, images and other intelligence used in attacks on Iranian targets. It did not specify where the executions took place.</p><p>Last week, Iran publicly hanged two men convicted of killing four police officers during nationwide anti-government protests in January.</p><p>Gaza’s residents swelter in tents</p><p>Soaring temperatures in Gaza this summer have turned the makeshift tents sheltering hundreds of thousands of displaced Palestinians into suffocating ovens. Made of plastic sheets, the shelters trap heat during the day and offer little ventilation, forcing many families to spend hours outside.</p><p>The extreme weather compounds an already dire humanitarian crisis. With limited access to clean water, electricity and sanitation, overcrowded camps are grappling with flies, mosquitoes and other insects. Humanitarian agencies such as the Norwegian Refugee Council warn that the conditions heighten the risk of dehydration, heat-related illnesses and the spread of skin infections, diarrheal diseases and other communicable illnesses.</p><p>“It’s very hot. We can’t stay inside the tents. Our tent is made of nylon,” said Aida Abu Hadeesha, a woman displaced from the town of Rafah, near the border with Egypt. “There is no breeze, nothing, and our kids are suffering," she said, adding that the stifling heat continued all night. "The flies and the cockroaches attack us.”</p><p>___</p><p>Becatoros reported from Athens, Greece. Associated Press reporters Julia Frankel in Jerusalem and Bassem Mroue in Beirut contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTLJPROJOPRFYKT2H5NPB4OKZY.jpg?auth=bf2c434aab23972a602ee8c73b21e9a319d8d18c2b249534c67f5af0f68e7333&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - Palestinians try to extinguish a burning car after an Israeli military strike in Gaza City, Sunday, Aug. 2, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6YXEH4T6ODPEGOFUDGMZEZAKQ.jpg?auth=361b99df07165cc2118f4f01f79be571db533304e2962488cfd24ec61317365e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman waves an Iranina flag next to a billboard showing a graphic of a man wearing a shirt showing the face of late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed during a joint U.S. and Israeli strike on Feb. 28, with words calling upon the avengers of Imam Hussein, one of Shiite Islam's most beloved historical saints, in a square in downtown Tehran, Iran, Saturday, Aug. 1, 2026. (AP Photo/Vahid Salemi) CORRECTS: Amends wording for clarity.]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQYWOHF7KXWSHWKR6R6SUS5PT4.jpg?auth=fcd5c9f139eea16c4b042ac43ae6e0ca9bb5167588e1319c3b5e64f4392ffce0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles travel past a billboard depicting a fallen Statue of Liberty and crowds carrying Iranian and Shiite flags at Revolution Square in Tehran, Iran, Monday, Aug. 3, 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/YZ7L7WI4KAUA43I7LY6ZNETUFM.jpg?auth=7e6fbda0d26995ee9e4d2add56cc74f18110800f8d320e355bfb006858df0d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pedestrians cross a street in front of a billboard depicting a fallen Statue of Liberty and crowds carrying Iranian and Shiite flags at Revolution Square in Tehran, Iran, Monday, Aug. 3, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li>Early voting begins today in Miami-Dade ahead of Florida’s Primary Election</li><li><a href="https://www.local10.com/news/local/2026/08/02/we-ran-into-each-other-texas-man-denies-shoving-bartender-in-bayside-incident-caught-on-camera/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/02/we-ran-into-each-other-texas-man-denies-shoving-bartender-in-bayside-incident-caught-on-camera/">‘We ran into each other’: Texas man denies shoving bartender in Bayside incident caught on camera</a></li><li><a href="https://www.local10.com/news/local/2026/08/02/brush-fire-shuts-down-stretch-of-us-41-in-the-everglades/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/02/brush-fire-shuts-down-stretch-of-us-41-in-the-everglades/">U.S. 41 reopened after brush fire prompts closure</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Russia blasts southern Ukrainian city with glide bombs while Ukrainian drones reportedly kill 9]]></title><link>https://www.local10.com/news/world/2026/08/03/russia-fires-glide-bombs-at-a-southern-ukraine-city-killing-1-and-wounding-dozens/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/russia-fires-glide-bombs-at-a-southern-ukraine-city-killing-1-and-wounding-dozens/</guid><dc:creator><![CDATA[By ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russian planes dropped eight powerful glide bombs in a span of 90 minutes on residential districts of the southern Ukrainian city of Zaporizhzhia, killing one person and wounding dozens of others, regional chief Ivan Fedorov said Monday.]]></description><pubDate>Mon, 03 Aug 2026 12:30:59 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russian planes dropped eight powerful glide bombs in a span of 90 minutes on residential districts of the southern Ukrainian city of Zaporizhzhia, killing one person and wounding dozens of others, regional chief Ivan Fedorov said Monday.</p><p>Russia has used glide bombs to smash Ukrainian towns and cities since it invaded its neighbor more than four years ago. The weapons are Soviet-era bombs retrofitted with guidance systems and can carry up to 3,000 kilograms (6,600 pounds) of explosives, leaving huge craters. Ukraine has no effective countermeasures against them.</p><p>Meanwhile, six people were killed by Ukrainian drone debris in Arkhipo-Osipovka, a small town on Russia’s Black Sea coast in the Krasnodar region, regional governor Veniamin Kondratyev said, adding that 40 others were wounded.</p><p>Also, three people were killed and two were wounded in Kyiv’s overnight attack on the illegally annexed Crimea, said the peninsula’s Russian-installed head, Sergei Aksyonov. He gave no details.</p><p>Neither side’s claims could be independently verified.</p><p>Russia's glide bombs are big and hard to stop</p><p>The Sunday evening onslaught on Zaporizhzhia killed a 71-year-old woman and wounded 31 people, including a 16-year-old girl, as the glide bombs damaged 22 apartment buildings in four districts of the city, Fedorov said.</p><p>While Moscow’s forces have captured the Zaporizhzhia Nuclear Power Plant and hold other parts of the region, its capital city of the same name remains in Ukrainian hands. It is one of the four regions, also including Donetsk, Kherson and Luhansk, that Russia illegally annexed in September 2022 even though its forces do not completely control them.</p><p>Other large-scale damage of civilian areas of Ukraine has resulted from Russian ballistic missiles, and late Sunday President Volodymyr Zelenskyy made another urgent plea for countries to send Ukraine more U.S.-made Patriot air defense systems.</p><p>Only Patriot interceptors can reliably stop ballistic missiles, but they are in short supply due to the Iran war.</p><p>“The world has Patriot missiles. What matters now is for our partners to make the political decision to provide the necessary packages,” Zelenskyy said on social media. “The United States knows what we need. Europe knows what we need. Anti-ballistic missiles must protect people — not sit in stockpiles.”</p><p>U.S. President Donald Trump last week appeared to back off from his earlier commitment to give Ukraine a license to make Patriots itself. He said Friday that the licensing matter is still under discussion and he hasn’t made a final decision.</p><p>Zelenskyy has suggested an alternative to Trump whereby Elon Musk allows Ukraine to use Starlink satellites to target ballistic missile launch sites inside Russia. Officials haven't publicly said whether that is being considered.</p><p>Russia attacked Ukraine with 181 long-range strike drones overnight from Sunday to Monday, according to the Ukrainian air force. It said air defenses jammed and intercepted 163 drones, but 14 caused damage at 13 locations.</p><p>The Russian Defense Ministry said its forces struck four bulk carriers carrying cargo for the Ukrainian armed forces, including three in waters of the Black Sea and one in the port of Mykolaiv, but provided no further information.</p><p>Ukraine's long-range drone strikes cause more damage</p><p>As well the reported Russian deaths in drone attacks, Ukrainian drones also struck another major warehouse belonging to Wildberries, Russia’s biggest online shopping company.</p><p>The strike was part of a campaign that has hit more than a dozen of the retailer’s distribution hubs and severely disrupted its business.</p><p>A Wildberries warehouse in the Vladimir region east of Moscow caught fire in the latest attack, the company said Monday.</p><p>Three people were injured, Vladimir Gov. Alexander Avdeyev said.</p><p>Ukrainian drones also struck the Saratov oil refinery in southwestern Russia, Zelenskyy said. Kyiv has repeatedly targeted that refinery, and many others, since last year as it tries to choke fuel supplies to the Russian army and deny Moscow income from oil exports.</p><p>The Engels military air base near Saratov, which is the main base for Russian nuclear-capable strategic bombers, and other targets inside Russia, including fuel storage tanks at the Lyudinovskaya oil depot in Russia’s Kaluga region, were also targeted, according to Zelenskyy.</p><p>The Russian Defense Ministry on Monday reported that its air defenses overnight intercepted 131 Ukrainian drones over a number of Russian regions, as well as Crimea and the Black Sea.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3WQTC235FN7JTMKQGGNSILJDZY.jpg?auth=acc3f60df14d0aaab80d58c6e66cb100f29ab122bbff84a9d22d36ea08be46e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned car is seen after a Russian missile attack in Kyiv, Ukraine, Saturday, Aug. 1, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content></item><item><title><![CDATA[European soccer body UEFA warns FIFA of legal action over Infantino's failed World Cup sell-off plan]]></title><link>https://www.local10.com/sports/2026/08/03/european-soccer-body-uefa-warns-fifa-of-legal-action-over-infantinos-failed-world-cup-sell-off-plan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/european-soccer-body-uefa-warns-fifa-of-legal-action-over-infantinos-failed-world-cup-sell-off-plan/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[NYON, Switzerland (AP) — European soccer body UEFA has threatened FIFA with legal action over Gianni Infantino’s failed plan to sell a stake in future World Cup profits to private investors, and said any potential evidence should not be destroyed.]]></description><pubDate>Mon, 03 Aug 2026 09:30:25 +0000</pubDate><content:encoded><![CDATA[<p>NYON, Switzerland (AP) — European soccer body UEFA has threatened FIFA with legal action over Gianni Infantino’s failed plan to sell a stake in future World Cup profits to private investors, and said any potential evidence should not be destroyed.</p><p>Infantino’s secretive proposal to raise $4.2 billion from investors including the New York investment firm of Joshua Kushner was dropped early Saturday, days after the revelation in media reports provoked a global furor.</p><p>UEFA led the backlash and on Thursday its 55 member federations met to agree boycotting all FIFA events and competitions while the proposal was active.</p><p>Now lawyers for UEFA have informed FIFA that the European body is “actively considering legal action, arbitration, and/or regulatory complaints ... arising out of and in connection with the FFE (FIFA Forward Enterprise) plan proposed by FIFA and all related matters.”</p><p>The letter dated Friday from the legal firm Dechert in New York was seen Monday by The Associated Press.</p><p>The letter named 18 FIFA executives who it said should retain data, documents and electronic messages as potential evidence.</p><p>“UEFA puts you on formal notice that any destruction, deletion, alteration, concealment, or loss of relevant materials following receipt of this notice — or following any earlier date on which you were, or reasonably should have been, aware that proceedings were anticipated — may constitute spoliation of evidence,” the letter said.</p><p>On Saturday, UEFA signaled it wants to end Infantino’s decade-long presidency, saying he had lost the confidence of world soccer and that “no option should be off the table.”</p><p>Hours earlier, Infantino withdrew the divisive proposal that offered FIFA’s 211 member federations one-off payments of $20 million each with a mid-September deadline to accept.</p><p>The FFE spin-off valued by FIFA at $20 billion would have taken control of the soccer body’s money-making commercial and tournament operations. The 211 members already effectively own the Zurich-based not-for-profit governing body.</p><p>It was the project of just one man, FIFA’s chief operating officer Kevin Lamour said in a stinging statement Friday to the AP which said staff felt deceived by their boss Infantino.</p><p>Legal proceedings are “reasonably anticipated,” UEFA’s lawyer Andrew J. Levander wrote, citing the belief of soccer stakeholders that the plan was “fundamentally incompatible with the proper governance of football.”</p><p>Opposition to Infantino</p><p>UEFA has been most outspoken against its former employee Infantino while the Asian Football Confederation and CONCACAF, the North and Central American and Caribbean soccer body, also have made strong statements to oppose Infantino’s plan.</p><p>Infantino has most support from his traditional base in Africa, while South America’s CONMEBOL is relying on him to expand the 2030 World Cup to 64 teams from 48. That would give more hosting games to Argentina, Uruguay and Paraguay, the home country of CONMEBOL president Alejandro Dominguez.</p><p>The private equity plan has provoked a stunning turnaround in fortunes for Infantino who left New York after the World Cup final two weeks ago seemingly a lock to be re-elected unopposed next March for a fourth and final term in office through 2031. The spin-off operation could have created a commissioner-like role for him beyond 2031 paying much more than his current $6 million annual salary and bonus deal as president.</p><p>FIFA briefed at the World Cup that Infantino had got pledged letters of support from about 200 of the 211 member federations.</p><p>Those letters are now likely being withdrawn across Europe with the Wales federation the first to announce its reversal.</p><p>The candidate deadline is Nov. 18 for an election exactly four months later in Morocco, one of Infantino's strongest allies and a co-host of the 2030 tournament with Spain and Portugal.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HDMJQS4QLY652WKGX3SUEGDLYY.jpg?auth=2f9b9827c638ca92717e53f4812687ad5d49d81a43ed927a50fb3c23c4aa1b5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino, right, talks to UEFA President Aleksander Ceferin during the FIFA 75th Congress at the Conmebol Convention Center in Luque, Paraguay, Thursday, May 15, 2025. (AP Photo/Fernando Calistro, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Calistro</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNQGMC6LP4WMUT2KEKOUINH7IE.jpg?auth=f7156c2c5d12a9b6508535b003ee7b554bef99abe46067abbc8ca205244c37f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, and FIFA President Gianni Infantino watch confetti fall at the conclusion of the World Cup championship final soccer match between Spain and Argentina in East Rutherford, N.J., Sunday, July 19, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Cyberattack hits Liechtenstein's register of people behind companies and foundations]]></title><link>https://www.local10.com/business/2026/08/03/cyberattack-hits-liechtensteins-register-of-people-behind-companies-and-foundations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/03/cyberattack-hits-liechtensteins-register-of-people-behind-companies-and-foundations/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A cyberattack tapped the data of some 31,000 people in Liechtenstein's register of people behind companies and foundations in the wealthy principality, the government said.]]></description><pubDate>Mon, 03 Aug 2026 06:57:58 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A cyberattack tapped the data of some 31,000 people in Liechtenstein's register of people behind companies and foundations in the wealthy principality, the government said.</p><p>The “register of economic beneficiaries” was accessed at night from Wednesday into Thursday last week, the government said. It said that the breach was noticed on Thursday, that measures were taken to secure data and the system taken offline.</p><p>The government said there were no indications that any data was altered or deleted.</p><p>The list of people behind companies, foundations and trusteeships is part of efforts to combat money laundering and terror financing.</p><p>Liechtenstein is a nation of 40,000 people between Switzerland and Austria, and the financial industry is central to its economy.</p><p>The government set up a crisis unit over the weekend to investigate the attack.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XWZOF3PZULE75QDKTPN5C5KMLQ.jpg?auth=ba400079bb319818c97a7af52e50dab2a8fb3c7184e0a4af321dbbd0f5ea2848&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Exterior view of the Liechtenstein Government Building in Vaduz, Liechtenstein on Aug. 18, 2023. (AP Photo/Michael Sohn, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Sohn</media:credit></media:content></item><item><title><![CDATA[Grecia combate el fuego tras una colisión de helicóptero mientras evacuados franceses vuelven a casa]]></title><link>https://www.local10.com/espanol/2026/08/03/aviones-cisterna-despegan-para-combatir-el-gran-incendio-en-grecia-tras-2-muertos-en-una-colision/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/aviones-cisterna-despegan-para-combatir-el-gran-incendio-en-grecia-tras-2-muertos-en-una-colision/</guid><dc:creator><![CDATA[Por DEREK GATOPOULOS y SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[ATENAS (AP) — Aviones cisterna sobrevolaron un gran incendio forestal al oeste de Atenas el lunes, un día después de que una colisión en el aire entre dos helicópteros de extinción matara a dos tripulantes.]]></description><pubDate>Mon, 03 Aug 2026 11:40:10 +0000</pubDate><content:encoded><![CDATA[<p>ATENAS (AP) — Aviones cisterna sobrevolaron un gran incendio forestal al oeste de Atenas el lunes, un día después de que una colisión en el aire entre dos helicópteros de extinción matara a dos tripulantes.</p><p>Un ciudadano griego y otro danés murieron y otros dos —todos operadores de vuelos privados fletados— fueron hospitalizados en la colisión, mientras que el esfuerzo de extinción en zonas montañosas y costeras durante el fin de semana se vio obstaculizado por poderosos vendavales.</p><p>Mientras partes del sur de Europa seguían sufriendo altas temperaturas, los bomberos en Francia vigilaban posibles rebrotes dentro de una zona quemada aún en llamas cuatro veces del tamaño de París.</p><p>La disminución de los vientos alimenta la esperanza</p><p>Los vientos fuertes amainaban el lunes, lo que permitió desplegar 12 aviones cisterna y 11 helicópteros en torno al balneario costero de Porto Germenos, donde se han emitido varias órdenes de evacuación.</p><p>“Por ponerlo en un titular: las condiciones son mejores, pero seguimos adelante porque todavía hay múltiples puntos de actividad”, dijo el portavoz del Servicio de Bomberos, Yiannis Artopios. “Este es un incendio difícil que nos ha preocupado”.</p><p>Unos 500 bomberos frenaron el avance del incendio, pero las autoridades advirtieron que las zonas en torno a Atenas seguían en alto riesgo. Más de 1.000 personas han sido evacuadas de la región, incluidas más de 250 rescatadas por embarcaciones desde playas de la zona.</p><p>El incendio fue atribuido a una línea eléctrica defectuosa de un parque eólico y llevó al arresto de dos contratistas acusados de incendio provocado por negligencia.</p><p>A pesar de los métodos de detección mejorados y de una cooperación ampliada entre los miembros de la Unión Europea, Grecia y otros países a lo largo de la costa mediterránea de Europa sufren incendios forestales devastadores cada verano a medida que los periodos con temperaturas de ola de calor se alargan.</p><p>Europa es el continente que se calienta más rápido en la Tierra, calentándose a más del doble del promedio mundial desde la década de 1980, según el servicio climático Copernicus de la Unión Europea. El aumento de las temperaturas y la sequía prolongada dejan la vegetación más seca y más combustible, lo que permite que los incendios se propaguen más rápido y ardan con mayor intensidad.</p><p>Persisten focos activos en el gran incendio en Francia</p><p>En Francia, miles de evacuados recibieron autorización el lunes para regresar a casa o a sus alojamientos vacacionales después de que un enorme incendio forestal se mantuviera contenido. Más de 224.000 personas habían huido en lo que las autoridades describieron como la mayor evacuación civil del país fuera de tiempos de guerra.</p><p>El fuego arrasó unos 420 kilómetros cuadrados (162 millas cuadradas), lo que lo convierte en el mayor incendio forestal registrado en Francia. El regreso del lunes incluye la península de Cap Ferret, un punto turístico a lo largo de la costa atlántica, y Le Porge, el municipio más afectado, donde 183 viviendas fueron destruidas. Los campings siguen cerrados.</p><p>Otro incendio forestal en Provenza no se reavivó durante la noche, pero el lunes aún no estaba contenido, ya que se esperaban vientos más fuertes, dijeron bomberos y autoridades. Unos 1.500 bomberos, apoyados por helicópteros cisterna, continuaron reforzando las líneas de contención a lo largo del fuego, que ha calcinado unos 18 kilómetros cuadrados (7 millas cuadradas) de terreno.</p><p>___</p><p>Corbet informó desde París. Elena Becatoros en Atenas y Thomas Adamson en París contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFD7MZAWLBPYMVF3RCCYWQNZFE.jpg?auth=1964c2dda987adced597d33654a5166adb20b8f5a1efaff603945b375a3351f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un voluntario intenta apagar pequeñas llamas durante un incendio forestal cerca de Porto Germeno, el noroeste de Atenas, Grecia, el domingo 2 de agosto de 2026. (AP Foto/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content></item><item><title><![CDATA[Unknown number of people are missing after an Indonesian ferry fire killed 5]]></title><link>https://www.local10.com/news/world/2026/08/03/unknown-number-of-people-are-missing-after-an-indonesian-ferry-fire-killed-5/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/unknown-number-of-people-are-missing-after-an-indonesian-ferry-fire-killed-5/</guid><dc:creator><![CDATA[By TRISNADI, Associated Press]]></dc:creator><description><![CDATA[SURABAYA, Indonesia (AP) — Indonesian rescuers searched for possible missing passengers Monday after rescuing 231 people from a ferry that caught fire the previous day off the main island of Java, leaving at least five people dead. Passengers described leaping overboard and staying afloat for hours before rescue.]]></description><pubDate>Mon, 03 Aug 2026 12:33:19 +0000</pubDate><content:encoded><![CDATA[<p>SURABAYA, Indonesia (AP) — Indonesian rescuers searched for possible missing passengers Monday after rescuing 231 people from a ferry that caught fire the previous day off the main island of Java, leaving at least five people dead. Passengers described leaping overboard and staying afloat for hours before rescue.</p><p>The Mutiara Sentosa 2 ferry was traveling from Indonesia’s second-largest city of Surabaya in East Java to the city of Makassar in South Sulawesi. Initial reports said it was carrying 271 people, including 39 crew members, based on the ship’s manifest, when the fire broke out between 6 a.m. and 7 a.m.</p><p>However, by Monday officials said many more people were aboard than listed, and the number of people missing was unclear. Officials were relying on reports from families of victims and survivors in an attempt to determine the number of the missing.</p><p>It is common in Indonesia for the number of passengers on a boat or ferry to differ from the manifest. Such discrepancies can complicate search and rescue efforts, said Nanang Sigit, the search mission coordinator who also heads the Surabaya Search and Rescue Office.</p><p>The cause of the fire remained under investigation. Indonesian navy ships assisted, along with a number of passing vessels, at the scene about 35 kilometers (22 miles) north of Sapudi island in the Sumenep regency.</p><p>The vessel was also loaded with 180 vehicles, mostly trucks.</p><p>Ahmad Abdul Karim, a survivor, said the fire appeared to have started in a truck on the lower vehicle deck.</p><p>“Fanned by the wind, the flames spread extremely quickly,” Karim said, “In less than 30 minutes, everyone had been instructed to move to the bow of the ferry.”</p><p>Another passenger, Azhari, said many passengers had just woken up when the fire erupted, apparently from the rear of the ferry.</p><p>“The fire spread quickly to the middle of the vessel,” Azhari, who goes by a single name, said in a television interview. “There was no other option for us but to jump into the sea.”</p><p>He said passengers were in the sea for about four hours before passing vessels began pulling them to safety.</p><p>Television news showed exhausted survivors disembarking from a rescue vessel at a harbor in Surabaya, while rescuers transported bodies to ambulances and grieving relatives waited for information.</p><p>Transportation Minister Dudy Purwagandhi said the government would review the performance of the ferry’s operator, Atosim Lampung Pelayaran, after the National Transportation Safety Committee, or KNKT, completes its investigation.</p><p>“First we need to determine the cause based on KNKT’s findings,” Purwagandhi said.</p><p>The ferry was built in Japan in 1992 and was sold to Indonesia in 2015. With a length of 160 meters (525 feet), it can accommodate 689 passengers and 49 crew, along with up to 181 vehicles.</p><p>The Mutiara Sentosa 2 serves the Surabaya-Makassar route, a voyage that typically takes around 40 hours and is primarily used by domestic travelers and cargo transport between the islands of Java and Sulawesi.</p><p>Indonesia is an archipelago of more than 17,000 islands where ferries are a common method of travel. Disasters occur regularly, with weak safety enforcement often blamed.</p><p>___</p><p>Associated Press journalists Niniek Karmini and Edna Tarigan in Jakarta, Indonesia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ACFGXRTYBAA2WQA2MNIVMLQP4Q.jpg?auth=b9b75792902339420c116904bd66e9396a1455ce861ed5a75772bdcdd625e23e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Indonesian National Search and Rescue Agency (BASARNAS), rescuers carry the body of a victim of a ferry fire upon arrival at Indonesian Navy's 2nd Fleet's pier in Surabaya, East Java, Indonesia, Monday, Aug. 3, 2026. (BASARNAS via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">BASARNAS</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SAO5C7ABCF5UDVC3ERU3GTGI3I.jpg?auth=80b6dd911e9ef706eceb5c327ef20b36c692db81ebe53bda48638aa7b541b7cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing where a ferry caught fire off the coast of Indonesia. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7MRTMO3IGXUAVFVDVBRXKHYTXY.jpg?auth=071de517d62183cb5638130ff17f103d8a71467438168749261014fd43218ce5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke billows from passenger ship Mutiara Santosa 2 after it caught fire in the waters off Madura Island, Indonesia, Sunday, Aug. 2, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DF5VDNOVKI4CKSZUN535WT7JXQ.jpg?auth=2525afd52479771b400c4bb4ca2818c1ded01d758896b809cf39f838cfa5a298&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 ferry fire receives medical attention at Tanjung Perak Port in Surabaya, East Java, Indonesia, Monday, Aug. 3, 2026. (AP Photo/Trisnadi)]]></media:description><media:credit role="author" scheme="urn:ebu">Trisnadi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7DLZUWXZC2KV4RSNUKR35WJKKY.jpg?auth=da2a57fa25985fabc5b8bfd274439e3477039c8a7c5368e716873a266d6f0235&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Survivors of a ferry fire arrive at Tanjung Perak Port in Surabaya, East Java, Indonesia, Monday, Aug. 3, 2026. (AP Photo/Trisnadi)]]></media:description><media:credit role="author" scheme="urn:ebu">Trisnadi</media:credit></media:content></item><item><title><![CDATA[Water-dropping aircraft take off to tackle major Greek wildfire, after 2 killed in crash]]></title><link>https://www.local10.com/news/world/2026/08/03/water-dropping-aircraft-take-off-to-tackle-major-greek-wildfire-after-2-killed-in-crash/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/water-dropping-aircraft-take-off-to-tackle-major-greek-wildfire-after-2-killed-in-crash/</guid><dc:creator><![CDATA[By ELENA BECATOROS and THOMAS ADAMSON, Associated Press]]></dc:creator><description><![CDATA[ATHENS, Greece (AP) — Five water-dropping planes and another five helicopters took off at first light Monday to help hundreds of firefighters battling a major wildfire west of Athens, Greece, a day after a midair collision between two firefighting helicopters killed two crew members.]]></description><pubDate>Mon, 03 Aug 2026 10:52:00 +0000</pubDate><content:encoded><![CDATA[<p>ATHENS, Greece (AP) — Five water-dropping planes and another five helicopters took off at first light Monday to help hundreds of firefighters battling a major wildfire west of Athens, Greece, a day after a midair collision between two firefighting helicopters killed two crew members.</p><p>The collision laid bare the danger at the most volatile front of Europe’s wildfire emergency. Flames bore down deeper into the region of the Greek capital, forcing fresh evacuations in the early hours of Monday. In France, firefighters guarded a still-burning scar four times the size of Paris.</p><p>The two crew members — one Greek and one Danish national — died when their helicopter collided with another near the seaside area of Psatha while tackling the fire that started Friday morning. The blaze raged through pine forests and scrubland through the weekend, whipped by gale force winds that often prevented water-dropping planes from operating.</p><p>The crew of the second helicopter – a Greek and a British national – were taken to a hospital, where their injuries were reported to be light. Foreign firefighting and helicopter crews are often deployed in Greece to help tackle wildfires during the country’s hot, dry summers.</p><p>Easing winds raise hopes of halting the advance of the flames</p><p>Strong winds were dying down Monday, raising hopes that the nearly 500 firefighters battling the blaze could manage to halt its advance. But authorities warned the broader Athens region of Attica remained at a high risk for wildfires due to a forecast increase in temperatures.</p><p>More than 1,000 people have been evacuated from the region, including more than 250 rescued by boats from beaches in the area. Evacuation orders were issued in the early hours of Monday for three more areas, while crews worked to create firebreaks in a forest to help halt the advance of the blaze.</p><p>Greece’s firefighting department said Sunday the fire apparently began from sparks emitted by a faulty power line transporting electricity from a private wind generator facility to the main electricity network.</p><p>Two people were arrested — an electrical engineer responsible for designing and overseeing the power project, and a contractor involved in constructing the electricity transmission network. Both face felony arson charges, while authorities had also issued an arrest warrant for the owner of the wind generator company.</p><p>Greece has devastating wildfires every summer, with hot, dry conditions and frequently strong winds making it easy for small sparks to trigger major blazes. Measures to limit fire risks, such as bans on barbecues and certain outdoor work such as welding and use of electrical power saws are often ignored. The vast majority of the hundreds of wildfires the country has each year are caused by negligence.</p><p>But some fires are deliberately set. On Sunday, authorities said one man was arrested on Kefalonia on suspicion of having started a fire that spread quickly in the southeastern part of the island, triggering the evacuation of nearby villages.</p><p>Major blaze in France contained, but hotspots remain</p><p>Farther west, France’s largest wildfire remained held within its perimeter on Sunday night after forcing 224,000 people to flee in what may have been the country’s largest civilian evacuation outside wartime.</p><p>Hot spots still burned within a 420-square-kilometer (162-square-mile) scar, thousands remained unable to return home, and nearly 3,000 firefighters were deployed against the Gironde megafire and a second blaze in Provence.</p><p>Together, fires in France and Spain have driven roughly a third of a million people from homes and vacation sites, emptied communities at the height of the European summer and stretched emergency services across simultaneous disasters.</p><p>___</p><p>Adamson reported from Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FEQQIKCTTEYJEPMACAOQ57HLWA.jpg?auth=9b2cb640546b82a6d7b7ae0124a087f898e7510aba2c9f86fb2990c8d9fb749a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A volunteer tries to extinguish small flames during a wildfire near Porto Germeno, northwest of Athens, Greece, Sunday, Aug. 2, 2026. (AP Photo/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BR2TI7EITGF6FENVGQLRZW46MQ.jpg?auth=83ea34652efaa17ef2ea57e0f605bd27dfe4b36ffd3b8accf10a5d7b51538e41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A volunteer firefighter observs a flame rising next to a house during a wildfire near Porto Germeno, northwest of Athens, Greece, Sunday, Aug. 2, 2026. (AP Photo/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JH5VGAI75OETMYIGW2VPGNQ7OA.jpg?auth=d2d3a46b59062931d459827586c703d0df1980ca50260568b5dc276ea1655d79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flames are seen on a mountainside during a wildfire near Porto Germeno, northwest of Athens, Greece, Sunday, Aug. 2, 2026. (AP Photo/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5ZTOLJREI6MV5K5BINQAZGFYI.jpg?auth=e99b567ea17e5a1747dbf45ba6b28b7b2ffd0108e66cf6374bf241f5fd516e67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighting helicopter drops water over a smoke-filled forest during a wildfire near Porto Germeno, northwest of Athens, Greece, Sunday, Aug. 2, 2026. (AP Photo/Michael Varaklas)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Varaklas</media:credit></media:content></item><item><title><![CDATA[Skubal joins Clemens and Martinez among a handful of reigning Cy Young winners to be traded]]></title><link>https://www.local10.com/sports/2026/08/03/skubal-joins-clemens-and-martinez-among-a-handful-of-reigning-cy-young-winners-to-be-traded/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/skubal-joins-clemens-and-martinez-among-a-handful-of-reigning-cy-young-winners-to-be-traded/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[As the clock ticks down to Monday's trade deadline, the biggest deal so far came courtesy of the Detroit Tigers, who sent left-handed ace Tarik Skubal to the Los Angeles Dodgers.]]></description><pubDate>Mon, 03 Aug 2026 10:00:09 +0000</pubDate><content:encoded><![CDATA[<p>As the clock ticks down to Monday's trade deadline, the biggest deal so far came courtesy of the Detroit Tigers, who sent left-handed ace Tarik Skubal to the Los Angeles Dodgers.</p><p>Skubal is a free agent after this season, and Detroit is under .500. But even considering all that, trading away the 2024 and 2025 Cy Young Award winner couldn't have been easy. The Tigers will be judged on how the three prospects they acquired — Zyhir Hope, River Ryan and Brady Smith — perform. History shows that it's possible to come out OK when trading a pitcher of Skubal's caliber, but there are plenty of teams who got little in return.</p><p>Here are eight other instances when a reigning Cy Young winner was traded before the end of the following season (hat tip to Baseball Reference for the transaction recaps):</p><p>— Frank Viola, Minnesota to New York Mets, 1989: Among the players Minnesota received for Viola were Rick Aguilera and Kevin Tapani. The former would save 42 games and the latter would win 16 in 1991, when the Twins won the World Series. Viola wasn't a rental — after finishing the 1989 season in New York, he went 20-8 in 1990 for the Mets. But New York never made the postseason with him.</p><p>— David Cone, Kansas City to Toronto to New York Yankees, 1995: Cone was actually traded twice the year after his Cy Young season in Kansas City. Toronto acquired him for Chris Stynes and two players who never made the majors. When the Blue Jays floundered, they dealt Cone — in the final year of his contract — to the Yankees for Marty Janzen and two players who never made the majors.</p><p>— Pedro Martinez, Montreal to Boston, 1997: Ouch. Montreal knew what it had in Martinez, but he was entering his walk year so the Expos traded him shortly after the '97 season for Carl Pavano and Tony Armas. Boston was able to keep him long term, and in 1999 and 2000, he turned in one of the best two-year pitching stretches in the live ball era: 23-4 with a 2.07 ERA, followed by 18-6 with a 1.74 ERA.</p><p>— Roger Clemens, Toronto to New York Yankees, 1999: New York was coming off a 114-win season and a World Series title when it sent fan favorite David Wells to Toronto along with reliever Graeme Lloyd and infielder Homer Bush. In return, the Yankees landed Clemens, who like Skubal was fresh of two straight Cy Youngs. He added another with New York in 2001 and kept pitching until 2007.</p><p>— CC Sabathia, Cleveland to Milwaukee, 2008: Another good comp for Skubal, in that the Brewers got Sabathia as a partial-season rental right before he hit free agency. It was worth it when he went 11-2 with a 1.65 ERA down the stretch to help Milwaukee reach the playoffs for the first time in 26 years. Outfielder Michael Brantley was a player to be named later in the package that went back to Cleveland, and he would become a five-time All-Star.</p><p>— Cliff Lee, Cleveland to Philadelphia, 2009: Yes, that's two straight seasons Cleveland traded away the previous year's Cy Young winner — and Lee wasn't even a pending free agent. He helped the Phillies reach the World Series before being re-traded to Seattle. As part of the deal for Lee, Cleveland got Carlos Carrasco, who would pitch there for over a decade.</p><p>— R.A. Dickey, New York Mets to Toronto, 2012: The Mets picked the right time to deal Dickey, who won 20 games in 2012 before New York sent him to the Blue Jays in December. Right-hander Noah Syndergaard and catcher Travis d'Arnaud were part of the return, and both were still with New York when the Mets won the pennant in 2015.</p><p>— Justin Verlander, New York Mets to Houston, 2023: Verlander is a tricky case since he actually left the Astros as a free agent after winning the Cy Young for them in 2022. Then New York traded him back to Houston in the middle of the 2023 season.</p><p>Trivia time</p><p>Which 1974 Cy Young winner was able to switch teams for 1975 after an arbitrator declared him a free agent?</p><p>Performance of the week</p><p>Kyle Freeland threw Colorado's first complete game since 2002 on Sunday in an 8-1 victory over Kansas City. It was Freeland's 251st start and first complete game. Eduardo Rodriguez is now the lone pitcher in major league history with at least 250 starts and no complete games.</p><p>Comeback of the week</p><p>Two of the craziest comebacks of the season came this week, courtesy of teams trying to stay in the American League wild card race.</p><p>Baltimore trailed Detroit 7-0 in the top of the seventh with Skubal on the mound. The Tigers had a 99.4% win probability according to Baseball Savant. The Orioles finally chased Skubal with Leody Taveras' two-out RBI single, and by the time Detroit's bullpen got out of the inning it was 7-5. Baltimore tied it in the eighth, both teams scored twice in the 11th and then the Orioles won 10-9 in 12.</p><p>On Thursday, Kansas City led Minnesota 3-0 with two outs and nobody on in the bottom of the ninth. (Win probability: 99.5%.) A hit batter, a single and a walk loaded the bases. Then Kody Clemens hit a grand slam to give the Twins a 4-3 victory.</p><p>Trivia answer</p><p>Catfish Hunter was freed when arbitrator Peter Seitz concluded Oakland owner Charlie Finley failed to make a payment into a long-term annuity fund as specified in Hunter's contract. Hunter then signed with the Yankees.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJPUXBVCKGM5KZPAJ6JKBUU6YA.jpg?auth=6e8ee334f30c8731f875febdb153a8398493ffbd80e4b5247794df2137628e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El mánager de los Tigres de Detroit, A.J. Hinch (a la derecha), le quita la pelota al lanzador Tarik Skubal durante la séptima entrada de un partido de béisbol contra los Orioles de Baltimore, el miércoles 29 de julio de 2026, en Detroit. (Foto AP/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JWCEVHAIZKIEYERIIEMYZC4F4Q.jpg?auth=92c79b5288cd70c02ea18128960995970f404c3eaf07ff13f9385257597dfe72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Tarik Skubal (29) hugs Jack Flaherty in the dugout during the seventh inning of a baseball game against the Baltimore Orioles Wednesday, July 29, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Myanmar's detained former leader Aung San Suu Kyi has rare meeting with International Red Cross]]></title><link>https://www.local10.com/news/2026/08/03/myanmars-detained-former-leader-aung-san-suu-kyi-has-rare-meeting-with-international-red-cross/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/03/myanmars-detained-former-leader-aung-san-suu-kyi-has-rare-meeting-with-international-red-cross/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Myanmar's detained former leader Aung San Suu Kyi met with the International Committee of the Red Cross’ representative in the capital on Monday, the military-backed government said, a rare moment of contact with the outside world for the Nobel laureate who has been held out of public view since the military seized power in 2021.]]></description><pubDate>Mon, 03 Aug 2026 13:20:50 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Myanmar's detained former leader Aung San Suu Kyi met with the International Committee of the Red Cross’ representative in the capital on Monday, the military-backed government said, a rare moment of contact with the outside world for the Nobel laureate who has been held out of public view since the military seized power in 2021.</p><p>Two photographs published with the announcement showed Suu Kyi shaking hands with Arnaud de Baecque, the ICRC’s representative to Myanmar, and meeting with him in a wood-paneled room.</p><p>The Presidential Press and Information Bureau, which released the photographs, said the meeting was held Monday morning but did not disclose the location of the meeting or provide details about what was discussed.</p><p>The ICRC confirmed in a statement on Monday that one of its delegates visited Suu Kyi under its standards and procedures for visiting people deprived of liberty, and spoke with her in private, but it did not disclose details of the discussion.</p><p>The organization said it continues to engage with all relevant actors to maintain and expand its access to places of detention in Myanmar.</p><p>Two other photographs showed Suu Kyi cutting a pink birthday cake bearing the inscription, “Happy Birthday Aunty Suu,” suggesting they may have been taken during a celebration for her 81st birthday in June.</p><p>In the photos, Suu Kyi appeared relaxed and was smiling. She did not show any obvious signs of ill health, although her physical condition could not be independently assessed from the images.</p><p>The release came as calls are growing from other countries, including Myanmar's fellow members of the Association of Southeast Asian Nations, for access to or engagement with Suu Kyi as part of efforts to resolve the country's political crisis.</p><p>Kim Aris, her younger son living in London, and Myanmar democracy activists has been waging an online campaign named to demand evidence his mother is alive and well.</p><p>In a statement sent to the AP, Aris welcomed the reported ICRC visit, saying it could mark the first positive development concerning his mother in more than five years.</p><p>“This may be a first step, but it must not be the last,” Aris said.</p><p>He thanked governments, the international community and supporters for standing with his family and backing his campaign to seek proof of his mother’s well-being, while stressing that he had not yet received independent confirmation of her condition.</p><p>He said he hoped the visit would lead to direct family contact and her eventual release together with all political prisoners.</p><p>Suu Kyi was detained Feb. 1, 2021, when the army seized power from her elected government. She has not been seen publicly since then, and the last official photo of her released was in April, when she was moved from prison to house arrest and her sentence was reduced as part of a prisoner amnesty for a Buddhist holiday.</p><p>The country's military leaders, who have faced sanctions and widespread international isolation since seizing power in 2021, have sought to project a return to normalcy by holding a 2025 election and increased engagement with regional neighbors.</p><p>However, critics say the transition to a nominally elected government largely composed of former generals and holdovers from the previous military-led government has done little to change the military’s grip on power.</p><p>Nay Phone Latt, a spokesperson for the opposition National Unity Government, said the ICRC’s meeting with Suu Kyi shouldn’t be taken as a real move to address human rights or democracy issues.</p><p>“Since, from the outset, a country’s leader was wrongfully arrested and imprisoned by finding faults where there were none, she must be released without any conditions,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEDK2FMAEDNM2GOQKDYX4Y5EZA.jpg?auth=9462e4667ddd547bcec2927df3a667b479ea4269e595ea912912e0abaf898441&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Myanmar President Office on Monday, Aug. 3, 2026, Myanmar's ousted leader Aung San Suu Kyi, left, shakes hands with Arnaud de Baecque, resident representative of the International Committee of the Red Cross, during their meeting in Naypyitaw, Myanmar. (Myanmar President Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/PAC2QETV5CGJT4XNYKZWKTWYMA.jpg?auth=e834eb74cf900be46eed07c4ea3119955c2975ecf807e7ab34d0a223579de44b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Myanmar President Office on Monday, Aug. 3, 2026, Myanmar's ousted leader Aung San Suu Kyi, left, shakes hands with Arnaud de Baecque, resident representative of the International Committee of the Red Cross, during their meeting in Naypyitaw, Myanmar. (Myanmar President Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LAKTNAM3LFRX5LQNSP43MLHU2E.jpg?auth=11a874f9d0f925c68defbc84e56b2374f65d81c7eaf6b361d9683ff345cbf406&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Myanmar President Office on Monday, Aug. 3, 2026, Myanmar ousted leader Aung San Suu Kyi cuts a birthday cake during her meeting with Arnaud de Baecque, resident representative of the International Committee of the Red Cross, in Naypyitaw, Myanmar. (Myanmar President Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/J6QVZWTMQH5RBAVZKYWKNLGCAM.jpg?auth=7d9b2464b9ad2b1bdaee6d5a6a1fdacfeee3bfb8af7f229fb3067d1303eaa502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Myanmar President Office on Monday, Aug. 3, 2026, a birthday cake for Myanmar ousted leader Aung San Suu Kyi is seen during her meeting with Arnaud de Baecque, resident representative of the International Committee of the Red Cross, in Naypyitaw, Myanmar. (Myanmar President Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Maryland lawmakers to consider steps toward partisan redistricting for 2028]]></title><link>https://www.local10.com/news/politics/2026/08/03/maryland-lawmakers-to-consider-steps-toward-partisan-redistricting-for-2028/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/maryland-lawmakers-to-consider-steps-toward-partisan-redistricting-for-2028/</guid><dc:creator><![CDATA[By SARAH RANKIN, Associated Press]]></dc:creator><description><![CDATA[Maryland lawmakers will kick off a special session Monday to consider a first step in a partisan redistricting initiative that could help Democrats pick up an additional U.S. House seat by 2028.]]></description><pubDate>Mon, 03 Aug 2026 04:27:06 +0000</pubDate><content:encoded><![CDATA[<p>Maryland lawmakers will kick off a special session Monday to consider a first step in a partisan redistricting initiative that could help Democrats pick up an additional U.S. House seat by 2028.</p><p>The General Assembly will begin debate on a proposed constitutional amendment intended to give Democrats greater latitude to draw congressional maps favoring their party, which currently represents seven of the state's eight House districts. The proposal would have to be approved by voters before lawmakers could begin considering new district lines.</p><p>Deep blue Maryland’s move, which the state's minority Republicans have called a blatant power grab, is the latest turn in the national battle over redistricting, which kicked off a year ago and has reshaped the U.S. House map ahead of this year’s midterms.</p><p>Democratic state Senate President Bill Ferguson blocked a different redistricting initiative earlier this year that could have put new maps in place before the fall elections, worried the move could backfire upon judicial review. But he has said his views shifted after the U.S. Supreme Court weakened the Voting Rights Act in late April. That decision offered new grounds for Republicans to swiftly reconfigure districts in Southern states with large minority populations that have elected Democrats, moves that Ferguson called “painful” to watch.</p><p>“It felt like the unwinding of any type of democratic norms in the blink of an eye,” Ferguson said in an interview.</p><p>Deep blue Maryland could gain one seat</p><p>Maryland's lone Republican representative in Congress is Rep. Andy Harris, chairperson of the House Freedom Caucus. Harris' 1st District is centered on the mostly rural Eastern Shore, part of a scenic peninsula separated from the rest of the state by the Chesapeake Bay.</p><p>In 2021, lawmakers tried to remake the maps in a way that made Harris' district more competitive for a Democrat to win, drawing in communities across the bay. But a judge struck down those districts in 2022, calling them a “product of extreme partisan gerrymandering.”</p><p>In light of that decision and in hopes of avoiding future adverse legal rulings, lawmakers will consider legislation to amend the state constitution to make clear that the parameters the judge cited — including that districts be compact in form and have regard given to “natural boundaries” — apply only to General Assembly districts, not congressional ones.</p><p>If approved by a three-fifths vote of both chambers, the amendment would go before voters in the Nov. 3 general election. If approved there, lawmakers could revisit the congressional maps for the 2028 election cycle under the constitution’s new guidance.</p><p>Republicans say the move sets up a gerrymander</p><p>In advance of the special session, Republicans criticized the move by Democrats and raised concerns about limits set on testimony for the special session.</p><p>“We are very concerned with the significant limitations on witnesses, and the reality that any bill hearing is obviously intended to be a brief and meaningless formality,” House Minority Leader Jason Buckel said in a statement.</p><p>Harris, in an interview, said the “gerrymandering that this constitutional amendment sets up” would break up areas of common interest into districts predominated by urban and suburban areas, disenfranchising rural voters. Such a move would “of course” face a court challenge, he said.</p><p>Gov. Wes Moore, a Democrat who has expressed frustration over lawmakers' refusal to redistrict earlier this year, cast the move as an urgent necessity in light of Republican moves elsewhere. The proposal currently before lawmakers will ultimately give voters, not “party bosses” the final say, he said.</p><p>“And if the people determine that there’s nothing to do, then there’s nothing to do. But if the people determine that we move, we move,” he said in an interview as he became chair of the National Governors Association.</p><p>Redistricting reverberates around the country</p><p>Maryland’s special session is part of a new phase in a national redistricting battle that began a year ago, when President Donald Trump urged Republican-led states to redraw congressional districts to help the party hold on to its slim House majority in the midterm elections. Republicans think they could win as many as 16 additional seats from new House maps enacted in eight states — Texas, Missouri, North Carolina, Ohio, Florida, Tennessee, Louisiana and Alabama. Democrats, whose counterattack faced several setbacks, think they could win up to six additional seats from new districts in California and Utah.</p><p>Now some states, such as Maryland and New York, are taking steps to redraw congressional districts ahead of the 2028 elections. New York’s Democratic-led Legislature has approved a proposed constitutional amendment to authorize mid-decade redistricting, repeal prohibitions on partisan gerrymandering and make it easier for lawmakers to bypass an independent redistricting commission in the future. The measure needs another round of legislative approval next year before it can appear on a statewide ballot.</p><p>___</p><p>Associated Press reporters David A. Lieb in Jefferson City, Missouri, and Steven Sloan in Oklahoma City contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBQQNQCVHA7ZJDMSTYMZJYNJEQ.jpg?auth=fe5c3f14ab1ca0ce51f7f7cbf78581320c24a3bcefd7069a163f188db0dec5f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Maryland State House in Annapolis, Md., June 13, 2026. (AP Photo/Robert Yoon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FROL5WNKWGIN4LKXAKXSLMSTHY.jpg?auth=7390364e79d1c6a7acd26242d6cb6a6de79ef089aae174832ac95f4e6a541c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wes Moore, governor of Maryland, speaks during the National Action Network (NAN) Convention in New York, April 9, 2026. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Falling oil prices help calm Wall Street's inflation worries, while chip stocks get back to sinking]]></title><link>https://www.local10.com/news/2026/08/03/falling-oil-prices-help-calm-wall-streets-inflation-worries-while-chip-stocks-get-back-to-sinking/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/03/falling-oil-prices-help-calm-wall-streets-inflation-worries-while-chip-stocks-get-back-to-sinking/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Oil prices are easing on Monday and helping to calm Wall Street’s worries that inflation could potentially get even worse. That has U.S. stock indexes rising, but sharp swings are continuing to roil financial markets underneath the surface.]]></description><pubDate>Mon, 03 Aug 2026 13:48:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices are easing on Monday and helping to calm Wall Street’s worries that inflation could potentially get even worse. That has U.S. stock indexes rising, but sharp swings are continuing to roil financial markets underneath the surface.</p><p>The S&P 500 rose 0.6% following its wild July, where it swung up  and down as oil prices shot higher because of the war with Iran  and worries grew about whether Big Tech’s massive investments in artificial-intelligence technology  will translate into profits and whether chipmaker stocks soared too high in the euphoria around AI.</p><p>The Dow Jones Industrial Average was up 624 points, or 1.2%, as of 9:35 a.m. Eastern time, and the Nasdaq composite was 0.6% higher.</p><p>Some of the strongest action was in the oil market, where the price for a barrel of Brent crude fell 4.9% to $83.65. It dropped after President Donald Trump said over the weekend that he decided to hold off on ordering U.S. forces to carry out new strikes against Iran at the urging of allies in the region.</p><p>Brent careened between $72 and $102 last month as worries rose and fell about when the war with Iran would allow oil tankers to freely exit the Persian Gulf again to deliver crude to customers worldwide.</p><p>The latest acquiescence by Trump on Iran helped to ease worries about inflation potentially getting worse, and Treasury yields correspondingly fell in the bond market.</p><p>The yield on the 10-year Treasury sank to 4.68% from 4.75% late Friday. It, though, remains well above its 3.97% level from before the war with Iran.</p><p>That jump is threatening to undercut prices for stocks and other investments, while slowing the economy by making borrowing more expensive for U.S. households and businesses. The average long-term U.S. mortgage rate has already leaped to its highest level  in a year.</p><p>The drop in oil prices helped airlines and other companies with big fuel bills lead the market. United Airlines flew 5.6% higher, while American Airlines climbed 5.7%. Norwegian Cruise Line Holdings steamed 5.4% higher.</p><p>On the losing end of Wall Street were stocks of companies that make computer chips, which have been swinging sharply on worries about whether their surging revenues because of the AI boom are sustainable.</p><p>If AI ends up produce less profit and productivity than hoped, Big Tech companies could curtail their spending sprees on data centers that have helped chip stocks soar to tremendous heights.</p><p>Micron Technology fell 4.9% Monday and was one of the heaviest weights on the S&P 500, but its stock is still up more than 170% for the year so far. Advanced Micro Devices fell 2.7 % to trim its surge for the year so far to 116%.</p><p>The manic swings for AI stocks have been most dramatic in South Korea, where the Kospi index is dominated by just two tech titans, Samsung Electronics and SK Hynix.</p><p>Seoul’s Kospi fell 5.1%. It was coming off a 17.9% surge from Friday, which was its best day in history.</p><p>In neighboring Japan, Tokyo’s Nikkei 225 fell 0.9% after the United States and Japan confirmed they had moved together to to prop up the value of the Japanese yen against the dollar. A stronger yen would help to limit inflation in Japan, but it could also potentially hurt Japan’s exporters.</p><p>___</p><p>AP Writers Matt Ott, Elaine Kurtenbach, Mayuko Ono and Mari Yamaguchi contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AITEPHTJJWU3HY4SIMI4CPIVKE.jpg?auth=63fcf8274adb7a22deb79c496c915e1e7ea451819505e1b8d7cc35591e51c3d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A trader works on the floor of the New York Stock Exchange, Thursday, July 30, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[El-Sayed and Stevens make final Democratic Senate primary push in Michigan churches, union halls]]></title><link>https://www.local10.com/news/politics/2026/08/03/el-sayed-and-stevens-make-final-democratic-senate-primary-push-in-michigan-churches-union-halls/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/el-sayed-and-stevens-make-final-democratic-senate-primary-push-in-michigan-churches-union-halls/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Abdul El-Sayed sat quietly alongside his wife and Black political leaders in a packed Detroit church Sunday morning, clapping as the congregation sang and the pastor preached. Then he stood before the room and asked for their votes.]]></description><pubDate>Mon, 03 Aug 2026 06:16:36 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Abdul El-Sayed sat quietly alongside his wife and Black political leaders in a packed Detroit church Sunday morning, clapping as the congregation sang and the pastor preached. Then he stood before the room and asked for their votes.</p><p>Less than 10 miles away, U.S. Rep. Haley Stevens was making her own appeal at another Black church, where one of the city’s most prominent pastors made the case for her.</p><p>There were fewer than 48 hours left in Michigan’s fiercely contested Democratic Senate primary. And after more than a year spent preaching starkly different visions for their party — with tens of millions of dollars poured into the race and national attention focused on it — both candidates had come to some of the same places looking for the votes to win it.</p><p>First, Black churches. Later, union halls. Then rallies surrounded by their core supporters.</p><p>Stevens, who has been through several competitive Democratic primaries, has a name for the frenzy of the closing days: “the last word phenomenon.”</p><p>“Everyone’s trying to get in their last points,” Stevens said.</p><p>Where the candidates chose to make those final points reflected the simple contest underneath all the money and ideological warfare: which one can assemble enough of Michigan’s Democratic coalition to win Tuesday.</p><p>The primary has become one of the clearest tests yet of where Democratic voters want their party to go. El-Sayed, a progressive backed by Sen. Bernie Sanders and other leaders on the party’s left, has run against much of the Democratic establishment. Stevens, a four-term congresswoman backed by Senate Democratic leader Chuck Schumer and many of Michigan’s top Democrats, has made electability and experience central to her case.</p><p>The stakes extend well beyond the primary. The nominee will need to bring a fractured Democratic coalition back together to defeat Republican Mike Rogers in November and hold an open seat that is critical to the party’s hopes of taking control of the Senate next year.</p><p>Both hopefuls focused on the Detroit area, where Democratic primaries are often decided</p><p>Democratic primaries in Michigan have long run through Detroit, where support from the city’s Black voters is often crucial.</p><p>El-Sayed’s pitch to those voters Sunday — during stops at three churches — centered on a vision of economic opportunity and equal treatment.</p><p>“I believe in the kind of America where no matter where you grow up, the color of your skin, how you pray, you deserve equal rights in this country,” El-Sayed told the congregation at Kingdom Covenant Church.</p><p>“You deserve to go to a good school, you deserve to get healthcare, you deserve to graduate and get a good job,” he added.</p><p>El-Sayed was joined by Democratic Reps. Summer Lee of Pennsylvania and Ayanna Pressley of Massachusetts, as well as Yusef Jackson, the son of the late Rev. Jesse Jackson who is president of Rainbow PUSH Coalition.</p><p>Pastor David A. Johnson II said welcoming a political candidate was not something he typically did, but “this particular season, it’s time for us to do something different.”</p><p>For Robin Robertson, a 59-year-old Detroit resident, El-Sayed’s visit came just in time. Robertson said she had gone back and forth over whom to support, waiting until the campaign’s final days to decide.</p><p>She ultimately settled on El-Sayed, saying Stevens “had a good run.”</p><p>“His agenda seems to match more for me the things that we need right now,” Robertson said. “And then, he’s here in my little church. That was confirmation that I’m going to vote for him.”</p><p>Stevens, meanwhile, emphasized her longstanding connections to Detroit-area churches.</p><p>At a church in Pontiac on Sunday afternoon, Stevens stayed after the service to speak individually with congregants, greeting many like familiar faces.</p><p>“I come here year-round. This isn’t just a campaign thing,” Stevens said. “Our churches are places of community refuge, community connection.”</p><p>Stevens and her allies have also made a direct appeal to Black voters through advertisements highlighting her ties to former President Barack Obama and her work as chief of staff for his administration’s auto rescue effort from 2009 to 2011.</p><p>Her campaign acknowledges that a strong showing among Detroit voters will likely be necessary for her to win Tuesday.</p><p>Reggie Williams, a longtime constituent who was supporting Stevens at an Oakland County event Sunday evening, said he continues to back her because she “has always been there for the people.”</p><p>“She is out and about in the community, always has boots on the ground,” Williams said.</p><p>Stevens, El-Sayed will focus on different parts of Michigan on final day of campaigning</p><p>After spending much of Sunday pursuing some of the same Democratic constituencies, El-Sayed and Stevens will take different paths across Michigan for the final full day of the primary.</p><p>El-Sayed plans to remain in Detroit, joining canvass launches and trying to turn enthusiasm in the state’s largest city into votes.</p><p>“This has been the heart of my public service," El-Sayed said about his decision to end the campaign in Detroit. “We wanted to come back here and demonstrate what this movement is and what it could mean."</p><p>Stevens will head west, making stops across West Michigan as she tries to maximize support in a region with Democratic strongholds in cities such as Grand Rapids and Kalamazoo.</p><p>The divergent schedules reflect the final calculation facing both campaigns after more than a year of campaigning: There are few voters left to persuade, and increasingly the task is making sure the ones already won over actually cast a ballot.</p><p>For El-Sayed, that means leaning into a volunteer operation his campaign says has grown to 12,000 people statewide and trying to drive turnout in places such as Detroit. Stevens is relying on the broader institutional support she has accumulated across the state, including endorsements from many of Michigan’s most prominent Democratic officials, such as Sen. Gary Peters and Gov. Gretchen Whitmer.</p><p>By Monday night, there will be no more churches to visit, union halls to address or rallies to hold. The television ads that have blanketed Michigan will have run their course, too.</p><p>Then comes what Stevens described as the inevitable other side of the “last word phenomenon.”</p><p>“The votes will be counted,” she said. “The election will be had.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KMGYDPETVI5C2HGWGZX3ZIPUQQ.jpg?auth=92ff02fd423bab44db282e0506dc22cd765271a50453dbc9bcc481121425411a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, walks from Anthology Coffee to the Spirit of Detroit during the March of the Many, Sunday, Aug. 2, 2026, in Detroit. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CSEWHBEPZAAABYMGG2UQ5DDOQ.jpg?auth=ad3b6c78514fb88fcc028477ac83ca4757cbdb79b5a1a84f76fe2c62fc2f6651&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Haley Stevens, D-Mich., left, a candidate in the Democratic primary for U.S. Senate in Michigan, accompanied by Sen. Gary Peters, D-Mich., speaks during a campaign event at the UA Local Plumbers 98 Union Hall, Sunday, Aug. 2, 2026, in Madison Heights, Mich. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PO75TBEIF32ZSACTCQY6RJYXRU.jpg?auth=83adf4b5858e112285a64d0e54af3042387d10d1573e0f608c23b43bf8153c2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, speaks during a service at Church of the Messiah, Sunday, Aug. 2, 2026, in Detroit. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PCIWTVKQUTPN52UZCLYRU4M5M.jpg?auth=b69dc6ef1e2dc9848990587b672d9e8800c78a5c01770611e92d6fdf798c80e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Haley Stevens, D-Mich., left, a candidate in the Democratic primary for U.S. Senate in Michigan, speaks during a campaign event at the UA Local Plumbers 98 Union Hall, Sunday, Aug. 2, 2026, in Madison Heights, Mich. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LBI3SKVAUYENM4GXV5GZLK4BK4.jpg?auth=87545460a9c3040fd035bc5d1449b63feeecde0b4ecc3786dbf9c8a8b7258b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed, right, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, accompanied by Rep. Analilia Mejia, D-N.J., greets a supporter during a campaign rally at the UAW Region 1 Union Hall, Sunday, Aug. 2, 2026, in Warren, Mich. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Several big-name NFL players enter this season with something to prove]]></title><link>https://www.local10.com/sports/2026/08/03/several-big-name-nfl-players-enter-this-season-with-something-to-prove/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/several-big-name-nfl-players-enter-this-season-with-something-to-prove/</guid><dc:creator><![CDATA[By DENNIS WASZAK Jr., Associated Press]]></dc:creator><description><![CDATA[FLORHAM PARK, N.J. (AP) — Breece Hall came to training camp with a new contract from the New York Jets and an intense desire to justify the big bucks.]]></description><pubDate>Mon, 03 Aug 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>FLORHAM PARK, N.J. (AP) — Breece Hall came to training camp with a new contract from the New York Jets and an intense desire to justify the big bucks.</p><p>“It makes me more hungry to keep proving I am who I say I am,” said the star running back, who received a three-year extension in May worth $45.75 million. “It’s making me want to do more than I’ve done in the past.”</p><p>Meanwhile, Tampa Bay’s Baker Mayfield said he feels “disrespected” by the Buccaneers for not getting the contract extension he sought and plans to play out the final season of his three-year, $100 million deal.</p><p>Several players know exactly how they feel, entering the season with something to prove because of either signing a big-money deal, looking for another contract, joining a new team, trying to overcome an injury or working to rebound from mediocre play.</p><p>A.J. Brown, WR, Patriots</p><p>The three-time Pro Bowl pick was traded by Philadelphia to New England in June for a 2028 first-round draft pick and a 2027 fifth-rounder. Brown, who's still only 29, had 339 catches for 5,034 yards receiving with 32 touchdowns in four seasons with the Eagles — a tenure also marked by cryptic social media posts and comments that soured his relationship with the franchise, including quarterback Jalen Hurts. In New England, Brown gets a fresh start with his childhood favorite team.</p><p>Jalen Carter, DT, Eagles</p><p>The Eagles signed the ninth overall pick in 2023 to a four-year extension that included $106 million guaranteed through the 2031 season. The huge deal makes Carter the league's highest-paid defensive tackle. It also comes after he had just three sacks last year while shoulder injuries limited him to 11 games. Carter said he feels the responsibility of living up to the contract and returning to his game-wrecking level of play.</p><p>Keon Coleman, WR, Bills</p><p>The 23-year-old wide receiver has the talent to be a star for the Bills' Josh Allen-led offense. But inconsistency and lapses in focus on and off the field have prevented Coleman from reaching that potential. He has been disciplined three times for being late to meetings. After having eight catches for 112 yards in Buffalo's season opener, Coleman had just 30 receptions for 292 yards in 12 other games. He acknowledged in minicamp that this is a “make or break” season.</p><p>Breece Hall, RB, Jets</p><p>Hall ran for 1,000 yards for the first time in his career last season and also had 350 yards receiving with five overall TDs while playing in 16 games. He was mentioned often in trade rumors last year, but remained with the Jets. With Frank Reich running the offense, Hall should continue to be a do-it-all bell cow out of the backfield with the hope — based on what the Jets paid him — he'll firmly establish himself as one of the league's top running backs.</p><p>Baker Mayfield, QB, Buccaneers</p><p>The No. 1 overall pick in 2018 by Cleveland revived his career in Tampa Bay after replacing Tom Brady in 2023. Mayfield insists he has shown himself with the Buccaneers to be a franchise quarterback — and wants to be paid as such. In his first two seasons in Tampa Bay, he made the Pro Bowl and led the Buccaneers to NFC South titles. Mayfield got off to another terrific start last season, but fizzled down the stretch with injuries.</p><p>Kyler Murray, QB, Vikings</p><p>Arizona released Murray in the offseason, a disappointing end to what was a promising beginning for the 2019 top pick. He signed with Minnesota in March for the veteran minimum of $1.3 million, giving the Vikings a veteran to compete with J.J. McCarthy for the starting job. Murray has been productive at his best as a dynamic dual threat. But he has had to deal with injuries and questions about his work ethic, something he'll try to put to rest with the Vikings. But he needs to beat out McCarthy first.</p><p>Michael Penix Jr., QB, Falcons</p><p>The eighth overall pick in 2024 came to Atlanta as the Falcons' possible quarterback of the future. Injuries and inconsistency have threatened those hopes. Penix opened last season as the starter, was benched late in Week 3 in favor of Kirk Cousins and then tore an ACL in Week 11. He's working his way back from that injury this summer and the Falcons aren't quite sure when he'll be fully ready. Atlanta signed Tua Tagovailoa, who's also currently banged up, in the offseason to compete with Penix.</p><p>Rashee Rice, WR, Chiefs</p><p>The 26-year-old wide receiver, who missed the Chiefs’ voluntary offseason workouts and mandatory minicamp, served a 30-day sentence in a Dallas County jail for violating the terms of his probation, stemming from his role in a car crash that left multiple people injured on a Texas highway. Rice also had surgery to clean debris in his right knee shortly before he was sentenced. When he has played, he has been a productive target for Patrick Mahomes with 156 catches for 1,797 yards and 14 touchdowns. But Rice has also played just 28 games in three seasons because of a suspension and injuries.</p><p>C.J. Stroud, QB, Texans</p><p>The second overall pick in 2023 had a terrific first season, winning AP Offensive Rookie of the Year, leading the Texans to the playoffs, making the Pro Bowl and giving Houston hope its franchise QB was in place. Stroud's last two seasons might have caused some doubt. The Texans have made it to the postseason in each of his three NFL seasons, but Stroud had his worst performance in the divisional round against New England when he threw four first-half interceptions. The Texans exercised the fifth-year option on Stroud’s rookie contract in April and he's eligible for an extension, with talks ongoing.</p><p>Brian Thomas Jr., WR, Jaguars</p><p>The 2024 first-rounder set franchise rookie records for catches (87), yards receiving (1,282) and TD receptions (10), quickly emerging as Trevor Lawrence's top target. But Thomas' production nosedived last season with 48 catches for 707 yards and just two TDs. He also tied for second in the NFL with 10 drops. Thomas was impressive during offseason workouts and minicamp, and the hope is being in his second year in Liam Coen's offense will help him more closely resemble the playmaker he was as a rookie.</p><p>Deshaun Watson, QB, Browns</p><p>Healthy again after tearing an Achilles tendon in 2024 and missing last season after reinjuring it, Watson's competing with Shedeur Sanders for Cleveland's starting job. And this could be the 30-year-old QB's last chance to redeem himself. He has played in just 19 games since being acquired from Houston in 2022 for three first-round picks and then signing a fully guaranteed five-year, $230 million deal. He was suspended by the NFL for the first 11 games that season for his alleged sexual misconduct during massage therapy sessions. If Watson starts in Week 1 for new coach Todd Monken, it'll be his first game since Week 7 of the 2024 season.</p><p>Malik Willis, QB, Dolphins</p><p>Tennessee thought Willis could potentially be its franchise QB when it drafted him in the third round in 2022. That never materialized and Willis was traded to Green Bay two years later. He rejuvenated his career last season while filling in for an injured Jordan Love and parlayed that into a three-year, $67.5 million deal with Miami. Willis will be the starter from Week 1, but the Dolphins are putting a lot of faith in a quarterback with only six NFL starts.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/42R5WA3C3VMKDLBM7AXXK3WLTA.jpg?auth=ad6005094bd2a54e417459d7acb7ebb932afd8ff5eb4923c3f0d0d123e5b790e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield throws a pass during an NFL football training camp practice Thursday, July 30, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMG3USBL7HGCPPYMEGUG4DO6KI.jpg?auth=989391da65393e08d04db561d9874a395af306db46f03a8727fd2ba7385b97e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Jets' Breece Hall runs the ball during practice at the team’s NFL football training camp in Florham Park, N.J., Thursday, July 30, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZIXKKVCJAABU77Z4TBGJOPJSCI.jpg?auth=4f3f3f7cc2fbf7f268213940e7d67dafa3452286478535edaf890f95cf5b9b5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots wide receiver A.J. Brown (1) laughs with teammates during the team's NFL football training camp, Tuesday, July 28, 2026, in Foxborough, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F7PZ3CCLKVTKXQ47XAM6PFNND4.jpg?auth=08eee88df4fbe1f9dfe1ea9c1e90bee04291eb3ecc84db719b333a926f2e2c0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Eagles defensive tackle Jalen Carter (98) takes to the field for practice at the team's NFL football training camp in Philadelphia, Thursday, July 30, 2026. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/446FDJ3S5MSOLBMYQI3F3J4WSU.jpg?auth=64064ce631968e03812db39c8426fd1a67d0848e477d980ac5c9edd74e3ba9ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Bills wide receiver Keon Coleman (0) signs autographs after practice at the team's NFL football training camp Saturday, Aug. 1, 2026, in Pittsford, N.Y. (AP Photo/Adrian Kraus)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7C6KKYV2ZX4FXULMEXA7OSDNN4.jpg?auth=14445f04a6143867a43569ac16da7eb83c0e3e00feacf4d23b2b3e07f371a64c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Vikings quarterback Kyler Murray (1) takes part in drills during the team's NFL football training camp Wednesday, July 29, 2026, in Eagan, Minn. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWXMV7T6IWB22C2NDX6AENRNAQ.jpg?auth=b9a4626194237cc87e845ec2ecf9a81ba7692344d44100169f82300c1e3e49ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Chiefs wide receiver Rashee Rice arrives at NFL football training camp Wednesday, July 29, 2026, in St. Joseph, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FOQUU2WIS5XSBESBDWLWAHT2CA.jpg?auth=95dc316c1afbb72ea76e67e77bf956477a918ef68aa45adc1388989957eb20d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans quarterback C.J. Stroud (7) arrives for the team's NFL football training camp in Houston, Wednesday, July 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/USAX3DJAZDM56IPJYR2QILWFVU.jpg?auth=b85d80e7e8b69e5eade90b1f1b9644b6018d3c079bfce357152719b9a97dac49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jacksonville Jaguars wide receiver Brian Thomas Jr. (7) sets up for a play against the Seattle Seahawks during the first half of an NFL football game, Oct. 12, 2025, in Jacksonville, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3TX5VR76IU2FFJMNE3PMNM6BOM.jpg?auth=2770eb07fd0f1453cbca9dd7f03f8af75557de97cacaa13e5c37217c1378d89b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Browns quarterback Deshaun Watson (4) calls a play during practice at the team's NFL football training camp, Thursday, July 30, 2026, in Berea, Ohio. (AP Photo/David Richard)]]></media:description><media:credit role="author" scheme="urn:ebu">David Richard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OCKG3WQ75SPQVW5U72SMBZXJ64.jpg?auth=046df441363bf58b8d1ef52069368caa913c769eb87112062c6b50b489b6495a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Dolphins quarterback Malik Willis speaks to journalists during NFL football training camp, Tuesday, July 28, 2026, in Miami Gardens, Fla. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Trial of Lindsay Clancy, the mom who killed her 3 children, enters second week of testimony]]></title><link>https://www.local10.com/news/national/2026/08/03/trial-of-massachusetts-mom-accused-of-killing-her-3-children-enters-2nd-week-of-testimony/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/03/trial-of-massachusetts-mom-accused-of-killing-her-3-children-enters-2nd-week-of-testimony/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — After an opening week of wrenching testimony and a jury trip to the home where Lindsay Clancy strangled her three children, her murder trial resumed Monday with more testimony about the killings in a coastal Massachusetts town in 2023.]]></description><pubDate>Mon, 03 Aug 2026 13:42:32 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — After an opening week of wrenching testimony and a jury trip to the home where Lindsay Clancy strangled her three children, her murder trial resumed Monday with more testimony about the killings in a coastal Massachusetts town in 2023.</p><p>Monday's witnesses are expected to include police officers and doctors involved in the immediate response to the killings, building on testimony some of their colleagues gave for the prosecution last week.</p><p>Witnesses in ensuing days could shed more light on the mental health issues at the heart of the case. Clancy's defense says she was a loving mother who was overmastered by postpartum psychosis, a dangerous psychiatric condition that afflicts a small proportion of women after childbirth and affects their hold on reality.</p><p>Prosecutors contend that she acted intentionally and should be held criminally responsible for the deaths of Callan, Dawson and Cora Clancy, who ranged in age from 8 months to five years.</p><p>Clancy, 35, wept at the defense table as ex-husband Patrick Clancy and other witnesses testified last week about the killings.</p><p>He found the children in the basement of the family's home in Duxbury, Massachusetts, and their mother gravely injured in the yard. She had jumped out a second-floor window and remains paralyzed from the waist down.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>Lindsay Clancy’s lawyers don’t dispute that the former labor and delivery nurse killed the children. But in the criminal trial and a medical malpractice lawsuit, her attorneys have said that she had bipolar disorder that wasn’t fully diagnosed until after the killings and that her condition seemed to worsen on an ever-shifting lineup of psychiatric prescriptions, some of them problematic for bipolar patients.</p><p>In the three months before the January 2023 killings, various clinicians prescribed Lindsay Clancy a range of antidepressants, sleep aids, an antipsychotic and other medications while she reported increasingly profound insomnia, anxiety, despair and confusion about what was real, according to her lawsuit.</p><p>Defendant sought help for postpartum depression</p><p>When she sought care at a postpartum depression program in late December 2022, providers noted that her symptoms might be due to medication, according to her lawsuit. It says those clinicians told her to taper off the antipsychotic drug and then discharged her after a day.</p><p>Clancy checked herself into a psychiatric hospital that New Year’s Eve and spent several days there. Once home, she resumed appointments with her psychiatrist, who last saw her for 17 minutes on Jan. 23, 2023, according to her lawsuit.</p><p>The next day, she believed a commanding voice was telling her to “kill the children so you can kill yourself,” according to her lawyers.</p><p>That evening, she asked her husband to run some errands, a request that prosecutors cast as a ploy to get him out of the house. In a rare site visit this past Friday, jurors passed the businesses to which he went, and then they were escorted through the Cape Cod-style home where the Clancys lived.</p><p>Father returns home to a shocking scene</p><p>In anguished testimony, Patrick Clancy told jurors last week about returning to a horrible scene at that house: a bloodied bedroom, an open window, his wife on the ground below it, the children in the basement, throttled with exercise bands.</p><p>“She killed the kids!” he told a 911 dispatcher on a call played in court.</p><p>In separate lawsuits, Lindsay and Patrick Clancy allege that various providers failed her and should have recognized she was a risk to herself and the children. The providers, at least those who have responded to date, deny the allegations and dispute that she clearly told them she intended to harm the children.</p><p>Prosecutor Shanan Buckingham sought in an opening statement last week to keep jurors' focus on the defendant, not her doctors.</p><p>“This is not a public debate about women’s mental health and how the medical system treats women," Buckingham said.</p><p>If convicted of murder, Lindsay Clancy faces life in prison without parole. If found not guilty due to a lack of criminal responsibility, she would be committed to a state mental health facility.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O3X4CERLBJ5ZRC6Z6NAW2B2ALE.jpg?auth=91f9a9ab450479adc5d20ffd80e819198a1ded4ecb4e5a4a39fb201955acd5d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy attends her murder trial at Plymouth Superior Court in Plymouth, Mass., on Wednesday, July 29, 2026. (David L. Ryan/The Boston Globe via AP, Pool)]]></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/5H4ZSJVXDXFVWLBVMWQFHFOKNM.jpg?auth=b02b7374d0cab1a3d652d0ace8679bd54d5df8c1a468e407736ad230fedc2287&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Assistant District Attorney Jennifer Sprague holds up as evidence the pajamas of Callan Clancy 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)]]></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/6F5TOEB37MJTNCUALLPAE2N4KA.jpg?auth=2dae01a2306083ec4e84c8f719f0e6c67a4d0d8ce28e85bf7851da80d16a0970&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police barricade stands outside the former home of Lindsay Clancy in Duxbury, Mass., on Friday, July 31, 2026. (AP Photo/Rodrique Ngowi)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrique Ngowi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVLWBBS6NVX6NDXOXZYLY6PJSE.jpg?auth=cd1b8e7cd126c50efc185bccc37a22bc0964836a86da1243e2056954c7d74fd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Clancy reacts as images of himself and his children on vacation a month before they were killed is shown in the courtroom at Plymouth Superior Court in Plymouth, Mass., Monday, July 27, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWTA3ZRVQJ474FDPS4FUWGFDDA.jpg?auth=f26bfbe42e6642cf35765999d90958c697e0e85fe7c5740fd983faba35e12731&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy listens during her murder trial at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content></item><item><title><![CDATA[Iran déjà vu: Trump once again threatens massive escalation against Tehran only to walk back]]></title><link>https://www.local10.com/news/politics/2026/08/03/iran-deja-vu-trump-once-again-threatens-massive-escalation-against-tehran-only-to-walk-back/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/iran-deja-vu-trump-once-again-threatens-massive-escalation-against-tehran-only-to-walk-back/</guid><dc:creator><![CDATA[By AAMER MADHANI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump has played this hand before during the 5-month-old Iran war.]]></description><pubDate>Mon, 03 Aug 2026 13:43:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has played this hand before during the 5-month-old Iran war.</p><p>It starts with a grim warning to Tehran that the Republican president is on the cusp of ordering U.S. forces to “obliterate” its power plants or seize key parts of its oil industry if its leaders don't quickly agree to U.S. terms to end the war. It ends with him edging away with a last-minute declaration, sometimes at the behest of Gulf allies, that he's going to give diplomacy more time.</p><p>The hardball strategy — one that Trump honed during his years competing in New York’s real estate scene and has employed in politics — aims to create movement in negotiation through pressure and chaos. But the tactic is facing a challenge with an Iranian theocracy that believes it holds a higher threshold for strategic pain than Washington.</p><p>While Trump has reveled in the U.S. military decimating layers of Tehran’s leadership and devastating its air force and navy, Iran is betting it can outlast Trump as he faces diminished stockpiles of munitions and the difficulty of executing a war that is unpopular with the American electorate ahead of November’s midterm election.</p><p>The latest episode began on Friday when Trump, surrounded by his Cabinet, grimly declared that he was “losing faith” in negotiations with Iran and warned that the U.S. military “ will be hitting them very hard."</p><p>Hours later, the White House press secretary Karoline Leavitt heightened speculation in Washington — and around the globe — with an ominous statement asserting "Iran will continue to pay until they come to the table in, what President Trump deems, a meaningful way.”</p><p>But by late Saturday night, Trump declared on social media that there were signs of progress on reaching an agreement and he was calling off a plan to carry out new, massive strikes for the time being.</p><p>The next day Trump emphasized that requests to give diplomacy more time from unnamed Iranian officials as well as leaders from Gulf allies — Qatar, Saudi Arabia, and the United Arab Emirates — were key to his about-face.</p><p>“It would have been disastrous for them. And they didn’t want us to do it,” Trump said of Iran as he spoke to reporters on his way back to Washington from a weekend at his New Jersey golf club. “And frankly, Saudi Arabia didn’t want it either. They thought that a deal is imminent.”</p><p>Critics see Trump reaching for a reset button in this pattern</p><p>Trump may still come to the conclusion that a massive escalation in the conflict with Iran is necessary.</p><p>But critics say his hesitation also might reflect an unspoken understanding inside the administration that U.S. military might alone may not be enough to compel Iran to back down and bring an end to a now monthslong war that Trump had earlier downplayed as a weekslong excursion.</p><p>“I think what we’re seeing here is a president who has an approach that’s just rather erratic,” said Sen. Mark Kelly, an Arizona Democrat on the Senate Armed Services Committee, on CBS News' “Face the Nation.” “At this point, he's trying to get us back to February. And I think if he could — if he had a big reset button he could hit — he would certainly take that option.”</p><p>There have been several moments over the course of the conflict when Trump has demonstrated his proclivity for the bellicose only to back off at the last minute, while declaring his threats spurred progress:</p><p>— In early April, the United States and Iran agreed to a two-week ceasefire in an announcement that came less than two hours before a deadline Trump had set for Tehran to capitulate or face attacks on bridges and power plants — strikes he said would mean “a whole civilization will die.”</p><p>— After days of dire threats against Iran, Trump announced on May 18 he was holding off on a major planned military strike because “serious negotiations” were underway, crediting Gulf allies for persuading him to show restraint.</p><p>— Then in June, Trump threatened to hit Iran “VERY HARD” and seize Iran’s energy base on Kharg Island to "assume total control of their Oil and Gas Markets,” he wrote on social media, only to call off the strikes in a later post after claiming that peace negotiations had progressed with high-level Iranian leaders.</p><p>Left unsaid by the president was that such an endeavor would require U.S. troops on the ground in Iran — a risky proposition politically for a president who campaigned on avoiding foreign entanglements and criticized past administrations for getting bogged down in endless wars.</p><p>Call with Saudi crown prince affected Trump's decision</p><p>With this latest episode, Trump suggested that Saudi Crown Prince Mohammed bin Salman played a particularly important role in him turning away from escalating the fight.</p><p>The U.S. president spoke by phone with the de facto leader of the kingdom on Saturday before announcing he was halting strikes that he later boasted would have been one of the biggest U.S. operations since World War II.</p><p>The crown prince conveyed that an escalation in fighting could have a severe impact on the global economy if Tehran responded to a new U.S. bombardment by targeting some of the United States’ Gulf allies, according to a person briefed on the call who was not authorized to comment publicly and requested anonymity.</p><p>Saudi officials, the person added, have underscored in their engagements with the Trump administration that the kingdom is in a good position to defend itself against further potential Iranian strikes — as are fellow energy titans Qatar and the United Arab Emirates — but that Kuwait could be more vulnerable to attacks by Iranian-backed militias in Iraq.</p><p>As Trump threatens escalation, Republicans face tough polling</p><p>Trump has insisted that November’s midterm elections aren't shaping his approach to the conflict that’s spurred unease across the global economy.</p><p>But it's certainly on the minds of his fellow Republicans.</p><p>About two-thirds of U.S. adults say the war with Iran, which began Feb. 28, has not been worthwhile, according to polling from The Associated Press-NORC Center for Public Affairs Research published last week. That includes the vast majority of Democrats and independents, as well as about 37% of Republicans.</p><p>One of Trump's most outspoken allies on Capitol Hill suggested on Sunday the administration needs to modulate its approach on Iran.</p><p>Louisiana Sen. John Kennedy said on NBC's “Meet the Press” that the debate in Washington has lost perspective on the devastation the U.S. military has inflicted on Iran since the start of the war.</p><p>Still, the Republican lawmaker acknowledged that further escalating the conflict could lead to a further surge in already elevated energy prices and “a lot of inflation for the American people.”</p><p>Kennedy made the case that tightening sanctions and targeting Iran's nuclear program — rather than escalating the conflict — might be the best bet for the moment.</p><p>“They’re all hellish choices,” Kennedy said. “But for the moment I’d maintain the status quo.”</p><p>___</p><p>AP writer Melanie Lidman in Tel Aviv, Israel, contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EIRHMEACN3XHHBOONQDET4GBME.jpg?auth=9e2109217a10abb05e8696491bf20d167ca0c3dadd02500f6dbcd3072981b4b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump carries an umbrella as he exits Air Force One at Joint Base Andrews, Md., Sunday, Aug. 2, 2026, on return to Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KKADOQZIR6FWO3TX4DNFK6VYFI.jpg?auth=46b12a98cd5a1d0d38bd423f926882b84ebc4e380bb4df64559a23600425e45c&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 to reporters onboard Air Force One while returning to the White House, Sunday, Aug. 2, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JFMZEXXGJEW3UZDYK7GP6RX2HY.jpg?auth=e93dcca6a515c727c46fcb617c4044286d66228b8500745012d1bbd3b61be119&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 as Secretary of State Marco Rubio, left, and Defense Secretary Pete Hegseth listen during a cabinet meeting, Friday, July 31, 2026, at Camp David, the presidential retreat, near Thurmont, Md., Friday, July 31, 2026. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Blanche rescinds fund for Trump allies after GOP senators threaten to block his attorney general bid]]></title><link>https://www.local10.com/news/politics/2026/08/03/blanche-rescinds-fund-for-trump-supporters-after-gop-senators-threaten-to-block-his-ag-bid/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/blanche-rescinds-fund-for-trump-supporters-after-gop-senators-threaten-to-block-his-ag-bid/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Acting Attorney General Todd Blanche issued a formal order late Sunday terminating President Donald Trump’s $1.8 billion “anti-weaponization fund” to compensate his political allies, a move that follows weeks of negotiations with two Republican senators who were blocking his nomination to become attorney general.]]></description><pubDate>Mon, 03 Aug 2026 04:58:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Acting Attorney General Todd Blanche issued a formal order late Sunday terminating President Donald Trump’s $1.8 billion “anti-weaponization fund” to compensate his political allies, a move that follows weeks of negotiations with two Republican senators who were blocking his nomination to become attorney general.</p><p>A spokeswoman for Texas Sen. John Cornyn, one of the senators holding up Blanche’s nomination, confirmed the deal, which comes ahead of a Tuesday confirmation vote for Blanche’s nomination in the Senate Judiciary Committee. The other GOP senator, North Carolina Sen. Thom Tillis, did not have immediate comment.</p><p>Blanche said at a June hearing that the Justice Department would not move forward with the fund to compensate those who believe they were unfairly prosecuted, as he faced bipartisan outrage over the possibility that violent rioters who attacked police at the U.S. Capitol on Jan. 6, 2021, could be considered for payments. But Cornyn and Tillis, both members of the Judiciary panel, have said they wanted to see the promise in writing before they endorsed Blanche's nomination — especially as Trump continued to express support for the idea.</p><p>In a statement, Blanche said the order came after “good faith discussions.”</p><p>“My team and I have met with committee members and Senators over the past several weeks and addressed any concerns or outstanding questions," Blanche said.</p><p>DOJ order says ‘beyond any doubt’ that fund is dead</p><p>In a statement accompanying the order, the Justice Department said that “although the Acting Attorney General has repeatedly advised Congress through testimony, including under oath, as well as in written responses, that the Fund is not moving forward, and the Department has repeatedly represented to district courts that the Fund is not moving forward, today’s Order officially rescinds the May 18, 2026 Order.”</p><p>Since the settlement of the president's lawsuit against the IRS was announced, “No Members were appointed; no funds were transferred; no process for receiving claims was established; no claims were paid,” the order says. “This order establishes, beyond any doubt, that there is no Fund.”</p><p>The document released by Blanche on Sunday night also limits the scope of another provision of the settlement that provided broad immunity for Trump and members of his family from tax audits.</p><p>The deal clarifies that the tax audit immunity agreement “applies by its terms only retroactively” to claims open at the time of the settlement and does not protect the president from examination of future tax filings.</p><p>Cornyn, Tillis echo GOP colleagues' concerns as they block Blanche nomination</p><p>Cornyn, who lost reelection this year after Trump endorsed his primary opponent, and Tillis, who is retiring when his term ends in January, have blocked Blanche's nomination as many of their GOP colleagues have criticized the fund.</p><p>The Judiciary Committee postponed a vote on Blanche’s nomination that had been scheduled for Thursday morning after Tillis and Cornyn said they needed more from the administration before they could provide the necessary votes.</p><p>The two senators have repeatedly said the Justice Department seemed interested in reaching an agreement, but the White House wouldn’t budge even to aid the confirmation of Trump’s loyal former personal attorney, who has aggressively pursued the administration’s priorities as acting attorney general.</p><p>“I think as far as Blanche and the Department of Justice, we were pretty much on the same page,” Cornyn said Thursday. “But then when the president got wind of it, he wasn’t willing to go along with it.”</p><p>Blanche, who served as Trump’s defense lawyer in his criminal cases, entered the Justice Department last year as deputy attorney general. He was elevated to the top post after Pam Bondi was fired in April by Trump, who was frustrated by her failure to successfully prosecute his political enemies.</p><p>Though Blanche insisted he wasn’t auditioning for the permanent job, he has moved aggressively to pursue the Trump administration’s agenda and accelerate investigations into the president’s perceived foes.</p><p>Trump continues to express support for his settlement</p><p>The two sides have been negotiating for weeks, but Trump has said repeatedly during the talks that he thinks the fund should go forward and threatened to move forward with it if Blanche was not confirmed.</p><p>After the Thursday vote was delayed, Trump said in a social media post that he might pull Blanche’s nomination and resubmit it after Cornyn and Tillis leave office next year.</p><p>On Sunday evening, Trump said that people who had faced charges from the Jan. 6, 2021, attack on the Capitol and could have benefitted from the fund had “their lives destroyed.”</p><p>“This would be a reimbursement for the pain that they suffered,” Trump said. “A lot of people like it.”</p><p>On Friday, Trump’s attorneys notified a court they would appeal a judge’s scathing ruling that characterized the settlement of the president’s lawsuit against the IRS as an improper exercise in self-dealing. The judge in her order last month referred one of Trump’s attorneys for potential disciplinary action and criticized Blanche’s involvement in the settlement, given his prior representation of Trump.</p><p>Blanche has said he disagrees “with the judge’s insinuations” about him. Justice Department lawyers had previously written in court papers that the fund was not moving forward but they refused a judge’s request to have Blanche and other administration officials file a declaration under penalty of perjury that the administration would not take any further action to create the fund.</p><p>The Justice Department said the court’s demands were “unnecessary.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/25QQHCG3MU3SETD4B6FMFHFS7I.jpg?auth=bf4582671c8eb39bfbfe8e699a0bedf737d73e92dc6e5f217cbacaa8a9071433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Acting Attorney General Todd Blanche appears before the Senate Judiciary Committee on Capitol Hill in Washington, July 15, 2026. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Man accused of fleeing crash that left woman critically injured in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/02/man-accused-of-fleeing-crash-that-left-woman-critically-injured-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/man-accused-of-fleeing-crash-that-left-woman-critically-injured-in-miami-dade/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A man was arrested after deputies said he crashed into a woman, left her trapped under his pickup truck, and ran from the scene in southwest Miami-Dade Sunday morning.]]></description><pubDate>Mon, 03 Aug 2026 03:22:00 +0000</pubDate><content:encoded><![CDATA[<p>A man was arrested after deputies said he crashed into a woman, left her trapped under his pickup truck, and ran from the scene in southwest Miami-Dade Sunday morning.</p><p>According to the arrest report, Tomas Raymundo Brito was driving east on Lincoln Drive. Just east of Southwest 154th Avenue, the victim stopped her vehicle in the roadway and got out to open the gate to her driveway.</p><p>As she walked past the driver’s side of her vehicle, investigators said Brito, 31, hit the rear of her car. The impact caused her vehicle to spin about 180 degrees clockwise, striking her and knocking her to the ground. Deputies said the truck then continued forward and struck her again, trapping her underneath.</p><p>Authorities said Brito got out and ran east on Lincoln Drive without calling for help or helping the victim.</p><p>The woman suffered life-threatening injuries and was taken to Jackson South Hospital, where she remains on life support.</p><p>A witness told investigators he followed Brito and saw him go into a shed at 15278 Lincoln Drive. </p><p>The witness then flagged down Miami-Dade Sheriff’s Office deputies, who found Brito and took him into custody without incident.</p><p>According to the arrest form, Brito admitted he had drunk about five beers before the crash. He also admitted he was the driver and only person in the truck at the time.</p><p>He also told investigators he is from Guatemala and is in the U.S. without legal status. A records check showed he has never been issued a Florida driver’s license.</p><p>Deputies arrested him and took him to the Turner Guilford Knight Correctional Center after he was cleared at Jackson South Medical Center.</p><p>Brito faces charges of leaving the scene of a crash involving serious bodily injury and driving without a license causing death or serious bodily injury while unlawfully present in the United States. </p><p>Jail records also show he is being held on an immigration hold.</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[Kay Granger, first Republican woman from Texas to serve in the House, has died at age 83]]></title><link>https://www.local10.com/news/politics/2026/08/02/kay-granger-first-republican-woman-from-texas-to-serve-in-the-house-has-died-at-age-83/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/02/kay-granger-first-republican-woman-from-texas-to-serve-in-the-house-has-died-at-age-83/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — Kay Granger, the first Republican woman from Texas to be elected to the U.S. House of Representatives and who served for nearly three decades, died Sunday at the age of 83, her son J.D. Granger said.]]></description><pubDate>Mon, 03 Aug 2026 03:42:52 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — Kay Granger, the first Republican woman from Texas to be elected to the U.S. House of Representatives and who served for nearly three decades, died Sunday at the age of 83, her son J.D. Granger said.</p><p>House Speaker Mike Johnson said in a post on X that throughout her career, Granger "broke barriers for women in public service.” He added that she “was a dear friend who will be greatly missed.”</p><p>Granger, who began her career as a high school teacher and a businesswoman, accomplished many firsts as a politician. She was the first woman elected mayor of Fort Worth, Texas, and the first Republican woman to chair one of the most powerful committees in Congress, the House Appropriations Committee.</p><p>First elected to the House in 1996, she did not seek reelection in 2024 and experienced worsening “health challenges” in her final months in Congress, according to a statement her office released in December 2024. Granger, who didn’t cast a vote in Washington after July 2024, didn’t specify or elaborate on those health challenges but said in the statement that frequent travel to Washington had become “both difficult and unpredictable" since early September of that year.</p><p>Granger graduated from Texas Wesleyan University in 1965 and considered a career in fashion design but followed her mother into teaching. She worked in the Birdville school district for nine years, teaching English literature and journalism, according to a profile compiled for the publication “Women in Congress, 1917-2006.”</p><p>A divorce would lead to a career change. To earn more money, Granger worked from home selling insurance. Her mother, Alliene Mullendore, who moved in with Granger after a stroke, helped keep an eye on the kids. Granger eventually built a successful insurance business that she managed for more than two decades.</p><p>“I was a high school teacher with three children, a 2-year and 6-month-old twins, and my husband left," Granger told The Hill in a 2008 profile. “It's the reason I talk so much to working mothers ... you just fight your way through the day.”</p><p>Granger got her political start serving on Fort Worth's zoning commission and then won office to the city council. She went on to win election as the city's first female mayor, serving from 1991 to 1995.</p><p>Granger’s “Code: Blue” programs included citizen patrol initiatives that halved the rampant crime rate and partnerships with the private sector that drew major businesses to the city. Her resuscitation of Fort Worth’s flagging economic fortunes drew national attention.</p><p>In 1996, she was recruited by both parties to run for the House under their banner, and she won as a Republican.</p><p>Upon entering Congress, she was named to an advisory board that consulted then-House Speaker Newt Gingrich. She also received seats on three committees: Budget, House Oversight, and Transportation and Infrastructure. She resigned those assignments as part of accepting a seat on the Appropriations Committee.</p><p>On the committee, she focused on defense spending, including championing the production of the F-35 Joint Strike Fighter in Fort Worth.</p><p>When Republicans took charge of the House in 2023, Granger became the committee's chair, where she sought to enact steeper non-defense spending cuts than the top-line numbers House Speaker Kevin McCarthy and President Joe Biden agreed to as part of avoiding an economically disastrous government default.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZW6N4KDF7XNZI522UI5PVIQCDM.jpg?auth=1c1a5371473e9e95206939706d4f5641a437f72e45ce65beaeb35d2f173e5f75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - House Appropriations Committee Chair Kay Granger, R-Texas, and her panel begin work on fiscal 2024 spending bills, at the Capitol in Washington, Wednesday, June 14, 2023. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FFUHQF7UZG45PISEWJ2JDTBD2A.jpg?auth=41edd6f162374395996b44eda3d9465dba211a177c7aee4a974c91d6cd01048a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Kay Granger, R-Texas, Chair of the House Appropriations Committee, looks on as the House votes for a new speaker, at the Capitol in Washington, on Oct. 17, 2023. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Rafaela homers for 3rd straight game as the Red Sox beat the Dodgers 8-4 for 3-game sweep]]></title><link>https://www.local10.com/sports/2026/08/02/rafaela-homers-for-3rd-straight-game-as-the-red-sox-beat-the-dodgers-8-4-for-3-game-sweep/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/rafaela-homers-for-3rd-straight-game-as-the-red-sox-beat-the-dodgers-8-4-for-3-game-sweep/</guid><dc:creator><![CDATA[By DAN GREENSPAN, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Ceddanne Rafaela homered for the third straight game and the Boston Red Sox beat the Los Angeles Dodgers 8-4 on Sunday night to sweep the three-game series.]]></description><pubDate>Mon, 03 Aug 2026 02:39:11 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Ceddanne Rafaela homered for the third straight game and the Boston Red Sox beat the Los Angeles Dodgers 8-4 on Sunday night to sweep the three-game series.</p><p>Masataka Yoshida homered and drove in two runs, and Jake Bennett (7-4) allowed three runs in 5 2/3 innings to help the Red Sox win their fifth straight game. Boston is 23-3 since July 3.</p><p>Emmet Sheehan (4-8) was pulled after allowing five runs in 2 2/3 innings, with the Red Sox pushing across two runs in a 30-pitch first inning.</p><p>Rafaela and Wilyer Abreu then clocked Sheehan for back-to-back homers to start the third inning, followed by Yoshida’s solo shot for a 5-3 lead two batters later.</p><p>Rafaela went 7 for 14 with four homers and five RBIs in the series. He has an eight-game hitting streak with four straight multi-hit outings.</p><p>Jarren Duran picked up Boston’s fourth solo homer in the sixth inning off reliever Kyle Hurt.</p><p>The Red Sox added two more runs in the eighth inning on a wild pitch and passed ball.</p><p>Andy Pages had three RBIs, but the Dodgers couldn’t follow up any momentum created by their blockbuster trade for Detroit Tigers ace Tarik Skubal on Saturday night.</p><p>Dodgers catcher Dalton Rushing was pulled out of the lineup shortly before the game started because of right arm irritation, with Eliezer Alfonzo taking over behind the plate.</p><p>Up next</p><p>Red Sox: LHP Patrick Sandoval (0-0, 3.32 ERA) was set to start the opener of a three-game series at home against the Chicago White Sox on Tuesday night.</p><p>Dodgers: LHP Justin Wrobleski (11-2, 2.88 ERA) could get the call in the first of three games at the Chicago Cubs on Monday night.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4X5MVMRDUEYOSUHW5PHFGU5AM.jpg?auth=a06aedb5be06298097b84cecf319e420ab22f93dc870aa58421481939566ad8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Ceddanne Rafaela is greeted by teammates after scoring on a single hit by Sox's designated hitter Masataka Yoshida during the first inning of a baseball game, Sunday, Aug. 2, 2026, in Los Angeles. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T6D7R4C3PVMP2GQPKJR6U4M6HQ.jpg?auth=c417ed5bb797d728daa069faa339fc2e9645319018e32979d37f7b9fed9c7655&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin, right, reacts after hitting an RBI single during the first inning of a baseball game against the Los Angeles Dodgers, Sunday, Aug. 2, 2026, in Los Angeles. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARJAYNTV66QMRHJTM2TNGDBQ2U.jpg?auth=89d6da52868aac25704c437c7bdf82e31a7f5d0d2cf6ac1a3c05ef0791761276&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Wilyer Abreu (52) runs home to score on a single hit by Boston Red Sox's Caleb Durbin during the first inning of a baseball game against the Los Angeles Dodgers, Sunday, Aug. 2, 2026, in Los Angeles. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ORJO3FNVUKHFY6NXYFOJWZ5FNY.jpg?auth=e51504f1291e8ae4e79d5e2629a1329c86f0f539d37e34e7f27fc8214fca1179&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers starting pitcher Emmet Sheehan (80) throws during the second inning of a baseball game against the Boston Red Sox, Sunday, Aug. 2, 2026, in Los Angeles. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DQ4MJBS76WDIG6LNO3GHO54LWY.jpg?auth=6a0a58af0ed850d4bb9306e33cf9f1af5ba0db25827220e4a2cd18fe5c52aa5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox starting pitcher Jake Bennett (64) throws during the second inning of a baseball game against the Los Angeles Dodgers, Sunday, Aug. 2, 2026, in Los Angeles. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content></item><item><title><![CDATA[US dollar weakens sharply against the Japanese yen after market interventions]]></title><link>https://www.local10.com/business/2026/08/03/us-dollar-weakens-sharply-against-the-japanese-yen-after-market-interventions/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/03/us-dollar-weakens-sharply-against-the-japanese-yen-after-market-interventions/</guid><dc:creator><![CDATA[By MAYUKO ONO and ELAINE KURTENBACH, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — The U.S. dollar weakened sharply Monday against the Japanese yen after U.S. President Donald Trump and Japan’s finance minister confirmed both sides had intervened in markets.]]></description><pubDate>Mon, 03 Aug 2026 12:28:51 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — The U.S. dollar weakened sharply Monday against the Japanese yen after U.S. President Donald Trump and Japan’s finance minister confirmed both sides had intervened in markets.</p><p>Before late last week, the dollar was trading above 163 yen, touching 40-year highs. After regulators were suspected of stepping in, it fell below 160 yen.</p><p>Early Monday, after the official announcement of the intervention, the dollar fell to nearly 155.20 yen. That’s a big drop for the exchange rate. The dollar was trading at 156.70 yen early Monday Eastern time.</p><p>Even though it has attracted millions of bargain-hunting tourists, the yen's prolonged weakness against the dollar has been a source of frustration for Tokyo. Since Japan imports so much of what it consumes, a weak currency pushes prices higher. High oil prices have amplified that problem and that's putting pressure on the administration of Japanese Prime Minister Sanae Takaichi to do more to address the rising cost of living.</p><p>Joint intervention was needed to stem the yen's decline</p><p>Efforts earlier this year to raise the value of the yen against the dollar did little to budge the exchange rate.</p><p>Normally foreign exchange markets determine the relative values of currencies, but there are many factors that shape what happens in the markets.</p><p>A big gap between interest rates in the U.S. and Japan has led investors to sell yen and buy dollars to take advantage of the higher yields from dollar-denominated assets. Both the Bank of Japan and the Federal Reserve kept their interest rates unchanged at meetings last week, maintaining that gap.</p><p>So, last week, when the dollar slipped below 160 yen and stayed there, the U.S. side was suspected of lending a hand.</p><p>Officials usually stay mum on such actions. But on Sunday, Trump confirmed that the U.S. side had helped, and Japanese Finance Minister Satsuki Katayama likewise issued a statement saying the finance ministry had purchased yen in coordination with the U.S. Treasury Department.</p><p>“We will not hesitate to conduct further joint intervention,” she said.</p><p>Such overt acknowledgment of market intervention is rare, said Neil Newman, managing director and head of strategy at Astris Advisory Japan. He said the last big example was when governments intervened following a massive earthquake and tsunami disaster in northeastern Japan in 2011.</p><p>Why the US is helping support the yen</p><p>When asked why Washington was helping, Trump said Sunday that “We have a good relationship with Japan. We’re very strong —- very, very strong financially — and they are, you know, they have a weakening yen, and they wanted a little bit of help, and we’re always there for Japan. Japan’s been very good to us, with the exception, of course, of Pearl Harbor.”</p><p>Trump said the U.S. got “financial benefit” out of the intervention, calling it a “signal of friendship.”</p><p>“It’s also good for the world economy,” he said.</p><p>A weaker dollar makes U.S.-made goods more competitive, reducing their costs in yen terms, and might help increase American exports to Japan, Newman said.</p><p>“It’s very rare that the Americans will work with the Japanese on this, but there is an alignment of interests here basically between Japan and America,” Newman said.</p><p>It was a “low-cost” way for Washington to pay a favor to a key U.S. ally, while also protecting the stability of foreign exchange and bond markets, Shigeto Nagai, head of Japan economics for Oxford Economics, said in a report.</p><p>Analysts question if the intervention worked</p><p>The latest intervention appears to be having a more durable impact than earlier cases this year, and the yen may have a slightly stronger path for the rest of the year, Nagai said.</p><p>But the factors that have contributed to the yen's long-term weakness remain.</p><p>Takaichi has pushed to cut Japan's sales tax on food to 1% from 8% and to dramatically increase government spending. Such moves would tend to weaken the yen since it would increase inflation and add to Japan's already massive government debt.</p><p>The Bank of Japan has moved slowly to raise its benchmark rate from near zero to the current 1%, its highest level in 31 years but still well below the Federal Reserve' s rate of 3.5%-3.75%.</p><p>It likely will continue to slow-walk any changes as it evaluates the impact of the Iran war and other factors on the economy, Nagai said.</p><p>Meanwhile, a surge in oil prices because of the war and resulting higher inflation has kept the Fed from cutting rates.</p><p>“The yield differential remains wide, Japan’s energy-import burden remains significant, and the Bank of Japan is still moving more slowly than the market would normally require to generate a sustained currency reversal,” Stephen Innes of SPI Asset Management said in a commentary.</p><p>___</p><p>Kurtenbach reported from Bangkok. AP journalist Mari Yamaguchi in Tokyo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BHJHHETZ73AQZWGVSJU2BKEDVI.jpg?auth=d99fbc40886105a0c8d4617bfbb36e7fc64d19ad5dbdc3f1a0cdc1dd4dbc4ba7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person walks past an electronic board showing the U.S. dollar and Japanese yen exchange rate at a securities firm in Tokyo on Monday, Aug. 3, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L246NTIJA4RZGVU32HPMITFLV4.jpg?auth=2b6c8ec221994cd64fa32ec0da293c006bf00ab6b8df2c032a469b4c913a7aff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Satsuki Katayama, newly appointed finance minister, arrives at the prime minister's office in Tokyo, on Oct. 21, 2025. (AP Photo/Eugene Hoshiko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Judge clarifies NCAA eligibility order, which could blunt its impact on new '5 for 5' rule]]></title><link>https://www.local10.com/sports/2026/08/02/judge-clarifies-ncaa-eligibility-order-which-could-blunt-its-impact-on-new-5-for-5-rule/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/judge-clarifies-ncaa-eligibility-order-which-could-blunt-its-impact-on-new-5-for-5-rule/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[DENVER (AP) — The judge who granted the right to play another year of college sports to some athletes whose eligibility ran out last school year issued a new order Sunday that makes clear that does not include football players who signed pro contracts this summer then had a change of heart.]]></description><pubDate>Mon, 03 Aug 2026 09:53:28 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — The judge who granted the right to play another year of college sports to some athletes whose eligibility ran out last school year issued a new order Sunday that makes clear that does not include football players who signed pro contracts this summer then had a change of heart.</p><p>U.S. District Judge Charlotte Sweeney responded to an NCAA request for clarity about her Friday ruling that granted a fifth year to athletes who graduated high school in 2022 and were not included in the new NCAA rule that allows five seasons of eligibility for Division I players.</p><p>That decision, she said, still stands, but has no impact on other NCAA rules, including its prohibition on players signing pro contracts, then coming back to college.</p><p>The ruling, as first written, had the potential to upend the upcoming college football season, where teams are starting camp planning on the so-called “five for five” rule to take effect beginning next fall.</p><p>Extending it to players this fall granted hundreds a chance to return to school. In the direct aftermath of the decision, some media reports were listing players on NFL and CFL rosters who were signaling they’d be open to returning to school.</p><p>But that appears to be off the table after Sweeney's clarification that said there are no changes to the NCAA's rules regarding pros; no exceptions over when athletes can enter the transfer portal; and no impact on elements of the landmark House lawsuit settlement, which dictates how many players teams can put on rosters and how much schools can pay them.</p><p>The rulings out of U.S. District Court in Denver figures to impact sports differently. Football teams, for instance, have already started practice for this season, while baseball doesn't start for a while.</p><p>In making decisions, teams figure to factor the NCAA's coming appeal of Sweeney's order and whether to risk bringing back players who could then be declared ineligible if her decision is overturned.</p><p>NCAA President Charlie Baker issued a statement after Sweeney's initial ruling came out Friday, saying the ruling was potentially chaos-inducing and a reason Congress needs to pass the Protect College Sports Act. That bill, being considered in the Senate, includes lawsuit protection for the NCAA over eligibility rules, the likes of which they defending in several courts around the country.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M5IEHZ4BBUNYYP733OP3N4E6ZA.jpg?auth=1a90b8bec2250d1026b67b64b782f9192d7bd26fc2601e4511bd949f396bb1ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Footballs rest on the field in the second half of an NCAA college football game Nov. 28, 2020, in Boulder, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Petersen, Mack, Edwards lead the Marlins to a 2-0 win over the Mets]]></title><link>https://www.local10.com/news/2026/08/02/petersen-mack-edwards-lead-the-marlins-to-a-2-0-win-over-the-mets/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/02/petersen-mack-edwards-lead-the-marlins-to-a-2-0-win-over-the-mets/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Michael Petersen worked out of a bases-loaded jam with no outs in the seventh inning as the Miami Marlins beat the Mets 2-0 Sunday shortly after New York traded opening day starter Freddy Peralta to Tampa Bay.]]></description><pubDate>Mon, 03 Aug 2026 00:15:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Michael Petersen worked out of a bases-loaded jam with no outs in the seventh inning as the Miami Marlins beat the Mets 2-0 Sunday shortly after New York <a href="https://apnews.com/article/freddy-peralta-mets-rays-trade-a1e5f7a94b20ec1f7920b50ee07dae75" rel="">traded opening day starter Freddy Peralta</a> to Tampa Bay.</p><p>Joe Mack homered, Xavier Edwards added an RBI single and Sandy Alcantara tossed six-plus solid innings for the Marlins, who won the final three games of the four-game series. Miami slugged six homers in the series, while the Mets went deep twice.</p><p>Alcantara (12-6) allowed four hits, including Luis Robert Jr.’s single and Jared Young’s double to open the seventh, and struck out five.</p><p>Petersen walked Marcus Semien before striking out Jorge Polanco and Francisco Alvarez and coaxed A.J. Ewing into a ground out to second.</p><p>Pete Fairbanks worked around a pair of walks in the ninth and earned his 17th save for the Marlins, who entered Sunday 1 1/2 games behind Philadelphia for the final National League playoff spot.</p><p>Mets relievers Brooks Raley, Luke Weaver and Huascar Brazobán each threw a hitless inning after spot starter Robert Stock (0-1) went a career-high five innings.</p><p>Stock, making his first big league appearance since June 8, 2025 and just the third start of his career, allowed three hits, including Mack’s homer, and struck out four. The right-hander made his big league debut in 2018 as a reliever for interim Mets manager Andy Green in San Diego.</p><h4>Up next</h4><p>Marlins have not announced a starter for Tuesday’s home series opener against Atlanta LHP Chris Sale (12-6, 2.08 ERA).</p><p>Mets LHP Sean Manaea (2-5, 4.42) starts Tuesday in the opener of a three-game series at Cleveland against Guardians LHP Joey Cantillo (8-6, 3.88).</p><p>___</p><p>AP MLB: <a href="https://apnews.com/hub/mlb" rel="">https://apnews.com/hub/mlb</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WAIDZG4W4IQ2ZO6UDNQA5VYZBI.jpg?auth=d60d3e918b217f98df93b708f5717ecccc1cc4e5f7a4953569785d5e76c5af9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins' Heriberto Hernández celebrates after hitting a solo home run during the first inning of a baseball game against the Philadelphia Phillies, Monday, July 27, 2026, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Venezuela y República Dominicana acuerdan restablecer progresivamente sus lazos diplomáticos]]></title><link>https://www.local10.com/espanol/2026/08/02/venezuela-y-republica-dominicana-acuerdan-restablecer-progresivamente-sus-lazos-diplomaticos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/02/venezuela-y-republica-dominicana-acuerdan-restablecer-progresivamente-sus-lazos-diplomaticos/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Los gobiernos de Venezuela y República Dominicana anunciaron el domingo un acuerdo para avanzar hacia la “normalización gradual” de sus relaciones diplomáticas, suspendidas dos años atrás.]]></description><pubDate>Sun, 02 Aug 2026 23:16:34 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Los gobiernos de Venezuela y República Dominicana anunciaron el domingo un acuerdo para avanzar hacia la “normalización gradual” de sus relaciones diplomáticas, suspendidas dos años atrás.</p><p>La primera fase del proceso, establecido de común acuerdo, incluye “la adopción de las medidas necesarias para el restablecimiento de los servicios consulares”, indicó un comunicado difundido por las cancillerías de los dos países.</p><p>Lo siguiente, agregó el reporte oficial, será la normalización de las relaciones diplomáticas con un cronograma que ambos países convendrán. No proporcionó una fecha específica.</p><p>Las relaciones bilaterales se suspendieron en julio de 2024, cuando el gobierno del entonces presidente venezolano Nicolás Maduro anunció el retiro de las misiones diplomáticas en siete países: Argentina, Chile, Costa Rica, Perú, República Dominicana, Uruguay y Panamá.</p><p>La medida fue en respuesta a los cuestionamientos de los polémicos comicios presidenciales, en los que el organismo electoral venezolano declaró ganador a Maduro, en medio de las denuncias de fraude de la oposición, que aseguró que el excandidato Edmundo González había vencido al mandatario por una amplia diferencia de votos.</p><p>Organismos observadores internacionales, tales como el Centro Carter, calificaron de “creíbles” las actas electorales exhibidas por la oposición, en las que aseguraban se demostraba la victoria frente al gobierno en una proporción de 2 a 1.</p><p>Luego de que Delcy Rodríguez se convirtiera en presidenta encargada tras la incursión militar estadounidense en la que Maduro fue capturado, y que mostrara cercanía con la presidencia de Donald Trump, algunos otros países —entre ellos Chile y Perú — han anunciado acuerdos para restablecer relaciones diplomáticas con Venezuela.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3JX5F5Z45W2FUMZM7GMGSFLMM.jpg?auth=143e8efad10af0e3289ccb0f2c781dc250df2a6601accc3c5522a38e5f7a6539&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - La presidenta encargada de Venezuela, Delcy Rodríguez, habla durante una conferencia de prensa el 2 de julio de 2026, en Caracas, Venezuela. (AP Foto/Pedro Mattey, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Aug. 2: Slow-moving storms could bring localized flooding Monday]]></title><link>https://www.local10.com/weather/2026/08/02/aug-2-slow-moving-storms-could-bring-localized-flooding-monday/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/02/aug-2-slow-moving-storms-could-bring-localized-flooding-monday/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[After a round of showers and storms this afternoon, a stray shower cannot be ruled out overnight. Lows will fall into the upper 70s and lower 80s.]]></description><pubDate>Sun, 02 Aug 2026 23:09:56 +0000</pubDate><content:encoded><![CDATA[<p>After a round of showers and storms this afternoon, a stray shower cannot be ruled out overnight. Lows will fall into the upper 70s and lower 80s.</p><p>Monday will feature a round of early showers near the Florida Keys, with another round of rain and storms in the afternoon. Because the storms are expected to move slowly, localized flooding cannot be ruled out. Highs could reach the lower 90s, with heat index values climbing into the triple digits.</p><p>Plan for unsettled weather to continue into Tuesday.</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[Oil prices drop after Trump orders US forces to hold off on new strikes against Iran]]></title><link>https://www.local10.com/business/2026/08/02/oil-prices-drop-after-trump-orders-us-forces-to-hold-off-on-new-strikes-against-iran/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/02/oil-prices-drop-after-trump-orders-us-forces-to-hold-off-on-new-strikes-against-iran/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Oil prices fell sharply Sunday after President Donald Trump said he would order U.S. forces to hold off on new strikes against Iran, claiming that a deal to end the fighting in the Middle East was near.]]></description><pubDate>Sun, 02 Aug 2026 23:02:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices fell sharply Sunday after President Donald Trump said he would order U.S. forces to hold off on new strikes against Iran, claiming that a deal to end the fighting in the Middle East was near.</p><p>A resolution to the conflict, which has lasted more than five months, could give oil shippers the ability to send vessels out of the Persian Gulf, where tankers of oil and other products have been trapped during the fighting.</p><p>The price of U.S. crude oil fell 5% to $80.79 per barrel Sunday night. The price of Brent crude, the international standard, fell 5% to $83.87 per barrel.</p><p>Oil prices have been swinging widely since the U.S. and Israel launched attacks on Iran in late February, pushing past $100 per barrel multiple times during the spring.</p><p>As the conflict continued, high oil prices seeped into the cost of gasoline, jet fuel and many other products that are delivered using diesel. Motorists have paid more at the pump and customers shelled out more for airfare due to higher jet fuel costs. In some countries, fuel supplies ran low, leading to rationing and sporadic closures of schools and government offices.</p><p>Meanwhile, oil and gas companies amassed huge profits in the spring due to the high oil, gasoline and diesel prices that resulted when petroleum shippers couldn't get through the critical Strait of Hormuz, a narrow waterway that borders Iran, due to the fighting.</p><p>Prices for U.S. crude oil on Sunday night remained about 20% higher than before the conflict began.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFH3YZFSACU4Q36XRIWRNGALHQ.jpg?auth=b5e7deb166372731ee811155229a1adccec92622b5f438686fe65d35fbf631d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cargo ships are seen at sea near the Strait of Hormuz, as viewed from a rocky shoreline near Khor Fakkan, United Arab Emirates, Friday, May 1, 2026. (AP Photo/Fatima Shbair, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Shbair</media:credit></media:content></item><item><title><![CDATA[Dodgers reinforce status as baseball's dominant power and public enemy No. 1 with Tarik Skubal trade]]></title><link>https://www.local10.com/sports/2026/08/02/dodgers-reinforce-status-as-baseballs-dominant-power-and-public-enemy-no-1-with-tarik-skubal-trade/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/dodgers-reinforce-status-as-baseballs-dominant-power-and-public-enemy-no-1-with-tarik-skubal-trade/</guid><dc:creator><![CDATA[By DAN GREENSPAN, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Tarik Skubal was the one player the Los Angeles Dodgers believed worthy of aggressively pursuing ahead of Monday’s trade deadline.]]></description><pubDate>Mon, 03 Aug 2026 03:21:36 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Tarik Skubal was the one player the Los Angeles Dodgers believed worthy of aggressively pursuing ahead of Monday’s trade deadline.</p><p>By landing the reigning two-time American League Cy Young winner with time to spare and without sacrificing their pursuit of a third straight World Series title, they reinforced their status as both baseball’s dominant power and public enemy No. 1.</p><p>“It just seems like there’s always blowback with us,” Dodgers manager Dave Roberts said Sunday. “People are passionate. We feel good about it. There’s nothing that we did that no one else couldn’t have done.”</p><p>In the near term, Skubal’s arrival gives the Dodgers another powerful arm to an already loaded rotation responsible for the lowest WHIP and batting average in the majors. He is scheduled to make his debut on Tuesday at the Chicago Cubs, having gone 7-5 with a 2.79 ERA and 116 strikeouts in 96 2/3 innings over 16 starts for the Detroit Tigers this season.</p><p>“We got better,” reliever Edwin Díaz said “We got, like I said, one of the best pitchers in the league, and now we have him as a teammate, so that’s a really good plus for us.”</p><p>Having Skubal can allow the Dodgers to be cautious with Shohei Ohtani as he recovers from left knee soreness and a right biceps injury that have kept the two-way superstar from pitching since July 3. Ohtani will resume playing catch sometime during the three-game series against the Cubs, Roberts said, and the Dodgers remain optimistic he will be able to return to the mound this season.</p><p>“You can never predict the future, but if you said, ‘Hey, place a bet on it,’ I would be very confident placing it that he will be back pitching,” president of baseball operations Andrew Friedman said.</p><p>In the medium term, Skubal’s presence further strengthens the Dodgers’ already impressive credentials as they push to become the first National League team to three-peat. If healthy, they will be able to choose from an elite group of starters, many with proven playoff success such as Yoshinobu Yamamoto and Blake Snell.</p><p>Skubal brings his own track record, having gone 2-1 with a 2.04 ERA in six playoff starts over the past two postseasons. Friedman described his efforts last fall as “must-see TV.</p><p>“I was in awe watching the energy, the dominance he exhibited there, and I can’t wait to see it in Dodger blue,” Friedman said.</p><p>Not only did the acquisition further boost their own rotation, it should allow the Dodgers to move other starters into the bullpen, something they did to great effect during the 2025 title run.</p><p>“We’re not going to be flippant about this moment in time and how special this group, this era can be in the history of this incredibly storied organization, and we’re going to do everything we can to win the last game of the year,” Friedman said.</p><p>In the long term, the Dodgers’ trade for Skubal represents one more salvo in the looming battle over baseball’s finances and competitive balance.</p><p>Los Angeles made the trade without giving up any of its most touted prospects in what is regarded among MLB’s top farm systems, which has been a frequent pattern during this run of three titles over the previous six seasons. Those assets have allowed them to consistently upgrade through trades without needing to send established major league contributors back the other way.</p><p>Roberts credited the organization’s ability to find and develop talent as being just as important to the Dodgers’ recent success as much as their deep pocketbooks have allowed them to sign the likes of Ohtani to massive contracts.</p><p>“I just laud our front office,” Roberts said. “We have to have the players to be able to pull something like this off.”</p><p>As long as the current system is in place, the Dodgers will not apologize for their interest to acquire the best players available through whatever means are accessible to them.</p><p>“But as we’ve talked about a lot, whenever there’s a star-level player that is available that can really shift championship odds, those are the moments that we’ll be more aggressive,” Friedman said.</p><p>Skubal was with the Dodgers in the dugout during a 8-4 loss to the Boston Red Sox on Sunday night. The team also posted pictures of his new Dodgers' No. 29 jersey and locker and video of Skubal meeting his new teammates on social media.</p><p>“Just knowing he's in Dodger blue, it's pretty surreal,” Roberts said after the game. “I don't think I've felt this good after getting swept, so that's a silver lining.”</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NQE7ZWCG2MXDV7QKNP6IDEI7PY.jpg?auth=309388fc2e0cc60813874dbadcefd95f3d129d56727ce6b84f4f4ca7da316aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Tarik Skubal reacts to a pitch during the seventh inning of a baseball game against the Baltimore Orioles Wednesday, July 29, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLVF4GW5NVYLGE43HCJWVMUVAE.jpg?auth=668d5a91bdc21e716670ad9a2d62c541a8d71788f2bf2596208d7de577cfa8e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Tarik Skubal throws against the Baltimore Orioles during the first inning of a baseball game Wednesday, July 29, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Bam Adebayo receives NBA social justice honor during annual youth camp]]></title><link>https://www.local10.com/sports/local/2026/08/02/bam-adebayo-receives-nba-social-justice-honor-during-annual-youth-camp/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/02/bam-adebayo-receives-nba-social-justice-honor-during-annual-youth-camp/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Inside the Slam Academy gymnasium, Miami Heat star Bam Adebayo spent time answering questions from youngsters attending his annual youth basketball camp on Sunday.]]></description><pubDate>Sun, 02 Aug 2026 22:29:05 +0000</pubDate><content:encoded><![CDATA[<p>Inside the Slam Academy gymnasium, Miami Heat star Bam Adebayo spent time answering questions from youngsters attending his annual youth basketball camp on Sunday.</p><p>That hands-on approach to leadership is one of the reasons Adebayo was presented with the 2026 NBA Kareem Abdul-Jabbar Social Justice Champion Award.</p><p>“Boy, would have never thought we’d be here,” Adebayo said.</p><p>From toy drives and backpack giveaways to turkey drives and working with Miami’s youth, Adebayo’s community efforts caught the attention of Kareem Abdul-Jabbar.</p><p>“But your unwavering commitment to extending opportunities for young people,” Abdul-Jabbar said in a special video message before presenting the 29-year-old with the award.</p><p>“The Bam Books and Brotherhood Foundation, what it’s doing for kids to be literate, into sports, you can’t put a price on that kid engagement,” said James Cadogan, executive director of the NBA Social Justice Coalition. “But you can tell it’s authentic and from the heart.”</p><p>Cadogan said it was Adebayo’s consistency that stood out.</p><p>“It’s not just a me thing. To get this award, you have to impact a lot of lives. I feel like I’ve done that over the course of my career,” Adebayo said. “To be able to finally get the award... it’s not a big deal to me because I feel like impacting lives is more important.”</p><p>Humble is the best way to describe the nearly 7-foot star, with values he said were ingrained in him by his biggest fan — his mother.</p><p>“It warms my heart when I see her smile a lot,” Adebayo said. “Her seeing that I’m trying to do something good in this world -- that goes a long way.”</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[Michael Thorbjornsen wins 1st PGA Tour title by 2 shots at the 8th and final Rocket Classic]]></title><link>https://www.local10.com/sports/2026/08/02/michael-thorbjornsen-wins-1st-pga-tour-title-by-2-shots-at-the-8th-and-final-rocket-classic/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/michael-thorbjornsen-wins-1st-pga-tour-title-by-2-shots-at-the-8th-and-final-rocket-classic/</guid><dc:creator><![CDATA[By LARRY LAGE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Michael Thorbjornsen pumped his right fist after making a 26-foot putt for birdie on his last hole to shoot 7-under 63 and reach 18 under to win his first PGA Tour title by two shots at the final Rocket Classic on Sunday.]]></description><pubDate>Sun, 02 Aug 2026 23:06:10 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Michael Thorbjornsen pumped his right fist after making a 26-foot putt for birdie on his last hole to shoot 7-under 63 and reach 18 under to win his first PGA Tour title by two shots at the final Rocket Classic on Sunday.</p><p>“Perfect pace, perfect read,” he said.</p><p>The 24-year-old Thorbjornsen sealed his spot in the FedEx Cup playoff after rolling into the Motor City No. 69 in the standings. The top 70 advance to the postseason after next week’s Wyndham Championship.</p><p>“Just to be in the playoff for the first time is very exciting, he said. ”It's great to be playing against the best players in the world."</p><p>Thorbjornsen started the fourth round three shots behind leader Davis Riley, whose rough start opened opportunities for the field.</p><p>“The start got the best of me and kind of put me behind the eight-ball early unfortunately,” Riley said.</p><p>Thorbjornsen took advantage, surging into the lead at No. 14 with his third of four birdies in a six-hole stretch and closing with a clutch, curling putt that went in the right side of the cup.</p><p>He's the eighth first-time winner this season on the PGA Tour and the second straight, following Jackson Koivun’s victory last week at the 3M Open.</p><p>“It was such a battle, playing with some great players," Thorbjornsen said. "Everyone was in the mix after nine holes.”</p><p>Xander Schauffele (65) briefly led during the final round and finished second, two shots behind Thorbjornsen.</p><p>“I played really well and he just beat me straight up, so hats off to him,” Schauffele said.</p><p>Riley (70) was another stroke behind in third, falling out of the lead with four bogeys.</p><p>Rasmus Hojgaard (68) was alone in fourth, four shots back.</p><p>Hideki Matsuyama (64), Matt Wallace (67), Kristoffer Ventura (68) were another stroke back, tied for fifth.</p><p>Thorbjornsen was born in Cleveland, grew up in Massachusetts and attended Stanford. He won the 2018 U.S. Junior Amateur over Akshay Bhatia, who has three PGA Tour wins.</p><p>He went straight to the PGA Tour in 2024 as the No. 1 player in the PGA Tour University ranking.</p><p>“I think it's one of the best programs in golf,” Thorbjornsen said. “It’s changed all of our lives.”</p><p>Thorbjornsen chipped in from 35 feet for birdie at No. 12 on a day when he accurately aimed for pins that left him with some short birdie putts before his long one on his 72nd hole.</p><p>He had a bogey-free round, an accomplishment many other players on the leaderboard were unable to pull off on a day that started with rain and became windy when the clouds cleared.</p><p>Riley started with a one-shot lead and quickly lost it — and couldn't find his ball in fescue at No. 4 after about a dozen people helped him try — with three bogeys through six holes.</p><p>He rallied with three birdies in a seven-hole stretch before giving back a stroke with a bogey at No. 17, taking away his chance to possibly force the tournament into a playoff.</p><p>The eighth and final Rocket Classic drew its strongest field and biggest crowds.</p><p>The PGA Tour is moving to a new model for 2028, effectively creating two tours and Rocket Mortgage decided not to exercise its option to host another tournament next year. The Detroit-based company isn’t interested in continuing to spend $15 million a year to be part of the second tier in the new era and didn’t want to double the costs to be part of the elite tier.</p><p>“There have been some conversations about having a tournament here again," tournament director Mark Hollis said. “Michigan deserves to have professional golf.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YIWSD52KI432J6WLXEJSCB5OWI.jpg?auth=0ba6b59a0fadfbd419b6d5468b933424cc9e15c3fec32ea08b54712cafb6402c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Thorbjornsen hoists the trophy after winning the Rocket Classic golf tournament, Sunday, Aug. 2, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YWJ32WJKBRLMAPNSWWGGZ23KE.jpg?auth=d422ebfde85c2f774bde704b7857a54023aff976164db734d4a3ef0cfa320053&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Thorbjornsen hits from the fifth tee during the final round of the Rocket Classic golf tournament, Sunday, Aug. 2, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHITRFWX47IWEX2I6WONYESQ4M.jpg?auth=46889e54dec83a02fee0ecf122dbebc84dff153c8a34e3fb91322b5176eb9892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Thorbjornsen poses with the trophy after winning the Rocket Classic golf tournament, Sunday, Aug. 2, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E67RK2REUVD6E3WHNSM7JGEDHY.jpg?auth=0dd15ea8a01bba9365c3791555223fd753b3dd0fff53fbeb523d49b9c29dc622&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xander Schauffele hits from the fifth tee during the final round of the Rocket Classic golf tournament, Sunday, Aug. 2, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3LSFNF3ZOZSBQGY6KTK4CWC2M.jpg?auth=58b0294a002060777e324c8d3fc23933a34483e1f6fe7c8697a84631f214ed5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rasmus Hojgaard, front right, of Denmark, is congratulated by fans after he hit an eagle on the fourth hole during the final round of the Rocket Classic golf tournament Sunday, Aug. 2, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content></item><item><title><![CDATA[Local 10 chats with incoming Miami-Dade Schools Superintendent ahead of new school year]]></title><link>https://www.local10.com/news/local/2026/08/02/local-10-chats-with-incoming-miami-dade-schools-superintendent-ahead-of-new-school-year/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/local-10-chats-with-incoming-miami-dade-schools-superintendent-ahead-of-new-school-year/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Miami-Dade County students are heading back to school on Aug. 13.]]></description><pubDate>Sun, 02 Aug 2026 22:17:16 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County students are heading back to school on Aug. 13.</p><p>In preparation, the Betty T. Ferguson Recreational Complex in Miami Gardens was packed with students and parents picking up supplies and backpacks. </p><p>Parents and students could also pick up gently used uniforms. </p><p>On Sunday, Local 10 News’ Bridgette Matter sat down with <a href="https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-rafael-villalobos/" target="_blank" rel="noreferrer" title="https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-rafael-villalobos/">incoming Miami-Dade Schools Superintendent Rafael Villalobos</a>, who will replace current Superintendent Jose Dotres when he leaves his position in February. </p><p>They went over some changes parents should know about, including the school breakfast and lunch program. </p><p>The district was recently reassessed by the federal government, and free breakfast and lunch will be offered at 121 qualifying schools. </p><p>“The other families that are not part of the 121 schools, we did reach out to them directly, letting them know and encouraging them to apply,” said Villalobos. “And the reason we did that is so that people could prepare coming into the school.”</p><p>If your child’s school does not qualify, you can apply for free or reduced meals and will receive that if eligible. </p><p>And like in Broward County, Miami-Dade is also seeing declining enrollment.</p><p>“We have had a steady decrease of student enrollment, and we know that that decrease, there’s multiple factors that are related to it,” he said. </p><p>This school year, nine schools are set to be closed or repurposed in an effort to consolidate. </p><p>The district is also reminding drivers to be patient as buses and school traffic return to the roads. </p><p>“That said, we want to wish you an awesome beginning of the school year and thank you for choosing Miami-Dade County because we are your best choice,” said Villalobos. </p><p>Additionally, the district wanted to remind parents to have their contact information up to date with their child’s school.</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[Florida gubernatorial candidate James Fishback discusses policies, controversial comments]]></title><link>https://www.local10.com/news/local/2026/08/02/florida-gubernatorial-candidate-james-fishback-discusses-policies-controversial-comments/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/florida-gubernatorial-candidate-james-fishback-discusses-policies-controversial-comments/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[James Fishback is running for Florida governor.]]></description><pubDate>Sun, 02 Aug 2026 21:43:14 +0000</pubDate><content:encoded><![CDATA[<p>James Fishback is running for Florida governor.</p><p>“I’m running for governor to eliminate your property tax bill,” he said <a href="https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-james-fishback/" target="_blank" rel="noreferrer" title="https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-james-fishback/">during an appearance on “This Week in South Florida” Sunday</a>. </p><p>Fishback is a Republican and political newcomer. He’s a Davie native and a businessman who has gained steam online amid some controversial comments. </p><p>The 31-year-old has been accused of using antisemitic and racist language, and was asked about it by TWISF host Janine Stanwood. </p><p>“In both of these cases (of alleged racist remarks), you’re talking to Black people and you’re using the word ‘slave’, and ‘lynched’. Is that intentional?” asked Stanwood. </p><p>“What’s intentional is Byron Donalds took $104 million from some of the largest out of state donors in this country, people like Mark Zuckerberg gave him $5 million cause they wanna build data centers in Broward, Dade county,” Fishback replied. </p><p>Congressman Byron Donalds is the frontrunner in polling and fundraising, and is endorsed by Donald Trump, but according to the RealClearPolitics average, Fishback is a top contender. </p><p>He has received 9% of the vote, though still trailing by a large margin.</p><p>Fishback has been kept out of the state republicans’ key political events, including June’s Sunshine State Showdown.</p><p>The state party explained that he took part in an unsanctioned debate and attacked his fellow Republicans.</p><p>“The only people I think I’ve ticked off are Byron Donalds and his consultants,” Fishback said. </p><p>Fishback has centered his campaign around eliminating property taxes and banning all data centers from coming to Florida.</p><p>He says voters don’t care about his controversies.</p><p>“Genuinely I’ve never had a voter come up to me and complain about my language, because voters are not considered about my vote choice, they’re considered about how they’re gonna pay their electricity bill,” he said. </p><p>The Republican primary election is set for Aug. 18, with the winner facing the Democratic nominee on Nov. 3. </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[Senate leaders reach funding deal to avoid shutdown during campaign season]]></title><link>https://www.local10.com/news/politics/2026/08/02/senate-leaders-reach-funding-deal-to-avoid-shutdown-during-campaign-season/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/02/senate-leaders-reach-funding-deal-to-avoid-shutdown-during-campaign-season/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Key senators unveiled a short-term spending bill on Sunday that would keep federal agencies funded past the midterm elections and into early December as they look to avoid a government shutdown during the middle of campaign season.]]></description><pubDate>Sun, 02 Aug 2026 22:28:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Key senators unveiled a short-term spending bill on Sunday that would keep federal agencies funded past the midterm elections and into early December as they look to avoid a government shutdown during the middle of campaign season.</p><p>The Senate is likely to vote on the measure before leaving Washington at week's end for its traditional August recess, a period that many lawmakers want to spend shoring up their reelection prospects rather than working in the nation's capital.</p><p>The bill generally funds the federal government at current levels though Dec. 11. The House has passed a similar measure, but it did not include various exceptions sought by the White House. Senators have been spending recent days negotiating which of those exceptions to include.</p><p>One exception that did not make it into the bill, Democrats noted, was the administration's request to include $1 billion to build “Trump-class” battleships.</p><p>In another major difference with the House bill, Democrats say they also were able to include language that will ensure the administration cannot transfer funds from other programs to the Border Patrol.</p><p>The late-summer action on a funding fix is unusual. Normally, Congress waits until the final days or hours of a funding deadline to pass short-term funding extensions, but this time senators are acting two months before the end of the fiscal year on Sept. 30.</p><p>Senate Majority Leader John Thune said passing the measure was his top priority going into the August recess. He noted that the American people have already experienced two record-breaking government shutdowns in the past 10 months.</p><p>“We need to ensure that they do not face a third,” Thune said.</p><p>Both parties want to avoid another shutdown</p><p>A short-term funding extension is needed because Congress has struggled to get the dozen annual appropriations bills negotiated and approved before the Sept. 30 deadline. By extending government funding now, lawmakers can use the ensuing months to work out their differences on full-year funding.</p><p>It won't be an easy lift as Republicans seek a dramatic increase in defense spending while cutting non-defense spending. Trump proposed a 10% cut in non-defense programs overall. Meanwhile, he called for boosting defense spending by some 44%.</p><p>A potential shutdown before voters go to the polls is a scenario that both parties are looking to avoid, as polling indicated that neither party evaded blame for last fall's record 43-day shutdown. Democrats sought to extend an expiring health insurance tax credit and refused to go along with a short-term spending bill that did not include that priority. But Republicans said that was a separate policy fight to be held at another time.</p><p>A second spending battle over funding for the Department of Homeland Security took 76 days to resolve when Democrats refused to fund U.S. Immigration and Customs Enforcement and the Border Patrol without changes to those operations.</p><p>The bill delays a controversial policy on grants</p><p>Sen. Susan Collins, the Republican chair of the Senate Appropriations Committee, along with Democratic senators, are seeking to block a proposed rule from President Donald Trump's administration related to grants. The rule would require a senior political appointee at each agency to review grant proposals through criteria that include “ensuring that discretionary awards advance the President's policy priorities.”</p><p>Collins and Sen Patty Murray, the top Democrat on the Appropriations Committee, said the rule would not take effect during the course of the stopgap spending bill. Collins said she advocated for significant changes to the rule, “citing its potential to politicize grants and harm small, rural communities, families, and biomedical research.”</p><p>Democrats want to kill the administration's effort altogether. Senate Democratic leader Chuck Schumer said it was a “disgraceful” effort that would “further politicize all federal grants.”</p><p>“While Republicans rejected killing the proposed rule outright, I’m going to keep fighting to put a stop to it once and for all, and I will keep pressing my Republican colleagues to do exactly that,” Murray said.</p><p>Democrats fear Trump would turn federal grants into a cudgel to punish perceived political foes and reward allies, while also undermining Congress's constitutional power of the purse. The White House Office of Management and Budget says its effort is about improving accountability to ensure taxpayer dollars aren't wasted or misused.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X2RJNSC74RRFK7MYFGANA3NJFY.jpg?auth=095495f991986f5a49dab2015ecfbc843f27e5623d06d9925a86b9cfed76579e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun sets behind the U.S. Capitol, Tuesday, July 28, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[A's slugger Nick Kurtz will see a specialist about his injured right thumb]]></title><link>https://www.local10.com/sports/2026/08/02/as-slugger-nick-kurtz-will-see-a-specialist-about-his-injured-right-thumb/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/as-slugger-nick-kurtz-will-see-a-specialist-about-his-injured-right-thumb/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[WEST SACRAMENTO, Calif. (AP) — Athletics slugger Nick Kurtz will see a hand specialist in Los Angeles on Monday about his injured right thumb and could be headed to the injured list.]]></description><pubDate>Sun, 02 Aug 2026 20:38:10 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — Athletics slugger Nick Kurtz will see a hand specialist in Los Angeles on Monday about his injured right thumb and could be headed to the injured list.</p><p>Kurtz went on the injured list with a sprained right thumb on July 11 and returned two weeks later. But he has struggled at the plate since then, going 1 for 18 in seven games since returning to the lineup. Kurtz was also hit on the left forearm with a pitch on Wednesday night but was able to return to the lineup for the next two games.</p><p>Manager Mark Kotsay said on Sunday that the team will determine the next steps for Kurtz after he visits the specialist.</p><p>The 23-year-old Kurtz is batting .256 with 21 homers and a team-high 69 RBIs. Kurtz ranks third in the majors with 79 walks and is fourth among qualifiers with a .396 on-base percentage going into Sunday's games. He also ranks 12th in the majors with an .879 OPS.</p><p>Kotsay said shortstop Jacob Wilson has been dealing with tendinitis in his knee that has prevented him from playing in the field since Wednesday. Wilson was a designated hitter the past three games and was out of the starting lineup on Sunday but should be back at shortstop for the series opener at Cincinnati on Tuesday. Wilson has gone 107 straight games without an error, three shy of Mike Bordick's record for a shortstop set in 2002.</p><p>The A's also expect to get right-hander J.T. Ginn off the injured list to start that game against the Reds. Ginn has been out since July 19 with a blister on his right middle finger. Ginn is 8-6 with a 3.46 ERA this season.</p><p>Third baseman Zack Gelof will begin a rehab assignment on Tuesday at Triple-A Las Vegas after being out since July 10 after suffering a cut on his right knee when he slid into the wall making a catch.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGBWZQN2KZBMGCMLO7WMLJZHMQ.jpg?auth=3dc42ba92990509980eb11805daa098d1b4074eb8e7ba9ae3e61895094d1e9ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletics' Nick Kurtz loses his batting helmet on a swing during the fifth inning of a baseball game against the Detroit Tigers, Friday, July 31, 2026, in West Sacramento, Calif. (AP Photo/Sara Nevis)]]></media:description><media:credit role="author" scheme="urn:ebu">Sara Nevis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4K7TOKEJY6AQULVCWQWQ4YJMBQ.jpg?auth=8696226b2f653b05be78773ee7ed9ccbe71bd7105f8afbe70f66a61f4d7669ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Athletics' Nick Kurtz, center, kneels on the ground while being looked at by the trainer after being hit by the pitch during the first inning of a baseball game against the Boston Red Sox Wednesday, July 29, 2026, in West Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content></item><item><title><![CDATA[Trump frequently announces he's halting strikes in Iran. But they keep happening]]></title><link>https://www.local10.com/news/world/2026/08/02/trump-frequently-announces-hes-halting-strikes-in-iran-but-they-keep-happening/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/02/trump-frequently-announces-hes-halting-strikes-in-iran-but-they-keep-happening/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — President Donald Trump said late Saturday that he would halt new planned attacks on Iran pending renewed talks to wind down the war and revive stalled cargo traffic through the Strait of Hormuz.]]></description><pubDate>Sun, 02 Aug 2026 20:09:09 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — President Donald Trump said late Saturday that he would halt new planned attacks on Iran pending renewed talks to wind down the war and revive stalled cargo traffic through the Strait of Hormuz.</p><p>It was the latest in a pattern of announcements the U.S. president has made to first threaten massive strikes and then later call them off. The abrupt shifts have been a defining feature of the five-month conflict that has sent prices of oil and basic goods soaring — and the announcements to date have been upended by renewed attacks days or even hours afterward.</p><p>Here is a look at some of Trump’s past major announcements about pausing strikes against Iran:</p><p>April 7</p><p>The United States and Iran agree to a two-week ceasefire to end the intense fighting that began on Feb. 28 with Israeli and U.S. attacks. Trump makes the announcement less than two hours before a deadline he had set for Tehran to capitulate or face attacks on bridges and power plants — strikes he said would mean “a whole civilization will die.”</p><p>April 21</p><p>Trump announces that the U.S. is indefinitely extending its ceasefire with Iran a day before it was to expire. He adds that he has been asked by mediators to hold off on attacks to give Iranian leaders time to come up with additional proposals. The fragile ceasefire lasts until May 8, when the U.S. carried out strikes on Iranian tankers.</p><p>May 18</p><p>After a weekend of dire threats against Iran, Trump says he is holding off on a major planned military strike because “serious negotiations” were underway. “There seems to be a very good chance that they can work something out. If we can do that without bombing the hell out of them, I’d be very happy,” he said. By May 27, U.S. strikes were back on after negotiations faltered.</p><p>June 11</p><p>After two days of back-and-forth attacks, Trump threatens further escalation, saying the U.S. would hit Iran “VERY HARD TONIGHT” and take “total control” of its oil and gas industries. Then, a few hours later, Trump posts on social media that there had been a breakthrough in negotiations and called off the strikes.</p><p>June 17</p><p>Trump signs an initial agreement with Iran that calls for a permanent end to hostilities and for reopening of the strait, and starts a 60-day negotiating clock to reach a final deal on the future of Iran’s nuclear program. Trump left the door open to abandoning it. “It’s a memorandum of understanding, and if I don’t like it, we’ll go back to shooting at them, dropping bombs,” he said.</p><p>July 7</p><p>After Iranian attacks on commercial ships in the strait, Trump launches new strikes on Iran while he is in Ankara, Turkey, attending the NATO leaders' summit. Later, he renews his threat to “just finish the job" on Iran after saying he believes the ceasefire is over.</p><p>July 27</p><p>Trump says he has paused two weeks of intense, daily U.S. strikes on Iran to give negotiations another chance. During 13 days of strikes, the U.S. military had targeted key military and commercial sites as clashes continued to escalate over shipping routes. In response, Iran had launched missiles and drones across the Middle East at countries that host U.S. troops.</p><p>Aug. 1</p><p>After telling reporters the U.S. would hit Iran “very hard,” Trump says on social media that he has canceled planned strikes, claiming Mideast allies had reached the parameters of a deal to end the war, including a reopening of the strait. “Based on this request, I have agreed, for the future benefit of the WORLD and, likewise, the survival of a successful and prosperous Iran, to cancel the attack, subject to being able to rapidly make a DEAL,” Trump said. In response, Iran’s defense minister said that the country was “neither surprised nor passive” following Trump’s announcement and said Iran continues to remain alert in the face of threats.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4VNVB6GQCYLNQZS43IDBRSZQDI.jpg?auth=8f08bbccabb08920ffab0777d7ec61d74862455ea5d42e45e25005a0d65b0124&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump holds up an image taken from his Truth Social account at an event about coal, Thursday, June 4, 2026, in the Oval Office of the White House in Washington. (AP Photo/Julia Demaree Nikhinson,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Skubal to Dodgers, García to Yankees as MLB teams make additions before trade deadline]]></title><link>https://www.local10.com/sports/2026/08/02/skubal-to-dodgers-garcia-to-yankees-as-mlb-teams-make-additions-before-trade-deadline/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/skubal-to-dodgers-garcia-to-yankees-as-mlb-teams-make-additions-before-trade-deadline/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[The Los Angeles Dodgers — who else? — are the big winners so far at the Major League Baseball trade deadline after adding two-time Cy Young Award winner Tarik Skubal to a loaded roster as they chase a third straight World Series title.]]></description><pubDate>Mon, 03 Aug 2026 03:51:24 +0000</pubDate><content:encoded><![CDATA[<p>The Los Angeles Dodgers — who else? — are the big winners so far at the Major League Baseball trade deadline after adding two-time Cy Young Award winner Tarik Skubal to a loaded roster as they chase a third straight World Series title.</p><p>Over in the American League, Tampa Bay beefed up its rotation by adding right-hander Freddy Peralta while the New York Yankees acquired young slugger Luis García Jr. to give their Aaron Judge-less lineup a little more pop.</p><p>The trade deadline is Monday at 6 p.m. EDT and some of the biggest pitching prizes are already off the board. But other enticing options still remain, including San Diego Padres closer Mason Miller, San Francisco Giants second baseman Luis Arraez and Toronto Blue Jays outfielder Daulton Varsho.</p><p>Also on Sunday, the Chicago Cubs added Kevin Gausman to their rotation in a trade with the Toronto Blue Jays.</p><p>In other recent deals, the surprising Chicago White Sox picked up right-hander Luis Castillo from the Seattle Mariners, and the Atlanta Braves acquired outfielder Lane Thomas from the Kansas City Royals.</p><p>Dodgers land Skubal</p><p>Skubal is the latest star to join the high-priced roster for the Dodgers that already has big-name players like Shohei Ohtani, Yoshinobu Yamamoto and Mookie Betts.</p><p>If everyone is healthy, he could be part of a rotation with Ohtani, reigning World Series MVP Yamamoto, fellow two-time Cy Young Award winner Blake Snell and Tyler Glasnow. The Dodgers led the majors with a 3.36 ERA from their starting pitchers going into Sunday's games and now add Skubal to the mix.</p><p>“I’m excited to be a Dodger,” an emotional Skubal said on Saturday night. “I’m excited to get down there and meet all those guys and chase three championships in a row. That’s hard to do, so I’m so excited to a part of that. But it’s a lot of different emotions. Definitely kind of a roller coaster a little bit.”</p><p>The Tigers received three minor league prospects in right-handers River Ryan and Brady Smith and outfielder Zyhir Hope.</p><p>Skubal is 7-5 this season with a 2.79 ERA and 116 strikeouts in 96 2/3 innings. He is 61-42 with a 3.04 ERA over seven seasons, all in Detroit. In two postseasons, Skubal is 2-1 with a 2.04 ERA in six starts.</p><p>Mets unload Peralta to Rays</p><p>The last-place New York Mets traded Peralta to the Rays for three minor leaguers, outfielder Aidan Smith, infielder Émilien Pitre and right-hander Gary Gill Hill.</p><p>Peralta, a two-time All-Star who can become a free agent following the World Series, has been a disappointment with the Mets after they acquired him from Milwaukee in a January trade.</p><p>But he could boost the middle of a strong rotation for the pitching-rich Rays, who began the day with the best record in the American League at 65-45 and a 3 1/2-game lead in the AL East over the New York Yankees.</p><p>Garcia ‘both sad and happy’ about trade to Yankees</p><p>García has spent his entire seven-year career with the Nationals but acknowledged he would be excited to move to the Yankees.</p><p>“I mean it’s a mix of both sad and happy,” García said. “There’s a new chapter in my career, so yeah, 50-50 right now.”</p><p>He has a career-high 23 homers and 76 RBIs this season and could help a lineup that's been without Judge for more than two months after he suffered a stress fracture in his right ribs.</p><p>“He's been a hitter who has really come of age this year,” Yankees manager Aaron Boone said. “One of the best left-vs-right hitters in the National League. We think he fits our ballpark very well and should hopefully give a little jolt to our offense which has obviously scuffled a little over an extended period.”</p><p>The Nationals received four right-handed pitchers for Garcia — Jake Bird, Yovanny Cruz, Jack Cebert and Ben Grable.</p><p>Bird, 30, has a 5.93 ERA in 30 games with the Yankees this season, all in relief. Cruz, 26, has a 1.69 ERA in four games. Cebert and Grable have spent the full season in the minors.</p><p>___</p><p>AP Baseball Writer Mike Fitzpatrick in New York and AP Sports Writer Josh Dubow in West Sacramento, California, and Charles Odum in Atlanta contributed to this report.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O7C5FUPKCXDAW3GA4SY6OWPHMM.jpg?auth=ede40bda205ba55610e16dbacbec032d7dacc13406844f0e6e9b17ec419c3f66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Nationals first baseman Luis García Jr., left, is hugged in the dugout by first base coach Corey Ray (23) after he was scratched from the starting lineup before a baseball game against the Atlanta Braves, Sunday, Aug. 2, 2026, in Atlanta. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LFNC42HN3PIFRHHIU5RW7ATRKE.jpg?auth=a560fd625e819bb8435fa7e5c5249bc5e76b88709c778db3807856555ea279e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Tarik Skubal throws against the Baltimore Orioles during the first inning of a baseball game Wednesday, July 29, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JLIMA5FQQD74F25YOLJ4KEJQQQ.jpg?auth=d12e6a759bf30cfa9de800f1685ef07cfd8b4ba75f38f21dbc9664ab3ec20c99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Freddy Peralta pitches during the first inning of a baseball game against the Milwaukee Brewers, Monday, July 20, 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/KNUPUILDCJKYACDFL7D6EP6TKY.jpg?auth=9cb48202d260b9d47e1a853d3f2f012f8c5cd5a80067c011866ccbc958a102f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners starting pitcher Luis Castillo (58) throws a pitch against the Los Angeles Dodgers during the first inning of a baseball game Tuesday, July 28 2026, in Los Angeles. (AP Photo/Wally Skalij)]]></media:description><media:credit role="author" scheme="urn:ebu">Wally Skalij</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QZAB3X2VIDAA4JTZLRZQR7YTQ.jpg?auth=d1ef569713385d0e6088478aea3ef59572212ff53f5786bc657a02673b37d125&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals' Lane Thomas singles off Colorado Rockies starting pitcher Tomoyuki Sugano in the sixth inning of a baseball game Friday, July 31, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Mets trade pitcher Freddy Peralta to Rays for 3 minor leaguers]]></title><link>https://www.local10.com/sports/2026/08/02/mets-trade-pitcher-freddy-peralta-to-rays-for-3-minor-leaguers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/mets-trade-pitcher-freddy-peralta-to-rays-for-3-minor-leaguers/</guid><dc:creator><![CDATA[By MIKE FITZPATRICK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The first-place Tampa Bay Rays gave their starting rotation a boost Sunday, acquiring pitcher Freddy Peralta from the struggling New York Mets for three minor leaguers.]]></description><pubDate>Sun, 02 Aug 2026 22:20:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The first-place Tampa Bay Rays gave their starting rotation a boost Sunday, acquiring pitcher Freddy Peralta from the struggling New York Mets for three minor leaguers.</p><p>Peralta, a two-time All-Star who can become a free agent this fall, has been a disappointment for the Mets after they acquired him from Milwaukee in a January trade.</p><p>“He gave us everything that he had, stepped out on the mound every single day and competed,” interim Mets manager Andy Green said. “I know he wanted better results. And I think when we struck the deal to get him, we were all hoping for a different set of circumstances on this day than what we’re looking at.”</p><p>Green said Peralta was informed of the trade during the early innings of a 2-0 loss to the Miami Marlins that dropped the Mets to 47-66 — their worst record through 113 games since 2003, the last time New York finished last in the NL East.</p><p>But Peralta could help a strong pitching staff with the Rays, who began the day with the best record in the American League at 65-45 and a 3 1/2-game lead in the AL East over the New York Yankees.</p><p>“Freddy is a proven major league starter with high-stakes experience and a strong track record,” Rays President of Baseball Operations Erik Neander said in a statement. “Adding a pitcher and competitor of his caliber strengthens our team as we push forward.”</p><p>The last-place Mets received outfielder Aidan Smith, infielder Émilien Pitre and right-hander Gary Gill Hill in exchange for Peralta. Pitre was a second-round pick of Tampa Bay in the 2024 draft while Hill was a sixth-round pick in 2022. Smith was picked in the fourth round of the 2023 draft by the Seattle Mariners, who sent him the Rays in the Randy Arozarena trade in July 2024.</p><p>The move came a day before baseball’s trade deadline at 6 p.m. EDT on Monday, and hours after the Los Angeles Dodgers landed the biggest prize on the market, ace pitcher Tarik Skubal, in a deal with the Detroit Tigers.</p><p>Before joining the Mets last offseason, Peralta went 17-6 with a 2.70 ERA over 33 starts in 2025. He led the National League in wins, finished fifth in Cy Young Award voting and helped the Brewers win their third straight NL Central crown.</p><p>With the Rays, the 30-year-old right-hander joins a rotation headed by All-Stars Drew Rasmussen and Nick Martinez. Left-hander Shane McClanahan, an All-Star in 2022 and 2023, is 9-6 with a 3.09 ERA in 20 starts but was placed on the 15-day injured list Friday with mid-back tightness on his left side.</p><p>Last winter, New York sent youngsters Brandon Sproat and Jett Williams to the Brewers for Peralta and right-hander Tobias Myers, giving up a pair of players rated among the game’s top 100 prospects in the anticipation Peralta would be the frontline starter the team needed.</p><p>Instead, he went 5-9 with a 4.99 ERA in 22 starts and failed to complete five innings in four of his last five outings for the Mets.</p><p>“I know he’s disappointed by it,” Green said. “He came here to anchor a rotation and felt the weight of that. I know from talking to him he certainly doesn’t feel like it went the way that he thought it would.”</p><p>He was 5-5 with a 3.90 ERA after beating Atlanta 8-1 on June 14, but is 0-4 with a 7.93 ERA in his past seven starts, including a June 20 dud when he allowed 10 runs and 10 hits over 2 2/3 innings at Philadelphia.</p><p>“I know that so far I let them down,” Peralta said late last month. “I haven’t (done) what I was supposed to do.”</p><p>Peralta becomes the latest pitcher traded away by the high-priced Mets, who are selling off assets for young prospects after beginning a miserable 2026 season with World Series aspirations.</p><p>“I think where we are today screams that we’re all wishing we were in a different spot,” said Green, who began the season as the Mets’ vice president of player development before moving into the manager’s chair following the firing of Carlos Mendoza on June 26.</p><p>They sent David Peterson to the Chicago Cubs for minor league infielder Cole Mathis one day before Mendoza’s dismissal and reliever A.J. Minter to Minnesota for minor league infielders Bruin Agbayani and Billy Amick last Friday.</p><p>Peterson and Minter are eligible for free agency after this season as well. New York also is expected to move pitcher Clay Holmes, reliever Brooks Raley and outfielder Tyrone Taylor before Monday’s deadline — and possibly players such as relievers Huascar Brazobán and Luke Weaver, each of whom are under team control next year.</p><p>Holmes, who broke his right fibula on May 15, made a rehab start for Single-A Brooklyn Sunday, when he allowed four runs in 5 1/3 innings. Raley, Weaver and Brazobán all threw a hitless inning of relief while Taylor pinch-ran in the ninth inning.</p><p>“Those guys were all healthy, rested, available, good to go,” Green said. “So we felt comfortable letting them do what they do during a baseball season.”</p><p>To open a spot for Peralta on the 40-man roster, Rays outfielder Jake Fraley (hernia) was transferred to the 60-day injured list.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FLBTNF3IZQOTCLYUUHADAMYGOM.jpg?auth=23153aa115480729681fdb1d497b22ab86ac062f7de5f9b3345472339c2660d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Freddy Peralta (51) throws during the first inning of a baseball game against the Los Angeles Dodgers, Sunday, July 26, 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/JZPTDL6XL6LWIRMKHCKQZF5SOY.jpg?auth=cfddf2bb0db0f0b110ffe481b19f84334fe88a1c7adb6a1db257e31e8189e6d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Freddy Peralta, right, hands the ball to interim manager Andy Green, left, as he leaves during the fifth inning of a baseball game against the Boston Red Sox Saturday, July 11, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K775BAUW7UQS2O46UNXHON7FQM.jpg?auth=b3739c0500c1cc486e7e37d154d50d9c876220ed885bfca6a0ac2977b81c3346&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Freddy Peralta reacts as he leaves during the fifth inning of a baseball game against the Boston Red Sox Saturday, July 11, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WKE2WMN6TUHYRSZTKP3HZLZH6U.jpg?auth=712af65dc4254b12b350dbb3a87afa57f8049cfca089f2999bc1644d2743c299&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Freddy Peralta winds up to deliver during the first inning of a baseball game against the Milwaukee Brewers, Monday, July 20, 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/BKJMN73U2C3XQY3JWWDB5X653U.jpg?auth=df781fefdb273d27f5734a5b66b844d04008b0a095ca6b61aa68863e3577775a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Freddy Peralta throws during the second inning of a baseball game against the Los Angeles Dodgers, Sunday, July 26, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[The Tigers face a difficult challenge after trading ace Tarik Skubal to the Dodgers]]></title><link>https://www.local10.com/sports/2026/08/02/the-tigers-face-a-difficult-challenge-after-trading-ace-tarik-skubal-to-the-dodgers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/the-tigers-face-a-difficult-challenge-after-trading-ace-tarik-skubal-to-the-dodgers/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[WEST SACRAMENTO, Calif. (AP) — The Detroit Tigers said their goodbyes to ace Tarik Skubal and now must turn their focus to an uncertain final two months of the season as they try to make a playoff push without their best player.]]></description><pubDate>Sun, 02 Aug 2026 23:53:50 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — The Detroit Tigers said their goodbyes to ace Tarik Skubal and now must turn their focus to an uncertain final two months of the season as they try to make a playoff push without their best player.</p><p>The Tigers traded the two-time reigning AL Cy Young Award winner to the Los Angeles Dodgers for three minor league prospects in a deal that was agreed to late Saturday night.</p><p>“Baseball has a funny way of challenging you to deal with change,” Tigers manager A.J. Hinch said before the series finale against the Athletics on Sunday. “Sometimes that’s difficult, sometimes it’s part of the game and part of the business. These guys are callous to some of the emotions that come with it.”</p><p>Hinch's team responded with an 11-0 win to complete the series sweep and keep the Tigers within 2 1/2 games of the last wild-card spot.</p><p>“We played a really good series in the midst of a lot of different things swirling around us,” Hinch said. “This group’s pretty tough. We go through it game by game and showed a lot of character, obviously.”</p><p>Moving on without Skubal will be the ultimate challenge. The ninth-round draft pick in 2018 developed into one of the best pitchers in baseball, winning the Cy Young in 2024 and '25 and posting a 2.40 ERA over the past three seasons.</p><p>Skubal is 7-5 this season with a 2.79 ERA and 116 strikeouts in 96 2/3 innings and had a major impact in the clubhouse. But with him set to become a free agent after the season, the Tigers opted to trade him for minor league right-handers River Ryan and Brady Smith and outfielder Zyhir Hope.</p><p>Hinch said it was important for the players to appreciate what Skubal gave the team while still understanding the task ahead.</p><p>“He wasn’t going to pitch today. So we have to be sort of cold about we got to move on and go play today’s game that he wasn’t going to impact despite the loss of his presence in our clubhouse,” Hinch said. "We have a ton of respect for what he brought every day, his preparation, his attitude, his desire to win. That impact doesn’t leave with him as he gets on a plane to go to a different team. The day-to-day does, and we’re going to have to find a way to overcome it.”</p><p>News of the trade broke during Detroit's 8-6 win over the A's on Saturday night with many players first hearing about it from fans near the dugout during the game. Skubal was back in the clubhouse beyond the center-field fence at the minor league stadium where the A's play when he got the news, making it impossible for the players to get the news directly from him until after the game.</p><p>But they managed to focus on the game and come up with the win.</p><p>“The team’s handled it really well,” first baseman Spencer Torkelson said. “Leading up to the trade, I thought we blocked out the noise amazing. Even in the sixth inning when everyone’s screaming at us from the stands that we traded our best pitcher, I think we kept our focus and kept the main thing the main thing. I think as a team we still believe in ourselves and we know that we’re definitely not out of it.”</p><p>The trade came at an uncertain time for the Tigers, who have overcome a slow start to the season to get close to playoff position.</p><p>Prized prospect Max Clark was called up from the minors on Friday and has delivered by reaching base safely nine times in three games. But the team also scratched Casey Mize from his scheduled start this weekend in case he gets traded before the deadline Monday.</p><p>“It’s a weird, weird place," Mize said. “We’ve played really good baseball the last couple days. We trade our best player. It says we’re 2 1/2 back, but obviously there’s a lot of teams still to overpass, so it’s certainly a strange spot."</p><p>The task now will be to try to get back to the playoffs without Skubal after they lost in Game 5 of the division series the past two seasons. Skubal started both of those losses. He had a rough start and took the loss in 2024 against Cleveland. He had a strong start last season with 13 strikeouts in six innings against Seattle but the bullpen squandered a 2-1 lead and the Tigers went on to lose 3-2 in 15 innings.</p><p>Skubal said Saturday night after the trade that it hurt that he couldn't help deliver Detroit its first World Series title since 1984.</p><p>“Over the last couple of years, we don’t get anywhere near to what we’ve done without Tarik Skubal,” Mize said. “I hope our fan base is appreciative of that, even if it maybe didn’t end the way that everyone wanted it to.”</p><p>The Tigers fans might get a chance to see Skubal again later this month when the Dodgers visit Detroit Aug. 28-30.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KKC5PMKM7WLPFV65VCR7BHN23U.jpg?auth=ae805bfa2edb0252fc87d3e1da64b21af0cd613495c2e3a41c9da607cbaa2cff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Tarik Skubal walks to the dugout during the seventh inning of a baseball game against the Baltimore Orioles Wednesday, July 29, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NQE7ZWCG2MXDV7QKNP6IDEI7PY.jpg?auth=309388fc2e0cc60813874dbadcefd95f3d129d56727ce6b84f4f4ca7da316aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers pitcher Tarik Skubal reacts to a pitch during the seventh inning of a baseball game against the Baltimore Orioles Wednesday, July 29, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4MGCLX2AKXTX5AWNFF2PAM7B4.jpg?auth=84e043323e98e115c220b04317cf22cc3847464e8457a5dc7d28188f028d66dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers manager A.J. Hinch, right, takes the ball from pitcher Tarik Skubal during the seventh inning of a baseball game against the Baltimore Orioles Wednesday, July 29, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Alex Palou, Alexander Rossi provide rave reviews after 1st weekend of testing the new IndyCars]]></title><link>https://www.local10.com/sports/2026/08/02/alex-palou-alexander-rossi-provide-rave-reviews-after-1st-weekend-of-testing-the-new-indycars/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/alex-palou-alexander-rossi-provide-rave-reviews-after-1st-weekend-of-testing-the-new-indycars/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Alex Palou and Alexander Rossi were sold on the new IndyCar at first glance.]]></description><pubDate>Sun, 02 Aug 2026 19:16:44 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Alex Palou and Alexander Rossi were sold on the new IndyCar at first glance.</p><p>Then they climbed inside the cockpit, took it around Indianapolis Motor Speedway's 14-turn, 2.439-mile road course and were even more impressed.</p><p>Palou, the four-time series champ, and Rossi, the 2016 Indianapolis 500 winner, became the first test drivers of the new model and both left the track giving the car rave reviews.</p><p>“I am very happy to announce that we will race it next year,” Palou joked Sunday. “I wish (it was next year) — like that's the level of excitement I think among everybody. I think everybody, when we saw it live for the first time, I was shocked at how good it looked and how excited I was to give it a try."</p><p>The Spaniard who drives for Chip Ganassi Racing certainly would be leading the pack again if he actually competed in the IR-28 next year because it isn't scheduled to debut until 2028. Naturally, though, Palou, who has won 21 of the last 64 races including Indy in 2025 and is on the cusp of clinching a fourth straight series title, would prefer everything goes quicker.</p><p>His interest in this model was piqued after seeing the initial renderings of the lighter, sleeker, jet-like looking car.</p><p>The higher sidepod and more expansive, wavier front wings make the car look larger while the digitally display featuring the car's position during a race, qualifying or practice appears just behind the redesigned, less bulky aero-screen give as a high-tech feature.</p><p>Designers promised the car would have roomier cockpits, run faster and race better all while adding safety features.</p><p>Rossi thought it was better than advertised. He started seven Formula 1 races in four seasons before moving to IndyCars in 2016 and at 6-foot-1, Rossi is one of IndyCar's tallest drivers.</p><p>"Not to draw comparisons to F1, we don't like doing that, but I think anyone who drives an F1 car for the first time, they notice how smooth the car is — not from a powertrain standpoint but from the surface standpoint,” Rossi said Saturday. “This car starts to get to that level.”</p><p>He added: “It's a little bigger, certainly more room for me. My knees aren't headed into the top of the chassis, which is great. But it's not like you're out there driving a Suburban.”</p><p>And even though the goal was not necessarily to post fast laps, both drivers enjoyed the ride. Track officials said no official or unofficial speeds were kept.</p><p>Instead, series officials asked Rossi and Palou to produce some baseline measures about the car's on-track performance, which can be used to help modify set-ups for future tests. That made it essentially a two-day shakedown with Rossi scheduled to run three hours on Saturday and Palou three hours Sunday.</p><p>There was just one problem — rain.</p><p>Each driver had their allotted time slot cut by at least half because of the cool, wet conditions that blanketed the Indianapolis area Saturday and Sunday. Still, it didn't dampen the spirits of either driver.</p><p>“It's pretty incredible to be able to be a part of the next evolution and to do it at a place that obviously means a lot to me and all of us here,” Rossi said. “It's small part to play in the history and the future of this championship, and that's super cool.”</p><p>What's next remains the great unknown.</p><p>While series officials have not yet scheduled the IR-28's next test, Palou wants other drivers to join the parade he and Rossi just led.</p><p>“It's super fun," Palou said. “It's just like being on a higher end car. It feels like one of those interiors that are like good leather and it's quiet inside. It's good, it's comfy, so, yeah, I can't wait to hopefully try it in the dry (conditions) and see how it really feels when I push it.”</p><p>IndyCar returns to action next Sunday at Portland, Oregon.</p><p>___</p><p>AP auto racing: https://apnews.com/apf-AutoRacing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ANHBL7TFWCZARVOSWH46X74OEE.jpg?auth=ed6fb326b4ac3d33cf70bdab41f7c89875649657f352e62a5133a107dbe919ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Reigning IndyCar champion Alex Palou drives into the pit lane to test a new IndyCar model, Sunday, Aug. 2, 2026, at Indianapolis Motor Speedway in Indianapolis. (AP Photo/Mike Marot)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Marot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7TPRDFRYP4AS5HMPMN2PLY4PYI.jpg?auth=6b736a09e553b3529a1def52ca0c9148f974ce7f7d1771ede49cce794824ce18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Officials from chassis manufacturer Dallara work on the new IndyCar model, Sunday, Aug. 2, 2026, at Indianapolis Motor Speedway in Indianapolis. (AP Photo/Mike Marot)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Marot</media:credit></media:content></item><item><title><![CDATA[Ohio Rep. Kaptur treated for non-life threatening injuries after a car accident in Toledo]]></title><link>https://www.local10.com/news/politics/2026/08/02/ohio-rep-kaptur-treated-for-non-life-threatening-injuries-after-a-car-accident-in-toledo/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/02/ohio-rep-kaptur-treated-for-non-life-threatening-injuries-after-a-car-accident-in-toledo/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK and JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Ohio Rep. Marcy Kaptur is being treated for non-life threatening injuries after a car accident in Toledo on Sunday morning, her office said Sunday.]]></description><pubDate>Sun, 02 Aug 2026 19:15:18 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Ohio Rep. Marcy Kaptur is being treated for non-life threatening injuries after a car accident in Toledo on Sunday morning, her office said Sunday.</p><p>Kaptur, 80, was a passenger in a vehicle headed to a church service “when the car she was traveling in was struck,” the statement from her office said. The statement said she is “active, alert” and “looks forward to returning to a full schedule soon.”</p><p>The House is on its summer recess so she was not expected in Washington this week.</p><p>Kaptur, the longest-serving woman in House history, is in a rematch for her closely watched seat against former state Rep. Derek Merrin. In 2024, she won by just more than the 0.5% margin that would have triggered an automatic recount, with a libertarian candidate snagging about 4% of the vote.</p><p>Her office said first responders from the Toledo police and fire departments arrived promptly on the scene and had “medical professionals helping to take care of those involved in the crash.” The statement said “we look forward to any additional information from Toledo Police as they investigate the accident.”</p><p>The Toledo Police Department’s traffic division did not immediately respond to an AP query.</p><p>___</p><p>Smyth reported from Columbus, Ohio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NOF2FL3UIFFIB4CBTA445NBWWM.jpg?auth=31b71dbfde1b4c5195574772d71dfd31643a2670a537e9ecd0ebc2c0ee39730f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Marcy Kaptur, D-Ohio, is interviewed, Dec. 9, 2022, in Toledo, Ohio. (AP Photo/Carlos Osorio, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carlos Osorio</media:credit></media:content></item><item><title><![CDATA[Rallies surround Fever-Lynx game after Sophie Cunningham's stance on transgender athletes]]></title><link>https://www.local10.com/sports/2026/08/02/rallies-surround-fever-lynx-game-after-sophie-cunninghams-stance-on-transgender-athletes/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/rallies-surround-fever-lynx-game-after-sophie-cunninghams-stance-on-transgender-athletes/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — A crowd of critics and supporters of Indiana guard Sophie Cunningham's stance on transgender participation in women’s sports gathered around and inside Target Center on Sunday as the Fever faced the Lynx in Minnesota.]]></description><pubDate>Sun, 02 Aug 2026 20:24:37 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — A crowd of critics and supporters of Indiana guard Sophie Cunningham's stance on transgender participation in women’s sports gathered around and inside Target Center on Sunday as the Fever faced the Lynx in Minnesota.</p><p>Lynx coach Cheryl Reeve wore a light blue shirt under her jacket that said, “Trans kids belong” as she directed her team — the top team in the WNBA — to a 108-100 win over the Fever. There were fans in the stands wearing T-shirts that read, “Trans kids belong in sports.”</p><p>It's the third straight Fever game that drew a rally after Cunningham recently voiced support for barring transgender girls and women from girls’ and women’s sports in an ESPN article published last week.</p><p>Before the contest, Cunningham and Reeve held a conversation at midcourt. Reeve didn't want to share the exact nature of their talk.</p><p>“Both of us understand that we have platforms and we both talked about wanting to, more than anything, educate,” Reeve said. “There are some things that we have in common, and maybe some things you differ on, just like any issues. I think it’s how you handle things. It was nice to be in person, for sure.”</p><p>Cunningham was booed by the crowd on her first touch of the game and throughout.</p><p>Outside the arena, dozens of fans gathered near the entrance. A person using a loud speaker repeated over and over, “Protect trans women.” There were signs held up that read, “Love is truth" and “Thank you Sophie.”</p><p>Asked how she and the team are navigating the outside conversations, Caitlin Clark said after the game, “I think we’re excellent.</p><p>“I think it’s for leagues and governing bodies to work with their athletes to find solutions,” Clark said. “Our focus is on basketball. That’s what we talk about and how we can get wins and obviously we didn’t do that tonight. So we need to find an area to improve in that way.”</p><p>Any reaction?</p><p>“I just answered,” Clark said.</p><p>Cunningham said Friday in Portland that she wasn't concerned about rallies against transgender participation in women’s sports becoming a distraction for the Fever.</p><p>“I think everyone who knows me personally, they know that I’m full of love. I’m bubbly. I love the people around me,” Cunningham said Friday. “I love basketball. I love inspiring the next generation and doing that in a positive light. And so that doesn’t even cross my mind. Doesn’t cross my teammates’ minds.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GEQGQGP7JUQXVTMESETVHMVGXM.jpg?auth=be5ab902672f6f316d7981b1a6a9ee9f10f3ecf752915d7b7b358a91cf961384&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wear shirts saying "Trans Kids Belong In Sports" during a WNBA basketball game between the Minnesota Lynx and the Indiana Fever Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWQAA26MU5DLEN42ANFHZ5C75M.jpg?auth=efcd7005992abdde0a427adebb4327cdd1b7f7a1c19db7a9a4d64ef9a7b66ae5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx head coach Cheryl Reeve points during the first half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FU4ARGIKKYK4BPEXMI2KA52WFU.jpg?auth=e061afefa64ee3c9b36931f1c6f97daabe8a555e48c0f17096c83406614b2de4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx head coach Cheryl Reeve watches play during the first half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Shiho Kuwaki of Japan wins the Women's British Open on second playoff hole]]></title><link>https://www.local10.com/sports/2026/08/02/shiho-kuwaki-of-japan-wins-the-womens-british-open-on-second-playoff-hole/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/shiho-kuwaki-of-japan-wins-the-womens-british-open-on-second-playoff-hole/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LYTHAM ST. ANNES, England (AP) — Shiho Kuwaki of Japan saved par to stay alive in a sudden-death playoff Sunday and won with a par on the second extra hole to claim the Women’s British Open over Esther Henseleit of Germany for her first major title.]]></description><pubDate>Sun, 02 Aug 2026 20:05:08 +0000</pubDate><content:encoded><![CDATA[<p>LYTHAM ST. ANNES, England (AP) — Shiho Kuwaki of Japan saved par to stay alive in a sudden-death playoff Sunday and won with a par on the second extra hole to claim the Women’s British Open over Esther Henseleit of Germany for her first major title.</p><p>Kuwaki closed with a 1-under 70 and looked like a winner as she waited nearly 30 minutes in the scoring room. Henseleit, in the final group, holed a 40-foot birdie putt on the 18th hole at Royal Lytham & St. Annes for a 70 to join Kuwaki at 5-under 279.</p><p>Henseleit then had the advantage in the playoff when the 23-year-old from Japan was in deep grass short of a bunker and had to lay up short of the green. Kuwaki hit wedge to 3 feet to save par and got another chance when Henseleit missed a 15-foot birdie putt for the win.</p><p>The tables turned on the second extra hole. Henseleit's tee shot on the 18th drifted far enough to the right that it was beneath a gorse bush. She did well to get that back to the fairway, and hit wedge to about 12 feet. But her par putt stayed left of the cup, and that left Kuwaki to tap in for par.</p><p>“Very happy with how I gave myself the opportunity to win today and how I handled myself. Just got a bit unlucky on the second playoff hole there,” Henseleit said. “I tried really hard and I guess it just wasn’t meant to be today.”</p><p>This is the second straight Women's British Open title for Japan, following Miyu Yamashita's victory last year at Royal Porthcawl. Kuwaki, often known for her fashion, becomes the fifth player from Japan to have won an LPGA major over the last three years.</p><p>“I can’t believe it,” Kuwaki said through a translator and the trophy presentation.</p><p>Tough round for Noh</p><p>The disappointment belonged to third-placed Yealimi Noh (74), the 25-year-old Californian who began the final round with a three-shot lead until it slowly went away with bogeys. She fell out of a share of the lead with a bogey on the 14th hole. Noh was one shot behind and had two reasonable looks at birdie — with Kuwaki already in the clubhouse at 279 — but failed to convert.</p><p>“It stings being one short,” said Noh, who had missed three straight cuts before this week. “I told myself this morning, no matter what happens I'm happy to be in this position again. A couple of weeks ago, I was losing a lot of motivation. This week has helped me feel so much better about my game.”</p><p>Haeran Ryu fell short in her bid to become the first player since Inbee Park to win three straight majors in one year. The Women's PGA and Evian Championship winner was still in the mix on the back nine. She needed birdies and instead closed with two straight bogeys for a 74 to tie for sixth.</p><p>Nelly Korda, the No. 1 player in women's golf and winner of the year's first two majors, started eight shots behind and closed with a 68. She was the leader in the clubhouse for the longest time at 2 under until Kuwaki finished.</p><p>Korda tied for fourth along with Jeeno Thitikul (73).</p><p>Eyes covered</p><p>Kuwaki, at No. 46 in the women's world ranking, played bogey-free over the last 13 holes as everyone around her made mistakes. She was in the scoring room after signing and stayed there, even as Henseleit and Noh had birdie chances on the final two holes to force a playoff.</p><p>Henseleit delivered with a most unlikely putt, 40 feet across the 18th green. The 27-year-old German raised her right arm as the golf ball still had a few feet to go and punched the air when it dropped for birdie.</p><p>It was only the second playoff since the Women’s British Open became a major in 2001.</p><p>Kuwaki covered her eyes when she watched the putt go in on TV, then broke into a smile. And moments later, she was in a cart and off to the 18th tee for a playoff and immediately in trouble. Her tee shot stayed short of a bunker but in the slope of thick grass. She smartly tried to get it back in play, and her wedge to 3 feet was as important a shot as any.</p><p>It gave her another chance, and the final mistake belonged to Henseleit with the tee shot on the 18th for the second playoff hole.</p><p>Kuwaki already has won twice this year and is fourth on the money list on the Japan LPGA, the tour that has produced five recent major champions, including Yamashita, Mao Saigo, Yuka Saso and Ayaka Furue. Kuwaki is now on that list.</p><p>“Just to be on a stage like this is just an honor, and every hole I was just focused shot-by-shot and just tried to enjoy it out there as much as I could,” she said.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGDXZWKBYNXEHK2VJT5NQB3GTA.jpg?auth=b2755cf33b8c7657b08fe7a0f2b43187526d9d10d06c3cf5666d0fb1f4a189c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shiho Kuwaki, of Japan, holds up the trophy after winning the Women's British Open golf championship in Lytham St Annes, England, Sunday, Aug. 2, 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/2KAO36QAVCLCGTMJFZXBUURWPY.jpg?auth=13dcb277ac28dd793e57f94c7bf1c74b5c7a7ed4625f1cd40402726705fa0fab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shiho Kuwaki, of Japan, kisses the trophy after winning the Women's British Open golf championship in Lytham St Annes, England, Sunday, Aug. 2, 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/QPRVTN5GTS3BEAQQSYHZ7F27XI.jpg?auth=f3410816c411cc42999fe5e5a6cb861bb9a0ec28359f1acf90608072bae7a5e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shiho Kuwaki, of Japan, drives off the 3rd tee during the fourth round of the Women's British Open golf championship in Lytham St Annes, England, Sunday, Aug. 2, 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/ISFI3JUDC7PJFLAWZMVRH6SJPI.jpg?auth=4ccf4b48fb20479d41d76979123ae5a81d6d1f4f11afc9efd8d944fbad54f5bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shiho Kuwaki, of Japan, holds up the trophy after winning the Women's British Open golf championship in Lytham St Annes, England, Sunday, Aug. 2, 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/RFFICL6UTKFO7Z2RJKWZAFXV4E.jpg?auth=4edcbb9fd11bc04c42d8a1e7bac025373ee8104d0711118016d46f53fd16cc72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esther Henseleit, of Germany, celebrates after putting on the 18th green during the fourth round of the Women's British Open golf championship in Lytham St Annes, England, Sunday, Aug. 2, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[Investigadores recaban indicios de siniestro aéreo en Perú; piloto habría reportado falla mecánica]]></title><link>https://www.local10.com/espanol/2026/08/02/investigadores-recaban-indicios-de-siniestro-aereo-en-peru-piloto-habria-reportado-falla-mecanica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/02/investigadores-recaban-indicios-de-siniestro-aereo-en-peru-piloto-habria-reportado-falla-mecanica/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — El piloto de la aeronave accidentada en el sur de Perú que dejó 13 personas fallecidas, entre ellas 11 turistas extranjeros, habría reportado una falla mecánica durante el vuelo, informó el domingo el ministro de Comercio Exterior y Turismo, Rogers Valencia. Expertos investigadores recaban indicios en la zona.]]></description><pubDate>Mon, 03 Aug 2026 00:24:08 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El piloto de la aeronave accidentada en el sur de Perú que dejó 13 personas fallecidas, entre ellas 11 turistas extranjeros, habría reportado una falla mecánica durante el vuelo, informó el domingo el ministro de Comercio Exterior y Turismo, Rogers Valencia. Expertos investigadores recaban indicios en la zona.</p><p>El siniestro ocurrió la víspera, cuando la avioneta C208B de matrícula OB-2001 de la empresa Aerodiana se estrelló en el sector de Pueblo Viejo en la sureña región de Ica. La aeronave partió desde Pisco para sobrevolar las icónicas Líneas de Nazca.</p><p>Las autoridades confirmaron la muerte de siete italianos, dos españoles, dos alemanes, además de dos tripulantes peruanos.</p><p>La primera ministra de Italia, Giorgia Meloni, expresó el domingo a través de su cuenta de X el “profundo pesar” por la muerte de sus compatriotas y se solidarizó con los familiares.</p><p>Tras arribar a la zona, el ministro de Comercio Exterior y Turismo peruano declaró a la prensa que los expertos de la Comisión de Investigación de Accidentes Aéreos buscan “la evidencia mecánica que guarda el motor” como información para “contrarrestarla con las grabaciones de la comunicación”. Reveló que “hubo una llamada desde la nave para indicar que tenía una falla mecánica”.</p><p>Los especialistas deben evaluar “la trayectoria de la nave” entre otros elementos para determinar las causas del accidente, afirmó Valencia. No precisó una fecha en la que se podría conocer el informe. Indicó además que, según reportes de la Dirección General de Aeronáutica, la aeronave, “de lo que se sabe hasta el día de hoy, tenía todos los permisos”.</p><p>La autoridad mantuvo reuniones con los representantes de las embajadas que se desplazaron a Nazca para dar seguimiento a las investigaciones.</p><p>“Confiamos en que las autoridades competentes de Perú van a investigar todas las circunstancias con la brevedad posible”, señaló a los medios el cónsul de Alemania, Dennis Raffael, mientras la cónsul italiana, Elisa Polsinelli, confirmó que los familiares de las víctimas fueron informados la víspera, aunque no precisó si viajarán al país andino.</p><p>En tanto, el alcalde Nazca, Jorge Bravo, advirtió que el hecho afectará el turismo de la región por lo que se debe determinar las responsabilidades, declaró ante los medios.</p><p>Las Línea de Nazca son unos geoglifos gigantes grabados en el desierto hacen más de 1.500 años. Fueron declaradas Patrimonio Cultural de la Humanidad por la Unesco y se encuentran 450 kilómetros (280 millas) al sur de la capital Lima. Solo se pueden apreciar desde el aire o torres altas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4E5RTPB5SB67O2C6XUFAK2OHR4.jpg?auth=a29f6aca652578f216489f3cdef23d29ed1f15d2de4098aaeb0f34e9d0218401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía inspecciona los restos de una avioneta que se estrelló durante un vuelo turístico sobre las Líneas de Nazca, el sábado 1 de agosto de 2026, en Perú. (AP Foto/Genry Bautista)]]></media:description><media:credit role="author" scheme="urn:ebu">Genry Bautista</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P6C5V3PBBTQSDYXCUFSBEIA4QE.jpg?auth=30244e00dc77d04ecd941fae30e7d20a2b6858eebc03324ca2b086b5a7441c76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía inspecciona los restos de una avioneta que se estrelló durante un vuelo turístico sobre las Líneas de Nazca, el sábado 1 de agosto de 2026, en Perú. (AP Foto/Genry Bautista)]]></media:description><media:credit role="author" scheme="urn:ebu">Genry Bautista</media:credit></media:content></item><item><title><![CDATA[Early voting in Miami-Dade County begins Monday]]></title><link>https://www.local10.com/news/local/2026/08/02/early-voting-in-miami-dade-county-begins-monday/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/early-voting-in-miami-dade-county-begins-monday/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Early voting begins Monday in Miami-Dade County.]]></description><pubDate>Sun, 02 Aug 2026 14:26:34 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/">Early voting begins Monday</a> in Miami-Dade County.</p><p><a href="https://www.local10.com/espanol/2026/08/02/empieza-el-lunes-la-votacion-anticipada-en-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/02/empieza-el-lunes-la-votacion-anticipada-en-miami-dade/"><b>Leer en español</b></a></p><p>Over the weekend, faith leaders were urging their parishioners to make their voices heard this election season. </p><p>Miami-Dade officials have held a Get Out the Vote campaign, answering questions and giving out voter information materials while also offering to register people to vote. </p><p>“We’re here to do outreach to remind everybody that we have elections, and to let them know they can early vote by mail or go on election day,” said Miami-Dade Supervisor of Elections Alina Garcia. “People need to know they can go to any early voting sites, they don’t have to go to their specific precinct. They can go between 7 a.m. and 3 p.m. (and) on the weekends from 8 a.m. to 4 p.m. And next week we’ll have an evening time from 11 a.m. to 7 p.m.”</p><p>She said the county is ready for any and all who wish to cast their ballots early. </p><p>“All of our equipment is out and ready to go,” said Garcia. “I want to remind everyone we do vote on paper, we don’t connect to any internet or anything. It’s very safe.”</p><p>Early voting runs through Aug. 16 in Miami-Dade. </p><p>For specific hours and voting locations, check your county elections website or <a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">check out Local 10’s Voter Guide</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[Driver crashes through front of Doral pet grooming business]]></title><link>https://www.local10.com/news/local/2026/08/02/driver-crashes-through-front-of-doral-pet-grooming-business/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/driver-crashes-through-front-of-doral-pet-grooming-business/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A vehicle slammed into a Miami-Dade County business over the weekend, causing extensive damage. ]]></description><pubDate>Sun, 02 Aug 2026 14:15:34 +0000</pubDate><content:encoded><![CDATA[<p>A vehicle slammed into a Miami-Dade County business over the weekend, causing extensive damage. </p><p><a href="https://www.local10.com/espanol/2026/08/02/un-auto-se-embarro-contra-estetica-canina-en-doral-y-dejo-destrozos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/02/un-auto-se-embarro-contra-estetica-canina-en-doral-y-dejo-destrozos/"><b>Leer en español</b></a></p><p>It happened early Sunday morning at Leslie Pet Grooming located near Northwest 52nd Street and 79th Avenue in Doral. </p><p>The front side of the business was left with a gaping hole in the front of the building once the car was towed away. </p><p>Local 10 News spoke to the owner, who said he woke up to a call from police around 6 a.m. saying someone had crashed into his business. </p><p>He said police officers told him the driver was backing into a parking space when they mistakenly hit the gas pedal instead of the brake, sending the car crashing into the building.</p><p>The owner said the crash caused between $15,000 and $20,000 worth of damage. </p><p>No injuries were reported in the crash.</p><p>Police did not say whether the driver would be facing any 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[Dolphins’ new era giving young players chance to shine]]></title><link>https://www.local10.com/sports/local/2026/08/02/dolphins-new-era-giving-young-players-chance-to-shine/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/02/dolphins-new-era-giving-young-players-chance-to-shine/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins are entering a new era under head coach Jeff Hafley, and with a roster featuring several young players looking to establish themselves, training camp has become an important opportunity to build the foundation of the team’s future.]]></description><pubDate>Sun, 02 Aug 2026 18:13:15 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins are entering a new era under head coach Jeff Hafley, and with a roster featuring several young players looking to establish themselves, training camp has become an important opportunity to build the foundation of the team’s future.</p><p><a href="https://www.local10.com/espanol/2026/08/02/nueva-era-en-los-dolphins-abre-paso-a-las-jovenes-promesas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/02/nueva-era-en-los-dolphins-abre-paso-a-las-jovenes-promesas/"><b>Leer en español</b></a></p><p>After <a href="https://www.local10.com/sports/local/2026/08/02/dolphins-offense-has-best-day-of-camp-during-1st-practice-in-front-of-fans/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/08/02/dolphins-offense-has-best-day-of-camp-during-1st-practice-in-front-of-fans/">Sunday’s practice at the Baptist Health Training Complex</a>, linebacker Jacob Rodriguez, cornerback Chris Johnson, guard Jonah Savaiinaea and running back Ollie Gordon II discussed their growth, preparation and the excitement surrounding the first padded practice of camp.</p><p>Rodriguez, a second-round pick out of Texas Tech, has already stood out with his “violent” style of play and ability to find the football, traits Hafley praised early in training camp.</p><p>During Sunday’s practice, Rodriguez was active around the ball, making several would-be stops in the run game. Despite the team practicing without pads, running back Ollie Gordon II even described the rookie linebacker as a “magnet” to the football.</p><p>Rodriguez, who was known in college for punching the football out of opposing players’ hands, said creating turnovers comes down to being aggressive while knowing when to take the right shot.</p><p>“The worry is there, but you gotta do it. You gotta take a chance to hit,” Rodriguez said. “And I think you see what you punch, it’s like a boxer, you know, like if you see the ball, you punch it. If you’re just kind of throwing a blind punch, then that’s when it kind of gets risky like you could actually hit a face mask and actually break a knuckle or something, but you know if you’re seeing what you’re punching.”</p><p>Rodriguez said teammates have asked him about his ability to force fumbles, but his goal is to help the entire defense create more takeaways.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Rodriguez on the art of forcing fumbles by punching the ball out and if teammates ask him how to do it: <a href="https://t.co/zbjonq7k93">pic.twitter.com/zbjonq7k93</a></p>&mdash; Ryan Mackey (@RyanMackeyWPLG) <a href="https://x.com/RyanMackeyWPLG/status/2083942570019705340?ref_src=twsrc%5Etfw">August 2, 2026</a></blockquote><p>“I mean, some guys come like jokingly, and then we’ll kind of get into a conversation about it, but like I’m all about shooting everybody trying to go and take the ball away,” Rodriguez said. “If we can take 3 more a game, and that kind of stat that would help us win, it’d be unbelievable. So anything I could do to help everybody kind of take the ball away, not that I’m perfect at it or have it figured out, but, you know, I’ve just been fortunate enough to get a few.”</p><p>Rodriguez said he was able to meet former Chicago Bears cornerback Charles “Peanut” Tillman, who popularized the “Peanut Punch,” and learn more about the technique used to force the ball out of opponents’ hands.</p><p>Rodriguez’s path to the NFL has also helped shape his mindset. He told reporters the first thing he bought after receiving his first NFL paycheck was a bed.</p><p>While he was a walk-on at Texas Tech, Rodriguez said he initially slept on his brother’s floor, making the simple purchase a meaningful reminder of how far he has come.</p><p>Rodriguez will get his first taste of padded football Monday, something he said will help the team continue developing.</p><p>“I’m very excited for that,” Rodriguez said. “I think what we’ve been doing so far has been great. It’s helping us a lot with technique and where to use our hands and how to do a lot of the ins and outs and stuff, but, you know, football is played, like I said, physically, and when football pads come on and shoulder pads and everything else with it, you start to get to play real football.”</p><p>Gordon, who is entering his second NFL season, said he is also looking forward to putting the pads back on and getting back to the physical side of football.</p><p>“We all get to get in pads, we’d have some click clack and then, you know, it’s one of those days,” Gordon said.</p><p>The second-year running back said the biggest difference entering this season is having the ability to focus on football without the pressure of the draft process and learning everything for the first time.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">RB Ollie Gordon on being more comfortable with the offense as he enters his second year in the NFL. <a href="https://t.co/FhzhdUkqe6">pic.twitter.com/FhzhdUkqe6</a></p>&mdash; Ryan Mackey (@RyanMackeyWPLG) <a href="https://x.com/RyanMackeyWPLG/status/2083948156601966971?ref_src=twsrc%5Etfw">August 2, 2026</a></blockquote><p>“Last year I felt like I gotta learn this, you know, you gotta train, you gotta do that,” he said. “But I feel like this year is more like, OK, I can ease into it. I know my study habit, learn how to take care of my body also now, so I feel like just those things make it easier.”</p><p>Cornerback Chris Johnson, the Dolphins’ first-round pick in the 2026 NFL Draft, also made his presence felt Sunday when he intercepted quarterback Quinn Ewers during team drills.</p><p>Johnson, who has been working at both outside corner and in the slot, said the versatility has helped him understand how all parts of the defense work together.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Chris Johnson on being asked to play both outside and slot corner. <a href="https://t.co/Z5pbLdIpis">pic.twitter.com/Z5pbLdIpis</a></p>&mdash; Ryan Mackey (@RyanMackeyWPLG) <a href="https://x.com/RyanMackeyWPLG/status/2083939431728226787?ref_src=twsrc%5Etfw">August 2, 2026</a></blockquote><p>“Yeah, it definitely helps, just being able to take certain things away from the field,” Johnson said. “If they can mess up timing out there, then I know that it’s a lot more traffic out there for the slot receiver to get to.”</p><p>Johnson said his interception, which was thrown by quarterback Quinn Ewers, came down to trusting his assignment and making a play when the opportunity presented itself.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Dolphins CB Chris Johnson on reeling in an INT (Ewers pass) during Sunday’s camp. <a href="https://t.co/2xHweK8EZC">pic.twitter.com/2xHweK8EZC</a></p>&mdash; Ryan Mackey (@RyanMackeyWPLG) <a href="https://x.com/RyanMackeyWPLG/status/2083938433085366616?ref_src=twsrc%5Etfw">August 2, 2026</a></blockquote><p>“Yeah, really just playing my coverage, man,” Johnson said. “Started off in a bunch, motion to just a stack, so I get the calls from the safety. Obviously, we’re all on the same page, you know what we’re doing, so, you know, I cover the ground I’m supposed to cover and just make a play.”</p><p>Offense guard Jonah Savaiinaea, who moved to right guard this offseason and switched to No. 71, said the position change has helped him feel more comfortable entering his second NFL season.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Dolphins guard Jonah Savaiinaea talks about getting back to his roots, why he switched to No. 71 and switching to right guard. <a href="https://t.co/Z4WwUvnRjU">pic.twitter.com/Z4WwUvnRjU</a></p>&mdash; Ryan Mackey (@RyanMackeyWPLG) <a href="https://x.com/RyanMackeyWPLG/status/2083940568304845224?ref_src=twsrc%5Etfw">August 2, 2026</a></blockquote><p>“I mean, the biggest thing is, you know, going into year two, I feel like that plays a big factor. I’ve been confident out there,” he said. “I mean, I’ve been watching myself and I was like, damn, you know, I, I didn’t have this, this time last year.”</p><p>Hafley called Savaiinaea a “pleasant surprise” before Sunday’s practice.</p><p>With the Dolphins bringing in 13 rookies from the 2026 draft class, the largest draft class since the NFL adopted a seven-round format in 1994, several young players will have opportunities to earn roles throughout training camp.</p><p>The Dolphins will hold their first padded practice of camp Monday at 9:30 a.m. at the Baptist Health Training Complex.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B62KGADQ3JB4PIS2KQJ5LFQ5UU.jpg?auth=87b12e80fbb840d222e1bf79b00cd90077e6d8df0d3ee9b950abc08155c3200c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[In Ceuta, some migrants cling to hopes of someday reaching mainland Spain]]></title><link>https://www.local10.com/news/world/2026/08/02/in-ceuta-some-migrants-cling-to-hopes-of-someday-reaching-mainland-spain/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/02/in-ceuta-some-migrants-cling-to-hopes-of-someday-reaching-mainland-spain/</guid><dc:creator><![CDATA[By SUMAN NAISHADHAM, Associated Press]]></dc:creator><description><![CDATA[CEUTA, Spain (AP) — Dikra, a 20-year-old migrant from Morocco, had spent five days in Ceuta by Sunday after swimming to the Spanish territory with her younger sister and cousin.]]></description><pubDate>Sun, 02 Aug 2026 19:07:18 +0000</pubDate><content:encoded><![CDATA[<p>CEUTA, Spain (AP) — Dikra, a 20-year-old migrant from Morocco, had spent five days in Ceuta by Sunday after swimming to the Spanish territory with her younger sister and cousin.</p><p>Since then, all her meals have come from local residents, and she isn't sure when her next one will come. Yet Dikra is certain she does not want to go back.</p><p>“I want to stay. I want to go to Spain,” Dikra said, who asked that her last name be withheld for safety reasons.</p><p>By Sunday afternoon, Dikra was among the last remaining migrants in the city after tens of thousands of the 60,000 migrants that had breached the border with Morocco on Thursday and Friday walked back to that country. At least 72 people died in the crossing, and the humanitarian crisis the sudden rush of people caused reignited a debate around immigration in Europe and beyond.</p><p>In Tangier, Dikra said she worked as a cleaner, but decided to leave alongside her sister and cousin, in part to escape her alcoholic father. She hopes to make use of a hairdressing diploma in continental Spain — from which she remains separated by the Strait of Gibraltar and the European Union's complex asylum system.</p><p>Migrants wonder what will happen with holdouts</p><p>Abdel Karim, 35, also from Morocco, waited outside Ceuta's official migration reception center on Sunday, asking for updates about what officials were saying they would do with the holdouts still in the city.</p><p>Karim was unemployed in Morocco, and had lived in continental Spain years ago, before he was expelled from France where he was living on the streets.</p><p>“In Morocco, I'm seen as a deportee,” Karim said. “Those who are deported know what it means — stress, depression, anguish.”</p><p>Karim said he saw posts on social media about those making the crossing and took advantage of the chaos. He crossed with 10 euros in his pocket, he said, and pointed to his blistered feet. In Spain, Karim said he wants to do whatever work he can find, and remained unfazed about how he would get there.</p><p>Ceuta and its sister city Melilla are not part of the European Union's Schengen area, and those traveling to mainland Europe must go through border checks upon arrival.</p><p>At a beach in Ceuta, hundreds of migrants who had arrived days earlier gathered on Sunday evening. Some crowded around an army truck where Spanish soldiers distributed water.</p><p>Senegalese migrant Cesse Aliou, 25, rested with a group of sub-Saharan men and women outside the nearby shelter. In Morocco, Aliou said he earned 279 euros ($322) a month at a call center, but the work wasn't stable.</p><p>So he boarded a train in Casablanca to Tangier and then to Fnideq, where he said he swam to Ceuta.</p><p>Across the street, on another wooded patch near the shelter, a group of migrants began fighting over water that local residents had brought to the area.</p><p>“We are very tired. To eat, to sleep, it's very difficult here," said Aliou, pointing to the scuffle. “You see how the situation is.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7QXHKHV6XRV37JG535PCVDFCRE.jpg?auth=358829b354f942499226a4a66a48c810c474ce28114889f295b0ebcb53d01860&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A migrant who crossed into Spain from Morocco prays on a beach in the Spanish enclave of Ceuta, Sunday, Aug. 2, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YO7OO7YFWPH4IHW63DDKG3LIA4.jpg?auth=6a80f54b7d2205b60acc5a9d74304f2322f208d082e82745f82dd9962a63a205&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants who crossed into Spain from Morocco collect water distributed by Spanish soldiers in the Spanish enclave of Ceuta, Sunday, Aug. 2, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/66D2MISAJVWRECYUUWJZKIV5X4.jpg?auth=fd62bbae06719905546aa1a145248ea855372d3b5dc345c3911ea7ec69112503&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ceuta resident sits at a bus station as migrants who crossed into Spain are escorted by Spanish soldiers toward the Spanish-Moroccan border, for their return to Morocco from the Spanish enclave of Ceuta, Sunday, Aug. 2, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGBPV6XJDOQ4TWE5LG236A35HM.jpg?auth=c2575fa97880b5c9a1e624627c1a9684c562df13707d02eb6c0fd8d48e71298f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants who crossed into Spain from Morocco line up for water distributed by Spanish soldiers in the Spanish enclave of Ceuta, Sunday, Aug. 2, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UIAJWTIQNXJBX3WRVXVZJ2LUW4.jpg?auth=4f9bb513637e4513eec11fda607790c89881cfc885e6f74803c388de3a91b09e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants who crossed into Spain from Morocco line up for water distributed by Spanish soldiers in the Spanish enclave of Ceuta, Sunday, Aug. 2, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content></item><item><title><![CDATA[Nueva era en los Dolphins abre paso a las jóvenes promesas]]></title><link>https://www.local10.com/espanol/2026/08/02/nueva-era-en-los-dolphins-abre-paso-a-las-jovenes-promesas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/02/nueva-era-en-los-dolphins-abre-paso-a-las-jovenes-promesas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Bajo el mando del entrenador Jeff Hafley, el equipo apuesta por su cantera. El lunes llega el primer entrenamiento con protecciones, la verdadera prueba de fuego.  ]]></description><pubDate>Sun, 02 Aug 2026 18:31:49 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Dolphins arrancan una nueva era bajo la dirección del entrenador en jefe Jeff Hafley, y con una plantilla llena de jugadores jóvenes que buscan hacerse un nombre, el campo de entrenamiento se ha convertido en una oportunidad clave para construir los cimientos del futuro del equipo.</p><p>Tras el entrenamiento del domingo en el Baptist Health Training Complex, el linebacker Jacob Rodríguez, el cornerback Chris Johnson, el guardia Jonah Savaiinaea y el corredor Ollie Gordon II hablaron sobre su evolución, su preparación y la emoción que rodea la primera práctica con protecciones del campamento.</p><p>Rodríguez, seleccionado en la segunda ronda procedente de Texas Tech, ya ha destacado por su estilo de juego “violento” y su habilidad para dar con el balón, cualidades que Hafley elogió al inicio del campo de entrenamiento.</p><p>Durante la práctica del domingo, Rodríguez estuvo muy activo cerca del balón y frenó varias jugadas de carrera. Aunque el equipo entrenó sin protecciones, el corredor Ollie Gordon II describió al linebacker novato como un “imán” hacia el balón.</p><p>Rodríguez, conocido en la universidad por sacar el balón a golpes de las manos de sus rivales, dijo que provocar pérdidas de balón es cuestión de ser agresivo y saber cuándo lanzar el golpe correcto.</p><p>“El miedo está ahí, pero hay que hacerlo. Tienes que arriesgarte a golpear”, dijo Rodríguez. “Y creo que se trata de ver lo que golpeas, es como un boxeador: si ves el balón, lo golpeas. Si tiras un golpe a ciegas, ahí es cuando se vuelve arriesgado, porque podrías pegarle a la máscara del casco y romperte un nudillo o algo así. Pero si estás viendo lo que golpeas, no.”</p><p>Rodríguez contó que sus compañeros le han preguntado por su facilidad para forzar balones sueltos, pero que su meta es ayudar a toda la defensa a arrebatar más balones.</p><p>“O sea, algunos vienen medio en broma, y luego terminamos hablando en serio del tema, pero yo estoy enfocado en que todos vayamos a quitar el balón”, dijo Rodríguez. “Si podemos robar tres más por partido, ese tipo de estadística nos ayudaría a ganar, sería increíble. Así que cualquier cosa que pueda hacer para ayudar a todos a arrebatar el balón. No es que sea perfecto en eso ni que lo tenga resuelto, pero he tenido la suerte de lograr unos cuantos.”</p><p>Rodríguez dijo que pudo conocer al excornerback de los Chicago Bears Charles “Peanut” Tillman, quien popularizó el “Peanut Punch”, y aprender más sobre la técnica que se usa para sacar el balón de las manos del rival.</p><p>El camino de Rodríguez a la NFL también ha moldeado su mentalidad. Les contó a los periodistas que lo primero que compró con su primer cheque de la NFL fue una cama.</p><p>Como jugador que llegó a Texas Tech sin beca, Rodríguez dijo que al principio dormía en el suelo del cuarto de su hermano, lo que convirtió esa sencilla compra en un recordatorio de lo lejos que ha llegado.</p><p>Rodríguez tendrá su primer contacto con el fútbol americano con protecciones el lunes, algo que, según él, ayudará al equipo a seguir creciendo.</p><p>“Estoy muy emocionado por eso”, dijo Rodríguez. “Creo que lo que hemos hecho hasta ahora ha sido genial. Nos ayuda mucho con la técnica, con dónde poner las manos y con todos los detalles del juego. Pero, como dije, el fútbol americano se juega de forma física, y cuando te pones las protecciones, las hombreras y todo lo demás, empiezas a jugar el fútbol de verdad.”</p><p>Gordon, que entra en su segunda temporada en la NFL, dijo que también tiene ganas de volver a ponerse las protecciones y regresar al lado físico del juego.</p><p>“Todos nos ponemos las protecciones, va a haber algo de contacto y, bueno, es uno de esos días”, dijo Gordon.</p><p>El corredor de segundo año señaló que la mayor diferencia al encarar esta temporada es poder concentrarse en el juego sin la presión del proceso del draft ni la de aprenderlo todo por primera vez.</p><p>“El año pasado sentía que tenía que aprender esto, entrenar aquello, hacer lo otro”, dijo. “Pero este año es más como: bueno, puedo tomármelo con calma. Conozco mis hábitos de estudio y también aprendí a cuidar mi cuerpo, así que siento que esas cosas lo hacen más fácil.”</p><p>El cornerback Chris Johnson, primera selección de los Dolphins en el Draft de la NFL de 2026, también dejó su huella el domingo cuando interceptó al quarterback Quinn Ewers durante las prácticas de equipo.</p><p>Johnson, que ha trabajado tanto de cornerback exterior como en el slot, dijo que esa versatilidad lo ha ayudado a entender cómo encajan todas las piezas de la defensa.</p><p>“Sí, definitivamente ayuda, poder quitarle ciertas cosas al rival en el campo”, dijo Johnson. “Si logras romperles el ritmo allá afuera, sé que hay mucho más tráfico para que el receptor del slot llegue a donde quiere.”</p><p>Johnson dijo que su intercepción, lanzada por el quarterback Quinn Ewers, fue cuestión de confiar en su asignación y hacer la jugada cuando se le presentó la oportunidad.</p><p>“Sí, básicamente jugar mi cobertura, nada más”, dijo Johnson. “Empezamos en formación cerrada, con movimiento hacia un stack, así que recibo las indicaciones del safety. Obviamente, estamos todos en la misma página, sabemos lo que hacemos, así que cubro el terreno que me toca cubrir y hago la jugada.”</p><p>El guardia ofensivo Jonah Savaiinaea, que pasó a guardia derecho esta temporada baja y cambió al número 71, dijo que el cambio de posición lo ha hecho sentirse más cómodo al encarar su segunda temporada en la NFL.</p><p>“O sea, lo más importante es que, al entrar en mi segundo año, siento que eso influye mucho. He estado seguro allá afuera”, dijo. “He estado viéndome en video y pensaba: caramba, esto no lo tenía por estas fechas el año pasado.”</p><p>Hafley calificó a Savaiinaea como una “grata sorpresa” antes de la práctica del domingo.</p><p>Con 13 novatos procedentes de la clase del draft de 2026 —la más numerosa desde que la NFL adoptó el formato de siete rondas en 1994—, varios jugadores jóvenes tendrán oportunidades de ganarse un puesto a lo largo del campo de entrenamiento.</p><p>Los Dolphins realizarán su primera práctica con protecciones del campamento el lunes a las 9:30 a.m. en el Baptist Health Training Complex.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B62KGADQ3JB4PIS2KQJ5LFQ5UU.jpg?auth=87b12e80fbb840d222e1bf79b00cd90077e6d8df0d3ee9b950abc08155c3200c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sale bajo fianza acusado de agredir a cantinera en Bayside]]></title><link>https://www.local10.com/espanol/2026/08/02/sale-bajo-fianza-acusado-de-agredir-a-cantinera-en-bayside/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/02/sale-bajo-fianza-acusado-de-agredir-a-cantinera-en-bayside/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Las autoridades divulgaron un video de vigilancia que, según ellas, muestra al hombre de 47 años empujando a la trabajadora del Hard Rock Café. La víctima celebró su arresto y él anunció que volverá a Texas.]]></description><pubDate>Sun, 02 Aug 2026 14:34:24 +0000</pubDate><content:encoded><![CDATA[<p>El hombre de Texas acusado de agredir a una empleada del Hard Rock Cafe en Bayside Marketplace, en Miami, salió de la cárcel y ahora ofrece su versión de los hechos.</p><p>Daniel Ramírez, de 47 años y residente de Lubbock, Texas, <a href="https://www.local10.com/news/local/2026/08/01/texas-man-charged-in-bayside-attack-posts-bond-after-arrest-at-portmiami/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/01/texas-man-charged-in-bayside-attack-posts-bond-after-arrest-at-portmiami/">pagó una fianza el sábado</a> y quedó en libertad la madrugada del domingo.</p><p>Al salir de la cárcel, Ramírez no tardó en defender su conducta.</p><p>“Nos tropezamos, yo nunca la golpeé”, dijo Ramírez.</p><p>“Pero hay un video”, le señaló Linnie Supall, de Local 10.</p><p>“¿Qué video, uno de que ella me estaba siguiendo?”, preguntó Ramírez.</p><p>“Un video que lo muestra empujándola al suelo”, respondió Supall.</p><p>“No, yo nunca hice eso. Nos tropezamos. Fue un accidente”, afirmó.</p><p>Ramírez fue detenido el viernes en la terminal de Royal Caribbean en PortMiami por agentes del Departamento de Policía de Miami.</p><p>Su arresto se produjo varios días después de que las autoridades divulgaran un video de vigilancia del restaurante que, según ellas, mostraba a Ramírez empujando violentamente a una mujer hasta tirarla al suelo el 26 de julio.</p><p>La víctima, que trabajaba como cantinera en el Hard Rock Café, habló con Local 10 News sobre lo ocurrido.</p><p>Contó que vio a Ramírez meterse en un área detrás de la barra, reservada solo para empleados, y comerse los adornos de las bebidas. Cuando le dijo que no podía hacer eso, él le respondió: “P---, ¿qué quieres que haga? ¿Que lo escupa?”, y ambos salieron del área de la barra.</p><p>“De inmediato, el corazón se me empezó a acelerar”, dijo la mujer, que pidió no revelar su identidad.</p><p>Según un informe de arresto del Departamento de Policía de Miami (MPD), el gerente de la cantinera la mandó a llamar de nuevo después de que Ramírez presentara una queja.</p><p>“Según la víctima, (Ramírez) le dijo al gerente que ninguna mujer tenía derecho a decirle qué hacer y que la víctima debía ser reprendida”, indica el informe de arresto.</p><p>La policía señaló que el gerente le pidió a la cantinera que fingiera estar siendo reprendida.</p><p>De acuerdo con la víctima, Ramírez huyó tras el primer enfrentamiento, en el que la empujó al suelo.</p><p>Contó que empezó a tomarle fotos mientras él se alejaba, pero asegura que la encaró de nuevo, la tiró al suelo por segunda vez y la dejó inconsciente.</p><p>“Fue algo muy, muy repugnante, y me pregunto cómo se sentiría él si le hicieran esto a alguien de su familia”, expresó.</p><p>La policía llevaba buscando a Ramírez desde el ataque y logró ubicarlo el viernes en la terminal de cruceros de Royal Caribbean en PortMiami.</p><p>La víctima agradeció a los detectives por identificar y localizar al sospechoso con rapidez.</p><p>“Estoy muy agradecida de que lo hayan capturado y arrestado, y de que esté ahí sentado pensando en lo que hizo”, dijo la empleada.</p><p>Tras pagar su fianza, Ramírez dijo que se va a casa, a Texas.</p>]]></content:encoded></item><item><title><![CDATA[Lula lanza su candidatura a la reelección en Brasil ante temores de injerencia extranjera]]></title><link>https://www.local10.com/espanol/2026/08/02/lula-lanza-su-candidatura-a-la-reeleccion-en-brasil-ante-temores-de-injerencia-extranjera/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/02/lula-lanza-su-candidatura-a-la-reeleccion-en-brasil-ante-temores-de-injerencia-extranjera/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — En lo que probablemente sea su último intento de reelección, el presidente de Brasil Luiz Inácio Lula da Silva fue confirmado el domingo como candidato del Partido de los Trabajadores, mientras el líder de 80 años enfrenta una presión creciente de dirigentes extranjeros de cara a las elecciones de octubre. Será su séptima contienda por el cargo más alto.]]></description><pubDate>Sun, 02 Aug 2026 20:18:02 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — En lo que probablemente sea su último intento de reelección, el presidente de Brasil Luiz Inácio Lula da Silva fue confirmado el domingo como candidato del Partido de los Trabajadores, mientras el líder de 80 años enfrenta una presión creciente de dirigentes extranjeros de cara a las elecciones de octubre. Será su séptima contienda por el cargo más alto.</p><p>El rival de Lula, el senador Flávio Bolsonaro, ha contado con el apoyo abierto de integrantes del gobierno del presidente de Estados Unidos, Donald Trump, del presidente de Argentina, Javier Milei, y del primer ministro de Israel, Benjamin Netanyahu.</p><p>El presidente de Brasil afirmó en la convención de su partido que quiere impulsar la industria de defensa de su país, proteger sus minerales raros y sostuvo que “ningún chino, ningún estadounidense, ningún francés tocará” esos recursos sin respetar la soberanía de la nación sudamericana.</p><p>“Vamos a tener que ser mucho más audaces para cambiar muchas cosas en este país”, expresó Lula.</p><p>Otros miembros de su partido destacaron el riesgo de una intervención extranjera en las elecciones de Brasil, señalando a Trump y a Milei.</p><p>Sin embargo, Edinho Silva, presidente del Partido de los Trabajadores, afirmó durante la convención del domingo que “esta elección en Brasil determina el futuro de América Latina”. Argentina, Paraguay, Chile, Perú, Ecuador y Colombia han elegido recientemente a presidentes inspirados en Trump.</p><p>El padre de Flávio Bolsonaro, el expresidente Jair Bolsonaro, fue aliado de Trump, pero ahora cumple una condena de 27 años bajo arresto domiciliario por un intento de golpe de Estado.</p><p>Lula ha logrado atraer a partidos de centro alejándolos de su adversario de derecha y llega a la convención de su partido con una popularidad en las encuestas más alta que hace seis meses.</p><p>Su campaña está impulsando específicamente un cambio al sistema de impuesto sobre la renta de Brasil que cobra menos a las personas de bajos ingresos y un programa de condonación de deudas que rápidamente se ha vuelto muy popular.</p><p>Políticos del Partido de los Trabajadores han manifestado preocupación por amenazas patrocinadas desde el extranjero, como campañas coordinadas de bots automatizados y manipulación en redes sociales diseñadas para influir en los votantes y socavar la confianza en el sistema de votación electrónica de Brasil.</p><p>Lula dijo el miércoles en la convención del partido que no quiere a Trump como enemigo.</p><p>El vicepresidente Geraldo Alckmin, quien volverá a postularse junto a Lula, dijo el domingo que el sistema de votación electrónica de Brasil “es tan bueno que no le quita votos a argentinos y estadounidenses”, en referencia a Milei y Trump.</p><p>Lula cuenta con cierto nivel de interferencia</p><p>El gobierno de Trump también ha impuesto nuevos aranceles a las exportaciones brasileñas y cambió la designación de dos grupos criminales locales a grupos terroristas, medidas que —según analistas legales— podrían perjudicar a empresas y abrir un camino para otros tipos de intervención. Ambas decisiones ocurrieron después de que el senador Bolsonaro visitara la Casa Blanca y el Departamento de Estado.</p><p>Milei, de Argentina, viajó a Sao Paulo el 25 de julio para hablar en la convención del Partido Liberal de Bolsonaro y desató una crisis diplomática cuando insultó a Lula y al juez del Supremo Tribunal que supervisó el juicio y la condena del Bolsonaro mayor por el intento de golpe.</p><p>Netanyahu grabó un video en apoyo del adversario del presidente.</p><p>Lula ha dicho que está defendiendo la soberanía nacional de Brasil. Recientemente mantuvo una larga llamada con el presidente de China, Xi Jinping, líder de uno de los socios comerciales más importantes de Brasil.</p><p>Sus partidarios dicen que podría llevar al bloque comercial sudamericano Mercosur a cerrar acuerdos con socios de todo el mundo. Aunque Brasil es, por mucho, la mayor economía del grupo, Argentina, Paraguay y Uruguay también son miembros.</p><p>Al igual que su padre, el senador Bolsonaro ha intentado sembrar dudas infundadas sobre el sistema de votación de Brasil. Esas declaraciones han generado preocupación en el Ministerio de Relaciones Exteriores, que en julio negó visas a dos funcionarios del Departamento de Estado de Estados Unidos, según se informó, por temores de que buscaran hacer lo mismo.</p><p>El Departamento de Estado negó esa afirmación en un comunicado.</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/A5L6ZKXWBMNOCYXDFVSJ4PNJTU.jpg?auth=72105d33c096ad78f55a69d31613aeb966104bb0622211a0170f18e0a60d7b1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente brasileño Luiz Inácio Lula da Silva habla ante sus simpatizantes durante la convención del Partido de los Trabajadores, donde fue confirmado como candidato presidencial del partido para las próximas elecciones en São Paulo, Brasil, el domingo 2 de agosto de 2026. (Foto AP/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[British prime minister says Infantino is not the right man to lead FIFA]]></title><link>https://www.local10.com/sports/2026/08/02/british-prime-minister-says-infantino-is-not-the-right-man-to-lead-fifa/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/british-prime-minister-says-infantino-is-not-the-right-man-to-lead-fifa/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[British Prime Minister Andy Burnham said Sunday that FIFA President Gianni Infantino was not the right man to lead world soccer’s governing body in the latest fallout from the now abandoned plan to sell stakes in the World Cup to private investors.]]></description><pubDate>Sun, 02 Aug 2026 18:08:03 +0000</pubDate><content:encoded><![CDATA[<p>British Prime Minister Andy Burnham said Sunday that FIFA President Gianni Infantino was not the right man to lead world soccer’s governing body in the latest fallout from the now abandoned plan to sell stakes in the World Cup to private investors.</p><p>“I do not believe that he is the right man to lead football forward on the world stage," Burnham said. “The plan that was put forward was offensive to many people, football people, around the world, and it can’t be the case that we just move on and forget that, it wasn’t acceptable."</p><p>On Saturday, European soccer's governing body UEFA said it had lost confidence in FIFA’s leadership — possibly paving the way for a challenge to Infantino’s presidency. The governing body for North and Central American and Caribbean soccer (CONCACAF) said FIFA leadership had “stopped putting football first.”</p><p>Infantino was forced into a backdown over his controversial plans to sell World Cup profits through a commercial subsidiary that would run its top competitions.</p><p>Infantino’s plans fell apart after UEFA’s 55-member nations agreed Thursday to boycott the World Cup and all other FIFA competitions. CONCACAF and the Asian Football Confederation also said they opposed the plan.</p><p>Despite Infantino's climbdown, UEFA said it would work with other confederations to "devise a plan to make sure that it cannot occur again.”</p><p>“No option should be off the table,” it said.</p><p>While Infantino has received pockets of public support from associations including 2022 World Cup host Qatar, Burnham's words were further evidence of the anger generated by his plans.</p><p>The next FIFA presidential election is in March in Rabat, Morocco. The deadline for candidates to enter the presidential contest is Nov. 18, exactly four months ahead of the vote.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDFXPCIDSKNPWHQFMX72O2FWMQ.jpg?auth=76887a32790b13793f9cd14dec211261c35f50399a3839374dc3d21448c99968&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino speaks during a news conference at the stadium in Mexico City, Wednesday, June 10, 2026, a day before the opening FIFA World Cup match between Mexico and South Africa. (AP Photo/Eduardo Verdugo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6HNW3SDQ5RXNAFNHKXNPQZRQQ.jpg?auth=1c4276c290b7845e09d2b4b9675863c9f5a08253c71615b195f69b1a4d1eb802&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham speaks to the media during a visit to HM Coastguard Maritime Rescue Coordination Centre, in Dover, Britain, Aug. 2, 2026. (Jack Taylor/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Taylor</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLQFVRKUWMLUW7P3VZNNL6TDFM.jpg?auth=7d6a6766a298b7a87214bb2074eef3f7a96a1d45d0e2d460c95672b1664d2b69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente estadounidense Donald Trump (izquierda) y el presidente de la FIFA Gianni Infantino bajo una lluvia de confeti tras la final de la Copa del Mundo entre España y Argentina, el domingo 19 de julio de 2026, en East Rutherford, Nueva Jersey. (AP Foto/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Suspect in shooting at Idaho fast-food restaurant died from self-inflicted gunshot wound, police say]]></title><link>https://www.local10.com/news/2026/08/02/suspect-in-shooting-at-idaho-fast-food-restaurant-died-from-self-inflicted-gunshot-wound-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/02/suspect-in-shooting-at-idaho-fast-food-restaurant-died-from-self-inflicted-gunshot-wound-police-say/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TWIN FALLS, Idaho (AP) — The suspect in a fatal shooting at a fast-food restaurant in Idaho died of a self-inflicted gunshot wound, police said Sunday, crediting an off-duty officer and a citizen with firing shots that diverted him.]]></description><pubDate>Mon, 03 Aug 2026 00:09:16 +0000</pubDate><content:encoded><![CDATA[<p>TWIN FALLS, Idaho (AP) — The suspect in a fatal shooting at a fast-food restaurant in Idaho died of a self-inflicted gunshot wound, police said Sunday, crediting an off-duty officer and a citizen with firing shots that diverted him.</p><p>Investigators are confident that the gunman, identified as 24-year-old Chad Williams, acted alone during the shooting Saturday at an In-N-Out location in Twin Falls, Police Chief Matthew Hicks said at a news conference.</p><p>In all, four people died, including Williams, and seven others were injured at the recently opened restaurant in the southern Idaho city of about 56,000 people. Authorities said Sunday that two of the injured were treated at a hospital and released, three were listed as stable, and two were in critical condition.</p><p>Hicks said an off-duty state trooper and an armed citizen — whose identities weren't immediately disclosed — both fired back and diverted the gunman from the restaurant.</p><p>“We believe their actions helped drive the suspect away from the scene, preventing further casualties,” the chief said. “We want to take a moment and commend the actions of the off-duty officer and the citizen, and their heroic action to stop this incident.”</p><p>Hicks said detectives are working to determine Williams' motives, and said the suspect's family was cooperating fully with law enforcement. Officials asked potential witnesses or anyone with information to contact police.</p><p>The chief also warned of misinformation spreading online identifying a different man as the shooter, saying that person had “no involvement in this incident whatsoever.”</p><p>In-N-Out worker among the victims</p><p>One of those killed was an employee, the fast-food chain’s owner said.</p><p>“My heart is broken, my chest is heavy, my eyes burn from the tears I've shed. We lost one of our beautiful Associates tonight,” In-N-Out owner Lynsi Snyder said in a statement released early Sunday on social media. “In-N-Out will be mourning with the families and praying for them as they tread through a very painful season.”</p><p>The FBI on Sunday encouraged the public to submit images and videos related to the shooting Saturday in Twin Falls that left seven other people wounded, some critically.</p><p>The In-N-Out had opened just about a week earlier, on July 24, as part of the California-based company’s recent expansion to Idaho.</p><p>Snyder did not identify the worker. Officials were still trying to notify relatives of victims and so were not yet releasing the names, ages or other details about the people hurt in the shooting, Twin Falls spokesperson Josh Palmer said Saturday.</p><p>Police who responded to the shooting found the body of the suspected gunman in an area near the restaurant, Palmer said.</p><p>Palmer said investigators were interviewing witnesses to the shooting. The restaurant is in a busy shopping plaza, and hundreds of people were in the area when it happened around 2 p.m.</p><p>Witnesses describe chaotic scene</p><p>Lane Koehn, 34, said he was at a stoplight near the In-N-Out when he saw a person with an AR-style rifle emerge from the drive-thru. A man with a pistol started firing at the shooter.</p><p>He then saw someone in an In-N-Out uniform drag a person, also wearing a uniform, bleeding from a gunshot wound to her chest across the parking lot. The employee, Koehn and the man with the pistol stayed until paramedics arrived for her.</p><p>“She was pretty bad off, but I don’t know. I hope she made it,” Koehn said.</p><p>He said the shooter fired at least three or four rounds and it was not clear whether or not anyone in particular was targeted.</p><p>Video taken by a driver from across the street captured a shooter, who appeared to be dressed in black, walking up to a white car carrying a long rifle, opening the driver-side door and popping the trunk. The person then walked to the trunk and reached inside. At that point the driver who shot the video left quickly, fearing that the man might be getting more weapons.</p><p>Twin Falls resident Haley Dodaro, 43, and her mother went to In-N-Out for lunch Saturday afternoon. While waiting in the drive-thru line, they saw people running across the road and workers bolting out of the restaurant. At first, Dodaro thought there might have been a fire, but then a man directing traffic in a reflective vest said there was a shooter.</p><p>“So that’s when we knew there was a shooting. People were running out crying and screaming. It was very scary,” Dodaro said in a text message to The Associated Press.</p><p>Employee told people to get down</p><p>Nayeli Rodriguez, 40, of Burley, was inside waiting for food with her daughters when she heard shots from the kitchen. An employee said it was a shooting and told people to get down. Rodriguez said an older man tried to protect her and her daughters, and they were among the last to run outside.</p><p>“We were trying to get as far as we could and some angels let us in their car,” Rodriguez said, also via text message. “I left my car there in the parking lot.”</p><p>Twin Falls is about 130 miles (205 kilometers) southeast of Boise and about 75 miles (120 kilometers) north of the Nevada border.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DPOJFGPEIM2OVUMP42DXJYQV7E.jpg?auth=d3ea0187bc3aaef090d17fc07f345105f7fd34e46998beb39c1e0db8e7c7ad0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This still image captured from video by a witness shows the scene of a shooting that started at an In-N-Out Burger restaurant, Saturday, Aug. 1, 2026 in Twin Falls, Idaho. (Kevin Bell Jr. via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Bell Jr.</media:credit></media:content></item><item><title><![CDATA[Dolphins’ offense shines during 1st fan practice of training camp]]></title><link>https://www.local10.com/sports/local/2026/08/02/dolphins-offense-has-best-day-of-camp-during-1st-practice-in-front-of-fans/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/02/dolphins-offense-has-best-day-of-camp-during-1st-practice-in-front-of-fans/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins’ offense turned in its best performance of training camp Sunday as the team held its first practice in front of fans during “Back Together Weekend” at the Baptist Health Training Complex in Miami Gardens.]]></description><pubDate>Sun, 02 Aug 2026 17:11:14 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins’ offense turned in its best performance of training camp Sunday as the team held its first practice in front of fans during “Back Together Weekend” at the Baptist Health Training Complex in Miami Gardens.</p><p>Hundreds of fans packed the stands for the non-padded workout, the first open practice of the Jon-Eric Sullivan and Jeff Hafley era.</p><p>Practice began with special teams drills, where wide receivers Kevin Coleman Jr., Malik Washington and Tahj Washington rotated at kick returner as the Dolphins opened the day.</p><p>The offense quickly found its rhythm.</p><p>On the first play of practice, running back De’Von Achane broke through the left side of the Dolphins offensive line behind offensive tackle Patrick Paul and offensive guard Kadyn Proctor for what would have been a 10-yard run with the first-team offense.</p><p>Quarterback Malik Willis responded with a few solid gains after defensive tackle Jordan Phillips forced him out of the pocket for an incompletion on his first throw of the day. </p><p>It didn’t take Willis long to settle in as he found tight end Cole Turner on a 10-yard out route. Turner made a contested catch over linebacker Jordyn Brooks in tight coverage. Willis then connected with receiver Malik Washington for a 20-yard gain on a slant route.</p><p>Willis also connected with South Florida native Tutu Atwell on a 60-yard deep slant pattern, but safety Dante Trader Jr. tracked him down and stopped him at the opposing 10-yard line.</p><p>The biggest play of the day came when Quinn Ewers stepped in with the second-team offense and connected with receiver Kevin Coleman Jr. for a 70-yard touchdown after cornerback Marco Wilson slipped midway through the route.</p><p>Wide receiver AJ Henning, who is entering his second NFL season, was one of the standouts of Sunday’s practice. He hauled in two touchdown receptions — one from Malik Willis and one Ewers — including catches of more than 50 yards, continuing his impressive start to training camp.</p><p>The Dolphins’ young receivers consistently stretched the field throughout practice, and several cornerbacks struggled at times after surrendering long touchdown completions to Henning and Coleman.</p><p>The defense still made several plays despite the offense’s strong showing. Defensive tackles Kenneth Grant and Zach Sieler repeatedly clogged running lanes, combining for several short yardage stops on Achane and running back Ollie Gordon II. </p><p>Cornerback Chris Johnson, who was selected with the 27th pick of the 2026 NFL Draft, made the play of the day for the defense, leaping to intercept an Ewers pass near the sideline that was intended for Henning who ran a comeback route.</p><p>Rookie linebacker Jacob Rodriguez was active throughout practice, flying to the football and making several would-be stops on ball carriers. EDGE Josh Uche also recorded what would have been a sack after beating right tackle Austin Jackson, who had another difficult day in pass protection.</p><p>Sunday marked the Dolphins’ first opportunity to practice in front of fans this summer. The team also added two LED video boards to help keep fans updated throughout practice, while large cooling fans provided relief from the South Florida heat.</p><p>It also reflected a shift for a Dolphins organization looking to win its first playoff game since the 2000 season. </p><p>There were no players greeting fans before practice, no orange jersey awarded to the previous day’s top performer and no music blaring over the speakers. Under Hafley and the new regime, Sunday’s practice had a businesslike atmosphere from start to finish.</p><p>There are a lot of young players on this roster who will now get a chance to shine during training camp. The Dolphins drafted 13 players in 2026 — their largest draft class since the NFL adopted a seven-round format in 1994.</p><p>The Dolphins will hold their first padded practice of training camp Monday at 9:30 a.m. at the Baptist Health Training Complex.</p><p><b>Injury news</b></p><p>Cornerback Darrell Baker Jr. did not practice Sunday as he continues to recover from what head coach Jeff Hafley called a lower-body injury. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFJHY2SBP5EJRD2UTADQNPELBY.jpg?auth=be58f8d9c7ac260e78372e821717f1e44dcd6430e950ca714d4d95b57a22113c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Dolphins head coach Jeff Hafley, center, watches players during an NFL football practice, Tuesday, June 9, 2026, in Miami Gardens, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Brazil's Lula launches reelection bid as concerns rise over foreign interference]]></title><link>https://www.local10.com/news/world/2026/08/02/brazils-lula-launches-reelection-bid-as-concerns-rise-over-foreign-interference/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/02/brazils-lula-launches-reelection-bid-as-concerns-rise-over-foreign-interference/</guid><dc:creator><![CDATA[By MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — What is very likely to be the last reelection bid of Brazil’s President Luiz Inácio Lula da Silva was confirmed on Sunday by his Workers' Party as the 80-year-old leader faces increasing pressure from foreign leaders ahead of October's elections. It will be his seventh race for the top job.]]></description><pubDate>Sun, 02 Aug 2026 22:36:56 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — What is very likely to be the last reelection bid of Brazil’s President Luiz Inácio Lula da Silva was confirmed on Sunday by his Workers' Party as the 80-year-old leader faces increasing pressure from foreign leaders ahead of October's elections. It will be his seventh race for the top job.</p><p>Lula's rival, Sen. Flávio Bolsonaro, has enjoyed open support from members of U.S. President Donald Trump's administration, Argentina's President Javier Milei and Israeli Prime Minister Benjamin Netanyahu.</p><p>Brazil's president said in his party convention speech he wants to boost his country's defense industry, protect its rare minerals, and claimed “no Chinese, no American, no French will touch” these resources without respecting the South American nation's sovereignty.</p><p>“We will have to be much more daring to change a lot of things in this country,” Lula said.</p><p>Other members of his party highlighted the risk of foreign intervention in Brazil's elections, pointing to Trump and Milei. However,</p><p>“This election in Brazil determines the future of Latin America,” Edinho Silva, the Workers' Party chairman, said during Sunday's convention. Argentina, Paraguay, Chile, Peru, Ecuador and Colombia have elected Trump-inspired presidents in the recent past.</p><p>Flávio Bolsonaro's father, former President Jair Bolsonaro, was an ally of Trump but is now serving a 27-year sentence under house arrest for an attempted coup.</p><p>Lula has managed to draw centrist parties away from his right-wing adversary and arrives at his party’s convention with higher popularity in the polls than six months ago.</p><p>His campaign is specifically boosting a change to Brazil's income tax system that charges less to people on low incomes and a debt forgiveness program that has quickly become very popular.</p><p>Workers' Party politicians have expressed worries about foreign-sponsored threats of coordinated automated bot campaigns and social media manipulation designed to influence voters and undermine trust in Brazil's electronic voting system.</p><p>On Wednesday at the party convention, Lula said he doesn't want Trump as an enemy.</p><p>Brazilian Vice President Geraldo Alckmin, who will run again alongside Lula, said Sunday that Brazil’s electronic voting system “is so good that it doesn’t take votes from Argentines and Americans,” in a reference to Milei and Trump.</p><p>Lula is counting on some level of interference</p><p>The Trump administration has also imposed new tariffs on Brazilian exports and changed the designation of two local criminal groups to terrorist groups, which legal analysts say could hurt companies and open a path for other kinds of intervention. Both moves took place after Sen. Bolsonaro visited the White House and the Department of State.</p><p>Argentina’s Milei came to Sao Paulo on July 25 to speak at Bolsonaro’s Liberal Party convention and sparked a diplomatic crisis when he insulted Lula and the Supreme Court justice who oversaw the elder Bolsonaro's trial and conviction over the attempted coup.</p><p>Netanyahu recorded a video in support of the president’s adversary.</p><p>Lula has said he is defending Brazil's national sovereignty. He recently held a long call with China’s President Xi Jinping, the leader of one of Brazil's most important trading partners.</p><p>His supporters say he could lead South American trade bloc Mercosur into striking deals with partners worldwide. Though Brazil is by far the biggest economy in the group, Argentina, Paraguay and Uruguay are also members.</p><p>Like his father, Sen. Bolsonaro has recently tried to sow unfounded doubts about Brazil's voting system. Those statements have raised concerns at Brazil's foreign ministry, which in July denied visas to two U.S. Department of State officials reportedly due to fears they sought to do the same.</p><p>The U.S. Department of State denied that claim in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6EJSVMJ4JAYMQXCSLQMNNKT56A.jpg?auth=8d5a408c7f65f08689afdf293321a2b1a3806fa4c8b3a698b220ab2ab8daa9e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva speaks during a visit to the Andaraí Hospital, in Rio de Janeiro, Tuesday, July 28, 2026. (AP Photo/Bruna Prado)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XUSNDPQLTPBSNNSS4MTADUE7UQ.jpg?auth=0776aafde75d86d914f88e8778eb8546d0bbc42e9d136cc2a2549675f03ebd34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva, center left, and Vice President Geraldo Alckmin, center right, stand alongside Brazilian Socialist Party President Joao Campos during the Brazilian Socialist Party convention, where Alckmin was formally nominated as Lula's running mate for the October presidential election, in Brasilia, Brazil, Wednesday, July 29, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AV5EVVKSSV5FXQ3XXPXGKGFNEE.jpg?auth=9ebafd2f7f0783b2b8bc4e929e9344646b77d1a4f170cab74d8c435e11462a4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian Sen. Flavio Bolsonaro, right, handles an oversized pair of scissors, accompanied by Argentina's President Javier Milei during the Liberal Party convention where Bolsonaro was confirmed as the party's presidential candidate, in Sao Paulo, Saturday, July 25, 2026. (AP Photo/Ettore Chiereguini)]]></media:description><media:credit role="author" scheme="urn:ebu">Ettore Chiereguini</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: August 2, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-full-episode-august-2-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-full-episode-august-2-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Janine Stanwood welcomed Florida Gubernatorial Candidate James Fishback, newly designated Miami-Dade Schools Superintendent Rafael Villalobos, and Monroe County Commission District 2 candidates Michelle Lincoln and George Lopez. ]]></description><pubDate>Sun, 02 Aug 2026 16:15:17 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Janine Stanwood welcomed Florida Gubernatorial Candidate James Fishback, newly designated Miami-Dade Schools Superintendent Rafael Villalobos, and Monroe County Commission District 2 candidates Michelle Lincoln and George Lopez. </p><p>The full episode can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Michelle Lincoln]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-michelle-lincoln/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-michelle-lincoln/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Michelle Lincoln is running for the District 2 seat of the Monroe County Commission. ]]></description><pubDate>Sun, 02 Aug 2026 16:14:51 +0000</pubDate><content:encoded><![CDATA[<p>Michelle Lincoln is running for the District 2 seat of the Monroe County Commission. </p><p>She joined host Janine Stanwood on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: George Lopez]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-george-lopez/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-george-lopez/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[George Lopez is running for the District 2 seat of the Monroe County Commission. ]]></description><pubDate>Sun, 02 Aug 2026 16:05:44 +0000</pubDate><content:encoded><![CDATA[<p>George Lopez is running for the District 2 seat of the Monroe County Commission. </p><p>He joined host Janine Stanwood on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[Fires near Spokane, Washington, have burned 600 structures and forced 60,000 evacuations]]></title><link>https://www.local10.com/news/2026/08/02/fires-near-spokane-washington-have-burned-600-structures-and-forced-60000-evacuations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/02/fires-near-spokane-washington-have-burned-600-structures-and-forced-60000-evacuations/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[Wildfires in eastern Washington state forced the evacuation of 60,000 people in the Spokane area while destroying at least 600 homes, businesses and other structures, authorities said Sunday.]]></description><pubDate>Mon, 03 Aug 2026 06:35:02 +0000</pubDate><content:encoded><![CDATA[<p>Wildfires in eastern Washington state forced the evacuation of 60,000 people in the Spokane area while destroying at least 600 homes, businesses and other structures, authorities said Sunday.</p><p>The fires in and around Spokane, the state's second largest city, burned about 8.2 square miles (about 21 square kilometers) over the weekend and were among dozens of wildfires across the Western U.S. that stretched the ability of federal, state and local agencies to fight them.</p><p>A total of about 390 square miles (1,000 square kilometers) has burned across the state, and some of the fires, including those in the Spokane area, have not been contained.</p><p>No one hurt or unaccounted for — so far</p><p>Fire and law enforcement officials said there had been no reports of injuries or people unaccounted for — but they stressed it was early in the response effort.</p><p>Officials also said that the evacuees in Spokane included patients at its U.S. Veterans Affairs hospital.</p><p>Video from the Spokane area showed buildings on fire, black smoke billowing up near neighborhoods, and the smoking ruins of homes, with only chimneys still standing. Several officials expressed concern that the area does not appear likely to get a break in coming days from the weather, which is expected to remain dry.</p><p>“We are not out of danger,” U.S. Sen. Maria Cantwell said during a news conference with federal, state and local officials in Spokane. “The next couple of days will be challenging.”</p><p>Investigators had yet to determine how the blazes started.</p><p>Grassland in flames in parts of Idaho, Oregon and Utah</p><p>Spokane was hardly the only place struggling to contain fires.</p><p>Crews using bulldozers and helicopters continued for a 10th day to fight a fire that has burned nearly 525 square miles (about 1,360 square kilometers) of grassland in western Idaho and eastern Oregon. The area is home to cattle ranches, and authorities said the fire is threatening more than 600 homes and 800 other structures.</p><p>The weather in the area was expected to remain sunny — and dry — well into the week, with temperatures rising to more than 90 degrees Fahrenheit (32 degrees Celsius) on Wednesday. Officials say the fire was caused by lightning.</p><p>In central Utah, a massive blaze more than doubled in size over the weekend, jumping from 16 square miles (about 41 square kilometers) to about 56 square miles (145 square kilometers) by Sunday morning. More than 100 cattle have been killed, according to local law enforcement.</p><p>Officials called the fire “catastrophic" as heavy winds helped flames jump containment lines overnight. The fire is moving north toward Fillmore, a town of about 2,600 people and the seat of Millard County. Mandatory evacuations were ordered Sunday evening for the southern portion of Fillmore.</p><p>The National Weather Service issued warnings about the air quality across the northwest. It issued red flag fire warnings for parts of Utah and Montana and western Nebraska, and extreme heat warnings for the southern parts of Arizona, California and Nevada and northern Montana.</p><p>High winds make it hard to fight fires in Spokane area</p><p>While temperatures Sunday in Spokane were forecast to remain below 80 F (27 C), wind gusts from 35 mph (56 kph) to 45 mph (72 kph) had been expected by the afternoon, said Benjamin Cossel, public information officer for the federal response team from California called in Saturday night to deal with the fires.</p><p>“We have weather working against us, and we have terrain working against us,” Cossel said.</p><p>There were three fires in the Spokane area: the Old Trails Fire, the Fairview Fire and the Meadowview Fire. Washington Gov. Bob Ferguson declared a state of emergency Saturday, and the National Weather Service issued a “particularly dangerous situation” red flag alert for eastern Washington.</p><p>Cossel said that as it gets warmer during the day, cool air that's closer to the ground and keeping winds at bay will rise, allowing those winds to move through the area. The Spokane River cuts through the city of about 229,000 people, and there are steep canyons on both sides that channel the wind.</p><p>“They push the fire through the canyons, up, up the slopes, and then outside the slopes and around,” he said. “It's very, very hilly, very, very steep slopes, a lot of canyons that create really turbulent, really challenging sort of wind scenarios.”</p><p>Spokane sets up shelter for impacted residents</p><p>Authorities in Spokane set up a shelter at the city's main convention center. About 400 people were staying there, officials said Sunday.</p><p>Spokane County Commissioner Chris Jordan said relatives of his were in an area affected by the fires and that they don't know if their home is still standing. He said he spoke with them as they were leaving the home.</p><p>“They’re in their car and all they can see is smoke everywhere, and it was incredibly scary for so many people,” he said during the news conference.</p><p>Heather Rosenstrater, president and CEO of Avista Corp., the area's electric and natural gas utility, said about 10,000 people were without power Sunday, down from a peak of 30,000. Avista needs to repair two transmission lines, she said, so it's possible that demand for electricity over the next few days could cause outages.</p><p>Meanwhile, several larger fires continued to burn in less populated areas northwest of Spokane, including one about 80 miles (129 kilometers) from the city that has burned about 210 square miles (544 square kilometers). Another fire in eastern Oregon, about 70 miles (113 kilometers) to the northwest in the Stinkingwater Mountains, has burned about 336 square miles (870 square kilometers).</p><p>“The whole northwest is heavily impacted right now,” said Keila Vizcarra, the spokesperson for the federal team from California handling what's been named the Big Grass Fire in western Idaho and eastern Oregon.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DUHVNSX64HJB7ZEMIBZOE5VU4M.jpg?auth=44822c264528e77ffb770a8d8239e7961a2d83401f392e86f1d6a102df89e7ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kimberley Sather stands at the duplex she rents on W. Indian Trail Rd. after it burned in a wildfire in Spokane, Wash., Sunday, Aug. 2, 2026. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSG5MFYBHWP6NJZO6FRKJJNTM4.jpg?auth=7f05c1e5ecfaffd9a28fc0066bd6152e25668faac248b9c4a6416ce86d495617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle and structure are burned on N. Skyline Dr. due to a wildfire, Sunday, Aug. 2, 2026, in Spokane, Wash. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IM3NB2A2ONNUZVKKYBQMIQHEUE.jpg?auth=3b216c47edc14de2cadb403c6bcb2ad9288f9c15f76759530d8050d95db91eba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Structures along W. Tiffany Ave. are burned to the ground after a wildfire, Sunday, Aug. 2, 2026, in Spokane, Wash. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2A7DUD5PINGMOV2BMAUTQ2BKDI.jpg?auth=cd42ad5aceb1d1c2c0222d89c1e21dd6c1eb9f987a38b3838c0ca9494d48d465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Allen Sather stands in front of his 1968 Chevrolet C20 at the duplex he rented on W. Indian Trail Rd. that burned in the a wildfire in Spokane, Wash., Sunday, Aug. 2, 2026. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XAREZCETAGG4BRJMT2QNUETMTM.jpg?auth=999a827bcab7198ae565a6d21da3373772b9ca1925500ef23b16c7384b8d7969&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dan Munson walks in the backyard of his home on W. TIffany Ave. after it burned in a wildfire, Sunday, Aug. 2, 2026, in Spokane, Wash. (AP Photo/Young Kwak)]]></media:description><media:credit role="author" scheme="urn:ebu">Young Kwak</media:credit></media:content></item><item><title><![CDATA[A suicide bomber strikes an antimilitant rally in northwestern Pakistan, killing at least 14]]></title><link>https://www.local10.com/news/world/2026/08/02/a-suicide-bomber-strikes-an-antimilitant-rally-in-northwestern-pakistan-killing-at-least-14/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/02/a-suicide-bomber-strikes-an-antimilitant-rally-in-northwestern-pakistan-killing-at-least-14/</guid><dc:creator><![CDATA[By RIAZ KHAN, Associated Press]]></dc:creator><description><![CDATA[PESHAWAR, Pakistan (AP) — A suicide bomber targeted protesters at an antimilitant rally in northwestern Pakistan on Sunday, killing at least 14 people, mostly civilians and police officers, and wounding more than two dozen others, officials said.]]></description><pubDate>Sun, 02 Aug 2026 19:29:20 +0000</pubDate><content:encoded><![CDATA[<p>PESHAWAR, Pakistan (AP) — A suicide bomber targeted protesters at an antimilitant rally in northwestern Pakistan on Sunday, killing at least 14 people, mostly civilians and police officers, and wounding more than two dozen others, officials said.</p><p>The attack happened in Kabal, a town in Swat Valley in Khyber Pakhtunkhwa province, where demonstrators had gathered near a police station, chanting antimilitant slogans and demanding peace, district police chief Omar Khan said.</p><p>According to witnesses, shortly before the attack, speakers at the rally said that ensuring security and eliminating militancy were the state’s responsibility. They also accused authorities of failing to act decisively against militants, saying residents wanted to live without fear after years of violence that devastated the region.</p><p>Bilal Faizi, a spokesman for the Khyber Pakhtunkhwa provincial emergency service, said the attacker struck dozens of people who were chanting antimilitant slogans and demanding peace. Police official Omar Khan said at least nine civilians and five officers were among the dead.</p><p>President and prime minister offer condolences</p><p>Pakistan’s President Asif Ali Zardari and Prime Minister Shehbaz Sharif condemned the bombing, expressing deep sorrow over the loss of life. In separate statements they offered condolences to the families of those killed, prayed for the recovery of the wounded and directed authorities to ensure the wounded receive the best possible medical treatment. Zardari and Sharif also said Pakistan’s fight against terrorism would continue until it is eradicated.</p><p>Interior Minister Mohsin Naqvi also condemned the attack. In a statement, he extending condolences to the families of those killed and prayers for the speedy recovery of the wounded.</p><p>The Swat Valley was once a stronghold of Islamic militants who imposed a strict interpretation of Sharia, or Islamic law, before the Pakistani military launched a major operation in 2007 that drove them out and restored government control.</p><p>However, militants have resurfaced in Pakistan’s Swat Valley in recent months, fueling fears that the Pakistani Taliban are seeking to regain a foothold in the region. In response, residents have repeatedly staged anti-Taliban rallies to protest the militants’ presence across the valley.</p><p>Suspicion falls on Pakistani Taliban</p><p>No group immediately claimed responsibility for the bombing, but suspicion is likely to fall on the Pakistani Taliban, known as Tehrik-e-Taliban Pakistan, or TTP. The TTP is separate from, but allied with, Afghanistan’s Taliban rulers. Many of its leaders and fighters have found sanctuary in Afghanistan since the Taliban returned to power there in 2021.</p><p>Pakistan has long accused Afghanistan’s Taliban government of harboring TTP militants, an allegation Kabul denies.</p><p>Pakistan has experienced a surge in militant attacks in recent years, particularly targeting police and security forces.</p><p>On Friday, Pakistan's military spokesman Ahmad Sharif Chaudhry said that Pakistan has recorded 3,145 “terrorism incidents” since January. He said Pakistan had killed 2,084 militants since January, while 819 Pakistanis, including soldiers, police officers and civilians, had been killed.</p><p>Chaudhry also said Afghanistan-based militants had carried out 28 suicide attacks in Pakistan since January and alleged that most were carried out by Afghan nationals or people associated with Afghanistan’s security forces. He said the TTP and other militant groups were carrying out attacks inside Pakistan with the support of Afghanistan’s Taliban rulers and Pakistan would continue to target the TTP and its support infrastructure.</p><p>___</p><p>Associated Press writers Rasool Dawar in Peshawar and Ishtiaq Mahsud in Dera Ismail Khan contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWHK5S5X7RB7KHB454WUIUWGCU.jpg?auth=672fc7c77361b258a1ceb1157b1886b14dbb76f5f12501c8c38d411b180561d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers examine the site following a suicide bombing, in Kabal, a town in the Swat Valley in Pakistan's Khyber Pakhtunkhwa province, Sunday, Aug. 2, 2026. (AP Photo/Sherin Zada)]]></media:description><media:credit role="author" scheme="urn:ebu">Sherin Zada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2JADHWX6GXRKRHL7ZO33K44S6M.jpg?auth=6a7ce7c5bb5d6bd842a8135da4bda254fb7d1988b33ff21905d57b0135648b7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An ambulance rushes towards the hospital carrying injured victims from the site of a suicide bombing, in Kabal, a town in the Swat Valley in Pakistan's Khyber Pakhtunkhwa province, Sunday, Aug. 2, 2026. (AP Photo/Sherin Zada)]]></media:description><media:credit role="author" scheme="urn:ebu">Sherin Zada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LOOMZMVRDC2HO4KBVIW4NDT3N4.jpg?auth=75c0d51f50ce25814990251f3ff1ee51e05792bd365cad7d950225609b20fdc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand guard as others check the site following a suicide bombing, in Kabal, a town in the Swat Valley in Pakistan's Khyber Pakhtunkhwa province, Sunday, Aug. 2, 2026. (AP Photo/Sherin Zada)]]></media:description><media:credit role="author" scheme="urn:ebu">Sherin Zada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7FCVRXUZH4EF4MPHSE3EZ4CHIU.jpg?auth=bcecadf508d530ad2c08534e7c94f7cd2463bf3e24f3407008d576c19669be96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer examines the site following a suicide bombing, in Kabal, a town in the Swat Valley in Pakistan's Khyber Pakhtunkhwa province, Sunday, Aug. 2, 2026. (AP Photo/Sherin Zada)]]></media:description><media:credit role="author" scheme="urn:ebu">Sherin Zada</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4WUJEGXM3FLU3JYIC6WD4SVRM.jpg?auth=aa2651ab553fc8137bf87045b520b1de97f1b43c51886149cc87b953e05599a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers examine the site following a suicide bombing, in Kabal, a town in the Swat Valley in Pakistan's Khyber Pakhtunkhwa province, Sunday, Aug. 2, 2026. (AP Photo/Sherin Zada)]]></media:description><media:credit role="author" scheme="urn:ebu">Sherin Zada</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Rafael Villalobos]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-rafael-villalobos/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-rafael-villalobos/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Rafael Villalobos is designated to be the next superintendent of Miami-Dade County Public Schools. ]]></description><pubDate>Sun, 02 Aug 2026 15:45:28 +0000</pubDate><content:encoded><![CDATA[<p>Rafael Villalobos is designated to be the next superintendent of Miami-Dade County Public Schools. </p><p>He joined host Janine Stanwood on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[Sen. Bernie Moreno says former son-in-law Max Miller should not serve in the House]]></title><link>https://www.local10.com/news/2026/08/02/sen-bernie-moreno-says-former-son-in-law-max-miller-should-not-serve-in-the-house/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/02/sen-bernie-moreno-says-former-son-in-law-max-miller-should-not-serve-in-the-house/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK and JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. Sen. Bernie Moreno said his former son-in-law, U.S. Rep. Max Miller, should not be serving in the House and should “seek professional help” as Miller defended himself against allegations of domestic abuse in a live video on X on Sunday.]]></description><pubDate>Sun, 02 Aug 2026 22:04:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. Sen. Bernie Moreno said his former son-in-law, U.S. Rep. Max Miller, should not be serving in the House and should “seek professional help” as Miller defended himself against allegations of domestic abuse in a live video on X on Sunday.</p><p>Moreno, who has been publicly restrained in recent months as the bitter custody dispute has played out between Miller and his daughter Emily, said in a lengthy post: "If there are any basic standards of character required to hold elected office, Max Miller fails them. He should not serve in the House of Representatives.”</p><p>Moreno wrote that Miller “needs serious psychological help. He is a danger to my daughter, and I hold my breath every minute he has custody of my granddaughter."</p><p>Miller, who has been endorsed by President Donald Trump, said Sunday that he will remain in his race for reelection before a Wednesday deadline to replace him. Democrats have seen a new opportunity in the northeast Ohio congressional seat as the Republican incumbent has faced mounting pressure over the domestic abuse allegations in a bitter and drawn-out custody battle with his ex-wife.</p><p>“I’m not dropping out of this race and I’ll win in November,” said Miller, who denied abusing his former wife and his daughter.</p><p>Asked on Sunday evening if Miller should resign, Trump said that “so far it's accusations.”</p><p>“I'll be looking at it,” Trump said.</p><p>Scrutiny of Miller has escalated in recent weeks</p><p>Accusations against Miller, who was a White House adviser during Trump’s first term, have been public for years but have recently drawn increased scrutiny as back and forth in the case has escalated.</p><p>Emily Moreno has said that Miller scalded, hit and threatened her while they were married. Miller denied those allegations in the video, as he has in the past.</p><p>“It's incredibly upsetting,” Miller said, as he went through a list of the allegations.</p><p>Miller also said he had nothing to do with a broken collarbone on their 2-year-old daughter that led Emily Moreno to contact authorities. The pair, who were married in 2022 and finalized their divorce last year, have presented different theories about how the injury occurred, according to court filings and police reports detailed in an article in July in the magazine Mother Jones that first revealed the child’s injury.</p><p>Miller accompanied his announcement with the release of a voluminous cache of investigative and court documents, as well as audio and video clips, related to the custody dispute.</p><p>Spokesperson for Miller's ex-wife says video was ‘shameful’</p><p>A spokesperson for Emily Moreno, Stefan Mychajliw, said Sunday that the video was “shameful.”</p><p>“No loving parent would have ever used their daughter as a PR pawn to save their own political career,” Mychajliw said. “Miller can lie and spin on X, but he cannot do so under oath in a court of law. We are confident that justice will prevail in court.”</p><p>Sen. Bernie Moreno's statement on Sunday came after he had declined to comment on the specific allegations for months. Last week, a spokeswoman issued a statement saying the senator “will not litigate these matters in the media or respond to baseless public attacks.”</p><p>“Senator Moreno’s top priority is the safety and well-being of his daughter and granddaughter,” said the spokeswoman, Reagan McCarthy.</p><p>Potential GOP candidates eye Miller's seat</p><p>The senator’s statement was prompting some hand-wringing behind the scenes in his home state, where Trump-endorsed candidates like Miller typically win with ease.</p><p>Miller's Democratic opponent, Brian Poindexter, said no one facing such accusations “belongs in the halls of power.”</p><p>State Rep. Mike Dovilla, a U.S. Navy veteran and former presidential appointee to the Office of Personnel Management, and Kevin Coughlin, a former state senator and representative who ran for the U.S. House in 2024 and 2026, were among Republicans whose names were being floated should Miller drop his fall House bid, according to a high-ranking Republican who discussed the sensitive subject on condition of anonymity.</p><p>Democrats have recently called on Miller to resign, requested a congressional ethics investigation and suggested more help could be directed in the fall toward Poindexter.</p><p>Miller won reelection two years ago with just over 51% of the vote.</p><p>___</p><p>Smyth reported from Columbus, Ohio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZJIPP27VAFLCP7676EZNGEEDQ.jpg?auth=0301945836eec6822625cafae99cdbe065c5422fec385ce1ad1b7cb8f81828b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep.-elect Max Miller, R-Ohio, arrives for new member orientation check-in and program registration with Emily Moreno in Washington, Nov. 13, 2022. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content></item><item><title><![CDATA[Sparks send Kelsey Plum to Mercury for a 2026 1st-round pick and Monique Akoa Makani]]></title><link>https://www.local10.com/sports/2026/08/02/sparks-send-kelsey-plum-to-mercury-for-a-2026-1st-round-pick-and-monique-akoa-makani-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/sparks-send-kelsey-plum-to-mercury-for-a-2026-1st-round-pick-and-monique-akoa-makani-ap-source-says/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[The Los Angeles Sparks traded All-Star guard Kelsey Plum to the Phoenix Mercury for a first-round pick next year, Monique Akoa Makani and a second-round draft choice in 2028.]]></description><pubDate>Sun, 02 Aug 2026 19:46:25 +0000</pubDate><content:encoded><![CDATA[<p>The Los Angeles Sparks traded All-Star guard Kelsey Plum to the Phoenix Mercury for a first-round pick next year, Monique Akoa Makani and a second-round draft choice in 2028.</p><p>The deal was finalized late Saturday night ahead of Sunday's trade deadline and was first reported by ESPN. It's rare for an All-Star to be traded in the middle of the season, only happening a handful of times before Saturday night.</p><p>“Kelsey is one of the league’s most dynamic players,” Mercury GM Nick U’Ren said. “She is a fierce competitor with a winning mentality who impacts the game on both ends of the floor. Her combination of shooting, explosiveness and decision-making allows her to create offense at a high level and makes her one of the league’s most complete guards. We have wanted Kelsey here for a long time, and we’re excited to finally bring her to Phoenix as we continue to build on our foundation.”</p><p>Plum will wear No. 0 for the Mercury. She is a free agent at the end of this season and has been sidelined since June 21 because of a lower leg injury. She practiced earlier this week and was expected to play Sunday in the Sparks' game against Portland before getting traded. Phoenix's next game is Monday at Chicago.</p><p>Plum was averaging a career-best 23.9 points and 6.4 assists before getting hurt. Los Angeles has struggled without her, including its last six games.</p><p>Phoenix is currently 11-19 and six games behind the New York Liberty, who sit in eighth place. New York edged Phoenix 94-92 on Saturday.</p><p>The Mercury are coming off a WNBA Finals appearance last season, but have seldom looked like that team despite returning stars Alyssa Thomas and Kahleah Copper.</p><p>Akoa Makani is averaging 9.4 points and 2.5 assists this season in 16 games. She was injured earlier in the season with a hamstring issue.</p><p>Los Angeles acquired Plum before last season in a blockbuster deal that sent the No. 2 pick to Seattle. The Sparks had hoped they could accelerate a rebuilding effort. Seattle used that pick on Dominique Malonga, who was an All-Star this season.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EUXIJ7PT7LJNRTPRS7K4N5ZH6I.jpg?auth=6c912652a14a4e585cc8f6de91105c44a70b3b5eace441b726e59078436ec355&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Sparks guard Kelsey Plum dribbles during the second half of a WNBA basketball game against the Indiana Fever, May 13, 2026, in Los Angeles. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: James Fishback]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-james-fishback/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/08/02/this-week-in-south-florida-james-fishback/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[James Fishback is running to be the next governor of Florida. ]]></description><pubDate>Sun, 02 Aug 2026 15:31:28 +0000</pubDate><content:encoded><![CDATA[<p>James Fishback is running to be the next governor of Florida. </p><p>He joined host Janine Stanwood on the latest episode of “This Week in South Florida”, and their conversation can be seen at the top of this page.</p>]]></content:encoded></item><item><title><![CDATA[AI-assisted staging draws boos at the Richard Wagner festival in Germany]]></title><link>https://www.local10.com/entertainment/2026/08/02/ai-assisted-staging-draws-boos-at-the-richard-wagner-festival-in-germany/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/02/ai-assisted-staging-draws-boos-at-the-richard-wagner-festival-in-germany/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — An experiment with artificial intelligence at the annual Richard Wagner festival in the southeastern German town of Bayreuth drew boos from the audience after producing a staging that appeared to leave some spectators confused.]]></description><pubDate>Mon, 03 Aug 2026 00:12:57 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — An experiment with artificial intelligence at the annual Richard Wagner festival in the southeastern German town of Bayreuth drew boos from the audience after producing a staging that appeared to leave some spectators confused.</p><p>Curator Marcus Lobbes and his team were greeted with boos and whistles as they took to the stage at the end of Saturday evening's performance of “Götterdämmerung,” German news agency dpa reported. However, there was warm applause for the singers and musicians, and particularly for conductor Christian Thielemann.</p><p>Festival organizers said ahead of the performance that it would be the first time AI took part on stage at the event, “not as a character, but as an image-generating force.” They said that singers would be “the fixed point within a visually seething cosmos of light, texture, history, and association, amidst projections that erupt, constantly shift, and merge into one another.”</p><p>The AI-assisted projections included scenes from previous performances of Wagner's “Ring” cycle and historical themes, and drew from images pre-selected by Lobbes, the director of the Academy for Theater and Digitality in Dortmund, and his team.</p><p>The collage that the technology projected on stage puzzled the audience, dpa reported, with images including former German Chancellor Helmut Kohl, the towers of the World Trade Center after the Sept. 11, 2001 attacks, and a special postage stamp marking German reunification in 1990.</p><p>The festival website said that “every performance will be unique — because the images and associations never stand still.” Two more performances are scheduled.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6HZHJQTDKGODXPOUJDF7IBU2VM.jpg?auth=de5e0e237654d5208f53446dc657130827873d8daebf11c07b2223f4c57c576b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors walk the grounds of the festival opera house "Festspielhaus" in Bayreuth, southern Germany, on July 17, 2010. (Eckehard Schulz/DAPD via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eckehard Schulz</media:credit></media:content></item><item><title><![CDATA[‘Spider-Man: Brand New Day’ nets second best North American opening ever with $355 million]]></title><link>https://www.local10.com/entertainment/2026/08/02/spider-man-brand-new-day-nets-second-best-north-american-opening-ever-with-355-million/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/02/spider-man-brand-new-day-nets-second-best-north-american-opening-ever-with-355-million/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[“Spider-Man: Brand New Day” made box office history in its first weekend in theaters. The Sony-released superhero movie became the second-biggest North American opening ever with an astonishing $355 million in ticket sales, according to studio estimates Sunday. It was just a few million shy of “Avengers: Endgame,” which debuted to $357 million in 2019.]]></description><pubDate>Mon, 03 Aug 2026 10:06:36 +0000</pubDate><content:encoded><![CDATA[<p>“Spider-Man: Brand New Day” made box office history in its first weekend in theaters. The Sony-released superhero movie became the second-biggest North American opening ever with an astonishing $355 million in ticket sales, according to studio estimates Sunday. It was just a few million shy of “Avengers: Endgame,” which debuted to $357 million in 2019.</p><p>The film also made $572 million from over 73,500 screens internationally, with China contributing $121 million alone, adding up to a $927 million worldwide debut that is second only to “Endgame” ($1.2 billion).</p><p>Tom Holland’s run as the comic book webslinger has been a mighty one. “No Way Home,” his third standalone Spider-Man movie, made over $1.9 billion worldwide to become the eighth-highest earning movie of all time, not accounting for inflation. It was also the first movie since the beginning of the pandemic to cross the $1 billion mark.</p><p>But the triumph of “Brand New Day” also comes on the heels of another major movie featuring Holland and Zendaya: Christopher Nolan’s“The Odyssey,” which slid to second place in its third weekend in theaters with $51 million. Their combined might helped propel the biggest weekend of all time for North American movie theaters, with an estimated $430 million in total ticket sales, according to Rentrak.</p><p>“Spider-Man: Brand New Day” started strong, with a record $168 million opening day from 4,487 theaters in the U.S. and Canada, besting “Avenger: Endgame’s” $157 million Friday. The studio predicted it would lead to a $325 million opening weekend, which would still have beaten the second-place record. It takes the place of “Spider-Man: No Way Home” which opened to $260 million in December 2021. In the realm of best opening weekends in North America, they’re followed by “Avengers: Infinity War” ($257 million in 2018) and “Star Wars: The Force Awakens” ($247 million in 2015).</p><p>Expectations were always high for “Brand New Day,” which was directed by Destin Daniel Cretton and cost a reported $225 million to produce, not including marketing expenses. But there were worries it wouldn’t attract the same level of mass audience enthusiasm as its predecessor which integrated past Peter Parker actors Tobey Maguire and Andrew Garfield into the mix. In reality, interest was higher than ever. “Brand New Day” also received strong reviews from critics and audiences. It currently has a 90% on Rotten Tomatoes; Audiences gave it an “A” CinemaScore and a five-star rating on PostTrak.</p><p>Ticket buyers were predominately male (about 61%) and many were on the younger side, with slightly more than half the audience under the age of 25, according to PostTrak exit polls. The biggest group was between the ages of 18 and 24, which made up 36% of the audience; 27% were between the ages of 25 and 34. The box office analytics company EntTelligence estimates that about 24.1 million people attended “Spider-Man: Brand New Day” this weekend.</p><p>It’s also the biggest ever opening for Sony Pictures.</p><p>Tom Rothman, the Chairman and CEO of Sony Pictures Motion Picture Group, praised “the incomparable Tom Holland” in a statement. Rothman famously pushed back the production of the movie to allow Holland to act in “The Odyssey” as well.</p><p>Cries about the death of the superhero movie have been looming since “Endgame” with more than a few high-profile flops in the years since, including several from the once-impenetrable Marvel Studios. Still, when they work, they really work, most notably with “No Way Home” and “Deadpool & Wolverine,” which made over $1.3 billion.</p><p>Marvel Studios president and ‘Spider-Man’ producer Kevin Feige said in a statement, “This debut reflects the enduring power of Marvel’s characters, and the connection they continue to have with fans around the world — and, as audiences saw, it sets up exciting things to come.”</p><p>Producer Amy Pascal added that it “reinforces that moviegoers are hungry for stories that are both spectacular and deeply human.”</p><p>This year has also seen a resurgence of moviegoing from younger audiences, who have made hits out of movies like “Obsession,” “Backrooms” and “The Drama,” which also starred Zendaya.</p><p>They’re also helping blockbusters soar, and in a business that is partly propelled by momentum, “Spider-Man” had the benefit of coming after “The Odyssey,” which fell only 43% in its third weekend. “The Odyssey” has now earned $395.5 million domestically, bringing its global total to $911.4 million. The film will soon open in South Korea (Aug. 5), China (Aug. 14) and Japan (Sept. 11). Its studio, Universal, also became the first this year to surpass $4 billion globally thanks in part to “Michael,” which it distributed internationally, and “The Super Mario Galaxy Movie.”</p><p>A slew of animated PG-rated holdovers rounded out the top five: “Toy Story 5” was in third place with $6.3 million, followed by “Minions & Monsters” in fourth and “Moana,” in fifth. And there were bright spots further down the chart as well. In sixth place with $2 million, “Hadestown: The Musical” surpassed “Hamilton” to become the highest grossing live theater capture release ever with a running total of $18.2 million.</p><p>Paul Dergarabedian, the head of marketplace trends for Rentrak, said the “Spider-Man” effect could help the summer movie season surpass the $4 billion mark for the first time since the Barbenheimer summer of 2023, and the third-ever billion dollar August.</p><p>“This is perhaps the most important summer moviegoing season in the history of the business,” Dergarabedian said. August, he added, "could set up a home stretch of the box office year like no other and one that could push us over that $10 billion mark."</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Rentrak:</p><p>1. “Spider-Man: Brand New Day,” $355 million.</p><p>2. “The Odyssey,” $51 million.</p><p>3. “Toy Story 5,” $6.3 million.</p><p>4. “Minions & Monsters,” $5.8 million.</p><p>5. “Moana,” $5.3 million.</p><p>6. “Hadestown: The Musical,” $2 million.</p><p>7. “The Invite,” $1.2 million.</p><p>8. “I Want Your Sex,” $600,000.</p><p>9. “Young Washington,” $477,727.</p><p>10. “Obsession,” $470,000.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/25ZU6LEF7TYSHGMDMQIKP6K644.jpg?auth=ffa9bf5732bceec25523ed957e56d87fc66aab1cb9a20cceeb33c685e5e858cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows Tom Holland in a scene from "Spider-Man: Brand New Day." (Sony Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6GZYML4354M5VVTP4UMJYH72WI.jpg?auth=27650c47b193539e53be479a8db1d0e2d66331cdd1867743178cf504d4b84539&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows Zendaya, left, and Tom Holland in a scene from "Spider-Man: Brand New Day." (Sony Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/AIW2TH273ZC4ZAGTATQ6MKSHPY.jpg?auth=02368f7ac6e5af4c9a3bdb347e2b56c21266eb207c978dff71dfd56b6404d59e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows Tom Holland, left, and director Destin Daniel Cretton on the set of "Spider-Man: Brand New Day." (Sony Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/45VXLCXPQ3DKA3GEJBAXF4BIWE.jpg?auth=b4af74fded75bb45f9695373c49e8be39e91a93ee9502d74ae671bd6b23a69eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Holland and Zendaya pose for photographers upon arrival at the 'Spider-Man: Brand New Day' premiere in London, England, Wednesday, July 29, 2026. (Photo by Alberto Pezzali/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3FGPU2IOWM6TRKY6KDTVCAZDEY.jpg?auth=95186bca3f63ddcb8715577266224336e98eeced02f8ffa81151fa52e2e69df3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Mando, from left, Liza Colon-Zayas, Sadie Sink, Jon Bernthal, Tom Holland, Tramell Tillman, director Destin Daniel Cretton, Zendaya, Marvin Jones III, Jacob Batalon, and Eman Esfandi arrive at the premiere of "Spider-Man: Brand New Day" on Monday, July 27, 2026, at the Dolby Theatre in Los Angeles. (Photo by Jordan Strauss/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></item><item><title><![CDATA[The Steelers want a physical camp. Mike McCarthy’s answer: Thud up, no tackling]]></title><link>https://www.local10.com/sports/2026/08/02/the-steelers-want-a-physical-camp-mike-mccarthys-answer-thud-up-no-tackling/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/02/the-steelers-want-a-physical-camp-mike-mccarthys-answer-thud-up-no-tackling/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description><![CDATA[PITTSBURGH (AP) — Earlier in his coaching career, Mike McCarthy leaned into pushing the limits of his players during training camp.]]></description><pubDate>Sun, 02 Aug 2026 15:08:25 +0000</pubDate><content:encoded><![CDATA[<p>PITTSBURGH (AP) — Earlier in his coaching career, Mike McCarthy leaned into pushing the limits of his players during training camp.</p><p>Two-a-days in full pads for two weeks straight? Sure. Practices scheduled for two hours that would sometimes bleed into three? You bet.</p><p>Not so much anymore.</p><p>“I'd go to jail today if I tried to do that,” McCarthy joked.</p><p>Or at least, the NFL's version of it. The league has evolved over the last 30 years. The Collective Bargaining Agreement banned two-a-days long ago. There are now specific time limits on practice, and they are policed down to the minute.</p><p>So McCarthy has made it a point to get ahead of the curve. Just how far ahead? Well, when the Pittsburgh Steelers walk onto Chuck Noll Field on Monday for their first padded practice of the McCarthy Era, they'll do it with one particular instruction in mind: no tackling. At all.</p><p>While most of the changes to camp at Saint Vincent College have been subtle as the team transitions from Mike Tomlin to McCarthy — the volume of the music over the loudspeakers is softer, for example — the decision to do everything but take a teammate to the ground is not.</p><p>Tomlin's 19 years in Pittsburgh often began with an “iron sharpens iron” approach during the club's annual stay at the small school tucked in the western Pennsylvania hills. Don't get McCarthy wrong. He plans to run a physical camp, but the “Tempered Steel” mantra the club has adopted — one printed on shirts worn by players and staff — is real in more ways than one.</p><p>“It’s a risk-assessment decision,” McCarthy said.</p><p>Banning tackling during camp is hardly new. A significant chunk of NFL teams, Pittsburgh's longtime rival the Baltimore Ravens included, have adopted the policy in recent years.</p><p>Still, these are the Steelers, who have historically embraced — by reputation if not always in reality — the idea of being a throwback of sorts. So yeah, expect an adjustment period.</p><p>“Obviously, I love to tackle,” inside linebacker Payton Wilson said. “It's been great in the past to get that in before the first preseason game, but that's what preseason games are for.”</p><p>The Steelers instead will “thud up," meaning defenders will try to wrap up ball carriers but not take them all the way to the ground. It's commonplace during the regular season, but not always in early August.</p><p>McCarthy stressed there are tools the team can use to refine their tackling technique without driving each other into the turf. From monitoring a player's positioning using GPS to video analysis to other “sports science” resources to coaching points that have been part of the game since its inception, McCarthy is confident the Steelers will be ready when they need to be ready.</p><p>“The long stride, short stride, the specifics of how the fundamentals are being taught to the approach, the strike, the wrap, the finish,” he said. “So these are constants that are taught throughout our whole team.”</p><p>The shift will require as much of a mental adjustment as a physical adjustment. Defensive tackle Cam Heyward's first 15 camps were defined in part by what Tomlin likened to full-on sparring as opposed to shadowboxing. There were certain days during camp — Family Day and the team's Friday Night Lights practice at nearby Greater Latrobe High School — when Heyward knew the intensity level would spike.</p><p>“It's an alpha sport,” the longest-tenured Steeler said. “And (we'd) just ramp it up.”</p><p>McCarthy still wants to do just that, but in a way designed to get the defending AFC North champions to Week 1 as healthy as possible.</p><p>His philosophical evolution has more to do with the way the NFL operates in 2026 than any concern about the age of the team he is taking over, though it should be noted that several of Pittsburgh's highest-profile defenders — Heyward, outside linebacker T.J. Watt and defensive back Jalen Ramsey — are all in their 30s.</p><p>The way McCarthy figures it, getting defenders in the right position to drop an opponent is the hardest part of the process. Once they get there, finishing the play should be the easy part.</p><p>That doesn't mean the Steelers won't be searching for gray areas. Linebacker Patrick Queen spent the first four seasons of his career in Baltimore, where former head coach John Harbaugh placed a “no tackling” edict. That didn't stop Queen and teammate Roquan Smith from “tackling everybody” one day just to prove a point.</p><p>Queen doesn't expect to go quite that far over the next few weeks. Besides, it's not like the Steelers are going to run around with flags on their hips like they're preparing for the 2028 Olympics.</p><p>“At the end of the day, you still got a chance to put yourself on somebody, put your hip on somebody,” he said. “Whatever you do pre-tackle, it's the same as putting somebody on the ground.”</p><p>Besides, there will still likely be drills like “backs on backers,” a perennial camp highlight in which running backs work on pass protection by fending off linebackers charging at them at full speed. It's a drill that helped running back Jaylen Warren first capture the coaching staff's attention as an undrafted rookie free agent in 2022, and one that in many ways lets football players be football players in the most primal way possible.</p><p>“We got dogs on the team,” Warren said. “The competition is what leads to that. I don't mind that at all.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BMBWQXPP76B6NDTGRKR3OY32QM.jpg?auth=90d50e83fc301631ad319fa97a06be3a1bd7c6cff7c26ab83add355337506778&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers linebacker Alex Highsmith (56), left, is blocked by offensive tackle Troy Fautanu during the team's NFL football training camp in Latrobe, Pa., on Friday, July 31, 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/LLCN4ODO2QOGQ23DUVJQP7RUKQ.jpg?auth=f5230b4a6cacaf1d474b72948b4835f1025c4c963b837fa14eac030ecae61a63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers offensive tackle Max Iheanachor, right, attempts to block linebacker T.J. Watt (90) during the NFL team's camp in Latrobe, Pa., Saturday, Aug. 1, 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/RWWTVQLQHWUM6N4HGSEP6D4YKM.jpg?auth=97e51cfb2ede5d5b0ce7d39f9af39b2343bc03af57e7618ea6997e8fde028723&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers head coach Mike McCarthy watches the NFL team's camp in Latrobe, Pa., Friday, July 31, 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/PLVKXHI36RB7FIL66Z3KGLFWF4.jpg?auth=1b3afa9c0de8dca01b4d24817e8dac6e4494cc50a07728f109552d2fc015ed31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers cornerback Asante Samuel Jr., right, breaks up a pass intended for wide receiver Dk Metcalf during the NFL team's camp in Latrobe, Pa., Saturday, Aug. 1, 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/BAOP4REZQGYLPTVDYPUR3EXTCM.jpg?auth=efdee60eab35ce09d5e9db739b56ba27a8adebe28e940455ed981a3c70e3180b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Steelers safety Jaquan Brisker, right, attempt to punch the ball from the grasp of wide receiver Michael Pittman Jr., during the NFL team's camp in Latrobe, Pa., Saturday, Aug. 1, 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[Back-to-school event held at Old Navy in Hollywood]]></title><link>https://www.local10.com/news/local/2026/08/02/back-to-school-event-held-at-old-navy-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/02/back-to-school-event-held-at-old-navy-in-hollywood/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[A back-to-school event was held on Sunday morning.]]></description><pubDate>Sun, 02 Aug 2026 14:46:10 +0000</pubDate><content:encoded><![CDATA[<p>A back-to-school event was held on Sunday morning.</p><p>It occurred at the Old Navy located inside Oakwood Plaza in Hollywood. </p><p>During the event, shopping carts were quickly filled with jeans, shirts, shoes and other back-to-school essentials as children made their way through the store.</p><p>They weren’t doing it alone, though. </p><p>Volunteers, first responders and even people dressed as superheroes shopped right alongside the children, helping make the morning feel a little more special.</p><p>Every child also received a backpack filled with school supplies, giving them everything they need to start the school year prepared.</p><p>The event was organized by Voices for Children of Broward County, a nonprofit that supports children who have experienced abuse, neglect and abandonment.</p><p>According to the organization, the event “is a part of Voices’ year-long 15th anniversary celebration and expands its mission to ensure that every child and young adult in Broward County who has experienced abuse, neglect, or abandonment has access to essential resources and programs that promote long-term stability and well-being.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Ukrainian drones kill 5 in Russia and set fire to Wildberries warehouse]]></title><link>https://www.local10.com/news/world/2026/08/02/ukrainian-drones-kill-5-in-russia-and-set-fire-to-wildberries-warehouse/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/02/ukrainian-drones-kill-5-in-russia-and-set-fire-to-wildberries-warehouse/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukrainian drone strikes killed at least five people across Russia, also hitting industrial sites and a further warehouse belonging to Russia’s e-commerce giant Wildberries, local officials said.]]></description><pubDate>Sun, 02 Aug 2026 14:49:05 +0000</pubDate><content:encoded><![CDATA[<p>Ukrainian drone strikes killed at least five people across Russia, also hitting industrial sites and a further warehouse belonging to Russia’s e-commerce giant Wildberries, local officials said.</p><p>Wildberries, Russia's largest online marketplace, is sometimes described as the country’s answer to Amazon. In under two weeks, Ukraine has struck over a dozen of the retailer’s depots, part of Kyiv’s aerial campaign aimed at undermining Moscow's war effort, hurting its economy and making people feel the consequences of the Kremlin’s all-out invasion of Ukraine.</p><p>Russian air defenses overnight shot down 635 Ukrainian drones, including over occupied Crimea and the Black and Azov Seas, according to the Defense Ministry in Moscow. The ministry did not say how many were launched or struck targets.</p><p>Meanwhile, Russia attacked Ukraine with 133 drones during the night, 24 of which hit targets, according to the Ukrainian air force. Later on Sunday, separate Russian attacks on the Ukrainian cities of Zaporizhzhia and Kharkiv killed at least two people, according to local officials.</p><p>Ukraine's campaign against Wildberries</p><p>Ukrainian drones targeted a Wildberries warehouse in the Samara region, some 800 kilometers (500 miles) from the Russian-Ukrainian border, according to local Gov. Vyacheslav Fedorishchev. He said a fire had broken out but there were no casualties.</p><p>Kyiv’s campaign against Wildberries first hit the company's sites in Elektrostal, just east of Moscow, and in the Tambov region July 18. Strikes followed on facilities across western and southern Russia, as well as Russian-held Crimea. At least nine people have been killed and scores wounded.</p><p>Two people were killed as a Ukrainian drone struck a residential building in the Saratov region east of Samara, local. Gov. Roman Busargin said.</p><p>He added that the strikes damaged civil infrastructure in Engels, where the deaths took place, and the regional capital, Saratov.</p><p>Both cities have been frequent targets for Ukrainian attacks in recent years. Engels hosts a military airbase, while Saratov is home to a large oil refinery.</p><p>In Russia’s Bashkortostan region further north, local Gov. Radiy Khabirov said that air defence had repelled a large-scale drone strike on “industrial facilities” in the city of Ufa. He did not specify what exactly was struck, but said that a blaze was being put out.</p><p>In the Udmurt Republic further northwest, three civilians died and two more were wounded in a Ukrainian drone strike, according to acting regional head Olga Abramova.</p><p>Abramova said air defenses shot down two Ukrainian drones and “prevented an attempted attack” by Kyiv. She said a civilian car was damaged in the strike, without clarifying if drone debris was the cause.</p><p>In Ukraine, one person died on Sunday as a Russian guided bomb struck a residential building in the southern city of Zaporizhzhia, according to local administration head Ivan Fedorov. Another attack on Sunday killed one person and set fire to a postal terminal on the outskirts of Kharkiv, in the northwest, said regional administration head Oleh Syniehubov.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTYTZCMSGMAUVOTWPL645B4PR4.jpg?auth=22c7d692d277718e9ae9ad722670d3f1c9ca7e7fca2be8e471ca80a4dd147ae7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighter put out a fire at a Nova Poshta postal warehouse following Russian air attack on the outskirts of Kharkiv, Ukraine, Sunday, Aug. 2, 2026. (AP Photo/Yevhen Titov)]]></media:description><media:credit role="author" scheme="urn:ebu">Yevhen Titov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MEDGCGAHGOGGA75MOKQEUE2OEY.jpg?auth=f4720e03c8aabf1d3b109ca524fccde9d594876b585ba37e504eeba349fc139e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Nova Poshta postal warehouse is destroyed following Russian air attack on the outskirts of Kharkiv, Ukraine, Sunday, Aug. 2, 2026. (AP Photo/Yevhen Titov)]]></media:description><media:credit role="author" scheme="urn:ebu">Yevhen Titov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTFYNBFVOY4G7AHZDLR4MMGWAU.jpg?auth=5cf4b3234a0c12522e5bbf4657205fc7f47eff9e3796fea4b2cd76727ae2bd27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Nova Poshta postal warehouse is destroyed following Russian air attack on the outskirts of Kharkiv, Ukraine, Sunday, Aug. 2, 2026. (AP Photo/Yevhen Titov)]]></media:description><media:credit role="author" scheme="urn:ebu">Yevhen Titov</media:credit></media:content></item><item><title><![CDATA[Empieza el lunes la votación anticipada en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/02/empieza-el-lunes-la-votacion-anticipada-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/02/empieza-el-lunes-la-votacion-anticipada-en-miami-dade/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Líderes religiosos exhortaron a sus feligreses a participar, mientras el condado desplegó ya todos sus equipos. Las urnas estarán abiertas hasta el 16 de agosto.]]></description><pubDate>Sun, 02 Aug 2026 14:44:07 +0000</pubDate><content:encoded><![CDATA[<p>La votación anticipada comienza el lunes en el condado de Miami-Dade.</p><p>Durante el fin de semana, líderes religiosos exhortaron a sus feligreses a hacer oír su voz en esta temporada electoral.</p><p>Las autoridades de Miami-Dade han realizado una campaña para promover el voto, en la que responden preguntas y reparten material informativo para los electores, además de ofrecer la posibilidad de inscribirse para votar.</p><p>“Estamos aquí para recordarle a todos que hay elecciones y para hacerles saber que pueden votar anticipadamente por correo o acudir el día de las elecciones”, dijo Alina García, supervisora de elecciones de Miami-Dade. “La gente necesita saber que puede ir a cualquier centro de votación anticipada, no tiene que ir a su precinto específico. Pueden hacerlo entre las 7 a.m. y las 3 p.m., y los fines de semana de 8 a.m. a 4 p.m. La próxima semana tendremos un horario nocturno, de 11 a.m. a 7 p.m.”</p><p>Dijo que el condado está listo para atender a todos los que deseen votar de forma anticipada.</p><p>“Todos nuestros equipos están instalados y listos para funcionar”, señaló García. “Quiero recordarle a todos que votamos en papel, no nos conectamos a internet ni nada por el estilo. Es muy seguro.”</p><p>La votación anticipada se extiende hasta el 16 de agosto en Miami-Dade.</p><p>Para conocer los horarios y lugares de votación, consulte el sitio web de elecciones de su condado o vea la <a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" rel="">Guía del Votante de Local 10</a>.</p>]]></content:encoded></item><item><title><![CDATA[Un auto se embarró contra estética canina en Doral y dejó destrozos ]]></title><link>https://www.local10.com/espanol/2026/08/02/un-auto-se-embarro-contra-estetica-canina-en-doral-y-dejo-destrozos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/02/un-auto-se-embarro-contra-estetica-canina-en-doral-y-dejo-destrozos/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[El impacto abrió un enorme boquete en la fachada del negocio y dejó pérdidas de miles de dólares. Ocurrió de madrugada y nadie resultó herido.]]></description><pubDate>Sun, 02 Aug 2026 14:40:04 +0000</pubDate><content:encoded><![CDATA[<p>Un vehículo se estrelló contra un negocio del condado de Miami-Dade durante el fin de semana y causó daños considerables.</p><p>El accidente ocurrió la madrugada del domingo en Leslie Pet Grooming, ubicado cerca de la calle 52 y la avenida 79 del noroeste, en Doral.</p><p>Tras retirar el auto con una grúa, la fachada del local quedó con un enorme boquete.</p><p>Local 10 News habló con el dueño, quien contó que se despertó alrededor de las 6 a.m. con una llamada de la policía que le avisaba que alguien había chocado contra su negocio.</p><p>Dijo que los oficiales le explicaron que el conductor intentaba estacionarse en reversa cuando pisó por error el acelerador en lugar del freno, y así fue como el auto terminó incrustado en el edificio.</p><p>El dueño calculó que el choque provocó daños por entre 15,000 y 20,000 dólares.</p><p>No se reportaron heridos.</p><p>La policía no precisó si el conductor enfrentará algún cargo.</p>]]></content:encoded></item><item><title><![CDATA[August 2: Warm, wet Sunday]]></title><link>https://www.local10.com/weather/2026/08/02/august-2-warm-wet-sunday/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/02/august-2-warm-wet-sunday/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Many of us will get chased indoors by showers and storms today so keep an eye to the sky and get to a safe place when you see lightning and hear thunder, even if it’s in the distance. ]]></description><pubDate>Sun, 02 Aug 2026 14:19:44 +0000</pubDate><content:encoded><![CDATA[<p>Many of us will get chased indoors by showers and storms today so keep an eye to the sky and get to a safe place when you see lightning and hear thunder, even if it’s in the distance. </p><p>Lots of tropical moisture covers South Floria and daytime heating will trigger that moisture into heavy downpours in spots. </p><p>We’re under a marginal threat (level 1 out of 4) of flooding today so street flooding is possible especially in those poor drainage neighborhoods. </p><p>Highs will make it into the lower 90s despite the clouds and storms around. Keep the umbrellas handy as these storms could hit anytime this morning, afternoon, or evening. </p><p>A wet pattern will settle in through at least midweek so hopefully we’ll put a bit of a dent in our drought. All, for now, is quiet in the tropics.</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></channel></rss>