<?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 17:35:21 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Former pro soccer star Diego Serna faces drug trafficking charges after Miami airport arrest]]></title><link>https://www.local10.com/news/local/2026/08/03/former-pro-soccer-star-diego-serna-faces-drug-trafficking-charges-after-miami-airport-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/former-pro-soccer-star-diego-serna-faces-drug-trafficking-charges-after-miami-airport-arrest/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Former Major League Soccer player Diego Serna, who starred for the now-defunct Miami Fusion, is facing federal drug trafficking charges after authorities said he tried to bring nearly 9,000 hydrocodone pills into the U.S. after arriving at Miami International Airport on a flight from Colombia, Local 10 News has learned.]]></description><pubDate>Mon, 03 Aug 2026 17:34:30 +0000</pubDate><content:encoded><![CDATA[<p>Former Major League Soccer player Diego Serna, who starred for the now-defunct Miami Fusion, is facing federal drug trafficking charges after authorities said he tried to bring nearly 9,000 hydrocodone pills into the U.S. after arriving at Miami International Airport on a flight from Colombia, Local 10 News has learned.</p><p>Authorities said <a href="https://www.transfermarkt.us/diego-serna/profil/spieler/3848" target="_self" rel="" title="https://www.transfermarkt.us/diego-serna/profil/spieler/3848">Serna</a>, 52, arrived on an American Airlines flight from his hometown of Medellin, Colombia on Wednesday with “two black backpacks and no checked luggage.”</p><p>But, according to a federal criminal complaint, before he arrived in the U.S., Colombian authorities issued a “lookout alert” that Serna, whose full name is Diego Alonso Serna Lopera, was suspected of travelling with drugs.</p><p>According to the complaint, customs officers referred Serna to secondary inspection and he took responsibility for what was in the bags: “seven assorted vitamin bottles containing approximately 8,975 pills.”</p><p>The pills were identified as being suspected hydrocodone/acetaminophen, once sold under the brand name Vicodin, the complaint states. Authorities said they tested positive for opiates.</p><p>According to federal agents, during an interview, Serna “immediately stated that he wanted to cooperate.”</p><p>The complaint states that Serna acknowledged that customs officers “had inspected the pill bottles before departure and that he had overheard them say that the bottles contained ‘hydrocodone’” and “explained that the pills were delivered to his apartment in Colombia by a friend named ‘Sebastian,’ whose last name he claimed not to know,” but who “paid for his flight as a ‘thank you’ for helping (him) transport the pills.”</p><p>“(Serna) was told that, once he landed in Miami, he would receive a call from Sebastian regarding the delivery of the pills,” the complaint states.</p><p>Authorities said Serna cooperated in a “controlled delivery” of the pills.</p><p>“Under the direction of law enforcement, (Serna) notified Sebastian via WhatsApp that he had arrived in Miami,” the complaint states. “Law enforcement observed the exchange. (Serna) was instructed to deliver the pills to an individual who would meet him at the Miami International Airport, Departure Door 10.”</p><p>Soon after, authorities said a woman showed up in a vehicle to get the pills. According to the complaint, Serna gave her a backpack and showed her the pill bottles, closed it and handed it over to her.</p><p>“After she picked up the pills, law enforcement detained the woman and seized the narcotics,” the complaint states. “During the detention, law enforcement observed that the woman’s cellphone was receiving numerous calls from a contact saved as ‘Sebastian hijo.’”</p><p>The complaint does not identify the woman or whether she is facing charges.</p><p>Serna was arrested on charges of importation of hydrocodone and conspiracy to import hydrocodone into the United States.</p><p>Records show he appeared in Miami federal court on Thursday and was released on a $100,000 surety bond. He was ordered to surrender his passport and his travel is restricted to the Southern District of Florida. He’s also prohibited from visiting transportation establishments.</p><p>Serna played for the Fusion from 1998 to 2001 and was the team’s all time leading scorer before it folded a year after his departure. He was named to the MLS Best XI, an annual honor for the league’s best 11 players, in 2001.</p><p>In 2014, he played for Miami Dade FC of the United Premier Soccer League, his last time on the pitch professionally.</p><p>Records show he’s scheduled to be back in Miami federal court for an arraignment hearing on Aug. 20.</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/BCO6UXJ76FARZGKOYR45WAM3CQ.jpg?auth=5c125749e69f10c04d8151e8b8f0aaf28e8301cc850416f3545a7c018d081aea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Fusion midfielder Diego Serna celebrates after making the Fusion's only goal of the first half against the Tampa Bay Mutiny at Lockhart Stadium in Ft. Lauderdale, Fla., Saturday, May 29, 1999. Teammate Maurizio Rocha hugs him from behind left. (AP Photo/Chris Matula)]]></media:description><media:credit role="author" scheme="urn:ebu">CHRIS MATULA</media:credit></media:content></item><item><title><![CDATA[Video shows lightning strike sparking blaze in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/03/video-shows-lightning-strike-sparking-blaze-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/video-shows-lightning-strike-sparking-blaze-in-fort-lauderdale/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Cellphone video showed a lightning strike starting a fire in a Fort Lauderdale neighborhood early Monday morning.]]></description><pubDate>Mon, 03 Aug 2026 16:23:19 +0000</pubDate><content:encoded><![CDATA[<p>Cellphone video showed a lightning strike starting a fire in a Fort Lauderdale neighborhood early Monday morning.</p><p><a href="https://www.local10.com/espanol/2026/08/03/video-muestra-impacto-de-rayo-que-provoco-incendio-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/video-muestra-impacto-de-rayo-que-provoco-incendio-en-fort-lauderdale/">Leer en español</a></p><p>It happened just after 2 a.m. within the Villa Medici Townhomes, located in the 1000 block of Northeast 17th Avenue in the city’s Lake Ridge neighborhood.</p><p>The video shows the lightning striking a power line, sparking the blaze, which was quickly put out.</p><p>“Bolts of lightning were hitting all around. All of a sudden, you could hear that it hit something really close by, and you could hear the sizzling. When I looked out my door, I saw that it was across the street from me,” a resident, who identified herself as Terri, said. “You saw the orange sparks flying all over the place for a while, and then you’d see the flames, and you’d hear more pops going into it as it fed.”</p><p>None of the buildings caught fire but they did lose power. Power crews were still out Monday afternoon trying to restore electricity.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video muestra impacto de rayo que provocó incendio en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/08/03/video-muestra-impacto-de-rayo-que-provoco-incendio-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/video-muestra-impacto-de-rayo-que-provoco-incendio-en-fort-lauderdale/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Un video grabado con un teléfono celular mostró el impacto de un rayo que provocó un incendio en un vecindario de Fort Lauderdale la madrugada de este lunes.]]></description><pubDate>Mon, 03 Aug 2026 17:33:42 +0000</pubDate><content:encoded><![CDATA[<p>Un video grabado con un teléfono celular mostró el impacto de un rayo que provocó un incendio en un vecindario de Fort Lauderdale la madrugada de este lunes.</p><p>El incidente ocurrió poco después de las 2 a.m. en Villa Medici Townhomes, ubicado en la cuadra 1000 de Northeast 17th Avenue, en el vecindario Lake Ridge de la ciudad.</p><p>El video muestra el momento en que el rayo impactó una línea eléctrica y provocó el incendio, que fue extinguido rápidamente.</p><p>“Había rayos cayendo por todos lados. De repente, se escuchó que uno impactó algo muy cerca y se oía un chisporroteo. Cuando miré por la puerta, vi que era justo al otro lado de la calle”, dijo una residente identificada como Terri. “Se podían ver las chispas naranjas volando por todas partes durante un rato, luego aparecieron las llamas y se escuchaban más estallidos mientras el fuego se alimentaba”.</p><p>Ninguno de los edificios se incendió, pero sí quedaron sin servicio eléctrico. Cuadrillas de la empresa eléctrica continuaban trabajando la tarde del lunes para restablecer el servicio.</p>]]></content:encoded></item><item><title><![CDATA[Extraditan a Broward a mujer acusada de matar a un bebé por negligencia]]></title><link>https://www.local10.com/espanol/2026/08/03/extraditan-a-broward-a-mujer-acusada-de-matar-a-un-bebe-por-negligencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/extraditan-a-broward-a-mujer-acusada-de-matar-a-un-bebe-por-negligencia/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de 20 años, acusada junto con su pareja de matar a su bebé por negligencia y luego afirmar que la pequeña era un “engaño” y que nunca existió, fue extraditada al condado Broward.]]></description><pubDate>Mon, 03 Aug 2026 14:07:05 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 20 años, acusada junto con su pareja de matar a su bebé por negligencia y luego <a href="https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/acusan-a-pareja-de-hollywood-de-causar-la-muerte-de-un-bebe-por-negligencia-y-luego-afirmar-que-nunca-existio/">afirmar que la pequeña era un “engaño” y que nunca existió</a>, fue extraditada al condado Broward.</p><p>Los registros de la cárcel en línea muestran que Samantha Angelina Feliz fue ingresada el domingo en la cárcel principal del condado Broward, acusada de homicidio agravado de un menor, alteración o fabricación de evidencia física, no reportar una muerte, proporcionar información falsa sobre un menor desaparecido y obstruir una investigación criminal al proporcionar información falsa a las autoridades sobre una persona desaparecida.</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>En una orden de arresto, la Policía presentó un caso basado en evidencia circunstancial contra Feliz y Alejandro Leon Jr. Indicó que el cuerpo de su hija, identificada como “Angelina” y aún desaparecida, no ha sido encontrado, pero que existen indicios, incluida evidencia de ADN en manchas de sangre, que apuntan a su muerte.</p><p>La Policía de Rockingham, Carolina del Norte, arrestó a Leon, de 21 años, y a Feliz el 22 de julio.</p><p>Las autoridades informaron que la investigación comenzó después de que un familiar contactó al Departamento de Policía de Hollywood en julio de 2025 para reportar que no había visto a la menor desde febrero de ese año y que la pareja había hecho declaraciones inquietantes asegurando que Angelina “era parte de una estafa y negaban haber tenido un bebé”.</p><p>Un familiar que se reunió con Feliz en un parque de Hollywood en marzo de 2025 dijo a los investigadores que, tras preguntarle por Angelina, ella respondió: “¿Qué bebé? No hay ningún bebé”.</p><p>“Desde entonces, Feliz ha afirmado que nunca hubo un bebé, que el bebé era un engaño y que estaba estafando a todos para obtener dinero”, señala la orden de arresto del Departamento de Policía de Hollywood.</p><p>Sin embargo, la Policía indicó que la pareja hacía referencia a la niña en mensajes de texto anteriores y que se habían tomado fotografías de Feliz visiblemente embarazada. Además, las autoridades informaron que ambos tomaron fotos y videos con Angelina después de su nacimiento, el cual se cree ocurrió en casa y sin que se emitiera un certificado de nacimiento.</p><p>Las autoridades señalaron que la última fotografía de Angelina fue tomada el 5 de enero de 2025. Según la orden, la bebé lucía “visiblemente enferma y desnutrida”.</p><p>“En esta última fotografía, la víctima no muestra signos de vida”, indicó la Policía sobre la imagen.</p><p>En un momento dado, agentes del Departamento de Policía de Lantana, en el condado Palm Beach, localizaron e interrogaron a la pareja, y ambos sostuvieron que “Feliz nunca estuvo embarazada y nunca dio a luz a un bebé”, según la orden.</p><p>“También afirmaron que la historia fue inventada con la esperanza de que sus familias sintieran lástima por ellos y les dieran dinero”, escribió la detective del Departamento de Policía de Hollywood, Nancie Toler. “Durante la entrevista, Feliz indicó que existían numerosos mensajes de texto entre ella, Leon y familiares hablando del embarazo y de cómo había inventado la historia”.</p><p>La Policía indicó que Feliz afirmó haber estado “usando una barriga postiza de embarazo para aparentar que estaba embarazada” como parte de la supuesta “estafa”.</p><p>“Además, durante dichas entrevistas, tanto Feliz como Leon dijeron que las autoridades nunca encontrarían un “registro” de ningún bebé”, escribió Toler. “Feliz además insinuó que el bebé pertenecía a una adicta al crack y que ellos solo la estaban cuidando”.</p><p>Las autoridades informaron que un registro en una unidad de almacenamiento en Hollywood, donde se cree que la pareja vivió en algún momento, reveló “ropa de bebé, una prueba de embarazo positiva Clearblue Easy, una pistola semiautomática negra, lo que parece ser una toalla con manchas de sangre, tres cuadernos con anotaciones sobre una revelación de género y un baby shower, además de múltiples dispositivos electrónicos”.</p><p>Los resultados del laboratorio criminalístico “indicaron la presencia de sangre en la ropa del bebé y en las toallas”, y las pruebas de ADN demostraron que “provenía de un hijo biológico de Leon y Feliz”, según la orden.</p><p>En la orden, Toler escribió que desde el reporte inicial las autoridades han intentado sin éxito localizar a Feliz y Leon.</p><p>“Además, durante el curso de esta investigación, las autoridades han intentado localizar los restos de la víctima utilizando perros especializados en detección de cadáveres en las residencias anteriores de Leon y Feliz; sin embargo, todas las búsquedas arrojaron resultados negativos”, escribió la detective.</p><p><a href="https://www.local10.com/espanol/2026/07/27/hombre-extraditado-a-broward-por-la-presunta-muerte-de-su-hija-pequena-comparece-ante-el-tribunal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/27/hombre-extraditado-a-broward-por-la-presunta-muerte-de-su-hija-pequena-comparece-ante-el-tribunal/">Leon fue extraditado al condado Broward el 26 de julio</a> y, hasta el lunes, permanecía detenido en la cárcel principal del condado Broward sin derecho a fianza.</p><p>Se espera que Feliz comparezca este lunes ante un tribunal de fianzas del condado Broward.</p>]]></content:encoded></item><item><title><![CDATA[Dolphins’ 1st padded practice of 2026 training camp: Who stood out and who struggled? ]]></title><link>https://www.local10.com/sports/local/2026/08/03/dolphins-1st-padded-practice-of-2026-training-camp-who-stood-out-and-who-struggled/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/03/dolphins-1st-padded-practice-of-2026-training-camp-who-stood-out-and-who-struggled/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins held their first padded practice of training camp Monday at the Baptist Health Training Complex, offering a clearer look at several position battles and individual performances as the team continues preparing for the regular season.]]></description><pubDate>Mon, 03 Aug 2026 17:22:21 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins held their first padded practice of training camp Monday at the Baptist Health Training Complex, offering a clearer look at several position battles and individual performances as the team continues preparing for the regular season.</p><p><a href="https://www.local10.com/espanol/2026/08/03/primer-entrenamiento-con-equipo-completo-de-los-dolphins-en-el-campamento-de-2026-quien-destaco-y-quien-tuvo-dificultades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/primer-entrenamiento-con-equipo-completo-de-los-dolphins-en-el-campamento-de-2026-quien-destaco-y-quien-tuvo-dificultades/">Leer en español</a></p><p>Wide receiver Malik Washington continued one of the strongest camps of his career, connecting with quarterback Malik Willis on several explosive plays. </p><p>Washington, entering his third NFL season, hauled in multiple gains of more than 20 yards, including receptions after beating cornerbacks Chris Johnson and JuJu Brents on separate plays.</p><p>With wide receiver Tyreek Hill no longer on the roster after being released, Jaylen Waddle traded to the Denver Broncos and Nick Westbrook-Ikhine also released, Washington is competing for a much larger role in Miami’s offense and has emerged as one of Willis’ favorite targets early in camp.</p><p>The Dolphins also received another encouraging showing from running back Ollie Gordon II, who displayed improved burst and ran with a lower pad level on several runs between the tackles after saying that was an emphasis during his offseason training.</p><p>Defensively, EDGE Chop Robinson continued to flash. </p><p>Robinson, who finished the 2025 season with four sacks, recorded what would have been consecutive sacks after beating left tackle Patrick Paul during team drills. Robinson entered camp after adding weight, increasing from 254 pounds last season to 265 as he looks to improve his production in his third NFL season. Safety Omar Brown was also able to haul in the third interception of the day. </p><p>Linebacker Terrell Dodson recorded one of the day’s biggest defensive plays, intercepting a tipped pass from Willis that bounced off the hands of tight end Cole Turner. Cornerback Ethan Bonner added another takeaway later in practice with an interception of his own on quarterback Quinn Ewers. </p><a class="tw<p>The team’s biggest concern remained at right tackle.</p><p>Starting right tackle Austin Jackson was pulled after surrendering a pair of would-be sacks and did not return to the field. Jackson also lost a one-on-one battle to EDGE Robert Beal Jr. Tackle Charlie Heck replaced him but also struggled in pass protection, leaving the position as one of Miami’s biggest question marks heading deeper into training camp.</p><p>While right tackle remains unsettled, Jonah Savaiinaea continued to impress at right guard. The 22-year-old Arizona product held his own during one-on-one drills against defensive tackle Zach Sieler and turned in another strong practice. </p><p>Defensive tackle Zeke Biggers defeated offensive lineman Andrew Meyer during another rep. It’s been a solid camp for the Dolphins’ interior defensive linemen group. </p><p>Wide receiver AJ Henning, who <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/">dominated Sunday’s practice</a>, created separation on a deep route against rookie cornerback Chris Johnson, but Willis’ pass sailed just out of reach near the sideline.</p><p>Johnson endured an up-and-down day, allowing several deep completions during one-on-one drills after recording an interception Sunday. Miami’s first-round rookie cornerback also struggled at times in coverage and will likely need to become more physical at the line of scrimmage by using his hands to disrupt receivers’ releases.</p><p>Wide receiver Jalen Tolbert briefly left practice after sustaining what appeared to be a lower-body injury during one-on-one drills. He returned later in the session.</p><p>Receiver Chris Bell continued his recovery work, doing light running with trainers away from team drills.</p><p>The Dolphins are scheduled to return to the practice field at 9:30 a.m. Wednesday at the Baptist Health Training Complex.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXHZYY64RRC6PNQK7ZNOZTUJOA.jpg?auth=1a690cfba48cbe0239fb9f4619623930e4b2081a712b02c1a2a922c106e35101&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hundreds of migrant children are stranded in Spain's Ceuta after mass crossing]]></title><link>https://www.local10.com/news/world/2026/08/03/hundreds-of-migrant-children-are-stranded-in-spains-ceuta-after-mass-crossing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/hundreds-of-migrant-children-are-stranded-in-spains-ceuta-after-mass-crossing/</guid><dc:creator><![CDATA[By BERNAT ARMANGUE and JOSEPH WILSON, Associated Press]]></dc:creator><description><![CDATA[CEUTA, Spain (AP) — The teenage girl made it through the waves to Spanish territory. Her little brother did not, drowning in the Mediterranean, while their mother disappeared in the chaos when tens of thousands of people surged through the breakwater, trying to leave Morocco behind.]]></description><pubDate>Mon, 03 Aug 2026 17:30:21 +0000</pubDate><content:encoded><![CDATA[<p>CEUTA, Spain (AP) — The teenage girl made it through the waves to Spanish territory. Her little brother did not, drowning in the Mediterranean, while their mother disappeared in the chaos when tens of thousands of people surged through the breakwater, trying to leave Morocco behind.</p><p>The tragic story of a 17-year-old from Tangier is representative of the plight of many of the more than 800 minors who four days after the collective push by migrants into Ceuta face a scary present and an uncertain future.</p><p>She told an Associated Press photojournalist how she and her family joined the massive crowd that tried to swim around a border fence to reach the Spanish territory on Thursday. Like many, she said they did so seeking better opportunities. The AP is withholding her identity because she is a minor in a vulnerable situation.</p><p>She described how she saw Spanish police pull the body of her 8-year-old brother from the water.</p><p>She made it to the shore but became separated from her mother, and has spent the last four days on her own. She said some locals gave her food and some clothing, with one woman taking her into her home so she could bathe. She then went to a center for youths run by the government for some help, but found it was full.</p><p>“I saw people stepping on the dead,” she said through a translator since she doesn't speak Spanish. “Now we are children begging on the street.”</p><p>She is one of some 860 minors who remained in Ceuta on Monday after crossing over, according to local officials. AP journalists saw other minors asking for food.</p><p>Those minors now make up a large part of the 3,000-5,000 migrants who have avoided expulsion from Ceuta of the original 60,000 who came across. Spanish authorities confirmed 72 people died, mostly in the water, during the crossing. Morocco reported 11 deaths which are not included in the Spanish total, the Spanish interior ministry said.</p><p>Minors must be cared for under Spanish law</p><p>Spanish law says that adult migrants can apply for asylum. If rejected, they will face expulsion procedures. The bar is normally very high for Moroccans to be granted humanitarian protection.</p><p>Migrant minors who are unaccompanied by adults, however, are supposed to be granted protection and taken care of by Spanish authorities.</p><p>An AP journalist witnessed Spanish soldiers escorting an unaccompanied Moroccan boy who was crying and begging not to be sent back to Morocco. A few meters before reaching the border, and due to pressure from local residents who insisted he was a minor, as well as the presence of the media, a lieutenant colonel in the Spanish Army stopped the repatriation and transferred the boy to the Spanish Civil Guard.</p><p>Most of the Moroccan adults have either voluntarily gone home or were pushed back by Spanish police. Among those who remain in Ceuta are significant numbers of people from other countries, including Sudanese fleeing their war-torn country, Palestinians from Gaza and Afghans, as well as people from several African nations.</p><p>The city’s migrant center with a capacity for 600 people is completely full. Food is scarce among the migrants, according to reporting by AP journalists.</p><p>“The strategy is that hunger, thirst and exhaustion forces these people to finally decide to voluntarily return to Morocco,” said local migration activist Ramsés Mohamed Azumik of Asociación Elín.</p><p>Many migrants sleep or rest on the beach or hills surrounding the spec of Spain. In the hazy distance, mainland Europe, their ultimate goal, lies across the sea.</p><p>___</p><p>Associated Press writer Joseph Wilson reported from Barcelona, Spain.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ILPRV23TPU62NZAW765SVIUDYQ.jpg?auth=7d23e17d790ab66b3b723ea0cb89b87acacc658b9bb2449b9b12f16e088244fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A 12-year-old unaccompanied minor who crossed into Spain is escorted by a Spanish soldier to the Spain-Morocco border as the child begs not to be sent back to Morocco from the Spanish enclave of Ceuta, Monday, Aug. 3, 2026. The forced deportation of the unaccompanied minor was stopped by a high-ranking official a few meters before the child reached the border after residents and journalists said the migrant was a minor. (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/WZOLEXSVB7N4YZPXM3JXG75ZTA.jpg?auth=898183ceabe669f8df369aafd3e2c02374c3e67fbee0ebac43178f27dc1a541d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A 12-year-old unaccompanied minor who crossed into Spain is escorted by a Spanish soldier to the Spain-Morocco border from the Spanish enclave of Ceuta, Monday, Aug. 3, 2026. The forced deportation of the unaccompanied minor was stopped by a high-ranking official a few meters before the child reached the border after residents and journalists said the migrant was a minor. (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/QCP7CEW33DCPPNEF4UC2XFFSD4.jpg?auth=c2ee9665973627b4825956415e2a7c3ce339e8b7f91181575d829d7dec5de6c7&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 gather around a bonfire 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/IWW7RRY7SACHKKTUDUG5BGXCWA.jpg?auth=56352b4f5fc35dcb9b61fd642eea4f073413d528b01a5ea48d217fde61b0d4cc&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 sleep on a beach in the Spanish enclave of Ceuta, Monday, Aug. 3, 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/N27VWWT4CU5D6JH4EDGWVO7P2E.jpg?auth=c7186cecfb63c0907152d6e4c2634901cde3b6bd63fec86e3737c163727b1e7c&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 gather on a beach in the Spanish enclave of Ceuta, Monday, Aug. 3, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content></item><item><title><![CDATA[Primer entrenamiento con equipo completo de los Dolphins en el campamento de 2026: ¿quién destacó y quién tuvo dificultades?]]></title><link>https://www.local10.com/espanol/2026/08/03/primer-entrenamiento-con-equipo-completo-de-los-dolphins-en-el-campamento-de-2026-quien-destaco-y-quien-tuvo-dificultades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/primer-entrenamiento-con-equipo-completo-de-los-dolphins-en-el-campamento-de-2026-quien-destaco-y-quien-tuvo-dificultades/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Miami Dolphins realizaron el lunes su primer entrenamiento con equipo completo del campamento de entrenamiento en el Baptist Health Training Complex, ofreciendo una visión más clara de varias competencias por puestos y de los desempeños individuales mientras el equipo continúa preparándose para la temporada regular.]]></description><pubDate>Mon, 03 Aug 2026 17:30:02 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Dolphins realizaron el lunes su primer entrenamiento con equipo completo del campamento de entrenamiento en el Baptist Health Training Complex, ofreciendo una visión más clara de varias competencias por puestos y de los desempeños individuales mientras el equipo continúa preparándose para la temporada regular.</p><p>El receptor abierto Malik Washington continuó con uno de los mejores campamentos de su carrera, al conectar con el mariscal de campo Malik Willis en varias jugadas explosivas.</p><p>Washington, quien entra en su tercera temporada en la NFL, atrapó múltiples pases de más de 20 yardas, incluidas recepciones tras superar a los esquineros Chris Johnson y JuJu Brents en jugadas distintas.</p><p>Con el receptor abierto Tyreek Hill fuera del roster tras ser dejado en libertad, Jaylen Waddle traspasado a los Denver Broncos y Nick Westbrook-Ikhine también dejado en libertad, Washington compite por un papel mucho más importante en la ofensiva de Miami y se ha convertido en uno de los objetivos favoritos de Willis en el inicio del campamento.</p><p>Los Dolphins también recibieron otra actuación alentadora del corredor Ollie Gordon II, quien mostró una mejor explosividad y corrió con un centro de gravedad más bajo en varias acarreos entre los tackles, después de decir que ese fue uno de los enfoques de su entrenamiento durante la temporada baja.</p><p>En defensa, el ala defensiva Chop Robinson continuó destacándose.</p><p>Robinson, quien terminó la temporada 2025 con cuatro capturas, consiguió lo que habrían sido capturas consecutivas tras superar al tackle izquierdo Patrick Paul durante los ejercicios de equipo. Robinson llegó al campamento tras aumentar de peso, pasando de 254 libras la temporada pasada a 265, mientras busca mejorar su producción en su tercera temporada en la NFL. El profundo Omar Brown también logró conseguir la tercera intercepción del día.</p><p>El apoyador Terrell Dodson realizó una de las mejores jugadas defensivas de la jornada al interceptar un pase desviado de Willis que rebotó en las manos del ala cerrada Cole Turner. Más tarde en la práctica, el esquinero Ethan Bonner sumó otra recuperación de balón con una intercepción al mariscal de campo Quinn Ewers.</p><h3><a href="https://x.com/MiamiDolphins?ref_src=twsrc%5Etfw" target="_blank" rel="noreferrer" title="https://x.com/MiamiDolphins?ref_src=twsrc%5Etfw">Publicaciones de MiamiDolphins</a></h3><p>La mayor preocupación del equipo siguió siendo la posición de tackle derecho.</p><p>El tackle derecho titular Austin Jackson fue retirado después de permitir dos capturas que habrían sido sacks y no regresó al campo. Jackson también perdió un duelo individual frente al ala defensiva Robert Beal Jr. El tackle Charlie Heck lo reemplazó, pero también tuvo dificultades en la protección de pase, dejando esa posición como una de las mayores incógnitas de Miami conforme avanza el campamento de entrenamiento.</p><p>Mientras la posición de tackle derecho sigue sin definirse, Jonah Savaiinaea continuó impresionando como guardia derecho. El jugador de 22 años, procedente de Arizona, respondió bien durante los ejercicios individuales frente al tackle defensivo Zach Sieler y completó otra sólida práctica.</p><p>El tackle defensivo Zeke Biggers superó al liniero ofensivo Andrew Meyer en otra repetición. Ha sido un buen campamento para el grupo de linieros defensivos interiores de los Dolphins.</p><p>El receptor abierto AJ Henning, <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="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/08/02/dolphins-offense-has-best-day-of-camp-during-1st-practice-in-front-of-fans/">quien dominó la práctica del domingo</a>, logró separarse en una ruta profunda frente al esquinero novato Chris Johnson, pero el pase de Willis quedó apenas fuera de su alcance cerca de la banda.</p><p>Johnson tuvo una jornada con altibajos, permitiendo varias recepciones profundas durante los ejercicios individuales después de conseguir una intercepción el domingo. El esquinero novato de primera ronda de Miami también tuvo dificultades en cobertura en algunos momentos y probablemente necesitará ser más físico en la línea de golpeo utilizando las manos para interrumpir la salida de los receptores.</p><p>El receptor abierto Jalen Tolbert abandonó brevemente la práctica tras sufrir una aparente lesión en la parte inferior del cuerpo durante los ejercicios individuales. Más tarde regresó a la sesión.</p><p>El receptor Chris Bell continuó con su proceso de recuperación, realizando trotes suaves junto a los entrenadores, separado de los ejercicios del equipo.</p><p>Está previsto que los Dolphins regresen al campo de entrenamiento a las 9:30 a.m. del miércoles en el Baptist Health Training Complex.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXHZYY64RRC6PNQK7ZNOZTUJOA.jpg?auth=1a690cfba48cbe0239fb9f4619623930e4b2081a712b02c1a2a922c106e35101&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade back-to-school prep includes new teacher induction for 200 in Hialeah ]]></title><link>https://www.local10.com/news/local/2026/08/03/miami-dade-back-to-school-prep-includes-new-teacher-induction-for-200-in-hialeah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/miami-dade-back-to-school-prep-includes-new-teacher-induction-for-200-in-hialeah/</guid><dc:creator><![CDATA[Linnie Supall, Andrea Torres]]></dc:creator><description><![CDATA[The 2026–27 academic year begins on Aug. 10 for students at Broward County Public Schools, on Aug. 11 for students at the Archdiocese of Miami Catholic Schools, and on Aug. 13 for students at Miami-Dade County Public Schools. ]]></description><pubDate>Mon, 03 Aug 2026 16:58:55 +0000</pubDate><content:encoded><![CDATA[<p>Superintendent José Dotres welcomed a group of about 200 teachers on Monday for training at the American Senior High School in Hialeah. </p><p>Dotres hosted the New Teacher Induction, or NTI, training, which included breakout sessions on lesson planning, discipline strategies, and pacing guides.</p><p>“This is the best school district in this country,” Dotres told the teachers.</p><p>Lenroy Williams said he is ready to work with students in the Junior Reserve Officers’ Training Corps, a federal program operated in schools by the U.S. Armed Forces.</p><p>“This is the best of both worlds for me,” Williams said. “I still get to wear the uniform, and I get to shape young minds.”</p><p>Maralys Valdes, an entrepreneur with experience in real estate, was preparing to teach fifth-grade students at Ben Sheppard Elementary School in Hialeah. </p><p>“It was the right time for me to switch over,” Valdes said about her career change. </p><p>The 2026–27 academic year begins <a href="https://www3.dadeschools.net/Calendars/home" target="_self" rel="" title="https://www3.dadeschools.net/Calendars/home">on Aug. 13 </a>for students at Miami-Dade County Public Schools, who will no longer have districtwide free meals. </p><p>The district cut 168 jobs and closed nine schools due to budget reductions related to declining student enrollment. </p><ol><li>Mandarin Lakes K-8 Academy</li><li>Robert Russa Moton Elementary</li><li>Parkway Elementary</li><li>Rainbow Park Elementary</li><li>Lenora B. Smith Elementary will move to Georgia Jones-Ayers Middle and transition to a K-8 center.</li><li>Phillis Wheatley Elementary</li><li>Pine Villa Elementary</li><li>Miami Springs Middle will move to Miami Springs Senior and transition to a 6-12 school.</li><li>Richmond Heights Middle will move to Arthur &amp; Polly Mays Conservatory of the Arts and transition to a K-12 school.</li></ol><p>State per-pupil funding allocations lowered after there were 13,000 fewer M-DCPS students from 2024-2025 to 2025-2026, according to the district.</p><p>The state’s universal <a href="https://www.fldoe.org/schools/school-choice/" target="_self" rel="" title="https://www.fldoe.org/schools/school-choice/">voucher program</a> has been causing private school enrollment to surge, <a href="https://www.floridapolicy.org/posts/florida-continues-to-drain-much-needed-funds-away-from-public-schools-to-private-and-home-school-students" target="_self" rel="" title="https://www.floridapolicy.org/posts/florida-continues-to-drain-much-needed-funds-away-from-public-schools-to-private-and-home-school-students">according</a> to the Florida Policy Institute, a nonprofit based in Orlando. </p><p>Classes start <a href="https://www.browardschools.com/p/~board/district-news-news-room-135038/post/bcps-announces-school-calendars-have-been-approved" target="_self" rel="" title="https://www.browardschools.com/p/~board/district-news-news-room-135038/post/bcps-announces-school-calendars-have-been-approved">on Aug. 10</a> for students at Broward County Public Schools, and <a href="https://www.miamiarch.org/CatholicDiocese.php?op=Office_of_Schools" target="_self" rel="" title="https://www.miamiarch.org/CatholicDiocese.php?op=Office_of_Schools">on Aug. 11</a> for students at the Archdiocese of Miami Catholic Schools. </p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/money/2026/08/03/here-is-a-list-of-10-back-to-school-shopping-deals-on-supplies/" target="_self" rel="" title="https://www.local10.com/money/2026/08/03/here-is-a-list-of-10-back-to-school-shopping-deals-on-supplies/">Here is a list of 10 back-to-school shopping deals on supplies</a></li><li><a href="https://www.local10.com/news/local/2026/08/02/local-10-chats-with-incoming-miami-dade-schools-superintendent-ahead-of-new-school-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/02/local-10-chats-with-incoming-miami-dade-schools-superintendent-ahead-of-new-school-year/">Local 10 chats with incoming Miami-Dade Schools Superintendent ahead of new school year</a></li><li><a href="https://www.local10.com/community/2026/08/01/miami-gardens-community-backpack-drive-helps-families-prepare-for-back-to-school-season/" target="_self" rel="" title="https://www.local10.com/community/2026/08/01/miami-gardens-community-backpack-drive-helps-families-prepare-for-back-to-school-season/">Miami Gardens community backpack drive helps families prepare for back-to-school season</a></li><li><a href="https://www.local10.com/news/local/2026/08/01/united-way-volunteers-pack-nearly-1k-backpacks-for-students-ahead-of-new-school-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/01/united-way-volunteers-pack-nearly-1k-backpacks-for-students-ahead-of-new-school-year/">United Way volunteers pack nearly 1K backpacks for students ahead of new school year</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Team Europe fills out Solheim Cup team with Leona Maguire and 3 rookies]]></title><link>https://www.local10.com/sports/2026/08/03/team-europe-fills-out-solheim-cup-team-with-leona-maguire-and-3-rookies/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/team-europe-fills-out-solheim-cup-team-with-leona-maguire-and-3-rookies/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LYTHAM ST. ANNES, England (AP) — Europe captain Anna Nordqvist finalized her Solheim Cup team Monday by adding veteran Leona Maguire and three rookies as her picks for the Sept. 11-13 matches in The Netherlands.]]></description><pubDate>Mon, 03 Aug 2026 17:16:15 +0000</pubDate><content:encoded><![CDATA[<p>LYTHAM ST. ANNES, England (AP) — Europe captain Anna Nordqvist finalized her Solheim Cup team Monday by adding veteran Leona Maguire and three rookies as her picks for the Sept. 11-13 matches in The Netherlands.</p><p>Charley Hull of England easily earned one of the two automatic spots from the Ladies European Tour points list. The other went to Esther Henseleit of Germany, who surged to No. 2 in the final two events.</p><p>Henseleit finished fourth in the Women's Scottish Open and then lost in a playoff at the Women's British Open (points are double in a major) to narrowly beat Chiara Tamburlini of Switzerland for the second spot.</p><p>Henseleit's 40-foot birdie putt to force a playoff with AIG Women's Open winner Shiho Kuwaki wound up costing Tamburlini a spot. Even without making it on points, Henseleit would have made her second straight team as one of the leading six players in the world ranking.</p><p>Those six spots instead fell to Solheim rookie Lottie Woad of England, Maja Stark and Linn Grant of Sweden, Carlota Ciganda of Spain, Celine Boutier of France and Nanna Koertz Madsen of Denmark.</p><p>Nordqvist added Maguire and rookies Julia Lopez Ramirez of Spain, Nastasia Nadaud of France and Mimi Rhodes of England. Rhodes is No. 91 in the world ranking. Tamburlini is at No. 109.</p><p>Missing from Team Europe is Dewi Weber of The Netherlands, who is ranked ahead of three of the captain's picks. She was ineligible, however, because the Dutch player did not realize she had to be an LET member. Weber finished third at the KPMG Women's PGA.</p><p>The 31-year-old Maguire's record is 8-3-1 in her three Solheim Cup appearances but she missed the cut in four of the five majors this year and has not won in two years.</p><p>Europe will try to win back the Solheim Cup after a three-point loss in Virginia two years ago. Team USA, which has yet to fill out its team, hasn't won on European soil since 2015.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7M4G33Y7PCZU6EEMGIPIKGXFHM.jpg?auth=fbe286130da0cf168473fd527f648a50a13e1b9f115b1e4c75637b4920a0d4c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charley Hull, of England, drops her club after driving 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/4S73LBJGVDRU2S2ZOUEKSGPNPU.jpg?auth=4c5f6a897b9468f54f94620c25d8769e978bd420a9c1664535d2af8491bf7b79&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, reacts after putting on 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[Notre Dame and USC agree to resume football rivalry with a 4-game series starting in 2030]]></title><link>https://www.local10.com/sports/2026/08/03/notre-dame-and-usc-agree-to-resume-football-rivalry-with-a-4-game-series-starting-in-2030/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/notre-dame-and-usc-agree-to-resume-football-rivalry-with-a-4-game-series-starting-in-2030/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[The Notre Dame-Southern California college football rivalry will start again in 2030.]]></description><pubDate>Mon, 03 Aug 2026 17:09:32 +0000</pubDate><content:encoded><![CDATA[<p>The Notre Dame-Southern California college football rivalry will start again in 2030.</p><p>The schools announced Monday they have agreed to a four-game home-and-home series. Notre Dame will play in Los Angeles on Aug. 31, 2030, and the Trojans will visit South Bend, Indiana, on Aug. 30, 2031. The meetings in 2032 and 2033 will be played in the first three weeks of the season.</p><p>The teams met each non-pandemic season from 1946-2025, typically in October or November, in what became known as “the greatest intersectional rivalry in college football." The exception was the 2020 season when most schools played a conference-only schedule.</p><p>Negotiations for the continuation of the series became challenging after USC joined the Big Ten in 2024. The Trojans expressed that they did not want to play nonconference games after September. Notre Dame beat the Trojans 34-24 in South Bend last Oct. 18, and the series officially went on hiatus in December when the Irish announced they had filled the last open spot on their 2026 schedule with a game at BYU.</p><p>Notre Dame and USC first played in 1926 and the Irish lead the series 53-38-5. The series also was put on hold from 1943-45, during World War II.</p><p>The two schools have combined to win 22 national championships and produce 15 Heisman Trophy winners, and the discontinuation prompted consternation on both sides. Navy is the only team Notre Dame has played more than USC, at 98 meetings.</p><p>Notre Dame and USC play for the Jeweled Shillelagh Trophy, a tradition which began in 1952. The Jeweled Shillelagh Trophy is presented by the Notre Dame Club of Los Angeles. Notre Dame victories are marked by green-jeweled shamrocks while USC victories are marked by ruby-jeweled Trojan heads.</p><p>“USC’s historic rivalry with Notre Dame holds a special place in the history of college football, and we are happy to resume a series that means so much to the entire Trojan Family,” USC athletic director Jen Cohen said. “It remains important for us to play this game early in the season, as it allows us to schedule competitively with our Big Ten peers and takes into account the health and best interests of our student-athletes and program. We are excited for our fans, and we look forward to more memorable matchups and unforgettable games between the Trojans and the Irish.”</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NWNLLT4QCMU47SXEIJRZUR2S24.jpg?auth=cf0bf008b4bf1f3d232c328bd41f76659a1c597ab263c9b2519f28bf512cf3c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southern California wide receiver Makai Lemon (6) catches a pass against Notre Dame's Tae Johnson (9) during the fourth quarter of an NCAA college football game, Oct. 18, 2025, in South Bend, Ind. (AP Photo/Paul Beaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content></item><item><title><![CDATA[Authorities seek a motive in the mass shooting at an Idaho In-N-Out Burger]]></title><link>https://www.local10.com/news/2026/08/03/authorities-seek-a-motive-in-the-mass-shooting-at-an-idaho-in-n-out-burger/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/03/authorities-seek-a-motive-in-the-mass-shooting-at-an-idaho-in-n-out-burger/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TWIN FALLS, Idaho (AP) — Investigators on Monday were trying to determine what led a 24-year-old man to open fire at an Idaho fast-food restaurant over the weekend, in an attack that left three people dead and seven others wounded before authorities say he killed himself.]]></description><pubDate>Mon, 03 Aug 2026 16:59:45 +0000</pubDate><content:encoded><![CDATA[<p>TWIN FALLS, Idaho (AP) — Investigators on Monday were trying to determine what led a 24-year-old man to open fire at an Idaho fast-food restaurant over the weekend, in an attack that left three people dead and seven others wounded before authorities say he killed himself.</p><p>Police Chief Matthew Hicks said Sunday detectives are confident that the gunman, identified as Chad Williams, acted alone in the shooting Saturday at an In-N-Out Burger in Twin Falls, a southern Idaho city of about 56,000 people.</p><p>He said Williams’ family is cooperating fully with the investigation.</p><p>An off-duty state trooper and a civilian fired on the attacker and diverted him from the restaurant, the chief said. Police haven't disclosed their names or those of the victims. Twin Falls spokesperson Josh Palmer said Monday that police are still trying to identify next of kin.</p><p>Two of the wounded were treated at a hospital and released, three were listed as stable, and two others were in critical condition, police said Sunday.</p><p>An In-N-Out employee was among those killed, the fast-food chain’s owner, Lynsi Snyder, said in a statement. She didn't identify the worker.</p><p>The restaurant, which opened July 24 as part of the California chain's Idaho expansion, is in a busy shopping plaza, and hundreds of people were in the area when the shooting happened.</p><p>Lane Koehn, 34, said he was at a nearby stoplight when he saw someone 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 man holding the rifle fired at least three or four rounds, though it wasn't clear if 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>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 via text message. “I left my car there in the parking lot.”</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><media:content url="https://www.local10.com/resizer/v2/MDPJFW5NMCFNHT4LXQWUXHLGVM.jpg?auth=4aa8b5b923593e2e2fdc4fa863d5f20844ad6134e924029fa8f8be7ac5b149a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map locating Twin Falls, Idaho. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Michigan reports the first 2 US deaths related to a diarrhea-causing parasite]]></title><link>https://www.local10.com/health/2026/08/03/michigan-reports-first-2-us-deaths-in-outbreak-of-cyclospora/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/03/michigan-reports-first-2-us-deaths-in-outbreak-of-cyclospora/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[Two people have died in the cyclospora outbreak in Michigan, state health officials announced Monday, the first deaths confirmed in the U.S. related to the microscopic parasite.]]></description><pubDate>Mon, 03 Aug 2026 17:32:46 +0000</pubDate><content:encoded><![CDATA[<p>Two people have died in the cyclospora outbreak in Michigan, state health officials announced Monday, the first deaths confirmed in the U.S. related to the microscopic parasite.</p><p>The Michigan Department of Health and Human Services said both people had underlying health conditions that may have been impacted by the intestinal illness and dehydration. The department said it would not provide additional information about the deaths.</p><p>Cyclospora is a microscopic, spherical parasite that commonly causes watery diarrhea “with frequent and sometimes explosive bowel movements,” according to the Centers for Disease Control and Prevention. Outbreaks tend to occur most often in the late spring and summer.</p><p>The CDC says the illness, called cyclosporiasis, is rarely deadly.</p><p>The heat-loving parasite infects the bowels and spreads through feces. In the past, people have been infected by consuming fruits or vegetables that were exposed to feces-contaminated irrigation water.</p><p>Cyclosporiasis is less common than other foodborne illnesses, including salmonella and E. coli. Many cases are never linked to a specific food or other source and, for years, few U.S. cyclospora outbreaks were reported. But the number started rising about a decade ago, with a particularly notable spike in 2018 and 2019.</p><p>Previously, 2019 saw the most reported U.S. cyclosporiasis cases, with about 4,700.</p><p>Since May 1, the CDC has received reports of more than 4,100 confirmed cases and is investigating more than 7,400 other likely cases across 41 states. The agency has warned that the total number of people sickened by the outbreak is likely higher than the official tally, given that not all cases are reported.</p><p>Federal health officials have identified lettuce from Mexico served at Taco Bell locations in nine states as a source of the widespread outbreak. As of late July, the number of cases linked to the lettuce was 1,947, including at least 98 people who had to be hospitalized, according to the CDC.</p><p>The agency has said other “brands, restaurants, retailers, or distribution channels” could be tied to the outbreak as the investigation continues.</p><p>___</p><p>Associated Press reporter Mike Stobbe in New York City contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GCM3UBKOQAXAIQVBI42SMEOGAM.jpg?auth=2474635d88661a6ef0043a3cfc6df4fe2bef7ec8b1d1600c68ff1c78304422f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo taken through a microscope provided by the CDC shows Cyclospora cayetanensis oocysts found in a fresh stool sample which had been prepared with a formalin solution and stained with safranin. (CDC via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Melanie Moser</media:credit></media:content></item><item><title><![CDATA[Cubans struggle to bounce back after 6th nationwide blackout this year]]></title><link>https://www.local10.com/news/world/2026/08/03/cubans-struggle-to-bounce-back-after-6th-nationwide-blackout-this-year/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/cubans-struggle-to-bounce-back-after-6th-nationwide-blackout-this-year/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[HAVANA (AP) — Cubans on Monday were recovering from the sixth islandwide blackout this year, as the nation remains in free-fall after the Trump administration effectively cut it off from oil in January.]]></description><pubDate>Mon, 03 Aug 2026 16:19:32 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Cubans on Monday were recovering from the sixth islandwide blackout this year, as the nation remains in free-fall after the Trump administration effectively cut it off from oil in January.</p><p>The energy grid collapses leave people with fewer options to get by as the U.S. keeps up a pressure campaign against the communist-led government.</p><p>Cuba’s government was working to restore power after the state-run electric company reported another “total” blackout Sunday night, without specifying the cause. That followed sweeping outages across western Cuba, including the cities of Pinar del Río, Matanzas and Havana.</p><p>By Monday, some electricity had been restored in Havana, but much of the Caribbean nation was still disconnected.</p><p>Cuba already had been reeling from years of economic and energy crisis, compounded by crumbling infrastructure and migration from the island. Then the U.S. threatened to impose a tariff on any goods from countries that sell or provide it with oil.</p><p>Energy authorities reported two nationwide grid collapses in March and three in July, along with several partial outages.</p><p>Rolling blackouts now last more than 20 hours a day. Obtaining gas and basic goods have become daylong endeavors. The island’s once bustling tourism industry has bottomed out. Hospitals have been left reeling.</p><p>Many in Havana struggle to sleep in the summer heat. Some now sleep along Havana’s famous boardwalk, the malecón, with the benefit of the sea breeze.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CZZBHGIGE5US5TKYAWSTDOKJ7Q.jpg?auth=a2529b1c892a9dec932b0b003bcdac8201eedbd286f805e082a48dd2485a184e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man sells fruit during a power outage in Havana, Cuba, Monday, Aug. 3, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KD5FYTXYDJ5P5SQFYDLRFLMDM4.jpg?auth=5f1f9d36eb550a1d0be698654e524e7a73f5f63f9a6bb080c5169c6901c95515&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men sit on the trunk of a car during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KZO23D4QUQISBXS6W2DIQ2TPDA.jpg?auth=ba54ba921368e61ae979473c676262fe194a4658b338d92c5cac0e5ac545205f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People catch the cool air from the street at their home's window during a blackout in Havana, Cuba, Friday, July 10, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJ7DC3QAA5QZVKU6NMHG2FQTJY.jpg?auth=ee6ac8fea835461a19f364ad4885542d97a75fb0eaf55a81814867e87aba4a54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man looks at his cell phone during a blackout in Havana, Cuba, Monday, July 6, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Homeless woman accused of attempted murder after beating near North Miami Beach ]]></title><link>https://www.local10.com/news/local/2026/08/03/homeless-woman-accused-of-attempted-murder-over-beating-near-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/homeless-woman-accused-of-attempted-murder-over-beating-near-north-miami-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A homeless man suffered a skull fracture after a homeless woman struck him with a stick about 20 times on Saturday near North Miami Beach, according to Miami-Dade Sheriff’s Office deputies.]]></description><pubDate>Mon, 03 Aug 2026 16:25:19 +0000</pubDate><content:encoded><![CDATA[<p>A homeless man suffered a skull fracture after a homeless woman struck him with a stick about 20 times on Saturday near North Miami Beach, according to Miami-Dade Sheriff’s Office deputies.</p><p>Miami-Dade Fire Rescue personnel and MDSO deputies with the Intracoastal District found the man injured shortly after 6:30 a.m. at Northeast Seventh Avenue and 167 Street, records show. </p><p>“In an attempt to stop the attack, the victim stated that he attempted to grab the [attacker’s] stick, and he also grabbed the [attacker’s] black sweatpants,” a deputy wrote, according to the arrest report. </p><p>MDFR personnel took the man to Jackson North Medical Center first and later to Jackson Memorial Hospital’s Ryder Trauma Center, according to MDSO deputies with the ID’s uniformed patrol.</p><p>Deputies identified the man’s alleged attacker as Viola Sharonda Patterson and reported finding her “sitting alone at the bus stop” across the street, according to a deputy’s arrest report. </p><p>“The defendant initially provided investigators with the legal name Melissa Michelle Ethridge,” a deputy wrote, adding that a fingerprint analysis revealed her true identity, according to the arrest report.</p><p>Miami-Dade corrections booked Patterson, 46, shortly after 6:10 p.m. on Saturday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Patterson faced charges of second-degree attempted murder, obstruction by a disguised person, and giving a false name or identification to law enforcement. Her bond was $8,500. </p><p>Miami-Dade County Circuit Judge Zachary N. James was set to preside over the case, according to court records. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UMKG7XSDHRB2XP7LRGEFIPYZMQ.png?auth=adae677e8e1cb540adf8b3771287fa3afb2538ab71a68dac5a728b4ec5966ead&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Viola Sharonda Patterson on Saturday in northeastern Miami-Dade County, records show.]]></media:description></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, Isabella Martin]]></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>The fire, known as the “Bluegill Fire,” burned more than 750 acres as of Monday.</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[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><a href="https://www.local10.com/espanol/2026/08/03/comienza-la-votacion-anticipada-en-miami-dade-y-monroe-jefe-de-elecciones-de-miami-dade-recuerda-a-votantes-la-flexibilidad-y-seguridad-del-proceso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/comienza-la-votacion-anticipada-en-miami-dade-y-monroe-jefe-de-elecciones-de-miami-dade-recuerda-a-votantes-la-flexibilidad-y-seguridad-del-proceso/">Leer en español</a></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[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><a href="https://www.local10.com/espanol/2026/08/03/extraditan-a-broward-a-mujer-acusada-de-matar-a-un-bebe-por-negligencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/extraditan-a-broward-a-mujer-acusada-de-matar-a-un-bebe-por-negligencia/">Leer en español</a></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><figure><img src="https://www.local10.com/resizer/v2/6A3M2EBCPRFFVFF3F7ARA2FQOM.jpg?auth=289e54531b639f2e32def3a93b11f94c90dc32455530d7460600a36ff27fa6e0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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 appeared in bond court Monday and was also ordered held without bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man carries victim to hospital after stabbing him in neck in Cutler Bay, deputies say]]></title><link>https://www.local10.com/news/local/2026/08/03/man-carries-victim-to-hospital-after-stabbing-him-in-neck-in-cutler-bay-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/man-carries-victim-to-hospital-after-stabbing-him-in-neck-in-cutler-bay-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man stabbed another man in the neck over the weekend after the victim tried to intervene when he saw the suspect arguing with a woman, who deputies later identified as the suspect’s wife, authorities said.]]></description><pubDate>Mon, 03 Aug 2026 15:53:58 +0000</pubDate><content:encoded><![CDATA[<p>A man stabbed another man in the neck over the weekend after the victim tried to intervene when he saw the suspect arguing with a woman, who deputies later identified as the suspect’s wife, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/03/hombre-lleva-a-victima-al-hospital-tras-apunalarla-en-el-cuello-en-cutler-bay-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/hombre-lleva-a-victima-al-hospital-tras-apunalarla-en-el-cuello-en-cutler-bay-dicen-agentes/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, the incident occurred at about 6:30 p.m. Saturday in the 19600 block of South Dixie Highway.</p><p>Deputies said the suspect, Michael Artidiello, 35, and the victim, both of whom are homeless, have known each other for about two months.</p><p>They said the men were in the rear parking lot of Fortis College Saturday when Artidiello got into an argument with his wife.</p><p>According to the report, the victim tried to intervene and a physical altercation ensued between him and Artidiello.</p><p>Artidiello then pulled out a pocketknife and stabbed the victim in the neck, causing a cut to his trachea, the report stated.</p><p>Deputies said Artidiello then carried the victim across the street to HCA Florida Cutler Bay Emergency.</p><p>The victim was then transported to Jackson South Medical Center, where he was listed in critical condition.</p><p>Deputies said Artidiello remained at the hospital until deputies arrived and took him into custody. His wife did not remain at the hospital. </p><p>According to the report, Artidiello provided some kind of admission, although his exact statement was redacted from the publicly released report.</p><p>He was arrested on a charge of aggravated battery causing great bodily harm.</p><p>As of Monday morning, Artidiello was being held at the Turner Guilford Knight Correctional Center without bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4ZELH2TCJBBPCJDXOJY27ZVXU.jpg?auth=913a9ab1c7e97322ccc6eb2904bc9a79b2b81d206ac4f058c3348a320e143f20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre lleva a víctima al hospital tras apuñalarla en el cuello en Cutler Bay, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/08/03/hombre-lleva-a-victima-al-hospital-tras-apunalarla-en-el-cuello-en-cutler-bay-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/hombre-lleva-a-victima-al-hospital-tras-apunalarla-en-el-cuello-en-cutler-bay-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre apuñaló a otro en el cuello durante el fin de semana después de que la víctima intentó intervenir al ver que el sospechoso discutía con una mujer, quien posteriormente fue identificada por los agentes como la esposa del sospechoso, informaron las autoridades.]]></description><pubDate>Mon, 03 Aug 2026 16:12:59 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre apuñaló a otro en el cuello durante el fin de semana después de que la víctima intentó intervenir al ver que el sospechoso discutía con una mujer, quien posteriormente fue identificada por los agentes como la esposa del sospechoso, informaron las autoridades.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade, el incidente ocurrió alrededor de las 6:30 p.m. del sábado en la cuadra 19600 de South Dixie Highway.</p><p>Los agentes informaron que el sospechoso, Michael Artidiello, de 35 años, y la víctima, ambos en situación de calle, se conocían desde hacía aproximadamente dos meses.</p><p>Indicaron que los hombres se encontraban el sábado en el estacionamiento trasero de Fortis College cuando Artidiello comenzó una discusión con su esposa.</p><p>Según el informe, la víctima intentó intervenir y se produjo un altercado físico entre él y Artidiello.</p><p>El informe señala que Artidiello sacó una navaja de bolsillo y apuñaló a la víctima en el cuello, provocándole un corte en la tráquea.</p><p>Los agentes informaron que Artidiello luego cargó a la víctima y la llevó al otro lado de la calle hasta el HCA Florida Cutler Bay Emergency.</p><p>Posteriormente, la víctima fue trasladada al Jackson South Medical Center, donde fue reportada en estado crítico.</p><p>Los agentes indicaron que Artidiello permaneció en el hospital hasta que llegaron y lo arrestaron. Su esposa no permaneció en el hospital.</p><p>Según el informe, Artidiello hizo algún tipo de confesión, aunque su declaración exacta fue censurada en la versión pública del informe.</p><p>Fue arrestado acusado de agresión agravada que causó lesiones corporales graves.</p><p>Hasta la mañana del lunes, Artidiello permanecía detenido en el Centro Correccional Turner Guilford Knight sin derecho a fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4ZELH2TCJBBPCJDXOJY27ZVXU.jpg?auth=913a9ab1c7e97322ccc6eb2904bc9a79b2b81d206ac4f058c3348a320e143f20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[“Ese hombre acaba de matarme”: agentes revelan últimas palabras de víctima tras apuñalamiento mortal en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/08/03/ese-hombre-acaba-de-matarme-agentes-revelan-ultimas-palabras-de-victima-tras-apunalamiento-mortal-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/ese-hombre-acaba-de-matarme-agentes-revelan-ultimas-palabras-de-victima-tras-apunalamiento-mortal-en-hallandale-beach/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de 27 años enfrenta un cargo de asesinato en primer grado por apuñalar mortalmente con un machete a su compañero de cuarto en un parque de casas móviles de Hallandale Beach la tarde del domingo, según la Policía.]]></description><pubDate>Mon, 03 Aug 2026 16:08:27 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 27 años enfrenta un cargo de asesinato en primer grado por apuñalar fatalmente con un machete a su compañero de cuarto en un parque de casas móviles de Hallandale Beach la tarde del domingo, según la Policía.</p><p>El hecho ocurrió alrededor de la 1:15 p.m. en la cuadra 300 de Sea Esta Lane, dentro del Sea Esta Mobile Home Park, cerca del casino The Big Easy, informó la Policía.</p><p>Los investigadores dijeron que un video de vigilancia muestra a Edy Rivas Rizo persiguiendo a su compañero de cuarto, cuyo nombre fue censurado en un informe de arresto obtenido por Local 10 News el lunes, apuñalándolo en el área de la axila y luego forcejeando con él en el suelo.</p><p>La Policía informó que dos testigos lograron quitarle el machete de las manos a Rivas. Además, indicó que las imágenes muestran a la víctima caminando hacia el oeste “aproximadamente 15 yardas” antes de desplomarse. Uno de los testigos llamó al 911 y la víctima fue trasladada al HCA Florida Aventura Hospital, donde posteriormente fue declarada muerta.</p><p>Uno de los testigos dijo más tarde a la Policía que escuchó a la víctima decir: “Ese hombre acaba de matarme”, mientras señalaba a Rivas, justo antes de desplomarse.</p><p>La Policía informó que obtuvo una orden de registro para la vivienda de Rivas, donde encontró “una gran cantidad de sangre” y localizó el machete atascado entre dos puertas en un área de almacenamiento.</p><p>Según el informe de arresto, Rivas afirmó que la víctima lo había atacado mientras él bebía cervezas al aire libre con otros dos hombres y aseguró que entró a buscar el machete porque temía por su vida.</p><p>La Policía indicó que Rivas afirmó que la víctima “cayó accidentalmente sobre la hoja” durante el forcejeo y negó haberla perseguido, pese a lo que mostraba el video.</p><p>Sin embargo, después de que le mostraron las imágenes de vigilancia, la Policía informó que “admitió haberlo perseguido, pero dijo que su intención era golpearlo con el lado plano de la hoja y no con el filo”.</p><p>Los agentes arrestaron posteriormente a Rivas. Hasta la mañana del lunes, permanecía detenido en la cárcel principal del condado Broward sin derecho a fianza.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m17!1m11!1m3!1d5314.002360734945!2d-80.14668940492037!3d25.99261011590908!2m2!1f0!2f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9ab81973d8695%3A0x43391c1c556c138c!2sSea%20Esta%20Ln%2C%20Hallandale%20Beach%2C%20FL%2033009!5e1!3m2!1sen!2sus!4v1785772132177!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HGH2CW56TZHXJA67LAMWM7P6Q4.jpg?auth=6f28d27536b952d68c15ba7d93a2bf8a81201c5d2d92c9f6b6000bac397c30a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edy Rivas Rizo]]></media:description></media:content></item><item><title><![CDATA[‘That guy just killed me’ were victim’s last words after fatal Hallandale Beach stabbing, cops say]]></title><link>https://www.local10.com/news/local/2026/08/03/that-guy-just-killed-me-were-victims-last-words-after-fatal-hallandale-beach-stabbing-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/that-guy-just-killed-me-were-victims-last-words-after-fatal-hallandale-beach-stabbing-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A 27-year-old man is facing a first-degree murder charge for fatally stabbing his roommate with a machete at a Hallandale Beach mobile home park on Sunday afternoon, according to police.]]></description><pubDate>Mon, 03 Aug 2026 15:49:46 +0000</pubDate><content:encoded><![CDATA[<p>A 27-year-old man is facing a first-degree murder charge for fatally stabbing his roommate with a machete at a Hallandale Beach mobile home park on Sunday afternoon, according to police.</p><p><a href="https://www.local10.com/espanol/2026/08/03/ese-hombre-acaba-de-matarme-agentes-revelan-ultimas-palabras-de-victima-tras-apunalamiento-mortal-en-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/ese-hombre-acaba-de-matarme-agentes-revelan-ultimas-palabras-de-victima-tras-apunalamiento-mortal-en-hallandale-beach/">Leer en español</a></p><p>It happened at around 1:15 p.m. in the 300 block of Sea Esta Lane, within the Sea Esta Mobile Home Park, near the The Big Easy Casino, police said.</p><p>Investigators said surveillance video showed Edy Rivas Rizo chasing his roommate, whose name was redacted from an arrest report obtained by Local 10 News on Monday, stabbing him in the armpit area and then scuffling with him on the ground.</p><p>Two witnesses were able to get the knife out of Rivas’ hand, police said. Police said the footage showed the victim walking west for “approximately 15 yards” before collapsing. One of the witnesses called 911 and the victim was taken to HCA Florida Aventura Hospital, where he was later pronounced dead.</p><p>One of them later told police that he said he heard the victim say, “That guy just killed me,” motioning towards Rivas, immediately before collapsing.</p><p>Police said they obtained a search warrant for Rivas’ home and found “a large amount of blood” within and found the machete wedged between two doors in a storage area.</p><p>According to the arrest report, Rivas claimed that the victim had attacked him while he was drinking beers outside with two other men and claimed he went in and got the machete out of fear for his life.</p><p>Police said that Rivas claimed that the victim “accidentally fell on the blade” during the struggle and denied chasing the video.</p><p>But after being shown the surveillance footage, police said he “admitted to chasing him but stated that he meant to strike him with the broad side of the blade, not the sharp edge.”</p><p>Officers arrested Rivas afterward. As of Monday morning, he was being held without bond in the Broward County Main Jail.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m17!1m11!1m3!1d5314.002360734945!2d-80.14668940492037!3d25.99261011590908!2m2!1f0!2f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9ab81973d8695%3A0x43391c1c556c138c!2sSea%20Esta%20Ln%2C%20Hallandale%20Beach%2C%20FL%2033009!5e1!3m2!1sen!2sus!4v1785772132177!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></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/HGH2CW56TZHXJA67LAMWM7P6Q4.jpg?auth=6f28d27536b952d68c15ba7d93a2bf8a81201c5d2d92c9f6b6000bac397c30a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edy Rivas Rizo]]></media:description></media:content></item><item><title><![CDATA[Shaping up for a quiet first half of August across the Atlantic]]></title><link>https://www.local10.com/weather/hurricane/2026/08/03/shaping-up-for-a-quiet-first-half-of-august-across-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/03/shaping-up-for-a-quiet-first-half-of-august-across-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[August can be a two-faced month for the Atlantic hurricane season. The month’s opening salvo can be muffled or, in some years, non-existent, but by the closing week of August the basin is typically off to the races, climbing quickly to its early September peak.]]></description><pubDate>Mon, 03 Aug 2026 15:25:10 +0000</pubDate><content:encoded><![CDATA[<p>August can be a two-faced month for the Atlantic hurricane season. The month’s opening salvo can be muffled or, in some years, non-existent, but by the closing week of August the basin is typically off to the races, climbing quickly to its early September peak.</p><p><a href="https://www.local10.com/espanol/2026/08/03/se-perfila-una-primera-mitad-de-agosto-tranquila-en-el-atlantico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/se-perfila-una-primera-mitad-de-agosto-tranquila-en-el-atlantico/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/HMLEPRPC5BFXJIC4WIJY4B5VOU.PNG?auth=56a05fa54dded1c73c113c1006fcd18a42ca98030f8580b17915043d00241251&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/6ETYFGY4PZGPNFGADUWWB5CJQI.PNG?auth=a5240e133b5acfa28fce9d2628145bf08fd5e048ec1c49a89d7f2f9a89d4a418&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>That’s in a typical season of course and not every season follows the calendar to the letter. We only have to go back to 2022 to find an August without a single tropical depression, named storm, or hurricane. But a scoreless August is a rare treat and although 2022 ultimately culminated with a burst of storm activity in September – including Hurricane Ian which decimated southwest Florida – in more years than not, a quiet August tends to portend lower levels of activity in September and October (see 1997 for an August shutout that ended as one of the least active seasons of the past 30 years).</p><p>We’ll see what this August brings, but regardless, we’re nearing the inflection point of the season where seasonal activity quickly catches up to the calendar. As of August 3<sup>rd</sup>, we’re 34% through the 6-month hurricane season, but with 92% of typical hurricane season activity still ahead. Roughly 93% of hurricanes historically form after August 3<sup>rd</sup>. But August chips away at those numbers, especially by its dying days and by mid-September the calendar and typical activity begin to mirror one another (that is, on average we’re roughly through 60% of the hurricane season by both calendar day and typical activity metrics come mid-September).</p><h3><b>Development unlikely through the middle of August</b></h3><p>On average over the past 30 years, the first half of August has recorded two tropical systems and one named storm. While hurricanes can happen, they form less frequently in the first part of the month compared to the latter part of August.</p><figure><img src="https://www.local10.com/resizer/v2/IMWTWWK66NAS3MJBRABILLNIHU.png?auth=d3536e3963e16471fe1741639305ed2b0b29cf5264dd949b4ae76bab0dcbea95&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>This August should start more like 2019, 2022, and 2023 which saw goose eggs to begin the first primetime month of the hurricane season. Those seasons picked up later on but if we’re lucky – with the historic El Niño taming the Atlantic – 2026 will end more like 2015 or 1997 which had no activity to start August and also ended with below average hurricane activity.</p><p>The disturbance we discussed in Friday’s newsletter that’ll be nearing the southeast U.S. this weekend isn’t expected to develop. The outlier American GFS boguscane that we mentioned Friday is, to no one’s surprise, no longer showing up in the model.</p><figure><img src="https://www.local10.com/resizer/v2/YX43D4PWZJCLFPXFJN6MGMKRT4.gif?auth=71e9a2896ef5192a822e32c29df595f37ea63cb3ac48d117ba154213a083d787&smart=true&width=1200&height=900" alt="American GFS forecast from early last Friday showing a hurricane off the southeast U.S. by this weekend. The outlier scenario depicted by the model – which has a history of spinning up so-called “boguscanes,” especially for forecasts further out in time – has since vanished in the latest model runs. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>American GFS forecast from early last Friday showing a hurricane off the southeast U.S. by this weekend. The outlier scenario depicted by the model – which has a history of spinning up so-called “boguscanes,” especially for forecasts further out in time – has since vanished in the latest model runs. Credit: TropicalTidbits.com.</figcaption></figure><p>Meanwhile, models remain mostly lukewarm on development changes for a system in the far east Atlantic between Africa and the Caribbean by the middle part of the month. We’re still more than 10 days out, but development odds haven’t trended up since last week. We’ll check back but obviously this is nothing for us to worry about for now.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F65H4NZJ5JE5JDEJ4I65RMVUIQ.PNG?auth=acbf494f213f49e35ea1518c88fc5bf35c347b2a29d467524240f2903c62c852&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Se perfila una primera mitad de agosto tranquila en el Atlántico]]></title><link>https://www.local10.com/espanol/2026/08/03/se-perfila-una-primera-mitad-de-agosto-tranquila-en-el-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/se-perfila-una-primera-mitad-de-agosto-tranquila-en-el-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Agosto puede ser un mes de dos caras para la temporada de huracanes en el Atlántico. El inicio del mes puede ser tranquilo o, en algunos años, prácticamente inexistente en cuanto a actividad, pero para la última semana de agosto la cuenca suele cobrar fuerza rápidamente, encaminándose hacia su pico de actividad a principios de septiembre.]]></description><pubDate>Mon, 03 Aug 2026 15:58:58 +0000</pubDate><content:encoded><![CDATA[<p>Agosto puede ser un mes de dos caras para la temporada de huracanes del Atlántico. El inicio del mes puede ser discreto o, en algunos años, inexistente, pero para la última semana de agosto la cuenca suele estar en pleno apogeo, alcanzando rápidamente su punto máximo a principios de septiembre.</p><figure><img src="https://www.local10.com/resizer/v2/HMLEPRPC5BFXJIC4WIJY4B5VOU.PNG?auth=56a05fa54dded1c73c113c1006fcd18a42ca98030f8580b17915043d00241251&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/6ETYFGY4PZGPNFGADUWWB5CJQI.PNG?auth=a5240e133b5acfa28fce9d2628145bf08fd5e048ec1c49a89d7f2f9a89d4a418&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Eso ocurre en una temporada típica, por supuesto, y no todas las temporadas siguen el calendario al pie de la letra. Basta con remontarse a 2022 para encontrar un agosto sin una sola depresión tropical, tormenta con nombre o huracán. Pero un agosto sin tormentas es un lujo poco común, y aunque 2022 culminó con una intensa actividad ciclónica en septiembre, incluyendo el huracán Ian que devastó el suroeste de Florida, en la mayoría de los años, un agosto tranquilo suele presagiar niveles más bajos de actividad en septiembre y octubre (véase 1997, un agosto sin tormentas que terminó siendo una de las temporadas menos activas de los últimos 30 años).</p><p>Veremos qué nos depara agosto, pero, en cualquier caso, nos acercamos al punto de inflexión de la temporada, donde la actividad estacional se ajusta rápidamente al calendario. Al 3 de agosto <sup>,</sup> llevamos un 34% de la temporada de huracanes de seis meses, pero aún queda por delante el 92% de la actividad típica de la temporada. Históricamente, aproximadamente el 93% de los huracanes se forman después del 3 de agosto <sup>.</sup> Sin embargo, agosto reduce esas cifras, especialmente en sus últimos días, y a mediados de septiembre el calendario y la actividad típica comienzan a coincidir (es decir, en promedio, a mediados de septiembre llevamos aproximadamente un 60% de la temporada de huracanes, tanto en días del calendario como en métricas de actividad típica).</p><h3><b>Es improbable que se produzcan novedades hasta mediados de agosto.</b></h3><p>En promedio, durante los últimos 30 años, la primera quincena de agosto ha registrado dos sistemas tropicales y una tormenta con nombre. Si bien pueden ocurrir huracanes, se forman con menos frecuencia en la primera parte del mes que en la segunda quincena de agosto.</p><figure><img src="https://www.local10.com/resizer/v2/IMWTWWK66NAS3MJBRABILLNIHU.png?auth=d3536e3963e16471fe1741639305ed2b0b29cf5264dd949b4ae76bab0dcbea95&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Este agosto debería comenzar de forma similar a 2019, 2022 y 2023, años en los que no se registró actividad alguna al inicio del primer mes de la temporada de huracanes. Si bien esas temporadas repuntaron posteriormente, si tenemos suerte —con el histórico fenómeno de El Niño calmando el Atlántico—, 2026 terminará de manera parecida a 2015 o 1997, años en los que no hubo actividad al comienzo de agosto y también se registró una actividad de huracanes inferior a la media.</p><p>No se espera que se desarrolle la perturbación que comentamos en el boletín del viernes, que se acercará al sureste de Estados Unidos este fin de semana. El fenómeno atípico estadounidense, boguscane, que mencionamos el viernes, ya no aparece en el modelo, como era de esperar.</p><figure><img src="https://www.local10.com/resizer/v2/YX43D4PWZJCLFPXFJN6MGMKRT4.gif?auth=71e9a2896ef5192a822e32c29df595f37ea63cb3ac48d117ba154213a083d787&smart=true&width=1200&height=900" alt="American GFS forecast from early last Friday showing a hurricane off the southeast U.S. by this weekend. The outlier scenario depicted by the model – which has a history of spinning up so-called “boguscanes,” especially for forecasts further out in time – has since vanished in the latest model runs. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>American GFS forecast from early last Friday showing a hurricane off the southeast U.S. by this weekend. The outlier scenario depicted by the model – which has a history of spinning up so-called “boguscanes,” especially for forecasts further out in time – has since vanished in the latest model runs. Credit: TropicalTidbits.com.</figcaption></figure><p>Mientras tanto, los modelos siguen siendo poco optimistas respecto a posibles cambios en la evolución de un sistema en el Atlántico oriental, entre África y el Caribe, para mediados de mes. Aún faltan más de 10 días, pero las probabilidades de desarrollo no han aumentado desde la semana pasada. Revisaremos la situación, pero por ahora no hay motivo de preocupación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F65H4NZJ5JE5JDEJ4I65RMVUIQ.PNG?auth=acbf494f213f49e35ea1518c88fc5bf35c347b2a29d467524240f2903c62c852&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Deputies arrest 18-year-old driver over ‘doing donuts’ at Miami Lakes street takeover]]></title><link>https://www.local10.com/traffic/2026/08/03/deputies-arrest-18-year-old-driver-over-donuts-in-miami-lakes-street-takeover/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/03/deputies-arrest-18-year-old-driver-over-donuts-in-miami-lakes-street-takeover/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Drivers performed stunts during an intersection takeover that involved 40 to 50 cars and 70 to 80 spectators on Sunday in Miami Lakes, according to Miami-Dade Sheriff’s Office deputies. ]]></description><pubDate>Mon, 03 Aug 2026 15:45:40 +0000</pubDate><content:encoded><![CDATA[<p>Drivers performed stunts during an intersection takeover that involved 40 to 50 cars and 70 to 80 spectators on Sunday in Miami Lakes, according to Miami-Dade Sheriff’s Office deputies. </p><p>Shawn Nunn was driving a gray Dodge Charger and “doing donuts” shortly before 1:40 a.m. in “the pit” at Northwest 158 Street, near 59 Avenue, according to MDSO deputies with the Homeland Security Bureau. </p><p>Nunn, 18, was driving the Dodge Charger shortly before 2:50 a.m. at Northwest 110 Avenue and 96 Street, near Doral, according to MDSO deputies with the Homeland Security Bureau.</p><p>Deputies arrested Nunn, of Fort Lauderdale, at 4:15 a.m. on Sunday at the Wawa gas station at 11590 NW South River Drive in Medley, according to deputies with the HS bureau’s intelligence and investigations section. </p><p>“Shortly after the criminal act was committed, the vehicle was towed, and a 30-day hold was placed on the vehicle,” a deputy wrote, according to the arrest report. </p><p>Miami-Dade corrections booked Nunn shortly after 5:40 a.m. on Sunday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Nunn faced two counts of drag racing and coordinated street takeovers. In Florida, the charge is a first-degree misdemeanor for the first offense that can escalate to a third-degree felony.</p><p>Nunn’s bond was $5,000. Miami-Dade County Circuit Judge Michelle Ashby Delancy is set to preside over the case, according to court records. </p><p> <i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5KOWLODFE5AFRDHL6JOV2DTPNU.png?auth=98841541d6b0533f5eaad7afba12e5cf815e820176b358a8565a39f8e55d4407&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Shawn Nunn on Sunday morning in Medley, records show.]]></media:description></media:content></item><item><title><![CDATA[“Los odio”: acusan a mujer de atacar a hombre judío en una tienda Target de North Miami Beach]]></title><link>https://www.local10.com/espanol/2026/08/03/los-odio-acusan-a-mujer-de-atacar-a-hombre-judio-en-una-tienda-target-de-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/los-odio-acusan-a-mujer-de-atacar-a-hombre-judio-en-una-tienda-target-de-north-miami-beach/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer enfrenta múltiples cargos por atacar a un hombre judío que estaba sentado en un Starbucks dentro de una tienda Target en North Miami Beach durante el fin de semana, según la Policía.]]></description><pubDate>Mon, 03 Aug 2026 15:16:14 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer enfrenta múltiples cargos por atacar a un hombre judío que estaba sentado en un Starbucks dentro de una tienda Target en North Miami Beach durante el fin de semana, según la Policía.</p><p>La Policía de North Miami Beach informó que el ataque ocurrió alrededor de las 2:40 p.m. del domingo en la tienda Target ubicada en el 14075 de Biscayne Blvd. y que estuvo motivado por el odio.</p><p>Un informe de arresto indica que Chyvonne Juanita Palmer, de 43 años y residente de North Miami, “se levantó repentinamente”, se acercó al hombre, quien llevaba una kipá y estaba sentado al otro lado del área de asientos del Starbucks, “y comenzó a gritarle”.</p><p>La Policía informó que Palmer lo golpeó dos veces con un teléfono celular y luego regresó a su asiento. Sin embargo, volvió a levantarse y esta vez tomó una silla de metal mientras regresaba hacia la víctima.</p><p>Según el informe, un testigo dijo a los agentes que Palmer intentó golpear a la víctima y “gritaba repetidamente: “Los odio””.</p><p>La Policía informó que el testigo, junto con otra mujer, intervino para evitar que la víctima fuera golpeada con la silla, y que una de ellas llevó al hombre al baño de hombres para ponerlo a salvo.</p><p>La Policía arrestó a Palmer acusada de agresión agravada, agresión agravada con un arma mortal por prejuicio y alteración del orden público.</p><p>En el informe, los agentes indicaron que “intentaron hablar con Palmer; sin embargo, sus declaraciones eran inconsistentes y no estaban relacionadas con las circunstancias. Continuamente hablaba de una mujer desconocida que quería atacarla”.</p><p>Los registros en línea muestran que, hasta la mañana del lunes, Palmer permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza pendiente de ser fijada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXE5Y23KUBDZFOYZKLQM7MMSN4.jpg?auth=57e52ba361e3ccfca660cf9520409b7113ba152a9dbeaa483873ffb32dfd12d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chyvonne Palmer]]></media:description></media:content></item><item><title><![CDATA[‘I hate them’: Woman accused of attacking Jewish man in North Miami Beach Target]]></title><link>https://www.local10.com/news/local/2026/08/03/i-hate-them-woman-accused-of-attacking-jewish-man-in-north-miami-beach-target/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/i-hate-them-woman-accused-of-attacking-jewish-man-in-north-miami-beach-target/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman is facing multiple charges for attacking a Jewish man sitting at an in-store Starbucks at a Target in North Miami Beach over the weekend, according to police.]]></description><pubDate>Mon, 03 Aug 2026 14:51:21 +0000</pubDate><content:encoded><![CDATA[<p>A woman is facing multiple charges for attacking a Jewish man sitting at an in-store Starbucks at a Target in North Miami Beach over the weekend, according to police.</p><p><a href="https://www.local10.com/espanol/2026/08/03/los-odio-acusan-a-mujer-de-atacar-a-hombre-judio-en-una-tienda-target-de-north-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/los-odio-acusan-a-mujer-de-atacar-a-hombre-judio-en-una-tienda-target-de-north-miami-beach/">Leer en español</a></p><p>North Miami Beach police said the attack happened at around 2:40 p.m. Sunday at the Target at 14075 Biscayne Blvd. and was motivated by hatred.</p><p>An arrest report states that Chyvonne Juanita Palmer, 43, of North Miami, “suddenly stood up” and approached the man, who was wearing a yarmulke and sitting on the opposite side of the Starbucks seating area, “and began screaming and yelling at him.”</p><p>Police said Palmer hit him twice with a cellphone and returned to her seat. But they said she got back up again and, this time, wielded a metal chair as she went back to the victim.</p><p>According to the report, a witness told officers that Palmer tried to strike the victim and “repeatedly shouted ‘I hate them.’”</p><p>The witness, along with another woman, intervened to stop the would-be chair beating, police said, with one of them ushering the victim into the men’s bathroom to safety.</p><p>Police took Palmer into custody on charges of aggravated battery, aggravated assault with a deadly weapon with prejudice and disorderly conduct.</p><p>In the report, they said that “officers attempted to speak to Palmer; however, her statements were inconsistent and unrelated to the circumstances. She continually talked about an unknown female wanting to attack.”</p><p>Online records show that Palmer was being held in the Turner Guilford Knight Correctional Center with a bond listed as “to be set” as of Monday morning.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12199.345762153082!2d-80.16062550087287!3d25.904077857968616!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9ad8e1f4f5b05%3A0x38fdd1612d58627f!2sTarget!5e1!3m2!1sen!2sus!4v1785768355637!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></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/WXE5Y23KUBDZFOYZKLQM7MMSN4.jpg?auth=57e52ba361e3ccfca660cf9520409b7113ba152a9dbeaa483873ffb32dfd12d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chyvonne Palmer]]></media:description></media:content></item><item><title><![CDATA[‘Spider-Man: Brand New Day’ beats ‘Avengers: Endgame’ box office record]]></title><link>https://www.local10.com/business/2026/08/03/spider-man-brand-new-day-beats-avengers-endgame-box-office-record/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/03/spider-man-brand-new-day-beats-avengers-endgame-box-office-record/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[Spider-Man beat the Avengers at the box office. “Spider-Man: Brand New Day” broke the “Avengers: Endgame” record for the biggest North American opening weekend with $360 million in ticket sales from theaters in the U.S. and Canada, Sony Pictures said Monday.]]></description><pubDate>Mon, 03 Aug 2026 15:14:02 +0000</pubDate><content:encoded><![CDATA[<p>Spider-Man beat the Avengers at the box office. “Spider-Man: Brand New Day” broke the “Avengers: Endgame” record for the biggest North American opening weekend with $360 million in ticket sales from theaters in the U.S. and Canada, Sony Pictures said Monday.</p><p>Sony on Sunday projected that “Spider-Man” would net an estimated $355 million in its first weekend playing in 4,487 theaters, just barely missing the 2019 “Avengers: Endgame” record of $357 million. But the fourth Spider-Man movie starring Tom Holland had a stronger than expected Sunday and ultimately came in ahead.</p><p>Tom Rothman, the chairman and CEO of Sony Pictures Motion Picture Group said in a statement, “records are made to be broken, but we will take great pride in this one, for as long as we hold it.”</p><p>Before “Avengers: Endgame,” no movie had opened over $300 million domestically. The previous record holders were “Avengers: Infinity War,” which launched with $257 million in 2018, and “Star Wars: The Force Awakens” ($247 million in 2015). In December 2021, during the pandemic, the third Holland Spider-Man movie “No Way Home,” earned a place on the list with a $260 million debut on its way to $1.9 billion globally.</p><p>The high-earning combination of “Spider-Man: Brand New Day” and “The Odyssey,” which share actors Holland, Zendaya and Jon Bernthal, also propelled a record weekend overall for movie theaters in the U.S. and Canada.</p><p>According to Rentrak, the domestic box office overall is up over 15% from last year with over $6.2 billion in ticket sales to date.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOWWBZBXLJPXSPP6HKYGSSOGGU.jpg?auth=6b0e898986bd3e8daf183db620c0b2919772968fe72d8d82cf20eda9a12cbc14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Holland poses 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/S6ZUFL53UGGWRLCSPNHLJNKSLI.jpg?auth=4fadcb2ce48d348bfc94bc8356eb0bf1fbc02570894ba530034a2697d3788c06&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/AMJHZRBGEQ7OKT33G6HYVXHJAY.jpg?auth=f58d543c6c69ab08a68b298ba3a099f1b728a8ed89c5c62c5ad48ee4e82d5146&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zendaya poses 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/JYDHZQZYM25K6JSH4VC4Q7XDWY.jpg?auth=ad9b4cd011e7f8de143fe175b5be386b2acec85c1f0245ea7d18024e5b829e28&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 a scene from "Spider-Man: Brand New Day." (Sony Pictures via AP)]]></media:description></media:content></item><item><title><![CDATA[MLB trade deadline: Phillies add Luis Arraez as table-setter for Harper and Schwarber]]></title><link>https://www.local10.com/sports/2026/08/03/mlb-trade-deadline-phillies-add-luis-arraez-as-table-setter-for-harper-and-schwarber/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/mlb-trade-deadline-phillies-add-luis-arraez-as-table-setter-for-harper-and-schwarber/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[The Philadelphia Phillies took a big swing early Monday ahead of baseball's trade deadline, acquiring three-time batting champion Luis Arraez from the San Francisco Giants to create RBI opportunities for sluggers Bryce Harper and Kyle Schwarber.]]></description><pubDate>Mon, 03 Aug 2026 16:55:21 +0000</pubDate><content:encoded><![CDATA[<p>The Philadelphia Phillies took a big swing early Monday ahead of baseball's trade deadline, acquiring three-time batting champion Luis Arraez from the San Francisco Giants to create RBI opportunities for sluggers Bryce Harper and Kyle Schwarber.</p><p>Arraez is hitting an NL-best .324 in a resurgent season after signing a $12 million, one-year deal with San Francisco early in spring training. The 29-year-old has his highest batting average since 2023, and he's played better defense at second base after questions about his glove hindered his market in free agency.</p><p>Schwarber is second in the majors with 33 home runs entering Monday yet ranks 31st with 63 RBIs, while Harper has driven in 66. The team's .304 on-base percentage is the second lowest in the majors.</p><p>Philly also got reliever Caleb Kilian back from the Giants in the trade for two minor leaguers, and it swung a separate deal for left-handed reliever Brooks Raley with the New York Mets.</p><p>The Los Angeles Dodgers woke up already looking like the deadline's biggest winners after adding two-time Cy Young Award winner Tarik Skubal to a loaded roster Sunday. The Dodgers are chasing a third straight World Series title.</p><p>Over in the American League, Tampa Bay beefed up its rotation Sunday 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. Also on Sunday, the Chicago Cubs added Kevin Gausman to their rotation in a trade with the Toronto Blue Jays.</p><p>The trade deadline is Monday at 6 p.m. EDT. Some enticing options still remain, including San Diego Padres closer Mason Miller and Toronto Blue Jays outfielder Daulton Varsho.</p><p>Other trades of note</p><p>— The Seattle Mariners acquired outfielder Taylor Ward from the Baltimore Orioles in exchange for minor league right-handers Alex Hoppe, Brock Moore and Harrison Kreiling, a person familiar with the deal told The Associated Press on Monday. Ward, 32, is hitting .246 with seven home runs and 30 RBIs in 111 games. He adds to Seattle’s outfield depth and could make impending free agent and All-Star outfielder Randy Arozarena expendable.</p><p>— The Blue Jays bolstered their rotation with an eye on 2027 by acquiring right-hander José Soriano from the Los Angeles Angels for three prospects. The 27-year-old is 9-6 with a 3.29 ERA and has a 3.72 ERA over four big league seasons. He's under team control through 2028. Infielder Arjun Nimmala, a 2023 first-round pick, headlined the minor leaguers going to Los Angeles, along with outfielder Eddie Micheletti Jr. and right-hander Angel Rivero.</p><p>— The Atlanta Braves acquired veteran left-handed reliever Brent Suter from the Angels for minor league infielder Nacho Alvarez Jr. The 36-year-old Suter provides some bullpen depth for the NL East leaders. He was 1-2 with a 4.12 ERA over 63 1/3 innings in 41 appearances for Los Angeles, and threw at least two innings in 18 of those games.</p><p>— The Los Angeles Dodgers traded for backup catcher Ben Rortvedt for the second year in a row. This time, the Dodgers got Rortvedt from the New York Mets for right-hander Chayce McDermott. The 28-year-old Rortvedt hasn’t played in the big leagues this season and wasn’t on the Mets’ 40-man roster. The Dodgers acquired Rotvedt from Tampa Bay at last year's deadline. He appeared in 18 regular season games and four playoff games.</p><p>— The Chicago White Sox added righty reliever Huascar Brazobán from the Mets for minor league right-handers Gabe Davis and Zach Franklin. The 36-year-old Brazobán is 5-2 with a 2.56 ERA over 46 games this season.</p><p>___</p><p>AP Sports Writer Andrew Destin in Seattle contributed to this story.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYBRXV2R37QVZKGQX6Q6JBOXFQ.jpg?auth=62abea7988dcb54d053c88038f2a33a1eb46bc17353ef2027a0397cfc229067f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants' Luis Arraez jokes with players in the San Diego Padres dugout as he stands on first base after getting hit by a pitch during the fourth inning of a baseball game Thursday, July 30, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5UCLWABIHVRTWJ72MKK26XKQA.jpg?auth=bbf9b90ebd3bda05c759065ac8b0a5c353abea19855d82a8d8e2a9924d18bfe9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels pitcher José Soriano throws against the San Francisco Giants during the first inning of a baseball game in San Francisco, Sunday, July 26, 2026. (AP Photo/Jed Jacobsohn)]]></media:description><media:credit role="author" scheme="urn:ebu">Jed Jacobsohn</media:credit></media:content></item><item><title><![CDATA[Here is a list of 10 back-to-school shopping deals on supplies]]></title><link>https://www.local10.com/money/2026/08/03/here-is-a-list-of-10-back-to-school-shopping-deals-on-supplies/</link><guid isPermaLink="true">https://www.local10.com/money/2026/08/03/here-is-a-list-of-10-back-to-school-shopping-deals-on-supplies/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The 2026–27 academic year begins on Aug. 10 for students at Broward County Public Schools, on Aug. 11 for students at the Archdiocese of Miami Catholic Schools, and on Aug. 13 for students at Miami-Dade County Public Schools. ]]></description><pubDate>Mon, 03 Aug 2026 14:53:42 +0000</pubDate><content:encoded><![CDATA[<p>The 2026–27 academic year begins <a href="https://www.browardschools.com/p/~board/district-news-news-room-135038/post/bcps-announces-school-calendars-have-been-approved" target="_self" rel="" title="https://www.browardschools.com/p/~board/district-news-news-room-135038/post/bcps-announces-school-calendars-have-been-approved">on Aug. 10</a> for students at Broward County Public Schools, <a href="https://www.miamiarch.org/CatholicDiocese.php?op=Office_of_Schools" target="_self" rel="" title="https://www.miamiarch.org/CatholicDiocese.php?op=Office_of_Schools">on Aug. 11</a> for students at the Archdiocese of Miami Catholic Schools, and <a href="https://www3.dadeschools.net/Calendars/home" target="_self" rel="" title="https://www3.dadeschools.net/Calendars/home">on Aug. 13 </a>for students at Miami-Dade County Public Schools. </p><p>To help kids get ready, Florida’s back-to-school sales tax exemption ends <a href="https://floridarevenue.com/taxes/tips/Documents/TIP_26A01-11.pdf" target="_self" rel="" title="https://floridarevenue.com/taxes/tips/Documents/TIP_26A01-11.pdf">on Aug 20</a>.</p><p>Here is a list of 10 deals on school supplies:</p><ul><li>Target has a 50-cent deal on a box of <a href="https://www.target.com/p/12ct-colored-pencils-mondo-llama-8482/-/A-81212474#lnk=sametab" target="_self" rel="" title="https://www.target.com/p/12ct-colored-pencils-mondo-llama-8482/-/A-81212474#lnk=sametab">12-colored pencils by Mondo Llama. </a></li><li>Office Depot has a 50-cent deal on <a href="https://www.officedepot.com/a/products/434252/Crayola-Crayons-Assorted-Colors-Pack-Of/?promo_name=school_supplies&amp;promo_id=back_to_school&amp;promo_creative=434252_crayola_bts#Reviews" target="_self" rel="" title="https://www.officedepot.com/a/products/434252/Crayola-Crayons-Assorted-Colors-Pack-Of/?promo_name=school_supplies&amp;promo_id=back_to_school&amp;promo_creative=434252_crayola_bts#Reviews">a 24-pack of crayons by Crayola. </a></li><li>Staples has a 50-cent deal on<a href="https://www.staples.com/staples-composition-notebook-7-5-x-9-75-wide-ruled-100-sheets-black-st55076/product_674330" target="_self" rel="" title="https://www.staples.com/staples-composition-notebook-7-5-x-9-75-wide-ruled-100-sheets-black-st55076/product_674330"> composition notebooks</a>.</li><li>Walmart has a 50-cent deal on <a href="https://www.walmart.com/ip/Elmer-s-Disappearing-Purple-School-Glue-Sticks-Washable-2-Count/17011266?" target="_self" rel="" title="https://www.walmart.com/ip/Elmer-s-Disappearing-Purple-School-Glue-Sticks-Washable-2-Count/17011266?">Elmer’s Disappearing Purple School Glue Sticks</a>.</li><li>Target has a 99-cent deal on a <a href="https://www.target.com/p/bic-10pk-xtra-life-ballpoint-pens-medium-tip-black-ink/-/A-16951588?sid=" target="_self" rel="" title="https://www.target.com/p/bic-10pk-xtra-life-ballpoint-pens-medium-tip-black-ink/-/A-16951588?sid=">10-pack of BIC Round Stic Xtra Life Ballpoint Pens</a>.</li><li>Office Depot has a $1.39 deal on <a href="https://www.officedepot.com/a/products/2480283/Westcott-Hard-Handle-Kids-Value-Scissors/" target="_self" rel="" title="https://www.officedepot.com/a/products/2480283/Westcott-Hard-Handle-Kids-Value-Scissors/">a 2-pack of Westcott Hard-Handle kids scissors</a></li><li>Walmart has a $4.47 deal on a<a href="https://www.walmart.com/ip/BIC-Xtra-Sparkle-No-2-Mechanical-Pencils-with-Erasers-Medium-Point-0-7mm-24-Count/14977430?wmlspartner=wlpa&amp;selectedSellerId=0&amp;sourceid=dsn_gpmax_e57107d6-326c-429f-8bc4-dbfd9920b511&amp;veh=dsn&amp;wmlspartner=dsn_gpmax_e57107d6-326c-429f-8bc4-dbfd9920b511&amp;cn=01at_fy27_bts_bts_mid_int_dis_pmax&amp;wl0=&amp;wl1=g&amp;wl2=c&amp;wl3=&amp;wl4=&amp;wl5=9011954&amp;wl6=&amp;wl7=&amp;wl8=&amp;wl9=pla&amp;wl10=8175035&amp;wl11=online&amp;wl12=14977430&amp;gad_source=1&amp;gad_campaignid=23933047406&amp;gbraid=0AAAAADmfBIpLx2rcn5FdR-hFlYkR5JC2v&amp;gclid=Cj0KCQjw-MDTBhCgARIsAKAkdlTUSVjan8Z7uhhcfEeTvKIbyIBg8KyHmJbhCfPmkrJsMQAIGl0pChQaAhDKEALw_wcB" target="_self" rel="" title="https://www.walmart.com/ip/BIC-Xtra-Sparkle-No-2-Mechanical-Pencils-with-Erasers-Medium-Point-0-7mm-24-Count/14977430?wmlspartner=wlpa&amp;selectedSellerId=0&amp;sourceid=dsn_gpmax_e57107d6-326c-429f-8bc4-dbfd9920b511&amp;veh=dsn&amp;wmlspartner=dsn_gpmax_e57107d6-326c-429f-8bc4-dbfd9920b511&amp;cn=01at_fy27_bts_bts_mid_int_dis_pmax&amp;wl0=&amp;wl1=g&amp;wl2=c&amp;wl3=&amp;wl4=&amp;wl5=9011954&amp;wl6=&amp;wl7=&amp;wl8=&amp;wl9=pla&amp;wl10=8175035&amp;wl11=online&amp;wl12=14977430&amp;gad_source=1&amp;gad_campaignid=23933047406&amp;gbraid=0AAAAADmfBIpLx2rcn5FdR-hFlYkR5JC2v&amp;gclid=Cj0KCQjw-MDTBhCgARIsAKAkdlTUSVjan8Z7uhhcfEeTvKIbyIBg8KyHmJbhCfPmkrJsMQAIGl0pChQaAhDKEALw_wcB"> 24-pack of BIC Xtra Sparkle Mechanical Pencils</a>. </li><li>Walmart has a $4.87 deal on an <a href="https://www.walmart.com/ip/Paper-Mate-Profile-Retractable-Ballpoint-Pens-1-4-mm-Bold-Point-Black-8-Count/37693384?classType=REGULAR&amp;athbdg=L1300&amp;adsRedirect=true&amp;clickid=z73XWAU93xyZTJRUwtyhlwJlUkuSGcwuUXU%3AyE0&amp;irgwc=1&amp;afsrc=1&amp;sourceid=imp_z73XWAU93xyZTJRUwtyhlwJlUkuSGcwuUXU%3AyE0&amp;veh=aff&amp;wmlspartner=imp_50053&amp;affiliates_ad_id=565706&amp;campaign_id=9383&amp;sharedid=" target="_self" rel="" title="https://www.walmart.com/ip/Paper-Mate-Profile-Retractable-Ballpoint-Pens-1-4-mm-Bold-Point-Black-8-Count/37693384?classType=REGULAR&amp;athbdg=L1300&amp;adsRedirect=true&amp;clickid=z73XWAU93xyZTJRUwtyhlwJlUkuSGcwuUXU%3AyE0&amp;irgwc=1&amp;afsrc=1&amp;sourceid=imp_z73XWAU93xyZTJRUwtyhlwJlUkuSGcwuUXU%3AyE0&amp;veh=aff&amp;wmlspartner=imp_50053&amp;affiliates_ad_id=565706&amp;campaign_id=9383&amp;sharedid=">8-pack of Paper Mate Profile Retractable Ballpoint </a></li><li>Old Navy has a $6 deal <a href="https://oldnavy.gap.com/shop/junior-school-uniforms" target="_self" rel="" title="https://oldnavy.gap.com/shop/junior-school-uniforms">on school uniform jersey polo shirts</a> for boys and girls. </li><li>Amazon has a $7.64 deal on a <a href="https://www.amazon.com/Oxford-Spiral-Notebook-Subject-63757/dp/B08VF9VYLZ/ref=sr_1_8?dib=eyJ2IjoiMSJ9.Tq8yPPYuKl9ct5mBX0IhWuokhok8BRT8klwOEnkfvAtVt0xB18uRKqTqoeprislc2PoxuPMKOLqSTBgeYlYJ_vse1DVPPaznqF9JTbdCQO-IvLevyTNpFirL2fQLrXuj0ID5XRSqpH3gprmHEKSlf_W0HXyDl-uetV81f5kIjaGTVlsUzN98ARW3OmYLZ7tp_olmXvP7kpPyk-KemQMNcJHBGDaY0eTexesLjMLN8FwsTO77Mu3QQbEwWn8goMqEdlc4wOj-bwgQBVjgZld8XtiVrrYGgtqgSfUqNrMvvw8.S2c21lkR2t6ka22aLH_yPkj1P0Mtm5painNw3rFEHHs&amp;dib_tag=se&amp;keywords=Back%2BTo%2BSchool%2BSale&amp;qid=1785766261&amp;sr=8-8&amp;th=1" target="_self" rel="" title="https://www.amazon.com/Oxford-Spiral-Notebook-Subject-63757/dp/B08VF9VYLZ/ref=sr_1_8?dib=eyJ2IjoiMSJ9.Tq8yPPYuKl9ct5mBX0IhWuokhok8BRT8klwOEnkfvAtVt0xB18uRKqTqoeprislc2PoxuPMKOLqSTBgeYlYJ_vse1DVPPaznqF9JTbdCQO-IvLevyTNpFirL2fQLrXuj0ID5XRSqpH3gprmHEKSlf_W0HXyDl-uetV81f5kIjaGTVlsUzN98ARW3OmYLZ7tp_olmXvP7kpPyk-KemQMNcJHBGDaY0eTexesLjMLN8FwsTO77Mu3QQbEwWn8goMqEdlc4wOj-bwgQBVjgZld8XtiVrrYGgtqgSfUqNrMvvw8.S2c21lkR2t6ka22aLH_yPkj1P0Mtm5painNw3rFEHHs&amp;dib_tag=se&amp;keywords=Back%2BTo%2BSchool%2BSale&amp;qid=1785766261&amp;sr=8-8&amp;th=1">six-pack of Oxford Spiral Notebooks</a>. </li></ul><p><b>Useful discounts </b></p><ul><li>Nike<b> </b>has code DAYONE for an<a href="https://www.nike.com/w/back-to-school-sale-2083c" target="_self" rel="" title="https://www.nike.com/w/back-to-school-sale-2083c"> extra 25% discount on the Back to School Sale</a>.</li><li>Michaels has code SWEET25 for <a href="https://www.michaels.com/shop/holidays-occasions/back-to-school-supplies" target="_self" rel="" title="https://www.michaels.com/shop/holidays-occasions/back-to-school-supplies">a 25% discount on regular-price items</a>.</li></ul><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/08/02/local-10-chats-with-incoming-miami-dade-schools-superintendent-ahead-of-new-school-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/02/local-10-chats-with-incoming-miami-dade-schools-superintendent-ahead-of-new-school-year/">Local 10 chats with incoming Miami-Dade Schools Superintendent ahead of new school year</a></li><li><a href="https://www.local10.com/community/2026/08/01/miami-gardens-community-backpack-drive-helps-families-prepare-for-back-to-school-season/" target="_self" rel="" title="https://www.local10.com/community/2026/08/01/miami-gardens-community-backpack-drive-helps-families-prepare-for-back-to-school-season/">Miami Gardens community backpack drive helps families prepare for back-to-school season</a></li><li><a href="https://www.local10.com/news/local/2026/08/01/united-way-volunteers-pack-nearly-1k-backpacks-for-students-ahead-of-new-school-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/01/united-way-volunteers-pack-nearly-1k-backpacks-for-students-ahead-of-new-school-year/">United Way volunteers pack nearly 1K backpacks </a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2FMQ2PQ7FA7VCOFK4WRKUJWIAI.png?auth=04479cdf5a6694d50b4976e77a4b8fc95444e720a7dd9137a42f67183b19d75e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Petro llama a organizar una "milicia popular" en el suroeste de Colombia para la defensa ciudadana]]></title><link>https://www.local10.com/espanol/2026/08/03/petro-llama-a-organizar-una-milicia-popular-en-el-suroeste-de-colombia-para-la-defensa-ciudadana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/petro-llama-a-organizar-una-milicia-popular-en-el-suroeste-de-colombia-para-la-defensa-ciudadana/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El saliente presidente Gustavo Petro instó el lunes a los movimientos sociales a organizar una “milicia popular” para defenderse de eventuales agresiones de lo que denominó el “fascio narcotraficante”, luego de ataques contra un líder indígena y un político de su partido el fin de semana.]]></description><pubDate>Mon, 03 Aug 2026 15:05:07 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El saliente presidente Gustavo Petro instó el lunes a los movimientos sociales a organizar una “milicia popular” para defenderse de eventuales agresiones de lo que denominó el “fascio narcotraficante”, luego de ataques contra un líder indígena y un político de su partido el fin de semana.</p><p>“Le solicito al movimiento indígena, campesino, popular y estudiantil del Cauca (suroeste) organizar las guardias libertadoras para contrarrestar a los asesinos organizados con la fuerza de la red y el poder popular”, afirmó el mandatario en la red social X.</p><p>Petro, quien militó en su juventud en la extinta guerrilla M-19, considera las “guardias libertadoras” como formas de “milicia popular que deben actuar en coordinación con el ejército nacional” en los lugares donde las “mafias” busquen dominar a los militares, a quienes instó a desobedecer si les ordenan “asesinar al pueblo”.</p><p>En los últimos días de su gobierno Petro ha insistido en que su sucesor, el conservador Abelardo de la Espriella, representa la llegada del “fascismo” a Colombia. Tampoco reconoció la victoria electoral de De la Espriella alegando presunto fraude.</p><p>De la Espriella, respaldado por el presidente Donald Trump, se posesionará el 7 de agosto en Cali, la principal ciudad del suroeste del país, para enviar un mensaje a los grupos armados ilegales que operan en esa zona y a los que promete combatir con mano dura.</p><p>Petro instó a los movimientos sociales a reunirse el 7 de agosto en Cali para “organizar las guardias libertadoras y las formas de la resistencia”. Se espera que en el marco de la posesión presidencial se registren manifestaciones de sectores opositores a De la Espriella.</p><p>“Las guardias libertadoras sólo obedecen órdenes de su comunidad en asamblea, es la comunidad la que decide si deben armarse o no, de acuerdo a la magnitud de la agresión”, aseguró Petro.</p><p>De la Espriella enfrentó críticas en campaña por declararse enemigo de los “señores de la izquierda” a quienes había que “destriparlos”. Luego matizó su discurso diciendo que se refería a una confrontación ideológica en el “marco de la ley”.</p><p>Petro enmarcó en un supuesto plan de exterminio de su corriente política el ataque contra el líder indígena Julián Mauricio Gutiérrez, quien falleció por la gravedad de las heridas, perpetrado el sábado en Florida, municipio aledaño a Cali; así como el ataque con disparos el domingo contra el diputado Yesid Sandoval del oficialista Pacto Histórico, del que salió ileso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GM7U74JJNIWDFAEDLDSY7BCO4I.jpg?auth=3d0db598615b018a0fe89f130822e9cdc7cb015f9bd8da4fd00ede8be2dd046d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Gustavo Petro interviene durante la inauguración de una nueva sesión del Congreso en Bogotá, Colombia, el lunes 20 de julio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[A federal judge lets DHS proceed with a border wall through a small Texas town’s levee system]]></title><link>https://www.local10.com/news/politics/2026/08/03/a-federal-judge-lets-dhs-proceed-with-a-border-wall-through-a-small-texas-towns-levee-system/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/a-federal-judge-lets-dhs-proceed-with-a-border-wall-through-a-small-texas-towns-levee-system/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge is allowing the Department of Homeland Security to go ahead for now with plans to build a border wall through a levee system protecting a small Texas town on the border with Mexico, rejecting arguments by the town that the wall could lead to flooding.]]></description><pubDate>Mon, 03 Aug 2026 15:27:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge is allowing the Department of Homeland Security to go ahead for now with plans to build a border wall through a levee system protecting a small Texas town on the border with Mexico, rejecting arguments by the town that the wall could lead to flooding.</p><p>The decision late Sunday marks a victory for the Trump administration as it races ahead with efforts to build a $46 billion wall along the U.S.-Mexico border from the Pacific Ocean to the Gulf of Mexico.</p><p>The town of Presidio, with a population of about 3,200 people, argued the wall could cause flooding and that the administration isn’t following the law as it rushes forward with its plans. The town’s development district sued earlier this year to stop the department from going forward with construction.</p><p>But the judge said in his ruling Sunday that they were unlikely to succeed on the merits of the case.</p><p>“For the foregoing reasons, despite the understandable concerns expressed by the plaintiff regarding the harms it and the plaintiff’s residents might sustain by the potential construction of the Smart Wall, the Court is compelled to deny the plaintiff’s motion for a stay,” wrote Judge Reggie B. Walton.</p><p>DHS has been charging forward with its wall-building plan with senior administration officials saying a first layer of the structure will be done by next year. In its push, the Secretary of Homeland Security has waived numerous regulations designed to protect the environment, wildlife, archaeological and Native American sites.</p><p>But the department has been running into opposition by landowners, environmental groups, Native American tribes and others who argue that the government’s rapid construction endangers environmental and religious sites and a way of life along the border. Opponents also question the urgency to finish the wall when migrant crossings from Mexico are already at extreme lows.</p><p>Lawyers for Presidio's development district argued in a court hearing that the government’s plans could compromise the levee system protecting the town from flash flooding and that the government flouted a key act that requires it to seek permission from the Army Corps of Engineers before building on or near the levees.</p><p>“We are very disappointed that the court will allow this potentially disastrous construction to continue, but we remain committed to protecting the Big Bend area and those who rely on the threatened levees," said the town's development district in a statement Monday.</p><p>Presidio is protected by a series of berms and levees built in the 1970s and 1980s along the Rio Grande and tributaries to combat flooding.</p><p>In court documents, Presidio’s development district said Customs and Border Protection plans to “replace the earthen slope of the existing levee with a concrete wall, with 30-foot steel bollard panels installed on top.” The district said it asked the agency for more details but was told they can’t be shared due to “national security.”</p><p>The government has argued that there is no final plan for where the border wall will go or how it will be built. And the administration has maintained that it has the authority given to it by Congress to waive a vast swath of regulations to build the wall as it seeks to get the number of people crossing the border every day to zero.</p><p>In his ruling, the judge bolstered that argument, saying that it was clear "that Congress did not intend to limit the Secretary of DHS’s waiver authority."</p><p>The government is also facing another lawsuit in Texas where an environmental group and a church preservation group have teamed up to oppose DHS’s plans.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4O7PVVTZQGG5465QNYVTJHYMFQ.jpg?auth=fd5376bf4edf398ccab618502cf87c4f8cce4a6cdd6c43d271431b1d693467af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The sun sets over a section of the border wall, June 18, 2025, in Mission, Texas. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Phillies beef up lineup with 3-time NL batting champion Luis Arraez from San Francisco]]></title><link>https://www.local10.com/sports/2026/08/03/phillies-beef-up-lineup-with-3-time-nl-batting-champion-luis-arraez-from-san-francisco/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/phillies-beef-up-lineup-with-3-time-nl-batting-champion-luis-arraez-from-san-francisco/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — The Phillies have acquired three-time batting champion Luis Arraez from the San Francisco Giants in a move for the proven bat Philadelphia's lineup needed in its chase for a fifth straight trip to the playoffs and first World Series championship since 2008.]]></description><pubDate>Mon, 03 Aug 2026 16:35:14 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — The Phillies have acquired three-time batting champion Luis Arraez from the San Francisco Giants in a move for the proven bat Philadelphia's lineup needed in its chase for a fifth straight trip to the playoffs and first World Series championship since 2008.</p><p>Arraez is batting a National League-best .324 with four homers and 47 RBIs with an .801 OPS. He’s a four-time All-Star and, of importance in the free-swinging Phillies lineup, is a contact hitter who rarely strikes out.</p><p>He has struck out just 236 times over his eight-year career.</p><p>Arraez has 25 walks to 21 strikeouts this season. The Phillies .304 on-base is second worst in the majors, only ahead of the New York Mets.</p><p>The Phillies also acquired right-hander reliever Caleb Kilian in the trade in exchange for minor league right-handed pitchers Ramon Marquez and Marty Gair.</p><p>The Giants are 47-65 and have been of baseball’s bigger disappointments.</p><p>The Phillies also struck a separate deal for Mets left-hander Brooks Raley in exchange for minor league right-handed pitcher Luke Gabrysh and minor league outfielder John Spikerman.</p><p>Raley has a 5-5 record with a 1.96 ERA and 40 strikeouts in 45 games. His 1.96 ERA is tied for the fourth-lowest mark in the majors among left-handed relievers and 35 appearances this season have been scoreless.</p><p>Arraez's arrival for a team that has reached the playoffs four straight years signals a major shift in the defensive core lineup. Second Bryson Stott or third baseman Alex Bohm could shift positions, or possibly one of them could lose their starting spots.</p><p>Bohm could be the odd-man out at third since the Phillies could more easily shift Stott to third base. The Phillies could also send first baseman Bryce Harper back to right field and move Bohm to first base.</p><p>Bohm could also be traded before the end of Monday's deadline.</p><p>Arraez is eligible for free agency at the end of the season, so Harper's move to right field could be a temporary change and one that allows for the Phillies to put out their best offensive lineup.</p><p>Harper has played first base since 2023 when he returned from Tommy John surgery on his right elbow.</p><p>The Phillies entered Monday’s game against Washington at 59-53 and hold one of the final NL wild-card spots. They are eight games back of Atlanta in the NL East.</p><p>Arreaz led the National League in hits the past two seasons and had signed a $12 million, one-year contract this season with the Giants. He spent his first five major league seasons with the Minnesota Twins before they traded him to the Miami Marlins in January 2023. San Diego acquired him in May 2024.</p><p>Harper challenged team president Dave Dombrowski to upgrade the roster, and he came out swinging with deals that — while not at the level of the Dodgers trading for Tarik Skubal — showed the Phillies are serious about staying in the playoff hunt and making a World Series push in October.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4AZKRWZG4HBHO6KAP5Z3MSVCCM.jpg?auth=972a3bf8b2e2a8e1d2f328f80bf6c9149278df07d626dc88d85cfced0dd2efc7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants' Luis Arraez jokes with players in the San Diego Padres dugout as he stands on first base after getting hit by a pitch during the fourth inning of a baseball game Thursday, July 30, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7PRYLD4H7RNFOIYOKZIYSWDTQ.jpg?auth=e5c483d4cec10690ddfd91ae60f8af6e70ff871bcf1a17a0d86b542c49d451ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants' Luis Arraez reacts while batting during the fourth inning of a baseball game against the San Diego Padres Thursday, July 30, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UPONTS7FMODTGI75CE6OR65S2Y.jpg?auth=13cc2414c2a19991758382679618da68c32c89942c6382652f864bf3ac3d5d2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres' Luis Rengifo (21) is tagged out by San Francisco Giants second baseman Luis Arraez, left, as he tries to steal second during the first inning of a baseball game Sunday, Aug. 2, 2026, in San Diego. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DQKKZJ27NYQZA7UP6UWZLZYFCI.jpg?auth=229e5be702a2d6ef44400ef0459d2810f0b0975fcf0ea4149ca33b650d4c9961&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants first baseman Rafael Devers, center, celebrates with teammates second baseman Luis Arraez, left, and third baseman Christian Koss after the Giants defeated the San Diego Padres 4-1 in a baseball game Thursday, July 30, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/76N65NDWJKUBMAW4U6OYJETOBY.jpg?auth=4688ef9e7e72089903ebf0789765556de913df461ecbf7b746e56450a15eb193&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 Brooks Raley throws during the sixth inning of a baseball game against the Miami Marlins, Sunday, Aug. 2, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[A Putin critic leaves Russia after he is barred him from running for parliament]]></title><link>https://www.local10.com/news/world/2026/08/03/a-putin-critic-leaves-russia-after-he-is-barred-him-from-running-for-parliament/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/a-putin-critic-leaves-russia-after-he-is-barred-him-from-running-for-parliament/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Opposition politician Boris Nadezhdin, who criticized Russia's war in Ukraine and tried to challenge President Vladimir Putin in the 2024 election, said Monday he has left Russia, a move that follows a crackdown that barred him from a race for parliament this year.]]></description><pubDate>Mon, 03 Aug 2026 14:44:53 +0000</pubDate><content:encoded><![CDATA[<p>Opposition politician Boris Nadezhdin, who criticized Russia's war in Ukraine and tried to challenge President Vladimir Putin in the 2024 election, said Monday he has left Russia, a move that follows a crackdown that barred him from a race for parliament this year.</p><p>Nadezhdin, 63, shared a video on Telegram, showing him standing in front of the Eiffel Tower in Paris.</p><p>“Good news: I'm alive and free. Unfortunately, not in Russia for the time being," he said, adding that he needs “to look around and figure out life going forward.”</p><p>In July, a Russian court fined Nadezhdin about $13 for displaying “extremist symbols," charges that he rejected as absurd. The accusations stemmed from a 2023 online video that briefly showed a picture of the late opposition leader Alexei Navalny, convicted of extremism in a case widely seen as politically motivated.</p><p>Earlier that month, Nadezhdin also was designated a “foreign agent" — a label that brings additional government scrutiny as well as stigmatizing connotations in Russia.</p><p>That and a fine on an extremism-related charge barred him from running in September’s parliamentary vote, which is expected to be tightly controlled by the Kremlin.</p><p>The ruling United Russia party is seeking to preserve its dominance in the lower house of parliament in a race against the Communist Party and a couple of other parties that vote in sync with the Kremlin on key issues. The campaign comes amid signs of growing public fatigue with the war in Ukraine as fuel shortages and economic pain increase, an environment that reduces the authorities' tolerance for even token opposition.</p><p>In January 2024, Nadezhdin collected thousands of signatures in his run for president as he openly called for an end to the war in Ukraine. But he was kept off the March 2024 ballot after Russia’s Supreme Court ruled that more than 9,000 signatures submitted by his campaign were invalid — enough to disqualify him. Putin faced only token opposition in the election and easily gained a fifth term.</p><p>A veteran politician, Nadezhdin worked in the government in the 1990s when he was an adviser to Sergei Kiriyenko, now a top Putin aide. He also served as a lawmaker and more recently became a member of a municipal council. He was one of the few high-profile Putin critics still living in Russia.</p><p>Earlier this year, Nadezhdin declared his bid to run for the lower house of parliament, the State Duma, and vowed to continue his symbolic campaign even after the Justice Ministry branded him with the “foreign agent” designation.</p><p>Another blow came when police briefly detained Nadezhdin and charged him with displaying “extremist symbols.” The politician said he was considering a move abroad but was barred from leaving Russia. It wasn't clear from his Monday video statement whether the ban has since been lifted, or if he left the country despite it.</p><p>After the Kremlin's full-scale invasion of Ukraine in 2022, authorities ramped up their crackdown on dissent and free speech, relentlessly targeting rights organizations, independent media, members of civil society organizations and Kremlin critics. Hundreds of people have been jailed and thousands of others fled the country.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DS364SGXB6WVW6UY5JHZRGUF24.jpg?auth=100b13ec3bd8a31dcd713d9f61c05cf525891ca46d71cdbcfe90bd82824adebb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian politician Boris Nadezhdin, right, accused of displaying "extremist symbols," gestures speaking at the courtroom in the town of Dolgoprudny outside Moscow, Russia, Friday, July 17, 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/6MA235XZWTN4S7BU57ESOB624U.jpg?auth=99ef88df6b3aebecfbda8d1b67b611034b2e1915e2f8d44299601448292d482b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian politician Boris Nadezhdin, accused of displaying "extremist symbols," attends a court session in the town of Dolgoprudny outside Moscow, Russia, Friday, July 17, 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/ZKFL65YHLZ4QK6AWGP7KE72J2E.jpg?auth=6fc1b18076f8eb3fe788e1ed3c13c97761da9cfc8dae1d28abb47a4ca34ca020&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian politician Boris Nadezhdin, accused of displaying "extremist symbols," speaks to journalists as he arrives at the courtroom in the town of Dolgoprudny outside Moscow, Russia, Friday, July 17, 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/3TTHRILLVQ2GX2G3Z5SWWVQNMM.jpg?auth=5c4564ff8cf66d33861c1eb9ddd34a4ceb4b6bfd209af74aa91adc5ea1e0effc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian politician Boris Nadezhdin, center, accused of displaying "extremist symbols," leaves a courtroom in the town of Dolgoprudny, outside Moscow, Russia, Friday, July 17, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content></item><item><title><![CDATA[Man stabbed his 12-year-old cousin in Sunrise after arguing over gaming console, police say]]></title><link>https://www.local10.com/news/local/2026/08/03/man-stabbed-his-12-year-old-cousin-in-sunrise-while-arguing-over-gaming-console-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/03/man-stabbed-his-12-year-old-cousin-in-sunrise-while-arguing-over-gaming-console-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[An argument over a gaming console ended with a 28-year-old man stabbing his 12-year-old cousin in the hip area in Sunrise, authorities said.]]></description><pubDate>Mon, 03 Aug 2026 14:24:03 +0000</pubDate><content:encoded><![CDATA[<p>An argument over a gaming console ended with a 28-year-old man stabbing his 12-year-old cousin in the hip area in Sunrise, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/03/hombre-apunalo-a-su-primo-de-12-anos-en-sunrise-tras-discutir-por-una-consola-de-videojuegos-dice-la-policia/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/08/03/hombre-apunalo-a-su-primo-de-12-anos-en-sunrise-tras-discutir-por-una-consola-de-videojuegos-dice-la-policia/">Leer en español</a></p><p>According to an arrest report obtained Monday by Local 10 News, Andrew Zagazeta, of Weston, was arrested early Friday morning on a charge of aggravated battery with a deadly weapon.</p><p>Sunrise police said the <a href="https://www.local10.com/news/local/2026/07/31/man-stabs-his-12-year-old-cousin-in-sunrise-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/31/man-stabs-his-12-year-old-cousin-in-sunrise-police-say/">stabbing occurred Thursday night</a> at an apartment complex in the 12800 block of Vista Isles Drive.</p><p>When officers arrived at the scene, they spoke with the great-grandmother of the suspect and victim, who said that the two had been arguing over a gaming console and she “immediately intervened to separate them,” the arrest report stated.</p><p>According to the report, the great-grandmother did not see a knife being displayed during the argument.</p><p>The woman told police that soon after the altercation she saw Zagazeta leaving the apartment and immediately followed him outside “out of curiosity.”</p><p>According to the report, she said the victim then approached her and said that Zagazeta had just stabbed him in the right hip area with a knife.</p><p>Police said the victim was transported to Broward Health Medical Center to be treated for non-life-threatening injuries. </p><p>According to the report, detectives later spoke with the victim at the hospital and he said he got into a “heated argument” with his cousin after Zagazeta used his gaming console without permission.</p><p>The victim said Zagazeta pushed him, at which time his great-grandmother intervened and separated them. </p><p>Police said the victim admitted to removing a knife from the knife storage block in the kitchen after the argument erupted, but said he immediately returned it to the storage block after his great-grandmother intervened.</p><p>According to the report, the victim said Zagazeta then pulled out a knife from behind the TV and stabbed him as the victim was walking toward his gaming console to retrieve it.</p><p>Police said the victim’s stab wound measured about 1 centimeter in depth. </p><p>As of Monday morning, Zagazeta was being held at the Broward County Main Jail on a $20,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X4AFBPXCUVGPLOBHXG7A5IHUR4.jpg?auth=65608b414e12b8ff18f5b019201cfd61e8afba27ea522f07528c41e51e4b8e3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre apuñaló a su primo de 12 años en Sunrise tras discutir por una consola de videojuegos, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/03/hombre-apunalo-a-su-primo-de-12-anos-en-sunrise-tras-discutir-por-una-consola-de-videojuegos-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/hombre-apunalo-a-su-primo-de-12-anos-en-sunrise-tras-discutir-por-una-consola-de-videojuegos-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una discusión por una consola de videojuegos terminó con un hombre de 28 años apuñalando a su primo de 12 años en el área de la cadera en Sunrise, informaron las autoridades.]]></description><pubDate>Mon, 03 Aug 2026 14:37:37 +0000</pubDate><content:encoded><![CDATA[<p>Una discusión por una consola de videojuegos terminó con un hombre de 28 años apuñalando a su primo de 12 años en el área de la cadera en Sunrise, informaron las autoridades.</p><p>Según un informe de arresto obtenido el lunes por Local 10 News, Andrew Zagazeta, de Weston, fue arrestado la madrugada del viernes acusado de agresión agravada con un arma mortal.</p><p>La Policía de Sunrise informó que el <a href="https://www.local10.com/espanol/2026/07/31/policia-hombre-apunala-a-su-primo-de-12-anos-en-sunrise/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/policia-hombre-apunala-a-su-primo-de-12-anos-en-sunrise/">apuñalamiento ocurrió la noche del jueves</a> en un complejo de apartamentos ubicado en la cuadra 12800 de Vista Isles Drive.</p><p>Cuando los agentes llegaron al lugar, hablaron con la bisabuela del sospechoso y de la víctima, quien dijo que ambos discutían por una consola de videojuegos y que “intervino de inmediato para separarlos”, según el informe de arresto.</p><p>De acuerdo con el informe, la bisabuela no vio que se exhibiera un cuchillo durante la discusión.</p><p>La mujer dijo a la Policía que, poco después del altercado, vio a Zagazeta salir del apartamento y lo siguió de inmediato al exterior “por curiosidad”.</p><p>Según el informe, la víctima se acercó entonces a ella y le dijo que Zagazeta acababa de apuñalarlo con un cuchillo en el área de la cadera derecha.</p><p>La Policía informó que la víctima fue trasladada al Broward Health Medical Center para recibir tratamiento por heridas que no ponían en peligro su vida.</p><p>Según el informe, los detectives hablaron posteriormente con la víctima en el hospital, donde dijo que tuvo una “acalorada discusión” con su primo después de que Zagazeta utilizó su consola de videojuegos sin permiso.</p><p>La víctima dijo que Zagazeta lo empujó, momento en el que su bisabuela intervino y los separó.</p><p>La Policía informó que la víctima admitió haber sacado un cuchillo del bloque de almacenamiento de cuchillos en la cocina cuando comenzó la discusión, pero aseguró que lo devolvió de inmediato después de que su bisabuela intervino.</p><p>Según el informe, la víctima dijo que Zagazeta luego sacó un cuchillo que estaba detrás del televisor y lo apuñaló mientras caminaba hacia su consola de videojuegos para recogerla.</p><p>La Policía indicó que la herida de arma blanca de la víctima tenía una profundidad aproximada de un centímetro.</p><p>Hasta la mañana del lunes, Zagazeta permanecía detenido en la cárcel principal del condado Broward con una fianza de $20,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X4AFBPXCUVGPLOBHXG7A5IHUR4.jpg?auth=65608b414e12b8ff18f5b019201cfd61e8afba27ea522f07528c41e51e4b8e3f&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 Virginia’s state primary]]></title><link>https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-virginias-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/ap-decision-notes-what-to-expect-in-virginias-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — For the third time in nine months, Virginia residents will vote in a statewide election on Tuesday, this time to choose nominees for U.S. Senate and U.S. House, including in some competitive swing districts that could decide control of the narrowly divided chamber in November.]]></description><pubDate>Mon, 03 Aug 2026 14:31:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — For the third time in nine months, Virginia residents will vote in a statewide election on Tuesday, this time to choose nominees for U.S. Senate and U.S. House, including in some competitive swing districts that could decide control of the narrowly divided chamber in November.</p><p>The congressional primaries will take place using the commonwealth’s existing district boundaries. Voters approved a more Democratic-friendly map in April, but Virginia’s highest court invalidated the new boundaries less than three weeks later.</p><p>The failed effort to enact a new Virginia map was in response to a largely successful push by President Donald Trump and state lawmakers in several Republican-controlled states like Texas and Missouri to redraw their congressional maps ahead of schedule and boost their party’s chances of maintaining their fragile U.S. House majority.</p><p>Under the current map, Virginia’s most competitive U.S. House seat is likely in the 2nd Congressional District, where a rematch may be in the works between two-term Republican U.S. Rep. Jen Kiggans and the Democrat she unseated in 2022, former U.S. Rep. Elaine Luria.</p><p>Luria is among four Democrats seeking the nomination, but the retired Navy commander and former House Select Jan. 6 Committee member dwarfs the rest of the combined field in terms of fundraising and available cash as of mid-July. Kiggans, also a former Naval officer, is unopposed in the Republican primary.</p><p>A contested primary is also underway in the neighboring 1st Congressional District, where seven Democratic hopefuls are running to unseat Republican U.S. Rep. Rob Wittman. That field includes Henrico County Commonwealth’s Attorney Shannon Taylor, retired Navy Commander and former corporate government affairs executive Jason Knapp, and attorneys Salaam Bhatti and Mel Tull. Wittman, who is seeking a 10th full term, is unopposed for renomination.</p><p>In the 7th Congressional District, which straddles Northern and Central Virginia, freshman Democratic U.S. Rep. Eugene Vindman faces no primary challengers in his bid for a second term. In November, he’ll face the winner of a three-way primary between Republicans Philip Harding, Doug Ollivant and Rick Smithers.</p><p>The Democratic primary in the 5th Congressional District also features a comeback attempt by a former member of Congress. Tom Perriello served one term from 2009 to 2011 in the Charlottesville-area district. If he wins the three-way primary, he would likely face Republican U.S. Rep. John McGuire in a district that Trump won with about 56% of the vote.</p><p>Democratic Gov. Abigail Spanberger has endorsed Luria, Taylor and Perriello in their congressional primaries.</p><p>At the top of the ballot, Democratic U.S. Sen. Mark Warner is unopposed in his bid for a fourth term. Running to challenge him in November are Republicans Kim Farington, Bert Mizusawa and David Williams. Warner has held the seat since 2009 and won his last reelection with 56% of the vote.</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. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for the U.S. Senate, the U.S. House and the Arlington County Board.</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>There were about 6,387,000 registered voters as of March 1. Virginia voters do not register by party.</p><p>How many people actually vote?</p><p>About 273,000 votes were cast in the last Republican U.S. Senate primary in 2024. That year, the Democratic primaries for the 1st and 2nd Congressional Districts had about 23,000 and about 29,000 total votes, respectively, while the Republican primary in the 7th Congressional District had about 36,000 total votes.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>Advance voting tends to make up a larger share of the vote in Democratic primaries than in Republican primaries. In 2024, about 55% of the vote in the 1st District Democratic primary and about 47% of the 2nd District Democratic primary vote were mail or early in-person votes. In comparison, about 27% of the vote was cast early in person or by mail in the Republican primaries for the U.S. Senate and for the 7th Congressional District.</p><p>As of Friday, about 139,000 ballots had been cast in Tuesday’s election, about 84,000 from Democrats and about 55,000 from Republicans.</p><p>When are early and absentee votes released?</p><p>Virginia counties and independent cities vary in terms of how and when they release results, but the first vote updates of the night tend to include results from all vote types: early in person, mail and in person on Election Day.</p><p>Roughly a third of jurisdictions release all or almost all of their early and absentee voting results in their first vote update of the night, often along with results from in-person Election Day voting. Most counties and cities begin releasing at least some results from in-person Election Day voting in the first update and over the course of the night.</p><p>Nearly half the jurisdictions release no early or absentee voting results in the first vote update.</p><p>How long does vote-counting usually take?</p><p>In the 2025 general election for Virginia governor, the AP first reported results at 7:10 p.m. ET, or 10 minutes after polls closed. The last vote update of the night was at 1:52 a.m. ET, with more than 99% 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>Virginia does not conduct automatic recounts. Candidates may request and pay for recounts if the margin between the top two candidates is 1 percentage point or less. No payment is required if the recount results in a margin of less than 0.5 percentage points or if the outcome has changed. 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/OC6EUFTQZ7Q3SFCALUFNN3KTEA.jpg?auth=2bcdc44957e9c5809de89ad66c190539564bf866ad4776e9b1a9351bcf120de3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person votes early in the Virginia redistricting referendum at the Fairfax County Government Center, April 3, 2026, in Fairfax, Va. (AP Photo/Julia Demaree Nikhinson, File)]]></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/WQKMINMIGBR7G4EV7D7YE6PPLU.jpg?auth=9bf13bf7587ea341e643da28768bd137d633671c8f3221ed0033fdd98db292fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jen Kiggans, Republican candidate for Virginia's 2nd Congressional District, speaks at an election night party, Nov. 8, 2022, in Virginia Beach, Va. (AP Photo/John C. Clark, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John C. Clark</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HTLXN5FPVB47DP5QMNZIIF6OUM.jpg?auth=d1553b039fbeec1f3f571a76f4f7949132c33ef023120ce86fce98d00f54fc79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Rep. Elaine Luria, D-Va., speaks with Amalgamated Transit Union Local 1177 member Terraine Little on Thursday, July 9, 2026, in Norfolk, Va. (AP Photo/Kendall Warner)]]></media:description><media:credit role="author" scheme="urn:ebu">Kendall Warner</media:credit></media:content></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><a href="https://www.local10.com/espanol/2026/08/03/regresan-las-tormentas-al-inicio-de-la-semana-con-amenaza-de-inundaciones-localizadas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/regresan-las-tormentas-al-inicio-de-la-semana-con-amenaza-de-inundaciones-localizadas/">Leer en español</a></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[Regresan las tormentas al inicio de la semana con amenaza de inundaciones localizadas]]></title><link>https://www.local10.com/espanol/2026/08/03/regresan-las-tormentas-al-inicio-de-la-semana-con-amenaza-de-inundaciones-localizadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/regresan-las-tormentas-al-inicio-de-la-semana-con-amenaza-de-inundaciones-localizadas/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Después de un inicio de día cálido y húmedo, con posibilidad de un aguacero aislado durante la mañana, las temperaturas subirán rápidamente hasta alcanzar los bajos 90 grados, con una combinación de sol y nubes.]]></description><pubDate>Mon, 03 Aug 2026 14:22:40 +0000</pubDate><content:encoded><![CDATA[<p>Después de un inicio de día cálido y húmedo, con posibilidad de un aguacero aislado durante la mañana, las temperaturas subirán rápidamente hasta alcanzar los bajos 90 grados, con una combinación de sol y nubes.</p><p>La sensación térmica oscilará entre los 100 y 105 grados durante las primeras horas de la tarde del lunes.</p><p>Se pronostica que las tormentas se desarrollen a media tarde y, con vientos del sur-suroeste, permanecerán sobre el área metropolitana de la costa este hasta las primeras horas de la noche.</p><p>Las tormentas de movimiento lento que se desarrollen podrían producir frecuentes descargas eléctricas, fuertes ráfagas de viento, lluvias intensas e inundaciones localizadas en las calles.</p><p><a href="https://www.local10.com/weather/" target="_blank" rel="noreferrer" title="https://www.local10.com/weather/"><b>HAGA CLIC AQUÍ</b></a><b> para conocer las últimas actualizaciones del pronóstico de la Autoridad del Tiempo de Local 10.</b></p>]]></content:encoded></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><a href="https://www.local10.com/espanol/2026/08/03/cuba-comienza-a-restablecer-el-servicio-electrico-tras-el-sexto-colapso-de-la-red-electrica-nacional-de-2026/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/cuba-comienza-a-restablecer-el-servicio-electrico-tras-el-sexto-colapso-de-la-red-electrica-nacional-de-2026/">Leer en español</a></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[Cuba comienza a restablecer el servicio eléctrico tras el sexto colapso de la red eléctrica nacional de 2026]]></title><link>https://www.local10.com/espanol/2026/08/03/cuba-comienza-a-restablecer-el-servicio-electrico-tras-el-sexto-colapso-de-la-red-electrica-nacional-de-2026/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/cuba-comienza-a-restablecer-el-servicio-electrico-tras-el-sexto-colapso-de-la-red-electrica-nacional-de-2026/</guid><description><![CDATA[Cuba comenzó a restablecer gradualmente el servicio eléctrico este lunes después de que la isla sufriera su sexto colapso nacional de la red eléctrica este año, dejando fuera de servicio todo el sistema eléctrico del país, según funcionarios estatales del sector energético.]]></description><pubDate>Mon, 03 Aug 2026 14:15:53 +0000</pubDate><content:encoded><![CDATA[<p>Cuba comenzó a restablecer gradualmente el servicio eléctrico este lunes después de que la isla sufriera su sexto colapso nacional de la red eléctrica este año, dejando fuera de servicio todo el sistema eléctrico del país, según funcionarios estatales del sector energético.</p><p>La empresa estatal Unión Eléctrica informó una “desconexión total” del Sistema Eléctrico Nacional de Cuba la noche del domingo, pero no identificó la causa del apagón.</p><p>El apagón ocurrió después de una interrupción parcial del servicio eléctrico el sábado que afectó el occidente de Cuba, desde Pinar del Río hasta Matanzas, incluida La Habana, luego de que afectaciones relacionadas con el clima dañaran una línea de transmisión de 220 megavatios. Los funcionarios indicaron que esa interrupción anterior fue controlada rápidamente.</p><p>Para las primeras horas del lunes, el servicio eléctrico había comenzado a restablecerse en algunas zonas de la isla. The Associated Press informó que varias áreas de distribución eléctrica ya estaban nuevamente en funcionamiento y que el servicio había sido restablecido en partes de La Habana.</p><p>El más reciente apagón nacional pone de relieve la persistente crisis energética de Cuba, impulsada por el envejecimiento de la infraestructura eléctrica y la escasez de combustible. Funcionarios cubanos también han atribuido el agravamiento de la escasez de electricidad al endurecimiento de las sanciones de Estados Unidos y a las restricciones sobre las importaciones de petróleo.</p><p>Según funcionarios del sector energético, Cuba experimentó dos apagones nacionales en marzo y otros tres en julio, además de varias interrupciones parciales, incluida la reportada el 1 de agosto. El colapso del domingo marcó la sexta falla total del Sistema Eléctrico Nacional en 2026.</p><p>Incluso cuando la red eléctrica nacional está en funcionamiento, muchos cubanos continúan soportando apagones programados prolongados que pueden durar más de 20 horas al día, afectando la vida cotidiana, los negocios y los servicios esenciales en toda la isla.</p>]]></content:encoded></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, David Dwork]]></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[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 his vehicle 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 an 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 Medical Center, 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.</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>Authorities said 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[Comienza la votación anticipada en Miami-Dade y Monroe; jefe de Elecciones de Miami-Dade recuerda a votantes la flexibilidad y seguridad del proceso]]></title><link>https://www.local10.com/espanol/2026/08/03/comienza-la-votacion-anticipada-en-miami-dade-y-monroe-jefe-de-elecciones-de-miami-dade-recuerda-a-votantes-la-flexibilidad-y-seguridad-del-proceso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/comienza-la-votacion-anticipada-en-miami-dade-y-monroe-jefe-de-elecciones-de-miami-dade-recuerda-a-votantes-la-flexibilidad-y-seguridad-del-proceso/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[La votación anticipada ya está en marcha en los condados Miami-Dade y Monroe, y la supervisora de Elecciones de Miami-Dade, Alina Garcia, anima a los votantes a aprovechar la oportunidad mientras les recuerda que tienen flexibilidad para elegir dónde emitir su voto.]]></description><pubDate>Mon, 03 Aug 2026 14:01:31 +0000</pubDate><content:encoded><![CDATA[<p>La votación anticipada ya está en marcha en los condados Miami-Dade y Monroe, y la supervisora de Elecciones de Miami-Dade, Alina Garcia, anima a los votantes a aprovechar la oportunidad mientras les recuerda que tienen flexibilidad para elegir dónde emitir su voto.</p><p>Garcia recordó a los votantes que durante el período de votación anticipada no están limitados a su recinto asignado.</p><p>“La gente debe saber que puede acudir a cualquiera de nuestros centros de votación anticipada”, dijo. “No tienen que ir a su recinto específico. Y pueden hacerlo esta semana entre las 7 a.m. y las 3 p.m.”</p><p>Un equipo de Local 10 News estuvo la mañana del lunes frente a la sucursal de la biblioteca de Kendall, donde varias personas ingresaron para votar una vez abrieron los centros de votación.</p><p>“Nunca había votado anticipadamente, así que sí, fue mucho más fácil. Me tomó tres minutos votar”, dijo Nelson Hincapie.</p><p>“Siempre vengo temprano porque ahora es muy fácil. No hay filas ni esperas”, dijo otro votante anticipado, Frank Glancy.</p><p>Algunos votantes dijeron que asistieron a un foro de candidatos antes de votar para conocer mejor a los candidatos judiciales incluidos en la boleta.</p><p>Kendra Howard dijo que escuchar directamente a los candidatos la ayudó a comprender mejor sus cualificaciones y prioridades.</p><p>“Quería tener la oportunidad de conocerlos, conocer un poco más sobre su trayectoria”, dijo Howard. “Una cosa es leer sobre la trayectoria de una persona en internet y en su sitio de campaña. Pero otra es escucharlos responder las preguntas y sentir su pasión”.</p><p>Howard dijo que planeaba tomarse un tiempo para reflexionar antes de tomar su decisión final.</p><p>“No voy a decirles que ya sé exactamente por quién voy a votar, pero voy a considerar todo lo que se dijo aquí hoy”, afirmó. “Voy a pensarlo. Voy a ir a casa y luego tomaré mi decisión”.</p><p>Garcia también buscó tranquilizar a los votantes sobre la integridad del proceso electoral, al enfatizar que el condado Miami-Dade utiliza boletas de papel.</p><p>“Quiero recordarles a todos que votamos en papel”, dijo. “No votamos conectados a internet ni a nada por el estilo. Es muy seguro”.</p><p>La votación anticipada está disponible todos los días durante el período designado, lo que permite a los votantes registrados emitir su voto en cualquiera de los centros de votación anticipada del condado Miami-Dade durante el horario de funcionamiento.</p><p><a href="https://www.local10.com/espanol/2026/03/19/guia-del-votante-asi-puede-prepararse-para-las-primarias-de-florida-del-18-de-agosto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/03/19/guia-del-votante-asi-puede-prepararse-para-las-primarias-de-florida-del-18-de-agosto/"><b>CONSULTE LA GUÍA DE VOTACIÓN 2026 DE LOCAL 10</b></a> para obtener más información sobre la votación anticipada en el sur de Florida. La votación anticipada en el condado Broward comienza el sábado.</p>]]></content:encoded></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><a href="https://www.local10.com/espanol/2026/08/03/roban-caja-registradora-durante-allanamiento-a-tienda-de-dolar-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/03/roban-caja-registradora-durante-allanamiento-a-tienda-de-dolar-en-fort-lauderdale/">Leer en español</a></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[Roban caja registradora durante allanamiento a tienda de dólar en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/08/03/roban-caja-registradora-durante-allanamiento-a-tienda-de-dolar-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/roban-caja-registradora-durante-allanamiento-a-tienda-de-dolar-en-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una caja registradora, dinero de un frasco de propinas y algunas bebidas fueron robados la madrugada de este lunes durante un allanamiento a una tienda de dólar en Fort Lauderdale, informó a Local 10 News el propietario del negocio.]]></description><pubDate>Mon, 03 Aug 2026 13:57:16 +0000</pubDate><content:encoded><![CDATA[<p>Una caja registradora, dinero de un frasco de propinas y algunas bebidas fueron robados la madrugada de este lunes durante un allanamiento a una tienda de dólar en Fort Lauderdale, informó a Local 10 News el propietario del negocio.</p><p>Según la Policía de Fort Lauderdale, el allanamiento fue reportado alrededor de las 4:15 a.m. en el negocio ubicado en la cuadra 3600 de Davie Boulevard.</p><p>El propietario de Dollar Stop dijo que el ladrón o los ladrones rompieron la puerta principal de vidrio antes de ingresar al establecimiento.</p><p>La Policía informó que los agentes establecieron un perímetro y retuvieron a una persona de interés para ser interrogada.</p><p>Hasta el momento no se han realizado arrestos.</p><p>La Policía indicó que la investigación continúa.</p><p>Cualquier persona con información sobre el allanamiento debe comunicarse con el Departamento de Policía de Fort Lauderdale o con Broward Crime Stoppers al 954-493-8477.</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[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[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 14:47:04 +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 reposted the embassy statement without comment. It did not respond to a request for comment or explain the higher death toll.</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 led the troops that made a botched attempt to storm the Ukrainian capital in 2022 and recently was appointed the chief of Russia's aerospace forces. The claims could not be independently verified.</p><p>The business daily Kommersant reported that the bomb, hidden in a gift box, was probably detonated remotely and the woman carrying it could have been unaware of the content. Kommersant said the bomb contained about 1 kilogram (2.2 pounds) of explosives and contained metal balls for lethality.</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[Cuba se recupera paulatinamente de un colapso nacional de su sistema energético]]></title><link>https://www.local10.com/espanol/2026/08/03/cuba-se-recupera-paulatinamente-de-un-colapso-nacional-de-su-sistema-energetico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/cuba-se-recupera-paulatinamente-de-un-colapso-nacional-de-su-sistema-energetico/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Cuba se recuperaba paulatinamente el lunes del sexto colapso total de su sistema energético nacional en lo que va del año, lo que dejó a toda la isla a oscuras.]]></description><pubDate>Mon, 03 Aug 2026 16:48:23 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Cuba se recuperaba paulatinamente el lunes del sexto colapso total de su sistema energético nacional en lo que va del año, lo que dejó a toda la isla a oscuras.</p><p>La estatal Unión Eléctrica informó que en la noche del domingo se produjo una “desconexión total” del sistema. El director del Despacho Nacional de Carga de la entidad, Félix Estrada Rodríguez, dijo a medios de prensa oficiales que la caída se produjo debido a una avería en una subestación en La Habana que “provocó la oscilación de la red y la salida de la termoeléctrica Felton, en (la provincia de) Holguín”.</p><p>Aunque La Habana recuperó la energía en los circuitos priorizados —como hospitales y talleres de elaboración de alimentos— las provincias del oriente recién volverían a tener servicio por la tarde, agregó el funcionario.</p><p>El sábado ya se había reportado una caída parcial en el occidente de la isla —desde Pinar del Río a Matanzas, incluyendo La Habana— debido a cortes en una línea de 220 megavatios por factores climáticos que fue rápidamente controlada.</p><p>La sucesión de cortes del servicio demuestra la frágil situación energética de Cuba, causada por una combinación de una infraestructura obsoleta y el impacto del cerco petrolero impuesto por Estados Unidos en enero.</p><p>En la madrugada del lunes algunos sectores de La Habana, la capital y ciudad más poblada de la isla, lucían iluminados, pero en otros al mediodía todavía no había corriente, constató The Associated Press.</p><p>Para pasar la noche muchos residentes durmieron en balcones, portales y hasta en el Malecón, la avenida del litoral capitalino, en busca de un poco de alivio para el sofocante calor.</p><p>“Esto va para atrás, mañana se vuelve a caer… y de nuevo a dormir en el Malecón”, dijo a AP Alexey Ríos García, un albañil de 30 años que amaneció en ese lugar.</p><p>La maestra de educación física Elaine Delis Ramos, de 30 años, también acudió al muro del Malecón buscando un poco de brisa. “Cuando tenemos esperanza de que no se va a caer más, vuelve y se cae. No tenemos ninguna solución”, se lamentó.</p><p>El servicio meteorológico estimó que la sensación térmica alcanzó los 41 grados el domingo debido a una humedad de hasta el 80%.</p><p>Las autoridades informaron dos caídas nacionales en marzo y tres en julio, a las que se suman algunas parciales como la del 1 de agosto.</p><p>Además, los cubanos sufren constantes cortes rotativos que a veces superan las 20 horas diarias.</p><p>———-</p><p>El corresponsal Ariel Fernández contribuyó con este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2776WRXDBVCTGL2L6CPH44OZBQ.jpg?auth=e483a96e831cfc85a7b59a503561347b691e26e3048248e0f30ef261bc95ac35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre tira de un carrito que transporta agua potable durante un apagón en La Habana, Cuba, el lunes 3 de agosto de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3I64R76ZWLLNAHZD3EZ2TQR3I.jpg?auth=b0aeff2956d4cd04450ab5408fdc036e39de69d1134793109e31660c04434ed3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas transportan agua durante un apagón en La Habana, Cuba, el lunes 3 de agosto de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Mauricio Pochettino stays as US coach, agrees to new 4-year contract through 2030 World Cup]]></title><link>https://www.local10.com/sports/2026/08/03/mauricio-pochettino-stays-as-us-coach-agrees-to-new-4-year-contract-through-2030-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/03/mauricio-pochettino-stays-as-us-coach-agrees-to-new-4-year-contract-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 15:23:27 +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>The 54-year-old Pochettino, who took over the national team in October 2024, led the U.S. to the round of 16 at this year's World Cup, where the tournament co-hosts were eliminated in a 4-1 loss to Belgium.</p><p>Still, he helped the seeded U.S. team 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>Since reaching the quarterfinals at the 2002 World Cup, the U.S. has lost four 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 (in) that they have the potential to arrive in 2030, in four years,” 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-kick 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>Hedge fund manager Ken Griffin is again the lead philanthropic funder supporting Pochettino’s contract with additional support by Scott Goodwin, Adam Freede and commercial partners. Pochettino earned just over $5 million in his first seven months as coach, according to the U.S. Soccer Federation tax return.</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 qualify for 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 advance past the group stage at 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/CCMLV25VBTA3ZG7IJZ6ODZEU4A.jpg?auth=18f8032aac61a656387fbba08ee41a96095b8963c338db5a5bef60cee4162727&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States men's national soccer team head coach Mauricio Pochettino walks out to throw out the ceremonial first pitch before a baseball game between the Seattle Mariners and the Toronto Blue Jays, July 3, 2026, in Seattle. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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[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 LINDSEY WASSON and JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[SPOKANE, Wash. (AP) — Light winds and lower temperatures were in the forecast Monday to help firefighters battle wildfires in eastern Washington state that destroyed at least 600 structures and forced the evacuation of 60,000 people in the Spokane area.]]></description><pubDate>Mon, 03 Aug 2026 17:20:24 +0000</pubDate><content:encoded><![CDATA[<p>SPOKANE, Wash. (AP) — Light winds and lower temperatures were in the forecast Monday to help firefighters battle wildfires in eastern Washington state that destroyed at least 600 structures and forced the evacuation of 60,000 people in the Spokane area.</p><p>The fires in and around Spokane, the state's second-largest city, burned about 12.5 square miles (about 32 square kilometers) by Monday morning 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>No major injuries or deaths were reported by Monday, though authorities were checking for missing people, said Cpl. Mark Gregory, a spokesman for the Spokane County Sheriff’s Office.</p><p>“Initially, we had approximately 290 missing person reports, and at this point we have cleared all except 14,” Gregory said. “These may not all be specifically associated with the Spokane Complex Fires."</p><p>The wildfires were among dozens across the Western U.S. that stretched the ability of federal, state and local agencies to fight them. At least 390 square miles (1,000 square kilometers) has burned across Washington.</p><p>Homes, cars, possessions lost in flames</p><p>Entire Spokane neighborhoods lost homes. Chimneys that somehow withstood heat and flames were still standing like lone sentinels, symbols of what was there just a few days earlier.</p><p>Online efforts to help people swiftly popped up as friends of fire victims posted numerous appeals for money, clothes and basic necessities. Kory and MacKensie Aspaas were away with their children when the disaster hit.</p><p>“They are coming back from being out of town to a life that’s been completely wiped out,” friend Kali Butler said.</p><p>Officials said Sunday that the evacuees in Spokane included patients at its U.S. Veterans Affairs hospital. Investigators had yet to determine how the blazes started.</p><p>The weather forecast for Monday called cooler temperatures and light winds, but no rain.</p><p>“We are not out of danger,” U.S. Sen. Maria Cantwell said Sunday. “The next couple of days will be challenging.”</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>In Spokane, about 400 people were staying at city's main convention center, which was turned into a shelter, officials said.</p><p>Spokane Public Schools opened a free emergency drop-in camp for children on Monday. Trials at the county court were pushed to 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><p>__</p><p>Hanna reported from Topeka, Kansas. Associated Press writers Kathy McCormack in Concord, N.H., and Ed White in Detroit contributed.</p>]]></content:encoded><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/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/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/D5DA26WLLHM6NRHXQPX5SXG65M.jpg?auth=16ba99a4276ea715126620fdc9dc12e5d834443e571a0cac8762b37f2dd65b8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trees burned by a wildfire stand near destroyed structures in the Indian trail neighborhood, Monday, Aug. 3, 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 15:55:03 +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>Trump calls Iran ‘unbelievably duplicitous’ with regard to peace talks</p><p>Trump is venting about the status of peace talks with Iran.</p><p>He criticized Iran's leadership for claiming that its meetings with Oman on Monday were focused solely on establishing a temporary route for safe navigation through the Strait of Hormuz.</p><p>The president previously said he held off on a massive weekend strike against Iran because there was another framework for a ceasefire and the full reopening of the strait to oil and natural gas tankers.</p><p>“Iranian Leadership is unbelievably duplicitous!” Trump posted on social media Monday. “They ask for a meeting, some would say “beg,” talks begin, with more scheduled in the immediate future, and they say, openly and proudly, that they’re not having any discussions, that nothing is being talked about, and they’re only dealing with ‘Oman.’”</p><p>Trump said whether “Iran wants to admit it or not, we are, in fact, talking” about preventing Iran from developing nuclear weapons.</p><p>Breakneck pace in immigration courts is driving up deportation orders</p><p>The Trump administration is packing immigration courtrooms with speedier hearings to clear a decades-long backlog in asylum claims. New data shows a historic rise in missed court dates and immediate deportation orders as judges struggle to keep up the pace.</p><p>Hundreds of immigrants’ cases a day are being assigned to individual judges as the number of “mega” master hearings significantly increase. More than 1,300 were held in June alone, a nearly threefold jump from the previous June, according to Mobile Pathways, a nonprofit that tracks immigration court data.</p><p>The data also shows that courts have severely cut preparation time in complex immigration proceedings, so people are missing hearings and being told they’ve abandoned their asylum claims at unprecedented rates.</p><p>Those who favor limiting immigration see this as a course-correction for a longstanding problem. But the nonprofit’s chief operating officer says cases are being closed without being heard.</p><p>▶ Read more</p><p>GOP holdouts say they will vote to advance Blanche’s nomination for attorney general</p><p>Two Republican senators who threatened to block acting Attorney General Todd Blanche’s bid to lead the Justice Department said Monday that they will vote to advance his nomination, ending an impasse over plans to create a fund to compensate the president’s allies.</p><p>The statement from Republican Sen. John Cornyn and Thom Tillis came after Blanche issued an order late Sunday formally rescinding the $1.8 billion “Anti-Weaponization Fund” to compensate people who believe they were unfairly prosecuted by the Justice Department.</p><p>Cornyn and Tillis had said they would not support Blanche’s nomination without written confirmation that the fund is dead.</p><p>▶ Read more</p><p>Trump stands to profit off US policy announcements by selling fast access to his social media posts</p><p>The president knows the world hangs on his every word. Now he wants you to pay for it.</p><p>Trump’s Truth Social business began selling sneak peeks of his social media posts on Saturday, offering early access to market-moving news to Wall Street traders willing to pay up. The move raises the prospect of big profits for Trump’s company, and big questions about insider trading and using public office for private gain.</p><p>Similar fast-speed feeds are sold by other social media firms and media providers, but Truth Social doesn’t just distribute the news, it makes it as Trump announces changes on everything from war to central bank leadership to tariffs.</p><p>“If this was the CEO of a public company, this would be jail time,” said Irene Aldridge, head of Able Alpha Trading.</p><p>Initial sales details may be disclosed when Truth Social’s parent company announces quarterly earnings.</p><p>▶ Read more</p><p>Democrats’ future is at stake as El-Sayed and Stevens make final push in Michigan</p><p>Tuesday’s Senate primary in Michigan between congresswoman Haley Stevens and public health official Abdul El-Sayed is one of the clearest tests yet of where Democratic voters want their party to go.</p><p>El-Sayed is a progressive backed by Sen. Bernie Sanders who’s run against much of the Democratic establishment. Stevens is backed by Senate Democratic leader Chuck Schumer and has made electability and experience central to her case.</p><p>The winner faces Republican Mike Rogers in November for an open seat Democrats likely need to hold to take control of the Senate next year.</p><p>▶ Read more</p><p>Trump decries negative public polling and claims he’s never been more popular</p><p>The U.S. president said on social media that independent surveys showing low approval ratings are false — denying a clear trend of lower support for Trump because of inflation and the Iran war, among other issues.</p><p>“My REAL Polling Numbers, not those made up by the Fake News Media, are the best they have ever been,” Trump asserted, providing no data to back up his claim.</p><p>The AP-NORC Center for Public Affairs Research found that just 33% of U.S. adults approve of Trump. That survey from late July also showed a drop since the start of Trump’s second term in adults who “strongly approve” of him.</p><p>Contrary to the evidence of multiple surveys, Trump said his popularity is based on his income tax cuts, his job numbers, his efforts to secure the U.S. border with Mexico and his use of American military force in Venezuela and Iran.</p><p>Trump going to Los Angeles on Tuesday and speak in Las Vegas on Wednesday</p><p>The White House said the president will go to California and Nevada to talk up the economy and border security and slam Democrats ahead of the November elections.</p><p>Trump on Tuesday will attend a Republican National Committee dinner at the Trump National Golf Club in Los Angeles.</p><p>On Wednesday, the president is slated to talk about the economy at Red Rock Casino in Las Vegas.</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[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[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[US companies are stepping up to cut reliance on China for critical minerals used in key weapons]]></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) — Tucked inside a New Hampshire office park, a small refinery zaps mining waste with electricity to tease out critical minerals needed for key U.S. weapons systems, including missiles used in the Iran war.]]></description><pubDate>Mon, 03 Aug 2026 17:27:06 +0000</pubDate><content:encoded><![CDATA[<p>EXETER, N.H. (AP) — Tucked inside a New Hampshire office park, a small refinery zaps mining waste with electricity to tease out critical minerals needed for key U.S. weapons systems, including missiles used in the Iran war.</p><p>It can play a part in helping America break the chokehold China has on processing critical minerals, but it will take up to a year and a half to build a new factory as the Trump administration pushes to expand domestic production. The company, Phoenix Tailings, recently got a $500 million loan from the Pentagon to ramp up its work, after starting out eight years ago as a backyard lab seeking a cleaner metal-refining method. It's just the latest critical minerals company the government has backed.</p><p>The task that workers carry out in heat-resistant suits and sealed face masks has become more urgent as the Iran conflict draws down key munitions such as Tomahawk cruise missiles and THAAD interceptors. While the White House is demanding military contractors speed up production, it’s also imposing stricter rules banning them from sourcing critical minerals from China.</p><p>“It will be a tall order and a challenge to replenish these stocks and scale up in the timeframe needed to meet defense demand and regulations,” said Anthony Balladon, chief commercial officer and a co-founder of Phoenix Tailings. He said the company is working hard to boost capacity.</p><p>Although the U.S. is quickening its pace to build domestic supplies of critical minerals free of control from its most formidable rival, it will likely take years for companies across the industry to build new mines and boost production of the high-powered magnets essential in many high-tech applications. Extracting some of the hard-to-pronounce elements from existing mine waste can help satisfy the growing demand in the meantime, but it will likely take several companies to do that.</p><p>Critical minerals industry has big plans, but it will take time to ramp up</p><p>Phoenix Tailings taps waste from traditional mining as well as recycled magnets and disk drives as raw materials, working to counter China in processing where it has the strongest hold on the supply chain.</p><p>The company based in the Boston-area city of Woburn, Massachusetts, plans to build a bigger facility to extract and produce critical metals needed in not only defense but also the 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 material into a grayish metal that can be used to make the extremely strong permanent magnets used in fighter jets, missiles, radar systems and drones.</p><p>The metals that 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 defense sector is particularly reliant on the metal samarium and needs 50 to 100 tons each year, but 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 that 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 for raw materials</p><p>Arnold Magnetic Technologies for years relied on China for samarium to produce the extremely strong, stable-in-high-temperatures magnet that goes into precision-guided missiles such as Tomahawks.</p><p>That doesn’t work anymore. For Arnold, the solution to getting the critical minerals it needs has come from a relic of Europe’s past rare-earth industry — abandoned mining dirt in the French city of La Rochelle.</p><p>Solvay, a Belgium-headquartered chemical company, stopped separating and processing rare earths from the mined dirt in the 2000s. That was when China was building up most of the world’s processing capacity with a determination to dominate the industry.</p><p>China weaponized that near-monopoly last year by choking off its flow of processed critical materials and forcing the U.S. government to back off during a trade war. Solvay then restarted work and has added other rare earths this year, including samarium.</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,” a Solvay spokesperson said.</p><p>For Arnold Magnetic Technologies, paying more to get its supply from Solvay instead of China has not been a deal-breaker, because the samarium-cobalt magnets it makes account for only a small cost in a weapon system, said Matt Blake, Arnold's CEO.</p><p>“They are not the absolute cost drivers,” he said.</p><p>Plus, the company says the surge in demand for magnets has worked in its favor.</p><p>Some concerns remain. The U.S. is dependent on imports of the critical mineral tungsten, with China controlling roughly 80% of the global mine supply and an even larger share of processing, according to Brodie Sutherland, CEO of Patriot Critical Minerals Corp.</p><p>Sutherland, whose company seeks to explore and mine tungsten in the U.S., is concerned that America will not be able to get by without China-sourced tungsten after a Pentagon-imposed deadline of Jan. 1, 2027.</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>The Iran war and Trump's China order create pressure and opportunity</p><p>The need to increase production has become more urgent as renewed fighting with Iran digs into the U.S. military’s already diminished stockpiles of advanced missile interceptors, including Patriots and THAADs, according to a recent analysis from the Center for Strategic and International Studies, a Washington think tank.</p><p>It also has raised concerns that the 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 Tomahawks, Patriots and THAADs, or Terminal High Altitude Area Defense interceptors.</p><p>At the same time, President Donald Trump has announced stricter controls on defense contractors sourcing critical materials from China.</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 executive order says.</p><p>Lockheed Martin, which makes THAADs and many other weapons systems, 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 requests for comment.</p><p>Balladon, of Phoenix Tailings, was confident in U.S. companies.</p><p>“Ultimately, with the right support and partners across the industry, we think we can make it happen,” he said.</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[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[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 16:42:51 +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>Trump's 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>In a post on X on Saturday night, the Department of Health and Human Services, which oversees Head Start, said to expect a rule to be published this week. The administration “remains committed to strengthening Head Start by preserving federal investment in the program while advancing reforms that expand access, increase local flexibility, reduce unnecessary administrative burden, and ensure services are delivered effectively to children and families in need," department spokesperson Emily Hilliard said Monday in an email.</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, which operates in all 50 states, has long enjoyed robust bipartisan support. But some prominent conservatives in recent years have called for its elimination, saying the federal government should get out of the education business at every level. Deregulating the program would deliver a win for them and aligns with the Trump administration's goals of scrapping rules it views as onerous or unnecessary.</p><p>Head Start is designed to 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>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>The proposed rules were originally reported in The Bulwark.</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[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 17:18:49 +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. In video posted to Facebook on Monday, Hungarian Prime Minister Péter Magyar said engineers had managed to keep the plant’s final operating turbine temporarily running, averting an expected shutdown on the weekend.</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, adding that a full power-down was likely on Tuesday or Wednesday.</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 Danube’s Bala Canal in order 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>After meeting with major industrial consumers on Monday, Bolojan said carmakers Dacia and Ford had gone into maintenance and halted auto production until Aug. 19, while other companies agreed to reduce their energy usage during peak 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/AAP7Z6GAZ7XTZLOYDU7J23EX2E.jpg?auth=cd8c4aa7b1f3c320280ef8d9ac203d1ef11be8df1ab3d5168b755b56748e51bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boat is banked on the sand in an area usually submerged in water along the Danube River during low water levels in Rasova, 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/XYKVQIMENXCULBMIXUCWIDXBGY.jpg?auth=f5bf121a4b0cc5687f1f8df37c4b4795f9ce08363d5ab07df89a4e2c22eea3e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries wood along an area that is usually submerged in water from the Danube River, amid low water levels in Rasova, 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/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/MYN4J5XGIUB7GT4YKIWV4M7VJY.jpg?auth=68f146b79c0c286d6845d3a21df1bfb84d82817dc9e5c48e814018ad0078da9f&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 Petrovaradin, 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-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-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 14:26:38 +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 London 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-claims-iran-talks-will-start-monday-and-other-developments-in-the-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/03/trump-claims-iran-talks-will-start-monday-and-other-developments-in-the-middle-east/</guid><dc:creator><![CDATA[By SAMY MAGDY and ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — After calling off a fresh round of strikes against Iran, U.S. President Donald Trump announced that new talks to wind down the war would start Monday, even as Iranian officials claimed their diplomatic efforts were focused on neighboring nations.]]></description><pubDate>Mon, 03 Aug 2026 16:45:40 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — After calling off a fresh round of strikes against Iran, U.S. President Donald Trump announced that new talks to wind down the war would start Monday, even as Iranian officials claimed their diplomatic efforts were focused on neighboring nations.</p><p>Talks between the U.S. and Iran are critical to ending the monthslong conflict and reviving 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>But Iran’s foreign ministry said it's focused on negotiations with Oman, not the U.S., prompting Trump to criticize the country’s leadership, which has grown increasingly divided over the war’s endgame.</p><p>Trump, who has made a habit of threatening strikes on Iran only to dangle the prospect of a last-minute diplomatic reprieve, said Monday that whether “Iran wants to admit it or not, we are, in fact, talking."</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 Monday in the Middle East.</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.</p><p>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 and fielding requests from unnamed Iranian officials. He did not provide further details or say who would be involved in the talks.</p><p>The Iranian Foreign Ministry maintained that the country was 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 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>Trump voiced frustration at Iran's public posturing.</p><p>“Iranian Leadership is unbelievably duplicitous!” the U.S. president vented on Truth Social, his social media platform. “They ask for a meeting, some would say “beg,” talks begin, with more scheduled in the immediate future, and they say, openly and proudly, that they’re not having any discussions, that nothing is being talked about, and they’re only dealing with ‘Oman.’”</p><p>Iran's top delegates head to Iraq and Pakistan</p><p>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>Meanwhile the country's trade minister headed Monday to Pakistan for an official visit expected to focus in part on ways to ease transit bottlenecks and move more Iranian containers through Pakistani ports during the U.S. naval blockade.</p><p>Iranian Minister of Industry, Mines and Trade Mohammad Atabak was scheduled to attend a meeting of the Iran-Pakistan Joint Trade Committee in Islamabad and to meet with Pakistani Prime Minister Shehbaz Sharif during the two-day trip.</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. The agency 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 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 continues at night. "The flies and the cockroaches attack us.”</p><p>___</p><p>Becatoros reported from Athens, Greece. Associated Press reporters Julia Frankel in Jerusalem, Bassem Mroue in Beirut and Josh Boak in Washington 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 kill 9]]></title><link>https://www.local10.com/news/world/2026/08/03/russia-blasts-southern-ukrainian-city-with-glide-bombs-while-ukrainian-drones-reportedly-kill-9/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/russia-blasts-southern-ukrainian-city-with-glide-bombs-while-ukrainian-drones-reportedly-kill-9/</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 15:17:20 +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>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>Three other people were killed and two were wounded in Ukraine'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>Zelenskyy outlines Ukraine's war strategy</p><p>Ukraine’s innovative long-range drone technology developed during the war has enabled Kyiv to sign military cooperation agreements with nine countries, President Volodymyr Zelenskyy said Monday.</p><p>Under the deals, Ukraine receives long-term funding for its defense industry while partner countries get new defense capabilities, he said, adding that agreements with 15 other countries are being negotiated.</p><p>Ukraine is using its long-range strike drones to hit targets deep inside Russia in an effort to push Russian President Vladimir Putin into seeking a peace settlement, Zelenskyy said in a speech to Ukrainian diplomats.</p><p>“We will work very hard to make that happen this fall,” he said.</p><p>Ukraine wants countries to adopt heavier international sanctions on Moscow, but existing sanctions also need tightening to prevent Russian companies from exploiting loopholes, he said.</p><p>Zelenskyy also announced he is appointing Rustem Umerov, who has been involved in U.S. diplomatic efforts to stop the war, as head of the Foreign Intelligence Service.</p><p>Russia's glide bombs are big and hard to stop</p><p>Russia has used glide bombs against Ukrainian towns and cities since it invaded its neighbor more than four years ago. The Soviet-era bombs are 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.</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, along with 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 has resulted from Russian ballistic missiles, and late Sunday 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 United States knows what we need. Europe knows what we need. Anti-ballistic missiles must protect people — not sit in stockpiles," Zelenskyy said on social media.</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 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>Ukrainian drones also struck another major warehouse belonging to Wildberries, Russia’s biggest online shopping company. 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. 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>Zelenskyy said the Engels military air base near Saratov, the main base for Russian nuclear-capable strategic bombers, and other places inside Russia, including fuel storage tanks at the Lyudinovskaya oil depot in Russia’s Kaluga region, were targeted.</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><media:content url="https://www.local10.com/resizer/v2/ACDGFC4ORRD5XP73Q34VVNZL6A.jpg?auth=1d87cecfeec6d041370fd45f4fe6dba5d68016c517ac58e968564244d32bcc3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, firefighters put out a fire at a gas station following a Russian drone attack in Dnipropetrovsk region, Ukraine, Monday, Aug. 3, 2026. (Ukrainian Emergency Service via AP)]]></media:description></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 15:53:48 +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. They include Infantino, Zurich-based chief finance officer Thomas Peyer and Arsène Wenger, the coaching great who is FIFA's head of global soccer development.</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>Europe seeks rival candidate to lead FIFA</p><p>The Swedish soccer federation confirmed Monday that UEFA is actively looking "to come up with an alternative candidate” as FIFA president. The next election is scheduled in March.</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 had withdrawn 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 through at least 2038. It promised to more than double development money over that time for the 211 members who 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>Infantino's path to stabilizing the presidency he has held for 10 1/2 years was unclear Monday which began in New York with a report he was seeking support from the administration of his close ally U.S. President Donald Trump, possibly in a call with Secretary of State Marco Rubio.</p><p>“There are no plans for @SecRubio to speak with Infantino and there is no call this morning,” Dylan Johnson, assistant secretary of state for global public affairs, posted on social media.</p><p>A week is a long time in politics</p><p>The private equity plan has provoked a stunning turnaround in fortunes for Infantino since it was revealed last Tuesday by The Times of London.</p><p>The 56-year-old FIFA leader 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.</p><p>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><media:content url="https://www.local10.com/resizer/v2/2EEKBLJGP4IYXZ3ZOFIYENYI2A.jpg?auth=d959bccc9aa24e45770f69100dfbcd14db972c96db7f76f9170da90a743a017d&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 answers questions from reporters during a meeting with the White House task force on the 2026 FIFA World Cup in the Oval Office of the White House, Monday, Nov. 17, 2025, in Washington, as FIFA President Gianni Infantino, Secretary of State Marco Rubio and FIFA senior adviser Carlos Cordeiro listen. (AP Photo/Evan Vucci, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</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[El verano caluroso y seco pasa factura con incendios en Francia y Grecia, y sequía en Reino Unido]]></title><link>https://www.local10.com/espanol/2026/08/03/grecia-combate-el-fuego-tras-una-colision-de-helicoptero-mientras-evacuados-franceses-vuelven-a-casa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/03/grecia-combate-el-fuego-tras-una-colision-de-helicoptero-mientras-evacuados-franceses-vuelven-a-casa/</guid><dc:creator><![CDATA[Por DEREK GATOPOULOS y SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[ATENAS (AP) — Un verano con calor récord y sequía se agudizaba en Europa el lunes, mientras aviones cisterna combaten un gran incendio forestal en Grecia, los bomberos en Francia buscan estabilizar las llamas en Provenza, y gran parte del Reino Unido registró el julio más seco en casi dos siglos.]]></description><pubDate>Mon, 03 Aug 2026 16:32:03 +0000</pubDate><content:encoded><![CDATA[<p>ATENAS (AP) — Un verano con calor récord y sequía se agudizaba en Europa el lunes, mientras aviones cisterna combaten un gran incendio forestal en Grecia, los bomberos en Francia buscan estabilizar las llamas en Provenza, y gran parte del Reino Unido registró el julio más seco en casi dos siglos.</p><p>Los incendios forestales al oeste de Atenas saltaron las líneas de contención, un día después de que la colisión de dos helicópteros matara a dos tripulantes.</p><p>Un griego y un danés murieron y otros dos fueron hospitalizados tras la colisión de los helicópteros. Los cuatro eran operadores privados fletados por el servicio griego de extinción de incendios.</p><p>En Francia, los bomberos en la región en torno a Burdeos vigilaban posibles rebrotes dentro de una zona quemada aún en llamas cuatro veces del tamaño de París.</p><p>Una ola de calor prolongada y la falta de lluvias registraron a julio como el más seco en Inglaterra y Gales en casi 200 años, según estadísticas provisionales, dijo el lunes el servicio meteorológico británico.</p><p>Todo Gales y más de la mitad de Inglaterra están oficialmente en sequía, dijo la Met Office. El periodo seco estuvo acompañado por temperaturas sofocantes en gran parte del Reino Unido, tras olas de calor en mayo y junio.</p><p>Gales igualó su récord de su temperatura media más cálida para julio, mientras que Inglaterra y el Reino Unido registraron su segundo julio más cálido.</p><p>Zonas alrededor de Atenas en alto riesgo y con cientos evacuados</p><p>Los vientos fuertes regresaron al sur de Grecia a última hora del lunes, empujando las llamas hacia agrupaciones de viviendas de montaña, destruyendo granjas y propiedades, y cerrando una autopista.</p><p>Las zonas en torno a Atenas seguían en alto riesgo durante la semana, con temperaturas que se prevé que aumenten aún más. Más de 1.000 personas han sido evacuadas de la región en torno al balneario de Porto Germeno y otras zonas al oeste de la capital, incluidas más de 250 rescatadas por embarcaciones desde playas de la zona.</p><p>“Este es un incendio difícil que nos ha preocupado”, dijo el portavoz del Servicio de Bomberos, Yiannis Artopios, añadiendo que 12 aviones cisterna y 11 helicópteros operaban en la zona el lunes.</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, 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>Un enorme incendio en Francia contenido mientras los evacuados regresan a casa</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 mantenía 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 en la costa atlántica, y Le Porge, el municipio más afectado, donde 183 viviendas fueron destruidas. Los sitios de campamento 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>El Sistema Europeo de Información sobre Incendios Forestales informó que el riesgo de incendios forestales sigue siendo alto en partes del continente hasta el 5 de agosto, incluso en países del norte tradicionalmente más frescos.</p><p>Los bomberos en los Países Bajos combatían el lunes un gran incendio en un bosque en la provincia sureña de Limburgo, dijeron las autoridades, mientras el país soportaba otro día de clima veraniego caluroso y seco. El operador ferroviario nacional detuvo los trenes entre dos localidades de la zona debido al incendio.</p><p>La fuerza aérea neerlandesa envió dos helicópteros Chinook equipados con grandes contenedores de agua para ayudar a los bomberos a hacer frente al incendio en los Países Bajos. Los medios informaron que un camping en la zona fue evacuado debido a la mala calidad del aire causada por una gran columna de humo.</p><p>__________</p><p>Corbet y Thomas Adamson informaron desde París; Elena Becatoros en Atenas; Mike Corder en La Haya y Brian Melley en Londres.</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[Europe's hot, dry summer takes its toll with fires in France and Greece, and drought in the UK]]></title><link>https://www.local10.com/news/world/2026/08/03/europes-hot-and-dry-summer-takes-its-toll-with-fires-in-france-and-greece-and-drought-in-the-uk/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/europes-hot-and-dry-summer-takes-its-toll-with-fires-in-france-and-greece-and-drought-in-the-uk/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS and SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[ATHENS, Greece (AP) — A record-breaking hot and dry summer tightened its grip on Europe Monday, as water-dropping planes swooped over a major wildfire in Greece, firefighters in France sought to stabilize a blaze in Provence, and much of the U.K. recorded its driest July in nearly two centuries.]]></description><pubDate>Mon, 03 Aug 2026 15:22:19 +0000</pubDate><content:encoded><![CDATA[<p>ATHENS, Greece (AP) — A record-breaking hot and dry summer tightened its grip on Europe Monday, as water-dropping planes swooped over a major wildfire in Greece, firefighters in France sought to stabilize a blaze in Provence, and much of the U.K. recorded its driest July in nearly two centuries.</p><p>Wildfires west of Athens jumped containment lines, a day after a midair collision between two helicopters killed two crew members.</p><p>A Greek and a Danish national died and two others were hospitalized in the helicopter collision. All four were private operators chartered by the Greek firefighting service.</p><p>In France, firefighters in the region around Bordeaux guarded against potential flare-ups inside a still-burning scar four times the size of Paris.</p><p>A prolonged heat wave and lack of rainfall led to the driest July in England and Wales in nearly 200 years of recordkeeping, according to provisional statistics, the U.K.’s weather service said Monday.</p><p>All of Wales and more than half of England are officially in drought, the Met Office said. The dry spell was accompanied by sweltering temperatures across much of the U.K., following heat waves in May and June.</p><p>Wales tied its record for its warmest mean temperature for July while England and the U.K. recorded their second-warmest July.</p><p>Athens area remains at high risk with hundreds evacuated</p><p>Strong winds returned to southern Greece late Monday, pushing flames into mountain home clusters, destroying farms and property, and closing a highway.</p><p>Areas surrounding Athens remain at high risk through the week with temperatures set to rise further. More than 1,000 people have been evacuated from around the seaside resort of Porto Germeno and other areas west of the capital – including more than 250 rescued by boats from beaches in the area.</p><p>“This is a difficult fire that has troubled us,” Fire Service spokesman Yiannis Artopios said, adding that 12 water-dropping planes and 11 helicopters were operating in the area Monday.</p><p>The blaze was blamed on a faulty power line from a wind farm and led to the arrests of two contractors on charges of negligent arson.</p><p>Despite improved detection methods and expanded cooperation among European Union members, Greece and other countries along Europe's Mediterranean coast suffer devastating wildfires every summer as spells of heat wave temperatures grow longer.</p><p>Europe is Earth’s fastest-warming continent, heating at more than twice the global average since the 1980s, according to the European Union’s Copernicus climate service. Rising temperatures and prolonged drought leave vegetation drier and more combustible, allowing fires to spread faster and burn more intensely.</p><p>Massive blaze in France contained as evacuees return home</p><p>In France, thousands of evacuees were allowed to return home or to holiday accommodation Monday after a massive wildfire remained contained. More than 224,000 people had fled in what officials said was the country’s largest civilian evacuation outside wartime.</p><p>The wildfire burned about 420 square kilometers (162 square miles), making it France’s largest wildfire on record. Monday's return includes Cap Ferret peninsula, a tourist hot spot along the Atlantic coast, and Le Porge, the municipality hardest hit by the fire, where 183 homes were destroyed. Campsites remain closed.</p><p>A second wildfire in Provence did not flare up overnight, but was still not contained Monday as stronger winds were expected, firefighters and authorities said. About 1,500 firefighters, supported by water-dropping helicopters, continued reinforcing fire lines along the blaze that tore through about 18 square kilometers (7 square miles).</p><p>The European Forest Fire Information System said the risk of wildfire remains high across parts of the continent through Aug. 5, including in traditionally cooler northern countries.</p><p>Firefighters in the Netherlands were battling a large blaze Monday in a forest in the southern province of Limburg, authorities said, as the country sweltered through another day of hot, dry summer weather. The national railway operator halted trains between two towns in the area due to the fire.</p><p>The Dutch air force sent two Chinook helicopters equipped with large water containers to help firefighters tackle the blaze in the Netherlands. Media reported that a campsite in the area was evacuated due to poor air quality caused by a large plume of smoke.</p><p>___</p><p>Corbet reported from Paris. Elena Becatoros in Athens, Thomas Adamson in Paris, Mike Corder in The Hague, Netherlands and Brian Melley in London contributed.</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 considering steps toward partisan redistricting for 2028]]></title><link>https://www.local10.com/news/national/2026/08/03/maryland-lawmakers-considering-steps-toward-partisan-redistricting-for-2028/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/03/maryland-lawmakers-considering-steps-toward-partisan-redistricting-for-2028/</guid><dc:creator><![CDATA[By SARAH RANKIN, Associated Press]]></dc:creator><description><![CDATA[Maryland lawmakers kicked 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 15:51:17 +0000</pubDate><content:encoded><![CDATA[<p>Maryland lawmakers kicked 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 was set to 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>Ferguson told reporters Monday that future changes to the maps could depend on the outcome of the November midterms.</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 worries about inflation, and Wall Street rallies]]></title><link>https://www.local10.com/business/2026/08/03/falling-oil-prices-help-calm-worries-about-inflation-and-wall-street-rallies/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/03/falling-oil-prices-help-calm-worries-about-inflation-and-wall-street-rallies/</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 get even worse. That has U.S. stock indexes rallying, though sharp swings are continuing to roil underneath the surface.]]></description><pubDate>Mon, 03 Aug 2026 16:39:17 +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 get even worse. That has U.S. stock indexes rallying, though sharp swings are continuing to roil underneath the surface.</p><p>The S&P 500 rose 1.3% following its wild July, where it swung up  and down as oil prices shot higher because of the war with Iran and other worries. The Dow Jones Industrial Average was up 533 points, or 1%, as of 12:27 p.m. Eastern time, and the Nasdaq composite was 2% higher.</p><p>Stocks got a lift as the price for a barrel of Brent crude sank 4.7% to $83.83. It dropped after President Donald Trump said over the weekend that he decided to hold off on new strikes against Iran at the urging of allies in the region.</p><p>Brent's price 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. The latest acquiescence by Trump on Iran helped to ease worries about the global flow of crude, and Treasury yields correspondingly fell in the bond market.</p><p>The yield on the 10-year Treasury sank to 4.69% from 4.75% late Friday. It, though, remains well above its 3.97% level from before the war with Iran.</p><p>Higher yields threaten 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>Monday's ease in oil prices helped airlines and other companies with big fuel bills lead the market. United Airlines flew 5.4% higher, while American Airlines climbed 5%. Norwegian Cruise Line Holdings steamed 4.6% higher.</p><p>Tyson Foods rose 2% after the meat company reported a slightly stronger profit for the spring than analysts expected. CEO Donnie King said strength is continuing in the company's chicken business and its prepared foods, which include brands like Jimmy Dean and Hillshire Farm.</p><p>It joined a lengthening list of big U.S. companies to deliver a bigger profit for the spring than analysts expected. That's imperative for Wall Street because stock prices tend to follow the path of corporate earnings over the long term, and worries were rising that stock prices may have already shot too high.</p><p>Companies in the S&P 500 are on track to deliver earnings per share for the spring that are 47% higher than a year before, according to FactSet, with more than half of the companies having already reported. If that ends up being the case, it would be the strongest growth since the spring of 2021, when the economy was roaring out of the COVID pandemic.</p><p>Also offering encouragement for profits was a report on Monday showing that growth for U.S. manufacturing accelerated to its strongest level since 2022.</p><p>Keeping Wall Street unsettled, though, were swings for stocks of companies that make computer chips. They've been veering up and down for weeks on worries about whether their surging revenues because of the artificial-intelligence  boom are sustainable.</p><p>If AI ends up producing 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 went from a drop of 6.4% to a gain of 0.7% during Monday's first 90 minutes of trading, for example. It's still up roughly 190% for the year so far.</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% Monday, coming off Friday's 17.9% surge that 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[Democrats’ future is on the line as El-Sayed and Stevens make final push in Michigan primary]]></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 13:54:27 +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/2026/08/03/trial-of-lindsay-clancy-the-mom-who-killed-her-3-children-enters-second-week-of-testimony/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/03/trial-of-lindsay-clancy-the-mom-who-killed-her-3-children-enters-second-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 15:36:52 +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 included emergency room doctors who treated Clancy and two of her children, 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>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>Clancy, 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>Dr. Michael Snyder recalled Monday how Cora had no heartbeat and was declared dead soon after arriving at Beth Israel Deaconess Medical Center-Plymouth. Eight-month-old Callan was “cold on arrival,” “quite limp” and showed signs of brain swelling.</p><p>“It was believed he was strangled and, when he arrived at Plymouth, he was in cardiac arrest,” said Dr. Andrew Capraro of Boston Children’s Hospital, where Callan had been transferred. Callan needed a ventilator to help him breathe but did have a heartbeat. He died three days later.</p><p>Lindsay Clancy’s lawyers don’t dispute that she 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 16:30: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>On Monday morning, he was back to raising doubts about the prospects of negotiations after the Iranian Foreign Ministry said Tehran announced it is not currently holding negotiations with the United States.</p><p>“Iranian Leadership is unbelievably duplicitous!” Trump fumed on his Truth Social platform.</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 writers Melanie Lidman in Tel Aviv, Israel and Josh Boak 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[GOP holdouts say they will back Blanche's attorney general nomination after striking deal over fund]]></title><link>https://www.local10.com/news/politics/2026/08/03/gop-holdouts-say-they-will-back-blanches-attorney-general-nomination-after-striking-deal-over-fund/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/03/gop-holdouts-say-they-will-back-blanches-attorney-general-nomination-after-striking-deal-over-fund/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two Republican senators who threatened to block acting Attorney General Todd Blanche's confirmation to lead the Justice Department said Monday that they will support his nomination, ending an impasse over plans to create a fund to compensate allies of President Donald Trump.]]></description><pubDate>Mon, 03 Aug 2026 16:18:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two Republican senators who threatened to block acting Attorney General Todd Blanche's confirmation to lead the Justice Department said Monday that they will support his nomination, ending an impasse over plans to create a fund to compensate allies of President Donald Trump.</p><p>The endorsement from GOP Sens. John Cornyn and Thom Tillis paves the way for the Senate Judiciary Committee to advance Blanche's nomination on Tuesday after the Justice Department and lawmakers reached a deal to formally rescind the $1.8 billion “Anti-Weaponization Fund" proposed to settle Trump's lawsuit against the Internal Revenue Service.</p><p>Cornyn and Tillis had refused to back Blanche's bid for the permanent post without official confirmation killing the fund meant to compensate people who believe they were unfairly prosecuted by the Justice Department. Blanche's written order, issued late Sunday, came after the days of negotiations between the Justice Department and the Republican senators who are leaving Capitol Hill when their terms end in January.</p><p>“We want to express our gratitude to Mr. Blanche and his staff for working with us on this, and we look forward to voting to advance his nomination out of the Senate Judiciary Committee soon," Cornyn, of Texas, and Tillis, of North Carolina, said in a statement.</p><p>DOJ order says ‘beyond any doubt’ that fund is dead</p><p>Blanche has repeatedly said that the Justice Department was scrapping plans for the fund, which sparked bipartisan outcry over the possibility that violent rioters who attacked police at the U.S. Capitol on Jan. 6, 2021, could be considered for payments. But skeptical lawmakers said they were concerned that could be revived without a commitment in writing, especially because Trump has continued to defend the idea.</p><p>In his order posted on social media late Sunday, Blanche wrote that the department was confirming "beyond any doubt, that there is no Fund.”</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 said. “This order establishes, beyond any doubt, that there is no Fund.”</p><p>Cornyn and Tillis had also pressed the Justice Department to limit the scope of a separate piece of the settlement that provided broad immunity for Trump and members of his family from tax audits.</p><p>Under the deal, the Justice Department clarified in writing 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. It also makes clear that only the parties that brought the lawsuit — Trump, two of his sons, and the Trump Organization — are covered by the tax agreement.</p><p>Cornyn and Tillis said in their statement that they were “pleased” with the concessions made by Blanche.</p><p>“From the outset, we were clear that we needed a written document addressing our concerns on the IRS audit agreement and the anti-weaponization fund that included constraining the scope of audit protection by limiting it to the parties of the Settlement Agreement and legally ending the anti-weaponization fund," they wrote.</p><p>Democrats, however, noted that the order rescinding the fund doesn't stop the Trump administration from compensating Jan. 6 rioters through a previously established process that allows people to file claims for damages if they believed they were wronged by the government.</p><p>“This supposed ‘deal’ doesn’t prevent payouts to violent insurrectionists in the future,” Democratic Sen. Adam Schiff said in a social media post. Schiff added that it also “leaves in place a tax-immunity deal that could help Trump skip taxes on the $2.3 billion he made last year, and still leaves it vague who and what is covered.”</p><p>Cornyn, Tillis echo GOP colleagues' concerns as they b</p><p>locked Blanche nomination</p><p>Blanche’s nomination was thrown into doubt last week after the Judiciary Committee postponed a vote that had been scheduled for Thursday morning as Tillis and Cornyn said they needed more from the administration before they could provide the necessary votes.</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. And on Saturday the president threatened to push forward with the fund if the two Republicans blocked Blanche's nomination.</p><p>On Sunday evening, Trump said that people who had faced charges from the Jan. 6, attack on the Capitol and could have benefited 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>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 quickly since taking the reins of the department to promote the Trump administration’s agenda and accelerate investigations into the president’s perceived foes.</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[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/03/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/03/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 some athletes the right to play another year in college 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 16:06:07 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — The judge who granted some athletes the right to play another year in college 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>She said the decision still stands. But the clarification said her ruling had no impact on other NCAA rules, which would include its prohibition on players signing pro contracts, then coming back to college.</p><p>The NCAA filed its intention to appeal the case later Sunday night.</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 “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 it was strictly about the players whose eligibility ended last school year. It did not extend beyond that — neither to rules regarding when athletes can enter the transfer portal nor to 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 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 are 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></channel></rss>