<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 06 Aug 2026 12:41:56 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Miami-Dade District 8 has trio of candidates running for coveted commission seat]]></title><link>https://www.local10.com/news/local/2026/08/05/miami-dade-district-8-has-trio-of-candidates-running-for-coveted-seat/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/miami-dade-district-8-has-trio-of-candidates-running-for-coveted-seat/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[There are three candidates who are running for a coveted commission seat in Miami-Dade County.]]></description><pubDate>Wed, 05 Aug 2026 22:24:59 +0000</pubDate><content:encoded><![CDATA[<p>There are three candidates who are running for a coveted commission seat in Miami-Dade County.</p><p>The county’s eighth district encompasses a big portion of southern Miami-Dade, including Homestead and Palmetto Bay.</p><p>Incumbent Commissioner Danielle Cohen Higgins is running against nonprofit CEO Martha Vega Hero and former Palmetto Bay Vice Mayor John Dubois.</p><p>“The top three issues facing South Dade and District 8 are traffic and transportation, and continuing to provide real traffic solutions for the residents of South Dade and District 8,” said Cohen Higgins. “Additionally, affordability is top of mind for a lot of our residents.”</p><p>Cohen Higgins, who is a trial lawyer by trade, says her experience looking at details makes her an effective leader, especially when it comes to the budget.</p><p>“I am constantly sounding that alarm on the dais,” said Cohen Higgins. “On behalf of my district and all of the residents of Miami-Dade County, I’m making sure that our tax dollars are being spent wisely, whether that’s scrutinizing contracts, (or answering the question of) why are we overpaying for properties.”</p><p>Hero believes government and organizations working together is key, as well as transparency in balancing a budget.</p><p>“I’m going to fight to protect that UDP. I’m going to fight to protect my agriculture, my agritourism people, the venues, affordability, job opportunity,” said Hero. “We need to work with ethics. If we have a budget, we have to give you priorities for our families. We need to open a community center.”</p><p>Dubois declined to participate in Local 10 News’ story, but pledged that he would if he makes it to a runoff.</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 arrested after being found asleep aboard a JetBlue plane receiving maintenance service]]></title><link>https://www.local10.com/news/local/2026/08/05/man-arrested-after-being-found-asleep-aboard-a-jetblue-plane-receiving-maintanance-service/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/man-arrested-after-being-found-asleep-aboard-a-jetblue-plane-receiving-maintanance-service/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Deputies have made an arrest in a case of a sleepy stowaway on a JetBlue flight. ]]></description><pubDate>Wed, 05 Aug 2026 20:44:59 +0000</pubDate><content:encoded><![CDATA[<p>Deputies have made an arrest in a case of a sleepy stowaway on a JetBlue flight. </p><p><a href="https://www.local10.com/espanol/2026/08/05/arrestan-a-hombre-tras-ser-encontrado-dormido-a-bordo-de-un-avion-de-jetblue-que-recibia-servicio-de-mantenimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/arrestan-a-hombre-tras-ser-encontrado-dormido-a-bordo-de-un-avion-de-jetblue-que-recibia-servicio-de-mantenimiento/">Leer en español</a></p><p>According to authorities, Samuel Lackey was found Sunday sleeping on board a JetBlue 2012 AirBus A320 that was at Jetscape Services in Fort Lauderdale for maintenance. </p><p>Broward Sheriff’s Office officials said the suspect’s actions were all caught on camera. </p><p>Deputies said it was easy for Lackey to get onto the plane because there were portable steps he could use, and maintenance was being done on the plane. </p><p>According to law enforcement, Lackey climbed a fence to gain access to the airplane and snuck onto the aircraft on Saturday night.</p><p>As a result, there was a service interruption as the plane was scheduled for a flight.</p><p>Deputies said the doors to the plane were locked and the aircraft was pushed back to a parking space, and that’s when the alleged snooze took place until 5:39 a.m. Sunday, when JetBlue employees arrived and gave Lackey a startling wake-up call. </p><p>As of Wednesday afternoon, Lackey was being held at the Broward Main Jail on charges of unarmed burglary of an occupied conveyance, criminal mischief over $1,000 and interrupting or impairing critical infrastructure. His total bond was set at $10,000. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami chef on chilling effect of immigration policy: TPS causes worker shortage; ICE detention scares customers ]]></title><link>https://www.local10.com/business/2026/08/05/video-shows-ice-detaining-scooter-rider-near-hard-hit-chef-creole-in-miamis-little-haiti/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/05/video-shows-ice-detaining-scooter-rider-near-hard-hit-chef-creole-in-miamis-little-haiti/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres, Magdala Louissaint]]></dc:creator><description><![CDATA[A witness recorded a video showing U.S. Immigration and Customs Enforcement agents stopping a man who was riding a scooter and detaining him on Aug. 2 in Miami’s Little Haiti. ]]></description><pubDate>Wed, 05 Aug 2026 22:17:25 +0000</pubDate><content:encoded><![CDATA[<p>A witness recorded a video showing U.S. Immigration and Customs Enforcement agents stopping a man who was riding a scooter and detaining him on Aug. 2 in Miami’s Little Haiti neighborhood.</p><p>Haitian-Bahamian Chef Wilkinson “Ken” Sejour said ICE agents detained the scooter rider steps away from his restaurant, <a href="https://chefcreole.com/store/" target="_self" rel="" title="https://chefcreole.com/store/">Chef Creole</a>, at 200 NW 54th St., and his customers were staying away. </p><p>Sejour, whose celebrity guests included the late Anthony Bourdain, said the witness’s video recorded near the drive-thru area prompted false rumors that ICE had raided his restaurant. </p><p>“You are taking key people, and now you are giving people the impression that it’s not even safe to come to my business,” Sejour said about the impact of the Trump administration’s immigration policies. </p><p>Sejour said the expiration of TPS work permits for Haitians hurt his workforce. His labor expenses had increased before the recent ICE detention nearby scared away customers. </p><p>On Wednesday night, the lines at an annual back to school supply event in Little Haiti weren’t as long as they’ve been in the past. </p><p>“The community is shook. This is a prime example,” said event organizer Success St. Fleur Jr. “Before I get here there’s usually a long line of families waiting. That’s why this year we wanted to have more of an attraction, because of the past with so many people.”</p><p>St. Fleur said the difference is apparent, and so is the reason why. </p><p>“What’s sad is TPS isn’t only affecting Haitians and it’s not only affecting the people who are from Haiti,” said St. Fleur. “Because me, who’s Haitian-American, born here, I have friends, family, colleagues, and now so many people who don’t know what to do.”</p><p>A U.S. Supreme Court ruling on June 25 allowed the U.S. Department of Homeland Security to end Temporary Protected Status for about 300,000 Haitians on July 27. </p><p>Gov. Ron DeSantis has been supportive of President Donald Trump’s immigration policy and has expanded state-federal partnerships in Florida. </p><p>Sejour is among the entrepreneurs in South Florida who say the push for deportations has been having a chilling effect on their businesses. Sejour called for a strategic reassessment. </p><p>“Let’s take a little bit more time, let’s try to figure out how we can fix this without it hurting our economy as a whole,” Sejour said. </p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1785965643472!6m8!1m7!1saWDW87vlb3BueQuTiIGI0A!2m2!1d25.82510147124639!2d-80.2004071335402!3f125.29384625744275!4f1.6622185782975833!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[The Latest: Senate panel will vote on holding Fauci in contempt for refusing to answer questions]]></title><link>https://www.local10.com/news/2026/08/06/the-latest-senate-panel-will-vote-on-holding-fauci-in-contempt-for-refusing-to-answer-questions/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/06/the-latest-senate-panel-will-vote-on-holding-fauci-in-contempt-for-refusing-to-answer-questions/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[A Senate committee is set to vote Thursday morning on whether to hold Dr. Anthony Fauci in contempt of Congress and refer him to the Justice Department for potential prosecution over his refusal to answer questions at a hearing last week on his handling of the COVID-19 pandemic.]]></description><pubDate>Thu, 06 Aug 2026 12:15:45 +0000</pubDate><content:encoded><![CDATA[<p>A Senate committee is set to vote Thursday morning on whether to hold Dr. Anthony Fauci in contempt of Congress and refer him to the Justice Department for potential prosecution over his refusal to answer questions at a hearing last week on his handling of the COVID-19 pandemic.</p><p>Fauci invoked his Fifth Amendment right against self-incrimination more than 100 times at the hearing.</p><p>Also, Iran said Wednesday it's in the “final stage” of drafting an agreement with Oman over the Strait of Hormuz, and U.S. President Donald Trump has said a deal could be announced this week. The agreement is likely to be contingent on the U.S. lifting its blockade on Iran’s ports.</p><p>Here's the latest:</p><p>Iran says a deal with Oman is close</p><p>Iran’s Foreign Ministry spokesperson, Esmail Baghaei, has said an agreement on the Strait of Hormuz with Oman, which lies on the other side of the waterway, is in the “final stage” of drafting. Speaking Wednesday, he said a joint statement will be issued “if certain parties do not obstruct this process,” apparently referring to the U.S.</p><p>The agreement is likely to be contingent on the U.S. lifting its blockade on Iran’s ports.</p><p>The strait is crucial to global shipping and energy supplies. Before the war, which began with U.S. and Israeli strikes on Iran in February, around one fifth of the world’s oil and natural gas passed through the waterway at the mouth of the Persian Gulf.</p><p>On Thursday, all eyes were on the U.S. for the next development.</p><p>▶ Read more</p><p>Senate panel to vote on holding Fauci in contempt for refusing to answer questions</p><p>The Senate committee is set to vote Thursday on whether to hold Dr. Anthony Fauci in contempt of Congress  and refer him to the Justice Department for potential prosecution over his refusal to answer questions at a hearing last week focused on his handling of the COVID-19 pandemic.</p><p>Fauci invoked his Fifth Amendment right  against self-incrimination more than 100 times when he appeared before the Senate Committee on Homeland Security and Governmental Affairs.</p><p>Sen. Rand Paul of Kentucky, the Republican committee chairman, has said that constitutional protection didn’t apply since Fauci last year received a pardon from President Joe Biden and thus did not have to worry about the threat of prosecution.</p><p>But Fauci, in a statement issued before the hearing, said he had good reason to fear the possibility of criminal charges given what he said was Paul’s determination “to get me to say something, anything, that could vindicate his repeated public pledges that I end up, in his words, quote, behind bars, unquote.”</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/65DFHDOESPJ5OFAHSCLWEQLY3A.jpg?auth=aaf9a9022a62972a1a2a12dbcbb207037e8ed97e29cff454dbd109cc4fbf1d16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump steps off from Marine One upon his arrival at the Ellipse just outside of the White House, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WOHM5VUD74F5JCX7WMQ76XI5PA.jpg?auth=ce99f3213716951a9c307194658c1d635f2c09556c3bf8152977c44273c52793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves after speaking at an event at the Red Rock Casino Resort and Spa in Las Vegas, Wednesday, Aug. 5, 2026. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Man, 82, reported missing in North Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/06/man-82-reported-missing-in-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/man-82-reported-missing-in-north-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is asking for the public’s help in locating an 82-year-old man who has been reported missing.]]></description><pubDate>Thu, 06 Aug 2026 12:02:06 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is asking for the public’s help in locating an 82-year-old man who has been reported missing.</p><p>According to deputies, Jacques Voltaire was last seen around 11 a.m. Wednesday, in the 7600 block of Kimberly Boulevard in North Lauderdale. </p><p>Deputies said Voltaire is 5 feet, 9 inches tall and weighs about 130 pounds. </p><p>“He is bald with brown eyes and was last seen wearing a blue shirt, black pants and dress shoes,” a BSO news release stated. “According to this family, Voltaire suffers from dementia.”</p><p>Anyone with information about Voltaire’s whereabouts is asked to call BSO Detective Leonard Charla at 954-321-4274 or the BSO non-emergency number at 954-764-HELP (4357).</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMEHFQ4PQBCBHNMUCZLINLK3CU.jpg?auth=b7930fad17dce5b921db31d5177f20c6983be708f02d26d6f1482e1668aae856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Woman accused of beating boyfriend’s young son now faces additional charges related to second boy ]]></title><link>https://www.local10.com/news/local/2026/08/06/woman-accused-of-beating-boyfriends-young-son-now-faces-additional-charges-related-to-second-boy/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/woman-accused-of-beating-boyfriends-young-son-now-faces-additional-charges-related-to-second-boy/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner]]></dc:creator><description><![CDATA[A 22-year-old woman who was arrested Tuesday for allegedly beating her boyfriend’s 5-year-old son so badly that he ended up in the emergency room is now facing new charges related to a second child.]]></description><pubDate>Thu, 06 Aug 2026 11:55:22 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old woman who was arrested Tuesday for allegedly beating her boyfriend’s 5-year-old son so badly that he ended up in the emergency room is now facing new charges related to a second child.</p><p>According to an arrest report from the Homestead Police Department, <a href="https://www.local10.com/news/local/2026/08/05/couple-jailed-after-5-year-old-brought-to-homestead-er-with-injuries-from-belt-chancleta-cops/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/05/couple-jailed-after-5-year-old-brought-to-homestead-er-with-injuries-from-belt-chancleta-cops/">Sarahi Azucena Gonzalez was initially arrested Tuesday </a>on charges of child abuse without great bodily harm and contributing to the delinquency of a minor.</p><p>Investigators said a doctor at Baptist Health Homestead Hospital told them that the victim “was brought to the emergency department with various injuries” from the abuse, prompting police involvement. An arrest report doesn’t state who brought the boy there.</p><p>“The injuries appeared to be in various stages of healing and included the following: linear looped markings, abrasions and facial trauma with both of the victim’s eyes swollen and bruised,” the report states.</p><p>Police said Gonzalez, the boy’s father, Maurice Timothy Dukes, 36, and the victim’s 12-year-old cousin inflicted the injuries on him.</p><figure><img src="https://www.local10.com/resizer/v2/DRHWHORSZVFOLGZWPXZVSJCBFI.png?auth=d5d55107f5146db1d087bba5b84e8cc769afac3f9d000464dafbf40071521560&smart=true&width=1200&height=900" alt="Maurice Dukes and Sarahi Gonzalez" height="900" width="1200"/><figcaption>Maurice Dukes and Sarahi Gonzalez</figcaption></figure><p>The victim’s aunt, Kiemaya Jackson, told Local 10 News through tears that the boy “had gashes, like he was whooped like a slave.”</p><p>“He had two big black eyes, his eyes were really swollen,” Jackson said. “The baby had bruises wrapped around his body from his neck all the way down to his feet, from the inner thighs.”</p><p>Authorities said both Dukes and Gonzalez admitted to beating the boy and admitted to not seeking medical attention.</p><p>Jackson said the boy had been in Dukes’ care since his mother, her niece, died several months ago.</p><p>“Every time we tried to hug him, he would flex like he was nervous,” Jackson said. “Paramedics, police, everybody cried. That baby went through a lot. He went through a lot.”</p><p>According to a separate arrest report obtained Thursday by Local 10 News, Gonzalez is facing additional charges of child abuse and contributing to the delinquency of a minor because she ordered the 12-year-old boy to beat his little cousin with a belt after the younger child urinated on the floor.</p><p>Police said Gonzalez beat the 5-year-old boy with a broom and her fists before telling him to stand on the bed and face the wall.</p><p>Gonzalez then handed the 12-year-old boy a belt and ordered him to strike his cousin on the buttocks with it, authorities said.</p><p>According to the arrest report, the elder boy told police that he followed Gonzalez’s orders out of fear and claimed that she ordered him to “whoop him harder,” because she didn’t believe he was hitting the boy hard enough.</p><p>The 12-year-old said once Gonzalez was satisfied by the beating she instructed his cousin to shower and stand in the corner, the report stated.</p><p>Authorities said the elder boy told detectives he was too scared to call police or his parents after the abuse.</p><p>As of Thursday morning, Gonzalez was being held at the Turner Guilford Knight Correctional Center. Online jail records listed her total bond as “to bet set.” Dukes was no longer appearing in the online jail database. </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/NUNJIUZ5ANGTLEZMU7DVHW3BWY.jpg?auth=8829133efb63475d75730e638f7bed2b2e434168898fbd3b710baa0042788c5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Couple jailed after 5-year-old brought to Homestead ER with injuries from belt, ‘chancleta’: Cops]]></title><link>https://www.local10.com/news/local/2026/08/05/couple-jailed-after-5-year-old-brought-to-homestead-er-with-injuries-from-belt-chancleta-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/couple-jailed-after-5-year-old-brought-to-homestead-er-with-injuries-from-belt-chancleta-cops/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos]]></dc:creator><description><![CDATA[Homestead police arrested a couple on Tuesday after they said a 5-year-old had injuries so severe from a beating with a belt and sandal that he had to be treated at a hospital.]]></description><pubDate>Wed, 05 Aug 2026 16:44:24 +0000</pubDate><content:encoded><![CDATA[<p>Homestead police arrested a couple on Tuesday after they said a 5-year-old had injuries so severe from a beating with a belt and sandal that he had to be treated at a hospital.</p><p><a href="https://www.local10.com/espanol/2026/08/05/arrestan-a-pareja-despues-de-que-nino-de-5-anos-fuera-llevado-a-sala-de-emergencias-de-homestead-con-lesiones-causadas-por-cinturon-y-chancleta-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/arrestan-a-pareja-despues-de-que-nino-de-5-anos-fuera-llevado-a-sala-de-emergencias-de-homestead-con-lesiones-causadas-por-cinturon-y-chancleta-segun-la-policia/">Leer en español</a></p><p>Maurice Timothy Dukes, 36, and his girlfriend, Sarahi Azucena Gonzalez, 22, are facing aggravated child abuse and child neglect charges. </p><p>Investigators said a doctor at Baptist Health Homestead Hospital told them that the boy, Dukes’ son, “was brought to the emergency department with various injuries” from the abuse, prompting police involvement. An arrest report doesn’t state who brought the boy there.</p><p>“The injuries appeared to be in various stages of healing and included the following: linear looped markings, abrasions and facial trauma with both of the victim’s eyes swollen and bruised,” the report states.</p><p>Police said Dukes, Gonzalez and the victim’s 12-year-old cousin inflicted the injuries.</p><p>The child’s aunt, Kiemaya Jackson, told Local 10 News through tears that the boy “had gashes, like he was whooped like a slave.”</p><p>“He had two big black eyes, his eyes were really swollen,” Jackson said. “The baby had bruises wrapped around his body from his neck all the way down to his feet, from the inner thighs.”</p><p>Authorities said both Dukes and Gonzalez admitted to beating the boy and admitted to not seeking medical attention. </p><p>Jackson said the boy had been in Dukes’ care since his mother, her niece, died several months ago.</p><p>“Every time we tried to hug him, he would flex like he was nervous,” Jackson said. “Paramedics, police, everybody cried. That baby went through a lot. He went through a lot.”</p><p>Gonzalez said she hit the child “with a belt and ‘chancleta’” because “no one would help her when she asked for help with caretaking,” according to the arrest report.</p><p>“I am hurt, because that is my nephew and if you were stressed I feel like you could’ve reached out for help,” Jackson said. “The damage that was done to my nephew, it really hurts. And we need answers to it.”</p><p>Police said Gonzalez additionally admitted that the boy’s cousin “struck the victim on the face multiple times after (he) bit him.”</p><p>Both adults were arrested while the 12-year-old was listed as being “at large” in the arrest report.</p><p>As of Wednesday, both adults were being held in the Turner Guilford Knight Correctional Center: Dukes on a $6,000 bond and Gonzalez on a $4,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[One Tech Tip: Using your smartphone to capture the August total solar eclipse over Europe]]></title><link>https://www.local10.com/business/2026/08/06/one-tech-tip-using-your-smartphone-to-capture-the-august-total-solar-eclipse-over-europe/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/one-tech-tip-using-your-smartphone-to-capture-the-august-total-solar-eclipse-over-europe/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[Millions of people will get to experience — and film or photograph — a rare total solar eclipse set to sweep over parts of Europe next week.]]></description><pubDate>Thu, 06 Aug 2026 11:45:35 +0000</pubDate><content:encoded><![CDATA[<p>Millions of people will get to experience — and film or photograph — a rare total solar eclipse set to sweep over parts of Europe next week.</p><p>The event is expected to boost tourism to Spain as eclipse enthusiasts flock to a swath of the country's north that will be in the path of total darkness on Aug. 12. Parts of Greenland, western Iceland and a corner of Portugal are also in the shadow's path.</p><p>Eclipse chasers may also join eclipse cruises in the north Atlantic. Much of the rest of the northern hemisphere will see a partial eclipse.</p><p>Interest surged for 2024 's total eclipse over North America, with many people using their smartphones to document it. This year's event is expected to be no different.</p><p>But an eclipse poses unique challenges for photos, such as drastic changes in lighting. Here are pointers on how smartphone shooters can get the best shot.</p><p>Find the best place to view and capture the eclipse</p><p>Location is key. If you're travelling to view the eclipse, you’ll want to be as close as possible to the path of totality.</p><p>The European Space Agency has posted a map of Spain on its website showing how many minutes of totality there will be for different parts of the country.</p><p>For more detail, eclipse expert Xavier Jubier’s website overlays the eclipse’s path on Google Maps, which allows zooming down to the street level.</p><p>Be aware that for most places in Europe the eclipse won’t happen until close to sunset, and the sun and moon will get closer to the horizon as it continues. So try to find a high point with clear views of the western horizon.</p><p>Use apps to help with advance planning</p><p>Weather conditions can change so consult forecast and cloud coverage apps like Astrospheric ahead of time to find locations with clearer skies.</p><p>The American Astronomical Society has a list of recommended iOS and Android apps, which can do helpful things like play an audio countdown to the moment of totality, and simulate how the eclipse will look from your position so you can set up a shot in advance.</p><p>You can take a good photo even if you don't have a manual camera</p><p>A digital SLR camera is your best bet for dramatic close-up photos of the moon passing in front of the sun.</p><p>But you can still take a good photo with a smartphone.</p><p>Be aware that iPhones and Android devices aren't really designed for photographing objects in the sky. Their lenses are great for wide-angle shots but not so good for capturing close-up detail from faraway.</p><p>But newer phones have sophisticated sensors, multiple lenses and image stabilization software that give you a better chance. Many also have exposure controls, so you can darken or lighten the image amid tricky eclipse lighting.</p><p>“The main challenge with using smartphone cameras for astronomical photography is that they tend to overexpose bright objects” such as the moon or the inner solar corona, the American Astronomical Society says in its online guide to photographing eclipses. At the same time, smartphones have trouble focusing on dim objects, which is “almost everything else in the sky,” the group says.</p><p>“Zooming in to make the subject bigger often helps.”</p><p>Just don’t use flash. It won't be effective and can spoil the moment for anyone around you whose eyes have adapted to darkness.</p><p>And don't just focus on the sky. Look at the scene around you. As the moon passes in front of the sun, the landscape will be “bathed in eerie lighting and shadows," NASA says in photo tips it posted for the 2024 eclipse.</p><p>“As light filters through the overlapping leaves of trees, it creates natural pinholes that project miniature eclipse replicas on the ground,” NASA says. “Anywhere you can point your camera can yield exceptional imagery, so be sure to compose some wide-angle photos that can capture your eclipse experience.”</p><p>Protect your eyes and your lens</p><p>If you're photographing the sun during the partial phases of the eclipse, the lens must be protected by a special-purpose solar filter, said Antonio Garcia Fernandez of Volunteer Astronomy Observers of Spain, a group of astronomers and professors that set up a website, Eclipse Seguro, to share safety information ahead of this year's eclipse.</p><p>The group recommends the Solar Snap filter, the only one designed for smartphones that's certified to the international ISO 12312-2 standard for solar filters.</p><p>Or just use a pair of eclipse glasses, which are more widely available, over the lens.</p><p>“This makeshift method is a great low-cost DIY alternative and was widely and successfully practiced by millions of observers during the recent 2023 and 2024 solar eclipses in the Americas,” Garcia Fernandez said.</p><p>Don't forget to also wear a pair of eclipse glasses if you're looking at the sun while lining up a shot.</p><p>Watch out for fake glasses. Eclipse Seguro and the American Astronomical Society list models that they've vetted for compliance with the ISO standard.</p><p>“Online marketplaces are currently flooded with uncertified or counterfeit glasses” with fake ISO labels, which can cause permanent blind spots in seconds, Garcia Fernandez said.</p><p>Steady your shot</p><p>Use a tripod for steady shots or if you plan to shoot for an extended time. To keep your gear from overheating as you wait for the big moment, grab a white towel to cover it up.</p><p>To prevent jostling your device when hitting the shutter, use a smartwatch shutter button app or set a timer to take the photo.</p><p>Can I take a selfie with the eclipse?</p><p>It’s tempting to make a TikTok or Instagram-friendly eclipse video. Perhaps you want a selfie video, narrating into the camera while the cosmic ballet between sun and moon plays out over your shoulder.</p><p>While you might think your vision isn’t at risk because you’re not looking at the sun, your phone’s screen could reflect harmful ultraviolet light, eye experts have warned.</p><p>____</p><p>Is there a tech topic that you think needs explaining? Write to us at onetechtip@ap.org with your suggestions for future editions of One Tech Tip.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SOCJIAVI3G5YATPGYAAVHHITQY.jpg?auth=2a5997f78b9c8712810b5a18b07469dbe5ec55c33ab6b3941db9182896fbd9bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The partial solar eclipse is framed by youngsters jumping on a trampoline in the outskirts of Lahore, Pakistan, Oct. 25, 2022. (AP Photo/K.M. Chaudary, File)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content></item><item><title><![CDATA[Family of Perez Hilton says he’s able to communicate after self-harming livestream at Miami-Dade home]]></title><link>https://www.local10.com/news/local/2026/08/06/family-of-perez-hilton-says-hes-able-to-communicate-after-self-harming-livestream-at-miami-dade-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/family-of-perez-hilton-says-hes-able-to-communicate-after-self-harming-livestream-at-miami-dade-home/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[The family of celebrity blogger and TV personality Perez Hilton released a statement on his website, confirming that Hilton is able to communicate as he recovers from an apparent mental health crisis that he suffered this week at his home in Miami-Dade County’s Westchester neighborhood.]]></description><pubDate>Thu, 06 Aug 2026 11:22:59 +0000</pubDate><content:encoded><![CDATA[<p>The family of celebrity blogger and TV personality Perez Hilton released a statement on his<a href="https://perezhilton.com/perez-hilton-health-update-from-family/" target="_self" rel="" title="https://perezhilton.com/perez-hilton-health-update-from-family/"> website</a>, confirming that Hilton is able to communicate as he recovers from an apparent mental health crisis that he suffered this week at his home in Miami-Dade County’s Westchester neighborhood.</p><p>“Our family wants to once again thank everyone who has reached out with prayers, kind messages, and support for Perez. Your compassionate humanity during this heartbreaking time has meant more than words can express,” the statement read. “This has been incredibly difficult and emotional for us, made even harder because very little information has been made available to our family. While we continue to wait for further updates, we remain hopeful.”</p><p>According to the Miami-Dade Sheriff’s Office, deputies <a href="https://www.local10.com/entertainment/2026/08/05/celebrity-blogger-perez-hilton-receiving-help-after-miami-dade-deputies-respond-to-mental-health-crisis/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/08/05/celebrity-blogger-perez-hilton-receiving-help-after-miami-dade-deputies-respond-to-mental-health-crisis/">received multiple calls Tuesday night </a>from people reporting that Hilton appeared to be harming himself with a knife during a TikTok livestream.</p><p>In the video, Hilton was heard saying things like, “This is what you all wanted” and “It will be interesting to see what happens after you die.” </p><p>Deputies said they confirmed with family members that Hilton was alone inside and worked to safely de-escalate the situation. Authorities said he was transported to HCA Florida Kendall Hospital to be treated for his injuries and was then Baker Acted. </p><p>Hilton’s family said the celebrity, who was born Mario Armando Lavandeira Jr., is able to communicate, which has “given our family hope.”</p><p>“We respectfully ask for your continued prayers, understanding, and grace as Perez continues to recover,” the statement continued. “We will share additional updates as we receive confirmed information and are able to do so. For now, we’re taking things one step at a time and keeping our focus where it belongs, on Perez and his recovery.</p><p>“Again, thank you, truly, for all your support and compassion. We are so grateful.”</p><p>Hilton, a Cuban-American, rose to prominence through his celebrity gossip website before expanding into fashion and music coverage and becoming a familiar television personality. Hilton has three children, Mario, Mia and Mayte. </p><p><i><b>If you or someone you know is facing a mental health crisis, call or text 988 to reach the </b></i><a href="https://988lifeline.org/" rel=""><i><b>988 Suicide &amp; Crisis Lifeline</b></i></a><i><b>.</b></i></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[Europe heat wave puts all major Italian cities on red alert as Austria sets heat record]]></title><link>https://www.local10.com/news/2026/08/06/europe-heat-wave-puts-all-major-italian-cities-on-red-alert-as-austria-sets-heat-record/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/06/europe-heat-wave-puts-all-major-italian-cities-on-red-alert-as-austria-sets-heat-record/</guid><dc:creator><![CDATA[By GIADA ZAMPANO, KIRSTEN GRIESHABER and JUSTIN SPIKE, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Italy placed all of its major cities under the highest heat alert Thursday as a blistering heat wave gripped Europe, setting a national temperature record in Austria, fueling wildfires in France and disrupting energy and transport systems across the continent.]]></description><pubDate>Thu, 06 Aug 2026 11:19:05 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Italy placed all of its major cities under the highest heat alert Thursday as a blistering heat wave gripped Europe, setting a national temperature record in Austria, fueling wildfires in France and disrupting energy and transport systems across the continent.</p><p>The extreme weather has pushed temperatures above 40 degrees Celsius (104 Fahrenheit) in several countries, prompting health warnings for millions of people.</p><p>Across Europe, authorities are grappling with the consequences of extreme heat: health alerts for millions in Italy, record temperatures in Austria, drought-related disruptions to energy and shipping in Central Europe, and wildfires stretching from France to the Balkans.</p><p>Scientists and officials warn that such events are becoming more frequent and intense as the climate warms.</p><p>Climate change drives more extreme summers</p><p>From the Mediterranean to Central Europe, prolonged heat, drought and wildfire conditions are increasingly becoming defining features of summer. The current heat wave has exposed vulnerabilities in public health systems, power generation, transportation networks and tourism infrastructure, forcing governments and businesses to adapt to more frequent periods of extreme weather.</p><p>Italy’s Health Ministry placed all 27 cities monitored under its national heat surveillance system on red alert Thursday — the first time this year the entire network has been under the highest warning level simultaneously.</p><p>The alerts stretch from Trieste in the northeast to Palermo in Sicily and signal a health risk for the entire population, not only vulnerable groups such as older adults and people with chronic illnesses.</p><p>Authorities urged residents and tourists to avoid direct sunlight during the hottest hours of the day, remain indoors where possible and drink plenty of water as temperatures in some areas approached 40 C (104 F).</p><p>The heat has also forced adjustments at major tourist attractions. The ministries of tourism and culture extended evening opening hours at landmarks including Rome’s Colosseum and Pantheon.</p><p>Cooling mist fans have been installed at the Colosseum’s entrances and additional medical stations have been made available.</p><p>Austria breaks national temperature record</p><p>The most intense temperatures were recorded in Austria, where the mercury reached 41.2 C (106.2 F) on Wednesday in the village of Bad Deutsch-Altenburg near the Slovak border, according to GeoSphere Austria. It was the highest temperature ever recorded in the country.</p><p>Austria is also facing severe drought. Rainfall from Jan. 1 through June 30 was 27% below the long-term average nationwide, while some eastern regions received only half their normal precipitation.</p><p>Climatologist Alexander Orlik said some parts of the country had not experienced such dry conditions since 1885.</p><p>Hungary cuts power use as drought hits nuclear plant</p><p>In Hungary, prolonged drought and record-low water levels on the Danube River have severely affected the country’s only nuclear power plant, which relies on river water to cool its reactors.</p><p>Plant operators have reduced output to about 10% of normal production, prompting the government to introduce emergency conservation measures as a record-breaking heat wave grips the country.</p><p>Authorities have asked major industrial users and households to cut electricity consumption, particularly during peak demand hours between 5 p.m. and 10 p.m. Freight trains have been barred from operating during those hours, while decorative lighting on landmarks in Budapest has been switched off.</p><p>Several major companies, including energy company Mol, pharmaceutical maker Gedeon Richter and automakers Suzuki, Mercedes-Benz, Audi and BMW have announced plans to curb electricity use.</p><p>The government also canceled parliamentary sessions this week in an effort to conserve power.</p><p>The heat wave has shattered temperature records across the country. On Wednesday night, Budapest recorded its warmest overnight low temperature on record, with temperatures falling only to 28 degrees Celsius (82 degrees Fahrenheit), underscoring the persistence of the extreme heat.</p><p>Germany worries about shrinking rivers</p><p>Germany faced growing concerns over the impact of drought on transportation and industry as water levels on the Rhine and other rivers continued to fall.</p><p>Transport Minister Steffen Bilger met affected organizations Thursday and warned that low water levels posed major challenges for inland waterway shipping, industry and the broader logistics chain.</p><p>Environmental group BUND urged authorities to focus not only on the economic impacts but also on making rivers more resilient to climate change by retaining more water in landscapes and reducing withdrawals during periods of drought.</p><p>France remains on high wildfire alert</p><p>In southeastern France, firefighters maintained a large presence in the Var region after authorities said a major wildfire there was no longer spreading but remained capable of reigniting.</p><p>The blaze, which began July 20, has burned more than 60 square kilometers (23 square miles), making it the largest recorded in the region in recent decades.</p><p>Authorities warned that strong winds and extremely dry conditions left southeastern France at very high risk for additional wildfires.</p><p>Balkans battle fires and drought</p><p>The heat wave reached its peak across the Balkans on Thursday as temperatures neared 40 C (104 F) and authorities battled drought and wildfires.</p><p>In Serbia, firefighters struggled to contain several blazes after days of dry weather. One major fire burned through pine forests west of Belgrade, while another spread near the central town of Kraljevo, where difficult terrain complicated firefighting efforts.</p><p>In neighboring Croatia, tourists in Dubrovnik sought refuge in shade and avoided beaches during the hottest hours of the day as temperatures soared along the Adriatic coast.</p><p>———</p><p>Associated Press journalists Sylvie Corbet in Paris, Jovana Gec in Belgrade, Serbia and Karel Janicek in Prague contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/46IKAQ5WWKZX5LUZRZXNGWX22Q.jpg?auth=c32f63ee37cea38f06fd42fa3a6c6f39444cba4d85f3d31191cbda75f280a5a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists take shelter as they walk in front of the Rome'a ancient Colosseum, Saturday, Aug. 1, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2GYAK66J6UPUZEMFUAXHE3HZ2A.jpg?auth=caef2361159c5decba364b35c6ee09ed15e9baeda1e06389c09dea88815b2aa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists use handheld fans as they pause in Piazza del Campidoglio on Rome's Capitoline Hill, Saturday, Aug. 1, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWTODNRDZV2VMUZY3WCGQATRSQ.jpg?auth=87fc6fdc7da0e2145177538dc00f54a5d49aa1d516a768cc80ad774356e3ca62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists use umbrellas for shade as they visit Rome's ancient Forum, Saturday, Aug. 1, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[John Carpenter turns a hell-elevator dream into 'Cathedral' graphic novel and album]]></title><link>https://www.local10.com/entertainment/2026/08/06/john-carpenter-turns-a-hell-elevator-dream-into-cathedral-graphic-novel-and-album/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/06/john-carpenter-turns-a-hell-elevator-dream-into-cathedral-graphic-novel-and-album/</guid><dc:creator><![CDATA[By KRYSTA FAURIA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — John Carpenter has often collaborated with those closest to him throughout his career. But making “Cathedral,” a graphic novel with an accompanying original album out Friday, was truly a family affair.]]></description><pubDate>Thu, 06 Aug 2026 11:05:10 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — John Carpenter has often collaborated with those closest to him throughout his career. But making “Cathedral,” a graphic novel with an accompanying original album out Friday, was truly a family affair.</p><p>The famed director of seminal horror films like “The Thing” and “Halloween” says the movie business is all “corporate” nowadays. So the 78-year-old prefers to find alternative, less expensive ways to stay creatively fulfilled.</p><p>After a dream about an abandoned downtown Los Angeles church with an elevator that goes to hell, Carpenter, who is also a prolific composer, enlisted his godson, Daniel Davies, and his son, Cody, to collaborate on the album. It’s comprised of spooky instrumental tracks evocative of some of his iconic classics, like the theme from “Halloween.” He then turned to his wife, Sandy King, who is a comic book publisher, for help with the graphic novel.</p><p>Carpenter, his son and Davies spoke with The Associated Press about their artistic process, concerns over artificial intelligence and having nightmares about Boston Celtics great Larry Bird. The interview has been edited for clarity and brevity.</p><p>AP: Tell me where the idea for this project came from?</p><p>JOHN CARPENTER: I thought, I’m a movie director by profession in the old days, and this album would be a great score for a movie. However, this movie would cost several hundred million dollars, so why not do a graphic novel? My wife owns a comic book company, so let’s write the novel and illustrate it, and we can score that.</p><p>AP: Has that been your process in the past? To come up with the music first and then the film?</p><p>JOHN CARPENTER: No, the other way around. I direct the movie, cut it together the way I want it, and then I look at it for music. So, the music is simply functional. It supports the story and the characters and so forth.</p><p>The movie business has changed since I was in it full-time. It’s all corporate now. I came from student filmmaking, where we didn’t have any money, so we couldn’t hire a composer. I had to do it myself. But now I got these bums to do it with me, and so I don’t have to work as hard.</p><p>AP: The idea for this came to you in a dream. Do you often draw inspiration from dreams?</p><p>JOHN CARPENTER: Never. This is the first time. Most of my dreams are pretty similar, and they’re not made for movies. They’re always about me being lost in a city and trying to find my way home, but the streets change on me, and I can’t find my way home. Or I’m looking for the movie theater district, and when I get there, they’re all closed.</p><p>CODY CARPENTER: I’ve been keeping a dream journal since college. I have these psychotic dreams. I just like to remember them, you know?</p><p>JOHN CARPENTER: The basketball dream? Didn’t you see somebody start dribbling?</p><p>CODY CARPENTER: It was Larry Bird. But it turned out that he was dead and I was interacting with his ghost.</p><p>AP: John, as someone who has worked with low budgets and who likes to experiment, have you played around with AI at all?</p><p>JOHN CARPENTER: Well, people tell me it’s dangerous. I don’t — what does that mean? Does that mean it’s starting to learn on its own?</p><p>AP: I think it depends on who you talk to.</p><p>DAVIES: We like to make music. I would like it to help do more task-kind of things, like predict new tracks and know my workflow. But we like to make stuff, so why would we use it?</p><p>CODY CARPENTER: I don’t know. I know someone who does AI music stuff a lot, and he sends me all this stuff that he does and, I mean, I think at some point we won’t have a job anymore. I really think it’s amazing, just how fast it’s progressing. But I don’t know. Nobody knows.</p><p>JOHN CARPENTER: Music, I think, is the greatest art form. I hate to say it. But it doesn’t require anything. We can all listen to it in different countries. Great music moves us. And you’re telling me a machine can do that? I don’t believe it. That bothers me. This is a human thing. I want it to come from us. I really do.</p><p>AP: I recently watched “Prince of Darkness” for the first time. I really liked it. It seems under-appreciated.</p><p>JOHN CARPENTER: Why is it that you just saw it?</p><p>AP: You're right. I wish I had seen it sooner. Are there films of yours that you feel like maybe have been under-appreciated?</p><p>JOHN CARPENTER: I’m glad you liked it. I am happy with almost every movie I made.</p><p>AP: What are you not happy with?</p><p>JOHN CARPENTER: I'm not going to tell you.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GJACN4FWGQ6CTLNQ7GUAI7Z5II.jpg?auth=82d85974dded35f2f740781ea5b4a304b35b9f6db1003eb37a23dd7b96f05617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author-filmmaker John Carpenter appears at his office in Los Angeles on Oct. 3, 2023. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63WAZ4HHKK3OAAPEZ2PPGDID3M.jpg?auth=18b499111f9e7b71e2096a505d8f590b2b713ee2e2230a8ef97ab5a0b19a36f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author-filmmaker John Carpenter appears at his office in Los Angeles on Oct. 3, 2023. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Testing is underway on vaccines to intercept brewing colon cancer before it takes root]]></title><link>https://www.local10.com/health/2026/08/06/testing-is-underway-on-vaccines-to-intercept-brewing-colon-cancer-before-it-takes-root/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/06/testing-is-underway-on-vaccines-to-intercept-brewing-colon-cancer-before-it-takes-root/</guid><dc:creator><![CDATA[By LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[Dr. Stacy Norton was only 7 years old when her mother died of colon cancer, one of several family members struck by aggressive tumors at unusually young ages. Decades later, Norton rolled up her sleeve to help test if a new kind of vaccine might protect her and her own children from cancer.]]></description><pubDate>Thu, 06 Aug 2026 12:26:16 +0000</pubDate><content:encoded><![CDATA[<p>Dr. Stacy Norton was only 7 years old when her mother died of colon cancer, one of several family members struck by aggressive tumors at unusually young ages. Decades later, Norton rolled up her sleeve to help test if a new kind of vaccine might protect her and her own children from cancer.</p><p>The Houston doctor is among an estimated 1 million Americans who have Lynch syndrome, a faulty gene passed from a parent that puts them at extremely high risk of colorectal cancer and more vulnerable to certain other cancers, too. They’re often urged to get yearly colonoscopies — far more often than usual — that can spot and remove precancerous growths called polyps.</p><p>Now scientists are creating vaccines that aim to go further, teaching the immune system to intercept this type of brewing colon cancer before it turns into a full-fledged tumor. At least three potential Lynch syndrome vaccines are in development, including two in early clinical trials in the U.S. and a third beginning in Britain.</p><p>The shot that Norton helped test appears promising enough that its lead researcher, Dr. Eduardo Vilar-Sanchez of the MD Anderson Cancer Center, expects a larger study to begin early next year.</p><p>“It gives me hope,” said Norton, 59, of Houston Methodist Willowbrook Hospital. She had already survived a different Lynch-caused cancer and has two children in their 20s who inherited her mutation. If a vaccine pans out, “perhaps they won’t have to have a colonoscopy every single year for the rest of their lives.”</p><p>Lynch syndrome is caused by an inherited genetic mutation</p><p>Everyone has what are called mismatch-repair genes, which are essentially spellcheckers to help fix DNA mistakes that can occur when our cells multiply. With Lynch syndrome, one of those genes can’t do its job properly, making it harder for the body to stop a buildup of abnormalities that can lead to tumors, often before age 50.</p><p>Colorectal cancer is the most common consequence. The average person has a 5% risk of developing it during their lifetime. A Lynch carrier’s risk can reach as high as 80% depending on which faulty gene they inherit, Vilar-Sanchez said.</p><p>Another big risk is endometrial, or uterine, cancer. Lynch carriers also are more likely to get other cancers including pancreatic, stomach, ovarian and certain skin cancers — and a kind of brain tumor that killed Norton’s sister at age 25.</p><p>Norton knew some of her mother’s relatives had also experienced colon cancer, but she was in her 40s before a gene test confirmed she has Lynch syndrome. She switched from every-so-often to yearly colonoscopies. As an obstetrician/gynecologist familiar with other Lynch risks, Norton also decided to have a precautionary hysterectomy. Surgeons discovered early-stage cancer in her removed uterus.</p><p>Possible vaccines to stop gene-caused cancer</p><p>Today there are two cancer-preventing vaccines, the HPV and hepatitis B shots that block infection from those tumor-causing viruses. But developing vaccines to prevent gene-caused cancer is more challenging than alerting the body to foreign intruders like a virus.</p><p>Lynch-fueled growths “tend to accumulate hundreds of mutations that are going to generate proteins that are novel, not made by our normal cells,” Vilar-Sanchez said. “You can train the immune system to recognize those proteins.”</p><p>In a first-step study, Norton and 44 other Lynch carriers tested a vaccine made by Swiss biotech Nouscom that teaches the immune system to spot 209 of those abnormalities in Lynch-caused precancers. That revved up tumor-eliminating T cells and a year later, colonoscopies showed fewer precancerous growths and no advanced polyps, the MD Anderson team reported in Nature Medicine.</p><p>“Can we even further stimulate the immune system” to keep up with Lynch syndrome-spurred tumor formation, asked Dr. John Marshall, a Georgetown University oncologist and adviser to the Colorectal Cancer Alliance who wasn’t involved with the study. “This early paper suggests that yeah, maybe we can.”</p><p>For the first time since 2014, Norton’s own colonoscopies one and two years after vaccination were polyp-free. She’s also part of a subset of study participants given a booster shot a year later; more data on that is expected this fall.</p><p>Oxford University researchers are beginning initial testing of a similar approach to attack Lynch-spurred precancers, a vaccine made by Massachusetts-based Moderna using the mRNA technology behind its COVID-19 shot.</p><p>And scientists are awaiting results from a slightly larger study comparing California-based ImmunityBio’s Tri-Ad5 vaccine, which flags some different cancer markers, to a placebo.</p><p>Is Lynch syndrome tied to the rise in young adult colon cancer?</p><p>About 158,000 people are diagnosed with colorectal cancer in the U.S. each year, most of them over 50. Cases in younger adults are increasing, though it isn't clear why.</p><p>Lynch syndrome affects about 1 in 279 people. While most don’t know it, more may be learning they have the inherited disorder, Vilar-Sanchez said, as genetic testing is increasingly discussed with people with Lynch-related cancer in the family or who get certain tumors at young ages. That in turn can show if close relatives might also be at risk.</p><p>For the average person, U.S. guidelines call for routine colorectal cancer screening — with a colonoscopy or other kinds of tests — to begin at age 45. But at any age, get a checkup for symptoms such as blood in stool or rectal bleeding; changes in bowel habits such as diarrhea, constipation or narrowing of stool that lasts more than a few days; unintended weight loss; and cramps or abdominal pain.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CUI66HURGTYBMO4YDV2FWEH4GE.jpg?auth=fe7f0c8a174d5e1fdb2d9de0bd343c1657f8e77a028c3b262072c96c6ad8ba1f&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 Dr. Stacy Norton, she receives a trial vaccine for Lynch Syndrome at the MD Anderson Cancer Center Infusion Center in Houston, on April 11, 2023. (Courtesy Dr. Stacy Norton via AP)]]></media:description></media:content></item><item><title><![CDATA[Aug. 6: Disturbance over the Bahamas is heading our way ]]></title><link>https://www.local10.com/weather/2026/08/06/aug-6-disturbance-over-the-bahamas-is-heading-our-way/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/06/aug-6-disturbance-over-the-bahamas-is-heading-our-way/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[A disturbance over the Bahamas is headed this way and will increase our chances for showers and t’storms the next few days. ]]></description><pubDate>Thu, 06 Aug 2026 11:00:25 +0000</pubDate><content:encoded><![CDATA[<p>A disturbance over the Bahamas is headed this way and will increase our chances for showers and t’storms the next few days. Our best rain chances will be in the morning and midday today and tomorrow before shifting back to the typical afternoon storm chances by the weekend. Highs will run near normal for early August, hovering right around 90 degrees, but the humidity will still make it feel like it’s in the lower 100s. Computer models indicate some drier air and Saharan dust arriving later in the weekend into most of next week, so we’re taking those rain chances down to a little below normal by early next week. Otherwise it’s a typical late summer forecast so stay cool and hydrated and watch out for some of those passing showers &amp; storms. All remains quiet in the tropics through the next 5-7 days.</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[Iran war renews concerns about the lasting toll of traumatic brain injuries to US troops]]></title><link>https://www.local10.com/health/2026/08/06/iran-war-renews-concerns-about-the-lasting-toll-of-traumatic-brain-injuries-to-us-troops/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/06/iran-war-renews-concerns-about-the-lasting-toll-of-traumatic-brain-injuries-to-us-troops/</guid><dc:creator><![CDATA[By BEN FINLEY and LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When Joe Shearer was a Marine fighting in Iraq, a blast from an enemy mortar round knocked him down and made him vomit. He got up and kept going despite a searing headache.]]></description><pubDate>Thu, 06 Aug 2026 10:49:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When Joe Shearer was a Marine fighting in Iraq, a blast from an enemy mortar round knocked him down and made him vomit. He got up and kept going despite a searing headache.</p><p>When a roadside bomb struck his Humvee convoy months later, the explosion’s shock wave swept through his body before headaches and sleeplessness set in for days.</p><p>“As long as you got back up and could go back on patrol, that’s kind of what you did,” he said.</p><p>Shearer, 40, of Colorado Springs, Colorado, links both events in 2005 to traumatic brain injuries, which were only recently diagnosed. He's still plagued with symptoms ranging from dizziness and migraines to forgetting daily tasks and responsibilities to his wife and children.</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. There is also an online chat at 988lifeline.org.</p><p>___</p><p>The lasting effects of traumatic brain injuries are raising fresh concerns about the toll of the Iran war on American troops who are suffering those wounds during a conflict without a clear end. Nearly 700 U.S. service members have been wounded by drone and missile attacks on bases in the Middle East and other fighting. Most have experienced traumatic brain injuries and returned to duty, according to public statements from military officials.</p><p>The Pentagon's chief spokesman, Sean Parnell, last month called the vast majority of injuries over a two-week period "minor concussions.”</p><p>Doctors can't predict who may have lasting effects from a TBI</p><p>Concussions often are termed “mild” TBIs, and many people recover within weeks. But sometimes those with seemingly mild initial symptoms go on to have problems persisting for months or years, such as headaches, dizziness or difficulties with memory or attention that's sometimes called “brain fog.”</p><p>Doctors have no way to predict who will suffer lasting problems, a vexing enough question that there’s medical debate over whether to retire the term “mild TBI.” Repeated blows are known to increase the chances of lasting problems, including a degenerative brain disease called chronic traumatic encephalopathy, or CTE. It has gained attention for links to deaths in the National Football League and other sports.</p><p>It’s imperative that people recover from a concussion before doing activities that put them at increased risk of another, said Dr. David Okonkwo, a University of Pittsburgh brain trauma specialist.</p><p>Doctors also are still learning how explosive blasts injure the brain versus a physical blow.</p><p>“The blast wave itself can be injurious,” said Dr. James Kelly, an emeritus professor of neurology at the University of Colorado School of Medicine and chief medical scientist at the Invisible Wounds Foundation, which is focused on military brain injuries. “It’s a different cellular injury. Blast is a different thing than a blunt injury to the head.”</p><p>Troops have been facing a new type of warfare with Iran in which drones may explode closer to their heads, as opposed to the ground-level roadside bombs and improvised explosives that were more common in the wars in Iraq and Afghanistan.</p><p>Democratic lawmakers are calling for an investigation into the care that wounded troops received following an Iranian drone strike in Kuwait that killed six U.S. soldiers early in the war. Wisconsin Sen. Tammy Baldwin pressed the military in a letter on Wednesday to release the findings of its investigation into the March 1 attack.</p><p>“I spoke directly with Wisconsinites who sustained traumatic brain injuries from (President Donald) Trump’s war in Iran and went weeks without so much as a screening, let alone specialized care, for their injuries,” Baldwin said in a statement.</p><p>Defense Health Agency spokesman Peter Graves said in an email that “it is policy that service members are screened for TBI.”</p><p>Experts say the military has made strides in screening and treating TBIs, a signature injury in Afghanistan and Iraq. More than 500,000 service members were diagnosed between 2000 and 2025, with 82% of cases considered mild and not all of them related to combat. But advocates say the injuries could still be undercounted because symptoms often overlap with post-traumatic stress disorder and other conditions.</p><p>A TBI diagnosis can emerge years later</p><p>Neither of the two blasts Shearer experienced in Iraq produced obvious injuries, and medics prioritized Marines who were more badly hurt.</p><p>“You don’t want to be the guy who goes to sick call or says, ‘Oh, I’m hurt,’ because you’re away from your team,” Shearer said. “There’s this culture of you don’t want to be seen as lesser or weak, so you hide injuries inherently.”</p><p>When he came home at age 19, he denied he had PTSD and didn't know what a TBI was. Plagued by nightmares, sleeplessness and headaches, he initially turned to drugs to self-medicate and considered suicide.</p><p>Shearer eventually got help for PTSD, but it took years for him to consider that he suffered traumatic brain injuries. He was working for the Wounded Warrior Project and screening fellow vets for TBIs when he realized he checked many of the same boxes.</p><p>He's since been diagnosed and received treatment. But challenges remain, including vertigo and light sensitivity. He also forgets important conversations with his family.</p><p>“I know that some of that stuff is stereotypical, but for me, it's got a different ring to it,” Shearer said. “There will be no memory of the conversation happening.”</p><p>The brain can adapt with treatments and therapies</p><p>Memory loss is something Army veteran Frank Sonntag also experienced following a TBI from a mortar blast in Iraq in 2004.</p><p>He was in his 50s and training reservists when he felt a blast of wind against his ear from an explosion 70 feet (21 meters) away. He didn’t know he was hurt and didn't seek treatment for two years, ignoring intensifying headaches and brain fog.</p><p>It got to the point where it took 30 minutes to write an email, while colleagues told him he spoke one word every 10 seconds. He considered suicide and was diagnosed only after he got lost driving home. Neurologists prescribed medication for his migraines, among other treatments.</p><p>“Speech therapy was one of the greatest things I had,” added Sonntag, 75, of Queen Creek, Arizona. “They taught me how to practice the words I was speaking and how to put sentences together again.”</p><p>Kelly Parker, director of independent services at the Wounded Warrior Project, said it's hard to predict an injury's trajectory.</p><p>“If you've seen one TBI, you've seen one TBI," she said.</p><p>Screening, early treatment and support can be crucial to returning to a more normal life. Physical, speech and art therapies can lead to improvements, she said.</p><p>“There’s still so much we don’t know about the brain, but one thing that we do know is it can heal itself,” Parker said. “We know that new neural pathways can be created, and we absolutely believe that the brain can adapt. We've seen it happen.”</p><p>Army veteran Spencer Milo said some people struggle to understand why he's still dealing with migraines, seizures and forgetfulness after so many years out of uniform.</p><p>His first TBI occurred in Iraq in 2008, when his Humvee smashed into a wall to evade fire. His second came from the blast of a suicide bomber in Afghanistan in 2011.</p><p>“I’ve had fellow service members that were even with me on those days, and they’re like, ‘Dude, why can’t you just kick it?’” said Milo, 41, of Parker, Colorado. “I really wish it was that simple. It’s tough because when you can’t see something, it’s hard to believe that it’s really there.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z6Q5QDRTB7RGIDO7NHXKIFE3GI.jpg?auth=1f2be6cea28c0babff3559399888944d9ec55a9a58d6c851c0529aa2221b28cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Shearer, who was diagnosed with traumatic brain injuries from fighting in Iraq, poses for a portrait in his home in Colorado Springs, Colo., Wednesday, Aug. 5, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDME7U3E2E2N74L6GTVXVDTFX4.jpg?auth=4cc8388a1786eb704e441ddd3dc92077417d07a9dac1c9fea2568cc2e68186c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Shearer, who was recently diagnosed with traumatic brain injuries from fighting in Iraq, poses for a portrait in his home in Colorado Springs, Colo., Wednesday, Aug. 5, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6NDKQWKINUPAL5NNATL2FMPNY.jpg?auth=4e9fad4d8c1736c7f5967e84b10fa369be108bba9e503a0c32127f8bfa603515&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This selfie shows Army veteran Frank Sonntag in February 2025 in Arizona. (Frank Sonntag via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NFMB4CBTKYJKPEM24SV5L24EAI.jpg?auth=2f5c5f9b56ac29073a37ae3ee1d2b494d16e7eed4e41f70e638cbdf993e77be2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Shearer, who was recently diagnosed with traumatic brain injuries from fighting in Iraq, is seen in his Marine Corps portrait displayed in his home in Colorado Springs, Colo., Wednesday, Aug. 5, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IEDML3WD3ECRMFLXIKCESH4AC4.jpg?auth=ebfcd09203f330cb1fb5d7e05a6301899f25b2cdbead7db589fb39a6db3173f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Shearer, who was diagnosed with traumatic brain injuries from fighting in Iraq in 2005, shows his U.S. Marine Corps leg tattoo next to his dog Desmond, at his home in Colorado Springs, Colo., on Wednesday, Aug. 5, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content></item><item><title><![CDATA[Israeli prosecutors charge a settler for killing Palestinian activist Awdah Hathaleen in West Bank]]></title><link>https://www.local10.com/news/world/2026/08/06/israeli-prosecutors-charge-a-settler-for-killing-palestinian-activist-awdah-hathaleen-in-west-bank/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/israeli-prosecutors-charge-a-settler-for-killing-palestinian-activist-awdah-hathaleen-in-west-bank/</guid><dc:creator><![CDATA[By JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Israeli prosecutors Thursday charged a settler for the killing of a Palestinian community leader last year in the occupied West Bank, according to an indictment filed in district court.]]></description><pubDate>Thu, 06 Aug 2026 10:32:33 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Israeli prosecutors Thursday charged a settler for the killing of a Palestinian community leader last year in the occupied West Bank, according to an indictment filed in district court.</p><p>In the document, prosecutors accuse Yinon Levi, who lives in the south of the West Bank, of reckless manslaughter in the death of prominent Palestinian activist Awdah Hathaleen in July 2025. The charge holds a lesser punishment than murder under Israeli law. The indictment also charges Levi with armed trespassing and malicious property damage.</p><p>It is extremely rare for Israel to charge settlers with violence against Palestinians. Israeli rights group B’Tselem said that the charges against Levi mark the first time since Oct. 7, 2023, that an Israeli has been indicted for the death of a Palestinian in the West Bank. In that time, the group said, Israeli settlers and soldiers have killed at least 1,100 Palestinians in the territory.</p><p>A lawyer for Levi, Avichay Hajbi, did not confirm whether an indictment was handed down, but told The Associated Press that the prosecution had made a “mistaken decision.” He said the defense would respond to the accusations in court.</p><p>Levi was shown in video footage shooting at crowds of Palestinians in Hathaleen’s village, Umm al-Khair, on the day the activist was killed. Witnesses said one of the shots Levi fired struck Hathaleen, who was standing meters away.</p><p>One video showed Levi firing two shots, while another, which family members say was taken by Hathaleen himself, showed Levi firing toward the person holding the camera. The footage cuts, but the person can still be heard moaning in pain.</p><p>Hathaleen was a prominent voice advocating against settler violence and was involved in the 2025 Oscar-winning film “No Other Land,” which chronicled the fight by Palestinian residents to protect their homes and villages. A teacher and father of three, he often hosted international activists and dignitaries in his home.</p><p>His public profile and the videos capturing the moment of the alleged shooting ignited global calls for Levi’s prosecution.</p><p>Levi was among the Israeli settlers sanctioned by the United States and other Western countries over allegations of violence toward Palestinians in 2024. U.S. President Donald Trump lifted the U.S. sanctions after taking office the following year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WPOFZKGILPENJJEJIXIWO64BQQ.jpg?auth=8552e585e15786dbad049451eea25eb126e17c0a78ad94c2101ab36fa59bd066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Mourners carry the body of Palestinian activist Awdah Al Hathaleen, who was killed by Israeli settler according to Palestinian health officials, during his funeral in the West Bank Bedouin village of Umm al-Khair, Aug. 7, 2025. (AP Photo/Mahmoud Illean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRDR6DZKAMCYBBVE2FV377C7DA.jpg?auth=b9ad0227ab0223a34747977561f9dcba794a1d1f1af20edaf885f314cd191b74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Yinon Levi works on his farm in the South Hebron Hills, West Bank, May 12, 2024. (AP Photo/Maya Alleruzzo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maya Alleruzzo</media:credit></media:content></item><item><title><![CDATA[Youngest Black professor at Cambridge resigns as university investigates allegations of plagiarism]]></title><link>https://www.local10.com/news/world/2026/08/06/youngest-black-professor-at-cambridge-resigns-as-university-investigates-allegations-of-plagiarism/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/youngest-black-professor-at-cambridge-resigns-as-university-investigates-allegations-of-plagiarism/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — A British sociologist who became famous as the youngest Black professor ever at the University of Cambridge has resigned after the university opened an investigation into “new information” about his academic qualifications.]]></description><pubDate>Thu, 06 Aug 2026 11:32:12 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A British sociologist who became famous as the youngest Black professor ever at the University of Cambridge has resigned after the university opened an investigation into “new information” about his academic qualifications.</p><p>Professor Jason Arday, who was 37 when he became a Cambridge professor in 2023, announced his decision late Wednesday following weeks of allegations about plagiarism in his academic work and questions surrounding claims about his athletic and fundraising accomplishments.</p><p>“While criticism is an inevitable part of academic life, what I have experienced has gone far beyond scholarly disagreement,” Arday said in a statement. “The relentless accusations, speculation and public commentary have taken a profound toll on me and on those I love.”</p><p>The statement was distributed by the Good Law Project, a campaign group that has supported Arday since the criticism spilled into the media last month. An earlier letter circulated by the group and signed by more than two dozen academics and politicians described the plagiarism allegations as a “smear campaign” designed to undermine Arday and other Black people who hold “positions of influence.”</p><p>Arday’s appointment at Cambridge highlighted his personal story of overcoming dyslexia, developmental delays and autism that he said left him non-verbal until the age of 11 and illiterate until his late teens.</p><p>Questions about his qualifications were raised publicly last month by Nathan Cofnas, a one-time Cambridge philosophy researcher who left the university after his critique of diversity, equity and inclusion programs sparked widespread protests.</p><p>On July 24, the Times of London published an analysis of Arday’s 2015 Ph.D. thesis highlighting what it said were multiple examples of passages that were “identical or near-identical” to an earlier paper written by another researcher.</p><p>The British media also raised questions about Arday’s claims that he had raised 5.5 million pounds ($7.4 million) for charity through feats such as running 30 marathons in 35 days and 600 miles in six days.</p><p>Arday told the Guardian news website that the money was raised with the help of others over a 20-year period. He said non-disclosure agreements prevented him from naming the others.</p><p>Cambridge initially stood by Arday, saying that the plagiarism allegations had been investigated by Liverpool John Moores University, which awarded Arday’s doctorate.</p><p>That changed Wednesday when Cambridge opened its inquiry.</p><p>“The University of Cambridge has begun an investigation following new information about Professor Arday’s qualifications and honorary appointments,” the university said in a statement. “In order to ensure a fair process, we will not comment further until this has concluded.”</p><p>The Times of London said Cambridge decided to investigate after it presented new evidence that some of Arday’s research was “fabricated” and contained “impossible” evidence.</p><p>In an interview with the newspaper published last week, Arday denied plagiarism but admitted to some mistakes that he said were partly due to a lack of supervision when he was working on his doctorate.</p><p>Arday continued to defend himself in his resignation statement, saying his decision “should not be interpreted as a loss of faith in scholarship.”</p><p>“Nor should it be mistaken for an acceptance of the narratives that have surrounded me’” he said. “It is simply the decision of someone who has reached the limits of what any person should reasonably be expected to endure.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QPLGX7MQNVRUEKINGPWIHTF55U.jpg?auth=6788e8b7518140262f76fedf3b40affa3e3e5dd90f4edb9cc8d915b7cfb17b07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Torchbearer Jason Arday carries the Olympic Flame on the Torch Relay leg between Sutton and Merton, in London, July 23, 2012. (Joe Giddens/LOCOG/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Giddens</media:credit></media:content></item><item><title><![CDATA[Taiwan’s military drills suggest deeper alignment with the US]]></title><link>https://www.local10.com/news/world/2026/08/06/taiwans-military-drills-suggest-deeper-alignment-with-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/taiwans-military-drills-suggest-deeper-alignment-with-the-us/</guid><dc:creator><![CDATA[By SIMINA MISTREANU, Associated Press]]></dc:creator><description><![CDATA[TAIPEI, Taiwan (AP) — Through this year’s military drills, Taiwan has chosen to emphasize its army's and society’s flexibility and resilience as opposed to primarily putting advanced weapons on display. Experts say the exercises’ structure indicate closer ties with the U.S. military in the face of China’s ongoing military threat.]]></description><pubDate>Thu, 06 Aug 2026 10:19:59 +0000</pubDate><content:encoded><![CDATA[<p>TAIPEI, Taiwan (AP) — Through this year’s military drills, Taiwan has chosen to emphasize its army's and society’s flexibility and resilience as opposed to primarily putting advanced weapons on display. Experts say the exercises’ structure indicate closer ties with the U.S. military in the face of China’s ongoing military threat.</p><p>The annual Huang Kuang drills kicked off on Wednesday and are set to extend through Aug. 14 in various locations around the island. The live-fire exercises will test the Taiwanese army’s ability to sustain 24-hour defense operations as well as counter China’s “gray-zone tactics,” which stop just short of open warfare.</p><p>China claims the self-ruled democracy as its own territory, and has not renounced the use of force to bring it under its control. Taiwan dismisses China’s claims and insists it is a sovereign state.</p><p>The United States, while not recognizing Taiwan as a country, sees all threats to the island as a matter of great concern. Washington is bound by its own laws to provide Taiwan with the means to defend itself.</p><p>The drills show closer ties with the U.S. military</p><p>While there has long been speculation that the U.S. military has been quietly training Taiwanese troops, the collaboration between the two sides has been more visible in recent weeks. A key component of the Han Kuang drills, for example, is the practice of a U.S.-inspired military communications method called backbriefing, where subordinates explain to commanders how they plan to carry out assigned missions.</p><p>The communication drills are intended to encourage first-line fighters to be more self-reliant and effective in battle, experts say.</p><p>“The most important new development in this year’s Han Kuang is the incorporation of American-style military training methods, which are aimed at enhancing the coordination and combat readiness of the Taiwanese military,” said William Yang, a senior Northeast Asia analyst for the International Crisis Group.</p><p>The drills thus “stay away from the mostly performative tasks of firepower display” of past years and instead focus on building real combat capabilities, Yang added.</p><p>Emphasis on reservists and urban resilience</p><p>Another focus of this year’s drills is that they will mobilize one of the largest numbers yet of reservists, of around 20,000 personnel, according to local media. Taiwan’s Defense Ministry did not say how many reservists will be involved in the drills.</p><p>The emphasis on reserves illustrates Taiwan’s efforts to address the military power asymmetry between itself and China, Yang said. China maintains the world’s largest army, of more than 2 million active-duty personnel, almost nine times the size of Taiwan’s active-duty armed forces.</p><p>Another focus of the military drills, reflecting Taiwan’s longstanding emphasis on civil defense, are urban resilience drills. These will take place on different days in the major cities of Kaohsiung, Taichung and the capital, Taipei. During the drills, mobile internet speed will be reduced for about 30 minutes to simulate telecommunications interference in case of an attack.</p><p>The emphasis on combat readiness and civilian preparedness reflect Taiwanese President Lai Ching-te’s priorities amid political constraints, said Lev Nachman, a political science professor at National Taiwan University. Lai has sought to pass a $40 billion special defense budget for U.S. arms purchases and local defense manufacturing. A much smaller version of the budget, of $24.8 billion, was eventually approved by the opposition-controlled parliament.</p><p>“Given that Lai has been constrained on his ability to pass a budget that could even supply the kinds of weapons he would want to test, he has had to look to what he is able to do given the domestic political gridlock,” Nachman said.</p><p>U.S. arms sales to Taiwan remain in question</p><p>Despite closer informal ties between the U.S. and Taiwan militaries, questions remain around a massive $14 billion arms sales package to Taiwan that U.S. President Donald Trump has yet to approve. After traveling to China in May, Trump described arms sales to Taiwan as a “very good negotiating chip” with Beijing, raising anxieties on the island about continued U.S. support.</p><p>Trump also said after his summit with Chinese leader Xi Jinping that he does not want to “travel 9,500 miles (15,300 kilometers) to fight a war” over Taiwan.</p><p>In that context, seeing the U.S. influence on Taiwan’s military drills offers a “silver lining” in terms of Washington's commitment to Taiwan, Nachman said.</p><p>“Even though Trump and those close to him have flip-flopped on supporting Taiwan, the connection between the two militaries remains strong, enough to at least ensure that Taiwan is still able to learn at a high level from the U.S.,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPZ5LUL5WUXZNQFBWGSSOFSHFE.jpg?auth=7de4956b2dc0ade63180658e2a831d5d742b9aac141e976f34b7c842d2121e07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldiers conduct shooting training during the annual Han Kuang military exercises in Taipei, Taiwan, Wednesday, Aug. 5, 2026. (AP Photo/Chiang Ying-ying)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C33D4ZEMXHC4HO3UYVRPH4G4SU.jpg?auth=dd19e9a253205e36224697de15f565c037868d496799b5d1c494a2b89e1e4526&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldiers conduct team training on a mortar during the annual Han Kuang military exercises in Taipei, Taiwan, Wednesday, Aug. 5, 2026. (AP Photo/Chiang Ying-ying)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content></item><item><title><![CDATA[Rights group warns Israel's policies are pushing the West Bank healthcare system to collapse]]></title><link>https://www.local10.com/news/world/2026/08/06/rights-group-warns-israels-policies-are-pushing-the-west-bank-healthcare-system-to-collapse/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/rights-group-warns-israels-policies-are-pushing-the-west-bank-healthcare-system-to-collapse/</guid><dc:creator><![CDATA[By SAM MEDNICK, Associated Press]]></dc:creator><description><![CDATA[IKTABA, West Bank (AP) — For six months, 70-year-old Bassam Musleh searched desperately for a pharmacy or clinic that could fill his prescription for blood pressure and other heart medications. Public dispensaries were out of stock, he said, and he couldn't afford the private ones.]]></description><pubDate>Thu, 06 Aug 2026 09:39:55 +0000</pubDate><content:encoded><![CDATA[<p>IKTABA, West Bank (AP) — For six months, 70-year-old Bassam Musleh searched desperately for a pharmacy or clinic that could fill his prescription for blood pressure and other heart medications. Public dispensaries were out of stock, he said, and he couldn't afford the private ones.</p><p>But when he arrived Tuesday at a mobile clinic in the West Bank village of Iktaba, pulling the tattered prescription from his pocket, a local aid group finally gave him the medication he needs.</p><p>Musleh, who has a pacemaker, is one of hundreds of thousands of Palestinians struggling to get healthcare in the West Bank, where a report released Thursday by Physicians for Human Rights Israel warns that Israeli policies have pushed the territory's health system to the brink of collapse.</p><p>Since the war between Israel and Hamas in Gaza began nearly three years ago, Israel has withheld billions of dollars of tax and customs revenues collected on behalf of the Palestinian Authority, the government body that administers parts of the Israeli-occupied West Bank. Without those funds, the PA has struggled to pay health workers, buy medications and support public hospitals, pharmacies and clinics, 75% of which have reduced operations and are functioning just once or twice a week.</p><p>At the same time, Israeli military raids and a surge in new checkpoints are also impeding the ability of Palestinians to get adequate medical care, with life-threatening consequences.</p><p>“If this continues, it is patients — not institutions — who will pay the price,” said Milena Ansari, PHRI's director of the Occupied Palestinian Territory Department, who wrote the report.</p><p>Israel has withheld at least $2.5 billion in revenues from the West Bank</p><p>Because Palestinians don't control their own borders, the PA relies on Israel to collect taxes on goods that enter the West Bank through Israeli ports. But rights groups for decades have accused Israel of weaponizing the funds as a means of political pressure.</p><p>Israeli Finance Minister Bezalel Smotrich stopped sending monthly clearance revenues to the PA last year and, as of June, Israel had cumulatively withheld at least $2.5 billion from the PA since 2023, according to the International Crisis Group.</p><p>Smotrich's office and the office of Israeli Prime Minister Benjamin Netanyahu did not respond to repeated requests for comment from The Associated Press.</p><p>In an interview with the AP, Palestinian Health Minister Majed Abu Ramadan said that unpaid staff aren't showing up to work, creating a backlog of cases and delaying routine surgeries. Earlier this year, Palestinian doctors went on strike and some primary healthcare centers closed.</p><p>Some of the most impacted are those with cancer, kidney and heart problems, older people and those who have been displaced, health officials said.</p><p>At PHRI's mobile clinic in Iktaba, hundreds of people streamed in seeking treatment.</p><p>Mohammed Sarris said it's been weeks since he's been able to get the eye drops he needs for irritation caused by his diabetes.</p><p>The 64-year-old has been relying on the mobile clinic since he was forced from his home last year in the Nur Shams refugee camp, where he had easier access to healthcare provided by UNRWA, the U.N. Relief and Works Agency for Palestinian refugees.</p><p>A retired government worker, he earns a meager pension, often rationing medicine so he can afford food.</p><p>"It's degrading. ... All of this has affected us a lot,” he said.</p><p>The UN and other aid agencies say more patients are coming to their clinics</p><p>Physicians for Human Rights Israel said the number of patients at its mobile clinics has doubled in the last two years, from about 250 a day to around 500.</p><p>Roland Friedrich, UNRWA's West Bank director, said there's been a marked increase in patients at its health centers across the territory. The agency is trying to bridge the gap, but lacks funds to scale up health services and faces Israeli restrictions on imports of medications, he said.</p><p>Earlier this year, Israel revoked the licenses of more than three dozen humanitarian organizations, among them Doctors Without Borders, known by its French acronym MSF.</p><p>Last year, MSF had 12 mobile clinics operating in the South Hebron Hills. But because they could no longer coordinate their movements with the Israeli military, the group reduced the number of clinics it runs by half, impacting more than 40,000 people, said Joan Tubau, head of mission for Doctors Without Borders in Gaza and the occupied West Bank.</p><p>More Israeli checkpoints and roadblocks prevent Palestinians from accessing care</p><p>The lack of medicine, staff shortages and reduced services are being compounded by harsher Israeli restrictions on freedom of movement in the West Bank.</p><p>In recent years, the military has erected new barriers, checkpoints and roadblocks, closing off towns and cities, sometimes with little warning.</p><p>In July, at least two women gave birth in ambulances because checkpoints were closed, said Aseel Baidoun, deputy director of advocacy and campaigns for Medical Aid for Palestinians, or MAP, an international organization. One of the babies was stillborn.</p><p>She said three others also died trying to get to hospitals this year, including two more infants and a 30-year-old woman who died of a heart attack after an ambulance was stopped at a checkpoint near Sinjil, outside Ramallah.</p><p>The Israeli military has denied that it prevents medical treatment for civilians and said there is no intention to delay treatment or medical evacuations.</p><p>In response to questions about the stillborn infant, who was delivered in an ambulance near Nablus, the army said the emergency vehicle hadn’t completed “required coordination” prior to arriving at the checkpoint. It said the military conducted a security check, which only lasted a few minutes.</p><p>Dr. Leen Ibrahim, who works with MAP, said one of the consequences of this crisis is the impact on mental health.</p><p>“People here feel suffocated by everything they’re going through," she said.</p><p>At the clinic Tuesday, some Palestinians broke down waiting for hours to be seen.</p><p>“The line is so long,” said Asala Wawi, 65, wiping tears from her face as she got her eyes checked. “I'm tired."</p><p>———-</p><p>Associated Press journalists Jalal Bwaitel in Ramallah, West Bank, and Koral Saeed in Herzliya, Israel, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMGPKPZ5OH2XA6WCZXF273QQ4Q.jpg?auth=389f7a9e6d19fa1c4fe0bdcf12d0629679cee6b3b3e160286a60a08bd92cc217&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian patients line up for treatment at a mobile health clinic operated by Physicians for Human Rights Israel (PHRI) in the West Bank town of Iktaba, Tuesday, Aug. 4, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3HAJLRGCPL25ACHCYIP6VKP5Y.jpg?auth=3999719776afc03818bdcfbf233c23c7d857c9c218e3545533bba667fd6c28c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian patients receive treatment from medical staff with Physicians for Human Rights Israel (PHRI) at a mobile health clinic in the West Bank town of Iktaba, Tuesday, Aug. 4, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JSSICF5VZPFV2MIBGADU5Q44FY.jpg?auth=0f11340b9c8ae414d9348fce56856c171ebeab2490d13264e6c5d88c3d9b884a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bassam Musleh, a Palestinian patient gets his eyes checked at a mobile health clinic operated by Physicians for Human Rights Israel (PHRI) in the West Bank town of Iktaba, Tuesday, Aug. 4, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y36FGRINXG6C537K2QDTMIB5VA.jpg?auth=806c23072424c7a60b3ca7c14c173ab1a6370887763297df4687d2817959bb88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian patient receives treatment from medical staff with Physicians for Human Rights Israel (PHRI) at a mobile health clinic in the West Bank town of Iktaba, Tuesday, Aug. 4, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHYMBLX2VSYUBQWK44ARFMITQY.jpg?auth=5e3a44bad5d6a2b0cadbc5f595b53ac054134a4b8208dc1a123ea2c488db4169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian patients wait for treatment at a mobile clinic operated by Physicians for Human Rights Israel (PHRI) in the West Bank town of Iktaba, Tuesday, Aug. 4, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content></item><item><title><![CDATA[Pakistan army helicopters airlift bodies of famed climber Purja and 4 others killed in avalanche]]></title><link>https://www.local10.com/news/world/2026/08/06/pakistan-army-helicopters-airlift-bodies-of-famed-climber-purja-and-4-others-killed-in-avalanche/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/pakistan-army-helicopters-airlift-bodies-of-famed-climber-purja-and-4-others-killed-in-avalanche/</guid><dc:creator><![CDATA[By MUNIR AHMED and RIAZ KHAN, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Pakistani military helicopters on Thursday airlifted the bodies of five climbers from the snow-covered slopes of Broad Peak nearly a week after an avalanche swept away a 10-member international expedition, officials said.]]></description><pubDate>Thu, 06 Aug 2026 11:45:03 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistani military helicopters on Thursday airlifted the bodies of five climbers from the snow-covered slopes of Broad Peak nearly a week after an avalanche swept away a 10-member international expedition, officials said.</p><p>Irfan Arshad Khan, president of the Alpine Club of Pakistan, said the remains of the climbers killed in the July 31 avalanche were being transferred to a military hospital in the northern city of Skardu.</p><p>Three bodies were brought off the mountain on Aug. 1. Thursday's airlift raised the number of recovered bodies to eight, including renowned British-Nepali climber Nirmal Purja. Two climbers remain missing and the search is ongoing following what the Alpine Club described as one of Pakistan’s deadliest mountaineering disasters.</p><p>The bodies of Purja, Chinese climber Zhong Wang, Nepali climbers Nima Sherpa, Gyalu Sherpa and Kilu Sherpa were flown from the base camp of Broad Peak to the air base in Skardu before being transported to the hospital, regional authorities said.</p><p>The international team of climbers came from Nepal, Oman, Pakistan, China, Britain and the United States. The bodies will be flown to Pakistan's capital Islamabad after coordination with the embassies of the climbers’ home countries, officials said.</p><p>Pakistan’s Foreign Minister Ishaq Dar this week expressed condolences to the victims’ families, saying he was deeply saddened by the tragedy and that Pakistan remained committed to the recovery operation in coordination with the Nepal, Oman, U.K. and U.S. embassies.</p><p>Mountaineering accidents are common in northern Pakistan, where climbers face hazards including avalanches, falling ice and rock, extreme altitude and rapidly changing weather.</p><p>A Chinese climber died last year after being struck by falling rocks while descending K2, the world’s second-highest mountain.</p><p>The bodies of foreign climbers who die attempting to summit Pakistan’s mountains are typically recovered only at the request of their families and governments. If relatives decline recovery efforts, the remains are usually left on the mountain where the climbers died.</p><p>On Wednesday, the Alpine Club thanked the Pakistani and Nepali recovery teams, including Pakistani mountaineers Sirbaz Khan, Abid Beg and Sherzad and Nepali climbers Dipen Gurung and Pemba Chhewang Sherpa for their roles in the difficult recovery operation.</p><p>___</p><p>Khan reported from Peshawar, Pakistan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PGEW4SOZYWAVXM2TXL7TGI6O7Y.jpg?auth=1f54917ac129bcbd15d654f6e34667ae535aa2167879b1568ccbd27a92d6e418&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pakistani army soldiers and volunteers unload from a helicopter, the bodies of climbers that were recovered from Broad Peak nearly a week after an avalanche swept away a 10-member international expedition, upon arrival at a military base in Skardu, in northern Pakistan, Thursday, Aug. 6, 2026. (AP Photo/ M.H. Balti)]]></media:description><media:credit role="author" scheme="urn:ebu">M.H. Balti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKUDGOSYOPOS3GOK7TWG3EQV4A.jpg?auth=5c38d4cfbfac48181863c609e2fb13cc177073b8e7671d0e1c1e8b04e4822a98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pakistani army soldiers and volunteers prepare to load into ambulances, the bodies of climbers that were recovered from Broad Peak nearly a week after an avalanche swept away a 10-member international expedition, upon arrival at a military base in Skardu, in northern Pakistan, Thursday, Aug. 6, 2026. (AP Photo/ M.H. Balti)]]></media:description><media:credit role="author" scheme="urn:ebu">M.H. Balti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7PWEFKEJZXUZYFZHCFMR4OOLDA.jpg?auth=037886f248f66c4d42421903c550298bd5cf7e6a1c0412707be6e0b91ba1ee86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pakistani army soldiers and volunteers prepare to load into ambulances, the bodies of climbers that were recovered from Broad Peak nearly a week after an avalanche swept away a 10-member international expedition, upon arrival at a military base in Skardu, in northern Pakistan, Thursday, Aug. 6, 2026. (AP Photo/ M.H. Balti)]]></media:description><media:credit role="author" scheme="urn:ebu">M.H. Balti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WHYD4VXAVQGLH7YAMH7LJDJTTM.jpg?auth=b34e66203bfe37a97c89744ad01afe83a07e578c3a2f481af45ef58f191fbb61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pakistani army soldiers prepare to load into an ambulance, the body of renowned British-Nepali mountaineer Nirmal Purja, that was recovered from Broad Peak nearly a week after an avalanche swept away a 10-member international expedition, upon arrival at a military base in Skardu, in northern Pakistan, Thursday, Aug. 6, 2026. (AP Photo/ M.H. Balti)]]></media:description><media:credit role="author" scheme="urn:ebu">M.H. Balti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCYQANIBHBEKNFTP4JS4IYO6Q4.jpg?auth=a2e227db26c307b0da9e3f2b899c91f085d071a36546d04b141e0d7060929121&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Pakistani army helicopter carrying bodies of climbers, that were recovered from Broad Peak nearly a week after an avalanche swept away a 10-member international expedition, prepares to land at a military base in Skardu, in northern Pakistan, Thursday, Aug. 6, 2026. (AP Photo/ M.H. Balti)]]></media:description><media:credit role="author" scheme="urn:ebu">M.H. Balti</media:credit></media:content></item><item><title><![CDATA[Ukraine strikes more oil facilities deep inside Russia, Zelenskyy says]]></title><link>https://www.local10.com/news/2026/08/06/ukraine-strikes-more-oil-facilities-deep-inside-russia-zelenskyy-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/06/ukraine-strikes-more-oil-facilities-deep-inside-russia-zelenskyy-says/</guid><dc:creator><![CDATA[By ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukraine hit more oil facilities deep inside Russia in overnight attacks, President Volodymyr Zelenskyy said Thursday, as Kyiv kept up its campaign to undermine Moscow's wartime economy and embarrass the Kremlin.]]></description><pubDate>Thu, 06 Aug 2026 12:34:52 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukraine hit more oil facilities deep inside Russia in overnight attacks, President Volodymyr Zelenskyy said Thursday, as Kyiv kept up its campaign to undermine Moscow's wartime economy and embarrass the Kremlin.</p><p>The repeated strikes have caused fuel shortages and rattled Russians. Ukrainians, meanwhile, are enduring regular barrages that Kyiv's depleted air defenses are struggling to counter amid Moscow's 4-year-old full-scale invasion.</p><p>The Kyiv region observed an official day of mourning Thursday after a Russian missile and drone blitz killed 17 people the previous day, prompting an increasingly urgent scramble by Ukraine and its partner countries to find new air defense supplies.</p><p>In the first six months of this year, 1,396 civilians were killed and 7,978 injured in Ukraine, the United Nations office in Kyiv said Wednesday. That was a 37% increase from the same period last year and a 114% jump over 2024, it said, attributing the rise to more long-range aerial attacks by Russia.</p><p>Ukraine says it hit Russian refineries and vessels at sea</p><p>Ukrainian forces hit a refinery in Russia's Bashkortostan region, more than 1,300 kilometers (800 miles) from the front line, as well as a refinery in the Yaroslavl region, almost 700 kilometers (400 miles) from the border, Zelenskyy said on social media.</p><p>Yaroslavl Gov. Mikhail Yevrayev confirmed an attack on a refinery, saying in a Telegram post that drone debris hit the facility’s oil reservoirs, sparking a fire. Three private houses also caught fire, and several residential buildings were damaged, he added.</p><p>Ukrainian forces hit two Russian military patrol boats in the Black Sea, Zelenskyy said, along with vessels belonging to Moscow’s so-called shadow fleet, which Russia uses to evade Western restrictions on its oil exports. He did not give any details.</p><p>The Russian Defense Ministry said its air defenses overnight shot down 605 Ukrainian drones over its territory.</p><p>Ukraine seeks more interceptor missiles to bolster air defenses</p><p>Drone and glide bomb attacks across Ukraine overnight killed at least three civilians and wounded 22 others, authorities said Thursday, as countries helping Kyiv resist the invasion scrambled to find more vital air defenses for its fight.</p><p>Moscow’s forces have in recent weeks pummeled Ukraine with ballistic missiles that Kyiv officials say only the U.S.-made Patriot air defense system can stop. But the Iran war has drained stocks of Patriot interceptor missiles, leaving Ukraine at the mercy of Russian bombardments that seek to exploit the weakened air defenses.</p><p>“We are working as hard as possible with all partners who can assist with the supply of interceptor missiles to protect against such insane Russian strikes targeting life, people, and civilian facilities,” Zelenskyy said on social media late Wednesday.</p><p>He said he had spoken to NATO chief Mark Rutte and Finnish President Alexander Stubb about urgently procuring interceptors from stockpiles. Zelenskyy said he and Rutte “coordinated our efforts regarding countries that have the necessary missiles and the capacity to help.”</p><p>Rutte said on X that he was discussing with allies "how we can continue to get Ukraine the air defenses they urgently need.”</p><p>Russian glide bombs wound 12 in Sumy region</p><p>Russia appears determined to exhaust Ukraine through sheer weight of numbers in terms of soldiers, armor and weapons. Russian President Vladimir Putin believes time is on his side, that Western support will fade and that Ukraine’s resistance will eventually collapse under pressure, Western analysts and officials say.</p><p>Ukraine's air force said Russia fired four missiles and 101 long-range strike drones overnight, with air defenses shooting down or jamming 66 drones.</p><p>Three people were killed in Balakliia in the Kharkiv region of northeastern Ukraine, said Vitalii Karabanov, head of the city’s military administration.</p><p>In the neighboring Sumy region, Russian glide bombs wounded 12 people, the National Police said. Apartment buildings and infrastructure were damaged, with hundreds of windows shattered, said regional military administration chief Oleh Hryhorov.</p><p>In the Kherson region of southern Ukraine, a Russian drone struck a bus carrying farmworkers, injuring six people, regional authorities said.</p><p>A Russian drone also struck a residential area in the southeastern city of Zaporizhzhia, injuring four, said regional administration head Ivan Fedorov.</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/EC5CVGBPZSO46GEFUSCFX66RPU.jpg?auth=f8ad0fcef5f92cd667d0d35d38cd7409a4c14cf5177a9f636d9b5c3151857997&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, a residential building is damaged following a Russian air attack in Sumy, Ukraine, Thursday, Aug. 6, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/3YMSATFM7TPUXDS46ZICVY3WDI.jpg?auth=150219e0d05af166f1f0e5054e13ee05f14b6510259ccc2464b07ecfdd898140&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, a residential building is damaged following a Russian air attack in Zaporizhzhia, Ukraine, Thursday, Aug. 6, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content></item><item><title><![CDATA[Where extreme heat is having the biggest impact on Americans’ lives, according to a new AP-NORC poll]]></title><link>https://www.local10.com/business/2026/08/06/where-extreme-heat-is-having-the-biggest-impact-on-americans-lives-according-to-a-new-ap-norc-poll/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/where-extreme-heat-is-having-the-biggest-impact-on-americans-lives-according-to-a-new-ap-norc-poll/</guid><dc:creator><![CDATA[By ALEXA ST. JOHN and LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[Elisa Bracamonte has lived in Arizona her whole life, so she's used to adjusting her schedule and outdoor activities around high temperatures, especially during the summer months.]]></description><pubDate>Thu, 06 Aug 2026 11:13:39 +0000</pubDate><content:encoded><![CDATA[<p>Elisa Bracamonte has lived in Arizona her whole life, so she's used to adjusting her schedule and outdoor activities around high temperatures, especially during the summer months.</p><p>But the 74-year-old retired nurse from Tucson said she feels the heat has been impacting more of her day-to-day: summer plans with family members across the region, meetups with friends, road trips and her daily morning walk routine.</p><p>"I’ve noticed at least a 10 degree difference in the weather," Bracamonte said. “Every summer, it seems to be getting hotter and hotter.”</p><p>Like Bracamonte, Americans are increasingly feeling a personal impact from extreme heat, according to a new poll from The Associated Press-NORC Center for Public Affairs Research.</p><p>According to the survey, U.S. adults are more likely to say extreme heat has had either a “major impact” or “minor impact” on their travel or vacation plans, electricity bills, their sleep, their family’s outdoor activities and more parts of their day-to-day life than in July 2024.</p><p>Much of that shift was among people who live in the West or Midwest.</p><p>Democrats are also more likely than Republicans to say that extreme heat has had a “major” impact on each item asked about.</p><p>Warming has endangered the globe especially in recent years; scientists calculated that Earth’s average temperature in 2025 hovered among one of the three hottest on record, along with 2024 and 2023. The U.S. has sweltered under dangerous heat domes over the past few years, and unusually high temperatures even early in the year.</p><p>The recent scorching weather has played a role in thousands of heat-related deaths — killing more people every year than all other weather-related events. It impacts wildfire risk, strains public infrastructure, devastates agriculture and wreaks havoc on gatherings such as sporting events.</p><p>Now, the poll shows how extreme heat is reshaping Americans' daily lives.</p><p>“I have to get up at 5 in the morning to walk before 6, because by 7 it’s already in the 80s ... I lose a couple hours of sleep because I’m having to wake up earlier,” added Bracamonte, who said she identifies as a very liberal Democrat. “You can’t stay outside without being sick unless you’re guzzling water the whole time — it’s just so, so hot.”</p><p>Electricity bills going up</p><p>About 8 in 10 Americans say their electricity bills have seen a “major” or “minor” impact from extreme heat over the last year, compared with 69% in July 2024, according to the survey.</p><p>Just under half of Americans living in the Midwest, 44%, say extreme heat has had a “major” impact on their electricity bills, up from 29% two years ago.</p><p>Rising household electricity prices have turned into an increasingly prominent political issue over the past few years. Extreme weather is just one factor that affects electricity bills, but it means that people are using more energy for air conditioning — or in the colder months, heat.</p><p>“I feel like my utility costs probably doubled in the last three or four years,” said Daemien Williams, a 50-year-old bridge inspector living in Cahokia Heights, Illinois, who identifies as a Democrat. “I do look at my bills pretty in detail and see that the kilowatts and the usage is actually up, not just the price that they’re charging for it."</p><p>Travel and vacation plans impacted, along with family outdoor activities</p><p>Extreme heat is affecting Americans' lives in other ways, the survey found.</p><p>Around 4 in 10 Americans say extreme heat has had either a major impact or a minor impact on their travel or vacation plans, up from about one-quarter in 2024.</p><p>“It has affected my entire family because we usually get together a lot during the summer," Bracamonte said. "We have family in Texas and we have family in upper Arizona. And we’ve seen that there’s been a lot more fires, a lot of more flooding, all that. So that kind of inhibits our plans to travel.”</p><p>Extreme heat waves increase wildfire risk, and a warmer world supercharges storms that could ultimately send more rainfall.</p><p>Around 7 in 10 Americans say extreme heat has had either a major impact or a minor impact on their family's outdoor activities, compared with about 6 in 10 in 2024.</p><p>Sean Conway, a 41-year-old direct marketer in North Shore, Massachusetts, said his kids' soccer practice might either be postponed or canceled due to extreme temperatures, for example.</p><p>But to Conway, who considers himself a moderate independent, leaning Republican, this is minor. “Sometimes, you’ve got to just be out in the bad weather.”</p><p>It’s not surprising many Americans say they are feeling the impacts, said Jennifer Francis, a climate scientist at the Woodwell Climate Research Center who was not involved with the polling.</p><p>“Brutal, life-threatening heat waves have become more frequent, more intense, and more persistent in many parts of the globe, including our western and midwestern states," Francis said. "Extreme heat compounded with long dry spells have affected our health directly, along with indirect effects on our wallets.”</p><p>Climate change belief remains largely stable</p><p>Even as more Americans say they feel a personal impact from extreme heat, that does not mean an increasing number believe in climate change.</p><p>About two-thirds, 66%, of Americans believe climate change is happening, a slight decline from 73% in September 2025. About 17% say they are not sure if climate change is happening, and about 15% say it is not happening.</p><p>Williams, the Illinois resident, attributes his belief in climate change in part to extreme shifts in weather including very high and very cold temperatures.</p><p>“My biggest indicator of the change in the climate is just the flooding is a lot more often," Williams said, noting that he believes in both natural and human causes.</p><p>John Hazel, a 33-year-old in Waco, Texas, says he’s noticed changes from when he was younger.</p><p>“When I was a kid, that seemed like a very rare thing when it did hit 100, everybody was like, whoa. And now it’s just every day,” said Hazel, a crime scene investigator. “Seasons felt a little more balanced. Now it feels like summer’s a bit lingering, it starts earlier and lasts longer.”</p><p>Hazel, who identifies as a conservative Republican and believes in climate change, said he plans around the heat.</p><p>“As soon as you walk outside, you’re already sweating even if you’re not doing much of anything. I’ve definitely noticed you’re having to take breaks from being outside, you have to bathe, shower more often,” Hazel said. “It’s definitely a bigger consideration.”</p><p>___</p><p>The poll of 1,165 adults was conducted July 23-27, 2026, using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The margin of sampling error for adults overall is plus or minus 3.7 percentage points.</p><p>___</p><p>Alexa St. John is an Associated Press climate reporter. Follow her on X: @alexa_stjohn. Reach her at ast.john@ap.org.</p><p>___</p><p>Read more of AP’s climate coverage.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NKVUFP2MCLSL4MYDJDT37QCA3I.jpg?auth=6c6c07006414931a472cd0ab8d0d5c19e6a6d795aa48c6f3943d2d361429a219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mickelina Papotto, of Salem, Ore., left, and Lorie Odegaard, of Gaithersburg, Md., fan themselves while waiting in line for the ferris wheel at the Great American State Fair on the National Mall, July 1, 2026, in 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/4UI57PG7LK5ZK7GFEWEWJJF7FQ.jpg?auth=b3802d349b8cf33bf8797cbe701275828221f61f5fb37da86c124f4969e880f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo made with a long exposure, Bench Fire burns above the Pelton Reservoir in Jefferson County, Ore., July 25, 2026. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XDZVP35547I3V25M5SJYVLXRE.jpg?auth=879465e79f26cd598292ed1c8f756cf71916cc951472a8ef7e81baf3543d7433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A vendor sells Gatorade and water bottles near the Washington Monument during a heat wave July 3, 2026, in Washington. (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/T37XMEIM3MUBCL5AZGJHCKUNLA.jpg?auth=5fbe78413ccb58732897922c1e36c1fb18e5961f4b87cf9dde63e2561a4c8afe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A formerly floating buoy now sits high and dry above Lake Powell at the Glen Canyon National Recreation Area, July 15, 2026, near Page, Nev. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Congo Ebola health workers protest unpaid wages, disrupting response as deaths top 1,800]]></title><link>https://www.local10.com/news/2026/08/06/dozens-of-health-workers-at-epicenter-of-congos-ebola-outbreak-protest-lack-of-payment/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/06/dozens-of-health-workers-at-epicenter-of-congos-ebola-outbreak-protest-lack-of-payment/</guid><dc:creator><![CDATA[By CONSTANT SAME BAGALWA, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Dozens of Congolese health workers at the epicenter of the fastest-growing Ebola outbreak on record staged protests Thursday to demand payment for their wages, abandoning several health facilities even as aid workers warn that the disease is still spreading at an alarming rate.]]></description><pubDate>Thu, 06 Aug 2026 10:04:09 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Dozens of Congolese health workers at the epicenter of the fastest-growing Ebola outbreak on record staged protests Thursday to demand payment for their wages, abandoning several health facilities even as aid workers warn that the disease is still spreading at an alarming rate.</p><p>Confirmed cases in the outbreak, meanwhile, reached 3,973, including 1,801 deaths, according to the government data as of Tuesday published on Thursday. It is the second-largest Ebola outbreak on record, behind the 2014-2016 West Africa outbreak that recorded more than 28,000 cases, including over 11,000 deaths.</p><p>The health workers are protesting at the governor’s office in Bunia, the capital of Ituri province, which accounts for nearly 90% of the Ebola cases in the country. They are the latest group to walk off their jobs since protests over pay issues began weeks ago.</p><p>The health workers, including nurses providing critical care to Ebola patients, said they haven't received wages and bonuses for their work fighting Ebola since the outbreak was declared in mid-May in one of Congo’s most remote and vulnerable areas ravaged by rebel conflict.</p><p>“With this way of managing things, Ebola will not end in this province. We ask the authorities to get involved at all levels so that a solution is found quickly,” said Edouige Makosi, one of the protesters.</p><p>Officials have in the past blamed logistical issues for the payment delays. Congolese authorities did not immediately respond to an inquiry for comments on Thursday.</p><p>Poor welfare for frontline workers has been a key source of concern in the outbreak. Apart from the payment issues, many health workers and facilities have been attacked by rebels and angry mobs.</p><p>During his visit to Congo on Wednesday, World Health Organization Director-General Tedros Adhanom Ghebreyesus urged authorities to prioritize care and support for the responders.</p><p>The medical charity Doctors Without Borders said this week that the outbreak is still “spreading at an alarming and unprecedented rate” and that the response which has been expanding with more steps “is still not reaching communities quickly enough to break transmission chains.”</p><p>Government data shows 674 patients are currently in isolation, most of them in Ituri.</p><p>At least 75% of contacts being traced after their exposure to patients, the data showed. A bigger concern, though, according to officials, is that 60-70% of the new cases are coming from outside of those contacts, and are mostly from remote localities where rebel conflict and mining-related movements are limiting access.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VW5OAFJ3ZTPKMIUX56KUVEEPJQ.jpg?auth=3608036351ff9dbf5d1d6e0651fe9af7e3d82df7245b263f23ca5da3faab9cc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers at the epicenter of Ebola outbreak protest over unpaid wages at the provincial governor's office in Ituri, eastern Congo, Thursday, Aug. 6, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FDZPIDXLV7XWUOSP2YWEJZIJGA.jpg?auth=b45c047043794cd9eb4ef4abd61d87e1be9d6500061b4ec87a283899772256a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers at the epicenter of Ebola outbreak protest over unpaid wages at the provincial governor's office in Ituri, eastern Congo, Thursday, Aug. 6, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LAHQ76KH5LXXCAQETYPNBWA4JQ.jpg?auth=9f1a8f50118b1a70326e30da09440c2f43e53b38cfff4e0ca72a0e0aa8efeac1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers disinfects an ambulance at Ebola Treatment Center at Bunia General Hospital in Ituri, Congo, Wednesday, July 22, 2026. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2JLHMJZITWZ2O6ODMVCZKIXQHQ.jpg?auth=4a1666642d6e97e323d093c0bb24b631e7a259176b59e4a01628287234a9ef48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers at the epicenter of Ebola outbreak protest over unpaid wages at the provincial governor's office in Ituri, eastern Congo, Thursday, Aug. 6, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content></item><item><title><![CDATA[Nigerian president hails 'largest ever' single-day rescue as 308 abductees freed in country's north]]></title><link>https://www.local10.com/news/world/2026/08/06/nigerian-president-hails-largest-ever-single-day-rescue-as-308-abductees-freed-in-countrys-north/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/nigerian-president-hails-largest-ever-single-day-rescue-as-308-abductees-freed-in-countrys-north/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN, Associated Press]]></dc:creator><description><![CDATA[ABUJA, Nigeria (AP) — At least 308 people abducted in different attacks in the northern part of Nigeria were rescued, the country’s president said Wednesday.]]></description><pubDate>Thu, 06 Aug 2026 08:38:49 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — At least 308 people abducted in different attacks in the northern part of Nigeria were rescued, the country’s president said Wednesday.</p><p>Those rescued include 163 people abducted from Woro community in Kaiama area of Kwara state in February, and 145 people kidnapped mostly from Niger state, Nigeria’s President Bola Tinubu said in a statement. Details of the operation that freed the more than 300 people who spent months in captivity were not disclosed, with the statement only saying they were rescued from a forest and are now receiving medical attention.</p><p>It was described as the “largest rescue operation ever” undertaken in the country on a single day by security forces, according to Tinubu.</p><p>​“The successful execution of this intelligence-led operation demonstrates the growing efficiency and collaboration among our security services,” the president said. “I commend our gallant men and women in uniform for their bravery and unwavering commitment to safeguarding Nigerian lives.”</p><p>Abductions at schools are common in Nigeria, where militant groups target them to put pressure on the government and extract ransoms.</p><p>Armed groups, known as bandits in Nigeria, regularly carry out raids and kidnappings for ransom in the northwest and north-central parts of the country. Authorities have said the bandit groups include mostly former herders who took up arms against farming communities after clashes between them over increasingly strained resources.</p><p>There is also an insurgency in the country’s northeast that has lasted more than a decade.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H2PAY7EQJ6EJ7JXBFUAD572PEI.jpg?auth=0e9b757cbc58d8af7d6b93b034900e82ad5b8b9bcf597a9db1a1ca0dc3cb1666&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Nigerian President Bola Tinubu speaks to the media ahead of his meeting with Britain's Prime Minister Keir Starmer inside 10 Downing Street in London, Thursday, March 19, 2026. (AP Photo/Kin Cheung, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Possible Strait of Hormuz deal, Israeli soldiers killed in Lebanon and other news in the Mideast]]></title><link>https://www.local10.com/news/world/2026/08/06/possible-strait-of-hormuz-deal-israeli-soldiers-killed-in-lebanon-and-other-news-in-the-mideast/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/possible-strait-of-hormuz-deal-israeli-soldiers-killed-in-lebanon-and-other-news-in-the-mideast/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran says it's in the final stage of drafting an agreement on the Strait of Hormuz waterway with Oman, while two Israeli soldiers have been killed in Lebanon.]]></description><pubDate>Thu, 06 Aug 2026 11:00:27 +0000</pubDate><content:encoded><![CDATA[<p>Iran says it's in the final stage of drafting an agreement on the Strait of Hormuz waterway with Oman, while two Israeli soldiers have been killed in Lebanon.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East on Thursday. Full coverage can be found here.</p><p>Iran says a deal with Oman is close</p><p>Iran’s Foreign Ministry spokesperson, Esmail Baghaei, has said an agreement on the Strait of Hormuz with Oman, which lies on the other side of the waterway, is in the “final stage” of drafting. Speaking Wednesday, he said a joint statement will be issued “if certain parties do not obstruct this process,” apparently referring to the U.S.</p><p>The agreement is likely to be contingent on the U.S. lifting its blockade on Iran’s ports.</p><p>The strait is crucial to global shipping and energy supplies. Before the war, which began with U.S. and Israeli strikes on Iran in February, around one fifth of the world’s oil and natural gas passed through the waterway at the mouth of the Persian Gulf.</p><p>On Thursday, all eyes were on the U.S. for the next development.</p><p>Ships struck over the past week in the Strait of Hormuz</p><p>At least two Greek-controlled ships were hit in the Strait of Hormuz in the past week, while several others reported near misses or warnings from entities claiming to represent Iran’s Islamic Revolutionary Guard, according to maritime data company Lloyd’s List Intelligence.</p><p>The company added that Yemen’s Iran-backed Houthi rebels continued to claim attacks on ships in the Red Sea. The claims could not be independently verified.</p><p>Vessel traffic through the Strait of Hormuz increased to 84 transits during the week of July 27 to Aug. 2, up from 45 the previous week. But traffic is still far below the more than 700 transits seen in a typical week before the crisis, Lloyd's List said.</p><p>“This is one data point. It’s not indicative that owners are more confident in the situation,” said Bridget Diakun, Maritime Intelligence & Research Director at Lloyd’s List Intelligence</p><p>Traffic by ships not linked to Iran also increased, rising from 28 transits to 52, driven mainly by the return of gas carriers and container ships, according to Lloyd’s List Intelligence.</p><p>Israeli soldiers killed in Lebanon as negotiators meet in Rome</p><p>Two Israeli soldiers were killed and another four were seriously wounded in an explosion in southern Lebanon, the Israeli military said Thursday. The deaths are Israel's first since a shaky truce was implemented in June between Israel and the Iran-backed Lebanese militant group Hezbollah.</p><p>The Israeli army launched strikes Wednesday in southern Lebanon in response to what it described as Hezbollah’s violation of the ceasefire and issued a call for residents of another village to flee — the first such warning Israel has issued in Lebanon for weeks.</p><p>The escalation came as Lebanese and Israeli negotiators met in Rome to discuss implementation of the June deal under which Israeli forces are supposed to withdraw from areas they occupy in southern Lebanon, in exchange for Hezbollah’s disarmament.</p><p>Israeli settler charged in West Bank killing of Palestinian activist</p><p>Israeli prosecutors have charged a settler with the killing of a Palestinian community leader last year in the occupied West Bank.</p><p>In an indictment filed in district court, prosecutors accuse Yinon Levi of reckless manslaughter in the death of prominent Palestinian activist Awdah Hathaleen in July 2025. The charge holds a lesser punishment than murder under Israeli law.</p><p>The indictment also charges Levi, who lives in the south of the West Bank, with armed trespassing and malicious property damage.</p><p>It is extremely rare for Israel to charge settlers with violence against Palestinians. Israeli rights group B’Tselem said the charges against Levi mark the first time since Oct. 7, 2023, that an Israeli has been indicted for the death of a Palestinian in the West Bank.</p><p>In that time, the group said, Israeli settlers and soldiers have killed at least 1,100 Palestinians in the territory.</p><p>Iraq moves to crack down on armed militia groups</p><p>A body of Iraq’s top leadership said Thursday that any armed activity outside of state authority after Sept. 30 will be prosecuted under the country’s Anti-Terrorism Law, the latest move in a push to bring all weapons under government control.</p><p>The statement by the State Administration Coalition comes as several powerful, Iran-backed armed factions, including Kataib Hezbollah and Harakat al-Nujaba, have rejected calls to surrender weapons or dissolve their organizations, saying they remain committed to the “option of resistance.”</p><p>Saudi Arabia and the U.S. launched strikes on Iraq last week after Riyadh accused Iraqi militias of using drones to attack its oil facilities.</p><p>The retaliatory strikes in Iraq hit bases of the Popular Mobilization Forces, a collection of armed groups close to Iran that are officially part of Iraq’s security forces but often operate outside of state control.</p><p>UNESCO World Heritage site in Sudan threatened by war and sand</p><p>The war in Sudan is threatening the ancient Meroe pyramids, a UNESCO World Heritage site known for its unique and angular architecture, as preservation efforts have completely halted.</p><p>Sudan’s deadly conflict, which erupted in April 2023, has destroyed many of the country’s historical sites and museums. UNESCO warned in April that cultural and historical sites are under growing threat.</p><p>Located about 200 kilometers (125 miles) north of the capital Khartoum, Meroe comprises over 200 pyramids built between 800 B.C. and 350 A.D. as royal tombs for the Kingdom of Kush. Archaeologist Mahmoud Suleiman warned that collapses are possible at the site.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BPTI3RAAQP4NGLJGG4PFOVAN2Y.jpg?auth=28fd70b3e2c6a68687c92f8f7f715a8ab57590e55d8eceb49b5ce289af57e514&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People spend time at a beach as commercial vessels are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, Aug. 5, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGD5YM27QE4EN7C3C5IEN2TGU4.jpg?auth=b35199c38fcf27466836b7f7ee5aff1f6c719028226f62b0673674a20eeda82c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A small boat sails past cargo ships and other commercial vessels anchored in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, Aug. 5, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUSMCAVHSF2JTNWSDHG7BPL3YE.jpg?auth=fc5272afdd2e0eee25db39c66fc259a55dfb708dbb97ac63b9974057e9b394bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family visits the Meroe pyramids at the Meroe archaeological site in Bejrawiya, Sudan, Friday, July 31, 2026. (AP Photo/Mohnd Blal)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohnd Blal</media:credit></media:content></item><item><title><![CDATA[US asks Philippines to extradite Filipino church leader accused of sex crimes and fraud]]></title><link>https://www.local10.com/news/world/2026/08/06/us-asks-philippines-to-extradite-filipino-church-leader-accused-of-sex-crimes-and-fraud/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/us-asks-philippines-to-extradite-filipino-church-leader-accused-of-sex-crimes-and-fraud/</guid><dc:creator><![CDATA[By JIM GOMEZ, Associated Press]]></dc:creator><description><![CDATA[MANILA, Philippines (AP) — The United States has asked the Philippine government to extradite a Filipino church leader, who was once an influential adviser to former President Rodrigo Duterte, to face trial on charges including child sex trafficking and fraud that landed him on the FBI’s most wanted list, two Philippine officials said Thursday.]]></description><pubDate>Thu, 06 Aug 2026 08:24:02 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — The United States has asked the Philippine government to extradite a Filipino church leader, who was once an influential adviser to former President Rodrigo Duterte, to face trial on charges including child sex trafficking and fraud that landed him on the FBI’s most wanted list, two Philippine officials said Thursday.</p><p>The U.S. request for Apollo Carreon Quiboloy's extradition was sent to the Department of Justice in Manila through the Philippine Foreign Affairs Department in July.</p><p>The request needs the approval of two Philippine courts, which have been trying the detained former televangelist for human trafficking and child abuse charges, according to two high-ranking officials who spoke on condition of anonymity because of a lack of authority to publicly discuss the issues.</p><p>The U.S. Embassy in Manila did not immediately respond to a request for comment from The Associated Press.</p><p>Criminal suspects in the Philippines must finish their trials and serve their sentences if convicted prior to extradition. Philippine justice officials, however, can ask a domestic court to allow the temporary surrender of a suspect to a foreign court to face trial prior to the resolution of their Philippine cases under the 1994 extradition treaty of Washington and Manila.</p><p>Quiboloy, 76, leads the Kingdom of Jesus Christ church, which was founded in 1985 in southern Davao city and claims to have a wide following in the Philippines and abroad, including in the U.S.</p><p>In his heyday, Quiboloy was one of the most influential religious leaders in the Philippines and regarded as a political kingmaker. He served as spiritual adviser to the equally controversial Duterte, who took office in June 2016.</p><p>Duterte was arrested in Manila last year under a warrant from the International Criminal Court and has since been detained in the Netherlands, where he will face trial for alleged crimes against humanity. The charges stem from the killings of large numbers of mostly poor drug suspects under his anti-drugs crackdowns, which alarmed Western governments and rights groups.</p><p>Quiboloy claims to be “the appointed son of God” and has made outrageous claims that sparked questions about his character but endeared him to his followers. He once claimed to have stopped a major earthquake from hitting the southern Philippines.</p><p>In 2024, Quiboloy went into hiding after a Philippine court ordered his arrest along with several others for alleged child and sexual abuse and human trafficking, police said. The Philippine Senate separately ordered Quiboloy’s arrest at the time for refusing to appear in public hearings about his alleged crimes.</p><p>The preacher denied the allegations, saying they were fabricated by critics and former members who were removed from his religious group.</p><p>Quiboloy and four others facing accusations surrendered in September 2024 after about 2,000 police raided a 30-hectare (75-acre) compound of his religious group, which included a cathedral, stadium, hangar and taxiway leading to Davao's international airport. He has been jailed since then.</p><p>U.S. federal prosecutors in 2021 separately announced an indictment of Quiboloy for allegedly having sex with women and underage girls who faced threats of abuse and “eternal damnation” unless they catered to the self-proclaimed “son of God.”</p><p>Quiboloy was among nine people named in a superseding indictment returned by a U.S. federal grand jury and unsealed in November 2021. It contained a raft of charges including conspiracy, sex trafficking of children, sex trafficking by force, fraud and coercion, marriage fraud, money laundering, cash smuggling and visa fraud.</p><p>After that indictment he was placed on the list of the FBI’s 10 most wanted fugitives.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6YMXX4QOXIQDFOQRB3QIGJWYLQ.jpg?auth=8c1476f0e84a5acfe78bafd73702ebedb691b4e584b478a69dba22a9e4776673&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Apollo Quiboloy takes his oath as he attends a hearing at the Philippine Senate on Oct. 23, 2024, in Manila, Philippines. (AP Photo/Aaron Favila, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BBACYQ2FQ36YX6IPPTT43AN2K4.jpg?auth=1cde44e2ffb71ca2445127751349d3a0a560154615906ffac400189e6cb979eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Apollo Quiboloy, a detained Filipino preacher accused of sexual abuse and human trafficking in the Philippines and similar charges in the United States, listens as he attends a senate inquiry at the Philippine Senate on Wednesday, Oct. 23, 2024, in Manila, Philippines. (AP Photo/Aaron Favila,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content></item><item><title><![CDATA[North Korea conducts ballistic missile test days before US and South Korea begin drills]]></title><link>https://www.local10.com/news/world/2026/08/06/north-korea-conducts-ballistic-missile-test-days-before-us-and-south-korea-begin-drills/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/north-korea-conducts-ballistic-missile-test-days-before-us-and-south-korea-begin-drills/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — North Korea launched a short-range ballistic missile toward the sea on Thursday, South Korea's military said, resuming weapons tests days before its rivals the U.S. and South Korea begin annual military drills that North Korea views as an invasion rehearsal.]]></description><pubDate>Thu, 06 Aug 2026 10:15:53 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — North Korea launched a short-range ballistic missile toward the sea on Thursday, South Korea's military said, resuming weapons tests days before its rivals the U.S. and South Korea begin annual military drills that North Korea views as an invasion rehearsal.</p><p>The launch from North Korea's eastern coastal Wonsan area was detected around 5 p.m., South Korea’s Joint Chiefs of Staff said, explaining that South Korea's military has bolstered its surveillance posture and is closely coordinating with the U.S. and Japan.</p><p>Japan’s Defense Ministry also said North Korea fired a possible ballistic missile but there was no impact in or around Japan, where the coast guard urged ships around the coast to use caution and notify authorities if any fallen objects were found.</p><p>The ballistic missile launch was North Korea’s first since late June, when it tested a tactical ballistic missile with a “special mission” warhead and other weapons. After watching the testing activities, leader Kim Jong Un underscored the need to bolster the military’s “deadly and destructive offensive posture.”</p><p>Thursday's launch also came ahead of large-scale, annual exercises to be conducted by the U.S. and South Korean militaries later this month. U.S. and South Korean officials say the training is defensive in nature, but North Korea says the maneuvers are a practice invasion and often responds with its own missile tests and warlike rhetoric.</p><p>South Korean and U.S. officials haven't formally released details about this year's joint exercise, but the drills are typically held in the latter half of August.</p><p>Kim has been focusing on enlarging its nuclear and missile arsenals since his high-stakes diplomacy with U.S. President Donald Trump collapsed in 2019. Experts say Kim wants international recognition as a nuclear state so that he can demand the lifting of international economic sanctions on North Korea.</p><p>U.N. Security Council resolutions ban North Korea from launches involving its huge stockpile of ballistic missiles. Tests of other weapons including cruise missiles and artillery systems are not banned, but experts say they still pose a threat to South Korea and the U.S.</p><p>In early July, Kim supervised tests of a nuclear-capable cruise missile aboard a new 5,000-ton destroyer. After years of prioritizing ballistic missile development, Kim has increasingly turned his focus to naval capabilities, including the construction of a nuclear-powered submarine.</p><p>In recent years, Kim has boosted his diplomatic credentials by expanding ties with Russia. North Korea has supplied conventional weapons and troops to Russia to support its war against Ukraine.</p><p>Kim also has pushed to deepen cooperation with China, the North's economic pipeline. Chinese President Xi Jinping visited the North Korean capital Pyongyang in June for the first time in seven years.</p><p>In response to Trump’s repeated outreach to restart diplomacy, Kim has suggested talks can resume if the U.S. drops its demand for North Korean denuclearization as a precondition.</p><p>___</p><p>Associated Press writer Mari Yamaguchi in Tokyo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UPZ7HFVAOPYSYYNUXXAYSJDU4E.jpg?auth=3070a165746167de1b0b82993903aa54797174241f94805a7f6eccfcfb095566&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A North Korean flag flutters in the wind atop a 160-meter tower in North Korea's village Gijungdong as seen from the Taesungdong freedom village inside the demilitarized zone in Paju, South Korea on April 24, 2018. (AP Photo/Lee Jin-man, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Police raid Starbucks' South Korean HQ over ad campaign that evoked massacre]]></title><link>https://www.local10.com/business/2026/08/06/south-korean-police-raid-local-starbucks-headquarters-over-controversial-marketing-campaign/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/south-korean-police-raid-local-starbucks-headquarters-over-controversial-marketing-campaign/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korean police raided the headquarters of Starbucks’ local operation as part of an investigation into a controversial marketing campaign that was perceived as defaming 1980s' pro-democracy movements.]]></description><pubDate>Thu, 06 Aug 2026 06:20:48 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korean police raided the headquarters of Starbucks’ local operation as part of an investigation into a controversial marketing campaign that was perceived as defaming 1980s' pro-democracy movements.</p><p>Investigators searched the Starbucks headquarters in southern Seoul on Tuesday, police said Wednesday.</p><p>Police gave no further details, but South Korean media reported investigators also were sent to the residences of Starbucks executives.</p><p>The coffee chain triggered a public uproar when it attempted to promote a series of stainless-steel tumblers it called “SS Tank” by declaring May 18 to be “Tank Day.” The date marks the anniversary of a 1980 pro-democracy uprising in the southern city of Gwangju that was brutally oppressed by South Korea's then military-backed rulers.</p><p>The campaign also used the slogan “Thwack it on the table!” which many read as a reference to a notorious 1987 police statement that attempted to cover up the torture death of student activist Park Jong-chol. Authorities had falsely said Park died after investigators “hit the desk with a thwack.”</p><p>The public outrage prompted Shinsegae Group, which owns a 67.5% stake in Starbucks Korea, to cancel the campaign within hours. It also fired the chief executive of Starbucks Korea. Shinsegae Chairman Chung Yong-jin later issued a televised apology. Starbucks Korea closed all of its stores nationwide early on June 22 for mandatory history and social sensitivity training.</p><p>The police investigation was launched following complaints from relatives of the victims of the Gwangju crackdown, which official records say left about 200 people dead.</p><p>South Korea achieved a genuine democracy in 1987 when then authoritarian President Chun Doo-hwan, who led the Gwangju crackdown, was forced to accept a constitutional revision introducing direct presidential elections in the face of massive pro-democracy demonstrations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JIANUEKITDELOX4TGIXIURFTUM.jpg?auth=98909c71b618825b90cc9f70d379330fc172bfef01d4172a29d6f35430052d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Starbucks sign is seen outside the coffee company's global corporate headquarters, May 11, 2026, in Seattle. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[World shares are mixed and Kospi falls 4.6% after tech giants decline on Wall Street]]></title><link>https://www.local10.com/business/2026/08/06/world-shares-are-mixed-and-kospi-falls-46-after-tech-giants-decline-on-wall-street/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/world-shares-are-mixed-and-kospi-falls-46-after-tech-giants-decline-on-wall-street/</guid><dc:creator><![CDATA[By ELAINE KURTENBACH, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Shares were mixed Thursday in Europe and Asia and South Korea’s Kospi dropped more than 4% following declines for some Big Tech giants including memory chipmaker SK Hynix.]]></description><pubDate>Thu, 06 Aug 2026 09:36:53 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Shares were mixed Thursday in Europe and Asia and South Korea’s Kospi dropped more than 4% following declines for some Big Tech giants including memory chipmaker SK Hynix.</p><p>Oil prices held steady, with Brent crude trading near $79 a barrel. Uncertainty about the direction of the U.S. war with Iran is still overhanging markets despite hopes for a reopening of the Strait of Hormuz.</p><p>The future for the S&P 500 was up 0.1% while that for the Dow Jones Industrial Average gained 0.3%.</p><p>Markets will get an update Friday on U.S. jobs with the monthly employment report for July, and analysts say investors appear to be bracing for its potential impact.</p><p>“Asia's chip selloff looks like a combination of profit-taking and risk reduction ahead of Friday's nonfarm payroll report,” Stephen Innes of SPI Asset Management said in a commentary.</p><p>Strong corporate profits and expectations for more growth ahead generally have been steering U.S. stocks higher. But Asian benchmarks have been hit by bouts of selling of computer chipmakers and other companies related to the boom in artificial intelligence.</p><p>SK Hynix plunged 10.4% after dropping 30% ahead of the open in Seoul, while its larger rival Samsung Electronics lost 6.3% in the latest rout for shares linked to the AI boom.</p><p>The Kospi lost 4.6% to 6,296.38.</p><p>In early European trading, Germany's DAX picked up 0.3% to 26,194.59, while the CAC 40 in Paris surged 0.7% to 8,726.92. Britain's FTSE 100 added 0.3% to 10,923.34.</p><p>Japan's Nikkei 225 lost 0.9% to 65,683.26.</p><p>In Hong Kong, the Hang Seng declined 1.5% to 25,530.28, while the Shanghai Composite index climbed 0.6% to 3,900.35.</p><p>Australia's S&P/ASX 200 gained 0.5% to 9,271.60.</p><p>U.S. President Donald Trump said a deal to reopen the Strait of Hormuz was coming soon. But there have been many stops and starts during the five-month-old conflict that has stifled the global supply of oil and rattled energy markets.</p><p>The price of Brent crude, the international standard, edged less than 0.1% higher to $79.50 a barrel. Oil prices have been swinging for months and were as high as $102 per barrel at one point during the conflict, jolting already stubbornly high inflation. Higher oil prices pushed gasoline prices higher and increased shipping costs for a wide range of products.</p><p>U.S. benchmark crude oil was almost unchanged at $75.21 a barrel.</p><p>On Wednesday, the S&P 500 slipped 0.2% from an all-time high and the Dow industrials rose 0.5%. The Nasdaq composite lost 0.8%.</p><p>Among big technology companies losing ground, Google’s parent company, Alphabet, fell 4% and Microsoft lost 1.1%.</p><p>Overall, the market has been rising as companies head into the closing stretch of their latest round of earnings reports with sharp overall gains. Three-quarters of the companies within the S&P 500 have reported results so far, and Wall Street expects profit growth of 50% when they are all finished.</p><p>The Walt Disney Co. rose 3.6% after easily beating Wall Street’s profit forecasts, helped by a $1 billion box office haul from “Toy Story 5” and theme park revenue.</p><p>Elon Musk's SpaceX fell 13.6% following the release late Tuesday of its first quarterly report as a public company, which showed that it sharply boosted spending on artificial intelligence. The company did help give semiconductor giant Nvidia a 3.4% boost after announcing it would exclusively use that company’s chips for its artificial intelligence technology.</p><p>Musk had said earlier he would use chips from both Nvidia and Advanced Micro Devices for SpaceX and his electric vehicle company, Tesla.</p><p>Inflation concerns have been hanging over markets and the Federal Reserve. The central bank has been holding its key benchmark rate steady as it monitors the costs and the impact on the economy.</p><p>In other dealings early Thursday, the dollar rose to 157.85 Japanese yen from 157.77 yen. The euro fell to $1.1545 from $1.1555.</p><p>___</p><p>Associated Press writer Hyung-jin Kim in Seoul, South Korea, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TX5LJIYZHORH76CIP2Y3DZUU6Q.jpg?auth=266711ece5e39f5ab5b8464f91da946bd6205de23d5a5f661ecfb40813615444&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past an electronic board showing Japan's Nikkei index at a securities firm Thursday, Aug. 6, 2026, in Tokyo. (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/UT4GA5LPBC2HYSMVNWP333KIIA.jpg?auth=34c5b16d6a4b5963a573f16132d1195150254c7fe211d72a9995a536ae206d1b&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 Japan's Nikkei index at a securities firm Thursday, Aug. 6, 2026, in Tokyo. (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/IQN45B2RSIGIGQNQDKH4GWMPGM.jpg?auth=82fc58c6de6a8174fe1d17ed3383c208b8381063c372adc70060908799aa527d&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 Japan's Nikkei index chart at a securities firm Thursday, Aug. 6, 2026, in Tokyo. (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/ZUK6SXDII2GJMTSH4PYW4NNH5I.jpg?auth=7c29766d79fc8aab8474f6375eeab6926fd918daa162959f19e2a1e93530606c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person stands near an electronic board showing Japan's Nikkei index at a securities firm Thursday, Aug. 6, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Trump culpa a Canadá de los incendios forestales, pero expertos apuntan al calentamiento global]]></title><link>https://www.local10.com/espanol/2026/08/06/trump-culpa-a-canada-de-los-incendios-forestales-pero-expertos-apuntan-al-calentamiento-global/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/trump-culpa-a-canada-de-los-incendios-forestales-pero-expertos-apuntan-al-calentamiento-global/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[El cambio climático provocado por el ser humano duplicó la probabilidad de que se dieran las condiciones meteorológicas de yesca que desencadenaron los enormes incendios forestales del verano en Canadá y que, a su vez, enfurecieron al presidente estadounidense Donald Trump, según un estudio publicado el jueves.]]></description><pubDate>Thu, 06 Aug 2026 04:37:43 +0000</pubDate><content:encoded><![CDATA[<p>El cambio climático provocado por el ser humano duplicó la probabilidad de que se dieran las condiciones meteorológicas de yesca que desencadenaron los enormes incendios forestales del verano en Canadá y que, a su vez, enfurecieron al presidente estadounidense Donald Trump, según un estudio publicado el jueves.</p><p>Científicos del fuego y del clima señalaron que Trump, quien ha hablado de castigar a Canadá por una mala gestión de los incendios y por generar humo asfixiante durante días que cruzó la frontera, debería mirarse más al espejo que hacia el norte a la hora de buscar culpables. Apuntan a las enormes emisiones históricas de gases en Estados Unidos que atrapan el calor, procedentes de la quema de carbón, petróleo y gas.</p><p>El estudio del jueves, elaborado por World Weather Attribution —un grupo de científicos internacionales que examina condiciones meteorológicas extremas para ver si hay huellas del cambio climático—, indicó que las condiciones meteorológicas propicias para incendios en los Territorios del Noroeste y el noroeste de Ontario, aunque inusuales pero no tan raras, aun así se volvieron el doble de probables debido al calentamiento global. Es aproximadamente lo mismo que el equipo halló para los incendios de verano en Francia, pero no una huella climática ni de lejos tan clara como la que calcularon en los incendios en España, que, según los científicos, tuvieron una probabilidad 20 veces mayor de ocurrir debido al cambio climático.</p><p>El estudio, realizado con tanta rapidez que aún no ha sido revisado por pares, analizó las condiciones meteorológicas vinculadas a grandes incendios forestales y el índice canadiense para esas condiciones, que son el calor, la falta de lluvia, la humedad y el viento. Los investigadores hallaron esa duplicación de la frecuencia cuando —mediante técnicas científicamente aceptadas para buscar huellas climáticas— compararon las condiciones actuales con un mundo sin los 1,4 grados Celsius (2,5 grados Fahrenheit) de calentamiento que se han producido desde la era industrial y desde que comenzó la quema de combustibles fósiles. El informe indicó que las condiciones meteorológicas de una semana que llevaron a los incendios en Ontario ahora son del tipo que puede ocurrir cada seis años aproximadamente.</p><p>“En un clima preindustrial esto habría sido mucho menos probable que ocurriera, quizá una vez en toda una vida. Así que el cambio climático ha hecho que esos eventos sean más probables”, expuso Jonathan Boucher, coautor del estudio y científico especializado en incendios del Servicio Forestal de Canadá.</p><p>Condiciones más cálidas y secas vinculadas a la quema</p><p>Científicos externos del clima y de incendios dijeron que el estudio relámpago suena lógico y refleja un mundo en el que condiciones más cálidas y secas están haciendo que los incendios ardan con más frecuencia y mayor intensidad.</p><p>“La Madre Naturaleza ha estado ardiendo. Ahora está bajo los efectos de las anfetaminas y arde cada vez más”, comentó Mike Flannigan, científico del fuego de la Universidad Thompson Rivers y experto canadiense que no participó en el estudio.</p><p>Humo peligroso se extendió por Estados Unidos y Canadá, generando pésima calidad del aire en ciudades grandes como Nueva York.</p><p>Al quemar más y más combustibles fósiles, “estamos clavando clavos en nuestros ataúdes”, expresó Flannigan.</p><p>En los incendios más grandes y remotos de los Territorios del Noroeste, donde ardieron más de 12.950 kilómetros cuadrados (5.000 millas cuadradas), está claro que la chispa provino de un rayo, pero fueron las condiciones climáticas las que, a partir de esa ignición inicial, hicieron que el fuego ardiera con intensidad y se propagara con demasiada rapidez para poder controlarlo, dijeron Boucher y el autor principal del informe, Theodore Keeping, científico climático del Imperial College de Londres.</p><p>Aunque aproximadamente la mitad de los incendios forestales en Canadá son iniciados por personas —por accidente o a propósito—, los incendios provocados por rayos son responsables de más del 90% de la superficie quemada en Canadá, señaló Flannigan.</p><p>“A lo que nos enfrentamos aquí es más a un problema relacionado con el clima que a un problema de gestión forestal”, sostuvo Boucher.</p><p>Trump no lo ve así.</p><p>Trump culpa a la mala gestión, pero los científicos dicen que se debe al carbono</p><p>“Se ha hecho mucho daño. No están gestionando sus bosques adecuadamente", manifestó Trump el 21 de julio. "Y el viento tiende a soplar justo sobre la ciudad de Nueva York, justo por encima; vieron Detroit, tuvieron que cerrar todo el lugar. Michigan se vio realmente afectado. Tuvieron que cerrar negocios durante cuatro días. Es muy serio lo que están haciendo, y no parecen ser capaces de hacer nada al respecto. Si gestionaran sus bosques, no tendrían los incendios”.</p><p>Al ser consultado el domingo sobre castigar a Canadá, Trump dijo a los periodistas a bordo del Air Force One que ya decidió una medida, y añadió: “Pronto se enterarán”.</p><p>Científicos canadienses del clima y de incendios dijeron que Trump no entiende las causas de fondo.</p><p>“El humo no lleva pasaporte, pero la contaminación por carbono sí tiene una historia. Esa historia muestra que Estados Unidos contribuyó más que cualquier otro país", manifestó Andrew Weaver, científico climático de la Universidad de Victoria. "El presidente Trump está señalando el humo, y a la vez ignora las huellas de Estados Unidos en las condiciones climáticas que hay detrás”.</p><p>Friederike Otto, coautora del estudio y climatóloga del Imperial College de Londres, señaló: “Si te importa alguien más que los ultrarricos, tienes que dejar de quemar combustibles fósiles porque los impactos ya están aquí, ocurren ahora y tienen enormes consecuencias”.</p><p>Canadá se ha calentado un 65% más que Estados Unidos en las décadas recientes. En los últimos 30 años, la cantidad de terreno que se quema anualmente por incendios forestales en Canadá ha aumentado aproximadamente 50%, mientras que en Estados Unidos la cifra se ha más que duplicado.</p><p>Un gran problema que Trump no parece entender es que gran parte de los bosques de Canadá son remotos, septentrionales y están llenos de abetos y pinos que arden con fuerza y rapidez, lo que dificulta controlarlos, dijeron Boucher y Flannigan.</p><p>“En Canadá, cuando las cosas son extremas, cuentas con unos 30 minutos para apagar ese incendio", explicó Flannigan. "Si no llegas en 30 minutos, no tienes suerte. Y muchos de los incendios que comienzan en Canadá están en zonas remotas del norte que están a más de 30 minutos de un aeropuerto. Así que incluso con sistemas de detección perfectos, llegaríamos demasiado tarde y estos incendios van a arder”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentre las normas de la AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p><p>——-</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKLXIL3WYVUITK4DILJUSITUCE.jpg?auth=a6a35b642bf56b104826fb193d2f2873dfb6e6feffda8ea3c3f5893a458e8b30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un helicóptero que realiza operaciones nocturnas se prepara para arrojar agua sobre el incendio forestal de Quilpituk Creek, que arde en la orilla occidental del lago Okanagan, el 3 de agosto de 2026, cerca de Fintry, Columbia Británica, Canadá. (Darryl Dyck/The Canadian Press vía AP, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">DARRYL DYCK</media:credit></media:content></item><item><title><![CDATA[2 soldiers killed in Lebanon in the first Israeli deaths since June truce with Hezbollah]]></title><link>https://www.local10.com/news/2026/08/06/2-soldiers-killed-in-lebanon-in-the-first-israeli-deaths-since-june-truce-with-hezbollah/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/06/2-soldiers-killed-in-lebanon-in-the-first-israeli-deaths-since-june-truce-with-hezbollah/</guid><dc:creator><![CDATA[By ABBY SEWELL and KORAL SAEED, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Two Israeli soldiers were killed in an explosion in southern Lebanon, Israel's military said Thursday, the first Israeli deaths since a shaky truce between Israel and the Lebanese militant group Hezbollah began nearly two months ago.]]></description><pubDate>Thu, 06 Aug 2026 10:03:42 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Two Israeli soldiers were killed in an explosion in southern Lebanon, Israel's military said Thursday, the first Israeli deaths since a shaky truce between Israel and the Lebanese militant group Hezbollah began nearly two months ago.</p><p>Four other soldiers were seriously wounded, the military said. An Israeli military official, who spoke on condition of anonymity in accordance with the army's policy, said that “an explosion was detonated” when the soldiers entered a site in the village of Majdal Zoun and that the nature of the explosive was under review.</p><p>Israeli media reported the two deaths a day earlier.</p><p>The Israeli army launched strikes Wednesday in southern Lebanon in response to what it described as Hezbollah’s violation of the ceasefire and called on residents of the village of Mansouri to flee — the first such warning Israel has issued in Lebanon for weeks.</p><p>Lebanon’s Health Ministry said one person was killed and 12 wounded in an Israeli strike in the town of Tebnine Wednesday and another eight wounded in overnight strikes on the village of Burj al-Shemali. Artillery shelling also targeted the areas of Mansouri and Majdal Zoun, the state-run National News Agency said.</p><p>There was no immediate statement from the Iran-backed Hezbollah.</p><p>The latest Israel-Hezbollah war erupted on March 2, when Hezbollah fired rockets across the border two days after the U.S. and Israel launched their attacks on Iran. More than 4,000 people have been killed by Israeli strikes in Lebanon since then, including hundreds of civilians. About 40 soldiers and three civilians - including a military contractor - have been killed on the Israeli side.</p><p>A precarious truce between Israel and Hezbollah has largely held since June 20, but Israeli forces have continued to occupy swaths of southern Lebanon and to carry out periodic airstrikes and shelling.</p><p>The latest escalation came as Lebanese and Israeli negotiators met in Rome to discuss implementation of a June 26 deal reached between Israel and the Lebanese government under which Israeli forces are supposed to withdraw from areas they occupy in southern Lebanon and allow the Lebanese army to take control, in exchange for Hezbollah’s disarmament.</p><p>Hezbollah has refused to disarm and opposed the direct Lebanon-Israel talks. It was not a party to the deal. The group has accused the Lebanese government of making too many concessions without guaranteeing an Israeli withdrawal.</p><p>Wednesday’s talks ended early due to the escalation on the ground, but were set to resume Thursday.</p><p>The talks in Rome have focused on implementation of “pilot zones” where Israeli forces would withdraw and the Lebanese army would take control. Implementation began last month with an initial pilot zone in an area that wasn’t occupied by Israeli forces but had previously sustained Israeli fire.</p><p>The Lebanese army entered the town of Zawtar al-Gharbieh and some civilians returned, although many came only to find their homes destroyed and left again.</p><p>A diplomat familiar with the negotiations who spoke on condition of anonymity because they were not authorized to comment publicly said earlier this week that Lebanon had asked for the next pilot zone to be either in the town of Khiam or Bint Jbeil. Both areas saw heavy fighting in the latest Israel-Hezbollah war and are currently occupied by Israeli forces.</p><p>But U.S. Ambassador to Lebanon Michel Issa suggested ahead of the three-day talks that no new pilot zones would be immediately implemented, saying that “moving too quickly risks jeopardizing the very civilians this process is meant to protect.”</p><p>___</p><p>Saeed reported from Herzliya, Israel. Associated Press writer Maria Grazia Murru in Rome contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T63WF23MO5HNHHLSATN652Y2EU.jpg?auth=9fe512407e610a29925c3a6eb43fc45cdfc1c71641bfaf83e4ae3e6641fafeda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli military vehicles, left, are seen stationed among homes in the village of Zawtar al-Sharqiyah, occupied by Israeli forces, is seen from the southern village of Zawtar al-Gharbieh, Lebanon, Wednesday, Aug. 5, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UG7GILG7DKLI5S6DCSC7TIPHJ4.jpg?auth=b912b4a8885cf2a8857eddea38508eed5aec55410afee4cebd3a18df7471219c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese family takes shade under the damaged solar panels of their destroyed house in the village of Zawtar al-Gharbieh, south Lebanon, Wednesday, Aug. 5, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AF6WDQ2NGFAQRGSLIGK6TR2WCQ.jpg?auth=2c6f0b5299a789d53bd6a9b6cde8706c63fda1912274fd91952086698ef107f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese man removes debris from his destroyed house in the village of Zawtar al-Gharbieh, south Lebanon, Wednesday, Aug. 5, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5M467Z3EJY3DWPW6E2M3WXCZM4.jpg?auth=870f233ed6da854213725e84bd67bd0aeb7cb875bde6345ceaebef66cad0a92d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese man sits outside his damaged house in the village of Zawtar al-Gharbieh, south Lebanon, Wednesday, Aug. 5, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Mets rookie Jefry Yan has viral high-flying celebration after striking out his 1st MLB batter]]></title><link>https://www.local10.com/sports/2026/08/06/mets-rookie-jefry-yan-has-viral-high-flying-celebration-after-striking-out-his-1st-mlb-batter/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/mets-rookie-jefry-yan-has-viral-high-flying-celebration-after-striking-out-his-1st-mlb-batter/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — New York Mets rookie Jefry Yan jumped high in the air with his feet spread apart, landed on the front of the mound and then slapped the grass with his left hand while briefly going to a knee.]]></description><pubDate>Thu, 06 Aug 2026 05:28:12 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — New York Mets rookie Jefry Yan jumped high in the air with his feet spread apart, landed on the front of the mound and then slapped the grass with his left hand while briefly going to a knee.</p><p>It was an emphatic celebration for the 29-year-old left-hander after striking out the first batter he faced in his major league debut during the Mets' 6-5 win in Cleveland on Wednesday night.</p><p>“Honestly, I was really excited. I was also a little nervous,” Yan said through a translator.</p><p>Yan's viral moment came after pinch-hitter Angel Martínez took an 88.7 mph slider for a called third strike to open the Guardians sixth. After the leap and slap, Yan stood straight up with his feet together and lifted both arms over his head.</p><p>“Once I had him with two strikes I said, you know what, I'm going to throw that slider,” he said. “And if I freeze him, which is exactly what I did, I celebrated accordingly.”</p><p>That was already a signature celebration for Yan, who did the same after striking out a batter in a Mets spring training game earlier this year.</p><p>After Martínez struck out, the Guardians loaded the bases on two singles and a walk. But Yan escaped without giving up a run with his second strikeout and an inning-ending grounder.</p><p>“Once I was able to get out of the inning, I said, you know, I can finally breathe right here," he said.</p><p>Mets interim manager Andy Green added: “It’s real stuff. It’s really impressive. To get out of a bases-loaded jam, get your first punchout, just excited for him. He deserves that.”</p><p>Yan bounded off the mound, slapping his hand against his glove several times, after the inning ended. Cleveland fans booed as Yan went to the dugout with the Mets ahead 4-3.</p><p>“If they want to yell at me, if they want to boo me, they can do whatever they want,” Yan said. “I’m in my zone. And yeah, I’m going to enjoy my game any way that I want to.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6NCIQDLXPBWLY5SJM5EHJ4QASU.jpg?auth=3a71ab9ab36c9c587d752bff6b405478d11d10c59ad6619f7fd92039eef31a29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[After striking out Cleveland Guardians' Angel Martinez during his Major League debut, New York Mets relief pitcher Jefry Yan reacts during the sixth inning of a baseball game, Wednesday, Aug. 5, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSIXDC5IL7LYBUR4FJGJFNXROA.jpg?auth=7a6214dc08ea3f84f5e8c2f2b7d90984255ddbf09525a9edac98be866dae0ac0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets relief pitcher Jefry Yan makes his Major League debut and delivers against the Cleveland Guardians during the sixth inning of a baseball game, Wednesday, Aug. 5, 2026, in Cleveland. (AP Photo/Phil Long)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Long</media:credit></media:content></item><item><title><![CDATA[After Michigan, Democrats' next battleground over the party's future shifts to Wisconsin]]></title><link>https://www.local10.com/news/politics/2026/08/06/after-michigan-democrats-next-battleground-over-the-partys-future-shifts-to-wisconsin/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/06/after-michigan-democrats-next-battleground-over-the-partys-future-shifts-to-wisconsin/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[NEW GLARUS, Wis. (AP) — Sarah Miller, a software engineer from the liberal stronghold of Madison, has heard all of the chatter about a civil war in the Democratic Party between progressives and moderates. But all she cares about is winning.]]></description><pubDate>Thu, 06 Aug 2026 04:12:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW GLARUS, Wis. (AP) — Sarah Miller, a software engineer from the liberal stronghold of Madison, has heard all of the chatter about a civil war in the Democratic Party between progressives and moderates. But all she cares about is winning.</p><p>That's why Miller said she is voting in Tuesday's gubernatorial primary for David Crowley, the Milwaukee County executive endorsed by two-term Gov. Tony Evers. He faces democratic socialist Francesca Hong in a contest that will be the latest test nationally of how far Democrats are willing to swing to the political left.</p><p>Wisconsin's primary comes a week after progressive Abdul El-Sayed narrowly defeated Rep. Haley Stevens in Michigan’s U.S. Senate primary, setting up a crucial test for progressives in November in a key battleground state. Also on Tuesday, voters in Minnesota will decide another U.S. Senate contest featuring a centrist and a progressive.</p><p>In a year where voters upset with the Democratic Party mainstream have propelled outsider candidates to victory across the country, Crowley is hoping to buck the trend in Wisconsin. He's banking on the support of Evers, one of the state's most popular elected officials, to make up ground in the waning days of the chaotic primary.</p><p>Crowley said that El-Sayed’s slim margin of victory “does give me a little bit of hope.”</p><p>“We’re going to focus on those undecided voters,” Crowley said.</p><p>Wisconsin Democratic voters grapple with electability, chaotic primary</p><p>“The divide is real,” Miller, 49, said of the struggle between progressives and more mainstream Democrats. But her focus remains on November, when the winner of the primary will face Republican U.S. Rep. Tom Tiffany, a staunch supporter of President Donald Trump and one of the most conservative members of Congress.</p><p>Miller, who described herself as a progressive, called Hong a “very, very weak candidate" and described her popularity as “a little bit of a mirage.”</p><p>“I don't think she can win,” Miller said at a Crowley campaign stop a week before election day at a winery in the rolling hills of New Glarus.</p><p>Crowley is banking on more voters feeling that way. A Marquette University Law School poll of Wisconsin Democratic primary voters conducted in late July, before former Lt. Gov. Mandela Barnes dropped out, showed Hong with a significant lead over the other candidates. More than 112,000 absentee ballots had already been returned by the day the poll was released.</p><p>Complicating the path for Crowley is the fact that he withdrew from the race on July 8 and only got back in 10 days later, with the backing of Evers, after Lt. Gov. Sara Rodriguez ended her candidacy. Then, 12 days later, Barnes also ended his campaign amid allegations of inappropriate behavior.</p><p>Barnes and Rodriguez, who were both seen as potential front-runners, remain on the ballot and votes already cast for them can't be undone.</p><p>“We've created a mess,” said Michael Gebben, a 64-year-old Democrat who voted absentee for Rodriguez before she dropped out. “Hopefully we can get out of it.”</p><p>Hong bats down controversies as Crowley makes a final sprint</p><p>As Crowley sprinted across the state to capture undecided voters, Hong was batting down controversies.</p><p>Hong, a single mom and former restaurant cook, faced questions about past social media posts where she called for canceling Thanksgiving because “we should stop celebrating colonialism,” disparaged Valentine’s Day as “another day capitalism tells you how to show love” and repeatedly called for defunding the police.</p><p>She has backtracked or clarified many of those past statements in recent days, now saying that she does not support abolishing the police.</p><p>Tiffany pointed to Hong’s comments on Thanksgiving and said she wants “to destroy the traditions and culture that unite us.” Tiffany, who had 10-times more cash on hand than either Hong or Crowley did entering August, has portrayed the race as a contest between chaos and common sense.</p><p>“Wisconsinites can’t afford for November to come down to the most extreme things Tom Tiffany and Francesca Hong have said online,” Evers’ spokesperson Britt Cudaback said this week in a social media post explaining why the governor endorsed Crowley.</p><p>Crowley's mention of the Evers endorsement drew a round of applause at both of his campaign stops in New Glarus and Madison this week, but similar votes of confidence haven't always been decisive in other primaries. In Michigan, Democratic Gov. Gretchen Whitmer endorsed the moderate Stevens who came up short.</p><p>Even with Evers' backing, Crowley insists he is not an establishment Democrat despite having served more than three years in the Legislature and as the top elected official in Milwaukee County, the state's largest, since 2020.</p><p>“When people try to call me the establishment, I look at that as a slur, particularly as an African American candidate,” said Crowley, who is looking to become Wisconsin's first Black governor. “I have never run for office to protect the establishment. I’ve always been here to protect people.”</p><p>Voters say message from progressive candidates resonates</p><p>Hong supporter Chris Vestin has heard the concerns about electability before.</p><p>To him, the fears about Hong's chances against Tiffany in November sound like a repeat of those who pushed Hillary Clinton over Bernie Sanders in the 2016 presidential race. Sanders defeated Clinton in the Wisconsin primary by 13 points that year, before losing the presidency to Trump. Trump carried Wisconsin in 2016, lost it in 2020 and then won it again in 2024.</p><p>“It frustrates me when they say that person is unelectable,” Vestin said of Hong, who is vying to become Wisconsin’s first woman governor and first Asian American governor. “A lot of times it’s racist, it’s sexist.”</p><p>Vestin, 54, called Evers' endorsement of Crowley “counterproductive.”</p><p>“Establishment Democrats want to take the choice away,” Vestin said.</p><p>On Tuesday in Minnesota, voters will choose between moderate U.S. Rep. Angie Craig and progressive Lt. Gov. Peggy Flanagan in the Democratic primary for U.S. Senate that's playing out in the aftermath of Trump’s aggressive immigration enforcement surge in the state.</p><p>But the stakes are even higher in Wisconsin.</p><p>Democrats are trying to hold onto the governor's office and flip both chambers of the Legislature to have full control for the first time since 2010.</p><p>Republicans transformed Wisconsin by enacting a wide array of conservative priorities, including effectively doing away with public worker collective bargaining, when they had full control from 2011 to 2018.</p><p>“We need a trifecta,” Crowley told his supporters at the New Glarus rally. “And who is at the top of the ticket matters."</p><p>Crowley supporter Lindsey Lee, 61, of Madison said before the rally there that he believed previously undecided Democrats were coalescing around Crowley.</p><p>“It’s like the last 50 yards of a horse race," Lee said. "Hong is obviously in the lead but Crowley is coming up on a side lane. I think it will be a photo finish.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFZZ27K5ZYHLG7D6JHPYQW6RKU.jpg?auth=7a3388a54cba79e5f31a15ac14a77fc27d3cdd99226c7aed7d35a94bcd7ff759&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Crowley, Democratic candidate for Wisconsin governor, takes a selfie photo with supporter Abigail Tessmann during a campaign stop Wednesday, Aug. 5, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P4M5IA7YI3Y7GZMNLNQBNACSPU.jpg?auth=a98f20091a40d8faab10f72f88f1b622f2af1f83881be501388c95306f091b39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Francesca Hong, right, talks as David Crowley listens during a primary debate in Milwaukee, Tuesday, July 28, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RVE72C3STEGDAQCDKR3X5RYKAU.jpg?auth=6c2288618138007c626de71a87f6e824298e0647980d0d172880528b703930dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Crowley, Democratic candidate for Wisconsin governor, speaks with supporter Abigail Tessmann during a campaign stop Wednesday, Aug. 5, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKLYGDVHDBVDNYII6EFWGRM5CU.jpg?auth=ef24e2e83107a94e23992809418f032cb29524feac8d305ec4ed3dc61ebdef3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Francesca Hong talks with Milwaukee residents during "We Outside" Annual Community Event at Metcalfe Park Rising, Friday, July 24, 2026, in Milwaukee. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4APG6ARRZ7VIYFKP7IYGLXC75E.jpg?auth=d65278b1acb0751d6a44a0dc449ea30d121132dd9287ce59870d10db1b0ea914&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Republican gubernatorial candidate Tom Tiffany talks to supporters during a campaign event, Wednesday, July 29, 2026, in Kenosha, WI. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Senate panel to vote on holding Fauci in contempt for refusing to answer questions]]></title><link>https://www.local10.com/health/2026/08/06/senate-panel-to-vote-on-holding-fauci-in-contempt-for-refusing-to-answer-questions/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/06/senate-panel-to-vote-on-holding-fauci-in-contempt-for-refusing-to-answer-questions/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A Senate committee is set to vote Thursday on whether to hold Dr. Anthony Fauci in contempt of Congress and refer him to the Justice Department for potential prosecution over his refusal to answer questions at a hearing last week focused on his handling of the COVID-19 pandemic.]]></description><pubDate>Thu, 06 Aug 2026 04:07:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A Senate committee is set to vote Thursday on whether to hold Dr. Anthony Fauci in contempt of Congress and refer him to the Justice Department for potential prosecution over his refusal to answer questions at a hearing last week focused on his handling of the COVID-19 pandemic.</p><p>Fauci invoked his Fifth Amendment right against self-incrimination more than 100 times when he appeared before the Senate Committee on Homeland Security and Governmental Affairs.</p><p>Sen. Rand Paul of Kentucky, the Republican committee chairman, has said that constitutional protection did not apply since Fauci last year received a pardon from President Joe Biden and thus did not have to worry about the threat of prosecution.</p><p>But Fauci, in a statement issued before the hearing, said he had good reason to fear the possibility of criminal charges given what he said was Paul's determination “to get me to say something, anything, that could vindicate his repeated public pledges that I end up, in his words, quote, behind bars, unquote."</p><p>The pardon from Biden covered acts from 2014 through the January 2025 day it was issued but does not shield Fauci from state-level prosecutions or from investigations into any testimony that he did give that lawmakers thought was false.</p><p>The Republican-led panel is set to vote Thursday morning on whether to refer Fauci to the U.S. Attorney's Office in Washington, which would make a decision on whether or not to investigate or potentially attempt to prosecute the doctor for contempt.</p><p>Paul, who has previously sent referrals on Fauci on his own, acknowledged Wednesday that contempt resolutions have often gone through the full Senate but said he did not “want to waste time” moving the matter to a vote of the full Senate, where it would be unlikely to muster the required 60 votes needed to advance.</p><p>“We still might come to the floor,” he said, “but at this point, the first thing we will do is we will send it over as a recommendation from our committee, if it passes.”</p><p>No matter what happens, the episode raises fresh and complicated questions about lawmakers' ability to compel testimony from previously pardoned witnesses — and the outcome could resonate beyond Fauci given the possibility that Trump may also grant clemency to his own aides before leaving the White House.</p><p>___</p><p>Associated Press writer Lisa Mascaro in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WU54FZBECB7W62YMQXZAXUGPHY.jpg?auth=a9f5db7aca0195ec9568beeeec8c386cccbe78bbdb1253e8e6dee46545131236&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Anthony Fauci appears before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJTM3ROTR4XAY4CSB5LFVXOU7Y.jpg?auth=931467bdb4617946b89380a7bf90f287c6d9a899aab4d20f23f99fa72b793f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Rand Paul, R-Ky., talks to reporters following a Senate Homeland Security and Governmental Affairs Committee hearing with Dr. Anthony Fauci at the Capitol, Wednesday, July 29, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TKMWO4YOZ4ZRGMEWU5Y5ZZZCZA.jpg?auth=15c9273d40f0ce263de3a74fafd1d0ca5e2f24d8858e4bd31e6c52562105f510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Anthony Fauci departs after appearing before the Senate Homeland Security and Governmental Affairs Committee hearing at the Capitol, Wednesday, July 29, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[A new Tennessee congressional map that splits Memphis is making its debut in the state's primary]]></title><link>https://www.local10.com/news/national/2026/08/06/a-new-tennessee-congressional-map-that-splits-memphis-is-making-its-debut-in-the-states-primary/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/06/a-new-tennessee-congressional-map-that-splits-memphis-is-making-its-debut-in-the-states-primary/</guid><dc:creator><![CDATA[By DAVID A. LIEB and KRISTIN M. HALL, Associated Press]]></dc:creator><description><![CDATA[MEMPHIS, Tenn. (AP) — A new Tennessee congressional map that carved up a majority Black district in Memphis is making its electoral debut Thursday in a primary election that will determine the nominees for a Republican attempt at a clean sweep of the state's U.S. House districts in the midterms.]]></description><pubDate>Thu, 06 Aug 2026 10:04:38 +0000</pubDate><content:encoded><![CDATA[<p>MEMPHIS, Tenn. (AP) — A new Tennessee congressional map that carved up a majority Black district in Memphis is making its electoral debut Thursday in a primary election that will determine the nominees for a Republican attempt at a clean sweep of the state's U.S. House districts in the midterms.</p><p>The primaries were upended just three months before the vote when the Republican-led Legislature redrew congressional districts following a U.S. Supreme Court ruling that weakened federal Voting Rights Act protection for minorities. President Donald Trump cheered the redistricting as part of a national plan to try to help Republicans hold on to their slim House majority.</p><p>Trump has endorsed state Sen. Brent Taylor in the four-person Republican primary for the significantly reshaped 9th Congressional District, which now stretches about 200 miles (320 kilometers) east from Memphis before reaching north toward the Nashville area. The district, which previously favored Democrats, now tilts toward Republicans, and some Memphis voters have raised concerns that their representation has been diminished.</p><p>After the redistricting, longtime Democratic U.S. Rep. Steve Cohen announced that he would no longer seek reelection in the 9th District. Cohen's primary challenger, Democratic state Rep. Justin Pearson, then was joined by state Sen. London Lamar in what became a four-person contest.</p><p>Pearson gained national attention in 2023 when he was expelled by the Republican-led state House for protesting in support of gun control measures following a deadly school shooting in Nashville. Memphis voters later reelected him.</p><p>Republicans currently hold eight of the state's nine congressional seats.</p><p>Memphis voters voice dismay over redistricting</p><p>For decades Memphis, the most populous city in Shelby County, formed the base of its own congressional district. Now the county is split among three districts that extend outward like spokes into rural areas.</p><p>Lonzo Taylor, a retired postal worker and military veteran, said Black voters like himself have had their voices diluted.</p><p>“We only had one district in the whole state of Tennessee, and you don’t even want that to be fair? It’s just terrible,” said Taylor, 72. “I love this state, but I am very disappointed in our governor,” who called lawmakers into a special session for the redistricting.</p><p>Milla Meiman, 23, who voted early in the Democratic primary, said she did not realize the congressional map had changed until receiving a letter about it in the mail.</p><p>“It’s a drastic change to have your district sort of switched around like that,” said Meiman, who works part time at an ice cream shop and public library. Meiman added: “I think it’s a voter suppression tactic.”</p><p>Terrice Thomas, 45, an educator who votes for Democrats, had to learn a lot more about the candidates when she got switched from District 9 to District 8. She is concerned Memphis constituents could get overlooked.</p><p>“Is everybody going to have an equal say on what’s happening in their communities or even the people that you’re voting for?” Thomas said. “Are they going to really take into account the different areas and what makes us unique?”</p><p>Congressman Ogles facing a GOP challenger in the 5th District</p><p>The cracking apart of Memphis sent ripples throughout the state, also significantly reshaping the 5th Congressional District held by Republican Rep. Andy Ogles, a conservative Freedom Caucus member who is seeking reelection and was endorsed by Trump.</p><p>He faces a primary challenge from Charlie Hatcher, a former state agriculture commissioner under Republican Gov. Bill Lee, who has endorsed Hatcher for Congress.</p><p>Previously centered on Nashville and central Tennessee, the district now extends to the northwest corner of the state before snaking south along the Mississippi River to Memphis. Along the way it touches the borders of Kentucky, Missouri, Arkansas and Mississippi.</p><p>Ogles has faced controversy. His cellphone was seized by the FBI in 2024 as part of an investigation into his campaign finance reporting. But the Justice Department recently agreed to return the device, signaling that it was abandoning the probe, which began under the Biden administration.</p><p>On the Democratic side, the five-way primary features Columbia Mayor Chaz Molder, who has continued to run in the reshaped district despite being drawn out of it.</p><p>Candidates vie for an open Republican House seat in the 6th District</p><p>Republican U.S. Rep. John Rose is forgoing reelection in the 6th District to run for governor instead. That created a contentious primary for the Republican-leaning district, which stretches east from Nashville.</p><p>The four Republican candidates include state Rep. Johnny Garrett and Rose’s recent chief of staff, former U.S. Rep. Van Hilleary, who served eight years in Congress before losing a gubernatorial bid in 2002. Five Democrats also are seeking the seat.</p><p>Voters also pick candidates for governor and Senate</p><p>Rose and U.S. Sen. Marsha Blackburn are among three Republicans and five Democrats running to succeed Republican Gov. Bill Lee, who is barred by term limits from seeking reelection. Blackburn, who won her second six-year Senate term in 2024, would have to give the seat up if elected.</p><p>Republicans have held the governor's office since 2011 and won every U.S. Senate election since 1994. Sen. Bill Hagerty is unopposed in this year's Republican primary, though numerous Democrats and independents are battling for the chance to challenge him.</p><p>___</p><p>The story has been updated to correct the day of the primary election to Thursday, from Tuesday.</p><p>___</p><p>Lieb reported from Jefferson City, Missouri.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2GQ4DUITRL2LGMYFWAP5OZOANY.jpg?auth=d277a63af7fc182544a44ea16f74cdf27168a834dd9a066cd748076ba3bd1c7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate State Rep. Justin J. Pearson, D-Memphis, speaks during a campaign rally, Friday, July 17, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/536UEVXIMVJ6ZQYWJJK2H4GNWE.jpg?auth=cb783ec076a6b12b8bad3b7105bebc8ed6d8d7e2fb184977323e194169ab6da0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Democratic congressional candidate State Sen. London Lamar, D-Memphis, speaks to potential voters during a political event Thursday, July 23, 2026, in Franklin, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6HUQUEIA4PRURVSJ2B5REWNH7U.jpg?auth=9a9a69948d8668c242d2716f9e841e6d5eb7a45754c4b2155268dc737dbf8b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Democratic congressional candidate State Rep. Justin J. Pearson, D-Memphis, cheer during a campaign rally, Friday, July 17, 2026, in Memphis, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6O7JSUX5ZVH4METNWUMZJIL5I.jpg?auth=17e1f52f7489b88f9fb6e29e45a2c215e182aa82187ad22e986305eaa6dcd582&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Republican congressional candidate State Sen. Brent Taylor, R-Memphis, speaks to a supporter outside an early voting polling place Friday, July 24, 2026, in Brentwood, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RV4S4WDDJLHDLDQXZKU4UEMVCM.jpg?auth=07eaba0c254c572632cd90f39fb2a2e38509e5738f24cbde8b5bd1017f4b024e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two voters fill out their ballots in Memphis, Tenn., Wednesday, July 22, 2026. (AP Photo/Kristin M. Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristin M. Hall</media:credit></media:content></item><item><title><![CDATA[Climate change contributed to big Canada fires, study says as Trump blames mismanagement]]></title><link>https://www.local10.com/tech/2026/08/06/climate-change-contributed-to-big-canada-fires-study-says-as-trump-blames-mismanagement/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/06/climate-change-contributed-to-big-canada-fires-study-says-as-trump-blames-mismanagement/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[Human-caused climate change doubled the likelihood of the tinderbox weather conditions that sparked Canada’s massive summer wildfires and in turn angered U.S. President Donald Trump, according to a study released Thursday.]]></description><pubDate>Thu, 06 Aug 2026 04:03:21 +0000</pubDate><content:encoded><![CDATA[<p>Human-caused climate change doubled the likelihood of the tinderbox weather conditions that sparked Canada’s massive summer wildfires and in turn angered U.S. President Donald Trump, according to a study released Thursday.</p><p>And fire and climate scientists said Trump, who has talked about punishing Canada for poor fire management and sending days of choking smoke across the border, should look more in the mirror than up north when it comes to blame. They point to the United States' huge historical emissions of heat-trapping gases from the burning of coal, oil and gas.</p><p>The fire weather conditions in Northwest Territories and northwestern Ontario, while unusual but not that rare, were still made twice as likely by global warming, said Thursday's study by World Weather Attribution, a group of international scientists who examine extreme weather conditions to see if there are climate change fingerprints. It's about the same as the team found for summer fires in France, but not nearly as clear a climate fingerprint as they calculated in Spanish fires, which the scientists said were 20 times more likely because of climate change.</p><p>The study, which was done so quickly it has not been peer reviewed yet, looked at the weather conditions that are connected to large wildfires and the Canadian index for those conditions, which are heat, lack of rain, humidity and wind. The researchers found the doubling of frequency when — using scientifically accepted techniques to search for climate fingerprints — they compared current conditions to a world without the 2.5 degrees (1.4 degrees Celsius) of warming that's occurred since the industrial age and burning of fossil fuels started. The weeklong weather conditions that led to the fires in Ontario are now the type that can happen every six years or so, the report said.</p><p>“In a pre-industrial climate this would have been much less likely to occur, maybe once in a lifespan. So climate change has made those events more likely,” said study co-author Jonathan Boucher, a fire scientist at Canada's Forest Service.</p><p>Hotter, drier conditions connected to burning</p><p>Outside climate and fire scientists said the flash study made sense and reflects a world where hotter and drier conditions are making fires burn more often and more intensely.</p><p>“Mother Nature's been burning. Now she's on amphetamines and she burns more and more,” said Thompson Rivers University fire scientist Mike Flannigan, a Canadian expert who wasn't part of the study.</p><p>Hazardous smoke spread across both the United States and Canada, choking large cities such as New York.</p><p>By burning more and fossil fuels, “we're putting nails in our coffins,” Flannigan said.</p><p>In the larger and remote Northwest Territories fires, where more than 5,000 square miles (12,950 square kilometers) burned, it's clear the spark was from lightning but it was the climate conditions that took that initial ignition and made the fire burn intensely and spread too fast to control, said Boucher and report lead author Theodore Keeping, a climate scientist at Imperial College in London.</p><p>While people start about half of Canada's wildfires — accidentally or on purpose — fires sparked by lightning are responsible for more than 90% of the land area burned in Canada, Flannigan said.</p><p>“What we're facing here is more of a climate related problem than a forest management problem," Boucher said.</p><p>That's not how Trump sees it.</p><p>Trump blames mismanagement, but scientists point to carbon</p><p>“A lot of damage has been done. They’re not managing their forests properly," Trump said July 21. “And the wind has a tendency to blow right over New York City, right over, you saw Detroit, they had to close the whole place. Michigan was really affected. They had to close businesses for four days. It’s very serious what they’re doing, and they don’t seem to be able to do anything about it. If they managed their forests, they wouldn’t have the fires.”</p><p>When asked Sunday about punishing Canada, Trump on Air Force One told reporters he has decided one, adding “you'll find out about it soon.”</p><p>Canadian climate and fire scientists said Trump doesn't understand the root causes.</p><p>“Smoke does not carry a passport, but carbon pollution does have a history. That history shows that the United States contributed more than any other country,” said University of Victoria climate scientist Andrew Weaver. “President Trump is pointing at the smoke while ignoring America's fingerprints on the climate conditions behind it.”</p><p>Study co-author Friederike Otto, an Imperial College London climate scientist, said, “if you care about anyone but the super rich, you have to stop burning fossil fuels because the impacts are here and they’re now and have huge consequences.”</p><p>Canada has warmed 65% more than the United States in recent decades. In the past 30 years, the amount of land annually burned by Canadian wildfires has gone up by about 50% while the amount in the United States has more than doubled.</p><p>A big problem that Trump doesn't appear to understand is that much of Canada's forests are remote, northerly and full of spruce and pine that burns hard and fast, all making it difficult to get a handle on, Boucher and Flannigan said.</p><p>“In Canada, when things are extreme, you have about a 30-minute window to put that fire out,” Flannigan said. "If you don't get there in 30 minutes, you're out of luck. And many of the fires that start in Canada are northern remote areas that are more than 30 minutes away from an airport. So even with perfect detection systems, we would get there too late and these fires are going to burn.''</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V5NMNSJ25A4LFZR7XPYZGGAJFY.jpg?auth=d39dfaf75fffeeb053b5284b573b6f51e927adb14b24d19ea1e5f07ded09ce1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Statue of Liberty is visible through haze due to Canadian wildfire smoke during sunset Aug. 5, 2025, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EABDACORLDR5BEYLN5Q7FGPLQ.jpg?auth=252ad698e21d4c7c163bf3b28e64db0015f58dfcdfac6046c61cef96e1c76e1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The sun is obscured by wildfire smoke as people stop to photograph the Washington Monument and Lincoln Memorial Reflecting Pool, July 17, 2026, on the National Mall in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Trump's IndyCar race: Doing 200 in a 25 mph zone with manhole cover-displacing torque]]></title><link>https://www.local10.com/news/politics/2026/08/06/trumps-indycar-race-doing-200-in-a-25-mph-zone-with-manhole-cover-displacing-torque/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/06/trumps-indycar-race-doing-200-in-a-25-mph-zone-with-manhole-cover-displacing-torque/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The speed limit along Pennsylvania Avenue is 25 mph.]]></description><pubDate>Thu, 06 Aug 2026 04:01:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The speed limit along Pennsylvania Avenue is 25 mph.</p><p>But the open-wheel race cars roaring through the longest straightaway of the upcoming Washington IndyCar race organized by President Donald Trump could be going nearly eight times that fast.</p><p>“If we did that during the regular day, I think people would be put in jail, perhaps for the rest of their lives,” Trump joked recently while hosting an IndyCar pit crew at the White House to hype the Freedom 250 Grand Prix.</p><p>The race, scheduled for Aug. 22 and 23, features vehicles that typically reach street-course speeds approaching 200 mph and have enough torque to tear off manhole covers. It is the latest — and the fastest — of the major events Trump has hosted against the backdrop of America's 250th birthday, a larger celebration he has made as much about himself as possible.</p><p>The president staged a UFC fight on the White House’s South Lawn for his 80th birthday in June and held a rally to kick off the Great American State Fair on the National Mall after most of the event’s scheduled musical acts pulled out. He headlined another rally for July Fourth on the National Mall, ahead of a massive fireworks display marking the semiquincentennial of the Declaration of Independence’s signing.</p><p>Historian Michael D. Hattem said Trump's events have put little focus on “addressing the specific history of the founding of the country or the 250th.” White House spokesman Davis Ingle countered that Trump “is focused on saving our country — not garnering recognition.”</p><p>Trump is "ensuring that America gets the spectacular 250th birthday it deserves," Ingle said in a statement, adding that the series of events Trump has helped organize shows that “2026 is sparking a renewal of patriotism and national pride” under the president's leadership.</p><p>Race preparations include securing manhole covers</p><p>The IndyCar event will be 250 miles (400 kilometers) over 147 laps on a 1.66-mile (2.67-kilometer) track featuring seven turns. Series owner Roger Penske, whom Trump awarded the Presidential Medal of Freedom in 2019, led the effort to make the race happen in the District of Columbia. He gave the president a racing helmet, urging him to wear it "when you’re riding around in The Beast, leading the field to the green flag” — a traditional prerace kickoff that may feature the presidential limo.</p><p>D.C. Mayor Muriel Bowser suggested that the event was the "first, to be followed by second and third," and Trump says he'd like more Washington races in future years. But Bud Denker, president of Penske Corporation and the race's chair, isn't committing.</p><p>“It is the first ever," he said. “It might be the only.”</p><p>Denker said Penske is paying for the “vast majority” of the race, including road construction and improvements, while the city handles some “very limited” repaving. The District of Columbia referred questions about repaving costs to Penske.</p><p>About a third of the track needs road improvement, a cost that should come in at under $3 million, Denker said. That's less than is often spent on road fixes ahead of other races, including in Markham, Ontario, where up to $9 million is being doled out on improvements for the IndyCar race being held the week before Washington's event, he said.</p><p>“The roads here are in pretty good shape," Denker said, noting that area residents are surprised when they hear him say that.</p><p>But that reflects the nature of the nation's capital: The stretch of Pennsylvania Avenue from the White House to the U.S. Capitol is repaved every four years for presidential inaugurations. Another key area along Constitution Avenue was resurfaced after tanks rolled down it for Trump's military parade marking July 4 last year.</p><p>One issue, Denker said, is the 220-plus manhole covers on the race circuit that had to be welded to ensure the race cars don't suck them off the road. About 50 of those need to be fitted with silicone because they are set too deep into the road, creating a bump, he said.</p><p>Organizers also are paying to build 1,800 walls weighing 10,000 pounds (4,536 kilograms) each to ring the track and metal detectors that will be manned by the Secret Service.</p><p>Penske is relying on the federal departments of Interior and Transportation, Denker said, not for funding but for help with issues such as permitting, allowing Chevrolet to set up a car display and vendors to sell merchandise and beer on the National Mall — activities that aren't normally allowed.</p><p>The route features monuments and landmarks</p><p>The race will go in the rain, except in the event of lightning or if major puddling makes the track slippery. Denker said that 288,000 free tickets were requested through a lottery system — exceeding the 130,000 spectators whom organizers plan to host on each of the event's two days.</p><p>“It’s just going to be something we’ve never seen before,” said Denker, who said there will be 90 minutes of prerace show that Sunday and military flyovers like those that thundered over the National Mall for July 4.</p><p>Bob Varsha, a veteran sports announcer who long specialized in motorsports, said that a track running less than 1.7 miles (2.7 kilometers) is shorter than most street race courses and that Washington's design may feature 90-degree corners. That means cars likely won’t be able to maintain top speeds. “It’s going to be a lot of speed up, slow down,” he said.</p><p>“It’s a huge idea,” Varsha said. "And I hope it goes as well as it possibly can.”</p><p>The track heads down Pennsylvania Avenue from 3rd Street to 9th Street NW, then doubles back to 7th Street, then goes south to Independence Avenue alongside the National Mall before looping back to 3rd Street.</p><p>Turn 1 has the U.S. Capitol's west façade as its backdrop, while the pit lane is on the straightaway between Turn 1 and Turn 2, along Pennsylvania Avenue. Other sections feature views of the Washington Monument and the Smithsonian's National Air & Space Museum.</p><p>The race has been likened to 1801, but the historical record is spotty</p><p>Transportation Secretary Sean Duffy said Washington hasn’t seen a race like this since Thomas Jefferson helped mark America’s 25th birthday on July 4, 1801.</p><p>That’s when the north grounds of President's Park were thronged with booths, and attending crowds watched horse racing and cockfighting, according to the White House Historical Association. Jefferson eventually opened the White House and “invited everyone in to partake of his hospitality,” with ordinary people joining military officers and visiting Cherokee chiefs inside, the association said.</p><p>But Hattem, who has written extensively on how the U.S. has celebrated its independence, said that, the association's account aside, contemporary descriptions of that celebration didn’t mention horse racing. He also said that Washington then was a sparsely populated swamp with the White House but very little actual city, meaning there wasn't much infrastructure for such races.</p><p>Instead, Hattem said, accounts from 1801 focused on how Jefferson — the first president from the Democratic-Republican Party — handled July 4 celebrations differently than his predecessors, George Washington and John Adams, who favored the Federalist Party's backing of a strong central government and close ties to Great Britain.</p><p>Jefferson's festivities were more utilitarian and, according to the National Intelligencer newspaper, offered “no ostentatious homage to power.”</p><p>“That is a strong contrast between then and the present,” Hattem said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2CHHVCX6PDNS53GIJB4RBKMKFU.jpg?auth=8e4de2332b4c1b81a74999cffcb638f0a4c1f160a4d454091696e300f6efcec5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[IndyCar Series driver David Malukas drives a race car down West Executive Drive during an event with President Donald Trump to promote the upcoming Freedom 250 Grand Prix auto race, Monday, July 13, 2026, at the White House in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CENHF3VWJ647QVPFPTLR43QGWY.jpg?auth=5f3a46d48667598834fd3d7caa4599f02f737214cde41c6cd4e3a85ca0055f9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction for the Freedom 250 Grand Prix on the National Mall is seen from the Washington Monument, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Tierney L. Cross)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U57OJCQJIEWSJ66AKLTLSZXEY4.jpg?auth=14c6e6727f6264e58639ceb4a9e211005fa829ddcc89dba71d05483629443b6a&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 at an event to promote the Freedom 250 Grand Prix IndyCar race in August, Monday, July 13, 2026, on West Executive Drive at the White House in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I427JLDVPBWVGSQ7BL7XBPXOBM.jpg?auth=88c453bf9cf73ee801d385fab8a9b18a0cc446ab56e0dd45319858aac3aadf3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump reacts after receiving a helmet as Alex Palou, the reigning IndyCar champion, left, and Roger Penske, chairperson and founder of Penske Corp., right, watch on West Executive Drive at the White House during a showcase for the upcoming Freedom 250 Grand Prix auto race, Monday, July 13, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VPQSXDOSPRLPCGTBA5VS2JX7QM.jpg?auth=99e06334ca23d4069a66c5b1afbe3d81a844c0aa187d73805f09b6f139bb1f71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign on a building along the route for the upcoming Freedom 250 Grand Prix promotes the event, Friday, July 31, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Leader of Myanmar's military-backed government seeks political legitimacy in Thailand visit]]></title><link>https://www.local10.com/news/world/2026/08/06/leader-of-myanmars-military-backed-government-seeks-political-legitimacy-in-thailand-visit/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/leader-of-myanmars-military-backed-government-seeks-political-legitimacy-in-thailand-visit/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — The head of Myanmar’s military-backed government arrived in Thailand on Thursday for an official visit that could serve as a major steppingstone in his effort to win political legitimacy more than five years after seizing power from an elected civilian government.]]></description><pubDate>Thu, 06 Aug 2026 09:45:11 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — The head of Myanmar’s military-backed government arrived in Thailand on Thursday for an official visit that could serve as a major steppingstone in his effort to win political legitimacy more than five years after seizing power from an elected civilian government.</p><p>President Min Aung Hlaing's two-day visit with members of his Cabinet included meetings with Thai Prime Minister Anutin Charnvirakul and other officials at Government House, where several memorandums of understanding were signed covering Myanmar migrant workers, water quality management in rivers shared by the two countries and space technology for Earth observation.</p><p>At the meeting with Anutin, Min Aung Hlaing sought to reassure Thailand that his government was restoring stability and steering Myanmar toward democracy.</p><p>“Myanmar has now reestablished itself on the path to democracy and is moving toward a better future,” Min Aung Hlaing said. “As the new government, we have now begun working on national stability, peace, and national reconciliation.”</p><p>Following the meetings, the two leaders delivered speeches at a Thailand-Myanmar Business Forum.</p><p>Anutin said Thailand and Myanmar are ready to “step into the new chapter of economic cooperation that is built upon mutual trust and benefit for the people of the two countries.”</p><p>Min Aung Hlaing told attendees they could “invest with confidence” in Myanmar’s energy, agriculture, manufacturing, healthcare, technology and other sectors</p><p>The visit has drawn criticism from activist groups such as Justice For Myanmar, which stated that the trip lends “false legitimacy” to Min Aung Hlaing and the ruling generals.</p><p>Min Aung Hlaing took a significant step toward would-be political rehabilitation in April when he was sworn in as president following an election held in phases in December and January. Critics dismissed the polls as a sham designed to consolidate the military’s grip on power while ostensibly restoring civilian rule.</p><p>The diplomatic outreach is the latest in a series of moves to reengage with countries in the region and the international community after relations became frayed or frosty following Min Aung Hlaing's ousting of Aung San Suu Kyi’s government in February 2021 while serving as army chief.</p><p>Western nations have shunned Myanmar's ruling generals</p><p>Western governments have shunned and sanctioned Min Aung Hlaing and his associates for overthrowing Suu Kyi's government. Subsequent serious rights violations followed a deadly military crackdown on protests, which subsequently triggered a nationwide armed resistance movement and a bloody civil war.</p><p>The visit is among Min Aung Hlaing’s most significant diplomatic engagements and the latest in a series of trips to neighboring countries, including China, India and Laos, as he seeks to strengthen regional ties since assuming the presidency in April. Despite visits to those countries and close relations with Russia, he has remained largely isolated internationally.</p><p>While he attempts to refurbish his image, Myanmar's military continues to wage a brutal war across much of the country against pro-democracy resistance fighters and armed ethnic minority groups seeking greater autonomy.</p><p>According to the Assistance Association for Political Prisoners, an independent organization that keeps detailed tallies of arrests and casualties linked to the civil war, more than 8,200 civilians have been killed and 31,645 arrested by Myanmar's security forces as of Wednesday.</p><p>Chit Seng, a senior human rights specialist at Fortify Rights, argued last month that changing from a military uniform into a “presidential robe” after fake elections does not alter the fundamental nature of the military government. She described it as a “brutal regime” that kills its own people and should not be legitimized.</p><p>Only about a dozen people turned up for a protest of the visit outside the U.N.’s regional headquarters in Bangkok, where they chanted in support of the resistance forces in Myanmar and to wish for Min Aung Hlaing’s downfall.</p><p>Ousted leader Suu Kyi was allowed a rare visitor</p><p>In another effort to placate critics, the regime allowed a representative of the International Committee of the Red Cross to visit 81-year-old Suu Kyi this week, the first known contact with an outside international independent humanitarian organization since her detention. The ICRC confirmed the visit but disclosed no details about her health or the contents of the meeting.</p><p>She was originally sentenced to 33 years in prison in late 2022, on what her supporters and rights groups said were bogus charges intended to prevent her return to politics.</p><p>On April 30, she was moved from prison to house arrest and her sentence was reduced to 18 years, with more than 13 years left to serve. The United Nations, Western governments and international human rights organizations have repeatedly called for her immediate release.</p><p>Min Aung Hlaing's visit to Thailand is part of a broader series of trips to neighboring countries as the 70-year-old Min Aung Hlaing seeks to restore his standing within the Association of Southeast Asian Nations. He faced years of diplomatic isolation following his 2021 takeover and was barred from top-level ASEAN meetings for failing to comply with a peace plan agreed upon in April 2021.</p><p>Thai leader says stable Myanmar is crucial for region</p><p>Bangkok has maintained close ties with Myanmar’s military leadership and has emerged as the strongest advocate within ASEAN for renewed engagement with Naypyitaw.</p><p>Although the visit officially concerns bilateral relations, Anutin declared during a visit to Indonesia on Tuesday that a peaceful and stable Myanmar is essential to ASEAN unity and regional stability. He acknowledged Thailand has advocated for a “calibrated re-engagement approach” that keeps dialogue open and responds to “realities on the ground,” and suggested that the recent ICRC visit to Suu Kyi validated this position.</p><p>Thanida Piyachot, another human rights specialist at Fortify Rights, disagreed, saying that recognizing Min Aung Hlaing as a legitimate leader and “shaking the bloodied hands of a war criminal” sends the wrong message to civilians suffering under an “illegitimate military dictatorship.”</p><p>She urged Thailand and ASEAN to stop hiding behind non-interference policies and to take proactive roles in promoting human rights in Myanmar.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D22GFGLIUB2TJMZQ4VIUPWG3WE.jpg?auth=e84d1cd350a51b1f51d3ca68aebaa86273100fba2dda2ad3e3fa954e6b0b2b4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Myanmar President Min Aung Hlaing, left, shakes hands with Thailand's Prime Minister Anutin Charnvirakul at the government house in Bangkok, Thailand, Thursday, Aug. 6, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZION6T67HYTLQWTBGVUVICQEE.jpg?auth=1fcffba74ac457a72670990c22e4e297eb0f17159985e191b86b79e2e046b70b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Myanmar President Min Aung Hlaing attends a meeting with Thailand Prime Minister Anutin Charnvirakul, not in picture, at the Government House in Bangkok, Thailand, Thursday, Aug. 6, 2026. (AP Photo/Sakchai Lalit, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5X4WNSAGNYONOM4OSBF2SMLJE.jpg?auth=504d41ddb8a56c0500ae286f04dac8cd05f6294b9387bc0528a11b1c18361704&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Myanmar nationals living in Thailand protest against Myanmar's President Min Aung Hlaing during his visit in Bangkok, Thailand Thursday, Aug. 6, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLORFIQA7AVDD2UV2AJD7SL6IA.jpg?auth=96889cfe3f2bd7b88da4fb6b95e8fe834178154ccd927e09fd3c6e3dbfa2435b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thailand's Prime Minister Anutin Charnvirakul, left, and Myanmar's President Min Aung Hlaing review an honor guard during a welcome ceremony at the Government House in Bangkok, Thailand Thursday, Aug. 6, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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></item><item><title><![CDATA[Perez Hilton receiving help after reportedly harming himself during livestream at Miami-Dade home]]></title><link>https://www.local10.com/entertainment/2026/08/05/celebrity-blogger-perez-hilton-receiving-help-after-miami-dade-deputies-respond-to-mental-health-crisis/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/05/celebrity-blogger-perez-hilton-receiving-help-after-miami-dade-deputies-respond-to-mental-health-crisis/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor, Jeff  Derderian , Aaron Maybin]]></dc:creator><description><![CDATA[Celebrity blogger and television personality Perez Hilton is receiving help after the Miami-Dade Sheriff’s Office responded to reports of a mental health crisis at his South Florida home.]]></description><pubDate>Wed, 05 Aug 2026 10:55:57 +0000</pubDate><content:encoded><![CDATA[<p>Celebrity blogger and television personality Perez Hilton, whose real name is Mario Armando Lavandeira Jr., is receiving help after the Miami-Dade Sheriff’s Office responded to reports of a mental health crisis at his South Florida home.</p><p><a href="https://www.local10.com/espanol/2026/08/05/perez-hilton-recibe-ayuda-tras-presuntamente-autolesionarse-durante-transmision-en-vivo-en-su-casa-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/perez-hilton-recibe-ayuda-tras-presuntamente-autolesionarse-durante-transmision-en-vivo-en-su-casa-de-miami-dade/">Leer en español</a></p><p>According to the sheriff’s office, deputies received multiple calls Tuesday night that Hilton appeared to be harming himself with a knife during a TikTok livestream.</p><p>In the video, Hilton was heard saying things like, “This is what you all wanted” and “It will be interesting to see what happens after you die.” </p><p>“Mario, Mario! Miami-Dade Sheriff’s Office! Step out of the house!” a deputy is heard in surveillance video yelling outside Hilton’s home in Westchester as they responded to the scene.</p><p>Deputies said they confirmed with family members that Hilton was alone inside and worked to safely de-escalate the situation. Authorities said he was transported to HCA Florida Kendall Hospital to be treated for his injuries and was then Baker Acted. </p><p><a href="https://perezhilton.com/perez-hilton-health-update-from-family/" target="_blank" rel="noreferrer" title="https://perezhilton.com/perez-hilton-health-update-from-family/">Family members confirmed late Wednesday night</a> that Perez is able to communicate, which they said gives them hope. </p><p>A heavy police presence remained outside Hilton’s home from Wednesday morning through the evening.</p><p>Hilton’s neighbor, Dr. Maria Granadillo, told Local 10 News that she’s sad and scared for him.</p><p>“Obviously, you have a little bit of fear because, you know, as a medical health professional, if someone can do that to themselves, they can do that to others,” she said. “So, of course, I was a little bit scared, and then I was mostly concerned about him and the kids because I know there’s three kids in there.”</p><p>“We had no idea at all. I mean, they’re quiet people,” another neighbor, Raisa Gonzalez said. “I heard recently that he became a Christian, so we would love to speak with him if he sees this.”</p><p>The incident comes after Hilton shared publicly that he had experienced a serious medical scare earlier this year that left him hospitalized with an ulcer and sepsis for several weeks. In June, he also announced that he had relocated from Las Vegas to Miami with his three children to live with his mother.</p><p>“I was in a bit of a spiral, because I was overwhelmed with our move to Miami and I didn’t do these things that I know are good for me,” Hilton said in the June video, titled <a href="https://www.youtube.com/watch?v=jfjAV-hC5Qg" target="_self" rel="" title="https://www.youtube.com/watch?v=jfjAV-hC5Qg">I Fell Off The Wagon – In Every Sense! BUT.</a></p><figure><img src="https://www.local10.com/resizer/v2/FH422EWOTJBWBEMWHNXZ567G2Y.jpg?auth=2e49dd359de470cf258c521ef90969ab0dfc068182d23a7a30493d8b043faf6e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In a statement, Hilton’s representative, Golden Artists Entertainment, said:</p><p>“We are aware of the concerning content circulating online involving our client, Perez Hilton. At this time, we have not been able to make direct contact with him, despite our ongoing efforts to reach him. Our primary concern is Perez’s health and well-being, as well as the well-being of his family. Until we have confirmed information, we will not speculate or comment further.”</p><p>Hilton’s family also released a statement on Wednesday, saying:</p><p>“We can confirm that Perez is receiving medical care, and our family’s focus right now is on his well-being.”</p><p>Wednesday evening, Hilton’s podcast co-host Chris Booker called the situation unimaginable, writing, “The support from our listeners has been resounding. He is very loved. I can only hope he feels it. Heal up friend.”</p><p>TikTok has since taken down Hilton’s social media account following the incident, according to <a href="https://www.hollywoodreporter.com/news/general-news/perez-hilton-tiktok-account-banned-1236665133/" target="_self" rel="" title="https://www.hollywoodreporter.com/news/general-news/perez-hilton-tiktok-account-banned-1236665133/">The Hollywood Reporter</a>. </p><p>The Miami-Dade Sheriff’s Office is using the incident as an opportunity to remind the public that mental health resources are available for anyone experiencing a crisis and encouraged people to seek help if they or someone they know is struggling.</p><p>Hilton, a Cuban-American, rose to prominence through his celebrity gossip website before expanding into fashion and music coverage and becoming a familiar television personality.</p><p>No additional information about Hilton’s condition has been released.</p><p><i><b>If you or someone you know is facing a mental health crisis, call or text 988 to reach the </b></i><a href="https://988lifeline.org/" rel=""><i><b>988 Suicide &amp; Crisis Lifeline</b></i></a><i><b>.</b></i></p><p><b>Related media</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[Leon Health System celebrates 30 years with drone show above downtown Miami]]></title><link>https://www.local10.com/news/local/2026/08/05/leon-health-system-celebrates-30-years-with-drone-show-above-downtown-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/leon-health-system-celebrates-30-years-with-drone-show-above-downtown-miami/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[A celebratory moment was held inside Miami’s Freedom Tower on Wednesday night, before an impressive show was put on outside. ]]></description><pubDate>Thu, 06 Aug 2026 02:52:13 +0000</pubDate><content:encoded><![CDATA[<p>A celebratory moment was held inside Miami’s Freedom Tower on Wednesday night, before an impressive show was put on outside. </p><p>Leon Health System was commemorating three decades of exemplary care and community involvement.</p><p>The event was an elegant soiree flanked by mementos of a journey from humble beginnings to becoming a leading South Florida medical powerhouse that is looking forward to the future.</p><p>Miami icon Grammy winner and Leon Medical Centers spokesman Willy Chirino was on hand for a special performance, which was a family affair as he was joined by his daughters on stage.</p><p>With the champagne flowing, the guests traversed outside to experience the crown jewel of the evening, a drone show blanketing the downtown Miami skyline in 500 lights.</p><p>Thirty years of vision, hard work and opportunity were celebrated while laying the foundation for thirty more. </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[Federal judge lets Utah enforce its anti-gambling laws on the prediction market Kalshi]]></title><link>https://www.local10.com/business/2026/08/05/federal-judge-lets-utah-enforce-its-anti-gambling-laws-on-the-prediction-market-kalshi/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/05/federal-judge-lets-utah-enforce-its-anti-gambling-laws-on-the-prediction-market-kalshi/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM, Associated Press]]></dc:creator><description><![CDATA[SALT LAKE CITY (AP) — Utah can enforce its strict anti-gambling laws on prediction markets such as Kalshi and Polymarket, a federal judge ruled in a win for states seeking to rein in the popular betting platforms.]]></description><pubDate>Thu, 06 Aug 2026 02:52:04 +0000</pubDate><content:encoded><![CDATA[<p>SALT LAKE CITY (AP) — Utah can enforce its strict anti-gambling laws on prediction markets such as Kalshi and Polymarket, a federal judge ruled in a win for states seeking to rein in the popular betting platforms.</p><p>Utah has been on the front lines of a battle between states and the federal government over who regulates the markets and whether they should be considered finance or gambling. The legal landscape is fragmented, with state and federal courts blocking restrictions in several states and allowing them in others.</p><p>Kalshi sued Utah in February, asking a federal judge to prevent the state from enforcing its gambling restrictions on the platform. The lawsuit came as Utah was on the verge of enacting legislation intended to undercut prediction markets from doing business in the state.</p><p>State law now bans proposition betting in sports — wagers on certain events happening in a game, rather than the game’s outcome — which is a significant source of revenue for the leading prediction markets.</p><p>U.S. District Judge Robert Shelby rejected Kalshi’s request to block the Utah restrictions Tuesday, saying the federal law that Kalshi cited in its argument does not prevent the state from enforcing its laws.</p><p>For now, Utah residents can still place bets on the platforms. The state’s attorney general, Derek Brown, said he will enforce state laws on Kalshi, but he was still exploring options.</p><p>“Gambling is gambling, no matter what any company calls it,” Brown said.</p><p>Kalshi said in a statement that it disagrees with the ruling and plans to appeal.</p><p>The company maintains that prediction markets fall exclusively under federal jurisdiction and are not governed by a patchwork of state gambling laws. The Commodity Futures Trading Commission, the federal agency responsible for regulating financial markets, agrees and has defended prediction markets in court.</p><p>Courts in Maryland, Nevada, Ohio, New York and Wisconsin have ruled against Kalshi in similar lawsuits, while judges in New Jersey, Tennessee, Arizona and Minnesota have sided with the company. Other states have been allowed to restrict certain aspects of Kalshi's operations without banning them entirely.</p><p>The Trump Administration has been supportive of prediction markets, which allow anyone with a smartphone to wager on just about anything. The president's eldest son is an adviser for both Kalshi and Polymarket, and an investor in the latter through his venture capital firm. Trump’s social media platform, Truth Social, is also launching its own cryptocurrency-based prediction market called Truth Predict.</p><p>Utah leaders such as Gov. Spencer Cox have treated their fight to keep out anything they deem gambling as a moral crusade. The culture is rooted in the locally headquartered Church of Jesus Christ of Latter-day Saints, known widely as the Mormon church, which views gambling as a vice that leads to selfishness and addiction.</p><p>Prediction markets are “causing tremendous harm to countless American families,” Cox said in celebrating the ruling.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6FUWPORP3LDOREHD54A5R45OEM.jpg?auth=6862d0e5a5a062999af3e0bd68cf881a10140eed15cf55a4f68eb5488e6ad0a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An ad for the prediction market app Kalshi is displayed on a mobile phone Thursday, April 16, 2026, in Chicago. (AP Photo/Erin Hooley,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Miami-Dade taking steps to sustainably deal with solid waste issue]]></title><link>https://www.local10.com/news/local/2026/08/05/miami-dade-taking-steps-to-sustainably-deal-with-solid-waste-issue/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/miami-dade-taking-steps-to-sustainably-deal-with-solid-waste-issue/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[Miami-Dade County is getting real about addressing its massive solid waste crisis.]]></description><pubDate>Thu, 06 Aug 2026 02:37:33 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade County is getting real about addressing its massive solid waste crisis.</p><p>The county unveiled its <a href="https://www.miamidade.gov/global/solidwaste/zero-waste/home.page" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/global/solidwaste/zero-waste/home.page">Zero Waste master plan</a>, a roadmap to help all of Miami-Dade dramatically reduce and divert the enormous amount of trash it sends to landfills.</p><p>“We have to reduce our waste,” said Miami-Dade Mayor Daniella Levine Cava. “We have to divert, we have to reuse, compost, recycle, all of the above, because it’s not sustainable.”</p><p>Right now, Miami-Dade generates 5 million tons of garbage a year — about twice the national average. And with remaining landfill space expected to run out in the next five years, the clock is ticking.</p><p>Miami-Dade’s Zero Waste master plan aims to tackle the crisis head-on. Four years in the making, the plan calls for more than 30 strategies that will more than double the recycling rate from 36% to 77% over the next 13 years.</p><p>“We have already improved our contamination rate of recycling substantially, from 50% to 36% that’s being diverted,” said Levine Cava. “With this plan, we’ll reach almost 80%. We’ve already aligned our municipalities, now 80% of people in Miami-Dade County are using the same the same guidelines for recycling.”</p><p>Composting is a critical tool to help the county achieve its goal.</p><p>Randy Russell, a zero waste planner with WSP, said, “When you look at 30% of what’s going into the landfill is organic material, yard debris, food scraps that doesn’t need to be buried and has embodied energy and resources. No, you need to have compost.”</p><p>Right now, composting in Miami-Dade is largely limited to pilot programs testing whether it can be expanded countywide. Meantime, other strategies include turning yard waste into biochar — a charcoal-like material that enriches soil, retains moisture and locks away carbon instead of it ending up in a landfill. All of this is helping propel Miami-Dade into a greener tomorrow.</p><p>“It will also reduce approximately 1.74 million metric tons of greenhouse gas emissions,” said Levine Cava. “Ladies and gentlemen, I don’t care what they say; that matters.”</p><p>Aneisha Daniel, director for Miami-Dade County Solid Waste, said, “It’s important that we look for alternative technologies so that we can actually make sure that we have a sustainable future.”</p><p>A key piece of the plan relies on Miami-Dade’s travel and tourism industry. As one of the largest economic drivers, it’s also one of the biggest waste generators, making hotels, restaurants and meeting spaces essential partners in achieving zero waste.</p><p>“We have about 21 million visitors,” said Rolando Aedo, COO of the Greater Miami Convention and Visitors Bureau. “So if you do the math, that’s approximately 60,000 visitors on any given day. That’s practically larger than 24 of our 34 cities in Miami-Dade County.”</p><p>The Greater Miami Convention and Visitors Bureau is mobilizing area hotels to earn Green Key certification, helping the industry reduce waste, conserve resources and operate more sustainably.</p><p>“So we understand the responsibility that we have as an industry to be part of this plan and to lead the way, and that’s why we launched that partnership with Green Key Global,” said Aedo. </p><p>The zero waste strategy aligns with what environmental and conservation groups have championed for years to reduce the massive amount of trash polluting our natural spaces.</p><p>“And so this really is going to require an effort by everyone, because if we don’t manage our waste properly, it’s going to end up in our oceans,” said Dave Doebler, co-founder of <a href="https://volunteercleanup.org/" target="_blank" rel="noreferrer" title="https://volunteercleanup.org/">VolunteerCleanup.org</a>.</p><p>That’s right, South Florida. The plan only works if all of us get on board. This is on all of us.</p><p>“The EPA sets it at a 90% diversion rate; is considered zero waste,” said Russell. </p><p>Said Levine Cava: “This is only one planet, no planet B. We have to take care of her.”</p><p>County officials say reaching these goals will require more than new programs, it will require changing habits. </p><p>The county plans an aggressive public education campaign, but if residents repeatedly contaminate their recycling, officials say they could lose their recycling carts or even face fines.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[After jail beating, accused killer Neha Gupta seeks separation from fellow murder suspect Daisy Link]]></title><link>https://www.local10.com/news/local/2026/08/05/after-jail-beating-accused-killer-neha-gupta-seeks-separation-from-fellow-murder-suspect-daisy-link/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/after-jail-beating-accused-killer-neha-gupta-seeks-separation-from-fellow-murder-suspect-daisy-link/</guid><dc:creator><![CDATA[Chris Gothner, Terrell Forney]]></dc:creator><description><![CDATA[Two of South Florida’s highest-profile murder suspects, Daisy Link and Dr. Neha Gupta, are at the center of an ongoing dispute in jail, according to a court filing. Now Gupta wants to be separated from Link, who’s accused of beating up the Oklahoma pediatrician behind bars.]]></description><pubDate>Wed, 05 Aug 2026 21:52:52 +0000</pubDate><content:encoded><![CDATA[<p>Two of South Florida’s highest-profile murder suspects, <a href="https://www.local10.com/topic/Daisy_Link/" target="_self" rel="" title="https://www.local10.com/topic/Daisy_Link/">Daisy Link</a> and <a href="https://www.local10.com/topic/Neha_Gupta/" target="_self" rel="" title="https://www.local10.com/topic/Neha_Gupta/">Dr. Neha Gupta</a>, are at the center of an ongoing dispute in jail, according to a court filing. Now Gupta wants to be separated from Link, who’s <a href="https://www.local10.com/news/local/2026/01/27/convicted-killer-daisy-link-who-got-pregnant-in-miami-jail-now-accused-of-attacking-fellow-inmate/" target="_self" rel="" title="https://www.local10.com/news/local/2026/01/27/convicted-killer-daisy-link-who-got-pregnant-in-miami-jail-now-accused-of-attacking-fellow-inmate/">accused of beating up the Oklahoma pediatrician</a> behind bars.</p><p><a href="https://www.local10.com/espanol/2026/08/05/tras-golpiza-en-la-carcel-neha-gupta-acusada-de-asesinato-solicita-ser-separada-de-otra-sospechosa-de-asesinato-daisy-link/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/tras-golpiza-en-la-carcel-neha-gupta-acusada-de-asesinato-solicita-ser-separada-de-otra-sospechosa-de-asesinato-daisy-link/">Leer en español</a></p><p>Link, 31, of Homestead, has been in Miami-Dade County’s Turner Guilford Knight Correctional Center since 2022. In 2025, she was <a href="https://www.local10.com/news/local/2025/10/16/daisy-link-whose-jail-pregnancy-made-global-headlines-found-guilty-of-murder/" target="_self" rel="" title="https://www.local10.com/news/local/2025/10/16/daisy-link-whose-jail-pregnancy-made-global-headlines-found-guilty-of-murder/">convicted</a> of killing her longtime partner ― but that was later overturned and she awaits a new murder trial. </p><p>Her alleged crime isn’t what made international headlines, though: Instead, it was the fact that she <a href="https://www.local10.com/news/local/2024/01/04/investigation-underway-after-inmate-becomes-pregnant-at-miami-dade-jail/" target="_self" rel="" title="https://www.local10.com/news/local/2024/01/04/investigation-underway-after-inmate-becomes-pregnant-at-miami-dade-jail/">managed to get pregnant</a> by a fellow inmate while locked up at TGK. The two had hatched a plan to pass encased semen through an air vent.</p><p>Gupta, 37, of Oklahoma City, has been locked up at TGK since July 2025. She’s <a href="https://www.local10.com/news/local/2025/07/02/mdso-oklahoma-pediatrician-faces-murder-charge-after-4-year-old-daughter-drowns-in-el-portal-pool/" target="_self" rel="" title="https://www.local10.com/news/local/2025/07/02/mdso-oklahoma-pediatrician-faces-murder-charge-after-4-year-old-daughter-drowns-in-el-portal-pool/">accused of killing</a> her 4-year-old daughter and staging her drowning at a vacation rental home in El Portal the month prior while visiting from the Sooner State. She faces a second-degree murder charge.</p><p>In January, authorities said Link attacked Gupta, punching her multiple times in the head and face and pulling her hair. </p><p>Gupta appeared in a Miami courtroom on Wednesday after her attorneys filed an emergency motion for separation order.</p><p>Her attorneys said Link had been moved from their shared TGK housing unit but was later returned to it in June.</p><p>In July, Link approached Gupta’s cell door and “began banging aggressively and yelling ‘I am going to kill you,’” according to the filing.</p><p>On July 20, there was “another incident” involving the two, according to the court filing, and four days later an associate of Link attacked Gupta.</p><p>A Miami-Dade Corrections and Rehabilitation official testified that Link “is on the bottom tier of the unit” and “is not allowed out of her cell at the same time as” Gupta.</p><p>“So this is the best we can do at this time,” the official testified.</p><p>On Wednesday, the judge stopped short of demanding any action.</p><p>“The court does not have the authority to grant the motion at this time for a keep separate order,” Judge Zachary James said. “I would again recommend that (the) corrections (department) stay on top of this issue, which they have been doing, to ensure that they are separated.”</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[Messi scores brace in Inter Miami’s first Leagues Cup win]]></title><link>https://www.local10.com/sports/local/2026/08/05/messi-scores-brace-in-inter-miamis-first-leagues-cup-win/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/05/messi-scores-brace-in-inter-miamis-first-leagues-cup-win/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Inter Miami CF opened its 2026 Leagues Cup campaign with a statement, defeating Mexican side Atletico de San Luis 4-2 on Wednesday night behind a first-half masterclass from Lionel Messi and a career night from left back Noah Allen.]]></description><pubDate>Thu, 06 Aug 2026 02:21:50 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF opened its 2026 Leagues Cup campaign with a statement, defeating Mexican side Atletico de San Luis 4-2 on Wednesday night behind a first-half masterclass from Lionel Messi and a career night from left back Noah Allen.</p><p>Miami was without star striker Luis Suarez, who is serving a six-game suspension after spitting on a Seattle Sounders staff member during the 2025 Leagues Cup final.</p><p>The Herons, champions of the 2023 Leagues Cup, are aiming to reach their third final in four years after falling to Seattle in last season’s championship match.</p><p>Wednesday also marked the first time Messi and Brazilian midfielder Casemiro started together for Miami.</p><p>The night could not have started much worse for the Herons.</p><p>San Luis stunned the home crowd by opening the scoring just three minutes into the match, exposing Miami’s defense before the hosts had a chance to settle into the game.</p><p>Rather than panic, Miami responded immediately.</p><p>Just five minutes later, Messi brought the match level. Allen whipped a cross into the penalty area, where the Argentine star met it with a composed left-footed volley that beat the San Luis goalkeeper for his first goal since returning from the World Cup break.</p><p>The equalizer transformed the atmosphere inside Nu Stadium.</p><p>With the crowd fully behind them, Miami seized control of possession and dictated the pace for the remainder of the first half.</p><p>Miami briefly thought it had taken the lead through Pinter, but VAR ruled the goal offside.</p><p>The disappointment lasted only moments.</p><p>Venezuelan winger Telasco Segovia restored Miami’s momentum by finishing off another attacking move, giving the Herons a 2-1 advantage just before the first-half hydration break. Allen collected his second assist of the evening.</p><p>San Luis appeared to have a golden opportunity to pull level after being awarded a penalty, but VAR intervened once again. Following a review, officials overturned the decision, ruling the San Luis attacker had dived and awarding Miami a free kick instead.</p><p>The reversal proved costly.</p><p>Moments before halftime, Miami produced one of its best team goals of the season. Allen delivered another dangerous cross from the left, and midfielder Yannick Bright cleverly allowed the ball to run through his legs, leaving Messi unmarked inside the box. The eight-time Ballon d’Or winner made no mistake, finishing comfortably for his second goal of the night.</p><p>Allen’s third assist completed an assist hat trick.</p><p>Miami added one more before the break.</p><p>On the final corner kick of the half, Messi curled a dangerous ball into the area, where center back Micael rose highest to head home and extend the lead to 4-1. Messi earned his first assist of the night as Miami headed into halftime firmly in control.</p><p>San Luis refused to disappear quietly.</p><p>The visitors opened the second half with a spectacular long-range strike to trim the deficit to 4-2 and briefly swung the momentum in their favor. They controlled much of the possession after the goal, forcing Miami to defend for extended stretches.</p><p>Still, the Herons remained composed, protecting their two-goal cushion without allowing San Luis to mount another serious comeback.</p><p>Play was halted in the 68th minute because of lightning in the area, sending both teams to the locker room during a 30-minute weather delay.</p><p>When play resumed, the match never regained its earlier intensity.</p><p>Miami was content to manage the clock, limiting San Luis’s opportunities while comfortably seeing out the result.</p><p>The final whistle secured Inter Miami’s first victory of the 2026 Leagues Cup, powered by another brilliant performance from Messi and a breakout playmaking display from Allen.</p><p>The Herons return to action Saturday when they face Monterrey at 8 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G74QHKGHVRH6LI2NVNWIS7OGYE.jpeg?auth=084b571d38ff544b634e99f2e0c3b1844135664a85868b9e3a0ff4ad02bf9263&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Lionel Messi scores his first 2 goals since the World Cup as Inter Miami beats San Luis 4-2]]></title><link>https://www.local10.com/sports/2026/08/05/lionel-messi-scores-his-first-2-goals-since-the-world-cup-as-inter-miami-beats-san-luis-4-2/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/lionel-messi-scores-his-first-2-goals-since-the-world-cup-as-inter-miami-beats-san-luis-4-2/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Lionel Messi scored his first two goals since the World Cup and took the career scoring lead in the Leagues Cup as Inter Miami overcame an early deficit to beat Atlético San Luis 4-2 on a rainy Wednesday night.]]></description><pubDate>Thu, 06 Aug 2026 02:19:27 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Lionel Messi scored his first two goals since the World Cup and took the career scoring lead in the Leagues Cup as Inter Miami overcame an early deficit to beat Atlético San Luis 4-2 on a rainy Wednesday night.</p><p>The match at Nu Stadium was delayed 30 minutes in the second half because of lightning in the area.</p><p>Messi scored in the 11th and the 44th minutes. He has 14 goals in 12 Leagues Cup matches — one ahead of Los Angeles FC's Denis Bouanga for most in the tournament's four-year history.</p><p>Telasco Segovia and defender Micael also scored, and Noah Allen had three assists as Inter Miami extended its unbeaten streak to eight matches.</p><p>Messi returned to Miami's starting lineup in his second match since the World Cup, where he led Argentina to its second straight final appearance before La Albiceleste lost 1-0 to Spain. The 39-year-old played 37 minutes as a substitute in a 2-2 draw with the Columbus Crew on Saturday.</p><p>After being held off the scoresheet against Columbus, it didn't take Messi long to make an impact on Wednesday. He fired a long cross from Allen past Andrés Sánchez to equalize after David Rodríguez put San Luis ahead with a header four minutes into the match. Messi finished from close range later in the first half and assisted on Micael's header in stoppage time.</p><p>Rafa Llorente also scored for San Luis.</p><p>Messi led Miami to the Leagues Cup title in 2023 shortly after his arrival with the club. Inter Miami reached the final again last year, losing 3-0 to Seattle in a match that ended with a brawl involving Luis Suárez. The veteran forward appeared to spit toward a member of the Sounders’ staff and grabbed at least one Seattle player by the neck during the melee, resulting in a six-match tournament suspension.</p><p>That means Suárez, who has seven goals in the past four matches, was not available Wednesday and will not play in this year's tournament.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W5TRZP22QVZVQEIX5IO7ZCB6VI.jpg?auth=4bc418a529ea74edd7d800ffdecfc92a57526938c24447859205b5d30a749b0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) celebrates after scoring his side's third goal during the first half of a Leagues Cup soccer match against Atletico de San Luis, Wednesday, Aug. 5, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QY376JFLSBKQPKIGNU7FP5VKI.jpg?auth=84aff67570c38ece3c3d5b424f52428811e29bc050c173358e1eed4248f776f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) celebrates with teammates after scoring his side's third goal during the first half of a Leagues Cup soccer match against Atletico de San Luis, Wednesday, Aug. 5, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LG6YFP6I7BQOGHYCYFQ25ONYYE.jpg?auth=d7a0fb990eea42dc35ebd6cd1223e74d746e9b9a0b7191c9058e8a4543ab63b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami defender Micael (14) heads the ball past Atletico de San Luis defender Benjamin Galindo (30) and Inter Miami midfielder Casemiro (5) to score the team's fourth goal during the first half of a Leagues Cup soccer match, Wednesday, Aug. 5, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LFG2NCT5D226YQ7Y4ACOOKUNR4.jpg?auth=1f2b720888fd5d6909d3e24537d7d8405a3a76f484ac244857ae1f32629b36a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami midfielder Telasco Segovia (8) celebrates with teammates after scoring his side's second goal past Atletico de San Luis goalkeeper Andres Sanchez (1) during the first half of a Leagues Cup soccer match, Wednesday, Aug. 5, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/23AYJVLFYJIGFRHWBOJJXFSSH4.jpg?auth=174ad55cc01967583a651ec19e931b10aec5bd93042e6744cf1f278c5b74b328&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami midfielder Casemiro (5) battles with Atletico de San Luis forward Rafa Llorente, right, during the first half of a Leagues Cup soccer match, Wednesday, Aug. 5, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Suns forward Dillon Brooks agrees to $73 million, three-year extension, AP sources say]]></title><link>https://www.local10.com/sports/2026/08/05/suns-forward-dillon-brooks-agrees-to-73-million-three-year-extension-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/suns-forward-dillon-brooks-agrees-to-73-million-three-year-extension-ap-sources-say/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The Phoenix Suns and veteran forward Dillon Brooks agreed to a $73 million, three-year extension on Wednesday that will keep him with the team through 2030, according to two people familiar with the deal.]]></description><pubDate>Thu, 06 Aug 2026 02:11:28 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The Phoenix Suns and veteran forward Dillon Brooks agreed to a $73 million, three-year extension on Wednesday that will keep him with the team through 2030, according to two people familiar with the deal.</p><p>The people spoke to The Associated Press on condition of anonymity because the deal hasn't been announced.</p><p>The 30-year-old Brooks averaged a career-high 20.2 points last season, his first with the Suns. He provided scoring and a hard-nosed defensive personality that helped the team make a surprise run to the playoffs.</p><p>Brooks is entering the final season of an $86 million, four-year deal he signed with the Houston Rockets in 2023.</p><p>The Suns have spent much of the offseason locking up the core of last season's team to long-term deals, including guards Collin Gillespie and Jordan Goodwin, along with center Mark Williams. Phoenix also traded for forward Miles Bridges, sending Grayson Allen and Royce O'Neale to Charlotte.</p><p>ESPN first reported the deal, citing Brooks' agent.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MI7X2P2ZGHGWVXDTNWZ7QINGKM.jpg?auth=836d8bd265e49bec084dc17dae6d20b8c4f23b03342637e967f002b61ef5fabb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phoenix Suns forward Dillon Brooks celebrates his score and being fouled during the second half of Game 4 in a first-round NBA playoffs basketball series against the Oklahoma City Thunder, Monday, April 27, 2026, in Phoenix. (AP Photo/Ross D. Franklin,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WL5KE627NDC55CP4MWCHE4AF54.jpg?auth=b89646de36e02eba8c1f1b9b0632ddfada8a9c1cd1fb03019ed5c6c5cb2b9d86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phoenix Suns forward Dillon Brooks, left, dribbles the ball against Oklahoma City Thunder forward Jaylin Williams (6) during the first half of Game 4 in a first-round NBA playoffs basketball series, Monday, April 27, 2026, in Phoenix. (AP Photo/Ross D. Franklin,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[US suspends avocado inspections in Mexican state of Michoacan due to threat]]></title><link>https://www.local10.com/business/2026/08/05/us-suspends-avocado-inspections-in-mexican-state-of-michoacan-due-to-threat/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/05/us-suspends-avocado-inspections-in-mexican-state-of-michoacan-due-to-threat/</guid><dc:creator><![CDATA[By MARIA VERZA, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — The United States announced Wednesday that it had suspended all government operations in the Mexican state of Michoacan because of a "threat to U.S. interests," including a halt to the inspections of avocados required for their export.]]></description><pubDate>Thu, 06 Aug 2026 02:27:52 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — The United States announced Wednesday that it had suspended all government operations in the Mexican state of Michoacan because of a "threat to U.S. interests," including a halt to the inspections of avocados required for their export.</p><p>While the U.S. Embassy did not specify the nature of the threat in its security alert, Michoacan Gov. Alfredo Ramírez Bedolla said on social media that the temporary halt to inspections was intended to safeguard workers following recent arrests linked to extortion. The inspections are necessary for avocados to be shipped to the United States and their suspension could disrupt exports.</p><p>The western state of Michoacan is the leading exporter of avocados to the U.S. and has a high level of organized crime activity with at least four cartels — designated as terrorist organizations by the Trump administration — operating in the region. Besides trafficking drugs, cartels also make money through extortion, including of the avocado industry.</p><p>Michoacan State Security Secretary Antonio Cruz told The Associated Press that one of the arrests mentioned by the governor was of “El Poncho,” the alias of Alfonso Fernández Magallón, leader of a local cartel operating in the avocado-growing region around Los Reyes.</p><p>U.S. Ambassador to Mexico Ronald Johnson welcomed the arrest, which came over the weekend. The U.S. government had offered a $5 million reward for Fernández Magallón’s arrest.</p><p>Cruz said his department was unaware of any direct incidents involving the avocado inspectors. Nevertheless, 300 security personnel were deployed to the Los Reyes area as a preventive measure.</p><p>The governor said the priority was to “ensure the security conditions necessary for these operations to resume normally,” as has happened in the past.</p><p>Mexico supplies approximately 80% of U.S. avocado imports - a product known in the region as “green gold.” Its cultivation generates around 200,000 jobs in Michoacán alone.</p><p>In 2025, Mexico sold $3.65 billion worth of avocados to the United States, and in the first four months of this year, those exports rose by 35% compared to the same period in the previous year.</p><p>The U.S. Department of Agriculture sends inspectors in Mexico to monitor plantations and packing houses to ensure that exported produce is free of pests. Threats and violence against the inspectors have caused the U.S. to suspend inspections in the past.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YF3HN3EWJ4HSL3MLDJLYU2MLOA.jpg?auth=35eadfefc9b21914eacad04fc481cf41feaf591963ea4b40ec476a6e45c167f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Crates of avocados wait to be processed at a packing plant in Uruapan, Mexico, Feb. 16, 2022. (AP Photo/Armando Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Solis</media:credit></media:content></item><item><title><![CDATA[Man accused of attempted murder for turning off diver’s air supply during lobster mini season: MDSO]]></title><link>https://www.local10.com/news/local/2026/08/04/man-charged-with-attempted-murder-for-turning-off-divers-oxygen-tank-during-lobster-mini-season/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/04/man-charged-with-attempted-murder-for-turning-off-divers-oxygen-tank-during-lobster-mini-season/</guid><dc:creator><![CDATA[Bridgette Matter, David Dwork, Hannah Yechivi, Janine Stanwood]]></dc:creator><description><![CDATA[A man is facing an attempted murder charge stemming from an incident on the water during lobster mini-season.]]></description><pubDate>Wed, 05 Aug 2026 02:21:08 +0000</pubDate><content:encoded><![CDATA[<p>A man is facing an attempted second-degree murder charge stemming from an incident on the water during lobster mini season.</p><p><a href="https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-intento-de-asesinato-por-cerrar-el-tanque-de-oxigeno-de-un-buzo-durante-la-minitemporada-de-langosta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-intento-de-asesinato-por-cerrar-el-tanque-de-oxigeno-de-un-buzo-durante-la-minitemporada-de-langosta/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, a man identified as Michael Simpson, 51, of Miami Beach, turned off an 18-year-old diver’s air supply while the victim was in the water searching for lobsters.</p><p>It happened at approximately 7:04 a.m. on July 29, approximately a half mile east of Fisher Island. </p><p>Deputies said the incident began with a fight over a diving spot.</p><p>According to investigators, the victim was under the water when the owner of the boat he arrived with observed another boat approaching at a high rate of speed.</p><p>The boat owner told deputies that when the boat eventually stopped and anchored nearby, the captain, later identified as Simpson, started a verbal dispute, claiming that they were in his spot.</p><p>Deputies said at one point, Simpson became irate and threatened to turn off the breathing system that was supplying air to Hunter Cofer, the diver in the water. He then made good on his threat, jumping in the water and turning it off, authorities said.</p><p>The boat owner then immediately jumped into the water and pulled Cofer to the surface, according to MDSO.</p><p>After being brought to safety, Cofer was observed “gasping for air, appeared disoriented, and did not understand what had occurred,” an arrest form stated. </p><p>Deputies said Simpson fled the area after turning the machine off. </p><p>No injures were reported in the incident. </p><p>Detectives said Simpson voluntarily surrendered to authorities on Tuesday. </p><p>Simpson’s attorney, Howard Srebnick, said his client will plead not guilty and denied the allegations.</p><p>“He never touched the tank, and so this claim that he had something to do with the tank turning off is just false,” Srebnick said. “We have eyewitnesses that can confirm that Mr. Simpson never touched the tank.”</p><p>Cofer’s family told Local 10 News that he is studying to become a paramedic and is still processing what happened. He has not made a return to the water since the incident occurred. </p><p>Simpson posted a $10,000 bond on Wednesday. </p><p>He exited the Turner Guilford Knight Correctional Center Wednesday evening, telling media members, “Please allow both sides to come out.”</p><p><b>Related media</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[China can't get enough of this divisive fruit as farmers fight extreme weather to feed the craving]]></title><link>https://www.local10.com/business/2026/08/05/climate-change-squeezes-malaysian-durian-growers-as-they-chase-chinas-booming-market/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/05/climate-change-squeezes-malaysian-durian-growers-as-they-chase-chinas-booming-market/</guid><dc:creator><![CDATA[By KANIS LEUNG and VINCENT THIAN, Associated Press]]></dc:creator><description><![CDATA[KARAK, Malaysia (AP) — Malaysian durian orchard owner Stephen Chow’s workers spend hours in the fields in the dead of night, donning headlamps to collect freshly ripened fruit coveted by Chinese consumers. But the hard work may not be enough to keep Chow out of the red.]]></description><pubDate>Thu, 06 Aug 2026 07:47:19 +0000</pubDate><content:encoded><![CDATA[<p>KARAK, Malaysia (AP) — Malaysian durian orchard owner Stephen Chow’s workers spend hours in the fields in the dead of night, donning headlamps to collect freshly ripened fruit coveted by Chinese consumers. But the hard work may not be enough to keep Chow out of the red.</p><p>Durian lovers prize the Malaysian premium varieties such as Musang King and Black Thorn, but their growers face a harsher reality. Climate change, caused by the burning of oil, gas and coal, is making it costlier for growers like Chow to produce quality durians, adding pressure as they compete with Thailand and Vietnam, which dominate a booming export market to China.</p><p>Extreme weather has dealt repeated blows to Chow’s orchard, which is in Karak, a small town about an hour drive from Kuala Lumpur. In 2021, heavy rainfall triggered flooding that damaged about 100 of his durian trees and his machinery. Over the following three years, persistent rain during flowering season caused pollination failure, cutting into his yield. And now, Chow is facing other challenges.</p><p>“Breaking even would already be very good. Most likely there’ll be a loss this year,” Chow said.</p><p>Between February and April, afternoon temperatures hit 33 to 35 degrees Celsius (91 to 95 degrees Fahrenheit), and rain fell mostly at night, he said. Such weather favored flowering, and Chow responded by pruning to prevent deformed or small fruit while stepping up watering and fertilization because of the heat. A rise in fuel and fertilizer prices because of the Iran war, however, meant those extra efforts came at a higher cost.</p><p>An oversupply of durians in Malaysia — driven by hot and dry weather and more orchards reaching maturity — also pushed prices down. Grade A Musang King durians from his orchard sold for the equivalent of $8.6 per kilogram (about 2.2 pounds) in local currency in early July, about half compared to the same period last year and roughly one-third of the peak price in 2024.</p><p>China's love for durians fueled boom</p><p>Durians' overpowering smell is fragrant to those who love it and foul to those who don't. Beneath a spiky shell, their flesh offers a rich, creamy texture with varying flavors. Some taste like sweet custard with fruity flourishes, others carry a hint of bitterness, an alcohol tinge or even a peanut butter-like flavor.</p><p>Official data showed Malaysia's durian crop covered 92,100 hectares (227,600 acres) in 2024, up almost 40% from 2016, a size even larger than the total land area of Singapore, the city-state island just south of Malaysia. During that period, Malaysia's production grew nearly 90% to 568,800 tonnes.</p><p>The boom was fueled by China beginning to import whole frozen Malaysian durians in 2019. Fresh durians followed in 2024, as Beijing expanded what has been dubbed “durian diplomacy” by welcoming more Southeast Asian countries to export the fruit.</p><p>The Food and Agriculture Organization of the United Nations said China procured about 95% of global durian exports between 2020 and 2022. It imported 1.87 million tonnes of fresh durians worth $7.5 billion in 2025, with the volume jumping six times in the past decade, according to China's customs data.</p><p>Consumers there can find the fruit in supermarkets, grocery stores and durian specialty shops. Shanghai resident Song Xiaohua, in her 30s, said she would eat durians once a week instead of once a month if it weren’t for its high calorie count. To her, durians taste creamy and are like both fruit and dessert.</p><p>“It feels like celebrating Lunar New Year every time I have a durian,” Song said.</p><p>Malaysia lags far behind Thailand and Vietnam in exports to China. But the Malaysian industry touts its durians as higher quality. Unlike their counterparts, Malaysian growers typically do not harvest early, instead collecting only naturally ripened fruit.</p><p>Delivering quality durians requires resilience</p><p>As global average temperatures rise, extreme weather events like heat waves, floods and droughts are becoming more frequent and intense worldwide, often forcing farmers to scramble to adapt.</p><p>Peninsular Malaysia recorded a significant jump in average temperature from 1969 to 2025, with an increase of 0.24 degrees Celsius (about 0.43 degrees Fahrenheit) per decade, according to the country's meteorological department.</p><p>Ooi Teik Hock, whose orchard in Perak state is near the border with Thailand, said there were fewer fruit quality problems when temperatures were lower two decades ago. Concerned about the heat, he moved his orchard from the plains to the highlands about 10 years ago, where nights are cooler and air is more humid.</p><p>Still, global warming remains a threat, fueling the proliferation of once-rare pests and forcing Ooi to use pesticides more frequently, which he said have jumped some 30% in price from three years ago.</p><p>For the first time, Ooi didn't see fruit bats, a main pollinator, at his orchard during this year's flowering season. He said it could be a result of extreme heat or the widespread use of pesticides for pest and disease control.</p><p>The weather changes also affect overall quality, especially for the Musang King variety, which is sensitive to weather conditions, said Lim Chin Khee, an adviser to the Durian Academy, which trains durian growers in Malaysia.</p><p>Too much rain during the fruit's rapid development period can cause white and grayish patches on golden yellow flesh, while water shortages during that time can cause some black spots around the flesh, he said.</p><p>Some growers turn to technology</p><p>With expectations that El Nino, a periodic warming of Pacific Ocean that leads to warmer temperatures, could bring Malaysia record-high temperatures between March and May, Lim advised farmers to expand water reservoirs or prepare to install tube wells as a backup if their ponds dried up.</p><p>He said producing good fruit depends equally on the weather and the farmer’s effort. And that extreme weather events would reduce supply while simultaneously driving up prices, he said.</p><p>“So for those farmers (who) are well prepared, actually when any disaster strikes, that is an opportunity,” he said.</p><p>Grower Kie Kim Hwa learned how to farm durians from his grandfather at a young age. When he took charge of the orchard in Penang Island off Malaysia's western coast, he chose to do things slightly differently than previous generations.</p><p>He installed sensors and instruments to track rainfall, humidity and wind speed, among other data, which was sent to a cloud drive for him to review anywhere and keep a record. Some were placed among the trees and grass, and others deep in the soil. Not everything required high technology: he also checked the surface of a bucket of water for insects to gauge pest levels.</p><p>The data allowed Kie to intervene early before problems arose and ultimately control fruit quality and quantity to match market demand.</p><p>“We live and die by the weather,” he said. “But we can still prepare.”</p><p>___</p><p>Associated Press writer Fu Ting in Washington contributed to this report.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M7ZZBH2M3H3RJEUSGQHQOCQZBE.jpg?auth=4f751557881f153a9c5e0149c1e685ea53df6ed318211276337c4d6c87e2479b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A durian harvester searches for ripe fruit in an orchard at dusk in Karak, Pahang state, Malaysia, Tuesday, June 23, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WPFTBAUK3UN24XLBM4NDTOSF2Q.jpg?auth=8267acdef01fca38f1f00890a68480c53809c9ef7d72ca56518ff6680f37948e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Durians hang from a tree at an orchard in Karak, Pahang state, Malaysia, Tuesday, June 23, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J73B4KYYS5AXZQBAEEZD7GOEJE.jpg?auth=5240cb3c6457bb1c94f67cdebd95f8cf714dd180f8e75a87947d63a2a8405b95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker sorts freshly harvested durians at a farm collection point in Karak, Pahang state, Malaysia, Tuesday, June 23, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4MFICPLEUV4P2MSWGQRVMRQZGU.jpg?auth=b65f6483b47091e77bc62711b3ae43bd77bb12b63f92d4d84a48190b2ca9fa20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker transports freshly harvested durians on a motorcycle to a durian farm collection point in Karak, Pahang state, Malaysia, Tuesday, June 23, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U2GYAEI5E3B7W7HCDGQWA4IQIU.jpg?auth=ae217034a14d1351b5193f2fb03f81817913e6167fc97d738938641d50a5f906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers carry a basket of freshly harvested durians at a farm collection point in Karak, Pahang state, Malaysia, Tuesday, June 23, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGMYK4Q577H7RJPWKHC6QYCEUA.jpg?auth=df3d4bea384fcf845f80abc37f71bc0dc6061aa3a9270ae4b4b5673ef9dba878&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Durian farmer Stephen Chow sprays fertilizer on a tree at an orchard in Karak, Pahang state, Malaysia, Tuesday, June 23, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKBLR7QRX7P5M6DYWIPKZ3DD4A.jpg?auth=aa6b53f0507580763aa56fc8158f6b326e79ed2ad7b613c78f1bbb7ea6107836&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Worker Hou Yuxin packs durian fruit imported from Malaysia for delivery for a customer at a shop in Beijing, China, Monday, July 13, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RTFI2SPABSZ5765NVGQF2LBQA4.jpg?auth=639a39b32dff756812396d03b2fff7492916d094d7078f30448cdcf24f9767a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker opens durian fruits imported from Malaysia to pack and deliver for customer at a shop in Beijing, China, Monday, July 13, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUEK4VIFWR7HWGMEBOVQRYKYN4.jpg?auth=b076736e9252ac121da386f04c7b4966c9b30c4cfc73b4398f8bf0fceadb6d89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Durian farmer Kie Kim Hwa stands beside a weather and climate sensor station overlooking Penang Island in Balik Pulau, Malaysia, Wednesday, June 24, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2JM4KH3PVVKULU3RK7FK53NBA.jpg?auth=a90eab0e27bd6c86d602ff2defbd2f6c6359d1119b61bf3ca3b76c376cf12618&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Durian farmer Kie Kim Hwa sets up a weather and climate sensor station at his hillside orchard in Balik Pulau, Penang Island, Malaysia, Wednesday, June 24, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LI7HBULR327YSSZYOMVWAUQOCQ.jpg?auth=aacbe2606f7b549cf09e0136014085aa9c6853eab8d3cc797b65e85c9c32cf87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Durian farmer Kie Kim Hwa collects a durian on a net at his hillside orchard in Balik Pulau, Penang Island, Malaysia, Wednesday, June 24, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[Defendant accused of stabbing wife 16 times in front of daughter rejects plea deal,  shouts at Miami-Dade judge ]]></title><link>https://www.local10.com/news/local/2026/08/05/murder-defendant-accused-of-stabbing-wife-16-times-shouts-at-miami-dade-judge-in-court/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/murder-defendant-accused-of-stabbing-wife-16-times-shouts-at-miami-dade-judge-in-court/</guid><dc:creator><![CDATA[Sanela Sabovic, Andrea Torres]]></dc:creator><description><![CDATA[A 58-year-old man accused of stabbing a 45-year-old woman 16 times in front of their 7-year-old daughter in 2019 was rowdy again when he appeared in court on Wednesday in Miami-Dade County. ]]></description><pubDate>Wed, 05 Aug 2026 23:46:23 +0000</pubDate><content:encoded><![CDATA[<p>Onelio Castro-Arroyo unleashed his anger in Miami-Dade County court. </p><p>He shouted in Spanish at Miami-Dade County Circuit Judge Ellen Sue Venzer during a plea hearing on Wednesday at the Richard E. Gerstein Justice Building in Allapattah. </p><p>“I am asking you not to interrupt me, Sir,” Venzer told Castro-Arroyo during the hearing. </p><p>A Spanish to English translator helped Castro-Arroyo, 58, who stands accused of stabbing his 45-year-old estranged wife 16 times in front of their 7-year-old daughter in 2019 in Miami-Dade County. </p><p>Miami-Dade Sheriff’s Office detectives reported the girl, who was diagnosed with autism spectrum disorder, saw her father fatally stabbing her mother, Yanelis González, inside a parked car at the Country Club Villas Park north of Miami Lakes. </p><p>“This judge wants to convict me by force,” Castro-Arroyo told Venzel in court.</p><p>Miami-Dade Sheriff’s Office deputies arrested Castro-Arroyo on May 21, 2019. Prosecutors filed a case against him a day later on charges of second-degree murder with a weapon and tampering with evidence. </p><p>Prosecutors dropped the charge of tampering with evidence. On Wednesday, Venzel asked Castro-Arroyo if he was accepting a plea deal from the prosecution on the murder charge. </p><p>“I am not going to accept anything,” Castro-Arroyo told Venzel. </p><p>While in handcuffs, Castro-Arroyo slammed his hand on a wooden divider’s flat surface. He was behind the attorneys who stood before Venzel. </p><p>“I’m in no rush at all,” Castro-Arroyo, a convicted felon serving a prison sentence, told Venzel. </p><p>The Florida Department of Corrections has had custody of Castro-Arroyo off and on since Nov. 30, 2015, and his scheduled release from prison isn’t until Dec. 10, 2028, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M75151&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M75151&amp;TypeSearch=IR">according</a> to state records. </p><p>Castro-Arroyo has five convictions, going back to 2014 in Miami-Dade: Arson, possession of illegal vehicle fuel transport, criminal mischief, grand theft, and driving with a suspended license. </p><p>A camera filmed Castro-Arroyo displaying <a href="https://www.local10.com/news/local/2023/10/02/man-accused-of-fatally-stabbing-wife-in-front-of-daughter-appears-in-court-for-siphoning-gas-case/" target="_self" rel="" title="https://www.local10.com/news/local/2023/10/02/man-accused-of-fatally-stabbing-wife-in-front-of-daughter-appears-in-court-for-siphoning-gas-case/">disruptive behavior</a> in court before. On Wednesday, he faced the cameras. </p><p>“It’s a good thing the cameras are here today so they can see this, and so our people know what you are doing here,” Castro-Arroyo told Venzer.</p><p>His next trial hearing is at 9:30 a.m. on Oct. 19.</p>]]></content:encoded></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[Cuban President Miguel Diaz-Canel confirmed today that there are ongoing conversations between Havana and DC for the purpose of avoiding a military confrontation and trying to find solutions to the issues between both nations.]]></description><pubDate>Mon, 03 Aug 2026 12:48:08 +0000</pubDate><content:encoded><![CDATA[<p><b>Aug. 5: CIA Task Force on Cuba created, per report</b></p><p>The New York Times has reported the creation of a CIA Task Force on Cuba with the purpose of putting additional pressure on the Cuban government to make political and economic changes to their system.</p><p>This news will probably be received by Cuba as an additional threat by the U.S.</p><p><b>Aug. 5: Cuban president confirms ongoing conservations between Havana, US</b></p><p>Cuban President Miguel Diaz-Canel confirmed today that there are ongoing conversations between Havana and DC for the purpose of avoiding a military confrontation and trying to find solutions to the issues between both nations.</p><p>The Cuban government understands that they are running out of options and most likely will need to reach an agreement with the U.S. Will it include regime change?</p><p><b>Aug. 3 update: Rubio speaks about Cuba’s ongoing espionage activities in the US </b></p><p>This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. </p><p>Rubio went on to say that Cuban spies continue to infiltrate the U.S. government, financial institutions, organizations, and academic institutions. Rubio claimed that Cuba continues to be a national security threat to the U.S. </p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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></item><item><title><![CDATA[Colorado State experts release final predictions for the 2026 Atlantic hurricane season ]]></title><link>https://www.local10.com/weather/hurricane/2026/08/05/colorado-state-experts-release-final-predictions-for-the-2026-atlantic-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/05/colorado-state-experts-release-final-predictions-for-the-2026-atlantic-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The team of hurricane experts at Colorado State University that regularly issues seasonal hurricane predictions from April to August released its final outlook for the 2026 hurricane season Wednesday morning.]]></description><pubDate>Wed, 05 Aug 2026 15:58:30 +0000</pubDate><content:encoded><![CDATA[<p>The team of hurricane experts at Colorado State University that regularly issues seasonal hurricane predictions from April to August <a href="https://tropical.colostate.edu/Forecast/2026-0805.pdf" rel="">released its final outlook</a> for the 2026 hurricane season Wednesday morning.</p><p><a href="https://www.local10.com/espanol/2026/08/05/expertos-de-la-universidad-estatal-de-colorado-publican-su-pronostico-final-para-la-temporada-de-huracanes-del-atlantico-de-2026/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/expertos-de-la-universidad-estatal-de-colorado-publican-su-pronostico-final-para-la-temporada-de-huracanes-del-atlantico-de-2026/">Leer en español</a></p><p>The group continues to call for “well below-average” hurricane activity across the Gulf, Caribbean, and wider Atlantic this year, with increasing confidence that a powerful El Niño in the waters of the eastern Pacific will significantly reduce overall storm activity across the Atlantic basin and lower the odds of a major hurricane hit on the U.S. and coastlines bordering the Caribbean.</p><p>CSU’s bottom-line numbers remain unchanged from its July forecast, predicting 9 named storms this season (including the two named storms that have already formed), four hurricanes, and one hurricane reaching Category 3, 4, or 5 strength. The 30-year average is 14 named storms, seven hurricanes, and three Category 3 or stronger hurricanes.</p><p>As we’ve covered in this newsletter, wind shear in the western Atlantic and Caribbean region has been running as high as we’ve ever observed in the satellite record (since 1979) and seasonal forecast models like the famed Euro ensemble are forecasting the highest wind shear on record for their hindcast period (since 1981) for September.</p><p>The hostile wind shear is being powered by the ongoing El Niño in the Pacific, which continues to outpace our strongest El Niños like 1997, even after adjusting for Wednesday’s warmer water temperatures due to global warming.</p><figure><img src="https://www.local10.com/resizer/v2/46TF7MKOEBHJBEGPMBCLCTK3AY.jpg?auth=8978a22d3153845e9e3ce0497cee87c29760f3eb417a9e9a7e1d58f140b011bd&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>It’s a near certainty that this El Niño will be one of if not the strongest on record, even after accounting for climate change.</p><p>Though strong El Niño years like this one almost universally dampen hurricane activity in the Atlantic, it’s worth reiterating that it doesn’t reduce hurricanes altogether. </p><p>Strong and impactful hurricanes still happen, even during down years (see Joaquin in 2015 which sunk the American cargo ship El Faro, claiming the 33 lives of her crew, and tangentially led to catastrophic flooding in South Carolina), and even if the odds are reduced, lighter years activity-wise don’t give us a seasonal pass.</p><p>Nevertheless, this is about as encouraging of an outlook as we could ask for in August. Tropical Atlantic waters are tepid, especially compared to recent hurricane seasons and especially compared to the global tropics, which matters most in terms of sinking air dominating the basin and deterring storm growth.</p><p><b>AI models perk up for mid-August</b></p><p>Since last Thursday, we’ve touched on a disturbance the AI camp of models has been sniffing out over the main development region of the tropical Atlantic (between Africa and the Caribbean) for mid-month.</p><p>The signal has stayed relatively consistent since last week, but in recent model runs we’re noticing a subtle uptick in model interest.</p><figure><img src="https://www.local10.com/resizer/v2/AVGFZYHXQBGHJGGFSSQB4BKDLY.jpg?auth=19adbe63db1fb828ffcd2c0a2fd9ef098a1d5cd8641f1b6d67038c32e1c7e844&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through Friday, Aug. 21 (16 days out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble continues to show low odds of development (10% or less) for a disturbance moving through the Atlantic Main Development Region for the middle to latter part of next week. (Deelan Jariwala)" height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through Friday, Aug. 21 (16 days out) from Google’s DeepMind 1,000-member ensemble system. The machine learning-based ensemble continues to show low odds of development (10% or less) for a disturbance moving through the Atlantic Main Development Region for the middle to latter part of next week. (Deelan Jariwala)</figcaption></figure><p>The odds remain low (only around 10% of ensembles members show development) and we’re still a week away from any coherent disturbance we might begin tracking, but the persistence of models along with the subtle uptick means it’s something we’ll be checking back on.</p><p>Additionally, the traditional physics-based models and their ensembles, which have been largely quiet, have perked up some in recent runs. </p><p>As we’ve stressed before (and an evergreen statement for all potential disturbances more than a week out), this isn’t anything that we need to worry about, but we’ll keep you posted on the trends into next week.</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/KZZLUZOCHVAFXFHB5J6S5XOCJY.jpg?auth=6fe83c386f00f45b18a3ab4827cf934e5aa2eadecd5fffacf1801d31b01a6837&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Q&A: Ms. Lauryn Hill on the Diaspora Calling! festival in the UK, the Fugees' legacy and D'Angelo]]></title><link>https://www.local10.com/entertainment/2026/08/05/qa-ms-lauryn-hill-on-the-diaspora-calling-festival-in-the-uk-the-fugees-legacy-and-dangelo/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/05/qa-ms-lauryn-hill-on-the-diaspora-calling-festival-in-the-uk-the-fugees-legacy-and-dangelo/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[Moments before Ms. Lauryn Hill hopped on a call with The Associated Press, she and Fugees' bandmate Wyclef Jean stood in the center of London's Piccadilly Circus, surrounded by fans. Broadcast above them, on the bright LED screen of Piccadilly Lights, was a short film curated by Hill and created by Los Angeles artist Lauren Halsey: an animated, colorful collage depicting the heroes and symbols of the global African diaspora.]]></description><pubDate>Wed, 05 Aug 2026 22:44:21 +0000</pubDate><content:encoded><![CDATA[<p>Moments before Ms. Lauryn Hill hopped on a call with The Associated Press, she and Fugees' bandmate Wyclef Jean stood in the center of London's Piccadilly Circus, surrounded by fans. Broadcast above them, on the bright LED screen of Piccadilly Lights, was a short film curated by Hill and created by Los Angeles artist Lauren Halsey: an animated, colorful collage depicting the heroes and symbols of the global African diaspora.</p><p>The message was clear: This is a a celebration of community, culture, music and art.</p><p>“The crowd was captivated,” Hill said.</p><p>“It was surreal,” Jean jumped in. “The love was felt. It was amazing.”</p><p>It was a tease of what's to come. On Friday, Hill will bring her Diaspora Calling! festival to the U.K. for the first time, marking 10 years since its inaugural edition in Brooklyn.</p><p>The event, hosted by Dave Chappelle and featuring performances by Erykah Badu, YG Marley, Zion Marley, Giggs, Fireboy DML and other artists, will be held at The National Bowl in nearby Milton Keynes. And its center: Hill and Jean, two-thirds of the Fugees, will perform their landmark album “The Score” in its entirety.</p><p>Below, Hill — joined briefly by Jean — discuss their festival, the 30th anniversary of “The Score” and the legacy of the late D'Angelo. This interview has been edited for clarity and brevity.</p><p>AP: Why bring Diaspora Calling! to the UK?</p><p>HILL: We were given an opportunity by the promoters — the same promoters that do Reggae Land.</p><p>He gave me the venue. And I said, ‘This is what I want to do.’ We’re basically blessed to have the opportunity. And, you know, 'tis the season to bring people together in the name of growth, healing and pushing forward.</p><p>AP: The African diaspora is everywhere — are you hoping to do other international editions?</p><p>HILL: Absolutely, absolutely, absolutely.</p><p>AP: How has the concept evolved since the first event in 2016?</p><p>HILL: First of all, it started when I did a show in Ghana. There was a gentleman who brought me out to Ghana. And as I was talking to him, I realized that our conversation was not just about the immediate subject matter. I knew that we made a connection for a reason. And I know myself and Wyclef have community over the years — even when we weren’t necessarily doing the Fugees thing anymore, we built community all over the diaspora. And now it’s the time to bring them together.</p><p>AP: The lineup is dynamic. How do you go about selecting artists?</p><p>HILL: We put a call out to the people that we know, love and respect. And I’ve gotten so much positivity — an abundance of responses, in terms of the creative community out here wanting to participate. So that’s huge.</p><p>AP: You and Wyclef Jean will perform all of “The Score” on Friday, in celebration of its 30th anniversary. Has your relationship to that album changed in that time?</p><p>HILL: Absolutely. Absolutely. That’s a timeless piece of work for us as well. Timeless. How do you feel about it, Wyclef?</p><p>JEAN: You hit it on the dot. You know, I remember when I was coming up, listening to like Bob Marley's “Exodus”; a lot of the early Dylan, Bob Dylan records; Pink Floyd's “The Wall”; The Police's “Synchronicity” and we got “The Score.” So that’s forever.</p><p>AP: It is interesting to hear that you have been transformed by it the way your listeners have.</p><p>HILL: I think what is powerful about the album was that, you know, I’m a big fan of what Wyclef does. And I think he’s appreciative of what I do. So, we engage with each other’s art. And every time we perform it, even though (it's) singing older lyrics, there’s a new energy, a new spirit. There's a timelessness. I almost feel like we’re reclaiming timelines, healing timelines, so to speak, every time we’re performing.</p><p>JEAN: A hundred percent. Every time I perform “The Score” now, I feel like it's the first time.</p><p>HILL: Yeah. It doesn't feel old.</p><p>AP: How does performing that at Diaspora Calling! differ from another kind of concert?</p><p>HILL: It's kind of the pinnacle of what the Fugees were all about. Our makeup is diaspora calls. I think we were a call to a particular unity, a particular kind of reflection and a particular kind of resistance to certain ideas that we knew better than. And we wanted to channel that outside and have other people feel what we were certain about, which is that there was being and resourcefulness and incredible brilliance throughout diaspora. And that division was not really an option.</p><p>AP: That is beautifully put. That spirit reminds me of your performance at the Grammys earlier this year, where you paid tribute to the late Roberta Flack and D'Angelo. We're approaching the one-year anniversary of D'Angelo's passing. How do you hope he continues to be remembered?</p><p>HILL: We lost another timeless soul who made timeless music. We obviously want to protect his family and just keep holding up that brilliance.</p><p>He was good — without question.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WACRVUZWDSB4TDQSY74VGBGFKI.jpg?auth=a50841b5ce63fae67175ed71c034fa500daef97dfbba3e402c7855e93c58a267&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lauryn Hill performs during "The Miseducation of Lauryn Hill" 25th anniversary tour on Oct. 19, 2023, in New York. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYJNIMVJVTT2HTM7JKXPHOX5AI.jpg?auth=b987213ad6f50a98d623d8473578263fe745116bdb26914253777963f665f9db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauryn Hill accepts the living legend icon award during the BET Awards on Sunday, June 28, 2026, at the Peacock Theater in Los Angeles. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6DMMLMICUNDQZIHCZO4KX57QQM.jpg?auth=778156e1d5836a175d254154832996d92c28f351039352aefa6bb49f41881e73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prakazrel "Pras" Michel, from left, Lauryn Hill and Wyclef Jean, of the Fugees, perform during "The Miseducation of Lauryn Hill" 25th anniversary tour in Inglewood, Calif., on Nov. 5, 2023. (Photo by Willy Sanjuan/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Willy Sanjuan</media:credit></media:content></item><item><title><![CDATA[Aaron Donald works out for the Rams in latest step on comeback path]]></title><link>https://www.local10.com/sports/2026/08/05/aaron-donald-works-out-for-the-rams-in-latest-step-on-comeback-path/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/aaron-donald-works-out-for-the-rams-in-latest-step-on-comeback-path/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Aaron Donald formally worked out for the Los Angeles Rams on Wednesday, presumably taking one of the final steps before the superstar defensive tackle decides whether to end his 2 1/2-year retirement.]]></description><pubDate>Thu, 06 Aug 2026 02:11:13 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Aaron Donald formally worked out for the Los Angeles Rams on Wednesday, presumably taking one of the final steps before the superstar defensive tackle decides whether to end his 2 1/2-year retirement.</p><p>The 35-year-old Donald participated in a hosted workout with the Rams, according to the league's official transactions wire, which records such workouts with free agents before their possible signings to NFL rosters. Defensive line coach Giff Smith attended the workout at the Rams' complex in Woodland Hills, defensive coordinator Chris Shula said at training camp.</p><p>“I heard it was good,” Shula said with a smile. “It was more (about) how he felt. ... Obviously, we'd be really excited about that. You're getting one of the best players of all time. I have a great history with him. We know what a great guy he is, what a hard worker he is and what he would mean to this defense. We're going to coach the guys that are here, and if he decides to come back, that would be great.”</p><p>Donald has been working out at the Rams' Woodland Hills facility and at home for several weeks in his attempt to return to NFL shape. While the Rams have emphasized their willingness to wait indefinitely for Donald to decide, coach Sean McVay has expressed cautious optimism in the past week about the prospect of lining up Donald and Myles Garrett together this season on a remarkable defensive line.</p><p>Garrett returned to practice with the Rams on Monday after sitting out the previous four workouts with lower-body soreness. The reigning AP NFL Defensive Player of the Year said he still hasn't spoken to Donald about the comeback bid, but that might change soon.</p><p>“Hopefully we'll link up here soon and I'll see where his head is at, and just break bread with him as well,” Garrett said. “I don't know how he's feeling. I don't know where he is in this process, but it is a process, coming back from so much time off. I'm not going to push him either way. Just get a feel of it.”</p><p>While McVay has indicated increasing optimism about Donald's return as camp progresses, the head coach said last week that the Rams didn't expect a decision until after they wrap up training camp at Loyola Marymount University this week. The Rams are planning to reconvene in Woodland Hills on Saturday for their first post-camp practice, followed by four more practices in Woodland Hills next week ahead of their preseason opener at Kansas City.</p><p>Donald retired somewhat abruptly in March 2024 following a decorated 10-year career spent entirely with the Rams. He won the AP's Defensive Player of the Year award three times while earning eight All-Pro selections, 10 Pro Bowl selections and a Super Bowl championship ring.</p><p>Donald apparently began to entertain the idea of a comeback early last month after the Rams traded for Garrett, one of Donald's few contemporary peers. The 30-year-old Garrett won two of the last three Defensive Player of the Year awards in Cleveland, where he received five All-Pro nods and seven Pro Bowl selections, along with setting the NFL's single-season sacks record last year.</p><p>Garrett entered the NFL in 2017, the same season in which Donald won his first Defensive Player of the Year trophy. While Garrett and Donald have decidedly different roles on a defense, Garrett said he has admired Donald for his entire career.</p><p>“Just the way he practiced his craft,” Garrett said. “You've seen the videos in which he's going 100 percent. His footwork is impeccable, but he also has get-off that's similar to an end. ... He just has an outstanding feel for the game as well as being a freak athletically.”</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3IHVUFCCRONHKVB7XRAXBQLKMM.jpg?auth=adfc2269f9e725a6d0609c1100698df26a817b4a688035ac25f7ddd9c4850bc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Los Angeles Rams player Aaron Donald looks on before an NFL football game between the Los Angeles Rams and the Tampa Bay Buccaneers, Nov. 23, 2025, in Inglewood, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Miami man confesses police officer’s pickup truck was unlocked, so he stole guns, bracelet, drives: Deputies]]></title><link>https://www.local10.com/news/local/2026/08/05/miami-man-confesses-police-officers-pickup-truck-was-unlocked-so-he-stole-guns-bracelet-drives-deputies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/miami-man-confesses-police-officers-pickup-truck-was-unlocked-so-he-stole-guns-bracelet-drives-deputies/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 21-year-old man told deputies that a police officer’s Miami Police Department-issued white RAM 1500 was unlocked with guns, a gold bracelet, external hard drives, and a backpack in Miami-Dade County, according to a deputy’s report.]]></description><pubDate>Wed, 05 Aug 2026 20:37:54 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man told deputies that a police officer’s Miami Police Department-issued white RAM 1500 was unlocked with guns, a gold bracelet, external hard drives, and a backpack in Miami-Dade County, according to a deputy’s report.</p><p><a href="https://www.local10.com/espanol/2026/08/05/agentes-acusan-a-hombre-de-miami-de-robar-armas-un-brazalete-y-unidades-de-almacenamiento-de-la-camioneta-sin-seguro-de-un-oficial-de-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/agentes-acusan-a-hombre-de-miami-de-robar-armas-un-brazalete-y-unidades-de-almacenamiento-de-la-camioneta-sin-seguro-de-un-oficial-de-policia/">Leer en español</a></p><p>Stephon L. Perry confessed to burglarizing the police officer’s assigned unmarked pickup truck before sunrise on July 22 in the West Little River neighborhood, according to the Miami-Dade Sheriff’s Office deputy’s arrest report. </p><p>“The victim’s vehicle had been unlocked, allowing him to gain entry without force,” Perry told the deputies, according to the arrest report. </p><p>The police officer told deputies that two guns — a “personally-owned Glock 48 handgun” and his police department-issued “Glock 17 handgun” — had been stolen, according to the report. </p><p>“A personally-owned 10-karat gold Cuban link bracelet, valued at approximately $3,000 ... had also been stolen from the front center console cup holder,” a deputy wrote, according to the report. </p><p>Three shield external T7 hard drives vanished, including two from the FBI and one from the MPD, according to the deputy’s report. </p><p>Detectives used surveillance videos to track Perry, who was wearing a “distinctive afro hairstyle,” a dark-colored jacket, and blue shorts, to a house in Miami’s Liberty City neighborhood, according to the report. </p><p>“While searching the kitchen area, I located a white styrofoam food container concealed inside the storage compartment beneath the oven,” a deputy wrote, adding that the container had the officer’s Glock and a Springfield Armory 9mm Hellcat, which had been reported stolen in another case. </p><p>After a pursuit that included a perimeter, Perry returned to his home in Liberty City, and a deputy arrested him shortly before 7:50 p.m. on Tuesday, near Northwest Eighth Avenue and 70th Street, according to the deputy’s report. </p><p>Detectives questioned Perry at the nearby Northside District Station, and he confessed to throwing away the backpack and the hard drives in a dumpster in Liberty City, and selling the bracelet and the MPD-issued Glock 17, according to the report. </p><p>A detective reported using a database to track the police officer’s stolen bracelet to the King Cash Pawn &amp; Jewelry in West Little River, according to the report.</p><p>Miami-Dade corrections booked Perry shortly before 5:15 a.m. on Wednesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Perry, who had been arrested for burglary twice earlier this year in Miami-Dade, faced nine charges in two new cases filed by prosecutors on Wednesday, according to Miami-Dade court records. </p><p>For the police vehicle burglary, Perry faced eight charges: Armed burglary, burglary of an unoccupied conveyance, two counts of third-degree grand theft of a firearm, two counts of dealing in stolen property, third-degree grand theft while armed, and resisting arrest without violence. </p><p>For the stolen Springfield Armory Hellcat, Perry faced an additional charge of third-degree grand theft of a firearm, according to court records. </p><p>A judge denied him bond on the armed burglary charge. Miami-Dade County Circuit Judge Richard Hersch was set to preside over both cases. </p><p><b>Read the arrest report’s narrative:</b></p><figure><img src="https://www.local10.com/resizer/v2/OQ3IMUC2LBHZTBA6KOLT6ZQK2E.jpg?auth=4482645129412131b6dbf877d068067167a0e6e2f276b930b2ad1c1965fb5de0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><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/UG3DMVFOPNFDXJFTW2O2YM7BFI.jpg?auth=4e9f41042cfb9c698f915e3e9b30fa500071c6bfa1d0b2441035e03f1275cc5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Stephon L. Perry on Tuesday in Liberty City for a case in West Little River and corrections booked him on Wednesday morning, records show.]]></media:description></media:content></item><item><title><![CDATA[Homicide detectives investigate Doral police officer’s death in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/05/developing-now-homicide-detectives-investigate-mans-death-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/developing-now-homicide-detectives-investigate-mans-death-in-miami-dade/</guid><dc:creator><![CDATA[Jeff  Derderian , Rosh Lowe, Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade homicide detectives are investigating the death of Edwin Fernandez, a Doral Police Department school resource officer, found dead in a patrol car on Wednesday morning in Redland, according to sources familiar with the case. ]]></description><pubDate>Wed, 05 Aug 2026 14:37:14 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade homicide detectives are investigating the death of Edwin Fernandez, a Doral Police Department school resource officer, found dead in a patrol car on Wednesday morning in Redland, according to sources familiar with the case. </p><p><a href="https://www.local10.com/espanol/2026/08/05/ultima-hora-detectives-de-homicidios-investigan-la-muerte-de-un-agente-de-la-policia-de-doral-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/ultima-hora-detectives-de-homicidios-investigan-la-muerte-de-un-agente-de-la-policia-de-doral-en-miami-dade/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies and Miami-Dade Fire Rescue personnel responded shortly after 6:20 a.m. on Wednesday to the area of Southwest 157th Avenue and 160 Street, also known as Colonial Drive.</p><p>A marked Doral Police Department Ford Police Interceptor Utility patrol vehicle was parked on a gravel road between farms in Redland, near the Richmond West neighborhood. </p><figure><img src="https://www.local10.com/resizer/v2/PI4YBBP25JEV5KMZWNSRQRR6ZM.jpeg?auth=9859a34fed0603b92575c184dd3d7ce9f31e96bed13170e2e51edd72d68e3213&smart=true&width=1200&height=900" alt="Miami-Dade deputies and fire rescue personnel respond on Wednesday to an area in the boundary of Redland and Richmond Heights." height="900" width="1200"/><figcaption>Miami-Dade deputies and fire rescue personnel respond on Wednesday to an area in the boundary of Redland and Richmond Heights.</figcaption></figure><p>“Detectives can confirm that there is no foul play suspected,” Detective Daniel D. Castillo, a spokesman for MDSO, wrote in a statement. </p><p>A group of motormen escorted a Miami-Dade Fire Rescue freightliner ambulance through the Richmond Heights-Redland area. </p><figure><img src="https://www.local10.com/resizer/v2/3TX3MYSBPZCELFE7THSIUTK32A.jpeg?auth=ebe9bb32cf1785597d992c0dfe94773a011f0e1b8a27b128dd6d033074ef036e&smart=true&width=1200&height=900" alt="A group of motormen escort a Miami-Dade Fire Rescue freightliner ambulance southbound off the Florida Turnpike on Wednesday in Miami-Dade County." height="900" width="1200"/><figcaption>A group of motormen escort a Miami-Dade Fire Rescue freightliner ambulance southbound off the Florida Turnpike on Wednesday in Miami-Dade County.</figcaption></figure><p>The convoy traveled northbound on the Florida Turnpike and the Palmetto Expressway, and eastbound on the Dolphin Expressway. </p><p>A large U.S. flag was flying from a fire truck’s elevated ladder over Northwest 10th Avenue, near 20th Street in Allapattah.</p><figure><img src="https://www.local10.com/resizer/v2/C74626IOSVFQNONIHHLUU4GWUM.jpeg?auth=507f649c7bf177840de024e286dc2729dc884c0cfe55585ef993e0916047b6a4&smart=true&width=1200&height=900" alt="A large U.S. flag was flying high from a fire truck’s elevated ladder on Wednesday in Allapattah to honor a Doral Police Department officer found dead on Wednesday in southern Miami-Dade County." height="900" width="1200"/><figcaption>A large U.S. flag was flying high from a fire truck’s elevated ladder on Wednesday in Allapattah to honor a Doral Police Department officer found dead on Wednesday in southern Miami-Dade County.</figcaption></figure><p>Dozens of police officers lined the path. Some were standing at attention to salute as the ambulance passed. </p><p>A U.S. flag was draped over the police officer’s body upon arrival at the Miami-Dade County Medical Examiner’s Office. </p><figure><img src="https://www.local10.com/resizer/v2/7JLU7B7UGVGMZLKZ6L3LRLLDL4.jpeg?auth=864473ffd9851e4b9452a1152a2f255d3215a852da22d5bdd900334c96bb5773&smart=true&width=1200&height=900" alt="Miami-Dade Fire Rescue personnel deliver the body of a Doral Police Department officer to the Miami-Dade Medical Examiner's Office on Wednesday in Allapattah." height="900" width="1200"/><figcaption>Miami-Dade Fire Rescue personnel deliver the body of a Doral Police Department officer to the Miami-Dade Medical Examiner's Office on Wednesday in Allapattah.</figcaption></figure><p><i>Miami-Dade Mayor Daniella Levine Cava released a </i>statement on Wednesday evening reacting to the news of the officer’s death. </p><p>“Our hearts are heavy today as we mourn the loss of a member of the City of Doral Police Department. We extend our deepest condolences to his family, friends, and every member of the Doral Police family during this incredibly difficult time,” Levine Cava wrote. “We stand with our law enforcement community.”</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our hearts are heavy today as we mourn the loss of a member of the <a href="https://x.com/Cityofdoral?ref_src=twsrc%5Etfw">@Cityofdoral</a> Police Department. We extend our deepest condolences to his family, friends, and every member of the Doral Police family during this incredibly difficult time. We stand with our law enforcement…</p>&mdash; Daniella Levine Cava (@MayorDaniella) <a href="https://x.com/MayorDaniella/status/2085117018076840189?ref_src=twsrc%5Etfw">August 5, 2026</a></blockquote><p><i> Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d253.8787972102873!2d-80.44456134368973!3d25.618586536950936!2m3!1f228.66078847070318!2f44.91541473688873!3f0!3m2!1i1024!2i768!4f35!3m3!1m2!1s0x88d9c20ef76cde61%3A0x6c364324c2a0e970!2sColonial%20Dr%20%26%20SW%20157th%20Ave%2C%20Florida%2033187!5e1!3m2!1sen!2sus!4v1785940139828!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Agentes: Acusan a hombre de Miami de robar armas, un brazalete y unidades de almacenamiento de la camioneta sin seguro de un oficial de Policía]]></title><link>https://www.local10.com/espanol/2026/08/05/agentes-acusan-a-hombre-de-miami-de-robar-armas-un-brazalete-y-unidades-de-almacenamiento-de-la-camioneta-sin-seguro-de-un-oficial-de-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/agentes-acusan-a-hombre-de-miami-de-robar-armas-un-brazalete-y-unidades-de-almacenamiento-de-la-camioneta-sin-seguro-de-un-oficial-de-policia/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Según el informe de un agente, un hombre de 21 años dijo a las autoridades que una camioneta RAM 1500 blanca asignada por el Departamento de Policía de Miami a un oficial estaba sin seguro y tenía armas de fuego, un brazalete de oro, discos duros externos y una mochila en el condado Miami-Dade.]]></description><pubDate>Wed, 05 Aug 2026 22:41:21 +0000</pubDate><content:encoded><![CDATA[<p>Según el informe de un agente, un hombre de 21 años dijo a las autoridades que una camioneta RAM 1500 blanca asignada por el Departamento de Policía de Miami a un oficial estaba sin seguro y tenía armas de fuego, un brazalete de oro, discos duros externos y una mochila en el condado Miami-Dade.</p><p>Stephon L. Perry confesó haber robado la camioneta sin distintivos oficiales asignada al oficial de Policía antes del amanecer del 22 de julio en el vecindario West Little River, según el informe de arresto de un agente de la Oficina del Sheriff de Miami-Dade (MDSO).</p><p>“El vehículo de la víctima estaba sin seguro, lo que le permitió ingresar sin usar la fuerza”, dijo Perry a los agentes, según el informe de arresto.</p><p>El oficial informó a los agentes que dos armas de fuego, una pistola Glock 48 de su propiedad y una pistola Glock 17 asignada por el Departamento de Policía, habían sido robadas, según el informe.</p><p>“Un brazalete cubano de oro de 10 quilates, de propiedad personal y valorado en aproximadamente $3,000 USD, también fue robado del portavasos de la consola central delantera”, escribió un agente, según el informe.</p><p>También desaparecieron tres discos duros externos Shield T7, incluidos dos pertenecientes al FBI y uno al Departamento de Policía de Miami (MPD), según el informe del agente.</p><p>Los detectives utilizaron videos de vigilancia para rastrear a Perry, quien vestía una chaqueta oscura, pantalones cortos azules y llevaba un “distintivo peinado afro”, hasta una vivienda en el vecindario Liberty City de Miami, según el informe.</p><p>“Mientras registraba el área de la cocina, encontré un recipiente blanco de espuma para alimentos oculto dentro del compartimiento de almacenamiento debajo del horno”, escribió un agente, y añadió que el recipiente contenía la Glock del oficial y una Springfield Armory Hellcat de 9 mm, que había sido reportada como robada en otro caso.</p><p>Tras una persecución que incluyó el establecimiento de un perímetro, Perry regresó a su vivienda en Liberty City y un agente lo arrestó poco antes de las 7:50 p.m. del martes, cerca de Northwest Eighth Avenue y 70th Street, según el informe.</p><p>Los detectives interrogaron a Perry en la cercana estación del Distrito Northside, donde confesó haber arrojado la mochila y los discos duros a un contenedor de basura en Liberty City, además de vender el brazalete y la Glock 17 asignada por el MPD, según el informe.</p><p>Un detective informó que utilizó una base de datos para rastrear el brazalete robado del oficial hasta King Cash Pawn &amp; Jewelry, en West Little River, según el informe.</p><p>El Departamento de Correcciones de Miami-Dade ingresó a Perry en el Centro Correccional Turner Guilford Knight poco antes de las 5:15 a.m. del miércoles, según los registros de reclusos.</p><p>Perry, quien ya había sido arrestado dos veces este año por robo en Miami-Dade, enfrentaba nueve cargos en dos nuevos casos presentados por la fiscalía el miércoles, según los registros judiciales del condado Miami-Dade.</p><p>Por el robo de la camioneta policial, Perry enfrentaba ocho cargos: robo a mano armada, robo de un vehículo desocupado, dos cargos de hurto mayor de un arma de fuego en tercer grado, dos cargos de tráfico de propiedad robada, hurto mayor en tercer grado estando armado y resistencia al arresto sin violencia.</p><p>Por la Springfield Armory Hellcat robada, Perry enfrentaba un cargo adicional de hurto mayor de un arma de fuego en tercer grado, según los registros judiciales.</p><p>Un juez le negó el derecho a fianza por el cargo de robo a mano armada. El juez del Tribunal de Circuito del condado Miami-Dade, Richard Hersch, tenía previsto presidir ambos casos.</p><p><b>Lea la narrativa del informe de arresto:</b></p><figure><img src="https://www.local10.com/resizer/v2/OQ3IMUC2LBHZTBA6KOLT6ZQK2E.jpg?auth=4482645129412131b6dbf877d068067167a0e6e2f276b930b2ad1c1965fb5de0&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><i>La editora de asignaciones de Local 10 News, Mercedes Cevallos, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UG3DMVFOPNFDXJFTW2O2YM7BFI.jpg?auth=4e9f41042cfb9c698f915e3e9b30fa500071c6bfa1d0b2441035e03f1275cc5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Stephon L. Perry on Tuesday in Liberty City for a case in West Little River and corrections booked him on Wednesday morning, records show.]]></media:description></media:content></item><item><title><![CDATA[México confirma 33 casos de cyclospora y activa vigilancia epidemiológica]]></title><link>https://www.local10.com/espanol/2026/08/05/mexico-confirma-33-casos-de-cyclospora-y-activa-vigilancia-epidemiologica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/mexico-confirma-33-casos-de-cyclospora-y-activa-vigilancia-epidemiologica/</guid><dc:creator><![CDATA[Por FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Las autoridades sanitarias mexicanas informaron el miércoles que han sido detectados en el país 33 casos de cyclospora, un parásito microscópico que causa diarrea y otros síntomas que ha alcanzado niveles récords en Estados Unidos, donde esta semana se reportaron dos muertes como consecuencia del brote.]]></description><pubDate>Wed, 05 Aug 2026 23:57:06 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Las autoridades sanitarias mexicanas informaron el miércoles que han sido detectados en el país 33 casos de cyclospora, un parásito microscópico que causa diarrea y otros síntomas que ha alcanzado niveles récords en Estados Unidos, donde esta semana se reportaron dos muertes como consecuencia del brote.</p><p>Los casos fueron confirmados por la Comisión Federal para la Protección contra Riesgos Sanitarios de México (Cofepris) que indicó en un comunicado que mantiene una vigilancia epidemiológica activa del Cyclospora cayetanensis y seguimiento de los 33 contagios detectados en diferentes estados.</p><p>El anuncio se da un día después de que las autoridades sanitarias del estado occidental de Jalisco informaran sobre dos contagios con el parásito que ocasiona evacuaciones intestinales frecuentes.</p><p>El secretario de Salud de Jalisco, Héctor Pérez Gómez, dijo la víspera a la prensa que los dos casos reportados en ese estado corresponden a dos adultos que estuvieron en Canadá y en Estados Unidos. “Creemos que incubaron la enfermedad allá y presentaron manifestaciones clínicas aquí", añadió.</p><p>El parásito infecta los intestinos y se propaga a través de las heces. Los especialistas han identificado que las personas se infectan al consumir frutas o verduras que estuvieron expuestas a agua de riego contaminada con heces.</p><p>Sobre los casos confirmados en México, Pérez Gómez indicó que son “aislados" y aseguró que “no es un patógeno nuevo” en el país.</p><p>El reporte de los casos mexicanos se da en medio de las investigaciones en Estados Unidos sobre el origen del brote que ha ocasionado más de 25.000 casos confirmados.</p><p>Los Centros para el Control y la Prevención de Enfermedades de Estados Unidos (CDC, por sus siglas en inglés) informaron el miércoles que el número de estados vinculados al brote había aumentado de nueve a 15.</p><p>Los investigadores inicialmente centraron su atención en la lechuga servida por la cadena de restaurantes Taco Bell, pero posteriormente se enfocaron en la lechuga de la empresa Taylor Farms que se cultivada en su planta del estado de Guanajuato, en el centro de México. Un estudio de Cofepris descartó la presencia del parásito en la planta mexicana.</p><p>Investigación en el Caribe mexicano</p><p>Cofepris indicó que también se realizó una investigación en 16 hoteles del estado de Quintana Roo, en el Caribe mexicano, donde se tomaron muestras de frutas, verduras y agua para análisis especializados tras un reporte de las autoridades sanitarias del Reino Unido sobre viajeros que se habrían contagiado con cyclospora durante su estancia en la Riviera Maya.</p><p>El estudio de campo en Quintana Roo —una de las joyas del turismo mexicano que recibe anualmente decenas de miles de visitantes de todas partes del mundo— finalizó el 4 de agosto y actualmente los laboratorios realizan el procesamiento de las muestras recolectadas, refirió el comunicado.</p><p>A inicios de esta semana las autoridades sanitarias del estado de Michigan confirmaron el deceso de dos personas por el brote de ciclosporiasis, que se convirtieron en las dos primeras muertes confirmadas en Estados Unidos relacionadas con el parásito.</p><p>El Departamento de Salud y Servicios Humanos de Michigan indicó que ambas personas tenían afecciones de salud subyacentes que podrían haberse visto afectadas por la enfermedad intestinal y la deshidratación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3YJN4CBUJNJSS3DEUHFIBF33PM.jpg?auth=abbd9e2c6c0fd7a2db9c1c09a5a20cebb646ce3fffcd0a4b8686198c159271fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta fotografía tomada a través de un microscopio y difundida por los CDC muestra Cyclospora cayetanensis oocysts de una muestra de heces. (CDC vía AP, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Melanie Moser</media:credit></media:content></item><item><title><![CDATA[Tras golpiza en la cárcel, Neha Gupta, acusada de asesinato, solicita ser separada de otra sospechosa de asesinato, Daisy Link]]></title><link>https://www.local10.com/espanol/2026/08/05/tras-golpiza-en-la-carcel-neha-gupta-acusada-de-asesinato-solicita-ser-separada-de-otra-sospechosa-de-asesinato-daisy-link/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/tras-golpiza-en-la-carcel-neha-gupta-acusada-de-asesinato-solicita-ser-separada-de-otra-sospechosa-de-asesinato-daisy-link/</guid><dc:creator><![CDATA[Chris Gothner, Terrell Forney]]></dc:creator><description><![CDATA[Dos de las sospechosas de asesinato más conocidas del sur de Florida, Daisy Link y la doctora Neha Gupta, son el centro de una disputa en curso en la cárcel, según un documento judicial. Ahora Gupta solicita ser separada de Link, quien está acusada de golpear a la pediatra de Oklahoma mientras ambas permanecían tras las rejas.]]></description><pubDate>Wed, 05 Aug 2026 22:28:53 +0000</pubDate><content:encoded><![CDATA[<p>Dos de las sospechosas de asesinato más conocidas del sur de Florida, <a href="https://www.local10.com/topic/Daisy_Link/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Daisy_Link/">Daisy Link</a> y la doctora <a href="https://www.local10.com/topic/Neha_Gupta/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Neha_Gupta/">Neha Gupta</a>, son el centro de una disputa en curso en la cárcel, según un documento judicial. Ahora Gupta solicita ser separada de Link, quien está <a href="https://www.local10.com/news/local/2026/01/27/convicted-killer-daisy-link-who-got-pregnant-in-miami-jail-now-accused-of-attacking-fellow-inmate/#:~:text=a%20fellow%20inmate.-,Leer%20en%20espa%C3%B1ol,-According%20to%20an" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/01/27/convicted-killer-daisy-link-who-got-pregnant-in-miami-jail-now-accused-of-attacking-fellow-inmate/#:~:text=a%20fellow%20inmate.-,Leer%20en%20espa%C3%B1ol,-According%20to%20an">acusada de golpear a la pediatra de Oklahoma</a> mientras ambas permanecían tras las rejas.</p><p>Link, de 31 años y residente de Homestead, ha permanecido recluida en el Centro Correccional Turner Guilford Knight del condado Miami-Dade desde 2022. En 2025 fue <a href="https://www.local10.com/espanol/2025/10/16/daisy-link-cuya-embarazo-en-la-carcel-fue-noticia-mundial-fue-declarada-culpable-de-asesinato/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/10/16/daisy-link-cuya-embarazo-en-la-carcel-fue-noticia-mundial-fue-declarada-culpable-de-asesinato/">declarada culpable</a> de matar a su pareja de muchos años, pero esa condena fue revocada posteriormente y ahora espera un nuevo juicio por asesinato.</p><p>Sin embargo, el presunto crimen no fue lo que acaparó los titulares internacionales. Lo que llamó la atención fue que <a href="https://www.local10.com/news/local/2024/01/04/investigation-underway-after-inmate-becomes-pregnant-at-miami-dade-jail/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/01/04/investigation-underway-after-inmate-becomes-pregnant-at-miami-dade-jail/">logró quedar embarazada</a> de otro recluso mientras estaba encarcelada en TGK. Ambos habían ideado un plan para pasar semen encapsulado a través de un conducto de ventilación.</p><p>Gupta, de 37 años y residente de Oklahoma City, permanece recluida en TGK desde julio de 2025. Está <a href="https://www.local10.com/espanol/2025/07/02/mdso-pediatra-de-oklahoma-enfrenta-cargos-de-asesinato-despues-de-que-su-hija-se-ahogara-en-una-piscina-en-el-portal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/07/02/mdso-pediatra-de-oklahoma-enfrenta-cargos-de-asesinato-despues-de-que-su-hija-se-ahogara-en-una-piscina-en-el-portal/">acusada de matar a su hija de 4 años</a> y de simular que murió ahogada en una casa de alquiler vacacional en El Portal el mes anterior, mientras visitaba el sur de Florida desde Oklahoma. Enfrenta un cargo de asesinato en segundo grado.</p><p>En enero, las autoridades informaron que Link atacó a Gupta, golpeándola múltiples veces en la cabeza y el rostro, además de halarle el cabello.</p><p>Gupta compareció el miércoles ante un tribunal de Miami después de que sus abogados presentaran una moción de emergencia para solicitar una orden de separación.</p><p>Sus abogados indicaron que Link había sido trasladada de la unidad de alojamiento que ambas compartían en TGK, pero que posteriormente fue regresada a esa misma unidad en junio.</p><p>En julio, Link se acercó a la puerta de la celda de Gupta y “comenzó a golpearla agresivamente y a gritar: “Te voy a matar””, según el documento judicial.</p><p>El 20 de julio ocurrió “otro incidente” entre ambas, según el documento judicial, y cuatro días después una asociada de Link atacó a Gupta.</p><p>Un funcionario del Departamento de Correccionales y Rehabilitación de Miami-Dade declaró que Link “está en el nivel inferior de la unidad” y “no puede salir de su celda al mismo tiempo que” Gupta.</p><p>“Esto es lo mejor que podemos hacer en este momento”, declaró el funcionario.</p><p>El miércoles, el juez no llegó a ordenar ninguna medida.</p><p>“El tribunal no tiene autoridad en este momento para conceder la solicitud de una orden de separación”, dijo el juez Zachary James. “Nuevamente recomendaría que el Departamento de Correcciones continúe atento a este asunto, como lo ha estado haciendo, para garantizar que permanezcan separadas”.</p>]]></content:encoded></item><item><title><![CDATA[GOP Rep. Max Miller resists pressure to drop reelection bid as party anxiety grows over abuse claims]]></title><link>https://www.local10.com/news/politics/2026/08/05/gop-rep-max-miller-resists-pressure-to-drop-reelection-bid-as-party-anxiety-grows-over-abuse-claims/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/05/gop-rep-max-miller-resists-pressure-to-drop-reelection-bid-as-party-anxiety-grows-over-abuse-claims/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH and THOMAS BEAUMONT, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — Republican Rep. Max Miller of Ohio resisted pressure Wednesday to exit his reelection campaign for Congress, even as anxiety over his electability was growing within his own party.]]></description><pubDate>Wed, 05 Aug 2026 22:29:16 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — Republican Rep. Max Miller of Ohio resisted pressure Wednesday to exit his reelection campaign for Congress, even as anxiety over his electability was growing within his own party.</p><p>Miller is facing a congressional ethics investigation related to domestic abuse allegations leveled against him by his ex-wife but is insisting he won't withdraw. “I’m not going anywhere,” he told CNN on Wednesday.</p><p>The second-term congressman's actions in a parade of public appearances — beginning with a livestream from his X account Sunday — are heightening concerns among Republicans, who have only until Monday to replace Miller on the November ballot if he were to change his mind and withdraw.</p><p>Some senior House Republican campaign strategists worry that Miller’s chances of reelection in the competitive Cleveland-area district have vanished in light of the renewed attention on the allegations and his attempts to defend himself, according to a source familiar with the strategists' thinking who requested anonymity to discuss internal party deliberations.</p><p>Messages left for Miller were not returned.</p><p>Miller said in a CNN interview earlier this week that he had spoken about his reelection prospects with President Donald Trump, who told him, “I don’t know if you’re going to be able to, you know, pull this one out."</p><p>Miller, a senior adviser to Trump during his first term, said he believes he retains strong support within his district and can raise the money needed for a winning campaign. Miller has so far raised about $2.1 million, compared to his opponent's $603,000, according to federal filings.</p><p>“There’s no chance that I’m removing myself from this race,” even if Trump were to ask him to step aside, Miller said in a Newsmax interview Tuesday evening.</p><p>He had previewed his decision to stay the course over the weekend when he went live on the social platform X and posted a huge cache of documents related to the divorce and custody cases involving him and his ex-wife, Emily Moreno, the daughter of Republican U.S. Sen. Bernie Moreno.</p><p>Democrats view the fresh scrutiny on the long-running custody battle and Miller's public attempts to defend himself as a potential opening to flip a seat as they seek to retake control of the U.S. House in this year's midterms.</p><p>Miller's Democratic opponent, Brian Poindexter, a union ironworker, capitalized on the controversy in a pitch to potential donors Wednesday. He accused Miller of “moral bankruptcy.”</p><p>“His own party won't stand behind him. His own family has said he's not fit to serve,” he said, referring to comments by Sen. Moreno, who said the congressman lacks “the basic standards of character required to hold elected office.”</p><p>To allow his party to name a replacement by a 4 p.m. Monday deadline, Miller would have to formally withdraw by sometime Saturday. That's to give enough time for the required 48-hour notice of a meeting of the Republican Party chairs from the four Ohio counties in his district who would name his replacement.</p><p>On Tuesday, the House Ethics Committee announced it had opened an investigation into whether he “may have engaged in domestic violence and abuse or illegal drug use.” A group of Democratic lawmakers had also said they wanted an investigation into Miller's conduct. Earlier, Miller himself called for review by the House panel.</p><p>The committee's announcement came a day after it recommended another lawmaker be censured after finding he had engaged in inappropriate behavior with young female aides.</p><p>The accusations against Miller by Emily Moreno and by a former girlfriend, one-time White House press secretary Stephanie Grisham, have been public for years but have drawn increased scrutiny in recent weeks. Emily Moreno has said Miller scalded, hit and threatened her while they were married, allegations Miller has denied.</p><p>Miller also said he had nothing to do with a recent broken collarbone on their 2-year-old daughter that led Emily Moreno to contact authorities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUJNNT4J2ZB3TDTQVRHNWX337Y.jpg?auth=289a99f4ef1a45269331a56c02124fc9dd47f1866203c42669f71d2752a18ae7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep.-elect Max Miller, R-Ohio, arrives for new member orientation check-in and program registration in Washington, Nov. 13, 2022. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZJIPP27VAFLCP7676EZNGEEDQ.jpg?auth=0301945836eec6822625cafae99cdbe065c5422fec385ce1ad1b7cb8f81828b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep.-elect Max Miller, R-Ohio, arrives for new member orientation check-in and program registration with Emily Moreno in Washington, Nov. 13, 2022. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content></item><item><title><![CDATA[August 5: Seasonably warm with scattered showers, storms possible]]></title><link>https://www.local10.com/weather/2026/08/05/august-5-seasonably-warm-with-scattered-showers-storms-possible/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/05/august-5-seasonably-warm-with-scattered-showers-storms-possible/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A spotty shower or two could dampen parts of South Florida or the Keys Wednesday night. ]]></description><pubDate>Wed, 05 Aug 2026 22:18:53 +0000</pubDate><content:encoded><![CDATA[<p>A spotty shower or two could dampen parts of South Florida or the Keys Wednesday night. Otherwise, clouds linger over Broward and Miami-Dade counties.</p><p>Thursday will feature a sun/cloud mix with the possibility for “here/there” showers and storms, particularly during the morning and early afternoon for Miami-Dade and Broward counties. Near seasonable temperatures are forecast, lows in the upper 70s and highs around 90°F.</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[Yankees star Aaron Judge cleared for light activity and says he will return from injury this season]]></title><link>https://www.local10.com/sports/2026/08/05/yankees-star-aaron-judge-cleared-for-light-activity-and-says-he-will-return-from-injury-this-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/yankees-star-aaron-judge-cleared-for-light-activity-and-says-he-will-return-from-injury-this-season/</guid><dc:creator><![CDATA[By MIKE FITZPATRICK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Aaron Judge has been cleared to begin light workout activity, and the New York Yankees captain said he will return this season from the broken rib that's sidelined him since May 31.]]></description><pubDate>Thu, 06 Aug 2026 01:12:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Aaron Judge has been cleared to begin light workout activity, and the New York Yankees captain said he will return this season from the broken rib that's sidelined him since May 31.</p><p>“Oh, I’ll be back this season. I don’t know why I wouldn’t be,” the three-time AL MVP said Wednesday at Yankee Stadium. “That was always the plan to come back — sooner than later, definitely. But I never had a thought of not playing this year.”</p><p>Judge was on the field in baseball gear Wednesday afternoon, stretching, jogging and doing shuffle slides with a resistance band. He was given the green light to take a step forward in his recovery progression after undergoing his latest scan Tuesday.</p><p>“Better news. Healing up. So, you get a chance to progress a little bit, do some running, do some more upper-body stuff, and kind of progress towards getting back out on the field and swinging it,” he said. “I wish it was completely healed and the fracture was gone and start playing tomorrow, but that’s not the case. But, great step forward.”</p><p>It will still be a while before Judge is back in the lineup. He must first advance to taking swings, and it remains unclear when that could occur.</p><p>“I think that’s going to be the ultimate test, is hitting,” Judge said. “That’s the most violent of it all, I think, more than running or lifting and stuff like that. So, once we keep progressing, everything’s feeling great, then we take another scan, see where it’s at and hopefully add in hitting and throwing and all that down the road.”</p><p>Neither he nor Yankees manager Aaron Boone offered a target date for the outfielder's return.</p><p>“I’ve got nothing for you on that yet. I just got the scan yesterday and the minute they said all right, we’re going to start running, I said, ‘OK, I’ll see you outside.’ So, I kind of forced them on that one,” Judge said.</p><p>“But, no, hopefully whenever we get a game plan, you guys will be somewhere on the list,” the slugger added, drawing laughs from reporters. “Not the top.”</p><p>The 34-year-old Judge said he's been telling the medical staff he’s “feeling great” and wants to “kind of get this thing moving.”</p><p>Boone, however, said the eight-time All-Star is keeping the big picture in mind, too.</p><p>“I think he understands what’s at stake and his obviously importance to this club and wanting to get back out there — but he’s got to be whole, too," Boone said. "So, I think he certainly wants to push the envelope as much as he possibly can, but also understands that healing needs to happen with this.</p><p>“We're at that portion of the show now where he gets to start progressing,” the manager explained. "It's good to see him with his pinstripes on, in cleats, and heading out onto the field in the afternoon.”</p><p>Judge is on the 60-day injured list with a stress fracture of his right rib. He is hitting .248 with 17 home runs, 38 RBIs and a .907 OPS this year, but he had just one homer in his last 18 games before going on the IL.</p><p>“It was great being on the field, great being back out there,” he said. “I’ve been with the guys as much as I can, especially on the road or here in the dugout. But to actually feel like a little bit of a player felt great.”</p><p>Going into Wednesday night's series finale against the St. Louis Cardinals, the Yankees (64-50) were 28-27 since Judge last played on May 31 — although their offense has been one of the worst in the majors during that stretch.</p><p>New York also has been without designated hitter Giancarlo Stanton since April 25 because of a right calf strain and All-Star left fielder Cody Bellinger since July 26 due to a left hamstring strain. Bellinger, expected to miss four to six weeks, took batting practice on the field Wednesday.</p><p>Looking to boost their lineup, the Yankees acquired first baseman Luis García Jr. and outfielder Heliot Ramos ahead of Monday's trade deadline. They entered Wednesday night trailing first-place Tampa Bay by four games in the AL East and holding the league's top wild card.</p><p>“I’ve got a broken rib, so you’re going to feel it. But it’s healing up. So that’s the progress we want to see so we can start doing some more and kind of testing and see where we’re at,” Judge said. “Because we’re running out of days. I know we’ve got 52 days left, 53 days left, so, got to get back out there.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X52U42PTEIOSPFPOAXRSFJXSMM.jpg?auth=420b11ccb078ff7e7fd893dbf353965abde3a1f4178ee562dc77c47f840d84be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge looks on in the ninth inning during the first baseball game of a doubleheader against the Pittsburgh Pirates, Wednesday, July 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CCQ3M5Z43OXU2DSRUJ4FZFN5XE.jpg?auth=1486a0741fdc57bc39496e4ff4736b401322a30b6dae1dd98a9e427377353e55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge watches from the dugout during a baseball game against the Tampa Bay Rays Monday, July 6, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZD3RFCVUR7W5VCGA2DWOGY4M4.jpg?auth=1b780d18ec9fb01874915a85614de5a2b45b251666896f949df262eed651e2f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees assistant hitting coach Jake Hirst, left, and Aaron Judge watch from the dugout during the seventh inning of a baseball game Wednesday, July 8, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGUD34MHOEQNAY4PVVWJZ2XR54.jpg?auth=6d930433e2bc0dfd74df5804b9fcdaa4e29e62a1f8ba0efe2969b7314f7e169d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge, center, celebrates Ben Rice's, not pictured, two-run home run during the third inning of a baseball game against the Tampa Bay Rays Thursday, July 9, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MA355NCM245UZQFC3EHJYI7KXY.jpg?auth=91a18cb79c4a35cbc7e84bdec010f103043eab009a42e9ec09be2e3643462964&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge looks on from the dugout during the third inning of a baseball game against the Los Angeles Dodgers, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[US moves to shut a Kentucky organ donation group, citing safety failures]]></title><link>https://www.local10.com/health/2026/08/05/us-moves-to-shut-a-kentucky-organ-donation-group-citing-safety-failures/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/05/us-moves-to-shut-a-kentucky-organ-donation-group-citing-safety-failures/</guid><dc:creator><![CDATA[By LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[The Trump administration said Wednesday it will shut down a Kentucky organ donation group accused of continuing plans for organ retrieval from some patients who unexpectedly showed signs of life.]]></description><pubDate>Wed, 05 Aug 2026 21:42:06 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration said Wednesday it will shut down a Kentucky organ donation group accused of continuing plans for organ retrieval from some patients who unexpectedly showed signs of life.</p><p>While those surgeries were canceled, the cases made headlines several years ago, prompting a spike in people around the country revoking their organ donor registrations.</p><p>Health Secretary Robert F. Kennedy Jr. called the nonprofit Network for Hope “a bad apple” and accused it of “persistent safety failures” in announcing the government was starting the process to decertify it.</p><p>Network for Hope is one of about 55 organ procurement organizations, or OPOs, that coordinate the recovery of organs from deceased donors and help match them to patients on the nation’s transplant list. In a statement, Network for Hope said it “strongly disagrees” with Kennedy’s decision and will appeal.</p><p>Among the allegations is that in 2021, Network for Hope’s predecessor organization pressured a local hospital to proceed with plans to withdraw life support and retrieve organs from a man despite signs that he was waking up from a drug overdose. The man survived and his sister joined Kennedy at a press briefing Wednesday, thanking him.</p><p>OPOs cannot declare if someone is dead — only a doctor at the hospital treating the person can do that. Only after that declaration can a donor agency assume responsibility for the deceased, looking for potential recipients and scheduling surgeons to come in to retrieve the organs. Most donations come from people declared brain-dead. But sometimes doctors say a patient has a nonsurvivable injury and the family decides to withdraw life support — and in certain circumstances, that also can allow for donation.</p><p>In its statement, Network for Hope said it complies with all federal organ policies. It said that over a year ago it implemented a “first-of-its-kind” new safeguard allowing anyone — including health professionals or family members — to call a pause in donation planning if there’s any concern the patient won’t be appropriate.</p><p>Kentucky recently passed a law mandating that pause and the federal Organ Procurement and Transplantation Network is working on new rules that also would require all the nation’s OPOs to implement it.</p><p>More than 100,000 people are on the U.S. transplant list, the vast majority seeking a kidney, and thousands will die waiting for a new organ. There were more than 49,000 transplants last year, a record despite a small drop in donations from the deceased — the first such dip in a decade.</p><p>—-</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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[A $150M contract for migrant kids’ lawyers goes to a Trump-linked Texas firm, raising concerns]]></title><link>https://www.local10.com/news/politics/2026/08/05/legal-aid-groups-alarmed-as-trump-administration-awards-150m-migrant-child-contract-to-texas-firm/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/05/legal-aid-groups-alarmed-as-trump-administration-awards-150m-migrant-child-contract-to-texas-firm/</guid><dc:creator><![CDATA[By REBECCA SANTANA, VALERIE GONZALEZ, CYBELE MAYES-OSTERMAN and RYAN J. FOLEY, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — The Trump administration has awarded a $150 million contract to give legal representation to migrant children traveling alone to the U.S. to a small Texas law firm with ties to the administration but little experience in immigration law, prompting legal aid groups who’ve long represented those children to warn that the move could make them vulnerable to deportation.]]></description><pubDate>Thu, 06 Aug 2026 01:15:23 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The Trump administration has awarded a $150 million contract to give legal representation to migrant children traveling alone to the U.S. to a small Texas law firm with ties to the administration but little experience in immigration law, prompting legal aid groups who’ve long represented those children to warn that the move could make them vulnerable to deportation.</p><p>The contract to the Houston-based Burke Law Group comes as the Trump administration ramps up its mass deportation campaign across the country and after the administration last week let a key contract with a network of legal groups working with immigrant children around the country expire with no replacement. The providers have increasingly raised worries that children won't have the experienced legal help they need at a time when the administration is intensifying efforts to remove people from the country.</p><p>Michael Lukens, who heads the Amica Center, called the idea that the administration had given the sole-source contract to the Texas firm “upsetting and shocking."</p><p>“It really does forebode a situation where children are going to get no meaningful due process, no meaningful day in court. We cannot have a random law firm entrusted to take care of children,” Lukens said.</p><p>The groups said the contract announced Tuesday only applies to the children currently held in government-run shelters and that the government would need to issue another contract covering services for migrant children outside the shelter system. Lukens said that there are currently about 1,800 children living in shelters, and roughly 22,000 living outside with sponsors, such as family members.</p><p>The Department of Health and Human Services, which oversees the government agency responsible for caring for unaccompanied migrant children, did not respond to requests for comment.</p><p>Contract goes to firm with Trump administration ties</p><p>The Trump administration announced late Tuesday that they were hiring the Houston-based Burke to provide legal services to unaccompanied children. The year-long contract starts August 15.</p><p>Only two of the 25 lawyers listed on the firm’s website on Wednesday morning claim relevant experience in immigration law in their biographies.</p><p>Many of the others at the firm are corporate lawyers with ties to conservative causes and to President Trump. The firm’s founder, Marcella Burke, served in Trump’s first administration as a lawyer in the Environmental Protection Agency and the Department of the Interior.</p><p>Others on its roster include Justin Shubow, the leading supporter of Trump’s efforts to require federal buildings to adhere to classical and traditional architectural styles, and a former Trump appointee to the U.S. Commission of Fine Arts. Prominent conservative legal scholar Ilya Shapiro is listed as a “senior counsel.”</p><p>The firm and the founder didn’t immediately return messages seeking comment.</p><p>The notice says Burke’s contract is a “single source cooperative agreement,” which means the administration picked the firm without a competitive bidding process. It did not offer a justification for bypassing standard bidding rules.</p><p>Government required to facilitate legal representation</p><p>Migrant children alone are viewed as especially vulnerable because of their age and are usually entrusted to U.S. government care. There are various legal protections that apply to them once they’re in the U.S., including the Trafficking Victims Protection Reauthorization Act of 2008, which requires the government to facilitate legal representation for children put into deportation proceedings.</p><p>That representation, until recently, was carried out by a network of nearly 100 legal aid providers across the country that provided know-your-rights trainings to children in shelters and directly represented them in court proceedings.</p><p>But last Friday marked the last day of that contract and, until late Tuesday, it wasn't clear if a new contract would be put in place and, if it was, who would do the work.</p><p>On top of the contract uncertainty, the legal aid providers say they've been struggling to get repaid for work they have already done since last November. The groups say the administration is asking for detailed information about their clients that they say they're not ethically able to provide.</p><p>Legal advocates say they've seen other trends that worry them. Since April, the courts started to call dozens of cases at once in so-called “rocket dockets" and immigrant children have had their hearings moved up and given less time to prepare.</p><p>Emails to providers, multiple lawyers at courts cause confusion</p><p>Other recent occurrences have raised questions about the administration’s intentions regarding the children’s legal representation and caused confusion.</p><p>The Associated Press obtained emails sent by the Office of Refugee Resettlement, the federal agency responsible for overseeing unaccompanied migrant children, to lawyers representing migrant children in federal custody. The emails, sent late Tuesday, asked for their clients’ personal identification numbers and requested the lawyers respond within four hours confirming they would be appearing to represent their clients in upcoming hearings.</p><p>It was not immediately clear why the administration was making such requests of the children’s lawyers.</p><p>Separately, attorneys in courtrooms across the country said their hearings were interrupted by lawyers claiming they had been asked by the Trump administration to take over the children’s cases, without having given prior notice.</p><p>At a hearing in Chicago Wednesday morning for unaccompanied detained immigrant children, an attorney who did not represent any of the children suddenly appeared via video stream, in an exchange witnessed by an Associated Press reporter.</p><p>The attorney said she was with the U.S. Committee for Refugees and Immigrants, a legal aid group, and that the organization had been contacted by the Office of Refugee Resettlement to “appear on behalf” of children without legal representation due to a “gap in legal services.” She said her organization had received the children’s private information, including their names and identifying numbers, from the federal government.</p><p>The judge said that since all the children already had lawyers, he wasn’t going to allow anyone to watch on the video stream, and the outside attorney dropped off.</p><p>Laura Smith, an attorney representing some of the children, expressed confusion about why the person was there: “It sounds like this is a person who has my client’s information.”</p><p>The U.S. Committee for Refugees and Immigrants referred questions from The Associated Press to HHS’s Office of Refugee Resettlement.</p><p>Alexa Sendukas, the managing attorney at the Galveston Houston Immigrant Representation Project, said one of her organization’s attorneys witnessed a similar confusion play out in court Wednesday morning in Houston and that her organization had heard of similar situations in other courtrooms across the country.</p><p>__</p><p>Santana reported from Sacramento, Gonzalez reported from McAllen, Texas, and Foley reported from Iowa City, Iowa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJR7D4DNNR37UQSIQKV4DOCLBA.jpg?auth=aab7525b4c27896f07b6730e5a3800a3c7708d59d5e4a6556ca7384d9f0e2fc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People arrive for immigration court hearings in New York, Monday, July 27, 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/HAMHYNJ6WLSE4JCGB6P4L24IEA.jpg?auth=548bedff5e9a392c271c83adab504043526cf641544b84e1df03a8c9ace9a6b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign marks the entrance to a series of hardened tents at the Camp East Montana immigrant detention center in the desert at a U.S. Army base on the outskirts of El Paso, Texas, Feb. 13, 2026. (AP Photo/Morgan Lee, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Morgan Lee</media:credit></media:content></item><item><title><![CDATA[Crow-Armstrong goes deep twice as the Cubs sweep Ohtani and the Dodgers with a wild 7-6 win]]></title><link>https://www.local10.com/sports/2026/08/05/crow-armstrong-goes-deep-twice-as-the-cubs-sweep-ohtani-and-the-dodgers-with-a-wild-7-6-win/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/crow-armstrong-goes-deep-twice-as-the-cubs-sweep-ohtani-and-the-dodgers-with-a-wild-7-6-win/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Pete Crow-Armstrong homered twice and drove in four runs, and the Chicago Cubs swept Shohei Ohtani and the struggling Los Angeles Dodgers with a wild 7-6 victory on Wednesday.]]></description><pubDate>Wed, 05 Aug 2026 22:20:05 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Pete Crow-Armstrong homered twice and drove in four runs, and the Chicago Cubs swept Shohei Ohtani and the struggling Los Angeles Dodgers with a wild 7-6 victory on Wednesday.</p><p>Nico Hoerner added three hits as Chicago won for the fourth time in five games. The Cubs also improved to 32-15 since June 11, strengthening their hold on the top spot in the NL wild-card standings.</p><p>Los Angeles was swept for the second straight series. The two-time defending World Series champions have dropped six in a row for the first time since a seven-game skid in July 2025.</p><p>Ohtani went deep twice for the NL West-leading Dodgers, and Max Muncy connected for a three-run homer in a five-run eighth inning. Mookie Betts had four hits after he batted just .167 (15 for 90) in his previous 25 games.</p><p>Dodgers first baseman Freddie Freeman was replaced in the fifth after a pitch hit the side of his right hand on a foul ball. X-rays were negative, and Freeman said he was OK.</p><p>Ohtani and Crow-Armstrong exchanged leadoff homers in the first, continuing what has become a two-man race for NL MVP.</p><p>Chicago added two more in the second on RBI doubles by Dansby Swanson and Crow-Armstrong off Eric Lauer (6-6). Crow-Armstrong made it 5-1 with a two-run shot in the fourth that went off the videoboard in right field, his 26th of the season.</p><p>Chicago left-hander Shota Imanaga (8-9) scattered eight hits while working five innings of one-run ball. He struck out six and walked none.</p><p>Los Angeles rallied in the eighth. Ohtani's two-run homer off Ryan Zeferjahn, his 26th, trimmed Chicago's lead to one. The Dodgers had a runner on second when Kiké Hernández struck out swinging, ending the inning.</p><p>Jacob Webb worked a perfect ninth for his sixth save.</p><p>Up next</p><p>Dodgers: RHP Roki Sasaki (5-5, 4.64 ERA) starts Friday night in the opener of a series at Arizona.</p><p>Cubs: LHP David Peterson (6-7, 5.52 ERA) starts on Thursday against Toronto in the makeup of a June 21 rainout. RHP Dylan Cease (7-5, 2.41) takes the mound for the Blue Jays.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2L6PKEYPVHXUGQ7WSTKL4LZF3Q.jpg?auth=0642167659571ed59421a8966c5c8b89094fb08b909ed14d08beb573a3e89664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs designated hitter Pete Crow-Armstrong gestures while running the bases after hitting a home run during the fourth inning of a baseball game against the Los Angeles Dodgers in Chicago, Wednesday, Aug. 5, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/62E7FLJK7W5Y66QFTBCCREWXOI.jpg?auth=33c54d6133290856350661af84269b460e808ef61f61c924184431ca42e3921e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs designated hitter Pete Crow-Armstrong drops the bat after hitting a home run during the fourth inning of a baseball game against the Los Angeles Dodgers in Chicago, Wednesday, Aug. 5, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QVULWQ5PP2LUJWVWWBONYGHP3U.jpg?auth=a8cf425021bb93a2408152a0f3ff8a12947c37acd0d2d106ccbe9ea5f122b9a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers designated hitter Shohei Ohtani celebrates in the dugout with teammates after hitting a home during the first inning of a baseball game against the Chicago Cubs in Chicago, Wednesday, Aug. 5, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4RUMQ6KO4LTWDAUC5LOQNVKNM4.jpg?auth=66603d452c4c5a38f8f83504ba72e699583f5570c86789dfacb62cde59a3035d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers pitcher Eric Lauer (33) throws to a Chicago Cubs batter during the first inning of a baseball game in Chicago, Wednesday, Aug. 5, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UA6UXZBUQQ562FOFD36HW6JTUI.jpg?auth=27aedd779363081fe4ccb8de0d98de44e87eb60295b9e404aa1d67b2dbeab757&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs pitcher Shota Imanaga throws to a Los Angeles Dodgers batter during the first inning of a baseball game in Chicago, Wednesday, Aug. 5, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content></item><item><title><![CDATA[Asesinan a un influencer durante una transmisión en vivo en Culiacán, México]]></title><link>https://www.local10.com/espanol/2026/08/05/asesinan-a-un-influencer-durante-una-transmision-en-vivo-en-culiacan-mexico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/asesinan-a-un-influencer-durante-una-transmision-en-vivo-en-culiacan-mexico/</guid><dc:creator><![CDATA[Por MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Un hombre armado asesinó a balazos a un influencer durante una transmisión en vivo en el estado de Sinaloa, en el noroeste de México, informaron las autoridades el miércoles. El ataque dejó de manifiesto la persistente violencia en contra de las personalidades de redes sociales en el país latinoamericano.]]></description><pubDate>Wed, 05 Aug 2026 21:30:08 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Un hombre armado asesinó a balazos a un influencer durante una transmisión en vivo en el estado de Sinaloa, en el noroeste de México, informaron las autoridades el miércoles. El ataque dejó de manifiesto la persistente violencia en contra de las personalidades de redes sociales en el país latinoamericano.</p><p>El influencer César Gastélum fue asesinado la noche del martes en Culiacán, capital del estado de Sinaloa, indicaron las autoridades, las cuales dieron a entender que su muerte estaba relacionada a la violencia de los cárteles del narcotráfico, pero no responsabilizaron a algún grupo en particular.</p><p>Un video del ataque, el cual fue visto por The Associated Press, muestra a Gastélum riendo junto a otros dos hombres en el estacionamiento de un Kentucky Fried Chicken cuando aparecen otras dos personas que bajan de una motocicleta. Una de ellas saca un arma y le dispara a Gastélum antes de escapar del lugar.</p><p>El ataque se perpetró a pocas cuadras de la fiscalía local en plena hora pico.</p><p>El Gabinete de Seguridad de México y elementos de la fiscalía local aseguraron que la investigación sigue en curso y que, al parecer, Gastélum había publicado algunos videos en los que “hacía alusión a una facción de un grupo delictivo”.</p><p>La presidenta de México, Claudia Sheinbaum, dijo el miércoles en su conferencia de prensa matutina que "tiene que detenerse a los autores materiales y, en todo caso, al autor intelectual, y conocer la razón de por qué se da este lamentable homicidio".</p><p>Gastélum tenía más de 650.000 seguidores en TikTok, e incluso más en Instagram y otras plataformas de redes sociales. Publicaba videos de comedia y contenido acompañado de música regional mexicana. En ocasiones se refería a sí mismo en sus videos como “bélico”, un término utilizado frecuentemente en las subculturas del país para insinuar una conexión con los cárteles.</p><p>En las cuentas de redes sociales de Gastélum se publicaron el miércoles mensajes de “descansa en paz”.</p><p>Sinaloa se ha visto devastado en los últimos años por la guerra entre dos facciones del Cártel de Sinaloa. En el punto más álgido de los enfrentamientos, aparecían cadáveres por toda la ciudad marcados con la firma de una facción o la otra.</p><p>Una de ellas, Los Chapitos, solía dejar una pizza o una caja de pizza sobre un cuerpo. La otra, Los Mayos, dejaba un sombrero, por lo que se volvió peligroso usar ese tipo de sombreros en la ciudad, ya que podía interpretarse como lealtad a uno de los grupos.</p><p>Gastélum fue grabado la noche del martes usando un sombrero blanco.</p><p>El miércoles se encendieron veladoras en el lugar donde fue asesinado. Fue la segunda vez en poco más de un año que un influencer fue abatido a tiros por hombres armados durante una transmisión en vivo.</p><p>La influencer de belleza Valeria Márquez, de 23 años, fue asesinada a balazos en mayo de 2025 mientras transmitía en vivo por TikTok desde un salón de belleza del estado occidental de Jalisco.</p><p>El asesinato de Gastélum se produjo en momentos en que el gobierno de México enfrenta cada vez más presión de Washington para tomar medidas enérgicas contra la violencia del crimen organizado.</p><p>También es parte de una tendencia más amplia de grupos criminales que atacan a influencers, especialmente en regiones como Sinaloa y Jalisco, dos regiones dominadas por el crimen organizado.</p><p>El analista de seguridad, David Saucedo, explicó que los influencers son asesinados o amenazados por una amplia variedad de motivos. En algunos caso podrían haber tenido vínculos con una facción criminal en una región en disputa, produciendo contenido para ellos en redes sociales o manteniendo relaciones sentimentales con integrantes de cárteles. En otros, los influencers lavan dinero para los cárteles o difunden información de manera similar a la de un periodista.</p><p>"A los carteles les interesa dictar la línea editorial dictar y controlar la línea editorial de las regiones en donde operan", explicó Saucedo. "Es por eso que varios influencers son atacados y amenazados con el objeto de convertirse en el canal de difusión de mensajes criminales".</p><p>___</p><p>El periodista de The Associated Press Aarón Ibarra en Culiacán, México, contribuyó con este despacho.</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/Z6LO7NBVN2UIN3FGTDLCU4AKVI.jpg?auth=e130879b814953274acf5591a5d01e8345b78e9e36daef7224bbb03925140530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Veladoras cerca del lugar en donde el influencer César Gastélum fue asesinado la noche anterior, el miércoles 5 de agosto de 2026, en Culiacán, México. (AP Foto/Aaron Ibarra)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Ibarra</media:credit></media:content></item><item><title><![CDATA[Detroit could regain Black voice in Congress with Thanedar's tumble in 13th District race]]></title><link>https://www.local10.com/news/politics/2026/08/05/detroit-could-regain-black-voice-in-congress-with-thanedars-tumble-in-13th-district-race/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/05/detroit-could-regain-black-voice-in-congress-with-thanedars-tumble-in-13th-district-race/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Asked about his choice for Congress minutes after casting his ballot in Detroit, Michael Fuqua struggled to come up with a name.]]></description><pubDate>Wed, 05 Aug 2026 21:23:41 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Asked about his choice for Congress minutes after casting his ballot in Detroit, Michael Fuqua struggled to come up with a name.</p><p>“Dillinger. I think it was Daniel,” Fuqua replied Tuesday afternoon outside Henry Ford High School on the city's northwest side. But Fuqua was much clearer about who didn't get his vote. “Not Shri, definitely not him.”</p><p>The candidate that Fuqua chose was state Rep. Donavan McKinney, and he defeated Shri Thanedar, an incumbent who was seeking his third consecutive term representing the 13th Congressional District.</p><p>McKinney's win almost assures that Detroit, a majority Black city, will have its first Black representative in Congress since 2022. He will face Republican Taras Nykoriak in the November general election in a district that votes overwhelming Democrat.</p><p>“This is a very diverse district, but it encompasses the Blackest major city in all of America,” McKinney told reporters Wednesday. “We cannot forget what Detroit means, not only to our city and our state, but to the world.”</p><p>McKinney is positioning himself as a candidate who can bridge divides between different communities.</p><p>“It’s not just about restoring Black leadership, this is about restoring the right leadership,” he said.</p><p>Fuqua said he voted for McKinney because Thanedar “has no idea what Black people have been dealing with.”</p><p>“He’s probably a good guy, but he has not had the Black experience,” Fuqua said.</p><p>Bernie Henderix, 58, has never voted for Thanedar and also cast his ballot Tuesday for McKinney who he's been “hearing some good things” about.</p><p>Henderix said having Black representation in Congress is important “but I want the best person I think is going to represent us the right way.”</p><p>Thanedar said on X that he congratulated McKinney and offered him “full cooperation and a smooth transition.”</p><p>Seen by some on Capitol Hill as a bit unconventional, Thanedar introduced articles of impeachment against President Donald Trump in April 2025 — years after Trump was twice impeached in the House during his first term only to acquitted by the U.S. Senate.</p><p>Thanedar started and sold a chemical-testing lab for $20 million. He spent millions on an unsuccessful 2018 gubernatorial primary before being elected in 2020 to the state Legislature. The following year he announced plans to run for Congress, eyeing the 13th District that covers a good chunk of the Motor City.</p><p>Thanedar took the 2022 Democratic primary in a crowded field which split the vote. Rep. Rashida Tlaib, a Palestinian American who previously represented the 13th district, shifted to the 12th after the state redrew its congressional map.</p><p>Before Thanedar and Tlaib won their races that year, Detroit had not been without a Black representative in Congress since before Charles Diggs Jr. took office in 1955. Diggs was joined in Congress in 1965 by Democrat John Conyers, who retained his congressional seat for more than 50 years.</p><p>Thanedar also would win the 2024 Democratic primary after an elections official ruled that a top challenger's name could not appear on the ballot because too few valid signatures had been submitted.</p><p>McKinney, who was endorsed by influential progressive U.S. Sen. Bernie Sanders and several Detroit-area state lawmakers, has argued that the city should once again have a Black representative in Congress.</p><p>In a campaign ad for the just concluded primary, McKinney said Thanedar “spent millions to buy a seat in Congress” and “has more in common with Donald Trump and Elon Musk than people like us,” while pointing to himself.</p><p>“Shri came down to Earth,” said Adolph Mongo, a Detroit-based political commentator and former political consultant. Mongo said Thanedar did little for Black people in Detroit during his four years in Congress.</p><p>“He didn't even have an agenda,” Mongo said.</p><p>___</p><p>Associated Press writer Jacqueline GaNun contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KHL4FSQ5T3YD7OE76B3WNUJOUI.jpg?auth=42002c548308a8732c40a126f1906c094407d33ec11692475d21d1b810c3ec06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan state Rep. Donavan McKinney, Democratic candidate for U.S. House of Representatives in Michigan's 13th District, speaks at a campaign rally for Abdul El-Sayed, a progressive candidate in the Democratic primary for U.S. Senate in Michigan, Monday, Aug. 3, 2026, in Detroit. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DCSH5TVUKFSQVDYSL7WY6IC3SU.jpg?auth=52dd1ba59c95d538e4f8c7ce4a0cfcaabda6a332b888104dc5726171269794c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Shri Thanedar, D-Mich., listens to comments during an event in Detroit on May 19, 2024. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUPJEXFB6IHCSIXHA3TFHAH75Y.jpg?auth=4304541d795df27fe05aed4d6a453f5ce8496ab19e4e549f4b023806d69c6909&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan state Rep. Donavan McKinney, D-Detroit, waves at the crowd during a campaign rally for Michigan Democratic U.S. Senate primary candidate Abdul El-Sayed, Saturday, July 18, 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[Pérez Hilton recibe ayuda tras presuntamente autolesionarse durante transmisión en vivo en su casa de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/05/perez-hilton-recibe-ayuda-tras-presuntamente-autolesionarse-durante-transmision-en-vivo-en-su-casa-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/perez-hilton-recibe-ayuda-tras-presuntamente-autolesionarse-durante-transmision-en-vivo-en-su-casa-de-miami-dade/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor, Jeff  Derderian ]]></dc:creator><description><![CDATA[El bloguero de celebridades y personalidad de televisión Pérez Hilton está recibiendo ayuda después de que la Oficina del Sheriff de Miami-Dade respondiera a reportes de una crisis de salud mental en su casa del sur de Florida.]]></description><pubDate>Wed, 05 Aug 2026 13:27:10 +0000</pubDate><content:encoded><![CDATA[<p>El bloguero de celebridades y personalidad de televisión Pérez Hilton, cuyo nombre real es Mario Armando Lavandeira Jr., está recibiendo ayuda después de que la Oficina del Sheriff de Miami-Dade respondiera a reportes de una crisis de salud mental en su casa del sur de Florida.</p><p>Según la oficina del sheriff, agentes recibieron múltiples llamadas el martes por la noche informando que Hilton aparentemente se estaba autolesionando durante una transmisión en vivo por TikTok.</p><p>“¡Mario, Mario! ¡Oficina del Sheriff de Miami-Dade! ¡Sal de la casa!”, se escucha gritar a un agente en un video de vigilancia afuera de la casa de Hilton en el suroeste de Miami-Dade.</p><p>Los agentes informaron que acudieron a la vivienda, confirmaron con familiares que Hilton estaba solo en el interior y trabajaron para reducir la tensión de la situación de manera segura. Las autoridades indicaron que ahora está recibiendo la atención que necesita.</p><p>El incidente ocurre después de que Hilton compartiera públicamente que a principios de este año sufrió una grave emergencia médica que lo mantuvo hospitalizado durante varias semanas debido a una úlcera y sepsis. En junio, también anunció que se había mudado de Las Vegas a Miami junto con sus hijos.</p><p>En un comunicado, el representante de Hilton, Golden Artists Entertainment, dijo:</p><p>“Estamos al tanto del preocupante contenido que circula en internet relacionado con nuestro cliente, Pérez Hilton. En este momento, no hemos podido establecer contacto directo con él, a pesar de nuestros continuos esfuerzos por comunicarnos. Nuestra principal preocupación es la salud y el bienestar de Pérez, así como el bienestar de su familia. Hasta que contemos con información confirmada, no haremos especulaciones ni comentarios adicionales”.</p><p>La Oficina del Sheriff de Miami-Dade está utilizando este incidente como una oportunidad para recordar al público que existen recursos de salud mental disponibles para cualquier persona que esté atravesando una crisis e instó a las personas a buscar ayuda si ellas o alguien que conocen está teniendo dificultades.</p><p>Hilton, cubano-estadounidense, alcanzó notoriedad a través de su sitio web de chismes de celebridades antes de ampliar su cobertura a la moda y la música y convertirse en una personalidad conocida de la televisión.</p><p>No se ha divulgado información adicional sobre el estado de salud de Hilton.</p><p><b>Si usted o alguien que conoce enfrenta una crisis de salud mental, llame o envíe un mensaje de texto al 988 para comunicarse con la Línea de </b><a href="https://988lifeline.org/" target="_blank" rel="noreferrer" title="https://988lifeline.org/"><b>Ayuda para Suicidio y Crisis 988</b></a><b>.</b></p>]]></content:encoded></item><item><title><![CDATA[BSO: 5th suspect arrested in North Lauderdale shooting that claimed life of 19-year-old man ]]></title><link>https://www.local10.com/news/local/2026/08/05/bso-suspect-surrenders-in-north-lauderdale-shooting-that-claimed-life-of-19-year-old-man/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/bso-suspect-surrenders-in-north-lauderdale-shooting-that-claimed-life-of-19-year-old-man/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A fifth suspect wanted in connection with a North Lauderdale shooting that left one man dead and another injured is now in custody, Broward Sheriff’s Office detectives confirmed Wednesday.]]></description><pubDate>Wed, 05 Aug 2026 19:38:14 +0000</pubDate><content:encoded><![CDATA[<p>A fifth suspect wanted in connection with a North Lauderdale shooting that left <a href="https://www.local10.com/news/local/2026/05/12/bso-2-boys-among-4-arrested-after-mustang-shot-up-in-north-lauderdale-leaving-1-dead-1-hurt/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/12/bso-2-boys-among-4-arrested-after-mustang-shot-up-in-north-lauderdale-leaving-1-dead-1-hurt/">one man dead and another injured earlier this year</a> is now in custody, Broward Sheriff’s Office detectives confirmed Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/08/05/bso-arrestan-a-quinto-sospechoso-por-balacera-en-north-lauderdale-que-cobro-la-vida-de-un-hombre-de-19-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/bso-arrestan-a-quinto-sospechoso-por-balacera-en-north-lauderdale-que-cobro-la-vida-de-un-hombre-de-19-anos/">Leer en español</a></p><p>Investigators said Matthew Holloway surrendered to the Jefferson County Sheriff’s Office in Monticello, Florida, on Sunday. They said he is expected to be extradited to Broward County in the coming days.</p><p>Holloway faces one count of first-degree murder and multiple counts of attempted first-degree murder in connection with the May 8 shooting near the 7900 block of Southwest Seventh Court, according to BSO officials. </p><p>Deputies said they responded to reports of a shooting around 1 a.m. and found 19-year-old O’Mari Doe inside a 2020 Ford Mustang suffering from multiple gunshot wounds. </p><p>They said he was airlifted to Broward Health North, where he later died. Authorities said 20-year-old Maurice Vorroto was found outside the vehicle with a gunshot wound. His injuries were not considered life-threatening.</p><p>Detectives said Doe, Vorroto and two other people were sitting inside the Mustang when five suspects arrived in a black Honda Accord. Witnesses told investigators the suspects got out armed with handguns and fired multiple shots into the Mustang before fleeing, according to deputies. </p><p>Deputies said a Fort Lauderdale police officer later spotted the Honda Accord, prompting a pursuit that ended after the suspects abandoned the vehicle near the 900 block of Southwest 13th Street in Fort Lauderdale.</p><p>Authorities said they previously arrested Aamir Dennard Adams, 19, Anthony Adams, 18, Amari Adams, 16, Romayne Smith, 17, in connection with the shooting. Detectives later identified Holloway as the fifth suspect.</p><p>Before Holloway’s arrest, Broward Sheriff’s Office had sought the public’s help locating him and offered a reward through Broward Crime Stoppers. With Holloway now in custody, all five suspects identified in the case have been apprehended.</p><p>As of Wednesday afternoon, Aamir Adams and Anthony Adams were being held without bond at the Broward County Main Jail. </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/VFOKBRC4EFCBPJI76FU3I3VXJI.jpg?auth=fe72ff35af4cb70e22fb0e7ba4303123be3bd0cdf7f10747fbed3d6d4329c5ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO: Arrestan a quinto sospechoso por balacera en North Lauderdale que cobró la vida de un hombre de 19 años]]></title><link>https://www.local10.com/espanol/2026/08/05/bso-arrestan-a-quinto-sospechoso-por-balacera-en-north-lauderdale-que-cobro-la-vida-de-un-hombre-de-19-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/bso-arrestan-a-quinto-sospechoso-por-balacera-en-north-lauderdale-que-cobro-la-vida-de-un-hombre-de-19-anos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un quinto sospechoso buscado en relación con una balacera en North Lauderdale que dejó a un hombre muerto y a otro herido ya está bajo custodia, confirmaron el miércoles detectives de la Oficina del Sheriff de Broward (BSO).]]></description><pubDate>Wed, 05 Aug 2026 21:18:17 +0000</pubDate><content:encoded><![CDATA[<p>Un quinto sospechoso buscado en relación con una balacera ocurrida a <a href="https://www.local10.com/espanol/2026/05/12/bso-arrestan-a-cuatro-personas-incluidos-dos-menores-tras-balacera-contra-mustang-en-north-lauderdale-que-dejo-un-muerto-y-un-herido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/12/bso-arrestan-a-cuatro-personas-incluidos-dos-menores-tras-balacera-contra-mustang-en-north-lauderdale-que-dejo-un-muerto-y-un-herido/">principios de este año en North Lauderdale, que dejó a un hombre muerto y a otro herido</a>, ya está bajo custodia, confirmaron el miércoles detectives de la Oficina del Sheriff de Broward (BSO).</p><p>Los investigadores informaron que Matthew Holloway se entregó el domingo a la Oficina del Sheriff del Condado Jefferson, en Monticello, Florida. Indicaron que se espera que sea extraditado al condado Broward en los próximos días.</p><p>Holloway enfrenta un cargo de asesinato en primer grado y múltiples cargos de intento de asesinato en primer grado en relación con la balacera del 8 de mayo cerca de la cuadra 7900 de Southwest Seventh Court, según funcionarios de la BSO.</p><p>Los agentes dijeron que respondieron a reportes de una balacera alrededor de la 1 a.m. y encontraron a O’Mari Doe, de 19 años, dentro de un Ford Mustang 2020 con múltiples heridas de bala.</p><p>Indicaron que fue trasladado en helicóptero a Broward Health North, donde posteriormente murió. Las autoridades dijeron que Maurice Vorroto, de 20 años, fue encontrado fuera del vehículo con una herida de bala. Sus lesiones no fueron consideradas de gravedad.</p><p>Los detectives dijeron que Doe, Vorroto y otras dos personas estaban sentados dentro del Mustang cuando cinco sospechosos llegaron en un Honda Accord negro. Testigos dijeron a los investigadores que los sospechosos bajaron del vehículo armados con pistolas y dispararon múltiples veces contra el Mustang antes de huir, según los agentes.</p><p>Los agentes indicaron que posteriormente un oficial de la Policía de Fort Lauderdale localizó el Honda Accord, lo que dio inicio a una persecución que terminó cuando los sospechosos abandonaron el vehículo cerca de la cuadra 900 de Southwest 13th Street, en Fort Lauderdale.</p><p>Las autoridades informaron que previamente arrestaron a Aamir Dennard Adams, de 19 años; Anthony Adams, de 18; Amari Adams, de 16; y Romayne Smith, de 17, en relación con la balacera. Posteriormente, los detectives identificaron a Holloway como el quinto sospechoso.</p><p>Antes del arresto de Holloway, la Oficina del Sheriff de Broward había solicitado la ayuda del público para localizarlo y ofrecía una recompensa a través de Broward Crime Stoppers. Con Holloway ya bajo custodia, los cinco sospechosos identificados en el caso han sido arrestados.</p><p>Hasta la tarde del miércoles, Aamir Adams y Anthony Adams permanecían detenidos sin derecho a fianza en la cárcel principal del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VFOKBRC4EFCBPJI76FU3I3VXJI.jpg?auth=fe72ff35af4cb70e22fb0e7ba4303123be3bd0cdf7f10747fbed3d6d4329c5ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre tras ser encontrado dormido a bordo de un avión de JetBlue que recibía servicio de mantenimiento]]></title><link>https://www.local10.com/espanol/2026/08/05/arrestan-a-hombre-tras-ser-encontrado-dormido-a-bordo-de-un-avion-de-jetblue-que-recibia-servicio-de-mantenimiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/arrestan-a-hombre-tras-ser-encontrado-dormido-a-bordo-de-un-avion-de-jetblue-que-recibia-servicio-de-mantenimiento/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[La Policía realizó un arresto en un caso de un polizón dormido en un vuelo de JetBlue.]]></description><pubDate>Wed, 05 Aug 2026 21:15:28 +0000</pubDate><content:encoded><![CDATA[<p>La Policía realizó un arresto en un caso de un polizón dormido en un vuelo de JetBlue.</p><p>Según las autoridades, Samuel Lackey fue encontrado el domingo durmiendo a bordo de un Airbus A320 modelo 2012 de JetBlue que se encontraba en Jetscape Services, en Fort Lauderdale, para recibir servicio de mantenimiento.</p><p>Funcionarios de la Oficina del Sheriff de Broward (BSO) dijeron que las acciones del acusado quedaron captadas por las cámaras de seguridad.</p><p>Los agentes indicaron que a Lackey le resultó fácil subir al avión porque había una escalera portátil que pudo utilizar y se estaban realizando trabajos de mantenimiento en la aeronave.</p><p>Según las autoridades, Lackey escaló una cerca para acceder al avión y se coló en la aeronave la noche del sábado.</p><p>Como resultado, hubo una interrupción del servicio, ya que el avión estaba programado para realizar un vuelo.</p><p>Los agentes dijeron que las puertas del avión fueron cerradas con llave y la aeronave fue remolcada de regreso a un espacio de estacionamiento, momento en el que el presunto sueño se prolongó hasta las 5:39 a.m. del domingo, cuando empleados de JetBlue llegaron y despertaron a Lackey.</p><p>Hasta la tarde del miércoles, Lackey permanecía detenido en la cárcel principal del condado Broward acusado de robo a una propiedad ocupada sin portar armas, daños criminales por más de $1,000 USD e interrupción o afectación de infraestructura crítica, con una fianza total de $10,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Hurricanes’ Malachi Toney praises team’s defense as offense prepares for season]]></title><link>https://www.local10.com/sports/local/2026/08/05/hurricanes-malachi-toney-praises-teams-defense-as-offense-prepares-for-season/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/05/hurricanes-malachi-toney-praises-teams-defense-as-offense-prepares-for-season/</guid><dc:creator><![CDATA[Will Manso, Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Hurricanes entered the offseason with plenty of attention on their explosive offense, but wide receiver Malachi Toney said Wednesday that the team’s defense is also playing a major role in preparing the Hurricanes for the upcoming season.]]></description><pubDate>Wed, 05 Aug 2026 21:07:58 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Hurricanes entered the offseason with plenty of attention on their explosive offense, but wide receiver Malachi Toney said Wednesday that the team’s defense is also playing a major role in preparing the Hurricanes for the upcoming season.</p><p><a href="https://www.local10.com/espanol/2026/08/05/malachi-toney-de-los-hurricanes-elogia-la-defensa-del-equipo-mientras-la-ofensiva-se-prepara-para-la-temporada/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/malachi-toney-de-los-hurricanes-elogia-la-defensa-del-equipo-mientras-la-ofensiva-se-prepara-para-la-temporada/">Leer en español</a></p><p>Miami’s offense features several high-profile players, including new quarterback Darian Mensah, running back Mark Fletcher Jr. and Toney, all of whom were named to the Maxwell Award watch list, which honors college football’s most outstanding player.</p><p>But when Toney met with reporters Wednesday, his focus was on the challenge of facing Miami’s defense every day in practice.</p><p>“The entire DB (defensive back) room is great,” Toney said. “You got guys that, they’re in the process of mastering their craft, so I feel like we got the best DB room in the country. So just going up against those guys make it easy for us on Saturday.”</p><p>Miami’s defensive backfield is led by cornerbacks OJ Frederique and Omar Thornton, along with safety Bryce Fitzgerald, who was named to the Preseason All-ACC team.</p><p>Toney said competing against a talented defensive back group helps the Hurricanes’ offense improve before game day, a reflection of the team’s belief that strong competition in practice leads to better performances on Saturdays.</p><p>Head coach Mario Cristobal has emphasized building a balanced team, and the Hurricanes’ players believe the daily battles between the offense and defense are helping both units grow.</p><p>Toney, who has quickly emerged as one of college football’s rising young receivers, will be a key piece of Miami’s offense as the Hurricanes look to turn their talent into results this season.</p><p><a href="https://www.local10.com/sports/local/2026/01/26/miami-hurricanes-release-2026-football-schedule/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/01/26/miami-hurricanes-release-2026-football-schedule/">Click here</a> to view the Canes’ regular season schedule. </p>]]></content:encoded></item><item><title><![CDATA[Malachi Toney de los Hurricanes elogia la defensa del equipo mientras la ofensiva se prepara para la temporada]]></title><link>https://www.local10.com/espanol/2026/08/05/malachi-toney-de-los-hurricanes-elogia-la-defensa-del-equipo-mientras-la-ofensiva-se-prepara-para-la-temporada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/malachi-toney-de-los-hurricanes-elogia-la-defensa-del-equipo-mientras-la-ofensiva-se-prepara-para-la-temporada/</guid><dc:creator><![CDATA[Will Manso, Ryan Mackey]]></dc:creator><description><![CDATA[Los Hurricanes de Miami llegaron al receso entre temporadas con mucha atención puesta en su explosiva ofensiva, pero el receptor abierto Malachi Toney dijo el miércoles que la defensa del equipo también está desempeñando un papel importante en la preparación de los Hurricanes para la próxima temporada.]]></description><pubDate>Wed, 05 Aug 2026 21:12:36 +0000</pubDate><content:encoded><![CDATA[<p>Los Hurricanes de Miami llegaron al receso entre temporadas con mucha atención puesta en su explosiva ofensiva, pero el receptor abierto Malachi Toney dijo el miércoles que la defensa del equipo también está desempeñando un papel importante en la preparación de los Hurricanes para la próxima temporada.</p><p>La ofensiva de Miami cuenta con varios jugadores destacados, incluidos el nuevo mariscal de campo Darian Mensah, el corredor Mark Fletcher Jr. y Toney, quienes fueron incluidos en la lista de vigilancia del Premio Maxwell, que reconoce al jugador más destacado del fútbol americano universitario.</p><p>Pero cuando Toney habló con los reporteros el miércoles, su atención estuvo centrada en el desafío de enfrentar todos los días en los entrenamientos a la defensa de Miami.</p><p>“Toda la sala de backs defensivos (DB) es excelente”, dijo Toney. “Tienes jugadores que están en el proceso de perfeccionar su juego, así que siento que tenemos la mejor sala de DB del país. Enfrentarlos hace que todo sea más fácil para nosotros los sábados”.</p><p>La secundaria defensiva de Miami está encabezada por los esquineros OJ Frederique y Omar Thornton, junto con el profundo Bryce Fitzgerald, quien fue incluido en el Equipo Pretemporada All-ACC.</p><p>Toney dijo que competir contra un grupo tan talentoso de backs defensivos ayuda a que la ofensiva de los Hurricanes mejore antes de cada partido, reflejando la creencia del equipo de que una fuerte competencia en los entrenamientos conduce a un mejor desempeño los sábados.</p><p>El entrenador en jefe Mario Cristobal ha enfatizado la construcción de un equipo equilibrado, y los jugadores de los Hurricanes creen que las batallas diarias entre la ofensiva y la defensa están ayudando a ambas unidades a crecer.</p><p>Toney, quien rápidamente se ha consolidado como uno de los jóvenes receptores con mayor proyección del fútbol americano universitario, será una pieza clave de la ofensiva de Miami mientras los Hurricanes buscan convertir su talento en resultados esta temporada.</p><p><a href="https://www.local10.com/sports/local/2026/01/26/miami-hurricanes-release-2026-football-schedule/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/01/26/miami-hurricanes-release-2026-football-schedule/">Haga clic aquí </a>para ver el calendario de la temporada regular de los Canes.</p>]]></content:encoded></item><item><title><![CDATA[Three people charged with threatening judge, witness and officials tied to Nolan Wells investigation]]></title><link>https://www.local10.com/news/2026/08/05/three-people-charged-with-threatening-judge-witness-and-officials-tied-to-nolan-wells-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/05/three-people-charged-with-threatening-judge-witness-and-officials-tied-to-nolan-wells-investigation/</guid><dc:creator><![CDATA[By JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[Three people have been charged with threatening a judge, a witness and local officials connected to the investigation into the death of Nolan Xavier Wells, an 18-year-old found dead after a July Fourth boat trip with friends to an island off Mississippi’s Gulf Coast.]]></description><pubDate>Wed, 05 Aug 2026 23:12:56 +0000</pubDate><content:encoded><![CDATA[<p>Three people have been charged with threatening a judge, a witness and local officials connected to the investigation into the death of Nolan Xavier Wells, an 18-year-old found dead after a July Fourth boat trip with friends to an island off Mississippi’s Gulf Coast.</p><p>None of the three appear to know Wells, his family or the boating group, or be part of the investigation. The threats came amid rampant speculation and scrutiny of the investigation, deepened in part by uncertainty surrounding Wells' final hours, distrust of law enforcement and the state's long history of racist violence.</p><p>The teenager, who was Black, had traveled to the uninhabited island with a group of friends from high school, all of whom were white. He did not return with his friends to the mainland that evening. His body was found two days later off the island’s coast.</p><p>Authorities have not made any arrests or named any suspects. An independent autopsy commissioned by Wells’ family found the 18-year-old’s cause of death to be “undetermined” pending further investigation.</p><p>Attempts to reach the defendants for comment were unsuccessful. Phone numbers listed for some of the defendants in affidavits weren't active and a call to another number went unanswered. Emails sent to addresses listed in an affidavit for one of the defendants went unanswered. It is unclear if they have attorneys.</p><p>One of the defendants, Edward James Porter of Illinois, allegedly called an unnamed witness on July 31 and threatened to kill them and their family, according to an affidavit. Porter also allegedly told another person in Mississippi in a phone call that he would cut them up and put them “into a suitcase.” Porter was charged on July 31 in federal court for the Southern District of Mississippi for the threat.</p><p>Porter threatened two members of the family of Bart Edminston Jr., a 21-year-old who knew Wells and provided aid to the boat the group used on July Fourth, said family attorney Russell Latino. Latino said that one of the family members who Porter threatened is a witness in the investigation into Wells’ death.</p><p>An Ohio woman was also charged with allegedly placing bomb threats at the George County Chancery Clerk's Office and the Jackson County Sheriff’s Office on July 23. The woman, Michelle Francine Edwards, allegedly called the clerk's office 21 times and said, “the clock is ticking,” according to an affidavit.</p><p>A California man, Joseph Alfredo Vasquez Dumarce, was charged on July 14 for allegedly sending a threatening Facebook message to a Jackson County Chancery Court judge with ties to the Wells investigation. According to an affidavit, a Facebook user believed to be Dumarce sent a message to the judge's account that constituted a “threat that a bomb would be mailed to the judge's office."</p><p>Judge Ashlee Cole posted a screenshot of Dumarce's threatening message on Facebook on July 9. Cole wrote in an earlier Facebook post that her son last saw Wells on July Fourth around 3 p.m. and decided to “stay on the island and return inland later with another group of friends.” Cole wrote that she deactivated her Facebook and that she fears for the safety of her children.</p><p>“No one in our family is trying in any way to impede with the investigation by law enforcement or to otherwise hamper the family and law enforcement’s quest for answers,” Cole wrote, adding that her son “cooperated fully” with the sheriff's investigation. ___ Kelety reported from Phoenix. Associated Press journalist Sophie Bates in Jackson, Mississippi, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PE5QJAEU7OJOZDGVJVTOMP5ENE.jpg?auth=7d00a6f5ea2a30abc6f97875ca69265765f248208a9710915b4010844fb424cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christine Wonsley and Elmore Wonsley, mother and step father of Nolan Wells, stand on a stage with a photo of their son as they appear at the National Urban League's annual conference to share updates on his death, as well as Daniel Erving, and Tyler Smith, Thursday, July 30, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content></item><item><title><![CDATA[15 states now linked to iceberg lettuce cyclospora outbreak, CDC says]]></title><link>https://www.local10.com/health/2026/08/05/15-states-now-linked-to-iceberg-lettuce-cyclospora-outbreak-cdc-says/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/05/15-states-now-linked-to-iceberg-lettuce-cyclospora-outbreak-cdc-says/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Parasitic illness cases in 15 states have been linked to iceberg lettuce, U.S. health officials said Wednesday.]]></description><pubDate>Wed, 05 Aug 2026 21:09:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Parasitic illness cases in 15 states have been linked to iceberg lettuce, U.S. health officials said Wednesday.</p><p>Cyclospora cases have been reported in at least 47 states this year, and investigators have continued to probe how many could be linked to a common contaminated source.</p><p>The Centers for Disease Control and Prevention said the number of states tied to the deadly outbreak had grown from nine to 15. Arkansas, Iowa, Missouri, Nebraska, New Hampshire and North Carolina were added to a list that previously included Illinois, Indiana, Kansas, Kentucky, Michigan, Ohio, Oklahoma, Pennsylvania and West Virginia.</p><p>Investigators initially narrowed in on lettuce served at Taco Bell. Federal officials subsequently said they are focused on Taylor Farms as the source of the lettuce in the outbreak, and the company has recalled iceberg lettuce grown in central Mexico.</p><p>There are several reasons cyclospora outbreaks can be hard to investigate and contain, said Dr. Juan Luis Marquez, medical director of the Washtenaw County and Livingston County health departments in Michigan.</p><p>It can take weeks between when someone is exposed to the parasite and when they come down with symptoms; it's harder to analyze the parasite in laboratories; and it's a lot of work to interview everyone who is sick and clearly identify common exposures, said Marquez, an adjunct public health professor at the University of Michigan.</p><p>Also, “there have been staffing cuts at all levels of public health — federal, local, state — so there are less resources and capacity generally available,” Marquez said in a statement.</p><p>Cyclospora is a microscopic, spherical parasite that commonly causes watery diarrhea “with frequent and sometimes explosive bowel movements,” according to the CDC. Outbreaks tend to occur most often in the late spring and summer.</p><p>The heat-loving parasite infects the bowels and spreads through feces. The illness, called cyclosporiasis, is less common than foodborne illnesses caused by other germs, including salmonella and E. coli. Many cyclospora cases are never linked to a specific food or other source.</p><p>The worst year in the U.S. for infections was 2019, when about 4,700 illnesses were reported nationally. This year has far surpassed that. Michigan alone has reported more than 12,000 — including two deaths. Adding in the other states that have reported cases, the national total stands at over 25,000.</p><p>The FDA says it is tracking five separate ongoing cyclospora outbreaks. The 15-state outbreak is by far the largest. No products have been linked to the other outbreaks, including one that has sickened 115 people.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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[FBI seeks info on Miami-Dade bank robber ]]></title><link>https://www.local10.com/news/local/2026/08/05/fbi-seeks-info-on-miami-dade-bank-robber/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/fbi-seeks-info-on-miami-dade-bank-robber/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[FBI agents asked for the public’s help Wednesday in identifying a suspect who they say robbed a bank in Miami-Dade County’s Westchester area last week. ]]></description><pubDate>Wed, 05 Aug 2026 14:06:37 +0000</pubDate><content:encoded><![CDATA[<p>FBI agents asked for the public’s help Wednesday in identifying a suspect who they say robbed a bank in Miami-Dade County’s Westchester area last week. </p><p><a href="https://www.local10.com/espanol/2026/08/05/fbi-busca-informacion-sobre-ladron-de-banco-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/fbi-busca-informacion-sobre-ladron-de-banco-en-miami-dade/">Leer en español</a></p><p>Investigators said the robbery occurred at about 11:15 a.m. on July 30 at the Bank of America branch located at 8585 Coral Way.</p><p>They said the suspect entered the bank, implied he had a gun and demanded money before fleeing with an undisclosed amount of cash.</p><p>No injuries were reported.</p><p>The FBI said investigators believe the suspect has ties to Miami-Dade County and may be known in the area. Authorities warned the public not to approach the man if he is spotted and instead to contact law enforcement immediately.</p><p>Investigators said the suspect has a distinctive hairstyle that could help identify him. The back of his head is completely shaved, while the remaining hair is styled forward over the top of his head, according to FBI officials. </p><p>Authorities said the investigation is being conducted by the Miami-Dade Sheriff’s Office, the FBI Miami Violent Crime Fugitive Task Force and the FBI.</p><p>Anyone with information about the robbery or the suspect is urged to call 1-800-225-5324 or submit a tip online at tips.fbi.gov.</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[DE Stephen Daley makes surprise return as defending national champion Indiana opens practice]]></title><link>https://www.local10.com/sports/2026/08/05/de-stephen-daley-makes-surprise-return-as-defending-national-champion-indiana-opens-practice/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/de-stephen-daley-makes-surprise-return-as-defending-national-champion-indiana-opens-practice/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[Indiana Hoosiers defensive end Stephen Daley thought his college career ended in December when he suffered a season-ending knee injury during the Big Ten championship postgame celebration.]]></description><pubDate>Wed, 05 Aug 2026 20:43:11 +0000</pubDate><content:encoded><![CDATA[<p>Indiana Hoosiers defensive end Stephen Daley thought his college career ended in December when he suffered a season-ending knee injury during the Big Ten championship postgame celebration.</p><p>Now, he's back.</p><p>Four days after a U.S. District Court judge in Colorado ruled high school players from the 2022 graduating class could play their fifth college season, Daley returned to the practice field for the defending national champions. He'll be limited in early workouts, but coach Curt Cignetti remains hopeful it won't take one of the nation's most disruptive defensive linemen in 2025 long to get back to full speed.</p><p>“He looks pretty good. He’s on a modified program where he’ll dress out for practice, participate in some individual right now, no 11-on-11, and then get with the strength and conditioning staff, who will bring him along until they feel confident he’s ready to go,” Cignetti said Wednesday after the team's first summer practice. “I don’t think it’s going to be real, real long because he was training to be ready for next year in the (National Football) League, so it looks like he’s in pretty good shape.”</p><p>Daley's return solidifies what was already expected to be a deep, experienced, talented group of defensive linemen.</p><p>After transferring to Indiana, Daley became a key cog in the Hoosiers' historic title run. He recorded 5 1/2 sacks, forced two fumbles, knocked down a pass and led the Big Ten with 19 tackles for loss while earning honorable mention all-conference honors. He played three seasons at Kent State, starting all 24 games in his final two seasons with the Golden Flashes.</p><p>But the injury following the 13-10 victory over then No. 1 Ohio State forced Daley to sit out all three playoff games as Indiana became the first team since the 1890s to finish with a 16-0 record.</p><p>Daley's return marks the second straight year the Hoosiers may get a starter back thanks to a legal ruling.</p><p>Last August, a Texas judge initially granted an injunction that allowed safety Louis Moore to play in Indiana's first two games. In September, a second ruling in the waiver eligibility fight with the NCAA resulted in a ruling allowing Moore to play the rest of the season after he transferred back to Indiana, where he played two previous seasons, before going to Mississippi for one year.</p><p>Moore wound up on The Associated Press' All-American second team and signed as an undrafted rookie with the NFL's Miami Dolphins in May.</p><p>Daley also had pro aspirations but when he was not drafted in April, it opened the door for a possible return. That became a reality Friday, though the NCAA has filed its intention to appeal the decision.</p><p>For now, the Hoosiers plan to proceed the same way they did with Moore.</p><p>“If it works out for him long term, I think it’s a great thing because here’s a guy, you talk about helping people and opportunities, here’s a guy that played at Kent State and then came to us last fall,” Cignetti said. “It really took him three to four games before he started to get the hang of it, wasn’t playing a key role, then became the most dominant defensive lineman in the Big Ten, led the Big Ten with TFLs, suffers the injury, ends up not getting drafted and so on and so forth.”</p><p>The addition of an experienced contributor such as Daley, a Virginia native, could make the Hoosiers front seven even better.</p><p>Cignetti opened camp with a defensive line depth chart that included Tobi Osunsanmi and Chiddi Obiazor, who transferred from Kansas State; Josh Burnham, a transfer from Notre Dame and incumbent starters Tyrique Tucker and Mario Landino. Now they can add Daley, too.</p><p>The question is will Daley be ready for Indiana's season opener Sept. 5 against North Texas?</p><p>“I haven’t even thought of that,” Cignetti said. “I’m really focused on developing this team and getting up there and watching today’s tape and putting tomorrow’s practice schedule together and taking this team as far as we can in fall camp.”</p><p>Solid start</p><p>Cignetti also gave a brief update on what he saw from new quarterback Josh Hoover, the transfer from TCU who replaces Heisman Trophy winner and No. 1 draft pick Fernando Mendoza.</p><p>Hoover has thrown for 9,629 yards in his career, the most of any returning FBS quarterback, but drew criticism because of his propensity for turnovers. But Cignetti gave Hoover good marks in the spring and again Wednesday.</p><p>“It appeared that he finished practice well,” Cignetti said. “I saw him make a few nice throws at the end. I saw (receiver Nick) Marsh make a couple plays too.”</p><p>Marsh transferred to Indiana from Michigan State this year.</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/OF57ZY6LTEMXZAMF7TUNJVV4DE.jpg?auth=1f161efd9f5d7af8c93c79fc686658f3c384c833c500329bf32fda9245450492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana head coach Curt Cignetti reacts during the second half of the College Football Playoff national championship game against Miami, Jan. 19, 2026, in Miami Gardens, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Pete Crow-Armstrong and Shohei Ohtani star as NL MVP race moves to another level]]></title><link>https://www.local10.com/sports/2026/08/05/cubs-star-pete-crow-armstrong-adds-to-nl-mvp-case-in-front-of-dodgers-slugger-shohei-ohtani/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/cubs-star-pete-crow-armstrong-adds-to-nl-mvp-case-in-front-of-dodgers-slugger-shohei-ohtani/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Pete Crow-Armstrong was terrific once again. Same for Shohei Ohtani.]]></description><pubDate>Wed, 05 Aug 2026 23:50:57 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Pete Crow-Armstrong was terrific once again. Same for Shohei Ohtani.</p><p>It was quite a day in an increasingly compelling race for the NL MVP award.</p><p>Crow-Armstrong homered twice and drove in four runs to help the Chicago Cubs beat Ohtani and the Los Angeles Dodgers 7-6 on Wednesday for a sweep of their three-game series. But Ohtani also went deep twice and finished with three hits.</p><p>“I do think they were going toe to toe,” Dodgers manager Dave Roberts said. “You know, obviously, there’s a lot of talk about those two guys being the front-runner for the MVP. They both showed up, and you can see that they hear what's being said about them, and that was fun for the fans certainly.”</p><p>Crow-Armstrong, 24, is Chicago's regular center fielder, but he served as the designated hitter for the series finale against LA. That gave him an opportunity to take a closer look at Ohtani's brilliance at the plate.</p><p>“I just enjoy watching him play baseball,” Crow-Armstrong said. “So I guess today for me what was cool was just getting to watch him from a different angle and not worrying about going and trying to catch balls that are hit at 1,000 miles an hour.”</p><p>Ohtani and Crow-Armstrong exchanged leadoff shots in the first inning. It was Ohtani's 11th leadoff homer this season and No. 35 for his career. It was Crow-Armstrong's fourth career leadoff drive — all this season.</p><p>Crow-Armstrong added an RBI double in the second and a two-run shot in the fourth, a 405-foot laser that went off the videoboard in right field. It was the 31st homer to hit that videoboard since it was installed in 2015.</p><p>Ohtani capped the Dodgers' five-run eighth inning with a two-run drive to left-center. It was his first multihomer game of the season and No. 24 for his career.</p><p>“That’s two great players,” Cubs manager Craig Counsell said. “Yeah, they were kind of doing everything offensively for their teams, for sure. Pretty impressive.”</p><p>Ohtani won his second straight NL MVP award in 2025, smacking 55 homers and recording a 2.87 ERA in 14 starts on the mound for the Dodgers. He is 8-2 with a 1.79 ERA in 14 starts this year, but he hasn't been able to pitch since July 3 because of left knee soreness and a right biceps injury.</p><p>While Ohtani has been limited to DH duties of late, Crow-Armstrong has become an offensive force while playing his usual stellar defense in center. The two-time All-Star is batting .288 with 26 homers, 28 steals and 69 RBIs in 115 games. He went 6 for 13 in the series against LA with two homers and five RBIs.</p><p>At the very least, he has turned the NL MVP race into an intriguing competition.</p><p>“He’s a great player but I’m really focused on myself right now on the hitting side of things and I’m really working towards hopefully getting back on the mound and just working on that side of the side of game as well,” Ohtani said through a translator.</p><p>Ohtani, 32, said his knee is feeling better, but it's hard to tell what the schedule is going to look like in terms of returning to pitching. Asked if the Dodgers' trade for Tarik Skubal affects his urgency level for getting back on the mound, he said he lets the front office decide the tempo of his progression.</p><p>“But at the same time it’s really nice to see Tarik on our side and being able to see him pitch live,” Ohtani said.</p><p>Ohtani, a four-time MVP and six-time All-Star, certainly isn't having any trouble at the plate. He is batting .457 (16 for 35) with four homers and nine RBIs during a nine-game hitting streak. He is hitting .297 with 26 homers, 70 RBIs and a .953 OPS in 109 games on the year.</p><p>“I think if you guys want to talk about all this back and forth, I really should go get in the lab and start pitching,” Crow-Armstrong cracked. “I really should."</p><p>Crow-Armstrong said he is more focused on the team's success than the MVP race, but he was honored to be mentioned alongside Ohtani.</p><p>“Simply put, just having your name in the same conversation as someone as profound as he feels, it’s awesome and it’s a nice nod,” he said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TH5R2ME5JK4QFCKFXA2OXFY63U.jpg?auth=5081fd5c8101e43f4ee10ab65143245389c2ee00bd40e07180669575ae99aad0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs designated hitter Pete Crow-Armstrong follows through on an RBI double during the second inning of a baseball game against the Los Angeles Dodgers in Chicago, Wednesday, Aug. 5, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QVULWQ5PP2LUJWVWWBONYGHP3U.jpg?auth=a8cf425021bb93a2408152a0f3ff8a12947c37acd0d2d106ccbe9ea5f122b9a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers designated hitter Shohei Ohtani celebrates in the dugout with teammates after hitting a home during the first inning of a baseball game against the Chicago Cubs in Chicago, Wednesday, Aug. 5, 2026. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content></item><item><title><![CDATA[Firefighters get a handle on Spokane wildfires as tens of thousands remain evacuated]]></title><link>https://www.local10.com/news/national/2026/08/05/firefighters-get-a-handle-on-spokane-wildfires-as-tens-of-thousands-remain-evacuated/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/05/firefighters-get-a-handle-on-spokane-wildfires-as-tens-of-thousands-remain-evacuated/</guid><dc:creator><![CDATA[By MANUEL VALDES, MARTHA BELLISLE and GENE JOHNSON, Associated Press]]></dc:creator><description><![CDATA[SPOKANE, Wash. (AP) — Firefighters have taken advantage of cooler weather to begin getting a handle on wildfires that have displaced tens of thousands of people around Washington state's second-largest city, but hotter, drier and breezier days lie ahead.]]></description><pubDate>Thu, 06 Aug 2026 06:59:14 +0000</pubDate><content:encoded><![CDATA[<p>SPOKANE, Wash. (AP) — Firefighters have taken advantage of cooler weather to begin getting a handle on wildfires that have displaced tens of thousands of people around Washington state's second-largest city, but hotter, drier and breezier days lie ahead.</p><p>Officials reported Wednesday that firefighters had established containment lines around the perimeters of all three fires affecting Spokane and that they were focused on reinforcing those lines. Temperatures were expected to climb from the 80s the past two days into the upper 90s (36-37 degrees Celsius), with less humidity, late this week.</p><p>The fires — one of which authorities say was deliberately set by a man who was arrested and charged with arson — have destroyed about 850 buildings and forced the evacuation of around 67,000 people since they erupted last weekend. Damage assessment crews have yet to tally exactly how many houses have been lost or damaged. No deaths have been reported.</p><p>The other two fires were also started by people, though not necessarily deliberately, investigators have said. They remain under investigation. Those fires, the Autumn Lane and Fairview fires, started independently of the arson-caused Old Trails Fire, they said.</p><p>Unclear how long evacuations will last</p><p>Spokane County Sheriff John Nowels said during a Wednesday news conference that the evacuation zones will remain in place due to incoming weather and fire danger.</p><p>“We are not going to be downgrading these zones in any large way for many, many more days to come," he said. “If we let people back in and we don’t have a high degree of certainty the fire lines will hold, we will put people in danger.”</p><p>Many evacuees remained in a shelter set up in a Spokane convention center, at hotels or rentals, or at the homes of friends or relatives, with no idea of how soon they might go back — if they have a house to return to.</p><p>“We figured it would be a day or two, not four or five. It’s not the best situation,” said Debra Curran, who has been staying at the convention center since Saturday with her husband, who has ALS, also known as Lou Gehrig's disease. Their house survived, but her husband would need to be transported by ambulance, which officials won't do until the fire risk in their neighborhood drops.</p><p>Among those under evacuation orders are patients and staff from the Mann-Grandstaff VA Medical Center in Spokane. When the fire approached on Saturday, the staff moved 27 patients to local hospitals and temporary shelters, said Bret Bowers, a spokesperson for the center. The medical center was not burned in the fire but several staff lost their homes.</p><p>Adam Wilson, a communications officer at the Washington State Auditor's Office, fled Saturday with his wife and three children, ages 9, 14 and 16. They had moved into their Spokane home a little over a month earlier and were still unpacking, he said.</p><p>Since then, they've stayed at a hotel 90 minutes to the south and with his father in Idaho. This weekend, they'll move again, to a rental home in Spokane that their insurance is covering.</p><p>Their house is fine, Wilson said, despite flames that leveled an entire cul-de-sac just two blocks away, leaving only chimneys standing in some cases. The neighborhood remains under an evacuation order. Even if they could return, there's no power and no internet service, and no information about how soon either will be restored.</p><p>“What you really want to hear, nobody can tell you,” Wilson said. “It is oddly emotional and disorienting. We did not lose any property. From the outside it looks like a family trip — ‘Hey, kids, we’re going to go visit Papa for a week, pack your bags.' ... And yet you feel like something isn't right.”</p><p>Bad fire season strains resources</p><p>The fires were among dozens across the Western U.S. that have stretched the ability of federal, state and local agencies to fight them. In Washington, there are 16 uncontained wildfires burning more than 672 square miles (1,740 square km) and being fought by more than 7,000 fire personnel, said Thomas Kyle-Milward, a spokesperson for the Washington Department of Natural Resources.</p><p>“We’re looking down the barrel at one of the worst fire seasons in state history,” he said.</p><p>U.S. Sen. Maria Cantwell of Washington said Wednesday that senators had received a briefing from Interior Secretary Doug Burgum, Agriculture Secretary Brooke Rollins and Wildland Fire Service Director Brian Fennessy, who assured them that keeping firefighting assets, including ground crews and aircraft, in the Northwest is a priority.</p><p>“We are still at the highest risk in the nation and appreciate being the highest resourced,” Cantwell said in a written statement.</p><p>The man charged with starting the Old Trails Fire, Aaron F. Farinacci, 37, of Spokane, was expected to be arraigned Thursday. According to court documents, he was arrested after a resident reported him being in the area where the fire began. He denied having started it when questioned by deputies.</p><p>Authorities said they previously contacted him during two fire investigations last year, including one in a state park that prompted evacuation notices, though he wasn’t charged in either.</p><p>In California, authorities said Wednesday that they arrested a 65-year-old man on suspicion of sparking a major wildfire by recklessly operating equipment without complying with state fire prevention requirements. Prosecutors will determine whether to file criminal charges. The blaze that erupted Monday had scorched nearly 15 square miles (39 square kilometers) of forest in Calaveras County southeast of Sacramento.</p><p>___</p><p>This story has been corrected to show that the last name of the VA medical center spokesperson is Bowers, not Bower.</p><p>___</p><p>Johnson and Bellisle reported from Seattle. Associated Press writer Ed White contributed from Detroit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QDE4P7UCEF3JOASFADEHGZCHU.jpg?auth=47bb600971728e2d1ec4a0f383b5f0074e9ec61370b07acc8884263fb53d6393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned truck sits in a driveway near several destroyed homes in a residential neighborhood Tuesday, Aug. 4, 2026, after a wildfire hit the northern part of Spokane, Wash. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7RSC5YUFNXDHDKSOJ6PZC5GOKA.jpg?auth=c1024b21699e7c455c557b97e25765a3309b797bae9247d185c04d9c7a458ace&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned section of trees is marked with pink tape Tuesday, Aug. 4, 2026, in an area near the origin point of the Old Trails Fire, after a man was arrested, suspected of starting the wildfire in Spokane, Wash. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UVOHVMUW7JTJBS645ARETCFBKE.jpg?auth=ba90048e3fba7167152b0b37abb9f9fac324367aa054573bdf7f33d1fdc5b9e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A line of burned cars sit in a parking lot Tuesday, Aug. 4, 2026, after a wildfire hit the northern part of Spokane, Wash. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQ6B4CDPWA4GSD2A4RB4XSNSB4.jpg?auth=41f6f030128526b9a74b254f7ba1cddc0c77c910fc204868fb2789cc3d989229&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters inspect an area at Wyakin Park after a wildfire hit the northern part of Spokane, Wash., Tuesday, Aug. 4, 2026. (AP Photo/Lindsey Wasson) CORRECTION: Wyakin Park, not Weaken Park]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VEAM6RIHXNCBPOXDWP45LKHFGU.jpg?auth=9e5b75053edf5184156693056287631ed2afac025758c8bfe8df60c2fcb06ad8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun begins to set behind lingering smoke from several wildfires in the state near Sprague, Wash., Tuesday, Aug. 4, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Estudiantes en riesgo de quedarse sin clases debido a daños en escuelas tras sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/08/05/estudiantes-en-riesgo-de-quedarse-sin-clases-debido-a-danos-en-escuelas-tras-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/estudiantes-en-riesgo-de-quedarse-sin-clases-debido-a-danos-en-escuelas-tras-sismos-en-venezuela/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Miles de estudiantes podrían quedar sin clases si en las próximas semanas no se reparan los daños provocados por los dos poderosos sismos en decenas de escuelas del movimiento Fe y Alegría, promovidos en barriadas pobres de Venezuela por la Compañía de Jesús.]]></description><pubDate>Wed, 05 Aug 2026 20:27:12 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Miles de estudiantes podrían quedar sin clases si en las próximas semanas no se reparan los daños provocados por los dos poderosos sismos en decenas de escuelas del movimiento Fe y Alegría, promovidos en barriadas pobres de Venezuela por la Compañía de Jesús.</p><p>Unos “18.000 estudiantes pueden quedar afectados, sin clases, si no logramos reparar esos centros educativos”, dijo el miércoles en una rueda de prensa el sacerdote jesuita José Gregorio Terán, director general de Fe y Alegría Venezuela, citado en un comunicado.</p><p>La jesuita es una de las órdenes religiosas más prominentes de la Iglesia católica y tiene presencia en más de un centenar de países. Fe y Alegría fue fundada en 1955 y dirige unos 1.500 centros educativos en Venezuela ubicados en barrios pobres y carentes de escuelas cercanas.</p><p>“Ninguna de nuestras escuelas se derrumbó, sin embargo, hemos tenido afectaciones en 73” y de ellas “hemos priorizado 31 espacios que tenemos que buscarle arreglo antes de octubre” cuando empieza el nuevo año escolar, acotó Terán.</p><p>Luego de las inspecciones técnicas realizadas el acceso fue “restringido” dado que esas edificaciones muestran “afectaciones moderadas o daños no estructurales que requieren reparaciones antes de normalizar su uso”, destacó.</p><p>Según el más reciente reporte oficial divulgado el lunes, al menos 6.125 fallecieron a causa de los terremotos de 7,2 y 7,5 de magnitud que sacudieron el norte de Venezuela el 24 de junio. La localización de cuerpos entre los escombros continúa a cuenta gotas.</p><p>La mayoría de las muertes ocurrieron en el estado costanero de La Guaira, la zona más afectada por los sismos y que está ubicada a unos 20 kilómetros al norte de Caracas.</p><p>El número de heridos, en tanto, se mantiene en 16.740 desde el 1 de julio e informes previos reportaron 17.900 ciudadanos sin vivienda por el colapso de 190 edificios.</p><p>Terán informó que Fe y Alegría apenas cuenta con fondos para reparar 14 de los 31 espacios con más daños, por lo que exhortó a los venezolanos y a la comunidad internacional a colaborar para recaudar el dinero requerido.</p><p>El comunicado recordó que en la escuela Simón Bolívar de ese movimiento, ubicada en la localidad costera de Caraballeda en el estado La Guaira, murieron 30 estudiantes.</p><p>En un acto de gobierno televisado el miércoles la presidenta encargada Delcy Rodríguez señaló que tras la ejecución de más de 47.000 inspecciones a viviendas, infraestructuras y avenidas para evaluar los daños, 58% de las estructuras fueron certificadas como habitables, 23% quedaron temporalmente con acceso restringido y el 19% restante tienen la condición de no habitable.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GEPT44EA7ZMJILEKIQCDHT755M.jpg?auth=aa08143b8205795a15d7727dbaa926be6d2ec44f0d1eca710a867b45a49a6706&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unas personas transportan un cadáver rescatado de un edificio que se derrumbó a causa de los terremotos en La Guaira, Venezuela, el jueves 30 de julio de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[A gunman kills a Mexican social media influencer during a livestream]]></title><link>https://www.local10.com/news/world/2026/08/06/a-gunman-kills-a-mexican-social-media-influencer-during-a-livestream/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/a-gunman-kills-a-mexican-social-media-influencer-during-a-livestream/</guid><dc:creator><![CDATA[By MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — A gunman killed a social media influencer during a livestream in Mexico's volatile northwestern state of Sinaloa, authorities said Wednesday, a public killing that underscored ongoing violence targeting social media personalities in the Latin American nation.]]></description><pubDate>Thu, 06 Aug 2026 08:46:31 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — A gunman killed a social media influencer during a livestream in Mexico's volatile northwestern state of Sinaloa, authorities said Wednesday, a public killing that underscored ongoing violence targeting social media personalities in the Latin American nation.</p><p>The influencer, César Gastélum, was killed on Tuesday night in the Sinaloa state capital of Culiacan, officials said. Mexican authorities implied the killing of the young man was linked to cartel violence but did not blame any particular group.</p><p>A video of the moment of his death, which was viewed by The Associated Press, shows him laughing with two other men in the parking lot of a Kentucky Fried Chicken when two men pull up on a motorcycle. One is seen pulling out a gun and shooting Gastélum. The attackers then flee the scene.</p><p>The attack was carried out just blocks away from the local prosecutor's office during rush hour.</p><p>Mexico’s Security Cabinet and local prosecutors said an investigation was ongoing, and that it appeared Gastélum had released some videos in which he “alluded to a faction of a criminal group.”</p><p>Mexican President Claudia Sheinbaum told journalists during her morning news conference on Wednesday that the “perpetrators must be arrested.”</p><p>“We must find out why this deplorable homicide occurred,” she said.</p><p>Gastélum had more than 650,000 followers on TikTok, and more on Instagram and other social media platforms and would regularly post comedy videos and content layered over Mexican regional music. He at times referred to himself in his videos as “bélico,” a term often used in subcultures in Mexico to imply a connection to cartel culture.</p><p>Messages of “rest in peace” were posted on Gastélum's social media accounts on Wednesday.</p><p>Sinaloa has in recent years been ravaged by warring between two factions of the Sinaloa Cartel. At the height of the fighting, dead bodies would be left across the city marked with a faction's signature. One of them, Los Chapitos, would regularly leave a pizza or a pizza box on a dead body. The other, Los Mayos, would leave behind a sombrero, and it soon became dangerous to wear the hats in Culiacan as it could signify allegiance to one group.</p><p>On Tuesday night, Gastélum was filmed wearing a white sombrero.</p><p>On Wednesday, candles were lit on the pavement where he was killed. It was the second time in little more than a year that a content creator was fatally shot by gunmen on a live stream.</p><p>In May 2025, 23-year-old beauty influencer Valeria Márquez was shot and killed while doing a TikTok livestream at a beauty salon in the central Mexican state of Jalisco.</p><p>The killing comes at a time when Mexico’s government is under mounting pressure by the Trump administration to crack down on cartel violence.</p><p>Gastélum's death is part of a larger trend by criminal groups targeting influencers, especially in regions like Sinaloa and Jalisco dominated by organized crime.</p><p>Mexican security analyst David Saucedo said influencers are killed or threatened for a wide range of reasons. In some cases, the targeted influencers may have had ties to one criminal faction in a disputed region, producing social media content for them or having romantic relationships with cartel members. In others, influencers launder money for cartels or disseminate information similar to a journalist.</p><p>“Cartels are interested in dictating and controlling … the regions where they operate,” Saucedo said. The aim is to turn them “into channels for disseminating criminal messages.”</p><p>___</p><p>Associated Press journalist Aarón Ibarra in Culiacan, Mexico, contributed to this report.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BVCSP22MXHSCEWAL5AKBVIFJJM.jpg?auth=149a95394d1c2698277471177f5940508fee030ad7abc5190f4162256d67ba49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candles sit near the spot where César Gastélum, a social media influencer, was killed the previous night in Culiacán, Mexico, Wednesday, Aug. 5, 2026. (AP Photo/Aaron Ibarra)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Ibarra</media:credit></media:content></item><item><title><![CDATA[Indiana Fever continue to thrive on the court despite constant barrage of off-court distractions]]></title><link>https://www.local10.com/sports/2026/08/05/indiana-fever-continue-to-thrive-on-the-court-despite-constant-barrage-of-off-court-distractions/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/indiana-fever-continue-to-thrive-on-the-court-despite-constant-barrage-of-off-court-distractions/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Indiana Fever guard Sophie Cunningham walked into practice Wednesday with every intention of talking basketball and only basketball.]]></description><pubDate>Wed, 05 Aug 2026 19:29:27 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Indiana Fever guard Sophie Cunningham walked into practice Wednesday with every intention of talking basketball and only basketball.</p><p>She still couldn't completely avoid the latest off-court firestorm — her belief that trans women should not be competing in women's sports.</p><p>While Cunningham declined to directly address the issue that's created another circus-like environment for the WNBA's most visible team, the former Missouri star did talk about her pregame conversation with the league's winningest coach, Cheryl Reeve, and challenged media members to find better stories than just the latest controversy.</p><p>“There's just so much distraction," she said before practice, noting the ESPN interview that started the debate was filmed in February. “I think the WNBA media, all we ever do is cover everything except basketball. It's like, what are we doing? There's so much, like you can talk about other things. I think those are great stories. I think it shows fans, you know, who people are outside of the court. But I also think we've got to keep the main thing, the main thing.”</p><p>Avoiding the traps</p><p>Despite the continually swirling storms, nobody has played better basketball than the Fever.</p><p>Indiana is 9-3 since July 1, including a 5-2 record on two recent road trips. It beat defending league champ Las Vegas by 16 and 34 points during the first Western swing and can sweep the season series Thursday when the Aces make this season's only trip to Indianapolis. Las Vegas eliminated injury-depleted Indiana in last year's conference semifinals.</p><p>The Fever's five-game winning streak, which ended with Sunday's 108-100 loss at Minnesota, matched the fourth-longest in franchise history. Indiana will try to extend its league record for consecutive 100-point games to seven on Thursday.</p><p>Not enough?</p><p>Indiana's per game scoring average of 96.5 points is on pace to shatter the Phoenix Mercury's previous single-season league record of 93.9 points in 2010.</p><p>And as All-Star guards Caitlin Clark and Kelsey Mitchell and All-Star center Aliyah Boston produce career-best seasons. Cunningham thinks all three should be MVP candidates, even as she shoots 48.2% from the field and 45.2% on 3-pointers, both career bests amid all this new attention.</p><p>The key to their success is no secret — experience.</p><p>“My first six years (in the WNBA), I was with Diana Taurasi and Brittney Griner and so that causes a lot of buzz on your team as well and so you just have to protect the locker room,” Cunningham said. “And then you come here and it was like 100 times more. So last year, you know, I think we had a lot of preparation for what distractions and outside forces could do to a locker room. So this year, we're used to it. We're tight in the locker room. We try to protect those walls like no other. We try to protect each other like no other.”</p><p>Challenging course</p><p>A year ago, the leaguewide focus was on a new collective bargaining agreement and whether Clark would play a key role in pushing for changes. But in Indiana, the central theme was the daily updates on Clark's soft-tissue injuries and others including Cunningham's season-ending right knee injury.</p><p>This year, a May sideline spat between Clark and coach Stephanie White raised questions about their relationship and led to speculation about White's potential firing. That was followed by Cunningham's 22-second pointing video that went viral and the still image of Alyssa Thomas hitting Clark in the throat with a fist. The latter led to questions about whether Clark was being targeted with overly aggressive contact. The U.S. Congress even sent a letter to WNBA Commissioner Cathy Engelbert about the incident.</p><p>Now it's the rallies — in support and opposition — to Cunnigham's position at recent games, which also led to the discussion between Reeve and Cunningham.</p><p>“She just came up and, you know I respect her for coming up in person because I think a lot of people behind the screens love that type of thing,” Cunningham said, gesturing as if she were typing a message. “She (Reeve) had stories about her point of view, and I had stories about my point of view, and we left with love and respect, and I think that's what it's all about."</p><p>Staying together</p><p>One potential benefit of Cunningham's sudden celebrity is that Clark can spend more time working behind the scenes on her craft.</p><p>But White believes the constant wave of storms also has steeled Indiana's locker room from the outside noise and forced players to focus more on winning games and playing better defense.</p><p>“Any time we have an opportunity to navigate challenges together, you know, it reveals I think the character of who you are, and I think our group continues to stay together, continues to pull together,” White said, one day before she was named the league's Coach of the Month for July. “When you have opportunities to be on the road for as long as we were last week, that also helps. I think we just have a really good group when it comes to really understanding one another and understanding the situation we're in.”</p><p>Even when the glare of the white-hot spotlight goes far deeper than basketball.</p><p>“I just think when you have this platform and everything you do is magnified by 10,000, you kind of get used to it,” Cunningham said. “So this team, everywhere we go, everywhere we play it's their Super Bowl. It's nothing new for us and when you join this team, it's something you have to expect and something you have to know going forward — like all eyes are on you 24-7.</p><p>”I want to get back to basketball,” she added. “It’s always been about basketball.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3DR7OGTR5EJVWBO3EYAA2SPVXY.jpg?auth=d6d12810e7000ddab91a875c1d4a91690deb4356fa4595157c5e45acd348fbb0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guards Sophie Cunningham, left, Caitlin Clark (22) and center Aliyah Boston (7) stand on the court during the first half of a WNBA basketball game against the Minnesota Lynx, Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/654W552GWVLWAFCUPN5PIWH52Q.jpg?auth=31da3d0067840c120bcc5cf72c689423e6e513ad3e31fa9d93c3267ae8e6844b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever head coach Stephanie White, left, and guard Sophie Cunningham (8) talk during the first half of a WNBA basketball game against the Minnesota Lynx, Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BU63QAX2QO7CVGOYMY55CUBGN4.jpg?auth=64d1199c1481371dff3e744fb3fff5226c5cefc547084f99d7070eb7face8619&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx head coach Cheryl Reeve watches play during the first half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6R63D2DQJNR2V2ZTTMWHG4RSRM.jpg?auth=b045ee38f04c16426a8fc9ffeed5c35aa3a5fc9653ab197e7d9e577b6f6796eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark, right,dribbles downcourt as Minnesota Lynx guard Kayla McBride (21) defends during the first half of a WNBA basketball game Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Ariana Grande’s new video sets off talk about body and beauty standards — again]]></title><link>https://www.local10.com/entertainment/2026/08/05/ariana-grandes-new-video-sets-off-talk-about-body-and-beauty-standards-again/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/05/ariana-grandes-new-video-sets-off-talk-about-body-and-beauty-standards-again/</guid><dc:creator><![CDATA[By DEEPTI HAJELA, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Talking about beauty can get really ugly — particularly when it comes to public figures.]]></description><pubDate>Wed, 05 Aug 2026 19:23:23 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Talking about beauty can get really ugly — particularly when it comes to public figures.</p><p>In an increasingly connected world, there's no shortage of hot takes and judgment. That is evident yet again in recent days in the wake of a new music video from singer Ariana Grande and the release last week of her new album, “Petal,” which reignited commentary about her thin appearance.</p><p>It also raised the question: Just because we can say anything, does that mean we should? Some saw yet more body-shaming being aimed, no surprise, at a woman in a society that constantly judges them; others said it was simply concern. Some called for respecting her privacy, while others said the influence of celebrities on young fans made it a valid topic.</p><p>Grande, 33, has faced attention and commentary throughout her career around her appearance, with the current focus being on the increasing visibility of her body’s bone structure, including her sternum and rib cage.</p><p>She has pushed back against discourse that she’s anything other than healthy, and repeatedly insisted that she doesn’t think commenting on people’s bodies is acceptable. Her representative told People magazine that she would be stepping back from public life after her current tour finishes due to the “endless, ongoing public scrutiny.”</p><p>Even in the video, a nearly seven-minute indictment of the harsh process of assessment and judgment that leads to fame and celebrity, Grande hits on the subject of being constantly sized up. “I don't need someone to save me,” she sings. “I'm not a victim.”</p><p>The way we talk in situations about body image matters because the impact can transcend a one-off comment or snap judgment about celebrities we’ll never meet, says Johanna Kandel, founder and CEO of the National Alliance for Eating Disorders.</p><p>“I would just check our intentions behind it,” Kandel said. “What is the purpose of it? ... What is the intent versus the impact of it?”</p><p>Judging famous women by appearances is nothing new</p><p>Aggressive scrutiny of people in the spotlight is nothing new, nor is the reality that women’s appearances are heavily judged — even though the past decade has brought concerted efforts to promote ideas of body acceptance at all sizes.</p><p>These days, effective weight loss-inducing medications — their use driven by celebrities — have joined the larger cultural conversation. They’re shifting the ground once again around ideas of thinness, beauty and health, with some concerned that a slew of images of noticeably skinnier famous faces could have a troubling impact on those struggling with body image issues or eating disorders.</p><p>Judgment and criticism on one side, coupled with calls to stop saying anything about Grande’s body on the other, can make nuanced conversations about beauty and health difficult, says Allison Butler, a senior lecturer in communication at University of Massachusetts, Amherst.</p><p>“We limit both the complexity of the folks that we are directing our attention to, as well as our own complex understandings of ourselves,” said Butler, author of “The Judgment of Gender: How Women are Centered and Silenced in Pop Culture.”</p><p>Fundamentally, many experts say, it's no one's place to pass judgment on someone's body, celebrity or otherwise.</p><p>“With celebrities, I encourage people to resist the urge to speculate altogether. Public conversations about celebrity bodies often reinforce the idea that our bodies are open for public discussion, and that’s a message young people are listening to,” Rachel Goldman, a psychologist and clinical assistant professor at NYU's Grossman School of Medicine, said via email.</p><p>“We also have to remember that comments about someone’s appearance (whether they’re meant as compliments or criticisms) can reinforce the idea that our value is tied to how we look,” she said.</p><p>That doesn't mean ignoring the reality that people struggle with disordered eating in varied ways. Kandel references her own experience.</p><p>“When I was first approached about my eating disorder, it was (from) a place of concern, but it was like, ”You look like Skeletor,'" she said, and not “'Hey, what's going on? I'm really worried about you.'”</p><p>To Kandel, ignoring such issues is less effective than thinking hard about how we address them. “It can’t be a conversation that we evade,” she said, “but it’s more of bringing it to the curiosity and the compassion as opposed to the criticism.”</p><p>It can be difficult to talk to children about these issues</p><p>For parents talking with children, Goldman suggests shifting the conversation away from judging bodies to talking about the messages society is sending. Also crucial: reminding them that appearance isn't an indicator of health and well-being.</p><p>“Ultimately, we want young people to understand that their body is just one part of who they are. Their worth isn’t determined by their size or shape, and neither is anyone else’s,” she said.</p><p>That's what Jennifer Hill tries to do. The 56-year-old pediatric nurse from Broomall, Pennsylvania, says her 16-year-old daughter, a cheerleader and runner, hates when she gets comments on her body.</p><p>“I will talk to her and if someone has mentioned something to her, I’m like, ‘You know what? Everybody’s different, everybody’s born different, their bodies are created different,’” Hill said.</p><p>Though she says things have improved since her youth in the 1980s, when she recalls people being unafraid to offer the harshest comments, she still sees it as a struggle. Plus, she said, social media has added pressure. She also sees it in her work life, where she has worked with young people with emotional struggles or eating disorders. Her advice: Listen.</p><p>“You don’t want to come out and say, ‘You know, you’re really overweight,’” she said. “You have to tread lightly.”</p><p>It's about guiding them and their thinking, not just telling them what to do, Hill said. “Communication is key ... I think having open conversation and letting them do a lot of the talking and not so much you.”</p><p>As for Grande, she spoke to fans in recent days, making a statement from the stage Monday night that she read from her phone. She said she knows fans are worried that “negativity was ruining things” for her, but said the opposite is true.</p><p>“Multiple things can be true at the same time. Boundaries need to be set," she said. “Human beings can need a break sometimes. And also, this can be and will continue to be the greatest experience of my professional and creative life.”</p><p>Her fans — many of them young women — erupted in cheers.</p><p>___</p><p>If you or someone you know have body image or eating concerns, the National Alliance for Eating Disorders has a helpline at (866) 662-1235. It is available Monday through Friday, from 9 a.m. to 7 p.m. EST.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CYFXC2EPP4CFDYG2GLZKWEL6YQ.jpg?auth=752b0913f066ded9e2e86dd5da30540cc1d9bda0bc77f3544df8c805444d9759&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 Hangar 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><media:content url="https://www.local10.com/resizer/v2/XPY65NYBVOKQSVGUQ5DYZM4644.jpg?auth=5934a840e28dd3efece68102add01ef74cb673816d65b0242eb301d75152097e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This album cover image released by Republic Records shows "Petal" by Ariana Grande. (Republic Records via AP)]]></media:description></media:content></item><item><title><![CDATA[Nuevo México acusa al gobierno de EEUU de entorpecer su pesquisa de Epstein]]></title><link>https://www.local10.com/espanol/2026/08/05/nuevo-mexico-acusa-al-gobierno-de-eeuu-de-entorpecer-su-pesquisa-de-epstein/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/nuevo-mexico-acusa-al-gobierno-de-eeuu-de-entorpecer-su-pesquisa-de-epstein/</guid><dc:creator><![CDATA[Por SAVANNAH PETERS, Associated Press]]></dc:creator><description><![CDATA[CEDAR CREST, Nuevo México, EE.UU. (AP) — El fiscal general de Nuevo México presentó el miércoles una demanda contra el Departamento de Justicia a nivel federal, al que acusó de entorpecer la investigación del estado en torno a los delitos sexuales en un rancho que fue propiedad de Jeffrey Epstein cerca de Santa Fe.]]></description><pubDate>Thu, 06 Aug 2026 01:08:31 +0000</pubDate><content:encoded><![CDATA[<p>CEDAR CREST, Nuevo México, EE.UU. (AP) — El fiscal general de Nuevo México presentó el miércoles una demanda contra el Departamento de Justicia a nivel federal, al que acusó de entorpecer la investigación del estado en torno a los delitos sexuales en un rancho que fue propiedad de Jeffrey Epstein cerca de Santa Fe.</p><p>La denuncia interpuesta ante un tribunal federal en Washington, D.C. asegura que el Departamento de Justicia y el secretario interino Todd Blanche pusieron trabas a la investigación penal del fiscal general de Nuevo México, Raúl Torrez, sobre Epstein y otras personas, tomando medidas que “perjudican activamente a las víctimas y socavan el interés público”.</p><p>La demanda, que busca intervención judicial para obligar al gobierno federal a entregar material a los investigadores de Nuevo México, se presentó el mismo día en que la Cámara de Representantes del estado dio a conocer un informe en el que afirmó que “aquellos que eran directamente responsables de proteger a los habitantes de Nuevo México confiaron en otros para hacer su trabajo”, incluidos fiscales federales en Nueva York.</p><p>Epstein se quitó la vida en una cárcel federal de la ciudad de Nueva York en agosto de 2019, después de que se le negó libertad bajo fianza por cargos de tráfico sexual.</p><p>La exnovia y estrecha colaboradora de Epstein, Ghislaine Maxwell, cumple una condena de 20 años en prisión después de ser declarada culpable de cargos de tráfico sexual en Nueva York en 2021. Durante su juicio, testigos declararon que ella y Epstein habían abusado sexualmente de mujeres en su rancho de Nuevo México.</p><p>Departamento de Justicia asegura que cumple con órdenes judiciales</p><p>Los fiscales del estado “han enfrentado una resistencia sostenida” al tipo de intercambio de información que en el pasado se había dado entre investigadores estatales y federales, según la demanda.</p><p>El Departamento de Justicia indicó en un comunicado que no divulgó parte de la información solicitada por el estado debido a que existen órdenes de tribunales federales que prohíben revelar información que identifique a las víctimas.</p><p>“Nuevo México no ha aportado ninguna base legal para justificar divulgaciones tan amplias”, señaló la agencia. Añadió que proteger la privacidad de las víctimas sigue siendo una prioridad máxima, y que el Departamento de Justicia “sigue disponible para ayudar a la investigación de Nuevo México en conformidad con la ley y las órdenes judiciales vinculantes”.</p><p>La demanda afirma que Blanche y el Departamento de Justicia ocultan información sobre Epstein y sus cómplices cuando Nuevo México es una de las pocas jurisdicciones que aún puede responsabilizar a los cómplices de Epstein o “brindar algún sentido de justicia a los sobrevivientes”.</p><p>El fiscal general de Nuevo México afirmó que su oficina ha presentado 10 solicitudes de información, las cuales han sido ignoradas o rechazadas.</p><p>“Hemos escuchado en repetidas ocasiones que cooperarán y lo que nuestro equipo ha experimentado es todo menos cooperación”, declaró Torrez.</p><p>El estado pide a Blanche que arregle las cosas de “un plumazo”</p><p>“Al día de hoy, de un plumazo, Todd Blanche podría concedernos el acceso que dijo que nos daría”, señaló Torrez. “En cambio, han decidido bloquear, obstruir y, francamente, ocultar por la razón que sea”.</p><p>El informe provisional difundido por la Comisión de la Verdad de los Sobrevivientes de Nuevo México culpó en parte a la fiscalía federal en Manhattan por la falta de información sobre las actividades de Epstein en Nuevo México. La comisión, establecida en febrero por legisladores estatales, señaló que las autoridades federales se enfocaron en los delitos de Epstein en Nueva York, Palm Beach, Florida, y las Islas Vírgenes, mientras dejaban sin examinar los casos en Nuevo México.</p><p>Pero la comisión también se refirió a la evidencia reunida por fiscales federales en Nueva York para describir a mujeres que aseguraron que fueron víctimas de abuso sexual a manos de Epstein en Zorro Ranch.</p><p>En el juicio contra Maxwell, Annie Farmer, ahora psicóloga, testificó que tenía 16 años cuando aceptó ir al rancho, donde Maxwell le tocó el pecho durante un masaje y que Epstein se metió a la cama con ella de forma inesperada.</p><p>En respuesta a una solicitud de comentarios, un portavoz de la fiscalía federal en Nueva York envió el comunicado del Departamento de Justicia sobre Epstein.</p><p>Coincidiendo con la publicación del informe, unos 50 miembros de los medios de comunicación y la comunidad se reunieron el miércoles en una sala de audiencias legislativas del capitolio estatal de Nuevo México para escuchar los hallazgos preliminares de la comisión.</p><p>Una acusadora de Epstein da su relato ante la comisión</p><p>Rachel Benavidez, la única oradora en la parte de “testimonio de sobrevivientes”, afirmó en la reunión que Epstein abusó sexualmente de ella en Zorro Ranch. Aseguró que las conexiones de Epstein con personas en los círculos más altos del estado le permitieron “deambular en libertad aquí en Nuevo México sin control” después de que fue condenado por delitos sexuales en otros lugares.</p><p>“No necesitamos más archivos de papel que sirvan como artefactos”, dijo Benavidez, instando a que la comisión interrogue a “cómplices” que ayudaron a Epstein a evadir a la justicia en el estado.</p><p>Benavidez ha dicho en entrevistas que fue llevada al rancho para trabajar como masajista a finales de la década de 1990. El miércoles relató que Epstein explotó “la única cosa que significaba todo para mí en ese momento, mi carrera”.</p><p>Un grupo de víctimas y familiares de las víctimas de Epstein acusó a Blanche en un comunicado de “seguir protegiendo a los abusadores” al retener la información que solicita Nuevo México.</p><p>“El argumento del DOJ de que no entregará archivos para proteger la identidad de los sobrevivientes es risible cuando el DOJ ya ha revelado sus nombres e información personal”, dijeron, refiriéndose a la agencia por sus iniciales en inglés.</p><p>Epstein compró la propiedad en Stanley, Nuevo México, una comunidad ganadera escasamente poblada a unos 48 kilómetros (30 millas) al sur de Santa Fe, en 1993 al exgobernador Bruce King, y construyó una mansión con una pista de aterrizaje privada y un helipuerto.</p><p>El rancho de Epstein fue rebautizado como “San Rafael Ranch”</p><p>La propiedad fue vendida por el patrimonio de Epstein en 2023 a la familia de Don Huffines, un republicano que recientemente fue nombrado contralor estatal en Texas. Huffines señaló en febrero pasado en redes sociales que la propiedad fue rebautizada como San Rafael Ranch, en honor a un santo asociado con la sanación, y que su familia planea operar un retiro cristiano en el lugar.</p><p>El Departamento de Justicia comenzó a divulgar en diciembre documentos relacionados con Epstein y Maxwell, de conformidad con la Ley de Transparencia de los Archivos de Epstein.</p><p>Rápidamente surgieron quejas, tanto de acusadores como de miembros del Congreso que lucharon por aprobar la ley de transparencia, debido a tachaduras deficientes y por la cantidad excesiva de material censurado. Los archivos publicados —incluidas fotografías, transcripciones de entrevistas, registros de llamadas, expedientes judiciales y otros documentos— ya eran públicos o estaban sumamente censurados, y muchos carecían del contexto necesario.</p><p>___</p><p>Los periodistas de The Associated Press Larry Neumeister en Nueva York y Jeffrey Collins en Columbia, Carolina del Sur, contribuyeron con 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/ART5Q4REEJNPDQC3ZOZDG4VVG4.jpg?auth=889c8728f33c1801d4d89a32c769cf26818148c92df3601ec1a741dcb9e15095&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeffrey Epstein el 28 de marzo del 2017, en una foto entregada por el Registro de Delincuentes Sexuales del Estado de Nueva York. (Registro de Delincuentes Sexuales del Estado de Nueva York via AP)]]></media:description></media:content></item><item><title><![CDATA[Pirates cut ties with veteran slugger Marcell Ozuna after a nightmarish slump amid playoff chase]]></title><link>https://www.local10.com/sports/2026/08/05/pirates-cut-ties-with-veteran-slugger-marcell-ozuna-after-a-nightmarish-slump-amid-playoff-chase/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/pirates-cut-ties-with-veteran-slugger-marcell-ozuna-after-a-nightmarish-slump-amid-playoff-chase/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description><![CDATA[The Pittsburgh Pirates released struggling veteran designated hitter Marcell Ozuna on Wednesday as they gear up for a playoff push.]]></description><pubDate>Wed, 05 Aug 2026 22:45:38 +0000</pubDate><content:encoded><![CDATA[<p>The Pittsburgh Pirates released struggling veteran designated hitter Marcell Ozuna on Wednesday as they gear up for a playoff push.</p><p>The club made the move following a nightmarish stretch in which the three-time All-Star could never seem to get on track.</p><p>The Pirates, who entered Wednesday 3 1/2 games behind Arizona for the third NL wild-card spot, promoted outfielder Ronny Simon from Triple-A Indianapolis to take Ozuna’s roster spot.</p><p>Pittsburgh signed Ozuna to a one-year deal worth $12 million in February, a rare free agency splurge for the budget-conscious club. The team hoped the right-handed Ozuna would help balance out a left-handed-heavy lineup.</p><p>Instead, Ozuna started slowly and never found the form that helped him hit 296 homers during previous stints with Miami, Atlanta and St. Louis.</p><p>Ozuna hit just .203 with eight home runs and 29 RBIs in 70 games with Pittsburgh and had seen his playing opportunities cut significantly in recent weeks thanks to the emergence of rookie Esmerlyn Valdez.</p><p>“Didn’t have a season that he would like,” manager Don Kelly said Wednesday in Milwaukee before the Pirates faced the Brewers. “Just got to a point where we felt like we needed to make a move and open up the DH spot to be able to rotate.”</p><p>Ozuna has a $10.5 million salary this year. He had a mutual option of $16 million in 2027 with a $1.5 million buyout.</p><p>The decision comes on the heels of a trade deadline in which Pittsburgh, seeking to end a decade-long playoff drought, fortified its leaky bullpen with a series of moves, including acquiring reliever Luke Weaver from the New York Mets.</p><p>Kelly and general manager Ben Cherington defended Ozuna repeatedly, with Cherington expressing confidence the underlying metrics showed Ozuna was close to turning it around and Kelly praising Ozuna’s influence on the club’s Latin American players. But with a chance to play meaningful baseball into September on the line, the team opted to move on.</p><p>“It’s a tough spot, and hate to go through it,” Kelly said.</p><p>Pittsburgh also activated left-handed reliever Evan Sisk off the injured list and optioned reliever Wilber Dotel to Triple-A Indianapolis on Wednesday.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XREEXMCVYLMZ7HVWZ53GH2Q6DM.jpg?auth=5f50e6c769178c912518977d5cdf136863a07c2f579716075e87e361970f8abd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates' Marcell Ozuna collects himself after fouling off a pitch from Atlanta Braves pitcher Raisel Iglesias during the ninth inning of a baseball game in Pittsburgh, Wednesday, July 8, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIM7YBCKNY6SGBAIMHAYEL5X3U.jpg?auth=7822cc1930da1844f79c43dcbf1580010cc6299f1c8a1a72b85bffeb8c35c12c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates' Marcell Ozuna celebrates in the dugout after scoring on a single by Henry Davis during the sixth inning of a baseball game against the Cincinnati Reds in Cincinnati, Saturday, Aug. 1, 2026. (AP Photo/Tanner Pearson)]]></media:description><media:credit role="author" scheme="urn:ebu">Tanner Pearson</media:credit></media:content></item><item><title><![CDATA[Senate confirms Dr. Erica Schwartz as CDC director, bringing new leadership to troubled agency]]></title><link>https://www.local10.com/health/2026/08/05/senate-confirms-dr-erica-schwartz-as-cdc-director-bringing-new-leadership-to-troubled-agency/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/05/senate-confirms-dr-erica-schwartz-as-cdc-director-bringing-new-leadership-to-troubled-agency/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Senate on Wednesday confirmed Dr. Erica Schwartz as director of the Centers for Disease Control and Prevention, placing her in charge of a public health agency beleaguered by political meddling and low morale.]]></description><pubDate>Wed, 05 Aug 2026 20:39:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Senate on Wednesday confirmed Dr. Erica Schwartz as director of the Centers for Disease Control and Prevention, placing her in charge of a public health agency beleaguered by political meddling and low morale.</p><p>Schwartz was confirmed in a 51-44 vote. The 54-year-old becomes the 22nd leader of the Atlanta-based CDC, which is charged with protecting Americans from preventable health threats, and the agency's first confirmed director in nearly a year. Her resume includes medical and law degrees, a stint as deputy surgeon general, and a leadership position at the U.S. Coast Guard.</p><p>Schwartz's nomination appeared to be on shaky ground after a hearing before the Senate Health, Education, Labor and Pensions Committee last month. The chairman, Sen. Bill Cassidy, R-La., and others questioned whether she would be willing to stand up to Republican President Donald Trump’s health secretary, Robert F. Kennedy Jr., if he ordered CDC to do something unsupported by science and good public health practice.</p><p>But weeks later, Cassidy said he had spoken with Schwartz after that hearing and with others who knew her, and said he had gained confidence in her.</p><p>U.S. Department of Health and Human Services officials did not immediately respond to questions about when Schwartz will start the job or her salary.</p><p>The CDC has been in turmoil since Trump returned to office last year.</p><p>Largely due to layoffs and resignations, the agency has lost 3,000-plus employees, more than one-quarter of its workforce. Morale has plummeted as a succession of mostly temporary leaders has come and gone. The front office has been staffed by political appointees with little or no training in medicine or public health.</p><p>“Now, Dr. Schwartz needs to prove that her leadership will serve science and not the whims of politicians. CDC needs a Director who will protect public health workers, defend evidence-based guidance, and refuse any directive that would undermine public safety,” said the National Public Health Coalition, an organization of former and current CDC workers, in a statement Wednesday.</p><p>When Schwartz was nominated in April, public health experts were cautiously optimistic, citing her background. They also noted that Schwartz was the choice of Trump and not Kennedy, who is a leading voice in the anti-vaccine movement before he was tapped to oversee the CDC and other federal health agencies.</p><p>Schwartz was the third Trump nominee for CDC director in the past 18 months.</p><p>The first was a former Florida congressman, Dr. David Weldon. His Senate hearing in March 2025 was canceled an hour before it was to begin. Weldon said at the time that he had been told not enough senators were willing to vote for him.</p><p>The White House then moved on to Susan Monarez, who had been serving as the CDC’s acting director. Monarez was confirmed by the Senate, but ousted from the job in less than a month. Trump administration officials said she was not aligned with the president’s agenda, so they terminated her.</p><p>Since then, there have been a series of HHS officials as acting CDC directors.</p><p>“With all the turmoil of the past two years, the CDC desperately needs stability, experienced leadership and a steadfast commitment to science,” said Dr. Georges Benjamin of the American Public Health Association, in a statement Wednesday.</p><p>The CDC position was one of several leadership vacancies among federal health agencies, including the U.S. surgeon general and the commissioner of the Food and Drug Administration.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FEH43UV2FWQ3222C4BTQ5HTM44.jpg?auth=d852b917d055e9abf70fe6e3facc7af6872cd3beec1d5c578a36e5803343630c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Erica Schwartz testifies during a Senate Health Education Labor and Pensions committee confirmation hearing to be the director of the Centers for Disease Control and Prevention on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Chicago Bears tackle Darnell Wright dishes out credit after signing huge contract extension]]></title><link>https://www.local10.com/sports/2026/08/05/chicago-bears-tackle-darnell-wright-dishes-out-credit-after-signing-huge-contract-extension/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/chicago-bears-tackle-darnell-wright-dishes-out-credit-after-signing-huge-contract-extension/</guid><dc:creator><![CDATA[By GENE CHAMBERLAIN, Associated Press]]></dc:creator><description><![CDATA[LAKE FOREST, Ill. (AP) — As Chicago Bears tackle Darnell Wright started giving out credit Wednesday after signing a record-setting contract extension, an obvious person he had to cite was general manager Ryan Poles.]]></description><pubDate>Wed, 05 Aug 2026 19:01:09 +0000</pubDate><content:encoded><![CDATA[<p>LAKE FOREST, Ill. (AP) — As Chicago Bears tackle Darnell Wright started giving out credit Wednesday after signing a record-setting contract extension, an obvious person he had to cite was general manager Ryan Poles.</p><p>After all, Poles not only had just signed Wright to his four-year, $116 million extension, but it was the Bears GM who picked Wright 10th in the 2023 NFL Draft after swapping the No. 9 pick with the Philadelphia Eagles, who took All-Pro defensive tackle Jalen Carter. Wright said his gratitude had more to do with the GM's time investment rather than the hefty contract.</p><p>“Poles really invests in us besides the financial investment,” Wright said. “He really invested in me, helping me get more one-on-one time with the coaches, one-on-one time more with the strength staff, one-on-one time more with (strength assistant) Mark (Philippi) in there doing core strength. He’s helping me set it up.”</p><p>Poles took a special interest in Wright, his initial Bears first-round draft pick, and talked to coaches about making extra time to develop someone he saw with huge potential. It worked out, with Wright becoming the NFL’s highest-paid right tackle ever just days before his 25th birthday.</p><p>“They have all that stuff they are handling, but he’s really invested in me, even from a long time ago, so I really appreciate that,” Wright said.</p><p>The second-team All-Pro tackle received the richest Bears contract ever based on average annual salary and signing bonus. ESPN cited the bonus money at $93 million, the most the Bears have ever awarded on a four-year deal.</p><p>“It’s just money,” Wright said. “It doesn’t get me into heaven.”</p><p>Wright credited others within the organization for making his success possible, in particular offensive coach Dan Roushar and coach Ben Johnson.</p><p>“After practice (Wednesday), Ben said something,” Wright said. “He said I owed Dan a loan or something, which I probably do. That guy has helped me a tremendous amount. So, big shout out to him as well.</p><p>“I think first, he’s consistent every day in what he does and what he says. He’s consistent in what he’s telling you. He’s honest and, you know, some coaches I’ve had in the past or some coaches in the league, they’re not very good teachers.”</p><p>As for Johnson, the scheme the Bears coach brought from Detroit when he took over in Chicago last year helped to free up Wright to put his blocking skills on display. The Bears went from 25th in the league in rushing to third last season and gave up just 24 sacks after allowing a league-worst 68 the season before.</p><p>“Ben has the scheme and I think Ben, he premieres you in plays,” Wright said. “The biggest thing, and I’ve said it before — when he first got here, like, he instilled the confidence into me that I was going to be a part of the offense. I’ve never had a coach really come up to me and be like, ‘We’re depending on you.’</p><p>“Obviously you do your job. But ‘We’re depending on you to complete this play, and this is pretty much your play.’ Obviously you’re not getting the ball. To see a coach come in, a coach like Ben Johnson, and he has that confidence in you already, it gives you a little bit of confidence in yourself."</p><p>The Bears have a few other contract extensions to address before next year, including defensive tackle Gervon Dexter and running back D'Andre Swift. However, the really big upcoming extension would be quarterback Caleb Williams, who becomes eligible after the 2026 season.</p><p>NOTES</p><p>The Bears have become more whole on both sides of the ball after a few early injury concerns. Starting linebacker T.J. Edwards was taken off the non-football injury list and practiced Wednesday for the first time, while backup running back Kyle Monangai has returned from a soft tissue injury and was involved in a full practice.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VVCH5YGLT3AJ7SGNU7BEUQ5WZ4.jpg?auth=508d641ccdb6a228dd2ced8fde56f3982afc018618b06bcf344c8cac2f97a774&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Bears offensive line Darnell Wright warms up during practice at the team's NFL football training camp, Friday, July 31, 2026, in Lake Forest, Ill. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7OHVW66TNPSMMFPRUAOIN24TM.jpg?auth=65b54dfa3c2a69c56527c8ad1a6ddb6062287456d8b2a040e2fc1ef9a7f737c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Bears offensive line Darnell Wright warms up during practice at the team's NFL football training camp, Friday, July 31, 2026, in Lake Forest, Ill. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[EEUU suspende verificaciones de aguacates en Michoacán por motivos de seguridad]]></title><link>https://www.local10.com/espanol/2026/08/05/eeuu-suspende-verificaciones-de-aguacates-en-michoacan-por-motivos-de-seguridad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/eeuu-suspende-verificaciones-de-aguacates-en-michoacan-por-motivos-de-seguridad/</guid><dc:creator><![CDATA[Por MARÍA VERZA, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Estados Unidos suspendió este miércoles todo tipo de operaciones en el estado occidental de Michoacán, entre las que está la verificación de aguacates necesaria para exportar la fruta a ese país, “debido a una amenaza contra intereses estadounidenses”.]]></description><pubDate>Thu, 06 Aug 2026 00:21:02 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Estados Unidos suspendió este miércoles todo tipo de operaciones en el estado occidental de Michoacán, entre las que está la verificación de aguacates necesaria para exportar la fruta a ese país, “debido a una amenaza contra intereses estadounidenses”.</p><p>La embajada no especificó en su alerta de seguridad cuál era esa amenaza, pero el gobernador Alfredo Ramírez Bedolla dijo en un vídeo difundido en sus redes que la paralización temporal de las inspecciones estadounidenses fue para salvaguardar la integridad de sus trabajadores después de recientes detenciones vinculadas a la extorsión.</p><p>Michoacán es el principal exportador de aguacates a Estados Unidos y también una región de alta actividad del crimen organizado. Ahí operan al menos cuatro cárteles declarados como organizaciones terroristas por la administración de Donald Trump y la mayoría de ellos, además de dedicarse a la producción o tráfico de drogas, se financian a través de extorsiones a todo tipo de sectores económicos, incluidos los aguacateros.</p><p>Según explicó a The Associated Press el secretario de Seguridad del estado, Antonio Cruz, una de las detenciones a las que se refirió el gobernador fue la de “El Poncho”, apodo de Alfonso Fernández Magallón, el líder de un cártel local que opera en una zona aguacatera en torno a la localidad de Los Reyes, 460 km al oeste de Ciudad de México.</p><p>El embajador de Estados Unidos, Ronald Johnson, celebró en redes la captura, que tuvo lugar durante el fin de semana, por la que su gobierno había ofrecido una recompensa de cinco millones de dólares.</p><p>Después del alerta, Cruz mantuvo un encuentro en Michoacán con el representante del Departamento de Agricultura de Estados Unidos (USDA, por sus siglas en inglés). En declaraciones a AP dijo que no tenía conocimiento de ningún incidente directo vinculado a los inspectores pero, no obstante, ordenó el despliegue de 300 efectivos en la zona de Los Reyes de forma preventiva.</p><p>El gobernador agregó que lo importante en estos momentos era “brindar las condiciones de seguridad para que estos trabajos se recuperen de manera normal” como ha ocurrido en el pasado.</p><p>El negocio millonario del “oro verde”</p><p>México suministra en torno del 80% de las importaciones estadounidenses de aguacate, conocido en la región como “oro verde”. Su cultivo genera en torno a 200.000 empleos sólo en Michoacán, cuya economía depende de esta industria.</p><p>En 2025 México vendió a Estados Unidos aguacates por 3.653 millones de dólares y en el primer cuatrimestre de este año esas exportaciones aumentaron un 35% con respecto al mismo periodo del año anterior.</p><p>Como el país vecino también cultiva aguacates USDA envía a inspectores que vigilan las plantaciones y empacadoras en México para garantizar que el producto exportado no entre con plagas.</p><p>Pero el lucrativo sector también es un atractivo para los grupos del crimen organizado que extorsionan a productores y empacadores de esta fruta, que incluyen el pago a los criminales como un costo más de todas sus operaciones, contó a AP un productor de la zona de Los Reyes que pidió el anonimato por miedo a represalias.</p><p>Según dijo el empresario, debe pagar al crimen organizado un peso por cada kilo que exporta. Cada día manda a Estados Unidos unas 90 toneladas de sus huertas o de aguacates que compra a otros productores, lo que le supone pagos de más de 5.000 dólares diarios.</p><p>Si paran las verificaciones, para la exportación</p><p>Los inspectores de Estados Unidos se han visto involucrados a lo largo de los años en amenazas o incidentes que provocaron que las verificaciones se pararan en distintos momentos y con ellas las exportaciones, provocando pérdidas notables al sector.</p><p>En 2024 Estados Unidos anunció que dejaría las inspecciones en manos del gobierno mexicano despues de algunas agresiones a sus trabajadores.</p><p>Lo que ocurre desde entonces, explicó el empresario de Los Reyes, es que USDA envía a sus trabajadores mexicanos a las empacadoras escoltados por autoridades mexicanas. Agregó que el miércoles ningún inspector se presentó y por eso la mayor parte de sus empleados tuvieron que dejar de trabajar.</p><p>El gobernador de Michoacán aseguró que las autoridades mexicanas ya trabajan en coordinación con el área de seguridad de la embajada para resolver “cualquier inquietud” de los estadounidenses por lo que confió en que las inspecciones se reanuden a la mayor brevedad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LJLHOHXNENOJIQNKPRFRYFIM7I.jpg?auth=e5b12e5e72ed6c6f30ec7c92742238e1b14b0fef8d61c7648c1b45b348b84774&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Cajas de aguacates esperan a ser procesadas en una planta empacadora en Uruapan, México, el 16 de febrero de 2022. (AP Foto/Armando Solís, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Solis</media:credit></media:content></item><item><title><![CDATA[Nanny says Lindsay Clancy appeared to be a loving mother before killing her 3 children]]></title><link>https://www.local10.com/news/national/2026/08/05/nanny-says-lindsay-clancy-appeared-to-be-a-loving-mother-before-killing-her-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/05/nanny-says-lindsay-clancy-appeared-to-be-a-loving-mother-before-killing-her-3-children/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[Months before Lindsay Clancy strangled her three children, she lost significant weight, couldn't sleep and complained of postpregnancy mental health issues, the family’s former nanny testified at her murder trial Wednesday.]]></description><pubDate>Wed, 05 Aug 2026 21:37:58 +0000</pubDate><content:encoded><![CDATA[<p>Months before Lindsay Clancy strangled her three children, she lost significant weight, couldn't sleep and complained of postpregnancy mental health issues, the family’s former nanny testified at her murder trial Wednesday.</p><p>But the nanny never worried the Massachusetts mother might be a danger to her children or to herself.</p><p>“I observed a wonderful mom who loved her kids,” Elaine Rossi told the jury on the seventh day of the trial in Plymouth. “She was concerned about their safety, and Callan eating and sleeping. She was a wonderful mother.”</p><p>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 on Jan. 24, 2023, and should be held criminally responsible for the deaths of Callan, Dawson and Cora Clancy, who ranged in age from 8 months to 5 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>Rossi was hired in September 2022, a few months after Callan was born. She was let go in December after Clancy, a former labor and delivery nurse, decided not to return to work. Rossi said she wasn’t told why Clancy chose to remain at home.</p><p>She testified Wednesday about her time with the family, describing Cora as a “girly-girl” who loved arts and crafts. Three-year-old Dawson was “full of energy, rambunctious, funny, silly.” Callan was the “sweetest, happiest baby.”</p><p>The defense sought to portray Clancy, 35, as a doting mother who acknowledged her mental health difficulties. Prosecutors likely hope the jury will see a mom who wasn't impaired by her mental health.</p><p>Rossi testified that she saw prescription medicine bottles in the house, and that Clancy "shared with me she had postpartum and couldn’t sleep,” and had taken to sleeping in the basement.</p><p>In her journals during that time, Clancy indicated she was struggling with anxiety and feeling overwhelmed by motherhood.</p><p>Both the prosecution and defense read excerpts from her diary to the jury Monday, where she catalogued an ever-shifting lineup of psychiatric prescriptions, as well as thoughts of suicide. Clancy remains paralyzed from the waist down after jumping from her home's second-story window on the night of the killings.</p><p>Clancy wrote about her struggles to get newborn Callan to sleep, and constant worries of his being sick. She also expressed concerns about going back to work, not being able to breastfeed, and feeling disconnected from her children and her then-husband.</p><p>“I’m so desperate to get a mental break from taking care of everyone that my mind is trying to find something physically wrong with me,” she wrote in a Nov. 18, 2022, entry.</p><p>“I have crazy brain fog. I feel like I can’t make a plan,” she wrote in another, undated entry. “I live moment to moment waiting for the next nap time.”</p><p>Clancy’s lawyers don’t dispute that she killed the children. But in the criminal trial and a medical malpractice lawsuit, her attorneys say she had bipolar disorder that wasn’t fully diagnosed until after the killings. Her attorneys say her condition seemed to worsen on the psychiatric medications, some of them problematic for bipolar patients.</p><p>Several officials with the state police crime lab testified this week that Clancy had multiple prescription medications in her blood after the killings, including antipsychotics, antidepressants and benzodiazepines.</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/K4BASJQALUNG7HN3SJDQYXETCY.jpg?auth=7a9d2ae4c4bfdce2218a3c5a7a73170fc587df34a4587770aa17204205a94c6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elaine Rossi, the nanny to Clancy children, enters the courtroom to be a witness during Lindsay Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Wednesday, Aug. 5, 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/37WXHHTPSVLPNUBSD5YP2DJILI.jpg?auth=39ea6e294eba735da412209e02ccbcb04ca15770b452b7afb9493bc60c49c8c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy waits for the judge to call a prospective jury member into court in her murder trial where she is charged in the 2023 killing of her three children, Wednesday, July 22, 2026, in Plymouth Superior Court in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3JGXE3M6CHKD4BXIFNG5RZ2WEI.jpg?auth=852b8cf1052d09c84aa847eeaf980962df2913964c00f231fa87402b1c1d365b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy enters the courtroom after a short break in her murder trial at Plymouth Superior Court in Plymouth, Mass., Wednesday, Aug. 5, 2026. (David L Ryan/The Boston Globe via AP, Pool) CORRECTION: Source is The Boston Globe, not The Boston Herald.]]></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/5BBHYYRDBIHB3QOBJXYYXBVC3Y.jpg?auth=353b1bb9d2fed662d5a7a46ef8b146989b74317c36493b9765c12a7dedd49037&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy grabs a tissue after witness Elaine Rossi, the nanny to the Clancy children, testified during her murder trial at Plymouth Superior Court in Plymouth, Mass., Wednesday, Aug. 5, 2026. (David L Ryan/The Boston Globe via AP, Pool) CORRECTION: Source is The Boston Globe, not The Boston Herald.]]></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/5O3HOO36BUNDZLTWYXBJ7SNGTQ.jpg?auth=d978af72b36486bf0e3374747e1195713ade00360d8571923dce567138d7d3d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A page from a notebook kept by Lindsay Clancy in which she documents her medications and feelings during Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 3, 2026. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content></item><item><title><![CDATA[Kast celebra aprobación final de su reforma tributaria y dice que marca un antes y después en Chile]]></title><link>https://www.local10.com/espanol/2026/08/05/kast-celebra-aprobacion-final-de-su-reforma-tributaria-y-dice-que-marca-un-antes-y-despues-en-chile/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/kast-celebra-aprobacion-final-de-su-reforma-tributaria-y-dice-que-marca-un-antes-y-despues-en-chile/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — El presidente chileno José Antonio Kast celebró en un mensaje a la nación en la noche del miércoles la aprobación final de una extensa reforma económica y tributaria impulsada por el Ejecutivo y sostuvo que marca “un antes y después” en la historia del país.]]></description><pubDate>Thu, 06 Aug 2026 01:46:08 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — El presidente chileno José Antonio Kast celebró en un mensaje a la nación en la noche del miércoles la aprobación final de una extensa reforma económica y tributaria impulsada por el Ejecutivo y sostuvo que marca “un antes y después” en la historia del país.</p><p>“Esta reforma es uno de los cuerpos legislativos más importantes que se haya aprobado en los últimos 30 años. Abre una nueva etapa para el progreso de Chile que traerá más inversión, más crecimiento y más trabajo para los chilenos”, auguró en una cadena nacional.</p><p>El Senado aprobó la noche del martes, por 27 votos a favor y 22 en contra, el único punto que todavía estaba pendiente del proyecto de Reconstrucción Nacional, considerado uno de los buques insignia del gobierno Kast y que implementará una serie de medidas para fomentar las inversiones, reducir los impuestos a grandes empresas y generar empleo.</p><p>Los parlamentarios llegaron a un consenso y dieron su visto bueno para la adopción de un mecanismo de compensación fiscal que tendrán los municipios debido a exención de impuestos para las personas mayores de 65 años que compren su primera vivienda.</p><p>La aprobación del texto final, que ahora deberá ser ratificado por el presidente, es el primer paso para poner en marcha “la reconstrucción material, la reconstrucción institucional, la certeza jurídica, la competitividad tributaria, la facilitación regulatoria, que le da curso a grandes proyectos de inversión que dan empleo”, afirmó Kast el mismo miércoles por la tarde durante un evento con empresarios.</p><p>"Haciendo las cosas bien, cuidando el medio ambiente, se pueden lograr las dos cosas, que es un crecimiento sustentable en el tiempo”, agregó.</p><p>Esta es la mayor victoria legislativa en los primeros cinco meses de gobierno de Kast, el mandatario más conservador en la historia de Chile desde el fin de la dictadura militar en 1990. Desde que asumió el poder en marzo, Kast ha defendido una significativa reducción del tamaño del Estado y una mayor autonomía a la iniciativa privada.</p><p>La reforma aprobada incluye la rebaja de los impuestos a las grandes empresas del 27% al 23%; elimina la doble tributación para incentivar la inversión privada, libera del Impuesto al Valor Agregado (IVA) durante 12 meses a la compra de viviendas nuevas y exime del pago de contribuciones de bienes raíces a las personas mayores de 65 años sobre su primera vivienda.</p><p>Tras el aval del Parlamento el texto final ahora deberá ser ratificado y promulgado por Kast, un proceso que aún podría extenderse por varias semanas. Ello porque el equipo económico del gobierno ya anunció que presentará al menos tres vetos al proyecto referentes a cambios incorporados por los legisladores al documento original.</p><p>De confirmarse las observaciones gubernamentales, el Congreso deberá volver a debatir dichas modificaciones y podrá aceptarlas, rechazarlas o insistir en el texto que ya había despachado.</p><p>El gobierno se opone a tres artículos del proyecto: el denominado derecho al olvido financiero, que busca limitar la consideración de ciertas deudas antiguas en las evaluaciones crediticias; la prohibición del anatocismo —el cobro de intereses sobre intereses— y las disposiciones destinadas a garantizar el pago a las pequeñas y medianas empresas en un plazo máximo de 30 días.</p><p>Asimismo, antes de que el proyecto se convierta en ley el Tribunal Constitucional debe pronunciarse sobre al menos tres recursos ingresados por la oposición, que acusó diversas "irregularidades" en el proyecto y busca impugnar algunos de sus aspectos tributarios y medioambientales.</p><p>Entre los puntos más controvertidos destacan la invariabilidad tributaria y las compensaciones económicas destinadas a empresas que tengan proyectos negados por preocupaciones ambientales.</p><p>En otro orden, Kast celebró estadísticas en torno a la seguridad pública y anunció la extensión del plazo de flagrancia de 12 a 24 horas “para que la policía tenga el tiempo que necesita para detener a los culpables”.</p><p>También la ampliación de la retención migratoria ilegal y la capacidad de expulsión efectiva “de quien no tiene derecho a estar en Chile”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MJY5EQETD2UNDCLISFBTFXBUJA.jpg?auth=52b109735b9f7795b68b10aa981dea887e6b286c13bb79c32b87bf8e965e02dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - José Antonio Kast saluda tras ganar la segunda vuelta de las elecciones presidenciales en Santiago de Chile, el domingo 14 de diciembre de 2025. (AP Foto/Matías Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Stefon Diggs is signing with the Washington Commanders, AP source says]]></title><link>https://www.local10.com/sports/2026/08/05/stefon-diggs-is-signing-with-the-washington-commanders-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/stefon-diggs-is-signing-with-the-washington-commanders-ap-source-says/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[Stefon Diggs is signing with the Washington Commanders, a big addition at wide receiver to give quarterback Jayden Daniels and the offense a proven commodity who showed last season he can still be productive more than a decade into his NFL career.]]></description><pubDate>Wed, 05 Aug 2026 20:21:52 +0000</pubDate><content:encoded><![CDATA[<p>Stefon Diggs is signing with the Washington Commanders, a big addition at wide receiver to give quarterback Jayden Daniels and the offense a proven commodity who showed last season he can still be productive more than a decade into his NFL career.</p><p>The Commanders agreed with Diggs on a contract for this season, according to a person familiar with the agreement. The person spoke to The Associated Press on condition of anonymity Wednesday because the deal had not been announced.</p><p>Diggs, a native of nearby Gaithersburg, Maryland, joins Washington for a 12th year in the league and reportedly can make up to $12 million. He spent last season with New England, making 99 catches for 1,123 yards and five touchdowns in 21 games, including the Patriots’ playoff run to the Super Bowl.</p><p>New England released him in March, and the 32-year-old went unsigned in free agency while facing strangulation and other criminal charges in connection with a dispute with his former private chef. Diggs was found not guilty in May, and the NFL said in June that he wouldn't face any discipline after a review determined there was not enough evidence to punish him under its personal conduct policy.</p><p>The Commanders had a hole at the position, and they are banking on Diggs filling it. The in-house options of Treylon Burks and Luke McCaffrey would have put Daniels in a tough spot and likely made No. 1 receiver McLaurin deal with plenty of double teams this coming season.</p><p>Signing Diggs could rule out going after Brandon Aiyuk, a friend of Daniels' who is still under contract with San Francisco. Aiyuk said on social media in June that he would join Washington immediately if the 49ers released him.</p><p>Aiyuk remains on the reserve/left squad list out West, while Diggs is now in an NFC East that features receivers CeeDee Lamb and George Pickens with Dallas, DeVonta Smith with Philadelphia and Malik Nabers with the New York Giants.</p><p>Diggs previously played for Minnesota, Buffalo and Houston during a career that included him being an All-Pro selection in 2020, when he led all players with 127 catches and 1,535 yards. Since making his debut in 2015 after the Vikings took him in the fifth round of the draft that year, Diggs has 1,025 catches for 12,523 yards and 79 TDs in the regular season and playoffs combined.</p><p>That included the “Minneapolis Miracle” catch for Minnesota in the divisional round in January 2018. With 10 seconds left, Diggs leapt and evaded a tackle to score a 61-yard touchdown and beat New Orleans 29-24.</p><p>Off the field, it has been a more tumultuous ride, including getting fined more than $200,000 by the Vikings during his final season with them in 2019 for unexcused practice absences. Diggs was traded to Buffalo in March 2020.</p><p>Diggs led the Bills in receiving four seasons in a row, but sideline outbursts and cryptic social media messages were also part of his tenure before being traded to Houston in April 2024. A torn ACL ended his time with the Texans, and skipping a voluntary offseason workout got him off to a bumpy start with the Patriots before he turned out to be a reliable option for QB Drake Maye.</p><p>Cut in part because he was owed $20.6 million, Diggs now is teaming up with Daniels, who was taken one spot ahead of Maye when they went Nos. 2 and 3 in the 2024 draft.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/673EGTDPBXI2MVXTY5KUPL3J3M.jpg?auth=91781496f4a9644884084ae0381788b8a49fbc51e7fe835f2b73a970cbd3dda3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New England Patriots wide receiver Stefon Diggs walks off the field before the NFL Super Bowl 60 football game against the Seattle Seahawks, Feb. 8, 2026, in Santa Clara, Calif. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CTNYWI3MS4WEAUMV7BNIIEYAAE.jpg?auth=d75d8f7cfa72dd8d1c15060c275d36455401afc2682eb39d6d9234a988ccad0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Las Vegas Raiders cornerback Eric Stokes (22) covers New England Patriots wide receiver Stefon Diggs (8) during the second half of an NFL football game Sept. 7, 2025, in Foxborough, Mass. (AP Photo/Greg M. Cooper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg M. Cooper</media:credit></media:content></item><item><title><![CDATA[Man accused of impersonating US Marshal in over $300K fraud scheme targeting Broward seniors]]></title><link>https://www.local10.com/news/local/2026/08/05/man-accused-of-impersonating-us-marshal-in-over-300k-fraud-scheme-targeting-broward-seniors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/man-accused-of-impersonating-us-marshal-in-over-300k-fraud-scheme-targeting-broward-seniors/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[More than $300,000 was stolen from an elderly victim in an organized fraud scheme that authorities say involved a suspect posing as a representative of the United States Marshals Service. ]]></description><pubDate>Wed, 05 Aug 2026 18:17:49 +0000</pubDate><content:encoded><![CDATA[<p>More than $300,000 was stolen from an elderly victim in an organized fraud scheme that authorities say involved a suspect posing as a representative of the United States Marshals Service. </p><p><a href="https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-hacerse-pasar-por-alguacil-federal-en-fraude-de-mas-de-300000-usd-dirigido-contra-adultos-mayores-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-hacerse-pasar-por-alguacil-federal-en-fraude-de-mas-de-300000-usd-dirigido-contra-adultos-mayores-de-broward/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, Mohit Mohit, 21, of Jacksonville, was arrested Monday after detectives identified him as a participant in the scheme. </p><p>According to the Broward Sheriff’s Office, the investigation began last month after a 75-year-old Tamarac woman reported being defrauded of thousands of dollars by a person claiming to be a U.S. Marshal.</p><p>Authorities said the victim received a phone call from someone claiming to work with Walmart’s fraud department regarding a fraudulent $1,400 Apple laptop purchase made in her name. </p><p>They said after the woman denied making the purchase, she was “transferred to several individuals before ultimately speaking with a suspect who identified himself as U.S. Marshal Adam Peterson.”</p><p>Investigators said Mohit allegedly told the victim that her identity had been linked to an abandoned vehicle in Texas containing narcotics, cash and evidence of human trafficking. </p><p>They said Mohit also told the woman that a federal arrest warrant had been issued for her and that she could either hire an attorney for $100,000 or cooperate with a federal investigation to clear her name.</p><p>Investigators said the suspects used fake badge numbers, case numbers, phone numbers and names of fictitious government employees to make the scam appear legitimate.</p><p>They said the victim was then instructed to liquidate her financial assets and convert the money into gold, which the suspects claimed would be secured while the investigation was ongoing. </p><p>The victim followed the instructions, packaged the gold as directed and handed it over to a courier at a gas station after receiving a code from the suspects, according to deputies. </p><p>The victim later realized she had been scammed and lost family savings accumulated over about 33 years, investigators said.</p><p>Detectives identified Mohit as the person who allegedly conducted the exchanges. Authorities said two vehicles — a red Honda Accord and a gray Jeep SUV — were used in the scheme.</p><p>Investigators said they developed probable cause to arrest Mohit, describing him as an “active and willing participant in a large-scale nationwide organized fraud scheme.”</p><p>They said Mohit was arrested in Bradford County on a warrant out of Broward County. </p><p>Jail records show Mohit faces charges including scheme to defraud, grand theft of a person 65 or older, and unlawful use of a two-way communications device. </p><p>His bond amount has not been set at this time. </p><p>BSO is urging residents who believe they may have been targeted in a similar scam to contact Detective Steven Lees at 954-720-2225 or call the agency’s non-emergency number at 954-764-4357. </p><p>Authorities also reminded the public that law enforcement agencies will never call demanding money or requesting personal banking information.</p><p>They offered the following tips to help the public avoid similar scams:</p><ul><li>Never send money in response to an unexpected phone call, text message or email. </li><li>Never provide personal, financial or banking information to unsolicited callers. </li><li>Verify requests by contacting the organization directly through an official phone number or website. </li><li>Report suspicious activity to local authorities.</li></ul><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/WDAXVYBMQFGOXGENJT7NXIEBKE.jpg?auth=e4f5a543570eb394379f1af2f4b378c754d718f81883a17dc128f1bcddc51a57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Woman jailed after TikTok Live spat ends in fight, shooting in Liberty City, police say]]></title><link>https://www.local10.com/news/local/2026/08/05/woman-jailed-after-tiktok-live-spat-ends-in-fight-shooting-in-liberty-city-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/woman-jailed-after-tiktok-live-spat-ends-in-fight-shooting-in-liberty-city-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Miami woman is facing an aggravated battery charge after they said a fight to “settle ongoing arguments that were being held through TikTok Live” led to a victim being shot on Tuesday.]]></description><pubDate>Wed, 05 Aug 2026 18:10:08 +0000</pubDate><content:encoded><![CDATA[<p>A Miami woman is facing an aggravated battery charge after they said a fight to “settle ongoing arguments that were being held through TikTok Live” led to a victim being shot on Tuesday.</p><p><a href="https://www.local10.com/espanol/2026/08/05/arrestan-a-mujer-despues-de-que-discusion-durante-transmision-en-vivo-por-tiktok-terminara-en-pelea-y-balacera-en-liberty-city-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/arrestan-a-mujer-despues-de-que-discusion-durante-transmision-en-vivo-por-tiktok-terminara-en-pelea-y-balacera-en-liberty-city-segun-la-policia/">Leer en español</a></p><p>Celia Penichet Lopez, 41, is facing an aggravated battery charge. Miami police said the shooting happened at around 9:30 p.m. near her home in the 1100 block of Northwest 57th Street in the city’s Liberty City neighborhood.</p><p>Authorities said the victim and two witnesses met with a group of women to fight over the online dispute at Miller J. Dawkins Mini Park and then walked back to the victim’s home.</p><p>One witness said she believed that the group was being followed. A few minutes before the shooting, another witness “was called/texted by an unknown number to come outside the house to continue fighting,” according to police.</p><p>“Upon going outside, (the first witness) stated that they got into a verbal argument with the group that arrived,” an arrest report states. “A Black male wearing all black and a black mask from the offending group then began to reach into his waistband. (The witness) stated she believed the offender was about to brandish a firearm and she began to run.”</p><p>The witness then heard multiple shots being fired and “found the victim screaming,” having been shot in the leg, police said.</p><p>Police said after reviewing videos, it turned out that the victim had been caught in the crossfire: They said the clips showed the man taking the gun out and pointing it at the group, but putting it back, turning his back and walking away before Penichet, whose stepdaughter had been involved in the altercation, began firing at him.</p><p>They said the victim was shot after the man fired eight shots back at Penichet. </p><p>Authorities said she claimed that she only fired at the man when fired upon, but later admitted, after being shown surveillance video, that she opened fire first.</p><p>Police concluded: “After reviewing the surveillance footage and (Penichet’s) statement, it was determined that the male was not a threat and was actively removing himself from the area when the defendant decided to discharge her firearm at him. The male only returned fire after (Penichet) shot first.”</p><p>Penichet’s actions, they said, “initiated the chain of events that ultimately led to the victim’s injuries.”</p><p>Records show Penichet was being held in the Turner Guilford Knight Correctional Center on a $5,000 bond following her arrest.</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/AXUBBKRD3JC2VPBJFLEAXPBXBM.jpg?auth=e86f7d9972c53dcf161827abd0ad6de127fd7edbb445db0b388df3dcf4dee746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Celia Penichet Lopez]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de hacerse pasar por alguacil federal en fraude de más de $300,000 USD dirigido contra adultos mayores de Broward]]></title><link>https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-hacerse-pasar-por-alguacil-federal-en-fraude-de-mas-de-300000-usd-dirigido-contra-adultos-mayores-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-hacerse-pasar-por-alguacil-federal-en-fraude-de-mas-de-300000-usd-dirigido-contra-adultos-mayores-de-broward/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Más de $300,000 USD fueron robados a una víctima de edad avanzada en un esquema organizado de fraude que, según las autoridades, involucró a un sospechoso que se hacía pasar por un representante del Servicio de Alguaciles Federales de Estados Unidos.]]></description><pubDate>Wed, 05 Aug 2026 18:22:23 +0000</pubDate><content:encoded><![CDATA[<p>Más de $300,000 USD fueron robados a una víctima de edad avanzada en un esquema organizado de fraude que, según las autoridades, involucró a un sospechoso que se hacía pasar por un representante del Servicio de Alguaciles Federales de Estados Unidos.</p><p>Según la Oficina del Sheriff de Broward, Mohit Mohit, de 21 años y residente de Jacksonville, fue arrestado el lunes después de que los detectives lo identificaran como participante en el esquema.</p><p>Según la Oficina del Sheriff de Broward, la investigación comenzó el mes pasado después de que una mujer de 75 años de Tamarac denunciara haber sido víctima de un fraude por miles de dólares por parte de una persona que afirmaba ser un alguacil federal de Estados Unidos.</p><p>Las autoridades informaron que la víctima recibió una llamada telefónica de alguien que afirmaba trabajar en el departamento de fraude de Walmart en relación con una compra fraudulenta de una computadora portátil Apple por $1,400 USD realizada a su nombre.</p><p>Indicaron que, después de que la mujer negara haber realizado la compra, fue “transferida a varias personas antes de hablar finalmente con un sospechoso que se identificó como el alguacil federal Adam Peterson”.</p><p>Los investigadores informaron que Mohit presuntamente le dijo a la víctima que su identidad había sido vinculada a un vehículo abandonado en Texas que contenía narcóticos, dinero en efectivo y evidencia de trata de personas.</p><p>También le dijo a la mujer que existía una orden federal de arresto en su contra y que podía contratar a un abogado por $100,000 USD o cooperar con una investigación federal para limpiar su nombre.</p><p>Los investigadores informaron que los sospechosos utilizaron números de placa falsos, números de caso falsos, números telefónicos y nombres de supuestos empleados del gobierno para hacer que el fraude pareciera legítimo.</p><p>Indicaron que luego se le ordenó a la víctima liquidar sus activos financieros y convertir el dinero en oro, el cual, según los sospechosos, sería resguardado mientras la investigación estuviera en curso.</p><p>Según los agentes, la víctima siguió las instrucciones, empacó el oro como se le indicó y lo entregó a un mensajero en una gasolinera después de recibir un código por parte de los sospechosos.</p><p>Los investigadores informaron que posteriormente la víctima se dio cuenta de que había sido estafada y perdió los ahorros familiares acumulados durante aproximadamente 33 años.</p><p>Los detectives identificaron a Mohit como la persona que presuntamente realizó los intercambios. Las autoridades informaron que en el esquema se utilizaron dos vehículos: un Honda Accord rojo y una SUV Jeep gris.</p><p>Los investigadores indicaron que desarrollaron causa probable para arrestar a Mohit, a quien describieron como un “participante activo y voluntario en un esquema organizado de fraude a gran escala a nivel nacional”.</p><p>Indicaron que Mohit fue arrestado en el condado Bradford mediante una orden de arresto emitida en el condado Broward.</p><p>Los registros de la cárcel muestran que Mohit enfrenta cargos que incluyen esquema para defraudar, hurto mayor contra una persona de 65 años o más y uso ilegal de un dispositivo de comunicación bidireccional.</p><p>Hasta el momento no se le ha fijado una fianza.</p><p>La BSO insta a los residentes que crean haber sido blanco de un fraude similar a comunicarse con el detective Steven Lees al 954-720-2225 o llamar al número de no emergencias de la agencia al 954-764-4357.</p><p>Las autoridades también recordaron al público que las agencias del orden nunca llaman para exigir dinero ni solicitar información bancaria personal.</p><p>Ofrecieron los siguientes consejos para ayudar al público a evitar fraudes similares:</p><ul><li>Nunca envíe dinero en respuesta a una llamada telefónica, mensaje de texto o correo electrónico inesperado.</li><li>Nunca proporcione información personal, financiera o bancaria a personas que lo contacten sin haberlo solicitado.</li><li>Verifique cualquier solicitud comunicándose directamente con la organización a través de un número telefónico o sitio web oficial.</li><li>Reporte cualquier actividad sospechosa a las autoridades locales.</li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDAXVYBMQFGOXGENJT7NXIEBKE.jpg?auth=e4f5a543570eb394379f1af2f4b378c754d718f81883a17dc128f1bcddc51a57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fuego volcano activity that triggered evacuations in Guatemala is decreasing, but risks remain]]></title><link>https://www.local10.com/tech/2026/08/05/fuego-volcano-activity-that-triggered-evacuations-in-guatemala-is-decreasing-but-risks-remain/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/05/fuego-volcano-activity-that-triggered-evacuations-in-guatemala-is-decreasing-but-risks-remain/</guid><dc:creator><![CDATA[By SONIA PÉREZ D., Associated Press]]></dc:creator><description><![CDATA[GUATEMALA CITY (AP) — Activity at Guatemala's Fuego volcano that began Monday morning and caused widespread evacuations is gradually decreasing, authorities said Wednesday.]]></description><pubDate>Thu, 06 Aug 2026 02:52:37 +0000</pubDate><content:encoded><![CDATA[<p>GUATEMALA CITY (AP) — Activity at Guatemala's Fuego volcano that began Monday morning and caused widespread evacuations is gradually decreasing, authorities said Wednesday.</p><p>However, the National Coordinator for Disaster Reduction, or CONRED, urged the population to remain cautious because rainfall from a tropical wave from the east could trigger potentially deadly volcanic mudflows known as lahars.</p><p>CONRED also confirmed that some people who were evacuated between Monday and Tuesday returned voluntarily to their homes.</p><p>“But the eruptive activity continues, and it is recommended to follow the authorities’ instructions regarding preventive evacuation,” the agency said.</p><p>Approximately 1,700 people have been evacuated from at least 18 communities on the slopes of Fuego, or the Volcano of Fire, after the eruption that began on Monday. No deaths or damage have been reported.</p><p>Live broadcasts of the volcano’s activity show periods of complete clarity interspersed with ash emissions. Early Tuesday morning, the volcano spewed lava that reached a height of about 300 meters (984 feet), triggering red alerts, evacuations, a highway’s closure, and the suspension of classes in three departments.</p><p>Fuego volcano, one of Guatemala’s most active, has an elevation of 3,768 meters (12,300 feet) and is considered a stratovolcano: a tall, cone-shaped volcano formed by layers of hard lava, ash and rock. It is located between the departments of Escuintla, Chimaltenango and Sacatepéquez in the southern and central regions of the country and is 53 kilometers (33 miles) from Guatemala’s capital.</p><p>A volcanic eruption on Sunday, June 3, 2018, killed hundreds of people, wiped out an entire community and impacted up to 1.7 million people. Another eruption last year spurred preventive evacuations.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHWSGYXZ6OV5ENDWT5OVWSQULY.jpg?auth=4ff758b635837929a1e30d1f95eb6d8786035294aa637cf55e2fc64efe71d450&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lava flows out of the crater of the Fuego Volcano, as seen from San Juan Alotenango, Guatemala, Tuesday, Aug. 4, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GC4ON34R4W5AX3Q3MVCGLIESKU.jpg?auth=2ce709c53ef91622ff573479f6758a2543d09d6c6b222583fc6b1dfb78ba274f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Families evacuated from areas surrounding the Fuego Volcano arrive at a temporary shelter in San Juan Alotenango, Guatemala, Tuesday, Aug. 4, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/62AIWA5Z7OZKM3ZZLTJC66Q5UI.jpg?auth=1c0ddfd4e45cd51375e43b7013ee1ef518a07dcef365c623a6943f1ff807d827&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The "Volcan de Fuego," or Volcano of Fire, blows a cloud of ash seen from Palin, Guatemala, on March 10, 2025. (AP Photo/Moises Castillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPL7M65SXI6ZJTQQGYQCYESEHU.jpg?auth=9291eb6e951795d64eaa454809d6e31a70a8cdee3635cb5939da911f828f0892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents evacuated from El Porvenir, a village on the slopes of the Fuego volcano, gather in a temporary shelter in Escuintla, Guatemala, Tuesday, Aug. 4, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBDKY2DRV7LYUZ3FZI2W3MUETE.jpg?auth=843b842e7df851decb63cd72784f86aa9a723a0698e21c83a1280c0908b7e4ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children evacuated from El Porvenir, a village on the slopes of the Fuego volcano, play inside a temporary shelter in Escuintla, Guatemala, Tuesday, Aug. 4, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Arrestan a mujer después de que discusión durante transmisión en vivo por TikTok terminara en pelea y balacera en Liberty City, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/05/arrestan-a-mujer-despues-de-que-discusion-durante-transmision-en-vivo-por-tiktok-terminara-en-pelea-y-balacera-en-liberty-city-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/arrestan-a-mujer-despues-de-que-discusion-durante-transmision-en-vivo-por-tiktok-terminara-en-pelea-y-balacera-en-liberty-city-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer de Miami enfrenta un cargo de agresión agravada después de que, según la policía, una pelea para “resolver discusiones continuas que se llevaban a cabo a través de TikTok Live” terminara con una víctima baleada el martes.]]></description><pubDate>Wed, 05 Aug 2026 18:19:36 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de Miami enfrenta un cargo de agresión agravada después de que, según la policía, una pelea para “resolver discusiones continuas que se llevaban a cabo a través de TikTok Live” terminara con una víctima baleada el martes.</p><p>Celia Penichet Lopez, de 41 años, enfrenta un cargo de agresión agravada. La Policía de Miami informó que la balacera ocurrió alrededor de las 9:30 p.m. cerca de su casa, en la cuadra 1100 de Northwest 57th Street, en el vecindario Liberty City.</p><p>Las autoridades informaron que la víctima y dos testigos se reunieron con un grupo de mujeres para pelear por la disputa en línea en el Miller J. Dawkins Mini Park y luego caminaron de regreso a la casa de la víctima.</p><p>Una testigo dijo que creía que el grupo estaba siendo seguido. Según la policía, pocos minutos antes de la balacera, otra testigo “recibió una llamada o mensaje de texto de un número desconocido para que saliera de la casa y continuara la pelea”.</p><p>“Al salir, (la primera testigo) dijo que comenzaron una discusión verbal con el grupo que había llegado”, señala el informe de arresto. “Un hombre afroamericano vestido completamente de negro y con una máscara negra, perteneciente al grupo contrario, comenzó a llevar la mano hacia la cintura. (La testigo) dijo que creyó que el individuo iba a sacar un arma de fuego y comenzó a correr”.</p><p>La testigo luego escuchó múltiples disparos y “encontró a la víctima gritando”, después de haber recibido un disparo en la pierna, informó la policía.</p><p>La policía indicó que, tras revisar los videos, determinó que la víctima quedó atrapada en el fuego cruzado. Según las autoridades, las imágenes muestran al hombre sacando un arma de fuego y apuntando hacia el grupo, pero luego guardándola, dándose la vuelta y alejándose antes de que Penichet, cuya hijastra había estado involucrada en el altercado, comenzara a dispararle.</p><p>Las autoridades informaron que la víctima recibió un disparo después de que el hombre respondiera con ocho disparos contra Penichet.</p><p>Las autoridades indicaron que Penichet afirmó que solo disparó contra el hombre después de que él le disparara, pero posteriormente admitió, tras ver el video de vigilancia, que ella abrió fuego primero.</p><p>La policía concluyó: “Después de revisar las imágenes de vigilancia y la declaración de (Penichet), se determinó que el hombre no representaba una amenaza y estaba alejándose activamente del área cuando la acusada decidió dispararle. El hombre solo respondió al fuego después de que (Penichet) disparó primero”.</p><p>Según la policía, las acciones de Penichet “iniciaron la cadena de acontecimientos que finalmente provocó las lesiones de la víctima”.</p><p>Los registros muestran que Penichet permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $5,000 USD tras su arresto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXUBBKRD3JC2VPBJFLEAXPBXBM.jpg?auth=e86f7d9972c53dcf161827abd0ad6de127fd7edbb445db0b388df3dcf4dee746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Celia Penichet Lopez]]></media:description></media:content></item><item><title><![CDATA[Crews remove the granite seal on the White House helipad, signaling potential project delays]]></title><link>https://www.local10.com/business/2026/08/05/crews-remove-the-granite-seal-on-the-white-house-helipad-signaling-potential-project-delays/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/05/crews-remove-the-granite-seal-on-the-white-house-helipad-signaling-potential-project-delays/</guid><dc:creator><![CDATA[By SEUNG MIN KIM and ALEX BRANDON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Construction crews working on a new helipad at the White House have taken apart the massive granite seal that would serve as the new landing spot for Marine One, signaling potential delays in the project.]]></description><pubDate>Wed, 05 Aug 2026 18:24:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Construction crews working on a new helipad at the White House have taken apart the massive granite seal that would serve as the new landing spot for Marine One, signaling potential delays in the project.</p><p>Photos captured by The Associated Press on Wednesday show construction workers using a jackhammer on the helipad, which no longer carries the dark gray trim of a presidential seal that was visible last week. It was unclear why the seal was being removed.</p><p>The White House said it's continuing to make improvements as part of efforts to best match the needs of the building and its grounds. Trump has said the helipad is needed because new helicopters in the fleet used for Marine One are so powerful they rip out the South Lawn grass.</p><p>“For years, the White House has desperately needed a proper helipad on White House grounds that will allow the president to land safely and also protect the beautiful South Lawn grass from the fierce exhaust fumes of the incredible Marine One," White House spokesman Davis Ingle said on Wednesday. "Thanks to President Trump, the White House has never looked better, and it will only continue to get better under his leadership.”</p><p>The helipad is part of a long list of renovations that Trump has undertaken in his second term. His projects include a 90,000-square-foot (8,360-square-meter) ballroom; a Rose Garden paved over with stone; a new marbled interior in the Palm Room, a lobby-like room that leads out to the West Colonnade and Rose Garden; and an Oval Office that continues to add gilded decorations.</p><p>Trump described the helipad at length during an Oval Office appearance last month, saying it would be made of carved granite and calling it a “beautiful thing.” The president also said Sikorsky Aircraft, a subsidiary of defense contracting giant Lockheed Martin, would be paying for the project, which he estimated would cost up to $6 million. Lockheed referred comment on the helipad construction to the White House.</p><p>The new helicopters used for Marine One are manufactured by Sikorsky and made their debut under then-President Joe Biden in 2024. But their use has been limited because their exhaust vents aim heat downward, posing a risk to the South Lawn grass.</p><p>Trump has said that using granite rather than concrete for the helipad was his suggestion. He has also noted that the landing pad could be used for other White House events, such as press conferences.</p><p>The removal of the seal was first reported by The Washington Post.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKNTYYXJ4HJMWGW4D5GGQLTPGY.jpg?auth=9a1df15c32c04edb8fa62327ec0da0b05ebb0817495c3adc3b8c1dfb0074c97d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers use a jackhammer on the helipad on the South Lawn of the White House, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SX4BHFTCSWR7SDBKCWPXASM54.jpg?auth=6909cb04044ee23ad49e2088003bbf2617559c8f80605a036b8e2958821c52f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction continues on a helipad on the South Lawn of the White House, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Tierney L. Cross)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLKD6O3S7HTVOE4FPMNJUVK3HE.jpg?auth=65d1f3e6df504058e2f023e32dec7d686836b7ed72283f1f80f2bd5f36a68eb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction continues on a helipad on the South Lawn of the White House, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Tierney L. Cross)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H336UKCVTXIDHCYYK6ATMJ3EYA.jpg?auth=1b297eabab80f4121cac90731d048a3d3e0b45fc72d7ad1c009486b443475365&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction continues on a helipad and the White House Ballroom on the South Lawn of the White House, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Tierney L. Cross)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5HWTLADJH5G2IWHX4T3COQWC4.jpg?auth=eb5fa0f6136d0cf218f3a833054bc895b4e768e6bb7ba7ec11a2b6c00d6200b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction continues on a helipad on the South Lawn of the White House, Wednesday, Aug. 5, 2026, in Washington. (AP Photo/Tierney L. Cross)]]></media:description><media:credit role="author" scheme="urn:ebu">Tierney L. Cross</media:credit></media:content></item><item><title><![CDATA[It'll be Carson Beck vs. Kenny Pickett when Cardinals-Panthers open the NFL's exhibition season]]></title><link>https://www.local10.com/sports/2026/08/05/itll-be-carson-beck-vs-kenny-pickett-when-cardinals-panthers-open-the-nfls-exhibition-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/05/itll-be-carson-beck-vs-kenny-pickett-when-cardinals-panthers-open-the-nfls-exhibition-season/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[Carson Beck makes his NFL debut and Kenny Pickett starts for his fifth team in four years.]]></description><pubDate>Wed, 05 Aug 2026 18:06:11 +0000</pubDate><content:encoded><![CDATA[<p>Carson Beck makes his NFL debut and Kenny Pickett starts for his fifth team in four years.</p><p>Welcome to the NFL preseason. If you want to see starters play, wait until next month when the games count in the standings. Or watch joint practices.</p><p>The exhibition schedule kicks off Thursday night with Beck and the Arizona Cardinals facing Pickett and the Carolina Panthers in the Hall of Fame Game in Canton, Ohio.</p><p>The preseason is an opportunity for rookies, backups and players fighting for roster spots to get snaps and showcase what they can do. Most first-round picks won’t play much. Cardinals running back Jerimiyah Love (No. 3 pick) and Panthers tackle Monroe Freeling (No. 19) are sitting out the opener.</p><p>Beck, a third-round pick from Miami, will be under center for new Cardinals coach Mike LaFleur. Veteran Jacoby Brissett is Arizona’s starter and Gardner Minshew is the backup.</p><p>“I had no clue I was going to start,” Beck said. “Obviously, I thought I was going to play but I really didn’t have any expectations going into any of this. Obviously, our schedule is absolutely crazy right now, practice, meetings. But I’m looking forward to it.”</p><p>Beck, who led the Hurricanes to a national championship matchup against Indiana, said he won’t have any butterflies before the game.</p><p>“I think the last time I was nervous was maybe when I was 8 years old for our city championship in Pop Warner,” Beck said. “It’s a game at the end of the day. It’s an opportunity to go out there, have fun with your teammates and play the game that I love. It’s what I love doing.”</p><p>Pickett, a first-round pick by the Steelers in 2022 who led Pittsburgh to a 14-10 record in two seasons, has bounced around the league.</p><p>He spent the 2024 season with the Eagles before Philadelphia traded him to Cleveland last year. The Browns sent him to the Raiders during training camp and he started two games for Las Vegas. The Panthers signed Pickett to back up Bryce Young.</p><p>“Just want to go out there and operate a high level,” Pickett said. “All the hard work that we’re putting in practice you want to see come to life on game day and that’s everyone just doing their job and executing.”</p><p>Carolina won the NFC South last season with an 8-9 record. But the Panthers led the 12-win Rams in the final minute of their wild-card playoff game before NFL MVP Matthew Stafford threw a 19-yard touchdown pass to Colby Parkinson with 38 seconds left for a 34-31 victory.</p><p>The Panthers have been getting after each other in practice, so coach Dave Canales is looking forward to seeing his team hit an opponent.</p><p>“Tempers are flaring a little bit and I just have to remind them none of that helps us. It throws us out of the rhythm of practice,” Canales said.</p><p>Practice is everything for coaches in training camp.</p><p>Fewer teams play their starters in preseason games so they have to get them ready for the regular season in practice. Joint practices — teams facing opponents ahead of their exhibition game — are a growing trend in the NFL.</p><p>A total of 28 teams have scheduled joint practices which begin next week.</p><p>The Rams have joint practices with the Cowboys and Saints coming up.</p><p>“That’ll be basically their preseason,” Los Angeles coach Sean McVay said. “We’ll get an opportunity to see a lot of the younger guys play in the preseason and those are great opportunities to play real football. When we put the pads on, it’s close, but you’re still not playing tackle football. And there are a couple spots. There are always important things that you want to be able to see unfold and be able to establish some depth if, God forbid, we have the inevitable injuries that do occur. But we’ll take it a day at a time and there’s so many things.”</p><p>The Detroit Lions are one of the four teams that won’t have any joint practices so some of their starters could see action in the preseason games.</p><p>“We have got to get these guys ready for a season,” Lions coach Dan Campbell said. “There’s a chance we play some of these guys in the preseason without the joint practices, and so I’m going to do what I think is best to prepare these guys for 17 weeks, but also understand that we have got to be smart about it and we can’t break them in training camp, and so the approach will stay the same, it will, and you have got to get ready, and you can’t let fear of injury scare you away from what you believe in.”</p><p>Several key players already have been hurt in practices over the past week. The Panthers lost second-year edge rusher Nic Scourton to a torn ACL on the first day of camp. They also saw wide receiver Chris Brazzell II go down with a torn LCL.</p><p>New Orleans Saints defensive tackle Bryan Bresee tore his ACL last week. Atlanta Falcons edge rusher Jalon Walker was carted off the field with a knee injury on Tuesday.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IAZGPKW56SMYYEUICZCJUYV4FU.jpg?auth=a1f651bcdc284c5c5d14b2a8b81e05967e1229b23ff15cd7e6d993be5e9f656f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Cardinals quarterback Carson Beck throws during practice at the NFL football team's training camp, Sunday, Aug. 2, 2026, in Glendale, Ariz. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZT4YCXYNYYFGLSW4LK3J33SFCE.jpg?auth=c8e8c29fb6046240733851585d57eb52d26f14070d1be7988eff96da6ba3f10d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Cardinals' Carson Beck signs autographs after practice at the NFL football team's training camp, Sunday, Aug. 2, 2026, in Glendale, Ariz. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Broward school bus drivers prepare for students’ return with new safety technology]]></title><link>https://www.local10.com/news/local/2026/08/05/broward-school-bus-drivers-prepare-for-students-return-with-new-safety-technology/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/broward-school-bus-drivers-prepare-for-students-return-with-new-safety-technology/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[Broward County school bus drivers are already preparing for the start of the school year, taking practice routes and reviewing stops before thousands of students return to classrooms.]]></description><pubDate>Wed, 05 Aug 2026 16:42:46 +0000</pubDate><content:encoded><![CDATA[<p>Broward County school bus drivers are already preparing for the start of the school year, taking practice routes and reviewing stops before thousands of students return to classrooms.</p><p><a href="https://www.local10.com/espanol/2026/08/05/conductores-de-autobuses-escolares-de-broward-se-preparan-para-el-regreso-de-los-estudiantes-con-nueva-tecnologia-de-seguridad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/conductores-de-autobuses-escolares-de-broward-se-preparan-para-el-regreso-de-los-estudiantes-con-nueva-tecnologia-de-seguridad/">Leer en español</a></p><p>The buses may not be carrying students yet, but drivers are making sure they are ready for the first morning pickup — learning their routes, checking bus stops and preparing for the daily responsibility of getting children to school safely and on time.</p><p>For many students, the bus driver is the first school employee they see each day.</p><p>“We have to be super uplifting and upbeat because many kids are very sleepy and because they are the first person that they see from Broward Schools, it’s very important that we are nice to them,” said Susana Oyola, a Broward County school bus driver.</p><p>Drivers say safety begins before the bus leaves the yard.</p><p>“When we go to our bus, we make sure we walk around, inspect our bus, make sure that no scratches, no damage, maybe occur in the wrong summertime,” said bus driver Ricardo Laspome. “We walk around, make sure the tires are OK, and the windshield is clean, check our fuel and stuff like that.” </p><p>This school year, drivers will also have <a href="https://www.local10.com/news/local/2026/07/23/take-your-time-save-a-life-broward-county-school-buses-getting-cameras-to-catch-illegal-passers/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/23/take-your-time-save-a-life-broward-county-school-buses-getting-cameras-to-catch-illegal-passers/">new technology assisting them on the road</a>.</p><p>Automated cameras have been installed on school buses to identify drivers who illegally pass a stopped school bus with its stop arm extended — a violation that can put children in danger.</p><p>“That is so dangerous, and we try our best,” said bus driver Maria Clark. “A lot of times we’re making our stop to make sure that we give proper warning so that this doesn’t happen, but at times it happens, but it’s very dangerous.”</p><p>While students enjoy the final days of summer break, bus drivers are already putting in the work to prepare for the first day.</p><p>When the first bell rings, they say they’ll be ready to roll.</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[Conductores de autobuses escolares de Broward se preparan para el regreso de los estudiantes con nueva tecnología de seguridad]]></title><link>https://www.local10.com/espanol/2026/08/05/conductores-de-autobuses-escolares-de-broward-se-preparan-para-el-regreso-de-los-estudiantes-con-nueva-tecnologia-de-seguridad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/conductores-de-autobuses-escolares-de-broward-se-preparan-para-el-regreso-de-los-estudiantes-con-nueva-tecnologia-de-seguridad/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[Los conductores de autobuses escolares del condado Broward ya se están preparando para el inicio del año escolar, realizando recorridos de práctica y revisando las paradas antes de que miles de estudiantes regresen a las aulas.]]></description><pubDate>Wed, 05 Aug 2026 17:54:58 +0000</pubDate><content:encoded><![CDATA[<p>Los conductores de autobuses escolares del condado Broward ya se están preparando para el inicio del año escolar, realizando recorridos de práctica y revisando las paradas antes de que miles de estudiantes regresen a las aulas.</p><p>Aunque los autobuses todavía no transportan estudiantes, los conductores se están asegurando de estar listos para la primera recogida de la mañana, aprendiendo sus rutas, revisando las paradas y preparándose para la responsabilidad diaria de llevar a los niños a la escuela de manera segura y puntual.</p><p>Para muchos estudiantes, el conductor del autobús es el primer empleado escolar que ven cada día.</p><p>“Tenemos que ser muy positivos y alegres porque muchos niños tienen mucho sueño y, como somos la primera persona que ven de las Escuelas Públicas de Broward, es muy importante que seamos amables con ellos”, dijo Susana Oyola, conductora de autobús escolar del condado Broward.</p><p>Los conductores aseguran que la seguridad comienza antes de que el autobús salga del patio.</p><p>“Cuando vamos a nuestro autobús, nos aseguramos de darle la vuelta, inspeccionarlo, verificar que no tenga rayones ni daños que hayan podido ocurrir durante el verano. Revisamos las llantas, nos aseguramos de que el parabrisas esté limpio, verificamos el combustible y cosas así”, dijo el conductor Ricardo Laspome.</p><p>Este año escolar, los conductores también contarán <a href="https://www.local10.com/espanol/2026/07/23/tomese-su-tiempo-salve-una-vida-autobuses-escolares-del-condado-broward-tendran-camaras-para-detectar-a-conductores-que-los-rebasan-ilegalmente/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/23/tomese-su-tiempo-salve-una-vida-autobuses-escolares-del-condado-broward-tendran-camaras-para-detectar-a-conductores-que-los-rebasan-ilegalmente/">con nueva tecnología para ayudarlos en la carretera</a>.</p><p>Se han instalado cámaras automatizadas en los autobuses escolares para identificar a los conductores que ilegalmente rebasan un autobús escolar detenido con el brazo de alto extendido, una infracción que puede poner en peligro a los niños.</p><p>“Eso es muy peligroso y hacemos todo lo posible”, dijo la conductora Maria Clark. “Muchas veces hacemos nuestra parada asegurándonos de dar la advertencia adecuada para que esto no ocurra, pero a veces sucede, y es muy peligroso”.</p><p>Mientras los estudiantes disfrutan los últimos días de las vacaciones de verano, los conductores de autobuses ya están trabajando para prepararse para el primer día de clases.</p><p>Cuando suene el primer timbre, aseguran que estarán listos para salir.</p>]]></content:encoded></item><item><title><![CDATA[Coral Gables woman pleads guilty after posing as ICE legal administrative specialist]]></title><link>https://www.local10.com/news/local/2026/08/05/coral-gables-woman-pleads-guilty-after-posing-as-ice-legal-administrative-specialist/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/coral-gables-woman-pleads-guilty-after-posing-as-ice-legal-administrative-specialist/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A Coral Gables woman charged migrants hundreds of dollars, as she pretended to be a federal government employee to influence their immigration court cases, according to federal prosecutors. ]]></description><pubDate>Wed, 05 Aug 2026 17:52:58 +0000</pubDate><content:encoded><![CDATA[<p>A Coral Gables woman charged migrants hundreds of dollars, as she pretended to be a federal government employee to influence their immigration court cases, according to federal prosecutors. </p><p>Ana Linares pleaded guilty to a federal charge of falsely impersonating a federal officer or employee, the U.S. Attorney’s Office in the Southern District of Florida <a href="https://www.justice.gov/usao-sdfl/pr/coral-gables-woman-pleads-guilty-impersonating-federal-immigration-official-dismiss" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/coral-gables-woman-pleads-guilty-impersonating-federal-immigration-official-dismiss">announced</a> on Monday. </p><p>In court filings, Linares, 45, “pretended” to be a U.S. Department of Homeland Security official “to obtain the unlawful dismissal of removal proceedings,” <a href="https://www.justice.gov/usao-sdfl/pr/coral-gables-woman-pleads-guilty-impersonating-federal-immigration-official-dismiss" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/coral-gables-woman-pleads-guilty-impersonating-federal-immigration-official-dismiss">according</a> to U.S. Attorney Jason A. Reding Quiñones.</p><p>“This was a brazen effort to corrupt lawful removal proceedings, and our Office will prosecute those who use fraud to undermine the integrity of our immigration system,” Reding Quiñones said in a statement. </p><p>In 2024, Linares signed four DHS motions as a “Legal Administrative Specialist, U.S. Immigration and Customs Enforcement” seeking “to invoke prosecutorial discretion authority reserved by Department attorneys and employees,” according to prosecutors. </p><p>Linares faced a maximum sentence of three years in federal prison. A federal district court judge will determine any sentence after considering the U.S. Sentencing Guidelines and other statutory factors.</p><p>Homeland Security Investigations special agents worked on the case. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>