<?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>Fri, 31 Jul 2026 12:30:58 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man stabs his 12-year-old cousin in Sunrise, police say]]></title><link>https://www.local10.com/news/local/2026/07/31/man-stabs-his-12-year-old-cousin-in-sunrise-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/man-stabs-his-12-year-old-cousin-in-sunrise-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 28-year-old man was arrested Thursday night after he stabbed his 12-year-old cousin in Sunrise, authorities confirmed.]]></description><pubDate>Fri, 31 Jul 2026 12:04:43 +0000</pubDate><content:encoded><![CDATA[<p>A 28-year-old man was arrested Thursday night after he stabbed his 12-year-old cousin in Sunrise, authorities confirmed.</p><p>The stabbing was reported at an apartment complex in the 12800 block of Vista Isles Drive.</p><p>According to Sunrise police, the victim sustained non-life-threatening injuries and was transported to a local hospital for treatment.</p><p>A motive for the stabbing remains unclear.</p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TFWFIOYNMBFHTJNIUFFLP5RBLY.jpeg?auth=e8be12b95cc127de4ec8c8c916ad980d444546bbc6a51149903e16f6229a56ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[A discarded SpaceX rocket is on a high-speed collision course with the moon]]></title><link>https://www.local10.com/tech/2026/07/31/a-discarded-spacex-rocket-is-on-a-high-speed-collision-course-with-the-moon/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/31/a-discarded-spacex-rocket-is-on-a-high-speed-collision-course-with-the-moon/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — A drifting SpaceX rocket is on a collision course with the moon after launching a pair of lunar landers more than a year ago.]]></description><pubDate>Fri, 31 Jul 2026 12:00:50 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — A drifting SpaceX rocket is on a collision course with the moon after launching a pair of lunar landers more than a year ago.</p><p>The rocket's upper stage will unintentionally slam into the moon on Wednesday, carving out a crater and sending up a plume of dust and rubble that scientists — and skygazers — are eager to observe.</p><p>Space tracking expert Bill Gray predicts an impact of 5,400 mph (8,700 kph) — seven times the speed of sound — near Einstein Crater on the moon’s sunlit western limb. With the action unfolding in the wee hours, the eastern portions of the U.S. and Canada, and much of South America should have the best views.</p><p>While scientists are not too concerned about this particular piece of space junk, it highlights the growing threat as more and more items cram into orbit.</p><p>“Things are getting crowded up there,” said Gray, who plans to view the aftermath from New Brunswick, Canada.</p><p>It was never SpaceX's intent to hit the moon. But space experts said the crash could have been avoided if the upper stage had been nudged into orbit around the sun.</p><p>It will be the second dead rocket known to crash into the moon accidentally. A Chinese rocket segment dug out a pair of craters on the lunar far side in 2022.</p><p>Lucky for astronomers, the upcoming smashup will occur on the moon’s near side, packing the equivalent energy of three tons of TNT.</p><p>The impact flash, lasting less than a second, will probably be too dim to see, according to experts. But the stream of ejected material could stretch for several miles (kilometers) into space and remain visible to telescopes for tens of minutes.</p><p>“The gravity on the moon is low and there is no wind to blow the dust away,” said Los Alamos National Laboratory’s Benjamin Fernando, who’s encouraging observations by professionals and amateurs alike.</p><p>“Part of the reason for our interest in this event is to figure out how much of a hazard debris impacts pose to future astronauts,” he added in an email.</p><p>Fernando anticipates an impact crater nearly 90 feet across and 16 feet deep (27 meters across and 5 meters deep), too small to see from Earth but visible to spacecraft.</p><p>NASA’s Lunar Reconnaissance Orbiter and South Korea’s Danuri lunar orbiter will gather before-and-after shots of the crash scene. Danuri will stray within a mile or two (a few kilometers) of the SpaceX rocket just two minutes before impact, according to Fernando and his team.</p><p>The abandoned rocket segment — measuring some 40 feet (12 meters) and weighing around 10,000 pounds (4,500 kilograms) — hoisted two private lunar landers on Jan. 15, 2025.</p><p>One of them — Firefly Aerospace’s Blue Ghost — became the first private spacecraft to pull off a fully successful lunar touchdown. The other, Japan-based ispace’s lander, wrecked.</p><p>With meteoroids and other natural objects offering little if any warning before walloping the moon, scientists said there’s much to learn by observing well-tracked strikes by human-made objects like the one coming up. NASA hurled rocket sections and lunar modules into the moon during the Apollo era for seismic measurements. Decades later, in 2009, NASA intentionally crashed its LCROSS spacecraft and upper stage in search of ice near the lunar south pole.</p><p>With the moon as the new travel hot spot, scientists said it’s crucial to improve debris monitoring and traffic control before packs of robots and astronauts arrive.</p><p>The United States and China are racing to land astronauts on the moon in the next few years. Elon Musk’s SpaceX and Jeff Bezos’ Blue Origin are vying to provide the lander for NASA's yet-to-be-named moonwalkers of Artemis IV, who will succeed the 12 Apollo astronauts who strolled the lunar surface.</p><p>“This impact will not be a problem,” retired astrophysicist Jonathan McDowell said in an email. “But in a future where there are long-term bases on the moon, similar impacts would be an issue and we need not to leave rocket stages in chaotic orbits of this kind.”</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/5ENJTECJJO5SJ6J67GSDIR6HQ4.jpg?auth=cc138ba081e3195eaf0870355b43f7180412d6188d13e0d4ef735be547cdb574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A SpaceX Falcon 9 rocket lifts off from pad 39A with a payload of a pair of lunar landers at the Kennedy Space Center in Cape Canaveral, Fla., Jan. 15, 2025. (AP Photo/John Raoux, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X42DVCWYN6PUQ6KCTNOKJ6JQUM.jpg?auth=6e4194b8479c96f5949c0cf5a2e7d18a5ca339a9998bd66038f5e4ef00c1c071&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A blue moon rises in San Jose de Maipo outskirts of capital Santiago, Chile, May 30, 2026. (AP Photo/Esteban Felix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Oprah Winfrey says she will close her school for girls in South Africa next year]]></title><link>https://www.local10.com/news/world/2026/07/31/oprah-winfrey-says-she-will-close-her-school-for-girls-in-south-africa-next-year/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/oprah-winfrey-says-she-will-close-her-school-for-girls-in-south-africa-next-year/</guid><dc:creator><![CDATA[By MICHELLE GUMEDE, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — Oprah Winfrey says she will close the school for underprivileged girls she set up in South Africa two decades ago at the end of next year.]]></description><pubDate>Fri, 31 Jul 2026 12:07:31 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — Oprah Winfrey says she will close the school for underprivileged girls she set up in South Africa two decades ago at the end of next year.</p><p>Winfrey opened the Oprah Winfrey Leadership Academy for Girls in 2007 after being inspired by conversations with former South African President Nelson Mandela about the transformative power of educating girls. He was among the guests at the school's opening ceremony.</p><p>Winfrey's charitable foundation ran and funded the school, but it was always part of the agreement that the academy campus near Johannesburg be ultimately handed over to the provincial education department, the academy said.</p><p>“The dream was never simply to build a school,” Winfrey said in a statement issued by the academy on Wednesday. “It was to invest in the limitless potential of young women. That mission doesn’t end with one campus. It continues in every girl whose future can be transformed through education.”</p><p>The academy said Winfrey’s commitment to educating South African girls would continue through an expanded national scholarship program supporting academically talented girls at leading schools across the country.</p><p>More than 500 girls have graduated from the academy and some have attended top universities in South Africa, the United States and Europe, according to the Oprah Winfrey Charitable Foundation.</p><p>The Gauteng provincial government will take over the 52-acre academy campus, which has 21 classrooms, six science and computer laboratories, a 10,000-volume library and a 600-seat theater. It did not immediately say what the plans for the property were.</p><p>Gauteng Provincial Minister for Education Lebogang Maile said those currently enrolled in the school will be able to complete their education with uninterrupted financial support.</p><p>The academy drew international attention shortly after opening in 2007 when several students accused a dormitory matron of physically and sexually abusing them.</p><p>Winfrey traveled to South Africa to meet with students and parents, publicly apologized, and commissioned an independent investigation.</p><p>The matron was acquitted of criminal charges in 2010.</p><p>___</p><p>This report has been corrected to show Oprah Winfrey’s statement as issued on Wednesday and not Thursday.</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JUX4C63NBEFZPAD7IF4HKHSFVY.jpg?auth=ca60aa89067694d9a2655bdfb34de9ccf2051982463b92feaa19cf1bdebb1844&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oprah Winfrey talks to students at her Leadership Academy for Girls at Henley-On-Klip South Africa, Friday, Jan. 13, 2012 on the eve of the first graduation at her school. (AP Photo/Denis Farrell, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Farrell</media:credit></media:content></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><ul><li><a href="https://www.local10.com/news/local/2026/07/28/customer-pays-3850-for-transmission-repair-months-later-the-mechanic-calls-claiming-he-never-touched-the-transmission-and-has-video/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/customer-pays-3850-for-transmission-repair-months-later-the-mechanic-calls-claiming-he-never-touched-the-transmission-and-has-video/">Customer pays $3,850 for transmission repair. Months later, the mechanic calls claiming he never touched the transmission and has video</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say" target="_blank">Plantation cruise passenger caught with child sex abuse videos showing 100+ victims, feds say</a></li><li><a href="https://www.local10.com/news/local/2026/07/27/secret-service-agent-among-those-charged-in-south-florida-fraternity-hazing-investigation" target="_blank">Secret Service agent among those charged in South Florida fraternity hazing investigation</a></li><li><a href="https://www.local10.com/news/national/2026/07/26/fbis-most-wanted-fraud-suspect-captured-after-fleeing-to-jamaica" target="_blank">FBI ‘most wanted’ fraud suspect from South Florida captured after fleeing to Jamaica</a></li><li><a href="https://www.local10.com/news/florida/2026/07/29/pig-butchering-scam-leaves-florida-man-heartbroken-and-asking-for-help" target="_blank">‘Pig butchering’ scam leaves Florida man heartbroken and asking for help</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/miami-dade-driving-instructors-accused-of-fraudulently-passing-unqualified-drivers" target="_blank">Miami-Dade driving instructors accused of fraudulently passing unqualified drivers</a></li><li><a href="https://www.local10.com/news/local/2026/07/28/neighbors-frightened-after-hearing-gunshots-in-hallandale-beach" target="_blank">Hallandale Beach police swarm parking garage after car shot up, leaving 1 dead</a></li><li><a href="https://www.local10.com/news/local/2026/07/29/800-million-mega-millions-winning-ticket-sold-in-florida" target="_blank">$800 million Mega Millions winning ticket sold in Florida</a></li><li><a href="https://www.local10.com/news/local/2026/07/29/north-miami-police-accuse-home-depot-employee-of-fraud-grand-theft" target="_blank">North Miami police accuse Home Depot employee of fraud, grand theft</a></li><li><a href="https://www.local10.com/news/local/2026/07/27/45-years-after-adam-walsh-disappearance-from-hollywood-mall" rel="">45 years after Adam Walsh disappearance from Hollywood Mall</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Man shot in torso in Miami, police say]]></title><link>https://www.local10.com/news/local/2026/07/31/man-shot-in-torso-in-miami-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/man-shot-in-torso-in-miami-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man who is about 30 years old was injured Thursday night in a shooting in Miami, authorities confirmed to Local 10 News.]]></description><pubDate>Fri, 31 Jul 2026 11:01:36 +0000</pubDate><content:encoded><![CDATA[<p>A man who is about 30 years old was injured Thursday night in a shooting in Miami, authorities confirmed to Local 10 News.</p><p>The shooting was reported in the area of Northwest Second Avenue and 12<sup>th</sup> Street.</p><p>According to Miami police Officer Kenia Fallat, the victim was shot in the torso.</p><p>She said a Miami Fire Rescue crew responded to the scene and transported the victim to Jackson Memorial Hospital’s Ryder Trauma Center, where he is listed in critical condition. </p><p>The investigation remains ongoing.</p><p>No other details were immediately released.</p><p>Anyone with information about the shooting is asked to call the Miami Police Department or Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man detained after possible shooting in Wilton Manors ]]></title><link>https://www.local10.com/news/local/2026/07/31/man-detained-after-possible-shooting-in-wilton-manors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/31/man-detained-after-possible-shooting-in-wilton-manors/</guid><dc:creator><![CDATA[Amanda Batchelor, Michaila Hightower]]></dc:creator><description><![CDATA[A man was detained Friday morning following a possible shooting in Wilton Manors. ]]></description><pubDate>Fri, 31 Jul 2026 11:31:02 +0000</pubDate><content:encoded><![CDATA[<p>A man was detained Friday morning following a possible shooting in Wilton Manors. </p><p>The investigation is unfolding at the Palm Gardens shopping center off North Andrews Avenue and Northeast 26<sup>th</sup> Drive.</p><p>Local 10’s Michaila Hightower was at the scene as a man was detained and placed in the back of a patrol car.</p><p>Another man was sitting on a nearby bus bench that was blocked off with crime scene tape. What appeared to be blood and pieces of clothing could be seen on the ground in the shopping center.</p><p>Police would not allow the man to speak with Local 10, telling Hightower that he was part of the investigation.</p><p><i>Watch Local 10 News or refresh this page for updates.</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[As progressives seek to take on inequality, some cite religion as a motivating factor]]></title><link>https://www.local10.com/business/2026/07/31/as-progressives-seek-to-take-on-inequality-some-cite-religion-as-a-motivating-factor/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/as-progressives-seek-to-take-on-inequality-some-cite-religion-as-a-motivating-factor/</guid><dc:creator><![CDATA[By KRYSTA FAURIA, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — The jokes practically wrote themselves as an eclectic group of progressive pastors, imams and a rabbi walked into a room, finding their seats around a table to talk about religion and politics.]]></description><pubDate>Fri, 31 Jul 2026 11:25:09 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — The jokes practically wrote themselves as an eclectic group of progressive pastors, imams and a rabbi walked into a room, finding their seats around a table to talk about religion and politics.</p><p>Though there was no shortage of levity, a sense of urgency filled the Detroit meeting room as Abdul El-Sayed, a former gubernatorial candidate who is running as a Democrat for the U.S. Senate in Michigan, began speaking about how his Muslim faith informs his progressive views.</p><p>The public health researcher asked the group of faith leaders ahead of Tuesday’s primary, “What does the inspiration of holding yourself accountable to something bigger than you mean for what you do for the people around you?”</p><p>El-Sayed added, “If you can’t eat food and I have something to do about it, I better do it.”</p><p>Progressive Democratic politicians have won major electoral victories across the country in recent months amid growing frustrations surrounding inequality, affordability and potential threats to job security posed by artificial intelligence. As the economy becomes a flashpoint for the November midterms, many of these candidates and voters who support them are citing religion as a justification for their positions.</p><p>“We’re in an era of historical inequality,” El-Sayed told The Associated Press. “Most faith traditions — certainly the Abrahamic faith traditions — put a lot more burden on the wealthy.”</p><p>The interfaith roundtable took place days after a high-profile rally for El-Sayed, who has made “Medicare for All” a fixture of his campaign and is running against the more moderate Rep. Haley Stevens. It featured speeches from progressive heavy hitters like Sen. Bernie Sanders of Vermont and Rep. Alexandria Ocasio-Cortez of New York.</p><p>Though not a member of the Democratic Socialists of America, El-Sayed is being endorsed by liberal allies, many of them members of the DSA, while being criticized by Republicans and centrist Democrats for being too far left to be electable in a swing state.</p><p>If elected in November, he would be the first Muslim senator in U.S. history.</p><p>Representatives for Stevens, who is identified in congressional profiles as a Protestant, did not respond to requests for comment.</p><p>Progressive ideologies carry different connotations for different generations</p><p>Religious support for progressive economic and labor movements is not new, even if it has ebbed and flowed in the U.S. over the centuries. Pope Leo XIV’s recent encyclical was in many ways an ode to “Rerum novarum,” Pope Leo XIII’s seminal 1891 text on labor, wages and unions that helped shape Catholic social teaching.</p><p>This embrace of religion isn't unique to the Democratic Party's progressive wing. More moderate candidates like James Talarico, the seminarian running for the U.S. Senate in Texas, also highlight their faith. But as left-leaning Democrats and democratic socialists like New York Mayor Zohran Mamdani, who is Muslim, score wins in local and national races, Republicans have repeatedly decried the party's progressive wing as communists devoid of religion.</p><p>“Republicans and conservatives believe in natural rights that flow from a creator. I think communism rejects that. It espouses a very atheistic, centralized sort of secular view of society,” said Douglas Blair, a spokesperson for Heritage Action for America.</p><p>Megan Romer, a DSA national co-chair and ordained ruling elder within the Presbyterian Church (USA), conceded socialism is a troubling concept for some people of faith.</p><p>“People’s idea of it is, ‘Oh, that’s when you’re not allowed to have a religion, right?’ Which has been true in some socialist projects,” she said.</p><p>But experts say that narrative carries less weight among many younger Americans who have no memory of the Cold War and the anti-religious associations it begot.</p><p>Theology informs more than just faith</p><p>Though there are more Democrats unaffiliated with religion than Republicans, many people of faith do not see progressive ideologies like socialism as contradictory to their beliefs. They cite Black religious activists who were outspoken critics of capitalism, including Martin Luther King Jr., Malcolm X and W.E.B. Du Bois, as models for their thinking about the relationship between religion and politics.</p><p>The Rev. Andrew Wilkes, who co-pastors the Double Love Experience Church in New York City, became interested in democratic socialism more than a decade ago after presiding over a funeral for someone whose insurance wouldn’t cover a critical operation. “It was not God that sent him home but an unjustly organized healthcare system and economy,” he said.</p><p>“There’s an increasing recognition, I would say, connecting socialism to a sense of a moral compass,” Wilkes said, adding that religion can bring optimism and creativity in a time of pessimism. “There’s a level of world-building that faith can speak to.”</p><p>Romer, who joined the DSA in 2018 in part because of Sanders’ unsuccessful presidential run two years earlier, thinks there is a theological component to why Christianity in particular has thrived among conservatives.</p><p>“That flavor of Christianity is a very individualistic one. They talk a lot about your personal relationship with God,” she said. “My interpretation of Christianity is one that, I think the early Christians — they were not communists in the modern sense, but they lived in communal situations.”</p><p>Attitudes toward capitalism are changing, and religion is playing a role</p><p>This faith-driven economic focus is not limited to elections.</p><p>Clergy and Laity United for Economic Justice is a nonprofit organization that works with congregations throughout Southern California to support workers’ rights. Earlier this month, it facilitated a visit to Live Oak United Church of Christ in Brea, California, to support efforts to unionize a local grocery store chain.</p><p>“We just feel very, very overworked,” Luis Cueva, a Mother’s Market employee, told members of the congregation after their Sunday service as he asked for support.</p><p>“Jesus was a socialist,” Cueva said after the meeting, citing his teachings about it being difficult for rich people to go to heaven. “It means a lot to know that the church is willing to help.”</p><p>About half of U.S. adults have a positive view of capitalism, according to a poll last year from Gallup, down from 61% in 2010. Democrats have driven part of the shift, but favorable views of capitalism have also declined among independents.</p><p>President Donald Trump and other Republicans have cast these attitudes and candidates as being fundamentally at odds with religion.</p><p>“These are hard core, godless communists,” Trump said recently during a speech to the Faith & Freedom Coalition. “All communists are godless. They don't believe in God.”</p><p>Faith can be both a political asset and a liability</p><p>Although there are myriad points of contention within the Democratic Party, such as support for Israel, El-Sayed considers economic issues a top issue for his campaign.</p><p>“I talk about taking money out of politics because it’s the reason life is not affordable,” he said. “People are realizing that politicians on both sides of the aisle really are being paid off by the same people.”</p><p>The son of Egyptian immigrants, El-Sayed is aware that his Islamic faith can be weaponized or misunderstood. But since having a religious experience in college that followed a rebellious childhood, he takes seriously the implications of his faith.</p><p>“If you put your morals on a mantel, they’re not morals. They’re just, you know, things that you can admire and then you give yourself the permission to step away from them when it’s convenient,” he said.</p><p>As the roundtable concluded, leaders from each faith took turns praying. Their heads lifted, but the Rev. Horace Sheffield chimed in with one last request on behalf of El-Sayed.</p><p>“I don’t think y’all were specific enough. So I’m gonna say it real simple,” he said. “Lord, let him win.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JSGSBMIAVGRGORZ6RG2JWUOCSY.jpg?auth=d5018f2eadcd7bfaf07633b9130f674ab8605f539e153a9a5dab15e598bbde97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan Democratic U.S. Senate primary candidate Abdul El-Sayed addresses the crowd during a campaign rally, 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><media:content url="https://www.local10.com/resizer/v2/6YOROBSBF7DAY4P3AXJ3ZDHLLU.jpg?auth=450629f1b457627a80ae9f9adfe08da8c65a7fbe0b999ee515fcacc9a3042d58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left foreground, U.S. Rep. Alexandria Ocasio-Cortez, D-N.Y., Michigan Democratic U.S. Senate primary candidate Abdul El-Sayed, and U.S. Sen. Bernie Sanders, I-VT. join hands together following a campaign rally, 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[Miami Spice returns for 25th year with new restaurants, prix-fixe menus ]]></title><link>https://www.local10.com/features/2026/07/31/miami-spice-returns-for-25th-year-with-new-restaurants-prix-fixe-menus/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/31/miami-spice-returns-for-25th-year-with-new-restaurants-prix-fixe-menus/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Miami Spice returns Friday for its 25th year, giving diners a chance to enjoy prix-fixe meals at some of South Florida’s most popular restaurants at reduced prices.]]></description><pubDate>Fri, 31 Jul 2026 11:09:15 +0000</pubDate><content:encoded><![CDATA[<p>Miami Spice returns Friday for its 25th year, giving diners a chance to enjoy prix-fixe meals at some of South Florida’s most popular restaurants at reduced prices.</p><p>The annual dining program features participating restaurants offering special brunch, lunch and dinner menus through September, with several newcomers joining this year’s lineup.</p><p>Among the restaurants making their Miami Spice debut are Daniel’s Miami, Yamashiro, Maple &amp; Ash and Zuma.</p><p><a href="https://www.danielssteak.com/miami/" target="_self" rel="" title="https://www.danielssteak.com/miami/">Daniel’s Miami</a> is offering four Miami Spice dining experiences, including $40 brunch and lunch menus and dinner options ranging from $65 to $95. </p><p>Diners can choose from dishes including Wagyu beef empanadas, grilled branzino, braised Wagyu beef short rib and Florida grits-crusted grouper, along with specialty cocktails created for Miami Spice.</p><p><a href="https://yamashiromiami.com/" target="_self" rel="" title="https://yamashiromiami.com/">Yamashiro</a> is also participating for the first time with a $40 Sunday brunch and $95 dinner menu featuring Japanese-inspired dishes, including its signature black cod.</p><p><a href="https://www.mapleandash.com/miami/" target="_self" rel="" title="https://www.mapleandash.com/miami/">Maple &amp; Ash</a> is also joining Miami Spice for the first time, giving diners the chance to experience the luxury steakhouse’s tableside service and signature dishes at special prices.</p><p>“We build everything around fun,” said Maple &amp; Ash executive chef Kam Losonsky. “You’re getting a luxurious experience.” </p><p>The restaurant’s Miami Spice menu includes tuna tartare and filet mignon with truffle.</p><p>“You’re getting options you really aren’t gonna get anywhere else, especially for this price point,” Losonsky said.</p><p>Other participating restaurants include <a href="https://www.thesetaihotel.com/miami-beach-restaurants/jaya" target="_self" rel="" title="https://www.thesetaihotel.com/miami-beach-restaurants/jaya">Jaya at The Setai</a>, which is offering Asian-inspired lunch and dinner menus featuring dishes such as Pad Thai, Panang curry and Korean barbecue galbi short rib. </p><p><a href="https://urldefense.com/v3/__https:/www.zumarestaurant.com/en/miami__;!!FfvXB3Q!ixXK782Qnc6KNm7fQAUWcneJnlnPx6n7hGsg5iyPfxSUKGN4irjOlAggv9UF31gbiIiodrK5XgUXZjyUPjbk$" rel="">Zuma</a> is offering lunch and dinner menus priced at $35 and $60. During Miami Spice, guests can enjoy the restaurant’s signature Maple Cheesecake from Zuma Vail, along with fan favorite dishes from last year, including:</p><ol><li>Chicken karaage with chili lemon dressing</li><li>Prawn and black cod gyoza</li><li>Salmon teriyaki sauce and pickled cucumber</li></ol><p><a href="https://www.catchrestaurants.com/location/catch-miami-beach/" target="_self" rel="" title="https://www.catchrestaurants.com/location/catch-miami-beach/">CATCH Miami Beach</a> is serving a $65 dinner menu with seafood, sushi and steak selections, while Michelin-starred <a href="https://www.lejardinier-miami.com/" target="_self" rel="" title="https://www.lejardinier-miami.com/">Le Jardinier</a> returns with French-inspired three-course lunches and dinners.</p><p>Also participating are Michelin-starred <a href="https://www.stubbornseed.com/" target="_self" rel="" title="https://www.stubbornseed.com/">Stubborn Seed</a>, where diners can enjoy a three-course dinner featuring dishes such as truffle chicken and citrus pavlova, and <a href="https://michaelsgenuine.com/about/" target="_self" rel="" title="https://michaelsgenuine.com/about/">Michael’s Genuine Food &amp; Drink</a>, which is offering three-course lunches and dinners with menus that rotate throughout the season to showcase fresh, locally sourced ingredients.</p><p>Miami Spice, which lasts through the end of September, not only gives diners a chance to try new restaurants, but also helps restaurants introduce themselves to new customers.</p><p>For more information on Miami Spice and a list of participating restaurants, <a href="https://www.miamiandbeaches.com/deals/spice-restaurant-months" target="_self" rel="" title="https://www.miamiandbeaches.com/deals/spice-restaurant-months">click here. </a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hamas says it’s reached an agreement to disarm, a significant move that will face major challenges]]></title><link>https://www.local10.com/news/world/2026/07/31/hamas-reached-an-agreement-to-disarm-officials-say-its-a-significant-move-but-faces-challenges/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/hamas-reached-an-agreement-to-disarm-officials-say-its-a-significant-move-but-faces-challenges/</guid><dc:creator><![CDATA[By SAMY MAGDY, SAM MEDNICK, JONATHAN J. COOPER and MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Hamas said Friday that it reached an agreement to disarm, a significant move that could help end the war in Gaza — but one that will face many hurdles and could take a long time to achieve, if at all.]]></description><pubDate>Fri, 31 Jul 2026 11:48:26 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Hamas said Friday that it reached an agreement to disarm, a significant move that could help end the war in Gaza — but one that will face many hurdles and could take a long time to achieve, if at all.</p><p>The group agreed to a road map as long as Israel also makes concessions, including ending hostilities and withdrawing its troops from the Palestinian territory, a Hamas official and a regional official told The Associated Press. Senior Hamas official Bassem Naim confirmed in a post on X that the group agreed to the deal.</p><p>Israel has not commented on the deal, which U.S. President Donald Trump announced hours earlier. It comes nine months after a U.S.-brokered ceasefire to end the fighting between Israel and the group was signed.</p><p>That 20-point ceasefire plan calls on the militant group to surrender its weapons and destroy its vast network of tunnels. It also envisions Israeli forces withdrawing from Gaza, the arrival of a new technocratic Palestinian government, the deployment of a security force known as the International Stabilization Force and the rebuilding of the battered Palestinian enclave.</p><p>But negotiations between Israel and Hamas over the implementation of the next phase of the ceasefire deal had largely deadlocked — and disarmament was a major sticking point.</p><p>Disarming would represent a sea change for Hamas, whose founding charter calls for armed resistance against Israel, and which sees its arsenal, including rockets, anti-tank missiles and explosives, as lying at the heart of its identity.</p><p>“The agreement will be carried out in carefully structured phases,” Trump said on social media. “As disarmament is completed, Israeli forces will withdraw, and the International Stabilization Force will work with a new Palestinian police force to take responsibility for Gaza being safe for its residents and its neighbors.”</p><p>A copy of the agreement obtained and verified by The Associated Press said that all police weapons will be transferred to the U.S.-backed Palestinian technocratic committee, known as the National Committee for the Administration of Gaza, upon its arrival in the enclave. It’s not clear when that would happen since it is contingent on other steps.</p><p>A process to decommission and store heavy weapons, military production sites and tunnels will begin after the arrival of the Palestinian committee and the deployment of the ISF. The process will be linked to an Israeli withdrawal, in phases, from the areas under its control in Gaza, according to the agreement.</p><p>In a statement Thursday, an Israeli official said that there will be no Israeli withdrawal from the areas it holds in Gaza — which account for about 60% of the territory — before the militant group is disarmed and the strip demilitarized. The statement was made on condition of anonymity in line with government protocol.</p><p>A person with knowledge of the situation said that Israel is fully involved, but it's not a signatory to the deal, which is between Hamas and several countries helping to negotiate and guarantee the ceasefire. The person spoke on condition of anonymity in order to discuss the agreement. The deal's guarantors are the U.S., Turkey, Egypt and Qatar.</p><p>It could take years for Hamas to disarm</p><p>On Thursday, U.S. and Board of Peace officials, describing the deal to reporters on condition of anonymity under guidelines set by the White House, gave an extremely optimistic assessment of the agreement that laid out a scenario very similar to the one outlined by Trump and his top aides when the Board of Peace was first formed. The board, which was established by Trump, oversees the ceasefire in Gaza.</p><p>While Gaza's police force is expected to hand over its arms, that doesn't include the vast majority of Hamas militants, and heavy weaponry is not included in that part of the agreement, according to the officials.</p><p>Instead, the surrender of heavy weapons and the decommissioning of Hamas tunnels and other infrastructure are to come later in a process that could take between 200 and 350 days, a Board of Peace official said. That timeline did not appear in the agreement obtained by AP.</p><p>The Hamas official and the regional official involved in the process said that Hamas and other groups agreed to “collect and store” arms inside Gaza under the supervision of the Palestinian technocratic committee and that weapons won’t be handed to Israel or non-Palestinian parties. The officials, who spoke on condition of anonymity because they were not authorized to brief the media, said this would be a gradual process linked to an Israeli withdrawal.</p><p>Israel has not responded but has been deeply skeptical</p><p>A U.S. official said Israel, which has been deeply skeptical about Hamas’ willingness to give up its guns or relinquish control of Gaza, had been consulted at every step of the negotiation.</p><p>However, the official said Israel was not being asked to do anything more than what it had initially committed to when it agreed to Trump’s 20-point plan, which essentially involves withdrawing its forces from Gaza and committing to ending airstrikes on the territory.</p><p>A member of the Palestinian technocratic committee told the AP on Friday that it was eager to enter Gaza but was concerned Israel will pose challenges for them. The person spoke on condition of anonymity because they were not allowed to speak to the media. The person said they didn’t expect to enter Gaza for at least two months.</p><p>The committee welcomed the progress Friday, but said the work to restore public institutions and services and rebuild the territory would be immense.</p><p>The war in Gaza began after a Hamas-led attack on southern Israel on Oct. 7, 2023, killed around 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said. The ministry, which is part of the Hamas-led government and is staffed by medical professionals, does not distinguish between civilians and militants in its toll but says women and children make up around half of all deaths.</p><p>With Israel in control of much of Gaza, Palestinians are confined to squalid tent camps and heavily damaged urban neighborhoods.</p><p>___</p><p>Mednick reported from Tel Aviv, Israel, Cooper from Phoenix, and Lee from Washington. Associated Press writers Farnoush Amiri in New York and Edith M. Lederer at the United Nations contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMJR44IJZJYHIOW6FKSPXX6WT4.jpg?auth=65813bb46f2d530ee6aa32581efa81f98be6766301c811d57394a45c0fe5f052&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Palestinian man rides his bicycle by the rubble of buildings that were destroyed during the Israel Hamas war, in Khan Younis, southern Gaza Strip, Friday, July 31, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KWBYHVKXMHVIQJ6BM3ZPR5TQJE.jpg?auth=17d5a9e168599a53bd1095c39f9359cc16a46eeb4b364d7486708271d7e1371b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump arrives on Air Force One at Hagerstown Regional Airport, in Hagerstown, Md., en route to Camp David, Md., June 8, 2025. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Missouri proposal would create nation's toughest standard for citizen-led constitutional amendments]]></title><link>https://www.local10.com/news/politics/2026/07/31/missouri-proposal-would-create-nations-toughest-standard-for-citizen-led-constitutional-amendments/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/missouri-proposal-would-create-nations-toughest-standard-for-citizen-led-constitutional-amendments/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[JEFFERSON CITY, Mo. (AP) — Over the past several years, Missouri voters have amended the state constitution to create abortion rights, legalize marijuana and sports betting and expand Medicaid healthcare coverage for low-income adults.]]></description><pubDate>Fri, 31 Jul 2026 11:00:26 +0000</pubDate><content:encoded><![CDATA[<p>JEFFERSON CITY, Mo. (AP) — Over the past several years, Missouri voters have amended the state constitution to create abortion rights, legalize marijuana and sports betting and expand Medicaid healthcare coverage for low-income adults.</p><p>None of those initiatives would have passed under a ballot measure getting decided by voters Tuesday.</p><p>Missouri's proposed Amendment 4 would make it significantly harder to amend the constitution by requiring citizen initiatives to pass in all eight of the state's diverse congressional districts instead of by a traditional, simple statewide majority. No other state has such a high standard — or has even asked voters to consider it.</p><p>“This is a first-of-its-kind,” said Kelly Hall, executive director of the Fairness Project, a national group that backs progressive ballot initiatives like the ones Missouri's Republican lawmakers are hoping to quelch.</p><p>“It would be nearly impossible for citizens to participate meaningfully in any sort of direct democracy,” said Hall, who believes other states could try to copy Missouri's proposal.</p><p>Lawmakers seek to rein in citizen initiatives</p><p>The Missouri proposal is the culmination of years of attempts by lawmakers in numerous states to raise the bar for citizen-initiated petitions to qualify for the ballot and win voter approval. Some elected officials contend lawmaking is best left to themselves — the people's representatives — because citizen initiatives lack the vetting that comes from the multistep legislative process of public hearings, debates and revisions.</p><p>The effort to curtail citizen initiatives on state ballots comes as President Donald Trump pushes for greater restrictions on who can vote and how ballots are cast, asserting the integrity of elections is at stake.</p><p>Missouri’s measure “fits into the larger narrative and story around what the future of democracy looks like in the United States,” said Chris Melody Fields Figueredo, executive director of the Ballot Initiative Strategy Center, which supports progressive ballot measures.</p><p>Citizen initiatives are allowed only in some states</p><p>About one-third of U.S. states allow people to bypass their legislatures by gathering signatures to place proposed constitutional amendments on the ballot. Several others allow the process for proposed laws.</p><p>In most of those states, a simple majority of voters is all that’s needed to approve constitutional amendments. Colorado requires a 55% vote for most measures, and Florida a 60% vote.</p><p>Voters in recent years rejected ballot measures to raise the approval threshold for amendments in Arkansas, Ohio and South Dakota. Still, South Dakota lawmakers have placed a proposal for a 60% approval threshold on the November ballot. North Dakota voters will consider a similar measure, and Utah voters will decide on a 60% requirement for citizen-initiated tax increases.</p><p>Missouri’s proposal would apply only to citizen initiatives. Constitutional amendments proposed by the Legislature still would need only a statewide majority. No other state has a dual standard like that.</p><p>Missouri proposal requires geographic consensus</p><p>Republican state Rep. Ed Lewis, who sponsored Missouri's measure, said he wants to ensure people in all parts of the state have their voices heard. He said activists funded by out-of-state interest groups have run up large majorities in St. Louis and Kansas City to pass controversial initiatives that failed throughout most of the rest of Missouri.</p><p>The abortion, marijuana, sports betting and Medicaid initiatives all were placed on the ballot by petitions between 2020 and 2024 after lawmakers declined to act. All passed with 53% or less of the statewide vote.</p><p>Requiring “50% in each of our congressional districts is not a difficult barrier for anything that has a consensus,” Lewis said. But “it is a difficult barrier for either a very conservative or a very liberal initiative petition,” he said.</p><p>“If you’re going to change the constitution, shouldn’t it be broadly accepted?” Lewis asked rhetorically.</p><p>Amendments to the U.S. Constitution require ratification by three-fourths of the states.</p><p>Critics say Missouri's proposed amendment could undercut consensus, because an initiative backed by large margins in seven congressional districts still would fail if opposed by a slim margin in just one district.</p><p>“It is an astonishing level of unfairness, and it crushes our notion of one person, one vote and majority rule, which we learned about in school as kids,” said Scott Charton, a spokesperson for the Missouri Realtors campaign committees, which have backed previous initiatives.</p><p>Republicans are divided over initiative restrictions</p><p>Though Amendment 4 was referred to the ballot by Republican lawmakers, people at a recent Republican club meeting in Jefferson City were divided about whether to make it harder for citizens to amend the state constitution.</p><p>Rick Kolb said he supports the tougher standards.</p><p>“Our country was founded as a republic not a democracy,” he said. When initiatives appear on the ballot, “everybody votes on these things that they haven’t put any thought into it.”</p><p>But Jim Bryan said he opposes the amendment, fearing it could allow voters in St. Louis or Kansas City to thwart measures supported by the rest of the state.</p><p>“The popular vote is what I want,” he said.</p><p>A new petition could fortify citizen initiatives</p><p>Regardless of the outcome, Tuesday's vote may not be the last on Missouri's citizen initiatives.</p><p>The Respect Missouri Voters coalition submitted more than 300,000 petition signatures — currently being verified by election officials — to try to place a constitutional amendment on the November ballot protecting the initiative process. It would reverse the Legislature's amendment by requiring only a statewide majority to pass citizen initiatives. It also would bar the Legislature from increasing the number of signatures needed to qualify for the ballot, shortening the time to do so or imposing other requirements that weaken initiative rights.</p><p>The measure also would make it harder for the Legislature to reverse or amend voter-approved initiatives by requiring an 80% vote in both the House and Senate instead of a simple majority. That comes after the Legislature last year repealed a paid sick leave law approved by voters and referred a new constitutional amendment to the November ballot to reverse voter-approved abortion rights.</p><p>Supporters insist their measure is nonpartisan, noting that Democratic lawmakers also tried to restrict citizen initiatives before Republicans gained control of the Capitol.</p><p>“Politicians in power want all the power in their hands,” said Benjamin Singer, co-founder of Respect Missouri Voters. “They don’t want citizens to have a check on their power.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DYCQWPK2WGVAZ7IYVCHUSUCCVY.jpg?auth=78d3e9bda0595564bb969ede43da9191b921c0def153b1f57317f3a39dbf3742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Billman, of Columbia, Mo., holds a sign explaining his opposition to a state legislative proposal that would make it harder for voters to approve citizen-initiated constitutional amendments while rallying at the state Capitol in Jefferson City, on Wednesday, Sept. 10, 2025. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWBNGCHIOBNRSLY64VD44VCLRQ.jpg?auth=647388353b251b6e372ba8a339a8e2e6c43316bb8c63aad370e4a42e25bf8fc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Missouri Capitol is shown on Tuesday, Aug. 13, 2024, in Jefferson City, Mo. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AFUOQGUIYVL35XW3XN6VPVZSEU.jpg?auth=a56579ba13b89f175cba6e89001ee746a258f9dece7a1abd67c77055b99d6419&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Liz Kester, a volunteer with the Respect Missouri Voters Coalition, explains her support for a ballot initiative limiting legislative powers while at the Missouri Capitol lawn on Wednesday, Sept. 10, 2025 in Jefferson City, Mo. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[July 31: Rainfall chances increase this afternoon, evening]]></title><link>https://www.local10.com/weather/2026/07/31/july-31-rainfall-chances-increase-this-afternoon-evening/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/31/july-31-rainfall-chances-increase-this-afternoon-evening/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy last day of July! A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m. ]]></description><pubDate>Fri, 31 Jul 2026 10:47:49 +0000</pubDate><content:encoded><![CDATA[<p>Happy last day of July! A Heat Advisory has been issued for Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the mid-90s, with a possibility of breaking records. In Miami, I’m forecasting a high of 95 degrees -- the record is 95, set back in 1999. Also in Fort Lauderdale, I’m forecasting 95 -- the record high is 96, set back in 1986. Rainfall chances increase later this afternoon and evening as moisture surges into the region. Westerly flow continues Saturday which may focus showers and storms around the east coast, however a wind shift towards the east on Sunday will shift higher rain chances westward. Keep it tuned to Local 10 for more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Immigration crackdown threatens Haitian caregivers and the seniors who rely on them]]></title><link>https://www.local10.com/business/2026/07/31/immigration-crackdown-threatens-haitian-caregivers-and-the-seniors-who-rely-on-them/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/immigration-crackdown-threatens-haitian-caregivers-and-the-seniors-who-rely-on-them/</guid><dc:creator><![CDATA[By MATT SEDENSKY and GISELA SALOMON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Who will be there each morning with Solange French’s eggs at breakfast, and who will be ready with soup or fish at lunch? When the 91-year-old needs help in the shower, who will rush to her side, and when it’s time for a doctor’s appointment, who will take her? Who will do the laundry or buy the groceries or clean the house?]]></description><pubDate>Fri, 31 Jul 2026 10:02:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Who will be there each morning with Solange French’s eggs at breakfast, and who will be ready with soup or fish at lunch? When the 91-year-old needs help in the shower, who will rush to her side, and when it’s time for a doctor’s appointment, who will take her? Who will do the laundry or buy the groceries or clean the house?</p><p>Until now, the answer has been a doting home health aide from Haiti named Martha Nelson. But with the Supreme Court sanctioning a White House immigration crackdown, Nelson’s permission to stay in the country appears likely to be yanked within days, leaving French worried.</p><p>“She’s with me all the time,” says French. “Life would be impossible.”</p><p>As the Trump administration unwinds years of protections for hundreds of thousands of people from Haiti, twin populations of vulnerable people find themselves in the crosshairs: caregivers in jobs to which those immigrants have flocked, and the older adults and disabled people who rely on them.</p><p>Around the U.S., care homes and home health agencies are bracing for the loss of workers with TPS, which stands for temporary protected status, even as they continue to reel from other immigration policy changes that have squeezed an already short-staffed industry.</p><p>For businesses, it is a predicament that could hurt bottom lines and tax remaining workers. For their clients, it threatens to upend every aspect of their lives.</p><p>“They have become like family,” says Katy Sanchez, who lives in a group home for disabled people in Nanuet, New York, run by The Arc Rockland, which stands to lose 19 caregivers with TPS, on top of 20 others it lost in immigration changes last year. “If they are forced to leave, it would be devastating.”</p><p>Supreme Court ruling paved the way</p><p>The Supreme Court sided with the Trump administration last month, saying it could end temporary protected status. The ruling specifically pertained to 350,000 Haitians and 6,000 Syrians, but immigration advocates and legal observers say it could be applied to a broader group of 1.3 million people from 17 countries.</p><p>The justices' move has been met with weeks of confusion. Immigration officials subsequently granted several extensions to TPS holders that carried through Monday. U.S. Citizenship and Immigration Services issued guidance Wednesday affirming TPS was over, though some attorneys and labor unions have argued work authorization remains intact until lower courts lift an injunction.</p><p>The Department of Homeland Security made light of the TPS expiration, referencing lyrics from a 1998 hit song: “It’s closing time, which means you don’t have to go home, but you can’t stay here.”</p><p>Fearful they might be in breach of the law, some employers have begun terminating TPS holders, to the dismay of their clients.</p><p>Anna Fischbein grew accustomed to visits to her home in Sunny Isles, Florida, from the same kindly Haitian health aide every week for the past 10 years. But Jewish Community Services of South Florida terminated the aide along with 17 others when their TPS lapsed.</p><p>“I lost not only a lady working for me,” the 87-year-old Holocaust survivor says, her voice broken by sobs. “I lost a friend.”</p><p>Facilities scramble to come up with replacement workers</p><p>Around 1 in 5 workers in the U.S. is foreign born, according to the Bureau of Labor Statistics, but immigrants are overrepresented in caregiving roles. Among home health aides, for example, one-third are immigrants, according to PHI, a nonprofit focused on the caregiving workforce.</p><p>In lives upended by age or disability, a cherished caregiver is a lifeline. For someone living in their own home, they may be the last line of defense before institutionalization. For those in a care facility, they may be their strongest advocate, who notices subtle changes before anyone else, ensures small comforts like dollar-store word search books, and brings a sense of humanity to the humiliation of being incontinent.</p><p>“They are the first people they see when they wake up in the morning and they’re the last ones that they see before they go to bed,” says Simone Smith, vice president of human resources at Cabrini of Westchester, a nursing home in Dobbs Ferry, New York, where eight Haitians with TPS await word of their fate.</p><p>Like similar facilities around the country, Cabrini is prepared to scramble to secure replacement staffers from nursing agencies and plead with remaining workers to take overtime shifts. Cabrini’s workforce is about 75% immigrant. Among those with TPS, Smith senses “almost a hopelessness.”</p><p>A Haitian who loses TPS faces an unbearable choice: Attempt to stay in the U.S. and find underground work, tiptoeing through life with fear that authorities will eventually find and remove them. Or return to a country so plagued by gang violence and poverty that many believe it would amount to a death sentence.</p><p>“I’m afraid all the time,” says a Haitian man working at a Brooklyn nursing home who asked for anonymity because of concerns for the safety of himself and his family. “I pay tax to the country. I’m a good person. … All I want is to work. When you work, you are a person.”</p><p>Families wonder what they will do</p><p>Outside a simple brick house in Queens, Nelson stands guard as French steps through her door. On the porch, you might mistake the two for old friends, their bond as much an illustration of what is at risk as it is of how much things have changed.</p><p>The women made the same journey, from Port-au-Prince to New York, four decades apart.</p><p>French was drawn here in 1970 by the potential opportunities she saw. She built businesses as a hairdresser and seamstress. Her late husband made his way as an electrician and contractor. They bought their home. Their children got good educations. They believed they achieved the American dream.</p><p>Nelson came after an earthquake flattened Haiti in 2010. At home, she ran a butcher shop, but after arriving in New York she found work in caregiving roles. She began working for French about three years ago after French fell and broke her hip. Nelson, now 69, has been with her nearly every weekday since.</p><p>Both women felt welcomed by the U.S. when they arrived. But French is saddened to see how views on immigrants have evolved.</p><p>“America is a good country,” French says, “but it has changed.”</p><p>Nelson brings leftovers, tends to French’s chores and is a source of companionship. They watch the news together and talk in Haitian Creole about their families. On weekends, Nelson calls to make sure French has gotten up from bed and nags her to eat.</p><p>“On my days off, I think about her,” Nelson says.</p><p>French says Nelson has become like family. Nelson agrees, saying she sees French as if she’s her own mother, a show of affection and the source of the pair’s one ongoing dispute.</p><p>“You’re not like my daughter,” French protests. “You’re like my sister.”</p><p>For now, the two continue their routine, knowing each shift may be Nelson's last. She keeps a copy of her work authorization zipped in a black cloth pouch that she carries everywhere, in case she is stopped. Each Sunday, she sinks to her knees in church, praying for an answer. She worries for herself and for French.</p><p>“It makes me feel depressed,” Nelson says. “It could be difficult for her without me.”</p><p>___</p><p>Salomon reported from Miami.</p><p>___</p><p>Matt Sedensky can be reached at msedensky@ap.org and https://x.com/sedensky</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z4JCGYFQG7ZARPXC5BZDHUUSAE.jpg?auth=c343f30479c5f140b3b30ad73a544a49f5b92e7a04b7343740c3dd45703106fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A "Fall Risk" alert bracelet marks the walker of Anna Fischbein as she speaks about the loss of a beloved Haitian home health care worker whose Temporary Protected Status expired this week, during an interview in her apartment, Thursday, July 30, 2026, in Sunny Isles Beach, Fla. (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/2GSDXZVIV3F3BPQUWESTDE45PA.jpg?auth=93018abd8cfb00db79981ae3046c35ca3a28d7ed46d02127d44678c71ad873d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anna Fischbein speaks about the loss of a beloved Haitian home health care worker whose Temporary Protected Status expired this week, as another health care worker with American citizenship waits behind to drive her to a doctor's appointment, during an interview in her apartment, Thursday, July 30, 2026, in Sunny Isles Beach, Fla. (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/F3VD7RK4RT2WCOX73AKWGLYGIQ.jpg?auth=276b9094edb2a4c0189beaeae615a0538f0d3ef9abb4f6a1f089cee73ccde010&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miriam Singer, CEO of Jewish Community Services of South Florida, pauses as she speaks of the home health workers she had to let go after their TPS expired Wednesday, July 29, 2026, in Miami Beach, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3OBGE4SNXBRPF4WROJEOUT5YU.jpg?auth=d7ea91af6ac5d42acf2e89742409648b6aa090392617797d9fa47b80552bcfe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People hold Haitian flags and signs during a rally in support of immigrants living in the United States with temporary protected status, or TPS, Thursday, July 9, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[EU to crack down on AI deepfakes, illicit imagery and hacking with new team in Brussels]]></title><link>https://www.local10.com/news/world/2026/07/31/eu-to-crack-down-on-ai-deepfakes-illicit-imagery-and-hacking-with-new-team-in-brussels/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/eu-to-crack-down-on-ai-deepfakes-illicit-imagery-and-hacking-with-new-team-in-brussels/</guid><dc:creator><![CDATA[By SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — The European Union rolled out a new team on Friday to rein in AI companies across the world, in one of the most aggressive regulations the high-tech sector has so far faced as fears rise over the risks the rapidly advancing technology poses to people, politics and prosperity.]]></description><pubDate>Fri, 31 Jul 2026 09:47:29 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — The European Union rolled out a new team on Friday to rein in AI companies across the world, in one of the most aggressive regulations the high-tech sector has so far faced as fears rise over the risks the rapidly advancing technology poses to people, politics and prosperity.</p><p>Brussels aims to track the use of AI models for violations of its new regulations, like the publishing of sexually explicit material, fake photos and videos, and cyber threats to public infrastructure. When the bloc's AI Act comes into force on Sunday, AI companies will be required to make clear to consumers with labels or digital watermarks that chatbots or imagery are generated with AI.</p><p>“As enforcement begins, we are taking an important step towards AI that people and businesses can understand and trust, and whose benefits are shared widely across our society,” said Henna Virkkunen, the EU chief for tech sovereignty, on Friday.</p><p>The European Commission said in a statement that new regulations also include “systemic risks” posed by AI like “chemical, biological, radiological and nuclear incidents, loss of control, cyber offense, harmful manipulation and threats to fundamental rights."</p><p>The team is the latest move in the 27-nation EU’s “tech sovereignty” strategy that welds landmark digital regulations with economic ambition that has seen over the past week billions of euros in fines on Big Tech companies as well as record investment in AI infrastructure inside the bloc.</p><p>The rollout comes on the heels of shocking AI safety failures that rattled the nascent industry. Political leaders worldwide are now weighing control of the technology with market leadership.</p><p>Anthropic said on Friday its artificial intelligence models hacked into three other organizations during testing, just days after ChatGPT maker OpenAI raised concerns over AI controls after it disclosed its rogue models hacked another company.</p><p>The EU is now expanding its AI Office in Brussels with an additional 38 people who will begin monitoring AI companies, from the new firms to the American and Chinese tech titans like OpenAI and DeepSeek.</p><p>Those companies must “document certain information,” said the European Commission, the bloc's tech enforcer, which reserves the right to interview AI company staff during investigations. It has also launched a Whistleblower Tool for tech workers and a Compliance Tool for tech users to confidentially alert authorities to illegal conduct.</p><p>If models or other products break the EU's sector regulations, called the AI Act, Brussels can fine the firms or cut off their access to the EU market. Recent gigantic antitrust fines on U.S. tech companies have irked U.S. President Donald Trump.</p><p>The EU now clearly sees systemic vulnerability in its deep reliance on American software companies like Amazon, Google and Microsoft as well as imports of Chinese industrial goods and critical minerals. While it is seeking protections from AI, it is also keen to catch up in the AI arms race, where it is a distant third behind the U.S. and China.</p><p>More broadly, the EU is seeking more independence from both Washington and Beijing by reinvigorating specific domestic industries like manufacturing and defense and forging new trade deals from Brazil to Australia to meet the global rise in economic nationalism spearheaded by Trump.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZSXQKZ2C7JTORRLNX6RYQBRI4.jpg?auth=d93c2f5f042192c6de9eb74e493569d8f94a7c51e3bdec7d0ad3f846087724dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A data centre is pictured in Frankfurt, Germany, Friday, Aug. 22, 2025. (AP Photo/Michael Probst, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/">Young boy critically injured in accidental shooting in Pompano Beach, deputies say</a></li><li><a href="https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/">Plantation photographer faces judge after post-cruise arrest on child sex abuse video charges</a></li><li><a href="https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/">Family seeks release of Venezuelan woman detained by ICE</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Firefighters battle the last hot spots of a monster wildfire in France's southwest]]></title><link>https://www.local10.com/news/2026/07/31/firefighters-battle-the-last-hot-spots-of-a-monster-wildfire-in-the-southwest/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/firefighters-battle-the-last-hot-spots-of-a-monster-wildfire-in-the-southwest/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LEGE-CAP FERRET, France (AP) — Firefighters in southwestern France were working to control the last hot spots of a massive wildfire on Friday that has burned an area four times the size of Paris and forced thousands out of their homes.]]></description><pubDate>Fri, 31 Jul 2026 10:49:44 +0000</pubDate><content:encoded><![CDATA[<p>LEGE-CAP FERRET, France (AP) — Firefighters in southwestern France were working to control the last hot spots of a massive wildfire on Friday that has burned an area four times the size of Paris and forced thousands out of their homes.</p><p>The blazes that burned 42,000 hectares (about 162 square miles) of pine forest and touristic resort areas in Bordeaux's Gironde region on the Atlantic coast haven't spread for several days.</p><p>Government officials said lower temperatures and higher humidity overnight were helping ease pressures on beleaguered fire squads, who turned their attention to forests and undergrowth along dunes of fine sand.</p><p>Europe is facing an extremely hot summer, fueling wildfires from the Atlantic coast to the eastern Mediterranean. The United Kingdom, Spain, Germany, Greece and Turkey all battled blazes on Thursday.</p><p>The wildfire in southwest France initially forced 224,000 people to flee. Authorities have allowed 144,000 evacuees to return this week.</p><p>Officials on Friday seemed cautiously optimistic.</p><p>“It’s stabilized, but not totally stopped,” French Interior Minister Laurent Nunez told RTL radio on Friday. Hot spots remain.”</p><p>Police and investigators were looking into the origins of the wildfire, which could have been triggered deliberately — some suspects appeared to be repeat offenders, he said — or through negligence.</p><p>As of Friday, Nunez said, a total of 308 people had been arrested in connection with the blazes — including more than 120 minors — and 33 people had either been convicted or were being held pending court rulings on their cases.</p><p>Nunez also said in a social media post that Ukraine was to dispatch 70 civil security personnel and 10 vehicles in the coming days to help strengthen the deployment.</p><p>Pockets of trouble with fires continued across other parts of Europe.</p><p>In England, where half the country has been baking under drought conditions, firefighters battled a wildfire near a nuclear power station for a third day.</p><p>The Suffolk Fire and Rescue Service said a fire near Leiston on the east coast of England had “stabilized” and there was no concern about it spreading to the Sizewell B power plant, which is just a few miles away from the blaze.</p><p>More than 100 firefighters have been deployed to battle the blaze, which has now burned about 150 hectares (370 acres), in Dunwich Heath.</p><p>Deputy Chief Fire Officer Henry Griffin told reporters the fire has been stabilized, but because of its scale and unpredictable winds in the area, "I wouldn’t say it is under control.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CXJVT36T3MYNF5KYX24K66V33Q.jpg?auth=98b2b2d945058baf2bf46981ac8ee949f274abe9fffb3bc6199d6a6cfa31946e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter works to extinguished fires near Lege-Cap-Ferret, southwestern France, Friday, July 31, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FROO5RF2GYTZMR3DPPI6HQ5VTY.jpg?auth=2912a3fac2d519c1140d31840db8bbeb25338607976e4f7f6855c97931f3ea71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A picture taken from the French Civil Security rescue coordination helicopter shows shows a member of the Civil Security looking at the surrounding area near Le Porge, France, Firday, July 31, 2026. (Sarah Meyssonnier/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Meyssonnier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5WPSNPTAXWN3FV5QDYEMGHYV6Y.jpg?auth=8d24621b2b50756a2026ad7733635313de56b5885d25f499440015996ae11303&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter works to extinguished fires near Lege-Cap-Ferret, southwestern France, Friday, July 31, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDXWP7B6QI2BXL5GO6Y4RXU4TY.jpg?auth=f63826740011c3563c657f5b0904929cba005f363b2e01c7c9a6a064436272ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A plane releases fire retardant as it flies over a forest near Blagon, during wildfires in southwestern France, July 29, 2026. (AP Photo/Emma Da Silva, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E254Q5VAOQV6U2SGIMLS2VBJOE.jpg?auth=a5f225ce83f829c2e2b30016efc0c30c814e932c730c217573c1d43354a0b1ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters pay respect to their comrades killed during a fight against a forest fire in Merignac three days before, in Lege-Cap-Ferret, southwestern France, Friday, July 31, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[Rights group says Russia-linked airstrike in Mali killed 8 civilians last month]]></title><link>https://www.local10.com/news/world/2026/07/31/rights-group-says-russia-linked-airstrike-in-mali-killed-8-civilians-last-month/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/rights-group-says-russia-linked-airstrike-in-mali-killed-8-civilians-last-month/</guid><dc:creator><![CDATA[By MARK BANCHEREAU, Associated Press]]></dc:creator><description><![CDATA[DAKAR, Senegal (AP) — Human Rights Watch said Friday that Russian government-controlled Africa Corps aircraft killed eight civilians, including three children, in an airstrike on a village in central Mali last month.]]></description><pubDate>Fri, 31 Jul 2026 09:13:38 +0000</pubDate><content:encoded><![CDATA[<p>DAKAR, Senegal (AP) — Human Rights Watch said Friday that Russian government-controlled Africa Corps aircraft killed eight civilians, including three children, in an airstrike on a village in central Mali last month.</p><p>The rights group said an attack aircraft identified as a Russian Sukhoi Su-24 dropped two munitions on Kyrnia village in the Mopti region on June 15. One strike hit near the home of the village chief, killing his wife and three children. The second hit a nearby cattle market, killing four men. No fighters from the Islamic militant group JNIM, which has controlled the village for six years, were reported among the casualties.</p><p>The Associated Press was not able to independently verify the claims by Human Rights Watch.</p><p>Mali has been plagued for over a decade by militants affiliated with al-Qaida and the Islamic State group, including JNIM, as well as a Tuareg separatist rebellion in the north.</p><p>Violence escalated in recent months after an alliance of JNIM and Tuareg separatists carried out the largest coordinated attack in over a decade, targeting the airport of the country’s capital, Bamako, the nearby garrison town of Kati, and several northern and central cities.</p><p>April’s attacks exposed the weaknesses of Mali’s strategy to combat the rebellion, including relying on Russia, which has partnered with the military-led government after it distanced itself from former allies such as France.</p><p>Russian mercenaries have been present in Mali since late 2021 to help its military junta fight militants and separatists. Last year, Africa Corps, which reports to Russia’s Defense Ministry, replaced the private mercenary Wagner Group in the country.</p><p>Human Rights Watch said it interviewed 19 people, analyzed satellite imagery, and reviewed a video the Africa Corps posted online describing the strike last month as targeting a “terrorist” gathering. Researchers said roughly 100 JNIM fighters were in the village at the time but were mostly gathered elsewhere, and that the strikes did not appear to target a clear military objective.</p><p>The rights group called on Mali’s government to investigate the strike and hold those responsible accountable, saying it could otherwise be complicit in war crimes.</p><p>Russia’s Defense Ministry did not immediately respond to a request for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U3OHWN77JHUBRK6SNV3FYUHGGI.jpg?auth=8bb3291e028f96d5a98cc461ac5cdbdf770d2f874060d93171a1f3ee8b544c45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Tuesday, April 12, 2016 photo provided by the U.S. Navy, two Russian Sukhoi Su-24 attack aircraft fly near USS Donald Cook in the Baltic Sea. (U.S. Navy via AP, file)]]></media:description></media:content></item><item><title><![CDATA[Pressure rises on Infantino and FIFA's World Cup investor plan as adviser resigns and Asia opposes]]></title><link>https://www.local10.com/sports/2026/07/31/asian-soccer-body-joins-opposition-to-fifa-and-infantinos-world-cup-private-equity-plan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/31/asian-soccer-body-joins-opposition-to-fifa-and-infantinos-world-cup-private-equity-plan/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — Pressure on FIFA President Gianni Infantino and his divisive plan to sell World Cup profits to private equity grew Friday as his senior adviser who sat on a White House panel resigned and Asia's soccer body joined Europe and North America in opposing it.]]></description><pubDate>Fri, 31 Jul 2026 11:19:05 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — Pressure on FIFA President Gianni Infantino and his divisive plan to sell World Cup profits to private equity grew Friday as his senior adviser who sat on a White House panel resigned and Asia's soccer body joined Europe and North America in opposing it.</p><p>An expanding crisis for soccer's governing body reached into Infantino's longtime inner circle when his pick to represent FIFA on the White House Task Force for the World Cup walked away calling the Joshua Kushner-backed $20 billion commercial subsidiary plan “a bad deal for football.”</p><p>Carlos Cordeiro is a former Goldman Sachs banker and officially Infantino's Senior Adviser yet revealed he was not involved in the secretive investment plan that has rocked the sport since media reports revealed it Tuesday.</p><p>“I cannot stand by while FIFA considers selling a stake in the World Cup,” Cordeiro said in a statement formally resigning, just hours after FIFA insisted in a statement: “Nobody is selling football.”</p><p>Cordeiro's exit — and call for other senior staff to speak out — intensified scrutiny on Infantino one day after European soccer body UEFA threatened to boycott all FIFA games and events until the plan is dropped. North America's CONCACAF also rejected Infantino’s offer of one-off $20 million payments to each member federation by a mid-September deadline.</p><p>Cordeiro often joined Infantino on working visits to meet U.S. President Donald Trump at the White House in recent years, and took part in meetings of the administration's World Cup task force led by Andrew Guiliani.</p><p>“Let me be clear. I had no involvement in this proposal, and I oppose it unequivocally,” said Cordeiro, the former U.S. Soccer Federation president.</p><p>Asia joins Europe and North America</p><p>On another seismic day in soccer politics, Asia’s soccer body that has been a key ally in Infantino's 11-year presidency opposed the investor plan and said FIFA must urgently review its management style</p><p>The Asian Football Confederation said it “stands in solidarity” with UEFA and CONCACAF, the first two continental bodies to oppose Infantino whose combined 90 FIFA member countries near a majority of the 211 global total.</p><p>“Football should never have been placed in such a position,” said the Asian soccer body, which counts 46 of FIFA's 211 members</p><p>Infantino has proposed spinning off FIFA's commercial businesses — including World Cups and Club World Cups for men and women — into a $20 billion subsidiary with 20% owned by private investors.</p><p>The “anchor investor,” described by FIFA, is a New York-based investment firm created by Joshua Kushner, the younger brother of Trump’s son-in-law Jared Kushner.</p><p>“(T)he proposed (FIFA Forward Enterprise) cannot realistically achieve the necessary broad consensus and unity required to move forward” and must be reconsidered, the AFC said.</p><p>The statement did not name Infantino yet criticized FIFA for problems beyond the content of the private equity plan plus failing to consult about the secretive proposal.</p><p>“Rather, it has exposed fundamental weaknesses in FIFA’s consultation and decision-making processes that must now be addressed,” said the AFC, whose longtime president Sheikh Salman bin Ibrahim Al Khalifa narrowly lost the FIFA presidential election to Infantino in 2016.</p><p>“Accordingly, the AFC calls upon FIFA to undertake an urgent review of its governance and decision-making framework,” said the organization based in Kuala Lumpur, Malaysia.</p><p>Infantino's job at risk?</p><p>Infantino had seemed — 11 days ago after the World Cup final in East Rutherford, New Jersey — to have a clear path to being reelected unopposed for a fourth and final term in office through 2031.</p><p>FIFA had briefed during the tournament that Infantino had letters of support from about 200 members, despite a furor over letting United States forward Folarin Balogun play against Belgium even though he received a red card in his previous game. Trump acknowledged asking Infantino to review Balogun's mandatory one-game ban.</p><p>FIFA has set a Nov. 18 deadline for potential candidates to declare in a presidential vote of the 211 members scheduled next March in Rabat, Morocco.</p><p>FIFA blames the media</p><p>The Asian statement came hours after FIFA blamed the media and doubled down on pursuing the project which now seems to have a majority of the 211 in opposition.</p><p>“Our planned consultation process was disrupted by incorrect media reports,” FIFA said in a statement early Friday. “We will proceed with this consultation process to ensure that each (member) has the ability to express its vote based on facts.”</p><p>The next FIFA event that would be targeted by the threatened European boycott is within weeks — the Women’s Under-20 World Cup hosted by Poland from Sept. 5. The four British federations comprise FIFA’s only bidder to host the 2035 Women’s World Cup. That decision is due Nov. 23.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer and AP World Cup coverage</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDFXPCIDSKNPWHQFMX72O2FWMQ.jpg?auth=76887a32790b13793f9cd14dec211261c35f50399a3839374dc3d21448c99968&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino speaks during a news conference at the stadium in Mexico City, Wednesday, June 10, 2026, a day before the opening FIFA World Cup match between Mexico and South Africa. (AP Photo/Eduardo Verdugo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EEKBLJGP4IYXZ3ZOFIYENYI2A.jpg?auth=d959bccc9aa24e45770f69100dfbcd14db972c96db7f76f9170da90a743a017d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump answers questions from reporters during a meeting with the White House task force on the 2026 FIFA World Cup in the Oval Office of the White House, Monday, Nov. 17, 2025, in Washington, as FIFA President Gianni Infantino, Secretary of State Marco Rubio and FIFA senior adviser Carlos Cordeiro listen. (AP Photo/Evan Vucci, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4FQGR63SP2UCQYKAVSQIUBVXA.jpg?auth=bde708c856211f2a55dd8357d09562326751c6444719853fc1de915bd956d358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Asia Football Confederation President Salman Bin Ibrahim Al-Khalifa, center, walks with FIFA President Gianni Infantino, right, as they arrive for an inauguration ceremony for the new building of the Asia Football Confederation in Kuala Lumpur, Malaysia Tuesday, Oct. 30, 2018. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[60,000 cross into Spanish territory of Ceuta and at least 34 die after border breach]]></title><link>https://www.local10.com/news/world/2026/07/31/at-least-18-die-after-thousands-breach-border-between-morocco-and-spanish-territory-of-ceuta/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/at-least-18-die-after-thousands-breach-border-between-morocco-and-spanish-territory-of-ceuta/</guid><dc:creator><![CDATA[By SERGIO RODRIGO RUÍZ, RENATA BRITO and SUMAN NAISHADHAM, Associated Press]]></dc:creator><description><![CDATA[CEUTA, Spain (AP) — Some 60,000 migrants have entered Spain’s Ceuta from Morocco in the past 24 hours, Ceuta's president says. That is equivalent to 70% of the city's regular population.]]></description><pubDate>Fri, 31 Jul 2026 11:46:45 +0000</pubDate><content:encoded><![CDATA[<p>CEUTA, Spain (AP) — Some 60,000 migrants have entered Spain’s Ceuta from Morocco in the past 24 hours, Ceuta's president says. That is equivalent to 70% of the city's regular population.</p><p>At least 34 migrants have died in the process.</p><p>“The situation that Ceuta is going through is absolutely unsustainable,” said Juan Jesús Vivas on Friday.</p><p>The border crisis boiled over Thursday and continued on Friday with security forces clashing with migrants on the Moroccan side of the border.</p><p>Spanish Prime Minister Pedro Sánchez condemned the breach of the border on Friday speaking in Ceuta, describing the events as "a violation of Spain's territorial integrity.”</p><p>The Spanish leader cast blame on human smugglers, saying they "deceive so many young people, and ultimately lead many of them to their deaths — whether in the ocean or, as in this case, at Spain’s border in the autonomous city of Ceuta.”</p><p>Live footage of the border showed hundreds of migrants gathered on a hill overlooking Ceuta being dispersed with tear gas by Moroccan forces, while others continued to swim to the Spanish territory.</p><p>At the same time, large groups of migrants walked back from Ceuta toward Morocco to return home.</p><p>Rachid Sbihi, who leads a local workers association representing Civil Guard officers, called the situation a “serious humanitarian crisis," saying thousands of migrants, including unaccompanied children, were left sleeping in parks and on sidewalks, while others roamed the streets aimlessly.</p><p>“People are still entering. The reinforcements, including Spanish military troops, that have arrived are only helping the injured and other humanitarian efforts,” he said. "It’s chaotic.”</p><p>People died in border chaos</p><p>Among the 18 who died, many drowned, Sbihi said, but some were also killed in a stampede to cross the breakwater fence at Tarajal beach, an urban beach near a border checkpoint with Morocco.</p><p>Ahmed Karim, a 33-year old Moroccan, said he had crossed into Ceuta because of the lack of jobs in his country.</p><p>“Many people want to go to Europe, America, but they don’t have the opportunity,” Karim said.</p><p>On Friday morning, the waters near the border fence were littered with buoys, shoes and other belongings left behind.</p><p>Moroccan police deployed additional personnel, used water cannons and fired warning shots into the air to prevent migrants from crossing into Ceuta, according to rights groups in Morocco.</p><p>“Despite the heavy police presence, people crossed through the waterway, while the land border remained closed,” said Achraf Maimouni, a human rights activist in Fnideq, the Moroccan city bordering Ceuta.</p><p>Migrants arrested at the border were taken farther into Morocco, away from Ceuta, “but people are still coming,” he said.</p><p>Morocco’s ambassador to Spain expressed hope that those who crossed from Morocco into the Spanish exclave would return. Karima Benyaich described the situation in Ceuta as difficult, saying it had unfolded against Morocco’s wishes.</p><p>“We have always prioritized legal, orderly and safe migration for all,” she said. Benyaich did not comment on what prompted the migrants to cross into Ceuta.</p><p>But authorities in both Ceuta and Madrid, linked it to a recent decision by Spain's Supreme Court that ruled migrants arriving by sea could not be summarily deported, unlike those who cross by land or climb the border fence.</p><p>Sánchez said migrant smugglers misinterpreted the ruling, but acknowledged that it may have played a role in sowing chaos.</p><p>“It appears that this interpretation of the Supreme Court’s ruling spread like wildfire over the past few hours through the networks of human trafficking organizations, triggering the kind of mass surge we witnessed yesterday," Sánchez said.</p><p>Spain is a main point of arrival into Europe for migrants seeking better economic opportunities or an escape from violence in their home countries.</p><p>To reach Ceuta, located on the northern African coast, migrants often swim from the Moroccan town of Fnideq, covering about 3 miles (5 kilometers) to reach Spanish territory. Others attempt the crossing from the nearby town of Belyounech, where the distance is shorter.</p><p>Spanish leader criticized at home and abroad</p><p>Sánchez has bucked the anti-migration trend that has gained ground across Europe and in the U.S.. While the Trump administration and other European countries have tightened their borders and stepped up deportations, Spain earlier this year moved to give residency and work permits to hundreds of thousands of migrants already living in the country without permission.</p><p>Sánchez, a Socialist, argued that it would be good for the economy and the demographics of an aging Spain. Migrants who entered irregularly after January 1, 2026, were not included.</p><p>But his critics have jumped the opportunity granted them by the endless reels of young Moroccans streaming into Ceuta to attack his policy, saying it encouraged more migrants to come to Spain.</p><p>“Sánchez allows Spain to be invaded through Ceuta,” Spanish conservative politician Isabel Díaz Ayuso wrote on X.</p><p>Sánchez on Friday distanced the migrant legalization push from the events unfolding in Ceuta.</p><p>The chaos had ripple effects abroad as well. Premier Giorgia Meloni threatened to suspend Italy’s open-border Schengen agreement with Spain “to defend our borders and ensure the safety of our citizens,” even though Italy doesn’t share a border with Spain and is also a main entry point for tens of thousands of migrants crossing the Mediterranean from North Africa each year.</p><p>French Interior Minister Laurent Nunez said France would also strengthen border checks with Spain, writing on X that he had activated the Rapid Intervention Border Force.</p><p>“This crisis in Ceuta has nothing to do with the regularization of migrants adopted by the Government of Spain, as is being falsely claimed by some," the Spanish government said in a statement late Thursday after Meloni's announcement. It also summoned Italy’s ambassador in Madrid.</p><p>“This crisis stems from an interpretation of a Supreme Court’s decision, according to which people who swim illegally across the border cannot be returned," the Spanish government said. The decision has been exploited by smugglers who take advantage of vulnerable migrants, it added.</p><p>Some activists in Morocco expressed doubt that the ruling was behind the surge, arguing most migrants would have been unaware of such legal decisions.</p><p>Migrants cross into another Spanish exclave</p><p>Migrants from Morocco also attempted to cross into Melilla, Spain’s other territory at the tip of North Africa.</p><p>There was widespread chaos in Bni Nsar, the Moroccan town bordering the Spanish territory, where migrants clashed with police, throwing rocks and setting police vehicles ablaze, according to local media and rights groups. They reported injuries among security forces and the arrest of dozens of people attempting to cross.</p><p>Omar Naji of the local branch of the Moroccan Association of Human Rights told the AP that the crossing attempts into Melilla appeared to be linked to the situation in Ceuta.</p><p>Like Ceuta, Melilla is a Spanish autonomous city on the North African coast. Many Moroccans consider both cities to be occupied territory.</p><p>Ceuta authorities had warned of a looming crisis</p><p>Juan Jesús Vivas, the head of Ceuta’s regional government, had warned earlier this week that migrant reception centers were overwhelmed as arrivals by sea had steadily been increasing before the chaos erupted Thursday.</p><p>Spain’s Interior Ministry would not confirm the number of migrants who had made it to Ceuta but said it would publish its next migration report on Monday.</p><p>Spanish media, citing unnamed government and security sources, estimated between 30,000 and 49,000 migrants had crossed in the past 24 hours. A member of Spain's civil guard who spoke on condition of anonymity because he was not authorized to release figures to the media said that 49,000 people were estimated to crossed. That's more than half of Ceuta's nearly 84,000 population.</p><p>Sbihi, of the civil guard workers association, said it was difficult to know exact numbers but believed tens of thousands of migrants had made it through.</p><p>Ceuta has been a Spanish possession since 1580. Its mixed population of Christians and Muslims, Spanish and Moroccan residents and day workers, lives in relative harmony.</p><p>——</p><p>Naishadham reported from Madrid, Brito from Barcelona, Spain. AP journalists Joseph Wilson in Barcelona, Spain, Akram Oubachir in Casablanca, Morocco, and Antonio Sempere in Ceuta, Spain, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JIY6AKC3E3PAOZGTGKZI3J5UVI.jpg?auth=d21fb1ee353c27d82a7c80a0e6d981465370bac2363b90ae474da3cec6788bf7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants try to cross from Morocco into the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P3Q4DKN7NAJARHMFA6EBOKTGL4.jpg?auth=3ade82f27694610459bb652a3f77db47ea94a5163069010c8de461bcd555815a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants return to Morocco from the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLSQP4UMTYYVVS7YFW5BD7RDFQ.jpg?auth=424b854b41aa1090d10e12107e3041d675402475248088dd866b0a7097e6ab9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants spend the night on the streets after crossing from Morocco into the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFAHAT7DUJLC6KL7XX3OO7PGKA.jpg?auth=d429619a944f01b6679a8b1635c4702b03e60e6fcece0e9a90358156656d4027&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Migrants spend the night on the streets after crossing from Morocco into the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/43JMMPQTHZNFQTPFMIYVD3NSR4.jpg?auth=cf65b079aa454ed3b25230d17b2db9f10884243ade3b8ac127b83d3e517ee388&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unaccompanied minors who crossed into Spain from Morocco spend the night on the streets in the Spanish enclave of Ceuta, Friday, July 31, 2026. (AP Photo/Antonio Sempere)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Sempere</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EXI7RMPNABW4HLWSB72WL4TFE.jpg?auth=b46bfdd8f2f25b1023be4accbda6a59c48845a27e9aa6e4286a4302c4a3255da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Ceuta territory is seeing an influx of migrants. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[34 miners killed in a methane explosion at a coal mine in southwestern Pakistan]]></title><link>https://www.local10.com/news/2026/07/31/34-miners-killed-in-a-methane-explosion-at-a-coal-mine-in-southwestern-pakistan/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/31/34-miners-killed-in-a-methane-explosion-at-a-coal-mine-in-southwestern-pakistan/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[QUETTA, Pakistan (AP) — A methane gas explosion at a coal mine in southwestern Pakistan killed 34 miners, authorities said on Friday, despite an overnight rescue attempt.]]></description><pubDate>Fri, 31 Jul 2026 06:54:42 +0000</pubDate><content:encoded><![CDATA[<p>QUETTA, Pakistan (AP) — A methane gas explosion at a coal mine in southwestern Pakistan killed 34 miners, authorities said on Friday, despite an overnight rescue attempt.</p><p>Rescuers recovered 32 bodies from the mine on the outskirts of Quetta, the capital of Balochistan province, and were working to retrieve the remaining two, the Provincial Disaster Management Authority said in a statement.</p><p>Mine inspector Ghani Baloch said authorities initially believed 42 people had been inside the mine when the explosion occurred Thursday.</p><p>Balochistan’s Minister for Mines and Minerals Shoaib Nosherwani expressed condolences to the victims’ families and announced compensation of 500,000 Pakistani rupees (about $1,800) for the family of each victim. He said authorities would investigate the cause of the explosion and review safety measures at coal mines across the province.</p><p>Deadly accidents are common in Pakistan’s coal mining industry, particularly in Balochistan, where many mines lack adequate ventilation, gas-monitoring systems and other basic safety measures.</p><p>Despite the dangers and low wages, thousands of workers rely on coal mining for their livelihoods in Balochistan, Pakistan’s largest but least-developed province, where poverty and unemployment remain widespread.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNHSGOA7LJ7TCRM35KVRDI5MOM.jpg?auth=274786f60947dad10108bb9cc5270db1d55c4720407bf4c37149d29e654c4aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People place the body of a miner recovered after an explosion inside a coal mine, into an ambulance on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EATCEUS6KZVTUH3DS5URUKYUGE.jpg?auth=9f46e9f0340371daa522798ed64f1061d7f4ac01343320d1f8b09a7f70aa3864&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People transport the body of a miner recovered after an explosion inside a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZZUXPUY5WTUNQNRG7QK6YDBBQ.jpg?auth=482e9723f651c95412418a1d13000752e784a14b741461d548e526b63b1ec543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People transport the body of a miner recovered after an explosion inside a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AI4SYGA3JZNX2FWUAYKFH5NOQE.jpg?auth=60cca44714fb5f246c69e35230297221b6577c04ed65a829505b1c104f01eca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man comforts a miner mourning fellow miners killed in an explosion at a coal mine on the outskirts of Quetta, in southwest Pakistan, Thursday, July 30, 2026. (AP Photo/Fazal Tawab)]]></media:description><media:credit role="author" scheme="urn:ebu">Fazal Tawab</media:credit></media:content></item><item><title><![CDATA[Israelis worry about weakening connection with younger Jewish Americans]]></title><link>https://www.local10.com/news/politics/2026/07/31/israelis-worry-about-weakening-connection-with-younger-jewish-americans/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/israelis-worry-about-weakening-connection-with-younger-jewish-americans/</guid><dc:creator><![CDATA[By GIOVANNA DELL'ORTO, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Israelis across political and religious lines are worried about the weakening connection with younger Jewish Americans — who, according to a recent AP poll, tend to consider support for Israel less crucial to their Jewish identity than older adults.]]></description><pubDate>Fri, 31 Jul 2026 06:19:37 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Israelis across political and religious lines are worried about the weakening connection with younger Jewish Americans — who, according to a recent AP poll, tend to consider support for Israel less crucial to their Jewish identity than older adults.</p><p>“It’s extremely important to us,” said Itai Nixon, who leads the diaspora department for Israel’s Ministry of Diaspora Affairs. “We’re the state of the Jewish people, not just Israelis.”</p><p>Lesley Sachs, who has protested the current Israeli government and chairs the Israel Movement for Progressive and Reform Judaism, also considers a close relationship with diaspora Jews a “strategic asset” for both Israel and Jews worldwide.</p><p>So she’s greatly concerned about diaspora Jews losing the sense that Israel can be a homeland for them, especially as rising antisemitism targets them regardless of political and religious affiliations.</p><p>“That was always really, really important that everybody around the world, especially after the Holocaust, knows that there is a country that will always take them,” Sachs said in her synagogue in Tel Aviv. “This is already a few generations after, and this is less prominent in their DNA. And I think that this is really a failure on the part of both Israel and world Jewry, that we have not managed to keep that prominent.”</p><p>Since 2000, Taglit-Birthright Israel has brought a million Jewish young adults from the United States and elsewhere for a free 10-day “discovery” tour of Israel. The organization’s CEO says it’s more necessary than ever to show what their connection to Israel could be like beyond controversial politics.</p><p>“That really increases the importance of my job to expose people to what they give up on,” said Gidi Mark. “What we give them is a mirror.”</p><p>The staunch Israel-US relationship shows some cracks</p><p>Israel and the United States have long been staunch allies. U.S. President Donald Trump and Israel’s Prime Minister Benjamin Netanyahu met in Washington earlier this week to discuss the war against Iran they launched together five months ago.</p><p>“The United States is perceived as the best friend of Israel in the entire world, and that’s still the case,” said Tamar Hermann, who directs the Israel Democracy Institute’s Viterbi Center for Public Opinion and Policy Research in Jerusalem.</p><p>Divisions over the ceasefire in the Iran war, however, have weakened Jewish Israelis’ belief that Trump prioritizes Israel’s security — from 64% in March to 26% in June — according to the center.</p><p>Amid diplomatic tensions, the role of Jewish Americans who historically lobbied for political, military and financial support for Israel gains new prominence, Israelis said. And that deepens the concern that many young progressive Americans, including Jews, now see supporting Israel in any way as irreconcilable with their worldview.</p><p>The decline in support for Israel has become particularly stark since the Oct. 7, 2023, attack when Hamas-led militants killed 1,200 people, mostly civilians in southern Israel, and abducted 251 others. Israel’s ensuing war against Hamas in Gaza has killed more than 73,000 people, according to the Gaza Health Ministry. The ministry, which was part of the recently dissolved Hamas-run government, maintains detailed records viewed as generally reliable by U.N. agencies and international organizations. It does not distinguish between civilians and militants but says women and children make up around half of all fatalities.</p><p>That in turn ignited protests across the United States, especially on college campuses.</p><p>“Holocaust, refugees, the importance of Israel in times of need abroad, and the fact that Israel is a small country fighting for its existence … that’s history they read in a book,” Sachs said of younger Jewish Americans. “They weren’t emotionally part of it in any way or any form. And so they look at their values and the things that they believe in. And they don’t see it in Israel.”</p><p>Jewish Americans have complicated relationship with Israel</p><p>Only about 4 in 10 religious Jewish adults under 45 in the United States say that supporting Israel is “extremely” or “very” important for their Jewish identity, while about half of older religious Jewish adults do, according to the AP-NORC poll.</p><p>The survey of 1,022 Jewish adults — including people who identify as Jewish by religion and religiously unaffiliated people who identify as Jewish through culture, ethnicity or family background — also found that only about half of religious adults say Israel’s ongoing military operations in Gaza are justified. The number drops to 2 in 10 among Jewish adults without a religious affiliation.</p><p>At the same time, about 6 in 10 Jewish adults say prejudice against Jewish people is an “extremely” or “very” serious problem in the United States today.</p><p>To many Israelis, safety threats against Jews make it all the more tragic — and dangerous — that young Jewish Americans do not see the state of Israel as a refuge or even an ally.</p><p>“Antisemitism sadly helps us to explain why a Jewish homeland is not a bad idea,” said Asaf Zamir, a deputy mayor of Tel Aviv who served as consul general in New York. “Opposing the government is fine, but you cannot understand your history as a Jew without understanding the part of Israel in it.”</p><p>Israel reaches out to secular and liberal Jews in North America</p><p>In order to promote deeper attachment between Israel and diaspora Jews, both the government and religious organizations are reinforcing exchange programs. For decades, young Israelis have traveled to Jewish summer camps across North America, and non-Israeli Jews get free trips to Israel.</p><p>“To see Israel and meet Israelis is the gold standard,” Itai Nixon said of programs bringing teens to the country.</p><p>Taglit-Birthright’s Gidi Mark said that since 2023, with multiple wars, tour participants are fewer — and their reactions to touring Israel have also changed. He recalled one participant shouting “Israel! Israel!” outside his hotel just because he felt safe to express himself.</p><p>“These people don’t feel free to experience who they are in the places that they are coming from,” Mark said.</p><p>These and other initiatives are focusing on secular Jews and adherents to Reform Judaism. The largest branch of the religion in North America, it emphasizes progressive values such as social justice.</p><p>Orthodox Jews abroad tend to have stronger ties to Israel — and Orthodox Jews in Israel tend to see themselves as closer to diaspora Jews than do secular Israelis, Hermann said.</p><p>Within the Israeli Reform movement, which is a small part of Judaism in the country, there’s a push to send more young Israelis to the United States, including as camp counselors.</p><p>“That kind of action is important, that one-on-one connection saying, ‘You know what, we believe in the same things you do. Really, we have the same ideology in general, and we feel we need to change Israel together,'" Sachs said. “We need to be partners in making Israel the country that we all need.”</p><p>Alma Edry, 18, is spending two months as a counselor at a progressive Jewish summer camp in Ontario with teens and young adults from Canada and the United States. She said her biggest surprise has been “that Israel is such a big deal for people outside the country.”</p><p>“Most of their friends are anti-Israel,” she said of the campers. “This is their chance to celebrate their connection.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CB44KA5GTS7X2SVAQ4MWMOEGCU.jpg?auth=2dee79d0470bc4103d4373c598484c3ae067a26d775e9aabc8cb3f35fc3e89b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A U.S. flag is seen through a hole torn in an Israel national flag, as they wave in the wind at a horse ranch, near the southern Israeli town of Sderot, Friday, Nov. 20, 2020. (AP Photo/Oded Balilty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Oded Balilty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4TZX5XC4RDNMG4OLJUBRGROT6M.jpg?auth=bcc52f8cf00a078d9e5dc0d1071a79d16883ad34ae24f171e2e09f97a6e8bcad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Image of the U.S. and Israeli flags is projected on the walls of Jerusalem's Old City, Sunday, July 22, 2025. Following the U.S. involvement in the war between Israel and Iran. (AP Photo/Mahmoud Illean, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content></item><item><title><![CDATA[Anthropic says its AI models hacked 3 organizations during testing]]></title><link>https://www.local10.com/business/2026/07/31/anthropic-says-its-ai-models-hacked-3-organizations-during-testing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/anthropic-says-its-ai-models-hacked-3-organizations-during-testing/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[Anthropic said its artificial intelligence models hacked into three other organizations during testing, just days after ChatGPT maker OpenAI raised concerns over AI controls after it disclosed its rogue models hacked another company.]]></description><pubDate>Fri, 31 Jul 2026 09:52:05 +0000</pubDate><content:encoded><![CDATA[<p>Anthropic said its artificial intelligence models hacked into three other organizations during testing, just days after ChatGPT maker OpenAI raised concerns over AI controls after it disclosed its rogue models hacked another company.</p><p>Anthropic, the San Francisco-based AI company behind Claude, posted on its website Thursday that it discovered the three incidents after reviewing more than 141,000 evaluation runs.</p><p>It had launched a “large-scale” cybersecurity review which specifically looked for evidence whether its AI models were able to access the internet from within testing environments that should have been sealed off, in response to the OpenAI incident, Anthropic said.</p><p>Anthropic said the models involved in the incidents were Claude Opus 4.7, Claude Mythos 5 and an internal research test model. The earliest incidents date to April, the AI company said.</p><p>“Claude compromised the impacted organizations’ infrastructure using basic techniques,” Anthropic said, such as exploiting weak passwords.</p><p>In all three incidents, the AI models were tasked with a “capture the flag” cybersecurity challenge, which Anthropic said has been one of the ways it assesses a model’s cyber capabilities.</p><p>The models were given a fictional scenario and told a piece of secret information, or the “flag,” had been hidden on a different machine on the network with the objective of breaking in and retrieving it, it said.</p><p>It added that it had already reached out to the affected organizations, which it did not name. Two of them said they had not previously detected the activity. Anthropic said it was “continuing to reach out to the third.”</p><p>Anthropic said it conducted its review with Irregular, which describes itself as the “first frontier security lab.”</p><p>“Addressing these risks will require closer cooperation across the AI ecosystem,” Irregular said in a post on X.</p><p>Last week, OpenAI said its AI models went rogue during an evaluation of its models, breaking into the servers of AI startup Hugging Face. OpenAI described it as a “significant security incident.”</p><p>These incidents have highlighted the vulnerabilities in AI security and controls and raised questions over how AI can be safely kept under human control as the technology’s usage becomes more widespread globally.</p><p>Researchers have warned for years about risks from technology and the need for stronger AI defensive engineering.</p><p>“Safety testing happens before a model is released precisely because we don’t yet know what it is capable of,” Anthropic said on Thursday on its website.</p><p>Kok Tin Gan, co-founder & CEO of cybersecurity firm NyxLab, which specializes in cybersecurity and threat detection, believes there will be more such incidents in the future.</p><p>“It is increasingly about governing what agents are available to the AI, what authorities they possess, which actions require approval, and how we ensure they remain within scope,” Gan said.</p><p>But the future of AI safety extends beyond just the safety of AI models, he said.</p><p>“If we simply give the AI a goal and allow it to decide how to achieve it, we should not be surprised when it takes actions that technically satisfy the objective, but fall outside our intended scope or expectations,” Gan said.</p><p>Therefore, stepping up the governance of the organizations and authorities behind these AI models is going to be increasingly important, he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3UBK4KMKYKQLXAZX6OIFXEVIK4.jpg?auth=394cd2d9c319bcd6b626590ea43d8737aed34de37dc0c4c27e5d1bf1b7deb062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logo are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content></item><item><title><![CDATA[An Australian jury convicts British entertainer Yung Filly of assault as he weeps in court]]></title><link>https://www.local10.com/entertainment/2026/07/31/an-australian-jury-convicts-british-entertainer-yung-filly-of-assault-as-he-weeps-in-court/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/31/an-australian-jury-convicts-british-entertainer-yung-filly-of-assault-as-he-weeps-in-court/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PERTH, Australia (AP) — An Australian jury convicted the British social media celebrity and rapper Yung Filly on Friday of assaulting a fan following a music performance two years ago, but did not find him guilty of allegations that he raped and choked her.]]></description><pubDate>Fri, 31 Jul 2026 05:41:16 +0000</pubDate><content:encoded><![CDATA[<p>PERTH, Australia (AP) — An Australian jury convicted the British social media celebrity and rapper Yung Filly on Friday of assaulting a fan following a music performance two years ago, but did not find him guilty of allegations that he raped and choked her.</p><p>The 30-year-old entertainer, whose real name is Andres Felipe Valencia Barrientos, wept after the verdicts were delivered in the District Court of Western Australia state in Perth.</p><p>He had pleaded not guilty to six charges of rape, three charges of assault occasioning bodily harm and one count of choking in a Perth hotel room in September 2024.</p><p>The accuser cannot legally be named. She was 20 at the time.</p><p>Three days after the jury began deliberating, they found him guilty of only two of the assault charges which relate to him biting the woman. He testified during his eight-day trial that they were “love bites” and denied his victim had complained that he was hurting her.</p><p>He was found not guilty on some charges, but he could potentially face a retrial on three charges of rape on which the jury could not reach a verdict.</p><p>Despite the convictions, the Colombian-born entertainer remained free on bail until the case returns to court on Aug. 21 to discuss next steps.</p><p>Barrientos had been touring Australia and had already performed in Sydney and Melbourne before he encountered his victim in Perth. He was arrested several days later in the east coast city of Brisbane, where the tour was to end.</p><p>Prosecutors alleged the woman initially agreed to have sex but withdrew her consent because she feared for her safety.</p><p>Photos of the woman with bruising as well as bite marks on her face and neck were shown to the court.</p><p>Barrientos has been free on bail since he was charged and was allowed to return to Britain for several months.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OXNYQ7SL4TONDNVHNPIYDTCNCY.jpg?auth=00e4a6c6c2cde18bc07f33fb2448bf766eb2f600a72db9ee52c53dfcbc623902&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British YouTuber and rapper known as Yung Filly, whose real name is Andres Felipe Valencia Barrientos, leaves Western Australian District Court in Perth, Australia, Monday, July 27, 2026. (Aaron Bunch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">AARON BUNCH</media:credit></media:content></item><item><title><![CDATA[Democratic candidates grapple with past stances on defunding the police ahead of key midterm races]]></title><link>https://www.local10.com/news/politics/2026/07/31/democratic-candidates-grapple-with-past-stances-on-defunding-the-police-ahead-of-key-midterm-races/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/democratic-candidates-grapple-with-past-stances-on-defunding-the-police-ahead-of-key-midterm-races/</guid><dc:creator><![CDATA[By MATT BROWN, ANTHONY IZAGUIRRE and SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Just months before the midterm elections, Democrats hope to convince voters that lawlessness under President Donald Trump’s administration is the biggest threat to their rights and pocketbooks. But the party’s past debates over crime and safety threaten to undermine that pitch.]]></description><pubDate>Fri, 31 Jul 2026 04:01:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Just months before the midterm elections, Democrats hope to convince voters that lawlessness under President Donald Trump’s administration is the biggest threat to their rights and pocketbooks. But the party’s past debates over crime and safety threaten to undermine that pitch.</p><p>Across the country, Democratic candidates are grappling with their previous positions calling to “defund the police” — a prominent demand during the protests that followed George Floyd's death — by either reimagining public safety services altogether or redirecting some police departments’ funds to other social programs. Now, they are facing tough questions about their past positions.</p><p>Democratic leaders fear that the outlier opinions favoring police defunding may again tarnish the party's brand and sink its chances of gaining ground in Congress, governor's mansions and statehouses nationwide.</p><p>“It was a serious debate in 2020 that arguably cost us some seats that year and caused us to lose on something where we should have had the upper ground, because a few members of our party wanted to have a stylistic debate rather than one on substance,” said Antjuan Seawright, a Democratic strategist.</p><p>Seawright said to avoid being painted as politically toxic on safety issues, Democrats “have to define the narrative before others define us with the narrative.”</p><p>That task may become more challenging as the party grapples with a rising left flank that has captivated its base, just as Republicans move to make warnings about crime, immigration and growing support for democratic socialism core to their closing midterm message.</p><p>Wisconsin gubernatorial candidate reckons with past ‘defund’ rhetoric</p><p>In Wisconsin, a swing state known for razor-thin elections that President Donald Trump won in 2016 and 2024, insurgent democratic socialist State Rep. Francesca Hong has upended the Democratic gubernatorial primary by running far to the left in a state where independent and moderate voters are key in statewide races. A single mother and former line cook, Hong has captured the imaginations of liberal Democrats upset with the party establishment.</p><p>But she’s also raised concerns among more moderate Democrats that her past support for defunding the police would hurt her chances in the general election against Trump-backed Republican U.S. Rep. Tom Tiffany.</p><p>“I support defunding the police as a first step towards abolishing the police,” Hong said in a 2020 social media post after the police shooting of Jacob Blake, a Black man in Kenosha, Wisconsin. A year later, while serving in the State Assembly, Hong again posted about Blake, writing: “Police exist to uphold white supremacy. Defund then abolish. Reform can’t be an option.”</p><p>But as a candidate for governor, Hong had softened her tone while not disavowing her past statements. On Tuesday night, in the only televised debate ahead of the Aug. 11 primary, Hong said she did not support cutting police funding.</p><p>“The governor cannot defund the police and I’m not here to govern by slogan,” Hong said. “I’m here to make sure that I am the governor that is most serious about public safety, and that means investing in the things that we know prevent crimes.”</p><p>New York, Michigan politicians distance themselves from ‘defund’ calls</p><p>In neighboring Michigan, Democratic Senate candidate Abdul El-Sayed, a staunch progressive, has faced questions about his past support for defunding the police. Last November, CNN reported that the public health researcher and Rhodes scholar had deleted scores of posts expressing support for defunding the police. He now says he rejects the idea.</p><p>And in New York, Mayor Zohran Mamdani has tried to distance himself from his past criticisms of the city’s police department and a previous call to defund the agency. He is at times still dogged by a set of social media posts he made in 2020, at the height of the Black Lives Matter protests, where he described the department as “racist, anti-queer & a major threat to public safety” and pushed to “Defund this rogue agency.”</p><p>Mamdani apologized for the language during his campaign and stressed that he no longer wanted to defund the agency. He has since moved to ease lingering concerns by retaining his predecessor’s police commissioner, Jessica Tisch, an establishment moderate respected by the city’s business leaders and law enforcement community. That decision angered some of Mamdani’s progressive allies.</p><p>The backtracking illustrates how the politics of criminal justice have shifted since 2020, posing dilemmas for Democrats’ midterm strategy and their ability to enact their preferred solutions.</p><p>Memphis voters reject ‘defund the police’ but decry National Guard presence</p><p>The stakes are life and death for communities caught in the middle of the political debate.</p><p>In Memphis, Tennessee, residents are exhausted at being thrust into the national discourse over crime and safety. The president surged the city with National Guard troops last year as part of an “anti-crime” task force. The task force has faced renewed local backlash after federal agents earlier this month killed a man experiencing a mental health crisis and another person during an altercation while agents executed a drug warrant. The city's local Democratic lawmakers claim that the tough-on-crime policies only temporarily reduced crime while troop presence was at its peak.</p><p>“They don’t like how it was done, how President Trump and the governor were able to snap their fingers, and all of a sudden we see federal agents flooding our city,” said State Sen. London Lamar, who represents Memphis and has faced tough questions from constituents and her statehouse colleagues about how to address crime in the city.</p><p>But Lamar added that outside of frustrated local progressive activists, residents outraged by the administration's anti-crime crackdown were still skeptical of calls to “defund the police.”</p><p>“It's not really sticking because, though it's quietly kept, the vast majority of the community still wants law enforcement's presence,” said Lamar. The debate is a useful distraction, Lamar said, from real conversations over how to boost public safety.</p><p>“Our challenges are being exploited for political gain,” she added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OPI5OV7ZHH4N5K74TJLXAEI5PE.jpg?auth=ff1e72c7a1c9529e08ec93cf97fba9ee8ce872740fd8d0593382157c9bfbabfb&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 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/3JVKNXRGTKYDD4CYG3P6RHZZWI.jpg?auth=655ff0adfa94fac2e4ae8b46ef8e09f3696e3b1a1ae03d9a2ce2855ee88b00f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abdul El-Sayed speaks during a U.S. Senate debate with U.S. Rep. Haley Stevens, Monday, July 27, 2026, in Southfield, Mich. (Robin Buckson/Detroit News via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Robin Buckson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S3LQR5IZKKPBUN4PDOW4PDZCF4.jpg?auth=245cc072ab4fc4cd6bfeddfa43e1a027c22fc2a7b87ba37f064dc53b6ae66437&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani speaks about the unstable building at 235 East 42nd Street and the surrounding buildings that were evacuated, Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Actor Storm Reid hopes music reveals another side, introducing listeners to the real her]]></title><link>https://www.local10.com/entertainment/2026/07/31/actor-storm-reid-hopes-music-reveals-another-side-introducing-listeners-to-the-real-her/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/31/actor-storm-reid-hopes-music-reveals-another-side-introducing-listeners-to-the-real-her/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Storm Reid knows how the world sees her: an accomplished, polished actor who always seems to have it all together. Through new music, the Emmy-winner hopes listeners discover another side of her.]]></description><pubDate>Fri, 31 Jul 2026 10:13:29 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Storm Reid knows how the world sees her: an accomplished, polished actor who always seems to have it all together. Through new music, the Emmy-winner hopes listeners discover another side of her.</p><p>Having released her new single “Shotty” on Friday, Reid wants people to meet the less pristine version of herself: a 23-year-old from Atlanta who falls in love, deals with boy problems and is still finding her way.</p><p>“I think people might think I have it all together when I really don't,” said Reid, who is known for performances in “ Euphoria, ” “ A Wrinkle in Time ” and “ The Last of Us, ” which earned her an Emmy in 2024. She graduated from the University of Southern California last year.</p><p>“I'm a normal girl trying to figure it out,” she continued.</p><p>“Shotty” follows Reid’s debut single, “Clean Sweep,” continuing a music journey she has pursued over the past year. So far, she has recorded more than 25 songs.</p><p>Reid said she hopes to focus work on her first EP after wrapping production on Teyana Taylor's feature directorial debut “Get Lite,” giving herself time to shape a project that tells a cohesive story. She's releasing music independently through her label, 1720 Music, saying the approach gives her greater creative freedom while leaving the door open to partner with a major label in the future.</p><p>“The indie route, you have a little bit more autonomy of what you want to do and how you do things,” she said.</p><p>Reid said ownership also gives her an opportunity to create doors for other artists.</p><p>“It’s the most powerful thing,” she said. “I want to sign people. I want to sign songwriters and producers and artists, and give them opportunities.”</p><p>Music has quickly become as important to Reid as acting, a career she'll continue with upcoming projects including Netflix’s “Roommates” and “Get Lite.” Preparing for Taylor's film pushed Reid outside her comfort zone as a dancer, challenging her to become more comfortable as a performer.</p><p>It's a skill Reid hopes will eventually translate to performing her own music.</p><p>“It’s as big and as important as acting is,” she said. “It’s something that I want to continue to do and want to continue to grow at.”</p><p>Reid said years in Hollywood prepared her for criticism.</p><p>“People didn’t feel like I deserved to win an Emmy, but it’s still sitting in my house,” she said. “It’s still in my mama’s house, so I don’t really care what people say.”</p><p>Since releasing “Clean Sweep,” Reid said she has largely stayed away from reading online comments.</p><p>“I don’t want to get distracted or discouraged,” she said. “Mostly I’ve been so thankful. The sentiments have been really nice and people have been supportive. ... I'm excited and can’t wait for them to hear more.”</p><p>For Reid, music has become more about who she's always been.</p><p>“Not everything is gonna be perfect. Not everything is gonna be prim, proper and pristine and eloquent,” Reid said. “Like yeah, that’s a part of me, and I can do that, and I can do it really well. But also … this is me too.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HAOLCZ4I5OOP6UUTB3OCSALW3Q.jpg?auth=3cd0d313281e5937bbe0642782eeb24ad56235c98b8ea7656aa8221747cac2bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Storm Reid poses for a portrait on Thursday, July 30, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HGLVAQKQFSJU5TNCNDXYBF2U5Y.jpg?auth=37a184a85aed6e8991746f4d55ec5a16a9c984afc9a11a0986ae27a47b40c926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Storm Reid poses for a portrait on Thursday, July 30, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Trump is taking his Cabinet meeting on the road to Camp David]]></title><link>https://www.local10.com/news/politics/2026/07/31/trump-is-taking-his-friday-cabinet-meeting-on-the-road-to-camp-david/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/31/trump-is-taking-his-friday-cabinet-meeting-on-the-road-to-camp-david/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump is taking Friday's Cabinet meeting on the road — to the Camp David presidential retreat in Maryland, a rustic backdrop for sessions that have come to be known for being overly long and consumed by administration officials' endless praise for their boss.]]></description><pubDate>Fri, 31 Jul 2026 12:07:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump is taking Friday's Cabinet meeting on the road — to the Camp David presidential retreat in Maryland, a rustic backdrop for sessions that have come to be known for being overly long and consumed by administration officials' endless praise for their boss.</p><p>White House press secretary Karoline Leavitt said the 13th such meeting of the Republican president's second term "will be a lot of fun and something different for the Cabinet to experience together.”</p><p>It will be the first Cabinet meeting at Camp David in Trump's second term after an earlier attempt in May was scuttled because of bad weather. During his first term, Trump held a Cabinet meeting at the retreat.</p><p>The public portion of Trump's Cabinet meetings has lasted as long as three hours, with the president letting everyone at the table update him on their departments or agencies — with added praise for him personally and his leadership thrown in. In a departure from other presidents, he allows the news media to stay for the duration of the meetings, a move that Leavitt has said proves his commitment to transparency.</p><p>More recently, however, Trump has commented on how lengthy the meetings have become. He has begun urging speakers to keep their comments brief, and he has limited the number of oral reports.</p><p>“Everybody around here has got a lot to say. But we did that once, and it lasted for like four or five hours. It was a little much,” Trump said at the May meeting.</p><p>Camp David was established in 1942 during Franklin Roosevelt's presidency and has been used by every president since.</p><p>Roosevelt had enjoyed relaxing aboard a presidential yacht, but the military and the U.S. Secret Service began to worry about his safety on open water during World War II. As a result, Roosevelt asked the National Park Service to find sites within 100 miles (160 kilometers) of the White House that he could use for rest.</p><p>He chose what is now known as Camp David. He gave it the original name of Shangri-La, from James Hilton’s novel “Lost Horizon.” President Dwight Eisenhower renamed it Camp David, after his grandson and father.</p><p>Trump spent more weekends at the retreat in his first term but has visited sparingly in his second, most recently in June for Father’s Day.</p><p>In 2019, during his first term, Trump announced on social media that he had canceled a secret weekend meeting at Camp David with Taliban and Afghanistan leaders — scheduled for just days before the anniversary of the Sept. 11, 2001, attacks — after a bombing in the capital of Kabul killed a dozen people, including a U.S. soldier.</p><p>Presidents throughout history have turned to Camp David when they needed security and privacy for sensitive diplomatic talks with foreign leaders. Jimmy Carter took the leaders of Egypt and Israel there in 1978 for talks that produced the Camp David Accords, a peace agreement between the two countries.</p><p>Camp David is also where Carter huddled in 1979 with representatives of a cross-section of American society. He later delivered a nationally televised speech on energy policy that became known as the “malaise” speech — even though he never said the word.</p><p>The camp's primary purpose is to provide presidents a place to rest, relax and recharge.</p><p>The 180-acre (73-hectare) retreat, which is run by the Navy and guarded by Marines, has a cabin named Aspen that’s reserved for the president, plus about a dozen other cabins for guests. A main lodge has conference rooms, a dining room and an office for the president.</p><p>Guests can take advantage of a range of indoor and outdoor amenities, including a fitness center, a bowling alley, a movie theater, a heated swimming pool and tennis and basketball courts. A chapel offers religious services.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JYHF2QI5ULVTITUL3MLRYGCE4M.jpg?auth=0c0299604a8d803d1191c05e65db5a4d779aacb68d88570ed6135c421f7b87f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign for Camp David, the presidential retreat, is pictured near Thurmont, Md., Aug. 18, 2023. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KWBYHVKXMHVIQJ6BM3ZPR5TQJE.jpg?auth=17d5a9e168599a53bd1095c39f9359cc16a46eeb4b364d7486708271d7e1371b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump arrives on Air Force One at Hagerstown Regional Airport, in Hagerstown, Md., en route to Camp David, Md., June 8, 2025. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Roaches inside the rice! Plus rodent and roach issues at Westland Mall]]></title><link>https://www.local10.com/food/dirty-dining/2026/07/27/roaches-inside-the-rice-plus-rodent-and-roach-issues-at-westland-mall/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/07/27/roaches-inside-the-rice-plus-rodent-and-roach-issues-at-westland-mall/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[This week’s Dirty Dining inspections uncovered some stomach-turning surprises!]]></description><pubDate>Mon, 27 Jul 2026 14:05:05 +0000</pubDate><content:encoded><![CDATA[<p>This week’s Dirty Dining inspections uncovered some stomach-turning surprises!</p><p><a href="https://www.local10.com/espanol/2026/07/27/cucarachas-dentro-del-arroz-ademas-problemas-de-roedores-y-cucarachas-en-westland-mall/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/27/cucarachas-dentro-del-arroz-ademas-problemas-de-roedores-y-cucarachas-en-westland-mall/">Leer en español</a></p><p>The unsavory surprises included roaches in the rice, rodent droppings, flies contaminating food, a sewage backup in a food prep area, and even a restaurant with no sink or dishwasher to clean its dishes. Inspectors ordered the kitchens to clean up and fix the problems.</p><p>No kitchens in Broward or the Florida Keys were ordered shut last week.</p><p>All the places listed were allowed to re-open following an ordered cleanup and then a re-inspection.</p><p><b>**LAS DELICIAS RESTAURANT</b></p><p><b>748 WEST 49TH ST.</b></p><p><b>HIALEAH</b></p><p><b>ORDERED SHUT 7/24</b></p><p><b>18 VIOLATIONS FOUND</b> </p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. <b>Observed approximately 3 live roaches inside rice container at kitchen area."</b></p><p>“Roach activity present as evidenced by live roaches found. Observed approximately 3 live roaches inside rice container at kitchen area. Also observed approximately 3 live roaches under chest freezer at kitchen area.”</p><p>“Dead roaches on premises. Observed 1 dead roach on preparation table at kitchen area. Observed approximately 7 dead roaches under preparation table at kitchen area. Repeat Violation.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Food stored in a prohibited area. Observed raw pork uncovered container inside mop sink at kitchen area. Operator removed during inspection.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed cooked pork (48F - Cooling); cooked rice (46F - Cooling); beans (43F - Cold Holding); cooked yuca (43F - Cold Holding); chicken soup (43F - Cold Holding); chicken wings (43F - Cold Holding) ground beef (43F - Cold Holding) on reach in cooler, as per operator from previous day.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p><b>**KELLY’S CAJUN GRILL</b></p><p><b>1635 WEST 49TH ST.</b></p><p><b>HIALEAH</b></p><p><b>ORDERED SHUT 7/20</b></p><p><b>23 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. <b>Observed approximately 4 rodent droppings under preparation table at kitchen area."</b></p><p>“Dead roaches on premises. Observed approximately 10 dead roaches inside reach in freezer at cook line. Observed approximately 3 dead roaches under equipment at cook line. Observed approximately 6 dead roaches inside walk in cooler.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed food stored on dirty plastic containers at walk in cooler.”</p><p>“Floor not cleaned when the least amount of food is exposed. Observed throughout kitchen.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed breaded fish (46F - Cold Holding); cooked chicken (46F - Cold Holding); raw chicken (48F - Cold Holding) on walk in cooler, as per operator less than 2 hours.”</p><p>“Time/temperature control for safety food thawed in an improper manner. Observed raw chicken (frozen) in standing water at 3 compartment sink. Employee moved to walk in cooler.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed employee coming from bathroom and begin work without washing their hands.”</p><p><b>**PUBBELLY SUSHI</b></p><p><b>8970 SW 72ND PLACE</b></p><p><b>DADELAND</b></p><p><b>ORDERED SHUT 7/20</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found. Observed approximately 20 live flies inside of plastic bin touching potatoes; on rack outside of walk in cooler and ice machine. Observed 3 live flies on kitchen cooking equipment on dry dish rack in ware wash area. Observed 1 live fly on wall in mop sink next to ware wash area. Observed 2 live flies on box of parchment paper outside of walk in freezer. Observed 2 live flies in air outside of walk in freezer.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed 1 case of potatoes with approximately 20 live flies inside touching product.”</p><p><b>**SUBWAY</b></p><p><b>20505 SOUTH DIXIE HIGHWAY</b></p><p><b>CUTLER BAY</b></p><p><b>ORDERED SHUT 7/24</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Sewage/wastewater backing up through floor drain. Sewage water coming up from the floor drain once I start the water in hand wash sink in the preparation area by the 3 compartment sink. The area where the water is backing up cannot be contained. Backup is in the preparation area by the 3 compartment sink.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed odor at the kitchen area once the water sewage backed up from the floor.”</p><p>“Floor area(s) covered with standing water. Observed standing water in the floor next to 3 compartment sink.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin. Repeat Violation.”</p><p>“Employee with no hair restraint while engaging in food preparation. Observed manager with no hair restraint while engaged in food preparation.”</p><p><b>**JUST4FUN</b></p><p><b>5701 SUNSET DR.</b></p><p><b>SOUTH MIAMI</b></p><p><b>ORDERED SHUT 7/24</b></p><p><b>1 VIOLATIONS FOUND</b></p><p>“No dishwashing facilities of any kind provided. Observed triple sink removed from establishment, no dishwasher available for proper wash rinse and sanitizing. As per operator, mall had them remove all ware washing equipment and drain was sealed.”</p>]]></content:encoded></item><item><title><![CDATA[Video shows driver crashing into cars before plowing into North Miami bar]]></title><link>https://www.local10.com/news/local/2026/07/30/driver-arrested-after-crashing-vehicle-into-parked-cars-front-of-north-miami-brewing-company-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/driver-arrested-after-crashing-vehicle-into-parked-cars-front-of-north-miami-brewing-company-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe, Terrell Forney]]></dc:creator><description><![CDATA[A driver was arrested Wednesday after crashing his work truck into five parked cars and the front of a brewing company in North Miami, authorities confirmed.]]></description><pubDate>Thu, 30 Jul 2026 11:14:17 +0000</pubDate><content:encoded><![CDATA[<p>Video shows a driver crashing a work truck into parked cars before plowing into a bar on Wednesday afternoon in North Miami.</p><p><a href="https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/">Leer en español</a></p><p>Eros Emanuel Gehrig, whose driver’s license was suspended, crashed into the <a href="https://www.lostcitybrewing.com/" target="_self" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a>, at 12207 NE 13th Court, according to the North Miami Police Department.</p><p>Gehrig, 53, lost control and struck five cars before hitting the front of the building at about 3 p.m., according to police.</p><figure><img src="https://www.local10.com/resizer/v2/OR5GFYLNRVFPJNORAQLLVOFIZU.jpg?auth=c4ada8c919ffda2224af446ab87ad1a1ea8afddbf58cafb7204262a23f5f5fdc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Chris Campos, the owner of the <a href="https://www.lostcitybrewing.com/" target="_self" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a>, said the bar was closed when the truck left a large hole in the wall. </p><p>“It’s an hour before we open, a half-hour after we were doing some repairs to the fridge that sits on this wall,” Campos said. “It’s really that serendipitous moment where nobody was here and, I mean, if people would have been here, it would have been awful.” </p><p>According to a police officer’s arrest report, Gehrig’s Florida driver’s license had been suspended indefinitely on Sept. 12, 2012. He was arrested on a charge of driving with a suspended license.</p><p>Police said Gehrig was taken to HCA Florida Aventura Hospital to be evaluated before being booked into the Turner Guilford Knight Correctional Center. </p><p>Gehrig was released from jail Thursday morning after posting bond. </p><p>The cleanup at Lost City is complete for now, and the business has reopened.</p><p>A boarded-up wall damaged in the crash has been transformed into a temporary piece of artwork, but Campos says it will take more time to fully restore the business.</p><p>“I don’t want to lose any more business,” Campos said. “We’re a small business. We can’t afford not to be open more than a day or two.”</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[Fort Lauderdale woman reunited with dog after rescue ownership dispute]]></title><link>https://www.local10.com/news/local/2026/07/30/fort-lauderdale-woman-reunited-with-dog-after-rescue-ownership-dispute/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/fort-lauderdale-woman-reunited-with-dog-after-rescue-ownership-dispute/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Maria Helena Lugo says the past three weeks have been an emotional struggle as she fought to get her dog, Coco, back.]]></description><pubDate>Fri, 31 Jul 2026 02:43:45 +0000</pubDate><content:encoded><![CDATA[<p>Maria Helena Lugo says the past three weeks have been an emotional struggle as she fought to get her dog, Coco, back.</p><p>Lugo, who speaks only Spanish, said someone found Coco and brought him to Sandy Paws K-9 Rescue in Fort Lauderdale. But when she went to claim him, the rescue said she did not have enough proof of ownership to take him home.</p><p>“When the deputy arrived, he told me to stay outside while he went in to see what was going on,” Lugo said in Spanish.</p><p>Desperate for help, Lugo reached out to Local 10 News.</p><p>A meeting was arranged in Fort Lauderdale, where Lugo was finally reunited with Coco.</p><p>After facing criticism on social media, Sandy Paws Canine Rescue explained why the dog was not released sooner.</p><p>“We contacted the initial person who owned the microchip, which was his original breeder. It was a man who was not connected to the family whatsoever,” said Desiree Remington, vice president of Sandy Paws Canine Rescue.</p><p>Remington said a few days later, Lugo’s son contacted the rescue, claiming the dog belonged to their family.</p><p>“The police advised us we did not need to give her the dog because she didn’t have proof of ownership,” Remington said.</p><p>She said everything changed after the rescue saw photos on social media clearly showing Coco with Lugo and her family, providing the additional evidence needed to confirm ownership.</p><p>That’s when the long-awaited reunion finally happened.</p><p>“There were too many conflicting stories for us to simply hand the dog over the first time she came to our residence,” Remington said.</p><p>With Coco back in her arms, Lugo said she was overwhelmed with relief.</p><p>“I’m so happy. I feel like I’ve gotten my life back. You can’t imagine what these 15 days without my dog have been like. I’ve suffered so much,” she said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Quake survivors in southwestern Japan sleep in cars in sweltering heat as death toll rises to 34]]></title><link>https://www.local10.com/news/world/2026/07/31/quake-survivors-in-southwestern-japan-sleep-in-cars-in-sweltering-heat-as-death-toll-rises-to-34/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/quake-survivors-in-southwestern-japan-sleep-in-cars-in-sweltering-heat-as-death-toll-rises-to-34/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI and MAYUKO ONO, Associated Press]]></dc:creator><description><![CDATA[YATSUSHIRO, Japan (AP) — Thousands of survivors of a powerful earthquake in southwestern Japan spent Friday in crowded shelters or sleeping in cars as they faced shortages of water and fuel and punishing summer temperatures that stoked fears of heat-related illness.]]></description><pubDate>Fri, 31 Jul 2026 11:56:34 +0000</pubDate><content:encoded><![CDATA[<p>YATSUSHIRO, Japan (AP) — Thousands of survivors of a powerful earthquake in southwestern Japan spent Friday in crowded shelters or sleeping in cars as they faced shortages of water and fuel and punishing summer temperatures that stoked fears of heat-related illness.</p><p>The death toll rose to 34, the Kumamoto prefectural government said, as rescuers raced to find those still missing after the quake triggered a mall explosion, toppled a factory chimney and flattened homes.</p><p>Japanese Prime Minister Sanae Takaichi stressed that authorities must secure water supplies by doing “whatever it takes” and called for close coordination with the military and other relevant agencies. The earthquake left thousands of homes without power, but electricity was fully restored by Friday evening. The local power company also said there were no immediate reports of remaining outages.</p><p>The magnitude 7.1 earthquake hit Japan’s southern main island of Kyushu on Tuesday. As search operations entered a fourth day, it wasn’t known how many people remained missing.</p><p>More than 1,500 buildings were damaged, including 179 that were destroyed, according to preliminary assessments by Kumamoto officials.</p><p>Officials said one more death and its connection to the quake is under investigation. At least 96 people were injured, including six seriously.</p><p>Debris collected at a severely damaged century-old Japanese inn</p><p>In Yatsushiro City, another hard-hit area in southern Kumamoto, Kinparo, a 116-year old Japanese inn, was severely damaged, with its roofed main entrance collapsed to the ground, white walls cracked and rooftiles fell.</p><p>On Friday, three days after the quake, workers were removing parts of the gate, which is part of a registered historic property that needs to be restored.</p><p>Started in 1910, the three-story ryokan with traditional architecture and its hot bath have attracted many fans from the region and across Japan.</p><p>“The damage is tremendous and it would require significant repairs, and I can’t even think if or how I can do that,” inn owner Keisuke Matsumoto said. “But it’s a valuable family inn that has been handed down for generations since my great-great grandfather built it, so I do hope to preserve it.”</p><p>Inside, his mother Misao Matsumoto said she was not injured in the quake but “I’m mentally discouraged. It’s very painful to see parts of what I’ve lived with and enjoyed for decades crumble to that state.” But she said experts of historic buildings will come in to discuss the reconstruction, so “I have to hang in there."</p><p>Across the street from the Kinparo inn, a fish cake shop owner unable to resume his business due to the water cutoff was giving away tube-shaped fish cakes while they are still edible.</p><p>Signs for the “chikuwa” fish cake hang from the ceiling. “I just wanted to cheer up this neighborhood,” said shop owner Shinichiro Katayama. He says he cannot clean or check his fish cake machine is intact until the water supply resumes. “I don’t even know if the machine still works. When water supply is back that would be my first step toward a recovery.”</p><p>Thousands are without water as heat soars</p><p>Kumamoto authorities said nearly 80,000 homes remained without water. More than 9,000 people were staying in shelters, where power sources were being added to provide air conditioning.</p><p>Fuel has also become scarce as power outages disabled gas stations and quake damage disrupted deliveries from other regions. Many have resorted to sleeping in their cars for privacy, but with the fuel shortage, they struggle to keep the air conditioning running in sweltering temperatures.</p><p>Japan's weather agency and the Ministry of the Environment issued an extreme heat alert for Kumamoto city Friday as temperatures peaked at 36 C (97 F).</p><p>Hirokazu Sato, who lost his home in the earthquake, said he and his wife and three children would remain in their car until they can move into temporary housing.</p><p>“I don’t know how soon I’d be able to move in,” said Sato. “We need to have the air conditioning on throughout the day and night, which uses up gas.”</p><p>Kumamoto is also a major industrial hub, and there are concerns that the quake could possibly disrupt semiconductor and auto-parts supply chains for months to come.</p><p>Taiwan Semiconductor Manufacturing Company, a global chip giant that operates a lab in Kumamoto, said all personnel were safe and operations were gradually resuming after postquake inspections found the structure was sound, although detailed inspections and impact assessments were still underway.</p><p>Searches continue, with the number of missing unknown</p><p>Japanese officials had described Friday afternoon as a crucial point for rescue efforts as some experts say survival chances decline after the first three days.</p><p>With search dogs, rescuers continued looking for survivors across the Kumamoto area, including at the collapsed Aeon Mall in the town of Kashima, one of the hardest-hit sites. The complex was bustling with thousands of people when the quake happened.</p><p>The company said about 3,000 shoppers were evacuated to a parking lot before an explosion happened in another part of the mall, where some staff remained working. The mall’s second floor collapsed, trapping people. Seven of the 11 rescued were confirmed dead, but officials did not say if anyone else is missing.</p><p>A search operation had ended at a Nippon Paper Industries factory in the Yatsushiro city where a chimney collapsed in the quake, officials said. Of the 11 people dug out there, nine were confirmed dead.</p><p>Smaller-scale searches continued Friday at the sites of collapsed houses in badly hit towns in southern Kumamoto. Authorities haven't supplied a firm figure for how many people are missing.</p><p>____</p><p>Ono reported from Tokyo. Associated Press writer business writer Yuri Kageyama contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P2XGB4K6XTMMAXGZFT5NRQBNOU.jpg?auth=50e06081b2a37bb0e8a63bcf2eeb01d0c53303fa4c692e745247608dd31a7140&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Electric poles are seen fallen over rail tracks in Hikawa, southern Japan, Thursday, July 30, 2026, two days after an earthquake hit the area. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Tatis makes spectacular catch to rob Devers of a 3-run home run]]></title><link>https://www.local10.com/sports/2026/07/30/tatis-makes-spectacular-catch-to-rob-devers-of-a-3-run-home-run/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/tatis-makes-spectacular-catch-to-rob-devers-of-a-3-run-home-run/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — San Diego right fielder Fernando Tatis Jr. made a spectacular leaping catch to rob San Francisco's Rafael Devers of a three-run home run in the first inning of the Padres' 4-1 loss Thursday night.]]></description><pubDate>Fri, 31 Jul 2026 04:43:48 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — San Diego right fielder Fernando Tatis Jr. made a spectacular leaping catch to rob San Francisco's Rafael Devers of a three-run home run in the first inning of the Padres' 4-1 loss Thursday night.</p><p>Devers did get a sacrifice fly, but Tatis added on to his impressive list of home run robberies.</p><p>Tatis tracked Devers' fly ball and leaped to get his glove high above the short wall in right-center at Petco Park to make the catch. He landed and tumbled onto his backside, but flipped the ball to center fielder Jackson Merrill, who tossed it into the infield.</p><p>Merrill helped Tatis to his feet and patted him on the chest. Pitcher JP Sears raised his left arm in celebration.</p><p>Tatis was an All-Star at shortstop in 2021 and was moved to right field in 2023, after missing the 2022 season with injuries and a PED suspension. He won the Gold Glove and Platinum Glove awards in 2023 and 2025.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S6LBBBJTAEAS7H3AQAFXWQ5BYA.jpg?auth=416b023ec0f21d9da7fb647e21b1104aeb1481e6944aa310409bd152b1a76d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres right fielder Fernando Tatis Jr. makes the catch above the wall for the out on a sacrifice fly by San Francisco Giants' Rafael Devers during the first inning of a baseball game Thursday, July 30, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NQBZHPAT3KKNOPJLBMCZYZ3DY.jpg?auth=8f679f71fd2cfc6e2771ffad459cf542c5542ad211dfc90b383c188f48c7d358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans react after San Diego Padres right fielder Fernando Tatis Jr., below, made a catch above the wall for the out on a sacrifice fly by San Francisco Giants' Rafael Devers during the first inning of a baseball game Thursday, July 30, 2026, in San Diego. (AP Photo/Gregory Bull)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregory Bull</media:credit></media:content></item><item><title><![CDATA[Pakistani rescuers find 4 bodies of the 10 climbers missing on Broad Peak after an avalanche]]></title><link>https://www.local10.com/news/world/2026/07/31/pakistan-rescuers-find-4-bodies-of-the-10-climbers-missing-on-broad-peak-after-an-avalanche/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/31/pakistan-rescuers-find-4-bodies-of-the-10-climbers-missing-on-broad-peak-after-an-avalanche/</guid><dc:creator><![CDATA[By MUNIR AHMED and RIAZ KHAN, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Rescuers searching for 10 climbers missing after an avalanche on Pakistan's Broad Peak located four bodies Friday and were continuing to search for the other six despite adverse weather that hampered helicopter flights, officials said.]]></description><pubDate>Fri, 31 Jul 2026 09:26:21 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Rescuers searching for 10 climbers missing after an avalanche on Pakistan's Broad Peak located four bodies Friday and were continuing to search for the other six despite adverse weather that hampered helicopter flights, officials said.</p><p>Efforts were underway to retrieve the bodies of the four climbers despite the harsh weather, according to senior government officials who spoke on the condition of anonymity because they were not authorized to speak to the media. They did not immediately identify which bodies were found.</p><p>Bad weather continued to hamper the rescue effort Friday, according to a statement from the Gilgit-Baltistan region's Chief Minister Amjad Hussain.</p><p>The climbers lost contact with their base camp after an avalanche struck Broad Peak while they were attempting to scale the mountain, said Karrar Haidri, vice president of the Alpine Club of Pakistan. “The team has been out of communication since Thursday,” said Haidri, adding that army helicopters were part of the search-and-rescue operation.</p><p>According to the Alpine Club, the expedition comprised five Nepali climbers, Pakistani mountaineer Sohail Sakhi, Omani climber Nathira, American climber Mallory Geis, a Chinese climber identified only as Wang, and another foreign climber.</p><p>On Friday, China’s government said it was trying to verify whether any of its nationals were among the 10 climbers missing.</p><p>“We will provide assistance to Chinese citizens in need and are also willing to offer help in accordance with the needs of the Pakistani side,” Chinese Foreign Ministry spokesperson Mao Ning said Friday in Beijing.</p><p>The expedition leader was the renowned mountaineer Nirmal Purja, a Nepal-born former soldier in the British army widely known as Nims Dai. He climbed the world’s 14 highest peaks in a record 189 days in 2019, an achievement featured in the Netflix documentary, “14 Peaks: Nothing is Impossible.” His record was surpassed in 2023.</p><p>Moving Mountains, a travel company based in Pakistan, announced late last month that the expedition team was on its way to the small town of Askole and wished them a safe journey climbing Broad Peak. The company said this was Geis’ first try at an 8,000-meter peak in Pakistan, while it was expected to be Sakhi’s final one.</p><p>Sakhi is a guide for the company, as well as a geographer and high-altitude photographer, and has climbed some of the world’s major peaks, according to Moving Mountains’ website.</p><p>Geis, 39, lives in San Antonio. She announced on social media earlier this year that she was closing her Pilates studio to take “a giant leap of faith into the unknown to see where life goes. I have a sneaking suspicion there will be lots of helmets, harnesses, and crampons involved.”</p><p>Broad Peak, at 8,047 meters (26,401 feet), is the world’s 12th-highest mountain. It lies in Pakistan’s Karakoram range, home to five of the world’s 14 peaks above 8,000 meters, attracting climbers from around the globe.</p><p>Accidents are common during climbing expeditions in northern Pakistan because of avalanches and rapidly changing weather.</p><p>___</p><p>Khan reported from Peshawar, Pakistan. AP journalist E. Eduardo Castillo in Beijing and Hallie Golden in Seattle contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q4NKIQJRH7P2YJY6GLJ6LVHMII.jpg?auth=84a4e988577d2810752cc6671110da1ce8df428284ace9eba7d2eea0b5a15bae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nirmal Purja, one of the team member of the all-Nepalese mountaineering team that became the first to scale Mount K2 in winter, gestures as the team arrives at Tribhuwan International airport in Kathmandu, Nepal, Jan. 26, 2021. (AP Photo/Niranjan Shrestha, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BX6HI2BMWZKFNPKOOEZIJYBGYU.jpg?auth=2d99075075a662fd43dad583756a9d18b7bd0b6d1a018da11581b4f16395ec9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Alpine Club of Pakistan on Friday, July 31, 2026, members of a mountaineers rescue team prepare to depart from an airbase on a search operation for climbers missing after an avalanche on Pakistan's Broad Peak, in Skardu, in Gilgit-Baltistan's region, in northern Pakistan. (Alpine Club of Pakistan via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5YGG65HOYRYFC764IXDJN5HXQI.jpg?auth=7a3ca51947b3705b30fc5e22203d8975bab3d812136e751ad7c264d5108fc08c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Alpine Club of Pakistan on Friday, July 31, 2026, members of a mountaineers rescue team pose for photo with honorary general secretary of Alpine Club of Pakistan Ayaz Ahmed Shigri, center, before departing from an airbase on a search operation for climbers missing after an avalanche on Pakistan's Broad Peak, in Skardu, in Gilgit-Baltistan's region, in northern Pakistan. (Alpine Club of Pakistan via AP)]]></media:description></media:content></item><item><title><![CDATA[Dodgers rest Shohei Ohtani amid lingering left knee soreness]]></title><link>https://www.local10.com/sports/2026/07/30/dodgers-rest-shohei-ohtani-amid-lingering-left-knee-soreness/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/dodgers-rest-shohei-ohtani-amid-lingering-left-knee-soreness/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Shohei Ohtani was set to return as the leadoff hitter for the Los Angeles Dodgers on Friday, a day after he wasn't in the lineup because of lingering soreness in his left knee that is keeping him off the mound.]]></description><pubDate>Fri, 31 Jul 2026 06:05:24 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Shohei Ohtani was set to return as the leadoff hitter for the Los Angeles Dodgers on Friday, a day after he wasn't in the lineup because of lingering soreness in his left knee that is keeping him off the mound.</p><p>The Dodgers open a three-game set against the Boston Red Sox.</p><p>The two-way superstar wanted to play Thursday against the Seattle Mariners, manager Dave Roberts said, but it was the team's decision to rest him. Ohtani told the training staff of renewed soreness after Wednesday night's 4-2 win.</p><p>“I appreciate the communication,” Roberts said. “I can’t read minds, the training staff can’t read minds, so just for him to communicate that then allows for us to make a decision.”</p><p>Second baseman Tommy Edman went 0 for 3 in Ohtani’s place for the series finale, a 6-2 win.</p><p>Ohtani has been dealing with knee soreness since June 11 and hasn't pitched since July 3 while also dealing with a right biceps issue. He skipped the All-Star Game in Philadelphia to stay home and receive a lubricant injection in the knee.</p><p>He is still serving as the designated hitter. Ohtani was 5 for 7 combined in his last two games against the Mariners, with a home run, four RBIs and two runs scored.</p><p>"The last couple days he’s been on base a lot more whereas the last part of the road trip he wasn’t, so there might have been a little something to that,” Roberts said, adding that nothing occurred in the game Wednesday to precipitate Ohtani sitting out the next day.</p><p>The Dodgers expect Ohtani to return to pitching this season, but they're not rushing him back to the mound.</p><p>“If there was something structural, then we would be much more concerned,” Andrew Friedman, president of baseball operations, said Wednesday. “The fact that there’s not and the fact that it does keep improving suggests that we’re on the right path.”</p><p>For now, the team doesn't have any plans to shut down Ohtani entirely to give him time to recover from his ailments.</p><p>"We're talking about this constantly,” Roberts said. “Nothing should be off the table and nothing is set in stone. So I think it’s more of how he feels. With this new information we’ve got to have new conversations.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JC76TBI3V2GWR34N55ALIKFZG4.jpg?auth=eed7195c90e57e369afc73a1dd333c88a168c9fc8b53f23f67608a59ba9f819a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) scores on an infield hit by Freddie Freeman (5) against the Seattle Mariners during the third inning of a baseball game Wednesday, July 29, 2026, in Los Angeles. (AP Photo/Scott Strazzante)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Strazzante</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D3HT5JWQZIRNTC3NWKWBM4MJ5E.jpg?auth=69d296d747dba45c98cc088d1e10ea95c2c77b3bc340606685f0ede981602e1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) grimaces after hitting a foul ball against the Seattle Mariners during the first inning of a baseball game Wednesday, July 29, 2026, in Los Angeles. (AP Photo/Scott Strazzante)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Strazzante</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6LSOV3XYTG3CM57QQO5MJ7NAU.jpg?auth=ccd2adc6dede663b66aeac65abe6a041e5ccf02a63c7e2463b57829fe8bd0841&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) reacts to his RBI double against the Seattle Mariners during the sixth inning of a baseball game Wednesday, July 29, 2026, in Los Angeles. (AP Photo/Scott Strazzante)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Strazzante</media:credit></media:content></item><item><title><![CDATA[AI in the exam room: How technology is changing the patient experience]]></title><link>https://www.local10.com/health/2026/07/30/ai-in-the-exam-room-how-technology-is-changing-the-patient-experience/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/30/ai-in-the-exam-room-how-technology-is-changing-the-patient-experience/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Artificial intelligence is already part of everyday life, from voice assistants like Siri and Alexa to ChatGPT and the recommendations that pop up on phones for what to buy or watch.]]></description><pubDate>Fri, 31 Jul 2026 00:55:15 +0000</pubDate><content:encoded><![CDATA[<p>Artificial intelligence is already part of everyday life, from voice assistants like Siri and Alexa to ChatGPT and the recommendations that pop up on phones for what to buy or watch.</p><p>Now, AI is becoming a bigger part of healthcare, with hospitals and doctors’ offices using the technology in ways that some say are making care better for patients.</p><p>Dr. Jennifer Goldman, a primary care physician and chief medical information officer at Memorial Healthcare, is leading efforts to bring AI into the hospital and the exam room.</p><p>“It actually makes healthcare more human,” Goldman said. “I’m no longer having to look at a computer and type during the visit. I can listen more fully to my patients.”</p><p>Patients like Alexandra Tuduce Sanchez say the technology also makes communication and coordination between providers easier.</p><p>“If you need to see a neurologist or GI doctor, everybody has all the history of what you’re taking, what could be causing some of your symptoms,” Sanchez said.</p><p>In the fast-paced and constantly evolving healthcare world, experts say AI tools use specialized algorithms to document and summarize patient visits. They can also help screen patients for diseases, including diabetic retinopathy, earlier than ever.</p><p>Goldman said that, with a patient’s permission, she can use her phone during an exam to take notes, and the AI system will automatically transcribe the visit into a medical note.</p><p>“If my patients agree to let me use my phone in the exam room to take notes, then it will actually transcribe the visit in a note for me,” she said.</p><p>Goldman said Memorial Healthcare has been implementing AI for the past two years and believes the technology is only beginning to change healthcare.</p><p>“It makes the world a little smaller,” she said. “It’s not you alone in the exam room. You have the benefit of all the research and the community of physicians around you.”</p><p>AI tools can also identify subtle fractures, microscopic tumors and early brain lesions on scans that human eyes might miss.</p><p>Studies also show that AI scribes and automated note-taking systems reduce the hours physicians spend on paperwork, helping reduce burnout.</p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[South Korea’s Kospi index jumps nearly 18% on a surge in chipmaking stocks]]></title><link>https://www.local10.com/business/2026/07/31/south-koreas-kospi-index-jumps-nearly-18-on-a-surge-in-chipmaking-stocks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/south-koreas-kospi-index-jumps-nearly-18-on-a-surge-in-chipmaking-stocks/</guid><dc:creator><![CDATA[By ELAINE KURTENBACH and CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — World share benchmarks advanced, with South Korea’s Kospi index jumping near 18% on Friday, tracking gains on Wall Street as artificial intelligence-related stocks bounced back after losses earlier this week.]]></description><pubDate>Fri, 31 Jul 2026 10:25:31 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — World share benchmarks advanced, with South Korea’s Kospi index jumping near 18% on Friday, tracking gains on Wall Street as artificial intelligence-related stocks bounced back after losses earlier this week.</p><p>U.S. futures rose 0.5% and oil prices resumed climbing.</p><p>The Kospi surged at the open and then wavered, eventually rocketing up 17.9% to 6,695.45, its largest single day gain ever. Shares of South Korean technology giant Samsung Electronics surged 28%, while memory chipmaker SK Hynix soared 30%.</p><p>Despite its big jump Friday, the Kospi remains well below the peak of over 9,000 that it hit in June. It had shed more than 17% in the previous three days as investors dumped technology stocks in part over worries about an AI bubble and rising competition from chipmaking and AI rivals in China. The benchmark's previous largest single day gain, of nearly 12%, was in October 2008 during the global financial crisis.</p><p>The rebound followed Microsoft's report Thursday of stronger than expected profits for the last quarter, which were taken as a signal that big spending on AI is translating into profits. Microsoft's shares soared 15.5% for its best day in nearly 18 years.</p><p>Traders flooded back into the market to snap up shares in tech companies that had recently swooned over doubts that the huge investments will yield adequate returns.</p><p>European shares also advanced in early trading Friday. Germany's DAX rose 0.7% to 25,779.53, while the CAC 40 in Paris climbed 0.9% to 8,559.92. Britain's FTSE picked up 0.5% to 10,935.00.</p><p>In other Asian trading, Tokyo’s Nikkei 225 climbed 4% to 64,362.02. Multinational investment holding company and OpenAI-investor SoftBank Group jumped 13.8%, while chip equipment maker Tokyo Electron rose 6.2%.</p><p>“The market went from throwing AI stocks overboard to fighting for the remaining seats before most traders had finished writing the obituary,” Stephen Innes of SPI Asset Management said in a commentary.</p><p>The dollar bounced back after falling sharply against the Japanese yen overnight, gaining 0.5% to 160.28 yen. Regulators in Japan and the U.S. were suspected of intervening in the market after weeks of the dollar trading above 160 yen, near 40-year highs.</p><p>Japan's Nikkei financial newspaper said the intervention was coordinated, with the Federal Reserve Bank of New York conducting what is known as a “rate check” where it asks various banks to provide exchange-rate quotes for currency trades.</p><p>Officials from both sides refrained from comment on the matter.</p><p>As expected, the Bank of Japan opted to keep interest rates unchanged Friday as it wrapped up a policymaking meeting. Analysts said officials may have stepped into the markets to limit speculative moves linked to the central bank's decisions.</p><p>“Intervention in support of the yen may not work any better now than it has previously, but the persistence of the Japanese authorities suggests to us that the yen will remain around the 160 level this year before staging a more sustained rebound next year,” Jonas Golterman of Capital Economics said in a commentary.</p><p>The Federal Reserve likewise kept its benchmark rate unchanged at its policy meeting this week. A gap between interest rate levels in Japan and the U.S. has been a key factor behind the yen's weakness.</p><p>The euro fell to $1.1509 from $1.1524.</p><p>Taiwan's Taiex surged 8%, helped by a 10% jump for chipmaker TSMC.</p><p>Australia's S&P/ASX 200 added 0.1%, to 8,976.80.</p><p>Hong Kong's Hang Seng edged 0.1% higher, to 25,884.83, while the Shanghai Composite index advanced 0.7% to 3,832.26.</p><p>An official survey showed China’s factory activity slowed in July, the first contraction in five months. Some analysts believe China’s weak domestic demand and recent typhoons helped to slow manufacturing activity. The economy grew at its slowest annual pace in more than three years in the April-June quarter, at 4.3%.</p><p>A meeting of China's powerful Politburo a day earlier had little impact on market levels Friday since no major policy changes were announced.</p><p>Oil prices traded lower as tensions between the U.S. and Iran kept the Strait of Hormuz, a key waterway for oil transport, largely closed.</p><p>Brent crude, the international standard, reversed earlier losses, gaining 0.8% to $87.50 a barrel. It was trading near $72 a barrel before the Iran war began in late February.</p><p>Benchmark U.S. crude picked up 0.4% to $83.92 a barrel.</p><p>On Thursday, Wall Street's benchmark S&P 500 gained 1.7%. The Dow Jones Industrial Average added 1.2% and the technology-heavy Nasdaq composite rose 2.8%.</p><p>___</p><p>Chan reported from Hong Kong.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2O4TJSCXWYCIQBQRYDN4ING3I.jpg?auth=a532e148e0b45f6b9131413f54b5c22acdeba666756ca545431d6c182999a065&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dealer walks past near the screen showing the Korea Composite Stock Price Index (KOSPI) at a dealing room of Hana Bank in Seoul, South Korea, Friday, July 31, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ISEEG4E2ALIHPP5ZYR3LYTRR6Y.jpg?auth=6f767490954ced6af844637626336d5991ad4e198fe8414b0169d843b7f077af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An employee walks past near the screen showing the SK Hynix stock price at a dealing room of Hana Bank in Seoul, South Korea, Friday, July 31, 2026. (AP Photo/Lee Jin-man)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4S2O6MKAIT3FGZOG5WW6AG2NQE.jpg?auth=db7b92380a05631202906cff7ffbd1850b651ce46f212f14301ca6c5e512b256&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 Friday, July 31, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B57FDYAHT7JQ5PSEGEHNFCKVH4.jpg?auth=4e2c5bfd1fb349d6b35c6498d0a89e8f558c8faba3e29a3329690c2d5b65ab40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand in front of the electronic board showing Japanese Yen and U.S. Dollar exchange rate at a securities firm Friday, July 31, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/56LEDGISHWZCSUIOUBB7AAFVIQ.jpg?auth=d65acfc50663d3900ec0e97e7d9c163f387741e591ca6ae0540e810378f6756f&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 Friday, July 31, 2026. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Milei propone reforma del Banco Central y figura del "shutdown" del Estado en caso de déficit]]></title><link>https://www.local10.com/espanol/2026/07/30/milei-propone-reforma-del-banco-central-y-figura-del-shutdown-del-estado-en-caso-de-deficit/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/milei-propone-reforma-del-banco-central-y-figura-del-shutdown-del-estado-en-caso-de-deficit/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — El presidente liberal Javier Milei lanzó el jueves una ambiciosa reforma del Banco Central para poner fin a una emisión monetaria descontrolada que, según denunció, le sirvió a la política para financiarse a costa de los argentinos.]]></description><pubDate>Fri, 31 Jul 2026 00:49:04 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — El presidente liberal Javier Milei lanzó el jueves una ambiciosa reforma del Banco Central para poner fin a una emisión monetaria descontrolada que, según denunció, le sirvió a la política para financiarse a costa de los argentinos.</p><p>“Frente a esta pasión expropiatoria de la alta política decidimos poner fin a 91 años de historia y reformar la carta orgánica del Banco Central de la República Argentina”, dijo el mandatario en un mensaje emitido por cadena nacional de radio y televisión.</p><p>La iniciativa oficial debe ser aprobada por el Congreso, donde el oficialismo requiere de los votos de partidos aliados de la oposición en ambas cámaras para la sanción de leyes.</p><p>La del Banco Central es la última y probablemente más ambiciosa de las reformas que ha impulsado Milei desde su llegada al poder en 2023, en su propósito por desregular la economía argentina tras décadas de intervencionismo del Estado.</p><p>“La reforma de la carta orgánica del Banco Central viene a poner fin con la estafa de falsificar dinero para financiar la alta política, cuya manifestación más evidente es la tasa de inflación”, argumentó Milei. “Dicha estafa es más conocida como impuesto inflacionario, que permite aumentar ingresos tributarios sin autorización del Congreso”.</p><p>Milei, un economista anarco-capitalista, ganó la presidencia prometiendo eliminar los altísimos aumentos de precios de Argentina y revertir sus crónicos déficits fiscales. Más de dos años después, sus amplias medidas de desregulación y austeridad han desacelerado la inflación: la tasa anual, ahora en 33%, superaba el 200% cuando asumió el cargo.</p><p>Los puntos de la reforma</p><p>-El proyecto establece que la misión fundamental del Banco Central será preservar el valor de la moneda.</p><p>-prohíbe de modo taxativo la financiación del Estado.</p><p>-Con el objetivo de blindar al presidente del Banco Central y al directorio de “los atropellos de la política”, la remoción de las autoridades monetarias requerirá dos tercios no solo de la Cámara de Senadores, como hasta ahora, sino también de la Cámara de Diputados.</p><p>-Se restringe el pago de dividendos por los resultados derivados de la prestación del servicio de liquidez.</p><p>Otros proyectos</p><p>En paralelo a los cambios en el Banco Central, Milei también anunció un proyecto por el cual incorpora la figura del “shutdown” (cierre) de la administración del Estado, como en Estados Unidos, en caso de un presupuesto nacional deficitario.</p><p>“Si durante varios meses seguidos el resultado fiscal es deficitario, el Congreso dispondrá de algunas semanas para devolver las cuentas al equilibrio”, explicó Milei. “Si no lo hace, entrará en vigencia automática el shutdown”.</p><p>En la práctica, se paralizarán las actividades no esenciales del Estado, mientras el presidente, el vicepresidente, los senadores, los diputados, los ministros, secretarios y subsecretarios “no cobrarán un solo peso de sueldo”, adelantó Milei.</p><p>Milei aclaró que jubilaciones, pensiones, planes sociales, la salud, la seguridad, la defensa nacional y el servicio penitenciario quedarán exceptuados.</p><p>Como parte del paquete de reformas, el presidente también impulsará cambios en el mercado de capitales y de seguros.</p><p>“Entre todas ellas (las reformas) pondrán fin a 91 años de saqueo, expropiación, impunidad y decadencia y nos permitirán hacer a la Argentina grande nuevamente”, concluyó Milei.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SW2PDCQ7ROTPD2RVHXQMA7G2W4.jpg?auth=a1c6665b77e8fdf6ecacb49a84f4bf97a55c533fecf3a7660ea7129c53582366&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei pronuncia un discurso en la ceremonia de inauguración de la exposición anual de la Sociedad Rural en Buenos Aires, Argentina, el domingo 26 de julio de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Trump announces a deal for Hamas to disarm in Gaza, but many hurdles and uncertainty remain]]></title><link>https://www.local10.com/news/world/2026/07/30/trump-announces-a-deal-for-hamas-to-disarm-in-gaza-but-many-hurdles-and-uncertainty-remain/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/trump-announces-a-deal-for-hamas-to-disarm-in-gaza-but-many-hurdles-and-uncertainty-remain/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, MATTHEW LEE, FARNOUSH AMIRI and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Thursday that a deal has been reached for Hamas to disarm and Israel to withdraw its forces from Gaza, but many hurdles, conditions and long timelines remained to wind down the war in the Palestinian territory.]]></description><pubDate>Fri, 31 Jul 2026 05:52:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Thursday that a deal has been reached for Hamas to disarm and Israel to withdraw its forces from Gaza, but many hurdles, conditions and long timelines remained to wind down the war in the Palestinian territory.</p><p>The White House announcement comes nine months after a U.S.-brokered ceasefire was signed. Negotiations between Israel and Hamas had largely deadlocked over the implementation of its second phase, including the disarmament of Hamas and the reconstruction of Gaza.</p><p>“The agreement will be carried out in carefully structured phases,” Trump said on social media. “As disarmament is completed, Israeli forces will withdraw, and the International Stabilization Force will work with a new Palestinian police force to take responsibility for Gaza being safe for its residents and its neighbors.”</p><p>Trump’s 20-point ceasefire plan calls on the militant group to surrender its weapons and destroy its vast network of tunnels. It also envisions Israeli forces withdrawing from Gaza, the arrival of a new technocratic Palestinian government, deployment of an international security force and the rebuilding of the battered Palestinian enclave.</p><p>Trump announced what he said was an agreement to realize one of the most difficult portions of the Gaza ceasefire while negotiations have stalled and military attacks have escalated in the war that the U.S. and Israel in February launched against Iran, a key sponsor of Hamas.</p><p>On Friday, a Hamas official said they have reached an agreement on disarmament, the most crucial part of the ceasefire deal. Israel didn't give an indication that they had agreed.</p><p>Officials offer long or unspecific timelines for Hamas to disarm</p><p>U.S. and Board of Peace officials, describing the deal to reporters on condition of anonymity under guidelines set by the White House, gave an extremely optimistic assessment of the agreement that laid out a scenario very similar to the one described by Trump and his top aides when the Board of Peace, an international body established by Trump to oversee the ceasefire in Gaza, was first formed.</p><p>The officials were unable to offer specific timelines for the disarmament of Hamas or other groups that operate in Gaza, such as Palestinian Islamic Jihad, but said the Gaza police force would turn over weapons to the technocratic Board of Peace-backed Gaza administration in the next two weeks.</p><p>The Gaza police force, however, does not include the vast majority of Hamas militants and heavy weaponry is not included in that part of the agreement, according to the officials.</p><p>Instead, the surrender of heavy weapons and the decommissioning of Hamas tunnels and other infrastructure are to come later in a process that could take between 200 and 350 days, a Board of Peace official said.</p><p>Israel has not responded but has been deeply skeptical</p><p>A U.S. official said Israel, which has been deeply skeptical about Hamas’ willingness to give up its guns or relinquish at least behind-the-scenes control of Gaza, had been consulted at every step of the negotiation.</p><p>However, the official said Israel was not being asked to do anything more than what it had initially committed to when it agreed to Trump’s 20-point plan, which essentially involves withdrawing its forces from Gaza and committing to ending airstrikes on the territory.</p><p>The official said Trump would be “very, very disappointed” if Israel didn't adhere to the agreement. Trump and Israeli Prime Minister Benjamin Netanyahu met at the White House on Tuesday, but neither said much about what was discussed in their first face-to-face meeting since launching the war against Iran.</p><p>Israel’s U.N. Mission said it had no immediate comment.</p><p>The official added that Iran remains a wildcard in the equation because although it counseled Hamas members not to accept a deal, it is also not in a position to offer the group much support because it is preoccupied with the conflict with the United States.</p><p>Hamas previously had insisted on implementing the first phase of the ceasefire before moving to discuss its weapons. The group’s founding charter calls for armed resistance against Israel, and it has been reluctant to give up an arsenal, including rockets, anti-tank missiles and explosives, that lies at the heart of its identity.</p><p>Hamas announced earlier this month, however, that it had dissolved its government in Gaza and was preparing to transfer power to a technical committee backed by the United Nations as part of the ceasefire deal.</p><p>The war in Gaza began after the Hamas-led attack on southern Israel on Oct. 7, 2023, killed around 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p><p>Israel’s military now controls more than half of Gaza, leaving Palestinians confined to squalid tent camps and heavily damaged urban neighborhoods.</p><p>___</p><p>Cooper reported from Phoenix, Amiri from New York and Magdy from Cairo. Associated Press writer Edith M. Lederer contributed from the United Nations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OENU6L6NOYSXRJJ2ZOEE3X2YDA.jpg?auth=6abf6736315dfdcc85e7573a2462f78feda202de20fb51952b2bdd78ed988d9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians salvage their belongings from the rubble of a building and tents destroyed in an Israeli airstrike in Gaza City, Thursday, July 30, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KWBYHVKXMHVIQJ6BM3ZPR5TQJE.jpg?auth=17d5a9e168599a53bd1095c39f9359cc16a46eeb4b364d7486708271d7e1371b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump arrives on Air Force One at Hagerstown Regional Airport, in Hagerstown, Md., en route to Camp David, Md., June 8, 2025. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Burglary charge could send man linked to Navajo elder's disappearance back to federal prison]]></title><link>https://www.local10.com/news/2026/07/30/burglary-charge-could-send-man-linked-to-navajo-elders-disappearance-back-to-federal-prison/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/30/burglary-charge-could-send-man-linked-to-navajo-elders-disappearance-back-to-federal-prison/</guid><dc:creator><![CDATA[By SAVANNAH PETERS and JACQUES BILLEAUD, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The last person known to have seen Navajo elder Ella Mae Begay alive has been accused of burglary in an unrelated incident, raising questions about whether he will be sent back to federal prison in Begay's disappearance.]]></description><pubDate>Fri, 31 Jul 2026 00:13:02 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The last person known to have seen Navajo elder Ella Mae Begay alive has been accused of burglary in an unrelated incident, raising questions about whether he will be sent back to federal prison in Begay's disappearance.</p><p>Preston Tolth is the only person ever charged and convicted in connection with the 2021 disappearance of Begay, a weaver and grandmother of nine from a remote community on the Navajo Nation who has never been found. He acknowledged stealing her truck, beating her and leaving her on the side of the road.</p><p>Her case has become emblematic of the heartache felt across Indian Country when loved ones go missing or are killed. Begay's photo appears at marches. Her name is regularly invoked at rallies calling attention to the crisis.</p><p>Phoenix police arrested Tolth, 27, on Tuesday after getting a call about a home break-in. Officers found him about a block away, wearing clothing that matched the description of the suspect and carrying a pocket knife, according to court records.</p><p>Tolth was released from federal prison in June, five years to the day Begay vanished and two years earlier than his sentence was scheduled to end. The Bureau of Prisons cited a federal statue that counts time served after the commission of a crime but before sentencing, including on unrelated charges, in releasing him early.</p><p>Tolth was sent to a transitional housing facility in Phoenix. Under the terms of his plea agreement in federal court, he was not to commit any additional crimes while on supervised release. He also was barred from possessing dangerous weapons.</p><p>He faces a single charge of burglary in Maricopa County. Court records did not have an attorney listed for him, and his public defender in the federal case did not respond to an emailed request for comment Thursday.</p><p>Esther Winne, a spokesperson for the U.S. Attorney’s Office in Arizona, said the office is aware of his arrest.</p><p>“There is a process for handling violations,” Winne said in an email Tuesday, declining further comment.</p><p>Gerald Foxworth, an employee at Phoenix Oasis where Tolth was staying, said Tolth returned to the facility drunk on July 4 in violation of program rules. Tolth left on his own after refusing to be transported to a medical center, Foxworth said, and the facility informed Tolth's probation officer.</p><p>The U.S. Marshals Service had an active warrant out for Tolth’s arrest when he was picked up by Phoenix police.</p><p>The Associated Press left phone and email messages with Tolth's probation officer Thursday requesting comment.</p><p>Begay's family said they were unaware Tolth left transitional housing. His arrest is the latest frustration in a case they say has offered little in the way of justice or closure. The eldest of Begay's three children, Gerald Begay, said he is relieved no one was harmed in the break-in.</p><p>“(Federal officials) made the decision to release this person. Now he’s out here hurting people,” Begay said. “This could have ended far worse.”</p><p>___</p><p>This story is published through the Global Indigenous Reporting Network at The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6Z42MWJBYDBHKMK24GVWHVO6E.jpg?auth=b415725affc244e0bc2751f0861e2e853fc32a35fca422771bec1307f7237d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Seraphine Warren, center left, is embraced by state Sen. Shannon Pinto outside the state capitol building on Feb. 4, 2022, in Santa Fe, N.M. (AP Photo/Cedar Attanasio, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Cedar Attanasio</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTI73QH2CHDKODFI2WYWK2HHFI.jpg?auth=189615e78970fad2748c86087dc997d40b3e13b82c730aaa2243349f40876fe1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gerald Begay, whose mother Ella Mae Begay went missing from her home, poses for a portrait in his home in Denver, April 2, 2026. (AP Photo/Thomas Peipert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6KBVX7SGYTSFRKCC67BKTBKVY.jpg?auth=74854d5ae8d27c453f823426f2db2baaf14d17da754993ba159fbc465e30a28f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Weavings created by Ella Mae Begay, who went missing from her home, are displayed in her son's home in Denver, April 2, 2026. (AP Photo/Thomas Peipert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content></item><item><title><![CDATA[Haití empieza a registrar votantes en la capital bajo amenaza de pandillas]]></title><link>https://www.local10.com/espanol/2026/07/30/haiti-empieza-a-registrar-votantes-en-la-capital-bajo-amenaza-de-pandillas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/haiti-empieza-a-registrar-votantes-en-la-capital-bajo-amenaza-de-pandillas/</guid><dc:creator><![CDATA[Por EVENS SANON y DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[PUERTO PRÍNCIPE, Haití (AP) — El registro de votantes comenzó el jueves en la capital y en otras partes de Haití, lo que marca un hito crucial en el plan de llevar a cabo elecciones generales, aun cuando persisten las preocupaciones por la violencia generada por las pandillas.]]></description><pubDate>Thu, 30 Jul 2026 23:53:22 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — El registro de votantes comenzó el jueves en la capital y en otras partes de Haití, lo que marca un hito crucial en el plan de llevar a cabo elecciones generales, aun cuando persisten las preocupaciones por la violencia generada por las pandillas.</p><p>El gobierno abrió 10 centros de registro en diversas partes de Puerto Príncipe, en vecindarios considerados por lo general seguros, mientras decenas de haitianos esperanzados iban llegando poco a poco.</p><p>“Puede que sea la primera vez que voy a votar”, manifestó el obrero de la construcción Vadley Bernadel, de 34 años.</p><p>Haití no ha celebrado elecciones generales en más de una década, y el país no ha tenido presidente desde que el mandatario Jovenel Moïse fue asesinado en su residencia privada en julio de 2021.</p><p>La violencia de las pandillas no ha hecho más que aumentar desde entonces, pero el primer ministro de Haití está bajo presión para celebrar elecciones, teniendo el 13 de diciembre como fecha de la primera vuelta.</p><p>“Haití necesita a alguien con visión, alguien que pueda conducir al país en una mejor dirección”, expresó Bernadel, quien lamentó las múltiples crisis de su país.</p><p>Hombres armados aún controlan extensas zonas</p><p>La violencia de las pandillas ha desplazado a más de 1,4 millones de personas, y hombres armados controlan aproximadamente el 70% de Puerto Príncipe y las principales carreteras que conducen a las provincias Central y Artibonite del país, que también están bajo asedio.</p><p>Más del 50% del electorado haitiano vive en esas tres regiones, y no está claro si todos los posibles votantes podrán registrarse, y mucho menos votar, dada la violencia.</p><p>“El país puede organizar elecciones en tres meses si decide hacerlo. La pregunta es: ¿qué tipo de elecciones?”, planteó Diego Da Rin, analista del International Crisis Group.</p><p>Si el gobierno insiste en celebrar comicios el 13 de diciembre, “una gran parte del electorado va a quedar por fuera de las elecciones”, advirtió.</p><p>Da Rin señaló que la policía y una misión respaldada por la ONU han recuperado zonas cercanas al Palacio Nacional en Puerto Príncipe y han logrado otros avances, pero pandillas poderosas aún controlan enormes extensiones de territorio.</p><p>“No ha habido avances significativos”, afirmó. “El gobierno no va a poder organizar elecciones en los territorios controlados por las pandillas”.</p><p>Jacques Desrosiers, presidente del Consejo Electoral Provisional de Haití, dijo que planea abrir más centros de registro de votantes en las próximas semanas, incluidos 20 en Pétion-Ville, considerada una de las zonas más seguras.</p><p>En cuanto a la posibilidad de abrir centros en otras comunidades, indicó que eso está en manos del gobierno haitiano.</p><p>Los haitianos temen morir mientras el país se prepara para las elecciones</p><p>El abogado Francky Cavetan dijo que no planea votar porque es demasiado arriesgado, pero sí visitó un centro de registro por curiosidad.</p><p>“Aquí no va a haber elecciones porque el gobierno y el consejo electoral le están mintiendo a la población”, sostuvo. “Están haciendo creer a la gente que las elecciones traerán seguridad, pero tiene que haber seguridad antes de las elecciones”.</p><p>Más de 5.900 personas murieron el año pasado en todo Haití, y más de 1.600 más entre enero y marzo de este año, según las Naciones Unidas. Además, en el primer semestre del año se reportaron 5.500 incidentes de violencia de género, y el 70% de los casos involucró violación, muchas de ellas violaciones en grupo cometidas por pandillas, dijo recientemente Farhan Haq, portavoz adjunto del secretario general de la ONU.</p><p>Cavetan cuestionó cómo siquiera harían campaña los candidatos. También estaba molesto porque cree que un gran número de haitianos no sabe que también se les pedirá participar en un referéndum el mismo día de las elecciones, mientras el gobierno impulsa cambios a la Constitución del país.</p><p>“Ni siquiera le están explicando a la gente qué es lo que planean cambiar en la Constitución”, señaló Cavetan.</p><p>Da Rin coincidió con ese sentir y apuntó que el público todavía no sabe qué cambios busca el gobierno.</p><p>Sin embargo, su mayor preocupación en torno a las elecciones es la seguridad.</p><p>“El desafío para las autoridades en este momento es organizar elecciones sin haber derrotado a las pandillas y disminuir lo máximo posible la influencia que tengan sobre las elecciones”, explicó.</p><p>Da Rin indicó que los vínculos de larga data entre las pandillas y ciertas élites poderosas en Haití siguen activos.</p><p>Desde hace tiempo, las pandillas han sido utilizadas para intimidar a los votantes o convencerlos de elegir a determinados candidatos, así como para destruir urnas cuando algunos miembros de la élite haitiana creían que sus candidatos podrían no ganar, señaló Da Rin.</p><p>“Las pandillas han sido como un instrumento muy importante para las élites para hacer ganar a sus candidatos en las elecciones”, afirmó.</p><p>En un centro de registro en la comunidad de Laboule, sólo tres personas se habían inscrito una hora después de que abrieran las puertas.</p><p>Victor Valensky, conductor de un colorido autobús conocido como tap-tap, era uno de ellos.</p><p>Dijo que estaba enojado por la situación de su país, pero también temía la violencia de las pandillas.</p><p>“Quiero participar en las elecciones, pero tengo que asegurarme de estar a salvo”, expresó el hombre de 38 años. “Si muero ahora, probablemente mi esposa no podrá mantener sola a mis dos hijos… Voy a ser muy cuidadoso antes de salir el día de las elecciones”.</p><p>___</p><p>Coto informó desde San Juan, Puerto Rico.</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/ZBE3SG6RBRXZ5NDAIJAN5N535M.jpg?auth=0ede18fe0025272e6644726f256b96c065754de86aa9a1187cc5fa423d8a921e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haitianos se inscriben para votar en las próximas elecciones generales en Puerto Príncipe, Haití, el jueves 30 de julio de 2026. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Colombia reforzará seguridad con más de 11.000 uniformados para jura presidencial de De la Espriella]]></title><link>https://www.local10.com/espanol/2026/07/30/colombia-reforzara-seguridad-con-mas-de-11000-uniformados-para-jura-presidencial-de-de-la-espriella/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/colombia-reforzara-seguridad-con-mas-de-11000-uniformados-para-jura-presidencial-de-de-la-espriella/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El Ministerio de Defensa colombiano anunció el jueves que desplegará más de 11.000 uniformados para reforzar la seguridad durante la toma de posesión presidencial del conservador Abelardo de la Espriella a realizarse el 7 de agosto en Cali, zona del suroeste del país en la que operan grupos armados ilegales.]]></description><pubDate>Thu, 30 Jul 2026 23:52:34 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El Ministerio de Defensa colombiano anunció el jueves que desplegará más de 11.000 uniformados para reforzar la seguridad durante la toma de posesión presidencial del conservador Abelardo de la Espriella a realizarse el 7 de agosto en Cali, zona del suroeste del país en la que operan grupos armados ilegales.</p><p>“El Estado colombiano está preparado para garantizar la seguridad antes, durante y después de la posesión presidencial", aseguró la ministra de Defensa encargada, Angélica Verbel López, en un comunicado de prensa.</p><p>La seguridad será reforzada tanto en Cali, capital del departamento Valle del Cauca, como en sus municipios aledaños que incluyen a Jamundí, donde hacen presencia las disidencias de la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC) que no se acogió al acuerdo de paz firmado hace una década con el Estado.</p><p>El Ministerio de Defensa indicó que fortalecerán la inteligencia militar para anticipar o detectar “cualquier acción criminal”, lo que se une a la recompensa de hasta 157.000 dólares ofrecida por la alcaldía de Cali por información sobre posibles ataques.</p><p>También será restringido el espacio aéreo de Cali para sobrevolar drones. Sólo podrán operar los drones desplegados por la fuerza pública para labores de vigilancia.</p><p>Las disidencias de las FARC suelen ejecutar acciones criminales de alto impacto, usando explosivos usualmente lanzados desde drones, lo que ha cambiado la dinámica del conflicto armado en los últimos dos años.</p><p>Los militares y policías que serán desplegados en la zona tendrán especialidades de antiexplosivos, operaciones especiales, artillería, vigilancia, transporte y evacuaciones aeromédicas, agregó el reporte.</p><p>El esquema de seguridad será complementado por helicópteros y aviones militares que sobrevolarán la ciudad.</p><p>De la Espriella decidió posesionarse en Cali rompiendo la tradición de jurar en Bogotá como sus antecesores para dar un mensaje a los grupos armados ilegales a los que prometió mano dura en su gobierno.</p><p>“Bandido que no se someta, lo vamos a dar de baja", dijo De la Espriella el jueves en una declaración a la prensa en la que dio “menos de una semana” a los ilegales para que se rindan. "Luego no digan que no se los advertimos”, agregó.</p><p>De la Espriella, quien ha denunciado amenazas en su contra, insistió en que cortará con la política de negociación de paz con los ilegales que sostuvo el saliente presidente Gustavo Petro.</p><p>Petro desconoció la victoria de De la Espriella, su férreo opositor, pese a que la autoridad electoral lo declaró ganador sobre el oficialista Iván Cepeda, lo que derivó en la suspensión de la transición de gobierno entre las entidades.</p><p>No obstante la tensión política, De la Espriella ha continuado armando su equipo de gobierno y preparando su asunción al poder. El jueves anunció como ministra de Salud designada a la abogada Ana María Vesga, a quien le encomendó “superar la crisis humanitaria, financiera y de confianza que enfrenta la salud”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2OWCR3ZKZRKP2L6QKBSMVCQVWY.jpg?auth=1f2f2bd9fedf7a9be723fe64a48e56252d63053eafa72e13698d3639b32b66f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella, habla durante una conferencia de prensa en Bogotá, Colombia, el jueves 30 de julio de 2026. (Foto AP/John Vizcaino)]]></media:description><media:credit role="author" scheme="urn:ebu">John Vizcanino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WKJZTAVMYM7JFDGQ4B3G5D5Z3Y.jpg?auth=6d3c2a99d08129fb47896e541fb2dc6427004eaa687ccde7b0d7a2f3bd7123d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Conserjes caminan afuera del auditorio de la Universidad Santiago de Cali, donde tomará posesión el presidente electo Abelardo de la Espriella, en Cali, Colombia, el miércoles 29 de julio de 2026. (Foto AP/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[Chile y Venezuela acuerdan retomar relaciones consulares y trazan hoja de ruta para normalizar lazos]]></title><link>https://www.local10.com/espanol/2026/07/30/chile-y-venezuela-acuerdan-retomar-relaciones-consulares-y-trazan-hoja-de-ruta-para-normalizar-lazos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/chile-y-venezuela-acuerdan-retomar-relaciones-consulares-y-trazan-hoja-de-ruta-para-normalizar-lazos/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — El gobierno de Chile anunció el jueves que ha acordado con Venezuela restablecer las relaciones consulares entre ambos países y trazar una hoja de ruta para la “normalización progresiva de sus relaciones bilaterales” congeladas desde 2024.]]></description><pubDate>Thu, 30 Jul 2026 23:31:20 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — El gobierno de Chile anunció el jueves que ha acordado con Venezuela restablecer las relaciones consulares entre ambos países y trazar una hoja de ruta para la “normalización progresiva de sus relaciones bilaterales” congeladas desde 2024.</p><p>“A partir de hoy, Chile y Venezuela comienzan una nueva etapa, que nos va a permitir avanzar en tremendos desafíos que tenemos como países en un mismo continente, desafíos que hablan de seguridad, de migración y de desarrollo económico”, dijo en una declaración a la prensa el mandatario chileno, José Antonio Kast.</p><p>La reactivación de las relaciones consulares es el primer paso hacia la reanudación plena de los vínculos bilaterales entre las dos naciones, cuyos lazos menguaron por completo a partir de julio de 2024, cuando el entonces presidente chileno Gabriel Boric cuestionó la transparencia de las elecciones venezolanas que según el Consejo Nacional Electoral de ese país ganó Nicolás Maduro sobre el candidato opositor Edmundo González, algo que desconoció la oposición y varios países de la región.</p><p>“Quiero valorar la disposición del gobierno venezolano y saludar a la presidenta encargada, Delcy Rodríguez, por la disposición a avanzar en esta hoja de ruta conjunta”, agregó Kast.</p><p>Por su parte, el canciller chileno, Francisco Pérez Mackenna, enfatizó que la medida permitirá que “los 700.000 venezolanos que se encuentran en Chile podrán empezar a recibir la asistencia consular, lo mismo para los cerca de 25.000 chilenos" que viven en Venezuela. “Esta es una buena noticia para ambos países”.</p><p>Las actividades consulares en los dos países están suspendidas desde enero de 2025, cuando Venezuela determinó el cese de los servicios a raíz de la crisis diplomática. Desde entonces, los consulados se mantienen cerrados y sin atención al público.</p><p>Con el anuncio del jueves, Chile sigue los pasos de países como Perú y Estados Unidos que igualmente pusieron en marcha una hoja de ruta para retomar las relaciones con Venezuela.</p><p>En marzo Washington reabrió formalmente su embajada en Caracas tras el restablecimiento de relaciones diplomáticas plenas con el país sudamericano, después de que el gobierno de Donald Trump capturara a Maduro durante una operación militar y lo trasladara a Estados Unidos.</p><p>La semana pasada, Perú y Venezuela también informaron que han iniciado “un proceso progresivo de reanudación integral de las relaciones bilaterales” las cuales estaban rotas desde el 30 de julio de 2024.</p><p>De acuerdo con el último censo en Chile, divulgado en 2025, los venezolanos componen la mayor población internacional que vive en el país y representan el 41,6% de toda la población nacida en el extranjero.</p><p>En los últimos años, las tensiones entre los dos países han adentrado también la arena social, ya que el país sudamericano se volvió uno de los mayores países receptores de inmigración en América Latina. La población migrante saltó desde el 0,8% en 1992 al 8,8% en la actualidad.</p><p>El flujo migratorio descontrolado se convirtió en uno de los ejes de la carrera electoral por la presidencia de Kast, ya que muchos chilenos, incluso el gobierno, vinculan la llegada masiva de extranjeros con un aumento de la delincuencia.</p><p>Durante la campaña electoral Kast prometió implementar un gobierno de mano dura contra la violencia y la inmigración irregular y, tras asumir la presidencia el pasado marzo, reafirmó su compromiso con poner en marcha expulsiones masivas e impulsar un proyecto de ley para convertir la situación migratoria irregular en un delito.</p><p>Estimaciones oficiales calculan que alrededor de 336.000 personas, en su mayoría venezolanos, se encuentran viviendo en Chile sin los papeles necesarios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UVXR5V2XCDN7EBFUAGXDXMZKR4.jpg?auth=266e25d4b261189b861847e73a291c753e9fdd632341194baae93144a4aca3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[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)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[‘Flesh-eating’ bacteria infections in Florida: 1 dead, 12 confirmed cases, health officials report]]></title><link>https://www.local10.com/health/2026/07/30/flesh-eating-bacteria-causes-death-in-south-florida-health-officials-report/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/30/flesh-eating-bacteria-causes-death-in-south-florida-health-officials-report/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A patient aged 80 to 84 was the first to die this year in Florida of a confirmed Vibrio vulnificus, better known as the “flesh-eating bacteria,” infection, according to the Florida Department of Health’s data on Thursday.  ]]></description><pubDate>Thu, 30 Jul 2026 23:16:53 +0000</pubDate><content:encoded><![CDATA[<p>A patient aged 80 to 84 was the first to die this year in Florida of a confirmed <a href="https://www.floridahealth.gov/diseases-and-conditions/disease/vibrio-infections/" target="_self" rel="" title="https://www.floridahealth.gov/diseases-and-conditions/disease/vibrio-infections/">Vibrio vulnificus</a>, better known as the “flesh-eating bacteria,” infection, <a href="https://www.flhealthcharts.gov/ChartsReports/rdPage.aspx?rdReport=FrequencyMerlin.Frequency&amp;FirstTime=True" target="_self" rel="" title="https://www.flhealthcharts.gov/ChartsReports/rdPage.aspx?rdReport=FrequencyMerlin.Frequency&amp;FirstTime=True">according </a>to the Florida Department of Health’s data on Thursday. </p><p>The death was in Palm Beach County. There have been 12 more infections statewide so far this year, including two more in Palm Beach and two in Miami-Dade County, according to the FDOH’s data. </p><p>The other eight cases were in Bay, Hillsborough, Lee, Marion, Okaloosa, Polk, and St. Johns counties, according to the FDOH. Last year, there were five deaths and 33 cases. </p><p>Eating raw or undercooked shellfish, particularly oysters, and swimming in marine waters with an open wound increases the risk of exposure to the bacteria, according to the FDOH. </p><p>People with weakened immune systems are at a higher risk of severe and life-threatening illness with symptoms such as fever, chills, septic shock, and blistering skin lesions, according to the FDOH. </p><p><b>FDOH data</b></p><figure><img src="https://www.local10.com/resizer/v2/MG4L7ACYWZD2HBB7ECLTLR4FJI.png?auth=f37df0c9d852bca8c63ad50d039eed1b73cd656b591a69f166be655b374b495d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTUZ7CQ3RNEN5KSMOTE5B2MFNY.jpg?auth=a50a397be29608bff0e1be628cf5d923be9b5ee71e46201f43c010da2f3b7a80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE PHOTO: This is a file photo of a patient suffering from an infection of the flesh-eating bacteria in Florida.]]></media:description></media:content></item><item><title><![CDATA[US cites 'unauthorized travel' to end DACA status for a mother of 3 deported to Mexico]]></title><link>https://www.local10.com/news/national/2026/07/30/us-cites-unauthorized-travel-to-end-daca-status-for-a-mother-of-3-deported-to-mexico/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/us-cites-unauthorized-travel-to-end-daca-status-for-a-mother-of-3-deported-to-mexico/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[McALLEN, Texas (AP) — A Texas mother deported to Mexico despite having legal permission to stay in the U.S. after arriving as a child has filed a lawsuit against the federal government after it notified her it would be terminating her permission because of “unauthorized travel” stemming from her deportation.]]></description><pubDate>Thu, 30 Jul 2026 23:42:57 +0000</pubDate><content:encoded><![CDATA[<p>McALLEN, Texas (AP) — A Texas mother deported to Mexico despite having legal permission to stay in the U.S. after arriving as a child has filed a lawsuit against the federal government after it notified her it would be terminating her permission because of “unauthorized travel” stemming from her deportation.</p><p>Jessica Treviño, 34, filed a lawsuit through her attorney this week asking a federal judge to intervene.</p><p>Treviño and her husband were arrested in December after federal agents followed them into a Home Depot parking lot in South Texas. Both were deported and are living in Matamoros, Mexico, just south of Brownsville, Texas. Their three children, all U.S. citizens, are living with family on the U.S. side near the border.</p><p>After being brought to the country as a child at the age of 7, Treviño subsequently received legal permission at 20 to remain in the U.S. under the Deferred Action for Childhood Arrivals program, or DACA. Introduced in 2012, DACA does not confer legal status but has allowed hundreds of thousands of people who had come to the U.S. as children to temporarily remain and obtain work permits.</p><p>As a DACA recipient, she must maintain a clean criminal record and is not allowed to travel outside the United States.</p><p>Her attorney, David Rozas, filed the lawsuit. He noted her status and work permit were most recently authorized until April 2027.</p><p>Last week, U.S. Citizenship and Immigration Services sent her a notice of intent to terminate her status for “unauthorized travel outside of the United States on or about March 25, 2026," the same day she was deported from the country by the Department of Homeland Security.</p><p>DHS did not respond to a request for comment as of Thursday afternoon.</p><p>Rozas filed a petition asking a federal judge in Brownsville to declare the woman's expulsion was unlawful, order the government to facilitate Treviño's return to the U.S. and allow her DACA status to remain valid.</p><p>“The government had no lawful basis to remove her, and we filed this petition to demand she be brought back home,” her attorney added.</p><p>An immigration judge under the Justice Department had issued a voluntary departure order for Treviño in February while she was in ICE custody, but a valid DACA status prevents the Department of Homeland Security from deporting her.</p><p>“I would be so blessed to be able to go back home, because that’s what I long for most right now. I’m really desperate. It’s been seven months since I’ve been home,” Treviño said Thursday. Her three children are set to start school next month and their mother said she would like to be there.</p><p>The current Trump administration has deported 86 DACA recipients and arrested 241 others, according to a DHS letter sent in February to Democratic Sen. Richard J. Durbin of Illinois.</p><p>Advocates for DACA recipients say Treviño's deportation is part of a pattern.</p><p>“This is what a deliberate, systematic effort to destroy DACA looks like in practice: target recipients one by one, manufacture justifications after the fact, and leave their children to grow up without them,” said Todd Schulte, president of FWD.us, a policy organization defending immigration rights.</p><p>____</p><p>This story has been revised to correct that Treviño arrived in U.S. at age 7, not 8, later receiving DACA status at 20 years old.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJW4ZIJUGGH5LVE2DBGXYGNAZ4.jpg?auth=b427fc6afbca7b2f0fc66b9012558cc237e524294d340cd728056fc5d0f1c5de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Jessica Treviño on Thursday, July 30, 2026, shows Treviño, who was deported in March 2026 despite having a valid DACA status and clean criminal record. (Jessica Treviño via AP)]]></media:description></media:content></item><item><title><![CDATA[Sam Darnold uninterested in narratives about him, but ready to help Seahawks defend Super Bowl crown]]></title><link>https://www.local10.com/sports/2026/07/30/sam-darnold-uninterested-in-narratives-about-him-but-ready-to-help-seahawks-defend-super-bowl-crown/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/sam-darnold-uninterested-in-narratives-about-him-but-ready-to-help-seahawks-defend-super-bowl-crown/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Less than six months removed from his first NFL title, Sam Darnold briefly chuckled to himself.]]></description><pubDate>Thu, 30 Jul 2026 23:12:06 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Less than six months removed from his first NFL title, Sam Darnold briefly chuckled to himself.</p><p>Darnold was asked Thursday if he feels the narratives about him have gone by the wayside. For years, the discourse on Darnold centered around him being a bust, considering his pedigree as a former No. 3 overall pick, and a transient quarterback who hopped from team to team. Darnold’s first year under center for the Seahawks, after all, marked his fifth team in eight seasons.</p><p>Despite the scrutiny, Darnold said his confidence in himself has never wavered.</p><p>“I don’t allow myself to really pay attention to anything like that,” Darnold said five days into training camp. “If I do catch wind of it, I have my process on how to handle that. Like I said, it’s just about handling my process and doing it my way, so that when I get out there, it’s not about what I’ve done or what I’m going to do, it’s about what I’m doing right now.</p><p>“I think if I just continue to have that mindset as we go on, we’ll be just fine.”</p><p>What Darnold is more interested in is getting up to speed with the Seahawks’ new offensive scheme.</p><p>First-year offensive coordinator Brian Fleury and Darnold have some familiarity with one another, though. Fleury spent the last four years as the 49ers’ tight ends coach, and Darnold was San Francisco’s backup for the 2023 season.</p><p>Darnold has enjoyed getting to reconnect with the stoic Fleury, who has been tasked with replacing current Las Vegas Raiders head coach Klint Kubiak.</p><p>“Whether it’s a good play or bad play, his mentality never changes out there on the field, which I already knew about, being in San Francisco with him,” Darnold said. “But, he was always very even keel. Now, getting to spend a lot more time with him as the offensive coordinator, it’s fun to be able to watch him work every single day and see his mentality out there.”</p><p>Darnold would also like to keep working on his report with wide receiver Rashid Shaheed, who signed a $51 million, three-year contract in March.</p><p>Shaheed, who had 59 catches for 687 yards and two touchdowns last season for Seattle and New Orleans, spent a good chunk of the offseason training with Darnold. The two Southern California natives teamed up at Saddleback College in Orange County, which Darnold imagines will only help Shaheed further get up to speed with the Seahawks ahead of his first full season in Seattle.</p><p>“He’s a friendly receiver to throw to,” Darnold said. “... I’m looking forward to him continuing to get more reps and build that chemistry so that we can see him more often getting catches and doing his thing at the receiver position.”</p><p>Fans will have plenty of chances to get sneak peaks of Darnold’s and Shaheed’s progress on the HBO show “Hard Knocks”. As the quarterback of the reigning Super Bowl champions, Darnold understands he very well may be one of the focal points of the show.</p><p>It’s an impending experience Darnold is prepared for ahead of his ninth NFL season. After a second straight Pro Bowl season, Darnold has proven he belongs among the NFL’s elite quarterbacks after a much-criticized beginning to his professional career.</p><p>While Darnold isn’t one to reflect on how far he’s come, coach Mike Macdonald is more than willing to shower praise on his even-keeled quarterback as the Seahawks seek to defend their Super Bowl title.</p><p>“The thing I appreciate about Sam – and you can’t speak for everybody — but just every rep is a rep,” Macdonald said. “If it’s in the quarterback room and they’re going over the script, he treats that rep the same as he does here, if it’s practiced online or we’re in a game. It’s all the same. That’s the mental approach that we want all of our guys to take.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NQXFVPCBHOF7AJQU6QBAUB4OIQ.jpg?auth=f91b04b108114202f03c81808d23a6d1fd1e3a7029b475b2bf05fdcd23effd2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks quarterback Sam Darnold takes a selfie during the NFL football team's training camp, Sunday, July 26, 2026, in Renton, 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/GTX5ZCR254RV2SFANSTNVRLU6Y.jpg?auth=ae0c3a711cd3782796de8568089450a81ede7923dcbe84075847337ff206a416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks quarterback Sam Darnold smiles during the NFL football team's training camp, Sunday, July 26, 2026, in Renton, 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/GMYWCLSWQENMFENNKWMCIV4AQI.jpg?auth=74ab1260ca389cf1cf35a850bc19a9eb4ab6df83390ee40386b9b18f69a13e28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks quarterback Sam Darnold carries a ball during the NFL football team's training camp, Sunday, July 26, 2026, in Renton, 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/S74GVD2TNDYBJDDYNJHVPO6YCA.jpg?auth=ed70d54c425f23483139f7adcadff48127bd29f725588b404a1f9ee35e9938bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks quarterback Sam Darnold hands off the ball during the NFL football team's training camp, Saturday, July 25, 2026, in Renton, 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/2GUWU6LR3QOWGRBJKZI7RFPFL4.jpg?auth=23cad2957a354d606ab53ddc2c0efc29f8eb1cd0a6f86576ad70e20fa58fbbec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks quarterback Sam Darnold signs autographs during the NFL football team's training camp, Saturday, July 25, 2026, in Renton, Wash. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Attorney for Nolan Wells' family says experts to review a boat distress call from day he disappeared]]></title><link>https://www.local10.com/news/national/2026/07/30/attorney-for-nolan-wells-family-says-experts-to-review-a-boat-distress-call-from-day-he-disappeared/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/attorney-for-nolan-wells-family-says-experts-to-review-a-boat-distress-call-from-day-he-disappeared/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description><![CDATA[An attorney for the family of Nolan Wells said Thursday that they have hired audio engineers to review a distress call made from a boat on the day of his disappearance, which has prompted online speculation and claims of defamation amid the ongoing investigation into the 18-year-old’s death.]]></description><pubDate>Thu, 30 Jul 2026 22:52:17 +0000</pubDate><content:encoded><![CDATA[<p>An attorney for the family of Nolan Wells said Thursday that they have hired audio engineers to review a distress call made from a boat on the day of his disappearance, which has prompted online speculation and claims of defamation amid the ongoing investigation into the 18-year-old’s death.</p><p>The recording, released by Mississippi authorities this week, captures a July 4 call to a private marine towing company requesting assistance for a boat that was taking in water off Horn Island, where Wells was last seen.</p><p>“Our bilge pump stopped working. We’re sinking. Can y’all please come?” the caller asks, noting that there were about seven people on board. The dispatcher then speaks with a captain for the towing company, who said a relative of the boat owner reported those onboard had solved the issue and "don't need any help right now.”</p><p>The distress call was made to Sea Tow, a private company, and released to media outlets by the Mississippi Department of Marine Resources. Law enforcement officials have said they were told by witnesses that Wells was not on the boat when it left the island.</p><p>Speaking at the National Urban League Conference on Thursday, the civil rights attorney Ben Crump said Wells' family had retained audio engineering experts to review the recording. The legal team is also calling on prosecutors to include outside authorities in the review of phones belonging to friends who traveled with Wells to the island.</p><p>A voicemail left with the Jackson County District Attorney’s office was not returned.</p><p>Wells' parents also attended the conference, pleading for anyone with information to come forward. “We will not rest until we get answers," said his mother, Christine Wonsley.</p><p>Online speculation and suspicion mount</p><p>The teenager's death has touched off rampant speculation, deepened in part by uncertainty about his final hours, distrust of law enforcement and Mississippi’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>A day after the discovery, Jackson County Sheriff John Ledbetter said Wells’ friends were cooperating with authorities and that investigators did not suspect foul play. The sheriff has released few details since but has said the investigation is ongoing.</p><p>An independent autopsy commissioned by Wells’ family was inconclusive about the cause of his death. The official autopsy will remain sealed until a grand jury reviews the evidence, which is a standard practice in Jackson County, according to the local district attorney.</p><p>In the absence of new information, social media users have seized on videos and photos shared online. Some have made unsubstantiated claims against Wells’ friends, whose attorneys and family members have since reported death threats and doxing campaigns.</p><p>Following the release of the dispatch call this week, online sleuths quickly tracked down some of the people mentioned in the audio.</p><p>In a statement Wednesday, the parents of a 21-year-old said their son had been doxed and threatened as a result of “outright fabrications” stemming from the audio.</p><p>They said he had boarded the malfunctioning boat to help, then briefly towed it a short distance with his own boat. He has since cooperated with law enforcement, provided names of potential witnesses and allowed authorities to inspect his boat and GPS device, the statement added. An attorney for the family said they had already served one person with a cease-and-desist letter for alleged defamatory claims and planned to serve others this week.</p><p>Crump defends the attention on the case</p><p>On Thursday, Crump rebuffed criticism that his attention on the case could inspire online targeting of others. He noted that Wells’ parents also have faced online attacks.</p><p>“We’re not trying to cast aspersions on anybody, we want the truth,” Crump said. “If it was your child, you’d want the same thing."</p><p>The attorney was also joined Thursday by relatives of Tyler Smith and Daniel Erving, two Black 18-year-olds who died in recent months, in circumstances that Crump described as “very similar” to Wells' final hours.</p><p>Smith, a recent high school graduate from Lexington, Kentucky, died on July 4 from a gunshot wound that police said was accidental and self-inflicted. His family has disputed the determination. Police said the investigation remains ongoing.</p><p>Erving drowned in a Texas lake in April after jumping from a railway bridge with two teenage friends, local authorities said. Earlier this month, the two friends were charged with evidence tampering because they had “failed to report the incident and later discarded items belonging to Daniel,” according to a Dallas police spokesperson.</p><p>Relatives of both Erving and Smith said their concerns about the investigations had not been taken seriously by local law enforcement.</p><p>“Three 18-year-old Black boys all within three months,” Crump said. “We want answers.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4IZT2UVC4JTSCMCKQFWUGPUDQ.jpg?auth=a6e90edeb6e677c7387f94b9c691627fb8c8b4ecf385dca0d766d545c583b200&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elmore Wonsley, right, pauses from speaking as wife Christine Wonsley holds a photo of her deceased son, Nolan Wells, as they appear at the National Urban League's annual conference, 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><media:content url="https://www.local10.com/resizer/v2/T67D4M7LDAN6GXKETD5AOFLYRI.jpg?auth=716506fd4c8504659229f96b055661c81cc25ed25ce8d641f22d4ac69910a0fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Azariah Mayhorn is comforted by uncle Trevon Petty, left, as her mother, Lynsey Smith, right, holds a photo of her deceased son and Mayhorn's sister, Tyler Smith, as they appear at the National Urban League's annual conference, 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><media:content url="https://www.local10.com/resizer/v2/WVFQN6YIPHS4J77A6YSSKDKNNA.jpg?auth=04455fb288b6765d58db059dd8db879ab7006c617f3ec9b5fd917e17fc3c6d77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Ben Crump shouts from the podium as he joins Christine Wonsley and Elmore Wonsley, left, mother and step father of Nolan Wells appear at the National Urban League's annual conference, to share updates on the deaths of their son 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><media:content url="https://www.local10.com/resizer/v2/AABJFBAEOE7BAYMPP3HDIDAC2U.jpg?auth=6b5db2a6d875895bd99d2bb02baaa10ec4fb78b7afe1fa506b3a9cc15601e4b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Ben Crump raises his fist as he arrives with clients Christine Wonsley and Elmore Wonsley, mother and step father of Nolan Wells who was found dead after taking a July 4 boat trip with friends, as they appear at the National Urban League's annual conference, 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><media:content url="https://www.local10.com/resizer/v2/IPF7CYC26APLNRCVT4OYSTRSHU.jpg?auth=6a4587215372f8d8f85ef95780a0ebca4a71f330870a72cff6f40c0fb6bb99f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christine Wonsley looks at a photo of her deceased son Nolan Wells, as husband Elmore Wonsley, left, stands at her side as they appear at the National Urban League's annual conference, 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[In NIL stalemate, Cruz insists new $48M cap would be a hard cap. SEC, Big Ten not convinced]]></title><link>https://www.local10.com/sports/2026/07/30/in-nil-stalemate-cruz-insists-new-48m-cap-would-be-a-hard-cap-sec-big-ten-not-convinced/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/in-nil-stalemate-cruz-insists-new-48m-cap-would-be-a-hard-cap-sec-big-ten-not-convinced/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[One key difference between Senate negotiators and the conferences still holding out on proposed legislation to regulate college sports is whether language in the bill would truly create a “hard salary cap” that would eliminate many third-party payments that have sent roster costs skyrocketing.]]></description><pubDate>Thu, 30 Jul 2026 22:45:40 +0000</pubDate><content:encoded><![CDATA[<p>One key difference between Senate negotiators and the conferences still holding out on proposed legislation to regulate college sports is whether language in the bill would truly create a “hard salary cap” that would eliminate many third-party payments that have sent roster costs skyrocketing.</p><p>Sen. Ted Cruz, R-Texas, the chair of the Senate Commerce Committee and cosponsor of the bill, sent out a social media post that said “The cap is a hard cap. Full stop. That loophole is closed.”</p><p>But the refusal by the Big Ten and Southeastern Conference to sign off on changes to the Protect College Sports Act during a frenzied week of negotiating is a sign that they do not agree with Cruz's assessment and would like to see stronger language in the bill.</p><p>The Senate broke for the weekend late Thursday without taking action on the bill. It goes on vacation next Friday and the likelihood of the bill reaching a vote before then has grown slim.</p><p>One of the key concessions made over the past week was the addition of an up to $27.5 million (up from $25 million) “retention pool" that could be used to keep players on rosters. It would be added to the $21.3 million salary cap already in place to make the new number $48.8 million.</p><p>The new cap would then presumably include many of the third-party name, image, likeness deals that circumvent the current cap — many arranged by schools' multimedia rights groups. The bill would restrict future third-party deals to what Cruz called truly “open market” deals.</p><p>The Senate negotiators say language in the bill already does that.</p><p>“Some commissioners want more: bar any company doing business with a school from signing that school’s players,” Cruz said in his post. “So a QB couldn’t sign with Nike because Nike has a separate contract with his university. That’s not protecting a cap. That’s blocking a kid from selling his own name.”</p><p>A letter to the conferences from a key negotiator, obtained by Yahoo Sports, spelled out how the language in the bill deals with the commissioners' concerns.</p><p>The letter also addressed concerns that the new salary cap would blow past revenue-sharing amounts established in the House settlement, which dictates the terms of paying players.</p><p>“To the extent the current House settlement framework or its implementation treats these payments differently, federal statute, and the rules that are protected by it, trump the settlement,” it said.</p><p>The letter did not explain how and plaintiffs' attorney Jeffrey Kessler has said he would need to see the legislation before weighing in on how it impacts the settlement.</p><p>The NCAA, which has supported the bill, put out a statement from President Charlie Baker acknowledging the shrinking window to get this done.</p><p>“While no bill is perfect, I implore college sports leaders and Senators to support this bill now," Baker said. "It is our best chance to deliver the benefits and level playing field student-athletes deserve while providing the protections institutions need to sustain college athletics long-term.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AP6TX2RGP5RFVMTVUFYAX6VFKE.jpg?auth=872407b51be7e91a07e920ce837c4114be5b893fe0aa65702c95edd94ba268b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Ted Cruz, R-Texas, left, chairman of the Senate Commerce, Science and Transportation Committee, speaks with Sen. Maria Cantwell, D-Wash., right, before a hearing Wednesday, Nov. 19, 2025, on Capitol Hill 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[July 30: Very hot, maybe a few Friday storms]]></title><link>https://www.local10.com/weather/2026/07/30/july-30-very-hot-maybe-a-few-friday-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/30/july-30-very-hot-maybe-a-few-friday-storms/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A rogue, passing shower can’t be ruled out Thursday night for South Florida. ]]></description><pubDate>Thu, 30 Jul 2026 22:44:50 +0000</pubDate><content:encoded><![CDATA[<p>A rogue, passing shower can’t be ruled out Thursday night for South Florida. Otherwise, Miami-Dade and Broward counties can expect partly cloudy skies and light, west-southwest winds with temperatures forecast to drop near 80°F overnight.</p><p>Friday will feature a sun/cloud mix and southwest winds, sustained five to 10 mph. Temperatures will make a run for the mid-90s. If Miami reaches 95°F, it ties the record high for the date. Early or late afternoon showers and storms could develop. </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[Cyberattacks on Minnesota water systems investigated as officials warn about Iranian hackers]]></title><link>https://www.local10.com/news/national/2026/07/30/cyberattacks-on-minnesota-water-systems-investigated-as-officials-warn-about-iranian-hackers/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/cyberattacks-on-minnesota-water-systems-investigated-as-officials-warn-about-iranian-hackers/</guid><dc:creator><![CDATA[By JAMIE STENGLE and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[Authorities were working Thursday to find the source of cyberattacks that targeted over 30 water systems in Minnesota and came amid warnings that Iranian hackers have been focused on such systems.]]></description><pubDate>Thu, 30 Jul 2026 22:42:32 +0000</pubDate><content:encoded><![CDATA[<p>Authorities were working Thursday to find the source of cyberattacks that targeted over 30 water systems in Minnesota and came amid warnings that Iranian hackers have been focused on such systems.</p><p>Minnesota IT Services said state officials had yet to identify who was behind the attacks that took place Sunday and Monday. There were no reports that residents had been impacted by the attacks, though one city asked residents to conserve water for a couple hours while they tried to determine what was wrong.</p><p>The FBI, which is investigating, has not publicly identified a culprit and a spokesperson declined to say Thursday who the bureau thought might be responsible. The FBI, Cybersecurity and Infrastructure Security Agency and other agencies warned in an advisory last week that Iranian hackers have been targeting water and wastewater systems and the operational controls other critical infrastructure sectors.</p><p>Digital warfare has become ingrained in military conflict, and local water plants or healthcare facilities often lack the funds and know-how to install the latest software patches or take other security steps. That has made them a favorite target, both because of the relative ease of penetrating them and because of the panic such disruptions can cause.</p><p>Iran has the “geopolitical motivations” and a recent history of targeting water systems, said Cynthia Kaiser, the former deputy assistant director of the FBI's cyber division who has been closely monitoring threats to critical infrastructure from hackers linked to the country.</p><p>“I think most credible researchers and responders would be right to treat it like it’s Iran until proven otherwise,” added Kaiser, who is now the senior vice president of Halcyon’s Ransomware Research Center. “When it walks like a duck and talks like a duck, it's really important to call it out.”</p><p>Iran's interest in the operations of water systems inside the U.S. dates back years. In 2016, the Justice Department charged a group of Iranian hackers in connection with a cyberattack targeting a small dam near New York City.</p><p>Minnesota IT Services said that as of Thursday, there were no active requests from Minnesota communities for residents to modify usage of their drinking water. The state agency said most of the confirmed attacks involved technology that water systems use to remotely monitor and control equipment. It said that being impacted meant investigators confirmed there was malicious activity involving the system’s technology and didn’t mean every impacted community had their water service disrupted.</p><p>The state agency said there are similarities among the incidents, including timing and the types of technology used, but investigators haven’t determined if the same culprit was behind each one.</p><p>For a few hours on Monday, the city of Braham asked residents to minimize water use as they tried to determine why the water plant was offline. The city of about 1,700 people, located about 70 miles (113 kilometers) north of Minneapolis, said in a news release that the water plant outage was due to a cyberattack, but it didn't cause any issue with water quality.</p><p>The city said the attackers shut down the operating controls that shut down the well and water treatment plant. That left the city for a time only able to provide residents with the water held in the water tower.</p><p>In Plymouth, a city of about 80,000 located outside of Minneapolis, officials said on social media that their water infrastructure communications had been restored by Tuesday afternoon following a cyberattack. The city said crews were able to continue operating the system during the outage and it didn't have any impact on water levels or quality.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFQVGGHYH67GBPWAGLF6ONM7FA.jpg?auth=c8e63d8e15509cae72656565704380bff8be9abb95dab3daee1034ded534355b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A water tower is seen Thursday, July 30, 2026, in Plymouth, Minn. A cyberattack targeted the operating technology at over 30 water systems in Minnesota, including Plymouth's, earlier this week, state officials said. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2OLVGXJ7PQWN25QQCP6FFGLITE.jpg?auth=093ccd0b674f721f37244f047370588f3769e53b6b4b01fc7284386aa3db041b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A water tower is seen Thursday, July 30, 2026, in Plymouth, Minn. A cyberattack targeted the operating technology at over 30 water systems in Minnesota, including Plymouth's, earlier this week, state officials said. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZS7MBXEFQMW6LTW2JEH5VS6C4M.jpg?auth=03f3d8221aeb88f3b41256895e94edd7f4ffd461cef47db8039b8d519ae03d33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A water tower is seen Thursday, July 30, 2026, in Plymouth, Minn. A cyberattack targeted the operating technology at over 30 water systems in Minnesota, including Plymouth's, earlier this week, state officials said. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[With no incumbent seeking reelection, 2 women running for Broward School Board in District 7]]></title><link>https://www.local10.com/news/local/2026/07/30/with-no-incumbent-seeking-reelection-2-women-running-for-broward-school-board-in-district-7/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/with-no-incumbent-seeking-reelection-2-women-running-for-broward-school-board-in-district-7/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[With Broward County District 7 School Board Member Nora Rupert not seeking reelection, two candidates are now eyeing the seat to help lead the district that includes Coconut Creek, Deerfield Beach, Hillsboro Beach, Lighthouse Point, Margate, Pompano Beach and some tribal land in the county. ]]></description><pubDate>Thu, 30 Jul 2026 22:33:39 +0000</pubDate><content:encoded><![CDATA[<p>With Broward County District 7 School Board Member Nora Rupert not seeking reelection, two candidates are now eyeing the seat to help lead the district that includes Coconut Creek, Deerfield Beach, Hillsboro Beach, Lighthouse Point, Margate, Pompano Beach and some tribal land in the county. </p><p>U.S. Army veteran and nurse Cynthia Dominique described how she would tackle the district’s severe financial challenges if elected.</p><p>“I believe we have to take a holistic approach,” she said. “We have to find a way to pay our teachers more, including the staff who make learning possible, the bus drivers, the cafeteria workers, the custodian staff.”</p><p>Candidate Rochelle “Shelly” Soffer is a school speech language pathologist and former teacher.</p><p>“When we get the budget, we have to scrutinize the budget,” she said. “Where are we over-spending, where are we under-spending when we make these allocations, when we make these projections? Where are the projections not aligning?”</p><p>Both candidates detailed how they would address the district’s declining enrollment as families opt out of traditional public school.</p><p>“Why are they looking at these other avenues? What is it that we are not doing as a county that would make them come back?” asked Soffer. “Now we’ve heard safety and security, but we also gotta look at programming.”</p><p>Said Dominique: “The programs that we implement, the technology that we implement, we should be scrutinizing everything to make sure it’s actually improving student outcomes and we’re getting a return on our investment.”</p><p>School board elections are nonpartisan. </p><p>While you do have to be registered to vote, you are not required to be registered with a political party in order to vote for who you want to see represent your district on the school board. </p><p>Election day is set for Aug. 18. </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[Big Ten seeking clarity on playoff expansion before addressing its nonconference scheduling policy]]></title><link>https://www.local10.com/sports/2026/07/30/big-ten-seeking-clarity-on-playoff-expansion-before-addressing-its-nonconference-scheduling-policy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/big-ten-seeking-clarity-on-playoff-expansion-before-addressing-its-nonconference-scheduling-policy/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — The Big Ten appears to be in no hurry to change its status as the only major conference that doesn’t require its schools to schedule at least one nonconference game against another Power Four member each year.]]></description><pubDate>Thu, 30 Jul 2026 22:32:49 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The Big Ten appears to be in no hurry to change its status as the only major conference that doesn’t require its schools to schedule at least one nonconference game against another Power Four member each year.</p><p>Big Ten commissioner Tony Petitti said this week at the Big Ten media days event that any proposed scheduling decisions would have to wait until a final decision comes on playoff expansion. The Big Ten is pushing for a 24-team approach to replace the current 12-team format.</p><p>That’s fine with many of the conference’s coaches and athletic directors.</p><p>“We’ve talked a lot about scheduling in our AD room and with our coaches about what’s coming next and what’s the right way to do things,” Petitti said. “I will tell you that our focus now is seeing clarity around the playoff and access and how that’s going to work before we make the next decision.”</p><p>Scheduling moves by other conferences have left the Big Ten as the lone holdout in this regard. The Big Ten has won the last three national championships, and none of those teams — Michigan in 2023, Ohio State in 2024 and Indiana last year — played a nonconference regular-season game against a Power Four program.</p><p>In the past, the Big Ten could point to its nine-game conference schedule as a reason it didn't need to force tougher standards in nonconference scheduling since some other Power Four leagues were only playing eight conference games.</p><p>That's no longer the case.</p><p>The Southeastern Conference and Atlantic Coast Conference are adopting nine-game league schedules this year, and the Big 12 already was doing so. Those leagues make their teams have at least one nonconference game against a Power Four team or Notre Dame, though some Big 12 teams are using matchups with Washington State or Oregon State to fill the requirement because those games were scheduled before the previous version of the Pac-12 imploded.</p><p>Northwestern’s David Braun and Nebraska’s Matt Rhule said they would welcome a similar requirement, as long as the Big Ten gets its wish regarding postseason expansion.</p><p>“If we go into a 24-team playoff, it makes total sense,” Rhule said.</p><p>While most Big Ten teams regularly schedule at least one nonleague game against a major conference team, there are exceptions.</p><p>For example, this is the third straight season Indiana hasn’t played a nonconference regular-season game against a Power Four team. The Hoosiers host North Texas, Howard and Western Kentucky before opening their Big Ten schedule.</p><p>Indiana coach Curt Cignetti said he could foresee college football eventually making changes that allow for a more uniform scheduling strategy among the leagues.</p><p>“We play who’s on the schedule,” Cignetti said. “I suspect down the road something will happen with scheduling, sort of standardizing scheduling. You’ve got two conferences (the Big Ten and SEC) that are head-and-shoulders sort of above the rest right now. I think there will be some standardization."</p><p>He said it wouldn't surprise him to see it in two or three years.</p><p>Other Big Ten teams not playing nonconference games against Power Four members or Notre Dame this season include Nebraska, Penn State, Southern California and Washington. This season is just the second time since World War II that USC hasn’t faced Notre Dame.</p><p>Maryland, Northwestern, Penn State, Rutgers and Washington joined Indiana in not scheduling non-Power Four teams last year. New Penn State coach Matt Campbell was asked this week what he’d think about the Big Ten requiring teams to do so.</p><p>“There’s been so much going on in our own world that I don’t even know if I can give you an educated answer to that from my standpoint of it … I still think this landscape is constantly shifting around us,” Campbell said. “I think as we settle in, maybe I’ll have a better answer for that when I know what our landscape is.”</p><p>That reflects the general lack of consensus among Big Ten coaches regarding whether teams should be required to include a Power Four program in their nonconference schedules.</p><p>“Everybody’s going to look at it differently,” said Minnesota's P.J. Fleck, whose team hosts the SEC's Mississippi State on Sept. 12. “I like it because I think playing a team like that prepares you for Big Ten play way earlier.”</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/TWPUEOQHJWGYEN7MFEFB5EYUIQ.jpg?auth=20a9e8e55877865c1caf080a8c02cc54f9a50f21a006c0ba3b7429c631f07069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Big Ten Conference Commissioner Tony Petitti speaks during an news conference at the Big Ten Conference NCAA college football media days at Lucas Oil Stadium, July 26, 2023, in Indianapolis. (AP Photo/Darron Cummings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content></item><item><title><![CDATA[Jackson Health union head fears ‘stress on the system’ from TPS-recipient job losses]]></title><link>https://www.local10.com/news/local/2026/07/30/jackson-health-union-head-fears-stress-on-the-system-from-tps-recipient-job-losses/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/jackson-health-union-head-fears-stress-on-the-system-from-tps-recipient-job-losses/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Martha Baker is a registered nurse and the president of SEIU 1991, the union who represents nurses, doctors, and healthcare professionals within the Jackson Health System.]]></description><pubDate>Thu, 30 Jul 2026 22:31:19 +0000</pubDate><content:encoded><![CDATA[<p>Martha Baker is a registered nurse and the president of SEIU 1991, the union who represents nurses, doctors and healthcare professionals within the Jackson Health System. </p><p>“Jackson leadership team tells me there’s about 50 Haitian employees who are subject to be terminated due to the TPS (Temporary Protected Status) being revoked by Washington, and it puts a wear and tear on the remaining staff,” she said. “Missed lunches, double shifts; it puts a financial burden on the hospital.”</p><p>In a statement provided to Local 10 News, a spokesperson for Jackson Health System said contingency staffing plans to prevent disruptions to patient care are in place, including overtime.</p><p>“You know, to pay overtime alone is silly when you just had somebody yesterday who was well-trained,” said Baker. “At Jackson, with our mission to take care of all residents regardless of your ability to pay, it’s just a shame that we would put more stress on the system. Jackson struggles every day to break even.”</p><p>The hospital group added that 50 employees affected is a small fraction of their 15,000 employees.</p><p>There was a similar sentiment from the spokesperson for Broward Health who told Local 10 news the 47 staff members impacted there represents less than 1% of their total workforce.</p><p>A spokesperson for Memorial Healthcare System told Local 10 News they had 27 impacted employees out of 17,000. </p><p>“While it may seem like a small number with only 50 being affected, 50 is a big number,” said Baker. “That’s a big number to hire.”</p><p>That is especially true for those with specialized nursing skills, like the two she says who worked in the transplant unit.</p><p>“Almost similar to an ICU or a step down unit because these patients are so sick and it takes so long, not everybody can work that floor unless you’ve been properly trained,” said Baker. “Two of our Haitian nurses are being sent back.”</p><p>She added that filling those vacancies can also take a financial toll. </p><p>“They say for every nurse you lose, you lose $100,000, and that’s the cost it takes to hire, to train, to process, to precept, and when they’re what we call non-productive while they’re training for eight to 12 weeks, we’re paying them,” said Baker. “Those dollars add up, all the way back to advertising for a vacancy, and interviewing, adding all the time put together, it’s a significant cost and loss to the system.”</p><p>This is happening at a time the Jackson Health System is experiencing patient growth and is actively hiring. </p><p>Baker also responded to the the claim that TPS beneficiaries with work permits take jobs away from American citizens.</p><p>“That’s a myth in healthcare because there’s too many vacancies in healthcare,” she said. “The problem is, can we survive the shortages were challenged with? So I can’t believe anybody would be turned away from a job in healthcare because some immigrant got it over them, that’s kind of, I think, more politics at its worst. A divisiveness.”</p><p>Baker made a plea to those in Congress who have the power to make a difference. </p><p>“Do your job,” she said. “We love our Haitian members in our community and at Jackson. It’s disgusting that our senators are allowing this to happen. We are sending our Haitian teammates back to what is probably one the most dangerous countries on Earth today.”</p><p>Baker also offered advice for the people being impacted by the loss of TPS. </p><p>“Everyone asking, what should I do? Should I show up to work? The main thing I tell them is to speak with your employer,” she said. “You are not allowed to work while unauthorized in the country, but there are different cases, some TPS recruitments who have filed for other forms of relief, so those individuals are a little safer, but it is up to your employer. The employer knows the law, that they cannot have someone working who is unauthorized to do so in the United States. So when I say don’t panic, make sure that you have all your affairs in order, get all your immigration affairs in order, all your personal affairs in order.”</p><p>She went on to say that many still feel they are in “legal limbo” because lower courts still need to weigh in on an exact timeline for executing final administrative orders.</p><p>“This is not the time to be missing any immigration hearings, any appointments, any ICE check-ins, and I understand there’s a well-founded fear of being arrested, and I can’t guarantee, no attorney can guarantee that that’s not going happen, but I would rather you proceed with the proper procedures than for you to sit here and then there’s a final order of removal because now it just becomes more issues for you,” said Baker. </p><p>Full Statement From Jackson Health System:</p><blockquote><p><b>Jackson Health System recognizes that the expiration of Temporary Protected Status (TPS) is a difficult and uncertain time for affected employees and their families. Jackson has worked closely with these employees to submit any documentation that could establish continued work authorization. Federal law requires that employees whose work authorization expires and who cannot provide alternative eligibility documentation can no longer remain employed. Jackson has continued to employ affected team members for as long as federal TPS extensions remained in effect, and we would welcome them back should they regain work authorization.</b></p><p><b>Approximately 50 employees are affected, a small fraction of our 15,000+ team members. We have contingency staffing plans, including per diem staff, agency personnel, and overtime, to ensure uninterrupted, high-quality patient care throughout this transition.</b></p><p class="citation">Krysten Brenlla, Media Relations & Branded Content Manager, Jackson Health System</p></blockquote><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[Inter Miami rolls out red carpet for champion midfielder Casemiro]]></title><link>https://www.local10.com/sports/local/2026/07/30/inter-miami-rolls-out-red-carpet-for-champion-midfielder-casemiro/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/30/inter-miami-rolls-out-red-carpet-for-champion-midfielder-casemiro/</guid><dc:creator><![CDATA[Jason Carter, Ryan Mackey]]></dc:creator><description><![CDATA[Inter Miami CF unveiled its new Cénit kit Thursday while welcoming a new star to South Florida, with Brazilian midfielder Casemiro making his first appearance with the club at the team’s new stadium.]]></description><pubDate>Thu, 30 Jul 2026 22:28:37 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF <a href="https://www.local10.com/sports/local/2026/07/30/inter-miami-unveils-cenit-3rd-kit-inspired-by-nu-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/30/inter-miami-unveils-cenit-3rd-kit-inspired-by-nu-stadium/">unveiled its new Cénit kit Thursday</a> while welcoming a new star to South Florida, with Brazilian midfielder Casemiro making his first appearance with the club at Nu Stadium. </p><p>The arrival was fit for a champion, as Inter Miami rolled out the red carpet with a fanfare and a band to introduce the five-time Champions League winner.</p><p>Casemiro, 34, who has spent much of his career with European giants including Real Madrid, told fans through an interpreter that he was excited to be in Miami and that he chose Inter Miami because he believes the club is the best team in MLS.</p><p>The club also showed off its new Cénit jersey, which features pink, white and Miami blue colors inspired by the team’s new stadium. </p><p>The name Cénit means “zenith” or the highest point in Spanish, representing Inter Miami’s goal of reaching the top this season.</p><p>The new kit will make its on-field debut Saturday against Columbus, as Casemiro prepares to help Inter Miami defend its MLS title.</p><p>Watch more of his introduction in the video at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Family seeks release of Venezuelan woman detained by ICE]]></title><link>https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/family-seeks-release-of-venezuelan-woman-detained-by-ice/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Family members of a Venezuelan woman detained by U.S. Immigration and Customs Enforcement gathered outside the ICE detention facility in Pompano, calling for her release.]]></description><pubDate>Thu, 30 Jul 2026 21:36:20 +0000</pubDate><content:encoded><![CDATA[<p>Family members of a Venezuelan woman detained by U.S. Immigration and Customs Enforcement gathered outside the ICE detention facility in Pompano, calling for her release.</p><p><a href="https://www.local10.com/espanol/2026/07/30/familia-busca-la-liberacion-de-mujer-venezolana-detenida-por-ice/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/familia-busca-la-liberacion-de-mujer-venezolana-detenida-por-ice/">Leer en español</a></p><p>Claudia Caglianone’s family said she was detained earlier this month at Fort Lauderdale-Hollywood International Airport.</p><p>“When people hear about detainees, the picture that comes to mind is somebody that they’ve been told to fear,” said her cousin, Gabriel Dominguez. “When I think of that, I think of a young woman who spent the majority of her life trying to do the right thing.”</p><p>The family said Caglianone moved to the United States in 2017, applied for asylum shortly after arriving and received Temporary Protected Status in 2023 while her asylum case remains pending.</p><p>“So here we are, standing together and doing the very thing for her that she’s done for so many of us — to show up,” Dominguez said.</p><p>He also called his cousin “living proof that the reality is much more complicated than any narrative that could be painted.”</p><p>The family said Caglianone spent time at the Miramar detention facility before being transferred to the Pompano facility.</p><p>U.S. Rep. Debbie Wasserman Schultz visited the facility on behalf of the family.</p><p>She said she had no concerns about the conditions inside but remains worried about those being held there.</p><p>“I am very concerned that there are 671 people in this facility that shouldn’t be here, that should not have been detained in the first place,” Wasserman Schultz said.</p><p>“We’ll continue to show up until we bring her home,” Dominguez said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Familia busca la liberación de mujer venezolana detenida por ICE]]></title><link>https://www.local10.com/espanol/2026/07/30/familia-busca-la-liberacion-de-mujer-venezolana-detenida-por-ice/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/familia-busca-la-liberacion-de-mujer-venezolana-detenida-por-ice/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Familiares de una mujer venezolana detenida por el Servicio de Inmigración y Control de Aduanas de Estados Unidos (ICE) se reunieron frente al centro de detención de ICE en Pompano para exigir su liberación.]]></description><pubDate>Thu, 30 Jul 2026 22:22:46 +0000</pubDate><content:encoded><![CDATA[<p>Familiares de una mujer venezolana detenida por el Servicio de Inmigración y Control de Aduanas de Estados Unidos (ICE) se reunieron frente al centro de detención de ICE en Pompano para exigir su liberación.</p><p>La familia de Claudia Caglianone informó que fue detenida a principios de este mes en el Aeropuerto Internacional de Fort Lauderdale-Hollywood.</p><p>“Cuando la gente escucha sobre personas detenidas, la imagen que les viene a la mente es la de alguien a quien les han dicho que deben temer”, dijo su primo, Gabriel Domínguez. “Cuando yo pienso en eso, pienso en una joven que ha pasado la mayor parte de su vida tratando de hacer lo correcto”.</p><p>La familia indicó que Caglianone se mudó a Estados Unidos en 2017, solicitó asilo poco después de llegar y recibió el Estatus de Protección Temporal (TPS) en 2023, mientras su caso de asilo continúa pendiente.</p><p>“Así que aquí estamos, unidos y haciendo por ella lo mismo que ella ha hecho por muchos de nosotros: estar presentes”, dijo Domínguez.</p><p>También describió a su prima como “la prueba viviente de que la realidad es mucho más complicada que cualquier narrativa que se pueda presentar”.</p><p>La familia informó que Caglianone estuvo detenida en el centro de detención de Miramar antes de ser trasladada al centro de Pompano.</p><p>La representante federal Debbie Wasserman Schultz visitó el centro en representación de la familia.</p><p>Dijo que no tenía preocupaciones sobre las condiciones dentro del centro, pero que sigue preocupada por las personas que permanecen detenidas allí.</p><p>“Me preocupa mucho que haya 671 personas en este centro que no deberían estar aquí, que nunca debieron haber sido detenidas en primer lugar”, dijo Wasserman Schultz.</p><p>“Seguiremos presentes hasta traerla de regreso a casa”, dijo Domínguez.</p>]]></content:encoded></item><item><title><![CDATA[Video shows FWC, federal crews rescuing 3 divers off Duck Key]]></title><link>https://www.local10.com/news/local/2026/07/30/video-shows-fwc-federal-crews-rescuing-3-divers-off-duck-key/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/video-shows-fwc-federal-crews-rescuing-3-divers-off-duck-key/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Three divers were rescued on Wednesday after becoming separated from their boat off Duck Key, according to the Florida Fish and Wildlife Conservation Commission.]]></description><pubDate>Thu, 30 Jul 2026 21:25:43 +0000</pubDate><content:encoded><![CDATA[<p>Three divers were rescued on Wednesday after becoming separated from their boat off Duck Key, according to the Florida Fish and Wildlife Conservation Commission.</p><p><a href="https://www.local10.com/espanol/2026/07/30/video-muestra-a-la-fwc-y-equipos-federales-rescatando-a-tres-buzos-frente-a-duck-key/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/video-muestra-a-la-fwc-y-equipos-federales-rescatando-a-tres-buzos-frente-a-duck-key/">Leer en español</a></p><p>FWC officials said its officers responded alongside crews from U.S. Coast Guard Station Marathon and U.S. Navy Search and Rescue Key West after the three divers became separated from their boat.</p><p>Officials said a Navy Search and Rescue helicopter located the divers within minutes. </p><p>Video captured the moments that rescue crews brought all three men and their diving gear aboard a patrol vessel before reuniting them with their boat.</p><p>Officials said no injuries were reported.</p><p>The FWC thanked its federal partners for their role in the successful rescue.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video muestra a la FWC y equipos federales rescatando a tres buzos frente a Duck Key]]></title><link>https://www.local10.com/espanol/2026/07/30/video-muestra-a-la-fwc-y-equipos-federales-rescatando-a-tres-buzos-frente-a-duck-key/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/video-muestra-a-la-fwc-y-equipos-federales-rescatando-a-tres-buzos-frente-a-duck-key/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tres buzos fueron rescatados el miércoles tras separarse de su embarcación frente a Duck Key, informó la Comisión de Conservación de Pesca y Vida Silvestre de Florida.]]></description><pubDate>Thu, 30 Jul 2026 22:19:51 +0000</pubDate><content:encoded><![CDATA[<p>Tres buzos fueron rescatados el miércoles tras separarse de su embarcación frente a Duck Key, informó la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC).</p><p>Funcionarios de la FWC informaron que sus agentes respondieron junto con equipos de la Estación Marathon de la Guardia Costera de Estados Unidos y del equipo de Búsqueda y Rescate de la Marina de Estados Unidos en Key West después de que los tres buzos se separaran de su embarcación.</p><p>Las autoridades informaron que un helicóptero de Búsqueda y Rescate de la Marina localizó a los buzos en cuestión de minutos.</p><p>Un video captó el momento en que los equipos de rescate subieron a los tres hombres y su equipo de buceo a bordo de una embarcación de patrullaje antes de reunirlos con su embarcación.</p><p>Las autoridades informaron que no se reportaron personas heridas.</p><p>La FWC agradeció a sus socios federales por su participación en el exitoso rescate.</p>]]></content:encoded></item><item><title><![CDATA[Seattle police chief resigns under pressure from mayor over response to festival shooting]]></title><link>https://www.local10.com/news/2026/07/30/seattle-police-chief-resigns-under-pressure-from-mayor-over-response-to-festival-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/30/seattle-police-chief-resigns-under-pressure-from-mayor-over-response-to-festival-shooting/</guid><dc:creator><![CDATA[By GENE JOHNSON and MARTHA BELLISLE, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Seattle’s police chief resigned Thursday amid criticism that the city was slow to release key information about a fatal shootout at a food festival last weekend.]]></description><pubDate>Fri, 31 Jul 2026 00:24:10 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Seattle’s police chief resigned Thursday amid criticism that the city was slow to release key information about a fatal shootout at a food festival last weekend.</p><p>Mayor Katie Wilson's announcement followed hours of speculation about whether Police Chief Shon Barnes would step down, as some of his supporters said he had rebuffed Wilson’s request to resign.</p><p>Wilson said she was appointing Deputy Chief Andre Sayles, a law enforcement veteran with more than two decades of experience, as interim chief.</p><p>Barnes told The Seattle Times earlier Thursday that whether he remained as chief was “up to the mayor.” He said he was off for the day and spending time with family.</p><p>In a written statement, the mayor said she was grateful for Barnes' service. The statement included comments in which Barnes called it an honor to have served the city.</p><p>“I hope this transition gives the city and this department the opportunity to return full focus to what matters most, addressing youth gun violence and preventing more tragedies,” Barnes said.</p><p>Barnes was out of town at a law enforcement conference when gunfire erupted last weekend at the Bite of Seattle, an annual three-day festival that draws hundreds of food and retail vendors and performers. Three people, including one suspect, were killed, and four people were wounded. One of the injured was a 2-year-old boy.</p><p>Dozens of officers were at the event, and at least one saw a 15-year-old suspect firing into a crowd and quickly persuaded him to surrender, according to court documents. Police are still searching for at least one other person.</p><p>While Wilson credited the quick police response with potentially saving lives, she acknowledged that the city was slow to communicate in the aftermath.</p><p>After an initial social media post announcing the shooting, it took nearly five hours for police to provide any additional information to the public, including whether there was any ongoing threat. The city also failed to send out any notifications through its emergency alert system. In the meantime Wilson announced that two people had been taken into custody, a statement she later retracted.</p><p>Assistant Seattle Police Chief Tyrone Davis finally provided an update around 11 p.m. Sunday during a news conference that was also attended by the mayor, Gov. Bob Ferguson and U.S. Rep. Pramila Jayapal.</p><p>“What I did not fully understand in that moment was how little information had reached the public or the press since the incident began at 6 p.m.,” Wilson said in a video statement Thursday. “Had I known that, I would have pushed for an immediate briefing, rather than waiting for a press conference to be organized.”</p><p>Barnes was the second Black police chief in Seattle.</p><p>Several Black community organizations, including the Seattle NAACP and the Urban League of Metropolitan Seattle, rallied to try to save his job Thursday. In an open letter to the mayor's office, they credited him with improving relations between the department and the community, helping reduce gun violence and strengthening the department's operations.</p><p>“Chief Barnes should not be made a scapegoat for the complex challenges of public safety,” the letter said.</p><p>At least six City Council members issued statements supporting Barnes. A statement signed by four of them pointed out that the city has had four chiefs in less than three years.</p><p>“Our priority must be stability, not further disruption,” it said.</p><p>Barnes was appointed by Seattle's previous mayor, Bruce Harrell, in December 2024 after serving as chief of the Madison, Wisconsin, police department.</p><p>When Wilson — a democratic socialist who once supported defunding police — won the mayor's race last year, she kept Barnes on as chief. That was a signal to the city's business establishment and community groups that she did not intend to take a radically different approach to public safety.</p><p>“Seattle had been on a positive course on public safety with police hiring trending up and crime trending down,” Jon Scholes, president of the Downtown Seattle Association, said in an emailed statement. “It’s imperative the next chief of police is able to maintain progress that’s been made and instill confidence in our community.”</p><p>Barnes faced some criticism for spending time in Chicago, where his family lives. Sgt. Patrick Michaud, a department spokesperson, said Thursday that Barnes has made four trips to Chicago this year and spent in total about 18 days traveling there.</p><p>The resignation comes as Seattle heads into another big festival weekend. Seafair Weekend Festival 2026 — a boating event, air show and festival — starts Friday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5TUX7TDR2KMWNLHVCECMJG5RUA.jpg?auth=a475a9bf1428982badf8c3f4118a90bb0288f89d77320fc4e0eb2c8a8042f020&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mayor Katie Wilson, center, and Seattle Police Chief Shon Barnes, left, attend the vigil for victims the day after a shooting at Seattle Center during the Bite of Seattle food festival, Monday, July 27, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MNIWWYPZ36HPGIIMIK6SHJWGGQ.jpg?auth=ef7a57fef0ee97e1db8f8d5baa492e70bbb8427c498fec1720f71697263cdb10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[With a backdrop of the Space Needle, candles are seen lighted during the vigil for victims the day after a shooting at Seattle Center during the Bite of Seattle food festival, Monday, July 27, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Video muestra persecución en US 1 luego de que hombre roba SUV de funcionario minutos después de salir de la cárcel: MCSO]]></title><link>https://www.local10.com/espanol/2026/07/30/video-muestra-persecucion-en-us-1-luego-de-que-hombre-roba-suv-de-funcionario-minutos-despues-de-salir-de-la-carcel-mcso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/video-muestra-persecucion-en-us-1-luego-de-que-hombre-roba-suv-de-funcionario-minutos-despues-de-salir-de-la-carcel-mcso/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Las autoridades informaron que un video recientemente divulgado de una cámara de patrulla muestra a agentes persiguiendo a un hombre que huyó después de robar un vehículo oficial frente a un tribunal de los Cayos de Florida, inmediatamente después de salir de la cárcel tras pagar una fianza por un arresto por, irónicamente, huir de las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 22:15:15 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades informaron que un video recientemente divulgado de una cámara de patrulla muestra a agentes persiguiendo a un hombre que huyó después de robar un vehículo oficial frente a un tribunal de los Cayos de Florida, inmediatamente después de salir de la cárcel tras ser arrestado por, irónicamente, huir de las autoridades.</p><p>Jefry Julian Chaucanes Vasquez, de 23 años y residente de Miami Gardens, enfrenta una larga lista de cargos graves relacionados con ambos incidentes.</p><p>El video muestra a los agentes persiguiendo la Ford Escape, propiedad de un investigador de la Fiscalía Estatal, por la US 1 después de que Chaucanes Vasquez salió de la cárcel bajo fianza en Islamorada el 12 de junio.</p><p>Las autoridades informaron que había estado encarcelado por huir de los agentes durante una persecución a 125 millas por hora por la US 1 el 9 de junio.</p><p>La persecución terminó cuando el vehículo se estrelló cerca de Marathon.</p><p>Hasta el jueves, Chaucanes Vasquez había regresado a la cárcel sin derecho a fianza.</p>]]></content:encoded></item><item><title><![CDATA[Video shows wild US 1 chase after man steals official’s SUV minutes after leaving jail: MCSO]]></title><link>https://www.local10.com/news/local/2026/07/30/video-shows-wild-us-1-chase-after-man-steals-officials-suv-minutes-after-leaving-jail-mcso/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/video-shows-wild-us-1-chase-after-man-steals-officials-suv-minutes-after-leaving-jail-mcso/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Authorities said newly-released dashcam footage shows deputies pursuing a fleeing man who stole a government vehicle outside of a Florida Keys courthouse immediately after bonding out of jail after an arrest for ― of all charges ― fleeing from law enforcement.]]></description><pubDate>Thu, 30 Jul 2026 22:05:41 +0000</pubDate><content:encoded><![CDATA[<p>Authorities say newly-released dashcam footage shows deputies pursuing a fleeing man who stole a government vehicle outside of a Florida Keys courthouse immediately after leaving jail after an arrest for ― of all charges ― fleeing from law enforcement.</p><p><a href="https://www.local10.com/espanol/2026/07/30/video-muestra-persecucion-en-us-1-luego-de-que-hombre-roba-suv-de-funcionario-minutos-despues-de-salir-de-la-carcel-mcso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/video-muestra-persecucion-en-us-1-luego-de-que-hombre-roba-suv-de-funcionario-minutos-despues-de-salir-de-la-carcel-mcso/">Leer en español</a></p><p>Jefry Julian Chaucanes Vasquez, 23, of Miami Gardens, is facing a litany of felony charges in connection with both incidents.</p><p>Video shows deputies pursuing the Ford Escape, belonging to a state attorney’s office investigator, down U.S. 1 after Chaucanes Vasquez bonded out of jail in Islamorada on June 12.</p><p>He had been in jail, authorities said, for fleeing from deputies in a 125-mph chase down U.S. 1 on June 9.</p><p>The chase came to a crashing end near Marathon.</p><p>As of Thursday, Chaucanes Vasquez was now back in jail without bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Former Pembroke Park town manager charged following FDLE investigation into alleged secret recordings]]></title><link>https://www.local10.com/news/local/2026/07/30/former-pembroke-park-town-manager-charged-following-fdle-investigation-into-alleged-secret-recordings/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/former-pembroke-park-town-manager-charged-following-fdle-investigation-into-alleged-secret-recordings/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Former Pembroke Park Town Manager David Lynch has been charged with a felony following a Florida Department of Law Enforcement investigation into allegations that he secretly recorded private conversations involving town officials.]]></description><pubDate>Thu, 30 Jul 2026 21:41:00 +0000</pubDate><content:encoded><![CDATA[<p>Former Pembroke Park Town Manager David Lynch has been charged with a felony following a Florida Department of Law Enforcement investigation into allegations that he secretly recorded private conversations involving town officials.</p><p><a href="https://www.local10.com/espanol/2026/07/30/acusan-a-ex-administrador-municipal-de-pembroke-park-tras-investigacion-de-la-fdle-por-presuntas-grabaciones-secretas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/acusan-a-ex-administrador-municipal-de-pembroke-park-tras-investigacion-de-la-fdle-por-presuntas-grabaciones-secretas/">Leer en español</a></p><p>In a statement to Local 10 News, the Florida Department of Law Enforcement confirmed that “pursuant to an FDLE investigation, David Lynch was charged with interception and disclosure of wire, oral or electronic communications.”</p><p>Multiple sources familiar with the investigation told Local 10 News that a recording device was discovered attached to Lynch’s office telephone after he was terminated from the town. Those sources said the device was turned over to FDLE investigators.</p><p>Sources also told Local 10 News that Lynch allegedly recorded conversations involving senior town officials, including the town attorney and the police chief, without their knowledge.</p><p>Local 10 News reached out to Lynch by text message seeking comment. The message was marked as read, but he did not respond.</p><p>In a statement to Local 10 News, Pembroke Park Town Attorney Jacob Horowitz said the town is cooperating fully with the investigation.</p><p>“The Town of Pembroke Park is aware of the Florida Department of Law Enforcement investigation. The Town takes these matters seriously and remains committed to full cooperation with the FDLE. As this is a pending law enforcement matter, the Town is not in a position to comment at this time.”</p><p>Horowitz added that additional questions should be directed to FDLE, which is the investigating agency.</p><p>Sources told Local 10 News the recording device was found while town employees were clearing out Lynch’s second floor office after his termination.</p><p>Lynch’s departure followed a Local 10 News investigation that uncovered more than $64,000 in taxpayer funded payroll advances, described in town records as a loan, that had been issued to Commissioner William Hodgkins. Town records showed Lynch approved the loan without bringing the matter before the town commission.</p><p>Commissioners voted in March to suspend Lynch and later terminate his employment, citing financial management concerns and other issues raised during public meetings.</p><p><a href="https://www.local10.com/topic/Geoffrey_Jacobs/" target="_self" rel="" title="https://www.local10.com/topic/Geoffrey_Jacobs/">Pembroke Park Mayor Geoffrey Jacobs</a> has also filed a defamation lawsuit against Lynch. That case remains pending.</p><p>Before coming to Pembroke Park, Lynch served as mayor of Euclid, Ohio.</p><p>Ohio Supreme Court records show Lynch permanently resigned his law license in 2018 while disciplinary proceedings were pending. The court has not publicly disclosed the allegations that led to those proceedings.</p><p>The charge of interception and disclosure of wire, oral or electronic communications is a third-degree felony punishable by up to five years in prison and a $5,000 fine if convicted.</p><p>As of Thursday, Broward County jail records did not show that Lynch had been booked into custody. Sources told Local 10 News that Lynch returned to Ohio following his termination from Pembroke Park.</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[Acusan a ex administrador municipal de Pembroke Park tras investigación de la FDLE por presuntas grabaciones secretas]]></title><link>https://www.local10.com/espanol/2026/07/30/acusan-a-ex-administrador-municipal-de-pembroke-park-tras-investigacion-de-la-fdle-por-presuntas-grabaciones-secretas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/acusan-a-ex-administrador-municipal-de-pembroke-park-tras-investigacion-de-la-fdle-por-presuntas-grabaciones-secretas/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[El ex administrador municipal de Pembroke Park, David Lynch, fue acusado de un delito grave tras una investigación del Departamento de Cumplimiento de la Ley de Florida (FDLE) por denuncias de que grabó en secreto conversaciones privadas de funcionarios municipales.]]></description><pubDate>Thu, 30 Jul 2026 22:12:44 +0000</pubDate><content:encoded><![CDATA[<p>El ex administrador municipal de Pembroke Park, David Lynch, fue acusado de un delito grave tras una investigación del Departamento de Cumplimiento de la Ley de Florida (FDLE) por denuncias de que grabó en secreto conversaciones privadas de funcionarios municipales.</p><p>En un comunicado enviado a Local 10 News, el Departamento de Cumplimiento de la Ley de Florida confirmó que “como resultado de una investigación de la FDLE, David Lynch fue acusado de interceptación y divulgación de comunicaciones por cable, orales o electrónicas”.</p><p>Múltiples fuentes familiarizadas con la investigación dijeron a Local 10 News que, después de que Lynch fuera despedido del municipio, se descubrió un dispositivo de grabación conectado al teléfono de su oficina. Esas fuentes indicaron que el dispositivo fue entregado a los investigadores de la FDLE.</p><p>Las fuentes también dijeron a Local 10 News que Lynch presuntamente grabó conversaciones de altos funcionarios municipales, incluido el abogado del municipio y el jefe de policía, sin su conocimiento.</p><p>Local 10 News se comunicó con Lynch mediante un mensaje de texto para solicitar comentarios. El mensaje aparecía como leído, pero no respondió.</p><p>En un comunicado enviado a Local 10 News, el abogado municipal de Pembroke Park, Jacob Horowitz, dijo que el municipio está cooperando plenamente con la investigación.</p><p>“El municipio de Pembroke Park está al tanto de la investigación del Departamento de Cumplimiento de la Ley de Florida. El municipio toma estos asuntos con seriedad y mantiene su compromiso de cooperar plenamente con la FDLE. Como se trata de una investigación en curso, el municipio no está en posición de hacer comentarios en este momento”.</p><p>Horowitz agregó que cualquier otra pregunta debe dirigirse a la FDLE, que es la agencia encargada de la investigación.</p><p>Las fuentes dijeron a Local 10 News que el dispositivo de grabación fue encontrado mientras empleados del municipio vaciaban la oficina de Lynch, ubicada en el segundo piso, después de su despido.</p><p>La salida de Lynch ocurrió tras una investigación de Local 10 News que reveló más de $64,000 USD en anticipos de nómina financiados con dinero de los contribuyentes, descritos en registros municipales como un préstamo, otorgados al comisionado William Hodgkins. Los registros municipales mostraron que Lynch aprobó el préstamo sin presentar el asunto ante la comisión municipal.</p><p>Los comisionados votaron en marzo para suspender a Lynch y posteriormente despedirlo, citando preocupaciones sobre el manejo financiero y otros asuntos planteados durante reuniones públicas.</p><p><a href="https://www.local10.com/topic/Geoffrey_Jacobs/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Geoffrey_Jacobs/">El alcalde de Pembroke Park, Geoffrey Jacobs</a>, también presentó una demanda por difamación contra Lynch. Ese caso continúa pendiente.</p><p>Antes de llegar a Pembroke Park, Lynch se desempeñó como alcalde de Euclid, Ohio.</p><p>Los registros de la Corte Suprema de Ohio muestran que Lynch renunció de forma permanente a su licencia para ejercer la abogacía en 2018 mientras enfrentaba un proceso disciplinario. El tribunal no ha divulgado públicamente las acusaciones que dieron origen a ese procedimiento.</p><p>El cargo de interceptación y divulgación de comunicaciones por cable, orales o electrónicas es un delito grave de tercer grado, sancionable con hasta cinco años de prisión y una multa de $5,000 USD en caso de ser declarado culpable.</p><p>Hasta el jueves, los registros de la cárcel del condado Broward no mostraban que Lynch hubiera sido ingresado bajo custodia. Fuentes dijeron a Local 10 News que Lynch regresó a Ohio tras su despido del municipio de Pembroke Park.</p>]]></content:encoded></item><item><title><![CDATA[Human-caused climate change made Spanish, French fires much more likely, scientists calculate]]></title><link>https://www.local10.com/tech/2026/07/30/human-caused-climate-change-made-spanish-french-fires-much-more-likely-scientists-calculate/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/30/human-caused-climate-change-made-spanish-french-fires-much-more-likely-scientists-calculate/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[Climate change's fingerprints are all over the extreme fire weather that sparked this week's devastating wildfires in Spain and France and has spiked Southern Europe's burning the past eight years, two new studies conclude.]]></description><pubDate>Thu, 30 Jul 2026 22:05:15 +0000</pubDate><content:encoded><![CDATA[<p>Climate change's fingerprints are all over the extreme fire weather that sparked this week's devastating wildfires in Spain and France and has spiked Southern Europe's burning the past eight years, two new studies conclude.</p><p>Human-caused climate change made the hot and dry conditions responsible for Spain's record-sized inferno 20 times more likely to happen, and it doubled the chances of extreme fire conditions for the flames in France, scientists at World Weather Attribution calculated in a rapid analysis Thursday, conducted while fires were still burning. Warming in the past 26 years has tripled the odds of the severe fire risk conditions in Spain and increased the chances in France 40%, the same report found.</p><p>At the same time, researchers published a separate study on Thursday — written and edited long before this week's fires began — that found the number of days that Southern Europe's weather reached extreme fire-prone levels has more than doubled compared to decades ago.</p><p>Both studies examined changes in the weather that creates fire-prone conditions. The measurements factor in air temperature, drought conditions, humidity and wind.</p><p>"The change in these fire weather conditions in Spain is really extremely strong and is, I think, one of the largest changes that I've seen," said Friederike Otto, an Imperial College of London climate scientist who coordinates World Weather Attribution. Spain is having its hottest summer on record, after an incredibly wet January that allowed plants to grow before a severe drought hit, a combination that increased wildfire fuel, the report said.</p><p>Spain also had the added problem of land abandonment, which left unmanaged plants and trees to dry out, Otto said. France's Bordeaux region, meanwhile, had thick groves of pines that also burn well when a fire starts, she said.</p><p>World Weather Attribution — an international collaboration of scientists who examine extreme events to determine climate change's role, if any — did that study so quickly, the report didn't get peer reviewed, which is the scientific gold standard. But Otto and her colleagues used techniques that are scientifically accepted, and many of their reports are published in peer-reviewed journals later.</p><p>Warming world means fires ignite ‘more explosively’</p><p>Otto's team calculated how much climate change — from the burning of coal, oil and gas — increased the chances for fires of this intensity to happen. They did so by comparing fire weather severity levels to past measurements for the region and to what they would be if the world was 2.5 degrees (1.4 degrees Celsius) cooler. That is how much Earth has warmed since pre-industrial times.</p><p>“This study makes sense and provides numbers to confirm what fire scientists already knew,” said Syracuse University fire scientist Jacob Bendix, who wasn't part of either research. “We have always known that fires ignite more easily and spread more explosively under conditions of extreme heat and drought. And we’ve known for decades that extreme heat and drought are becoming more common due to anthropogenic climate change. So the general outline of these events, if not all the details, was tragically predictable.”</p><p>Thursday's other study, in the journal Scientific Reports, finds that there were about 10 extreme fire weather days a year in Southern Europe in earlier decades, but it is now up to around 25 a year, said study author Raúl Cordero, a climate scientist at the University of Groningen in the Netherlands. And it is not just more frequent bad fire weather days. Those days are about 50% more intense than they were from 1981 to 2010, his study said.</p><p>Fires were decreasing until climate change overwhelmed gains</p><p>The number of Southern European fires and amount of land burned had decreased quite a bit from the 1980s to 2018, mostly because of better fire suppression and management techniques, Cordero said. But then things quickly got worse fast because climate change overwhelmed that improvement, he said.</p><p>“It doesn't matter how many resources or how much money you have, you just cannot stop the propagation of a fire when the weather is so extreme,” Cordero said. “The climate forcing is so extreme nowadays that it's just amazing.”</p><p>University of California Merced fire scientist John Abatzaglou, who also wasn’t part of either research, said, “these findings make clear that climate change is not just a future problem, it’s already here.”</p><p>“We need to stop burning fossil fuels,” Otto said. “Because as long as we keep burning fossil fuels, temperatures will increase globally. And that will mean that these fire weather conditions will get worse and worse and worse. And there are hard limits to what we can adapt to.”</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/HDUKBYLRYDBNIT2L7JB4MUWVBY.jpg?auth=d9fa336a2f7561fb4e741be16a13d1180353b4a822cc94028b3d6d4a934f4429&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter carries a hose while battling a wildfire in San Martin de Valdeiglesias, west of Madrid, Spain, July 26, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDXWP7B6QI2BXL5GO6Y4RXU4TY.jpg?auth=f63826740011c3563c657f5b0904929cba005f363b2e01c7c9a6a064436272ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A plane releases fire retardant as it flies over a forest near Blagon, during wildfires in southwestern France, July 29, 2026. (AP Photo/Emma Da Silva, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IWXJDPUP6ATFVL5XXTZ3MMMZNA.jpg?auth=fae9082a624ec36c786ddda1dcb6c2c313930940265120daf3a8805d837a74ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An area scorched by a wildfire surrounds structures in El Tiemblo, Avila province, Spain, Thursday, July 30, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVHTO7TCG6LNX5METQBIM3TZK4.jpg?auth=70832aa6a591ceb93cd23164087c473f7929e72aab170d11391d479add350a52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Volunteers try to help stop a wildfire from advancing in San Martin de Valdeiglesias, west of Madrid, Spain, July 26, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZFPCJU64VRS2G2VWWIWCQ2PCI.jpg?auth=bfe56e79aab70a1dc78f77c9a0214e9a8cc728eb9c67db89ac67939e33a9a6fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter walks in front of burning trees as a wildfire rages near Marcheprime, outside, Bordeaux, France, July 26, 2026. (AP Photo/Emma Da Silva, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[US and Iran trade missile barrages as hopes dim for a quick resolution to the five-month conflict]]></title><link>https://www.local10.com/news/world/2026/07/30/us-and-iran-trade-missile-barrages-as-hopes-dim-for-a-quick-resolution-to-the-five-month-conflict/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/us-and-iran-trade-missile-barrages-as-hopes-dim-for-a-quick-resolution-to-the-five-month-conflict/</guid><dc:creator><![CDATA[By SAMY MAGDY and ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — The United States and Iran each fired barrages of missiles Thursday, as the pattern of back-and-forth strikes took hold again and hope dimmed for a quick end to the five-month conflict.]]></description><pubDate>Thu, 30 Jul 2026 21:02:07 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — The United States and Iran each fired barrages of missiles Thursday, as the pattern of back-and-forth strikes took hold again and hope dimmed for a quick end to the five-month conflict.</p><p>Following a few days of respite, fears of a wider war have grown, with renewed fighting threatening to engulf even more countries. Jordan said Thursday it intercepted Iranian missiles for the second consecutive day, while Kuwait said a strike in the northern part of the country killed one person. Also this week, drones caused fires on ships at an Egyptian port, and Saudi Arabia said it came under fire from Iran-backed militias in Iraq.</p><p>The war — which in its early days President Donald Trump said would last four to five weeks, although he warned it could take longer — has caused the price of fuel to spike and roiled the global economy. As months have passed, concerns have deepened about using up the stockpile of weapons the U.S. needs to defend its bases and allies.</p><p>The war is unpopular among Americans, and a new AP-NORC poll says Trump’s approval rating on Iran has dipped slightly since last month.</p><p>The recent pause in fighting, which began over the weekend and spurred hopes among mediators of diplomatic progress, ended with increasing missile and drone attacks across many countries in the Middle East.</p><p>“We note with concern that the security situation remains precarious,” said Pakistani Foreign Ministry spokesperson Tahir Andrabi, whose country has been a key mediator.</p><p>Talks “are ongoing to normalize the situation, particularly the situation in the Strait of Hormuz,” he told reporters.</p><p>The US and Iran trade strikes</p><p>An Iranian strike hit a Chinese firm’s building in Kuwait on Thursday, severely damaging the structure and killing a worker, Kuwait’s military said, hours after Jordan’s air defenses shot down five missiles launched from Iran.</p><p>No injuries were reported from Jordan’s interception, the country’s state-run Petra news agency said, quoting the spokesman for the country’s armed forces. Both Jordan and Kuwait host American troops.</p><p>The attacks came after the U.S. military said it completed “a heavy wave of strikes against Iran” in response to an earlier Iranian missile attack on a U.S. base in Jordan.</p><p>U.S. Central Command said U.S. forces struck dozens of targets belonging to Iran’s Revolutionary Guard, including military command centers, missile and drone facilities, and coastal surveillance and defense sites.</p><p>Iran’s official IRNA news agency said three people were killed and two were wounded in a strike on the island of Qeshm, which lies off the Iranian mainland in the Strait of Hormuz — a crucial waterway for the world’s energy supplies that has been at the center of the conflict.</p><p>The latest barrage came after the U.S. partnered with Saudi Arabia on Wednesday to strike Iran-backed militias in Iraq, killing at least 20 fighters and six Iranian advisers.</p><p>Fires reported on two natural gas vessels at an Egyptian port</p><p>Also on Wednesday, British maritime security firm Ambrey said drone strikes ignited fires on two natural gas vessels at the Egyptian port of Damietta. It was not immediately clear who was responsible for the strikes on a U.S.-owned floating storage facility and a Greek-owned tanker. No injuries were reported.</p><p>The office of the Egyptian prime minister said initial investigations showed the fires had been caused by a drone. In a cabinet meeting, Prime Minister Mustafa Madbouly said investigators were able to recover traces of the drone and will try to determine where it came from.</p><p>Egypt, a close U.S. ally and regional mediator, has until now been spared direct military action during the war. A strike by Iran or its allies, if confirmed, would mark a significant widening of the conflict. The Iran-backed Houthi rebels in Yemen have denied they were behind the attack.</p><p>Iranian Foreign Minister Seyed Abbas Araghchi didn’t outright deny Iranian involvement but said: “Egypt is an important friend and partner in the region, and its security is of utmost importance to us.”</p><p>“We must all be vigilant against Israeli plots and false-flag operations designed to undermine regional peace,” he said on X. “The threat is clear, mutual, and fearful of Muslim solidarity.”</p><p>The war has wreaked havoc on the global economy</p><p>The conflict has wreaked havoc on the global economy as energy shipments through the Strait of Hormuz have ground to a near halt. Much of the diplomacy around ending the war has focused on reopening the strait, through which 20% of oil and natural gas shipments passed in peacetime.</p><p>The already limited traffic through the strait has plunged to wartime lows during the recent exchange of strikes, from 82 ships during the week of July 13-19 to just 39 from July 20-26, Lloyd’s List Intelligence, a shipping data and analysis firm, said in an webinar.</p><p>Fighting elsewhere has squeezed energy supplies further.</p><p>Saudi Arabia has accused Iraqi militias of firing drones against its oil facilities over the past days. An umbrella group of Iraqi militias initially denied the allegations, while the Houthi rebels said they had attacked Saudi energy facilities as part of a separate but related conflict.</p><p>The Houthis have also declared a blockade of Saudi shipping and threatened to choke off another crucial Middle East trade route, the Bab el-Mandeb Strait from the Red Sea into the Gulf of Aden. That route became even more important during the war, as Saudi Arabia used it to bypass the Strait of Hormuz.</p><p>While some Saudi oil exports are continuing through the Bab al-Mandab Strait despite the blockade, Lloyd’s List Intelligence said much of that oil now follows an expensive and time-consuming workaround: It travels from Saudi Arabia on tankers to the Egyptian city of Ain Sokhna on the Red Sea coast before being pumped overland through a pipeline to the Mediterranean port of Sidi Kerir. Then it’s loaded on tankers again.</p><p>The Suez Canal is not deep enough to handle the largest and most economical tankers when they are fully loaded with oil.</p><p>Saudi Defense Minister Khalid bin Salman met Wednesday with Trump and Vice President JD Vance, according to two people familiar with the matter who were not authorized to comment publicly about the private meetings.</p><p>They said the Saudi decision to join the U.S. attacks against the Iraqi militias was meant to send a message to Iran that the kingdom would not tolerate Iran or its proxies targeting the Saudi oil industry and other critical infrastructure. At the same time, the defense minister underscored to Trump and Vance that the Saudis want to see a de-escalation in the war and for Washington and Tehran to return to negotiations.</p><p>___</p><p>Becatoros reported from Athens, Greece. Associated Press writers Konstantin Toropin and Aamer Madhani in Washington; Qassim Abdul-Zahra in Baghdad; Fatma Khaled in Cairo; and Christopher Weber in Los Angeles contributed.</p>]]></content:encoded></item><item><title><![CDATA[Probe cites history of overweight flights, inadequate oversight in crash that killed 10 off Alaska]]></title><link>https://www.local10.com/business/2026/07/30/probe-cites-history-of-overweight-flights-inadequate-oversight-in-crash-that-killed-10-off-alaska/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/probe-cites-history-of-overweight-flights-inadequate-oversight-in-crash-that-killed-10-off-alaska/</guid><dc:creator><![CDATA[By BECKY BOHRER, Associated Press]]></dc:creator><description><![CDATA[JUNEAU, Alaska (AP) — The operator of a commuter plane that crashed on sea ice off Alaska last year, killing all 10 people on board, had a history of overweight flights, according to federal investigators.]]></description><pubDate>Thu, 30 Jul 2026 21:55:21 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — The operator of a commuter plane that crashed on sea ice off Alaska last year, killing all 10 people on board, had a history of overweight flights, according to federal investigators.</p><p>The National Transportation Safety Board, in a report released Thursday, also found the Federal Aviation Administration's oversight of the company, Bering Air, was inadequate.</p><p>Both were contributing factors to the February 2025 crash, which was one of Alaska's deadliest plane crashes this century. The NTSB also determined the pilot did not monitor and maintain adequate airspeed, likely because he was trying to manage the plane's ice protection system while preparing to approach the airport in Nome. And it said the plane was overweight for a trip into icy conditions. The airport itself had temporarily closed its runways for de-icing, the agency said.</p><p>The Associated Press sent a message seeking comment to Bering Air. The FAA released a statement in response to questions stating it “takes NTSB recommendations seriously and will carefully review them.”</p><p>Recommendations made by the NTSB to the FAA include calling for pilot training on preventing and recovering from loss of control in flight for many charter and air taxi operators. The NTSB also raised prior recommendations, such as expanded use of flight data monitoring programs and broader load manifest requirements.</p><p>The NTSB said it found a pattern of underreported weights on Bering Air flight manifests and flights operating above weight limits.</p><p>The agency said the FAA failed to recognize the air carrier’s “increased operational complexity and rapid growth” after the pandemic and bankruptcy of its largest competitor as factors warranting increased oversight. The report said the FAA's oversight “failed to identify and address the routine operation of overweight flights.”</p><p>Jennifer Homendy, the NTSB chair, in a statement said the tragedy “was not the result of a single failure, but a series of preventable breakdowns that eroded critical safety margins.”</p><p>The plane was flying as part of a regularly scheduled commuter flight from the community of Unalakleet to Nome, a 150-mile (240-kilometer) trip. Authorities have said that the aircraft went missing about 30 miles (50 kilometers) southeast of Nome. The wreckage was recovered from a drifting ice floe.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RPUWINYDCDGKC4P74F6OEMKRUY.jpg?auth=2c3236f0e8873cd048ff09b440586bd5df48faea0a4410dbf945c9d50e534c1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo provided by the U.S. Coast Guard on Feb. 7, 2025, shows a small commuter plane that crashed in western Alaska on a flight that was bound for the hub community of Nome. (U.S. Coast Guard via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Haiti starts to register voters in violent capital under gang menace]]></title><link>https://www.local10.com/news/world/2026/07/30/haiti-starts-to-register-voters-in-violent-capital-under-gang-menace/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/haiti-starts-to-register-voters-in-violent-capital-under-gang-menace/</guid><dc:creator><![CDATA[By EVENS SANON and DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[PORT-AU-PRINCE, Haiti (AP) — Voter registration began Thursday in Haiti’s capital and beyond, marking a critical milestone in the push for general elections even as concerns over widespread gang violence persist.]]></description><pubDate>Thu, 30 Jul 2026 21:47:25 +0000</pubDate><content:encoded><![CDATA[<p>PORT-AU-PRINCE, Haiti (AP) — Voter registration began Thursday in Haiti’s capital and beyond, marking a critical milestone in the push for general elections even as concerns over widespread gang violence persist.</p><p>The government opened 10 registration centers across Port-au-Prince in neighborhoods considered generally safe as dozens of hopeful Haitians trickled through.</p><p>“This may be the first time that I’m going to vote,” said 34-year-old construction worker Vadley Bernadel.</p><p>Haiti hasn’t held general elections in more than a decade, and the country hasn’t had a president since President Jovenel Moïse was killed at his private residence in July 2021.</p><p>Gang violence has only surged since then, but Haiti’s unelected prime minister is under pressure to hold elections, with Dec. 13 marking the first round.</p><p>“Haiti needs someone with a vision, someone who can lead the country in a better direction,” said Bernadel, who decried his country’s multiple crises.</p><p>Armed men still control swaths of land</p><p>Gang violence has displaced more than 1.4 million people, with armed men controlling an estimated 70% of Port-au-Prince and the main roads that lead to the country’s Central and Artibonite provinces, which also are under fire.</p><p>More than 50% of Haiti’s electorate live in those three regions, and it’s unclear whether all those seeking to vote will be able to register, let alone vote, given the violence.</p><p>“The country can hold elections in three months if it chooses to. The question is, what kind of elections?” said Diego Da Rin, an analyst with the International Crisis Group.</p><p>If the government insists on holding elections on Dec. 13, “a large part of the electorate will be left out," he warned.</p><p>Da Rin noted that police and a U.N.-backed mission have seized back areas near the National Palace in Port-au-Prince and made other inroads, but powerful gangs still control vast amounts of territory.</p><p>“There has been no significant progress,” he said. “The government will not be able to organize elections in territories controlled by gangs.”</p><p>Jacques Desrosiers, president of Haiti’s Provisional Electoral Council, said he plans to open more voter registration centers in upcoming weeks, including 20 in Pétion-Ville, considered one of the safest areas.</p><p>As for the possibility of opening centers in other communities, he said that lies in the hands of the Haitian government.</p><p>Haitians fear being killed as country prepares for elections</p><p>Lawyer Francky Cavetan said he does not plan to vote because it’s too risky, but he did visit one registration center out of curiosity.</p><p>“Elections are not going to happen because the government and electoral council are lying to the population,” he asserted. “They are making people believe that elections will bring security, but they have to have security before elections.”</p><p>More than 5,900 people were killed last year across Haiti, and more than 1,600 others from January to March of this year, according to the United Nations. In addition, 5,500 gender-based violent incidents were reported in the first half of the year, with 70% of cases involving rape, many of them gang rapes, Farhan Haq, deputy spokesman for the U.N. Secretary-General, recently said.</p><p>Cavetan questioned how candidates would even campaign. He was also upset because he believes a large number of Haitians are not aware that they will also be asked to participate in a referendum the same day as the elections as the government pushes to change the country’s Constitution.</p><p>“They’re not even explaining to people what they’re planning to change in the Constitution,” Cavetan said.</p><p>Da Rin echoed that sentiment, noting that the public still doesn’t know what changes the government is seeking.</p><p>His biggest concern surrounding the elections is safety, though.</p><p>“The challenge for the authorities right now is to organize elections without having defeated the gangs and to minimize their influence on the elections as much as possible,” he said.</p><p>Da Rin noted that longtime links between gangs and certain powerful elites in Haiti are still active.</p><p>Gangs have long been used to intimidate voters or convince them to select certain candidates, as well as to destroy ballot boxes when some members of Haiti’s elite believed that their candidates might not win, Da Rin said.</p><p>“Gangs have been a very important tool for elites to help their candidates win elections,” he said.</p><p>At a registration center in the community of Laboule, only three people had signed up an hour after doors opened.</p><p>Victor Valensky, a 38-year-old driver of a colorful bus known as a tap-tap, was one of them.</p><p>He said he was angry at his country’s situation but also feared gang violence.</p><p>“I want to take part in the elections, but I have to make sure I’m safe,” he said. “If I die now, my wife probably won’t be able to support my two kids by herself. … I’m going to be very careful before I step out on election day.”</p><p>___</p><p>Coto reported from San Juan, Puerto Rico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OXXXNXLHT5V44AXZYAZFESOAXQ.jpg?auth=58bfb072a9a37d88ab0ba9a698183a67ed1442ad937516ae550ac8466d2a6c10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haitians register to vote in the upcoming general election in Port-au-Prince, Haiti, Thursday, July 30, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Still no target for a return, Malik Nabers on the field at Giants training camp sparks optimism]]></title><link>https://www.local10.com/sports/2026/07/30/still-no-target-for-a-return-malik-nabers-on-the-field-at-giants-training-camp-sparks-optimism/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/still-no-target-for-a-return-malik-nabers-on-the-field-at-giants-training-camp-sparks-optimism/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[WHITE SULPHUR SPRINGS, W.Va. (AP) — Malik Nabers insists he does not know what the “PUP” list means — the place where players land if they are physically unable to perform at the start of training camp.]]></description><pubDate>Thu, 30 Jul 2026 21:42:09 +0000</pubDate><content:encoded><![CDATA[<p>WHITE SULPHUR SPRINGS, W.Va. (AP) — Malik Nabers insists he does not know what the “PUP” list means — the place where players land if they are physically unable to perform at the start of training camp.</p><p>At least this year, he doesn't need to. He's on the field at camp with the New York Giants, and all eyes are on the No. 1 receiver who is starting to regain his previous dynamic form.</p><p>Now 10 months removed from tearing the ACL in his right knee and still on a lengthy road back from the injury, Nabers is not yet a full participant in practice. But the Giants' No. 1 receiver is running routes at full speed during individual drills and sparking optimism that he'll be healthy enough to play in a game sooner than later.</p><p>“It felt good," Nabers said Thursday after the second practice of camp in the mountains of West Virginia. “I mean, I might not show it. I like to be a person that you never know my facial expressions. I’m always just smooth and calm. But it felt good to be out there with the guys, get a couple throws, just move around.”</p><p>Nabers, who turned 23 on Tuesday, sounded more hopeful about his future than he did in early January, when he walked with the assistance of a cane the previous weekend as a precaution and would not commit to being ready for the season opener. Saying at the time, “If my body doesn’t feel right, then I’m not going to go out there," he began a period of lingering pessimism that began to fade a bit this week when he did not land on the PUP list and was a visible part of the team.</p><p>“Every time he’s on the field, everybody knows where he’s at,” quarterback Jaxson Dart said Wednesday. “There’s an aura that he has on the field that is exhilarating. It makes me happy. It makes everybody happy just to see him out there.”</p><p>The smiles are everywhere over the situation. But with more than seven weeks to go before New York hosts Dallas on Sept. 13 to begin the season, he and team officials are still reluctant to say if Nabers will be ready to go by then.</p><p>“No target dates," Nabers said. "Just continuing to listen to the training staff, and they continue to ask me questions. And when I’m ready, I’m ready.”</p><p>Progressing to team practice sessions would seemingly be the next step of a process that included significant rehab and even a second cleanup surgery earlier this year. On the prospect of playing in a preseason game to test the knee, Nabers deferred to new coach John Harbaugh, who praised the wideout's efforts to even get to this point.</p><p>“I really am impressed with how hard he’s worked,” Harbaugh said. “I just think he’s worked really hard. He deserves to be out there doing what he (is doing). It’s really cool to see.”</p><p>Nabers catching passes from Dart in any setting is a positive, given their limited time together last season. Nabers was injured and sidelined for the rest of the season in the second quarter of Dart's first NFL start.</p><p>All the two have really been able to do since is talk and watch video together as a way of advancing their rapport before they can play in a real game together again.</p><p>“We’re just going to continue to get him in slowly,” Dart said. “He’s doing a great job with how he’s attacking his recovery. I’ve got all the confidence in the world in him and his approach to the game.”</p><p>Nabers acknowledged it has not been easy mentally to be away from football, and he has leaned on Dart, as well as new teammate Odell Beckham Jr. and others, to get through those struggles.</p><p>“Overcoming an injury is not easy,” starting left tackle Andrew Thomas said. “If anything, (it is good) just for his mental (state) to be back out here with the guys and running around and catching the ball."</p><p>Nabers did take joy in surprising other players on Wednesday with just how smoothly he was running and cutting and catching the ball. But after going through a few weeks of that himself, he did not surprise himself.</p><p>“I felt like the training staff did a very good job on getting me ready before I even stepped foot out there,” Nabers said. "Those cuts I’ve been doing with the training staff, those routes I’ve been doing with the training staff, so it wasn’t anything (but) normal to me that I was able to go out there and do it full speed.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y7CJLU5636RT6LU74ISVANZQ3Y.jpg?auth=36c0ef0e49767864464a885e183c500cf4accc5d603cb2202f0be6e682c6780d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Giants wide receiver Malik Nabers practices during an NFL football training camp, Wednesday, July 29, 2026, in White Sulphur Springs, W.Va. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[TSA finds stolen Civil War-era cannonballs in a passenger's suitcase at an Alabama airport]]></title><link>https://www.local10.com/news/weird-news/2026/07/30/tsa-finds-stolen-civil-war-era-cannonballs-in-a-passengers-suitcase-at-an-alabama-airport/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/30/tsa-finds-stolen-civil-war-era-cannonballs-in-a-passengers-suitcase-at-an-alabama-airport/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GULF SHORES, Ala. (AP) — A TSA agent discovered a set of stolen Civil War-era cannonballs in a passenger's suitcase during a routine security screening at an Alabama airport earlier this month, law enforcement officials said.]]></description><pubDate>Thu, 30 Jul 2026 21:38:14 +0000</pubDate><content:encoded><![CDATA[<p>GULF SHORES, Ala. (AP) — A TSA agent discovered a set of stolen Civil War-era cannonballs in a passenger's suitcase during a routine security screening at an Alabama airport earlier this month, law enforcement officials said.</p><p>The Transportation Security Administration said in a statement Friday that the relics were discovered at Gulf Shores International Airport on July 18 after the agent observed what appeared to be a large, opaque item inside a suitcase during an X-ray screening. When he opened the luggage, he found five small cannonballs wrapped in paper towels and notified a supervisor.</p><p>“I had never seen anything quite this unique,” TSA Officer Justin Dupree said in a statement from the agency. “I’ve seen inert grenades and training munitions but never an Indiana Jones-esque stolen artifact-type situation.”</p><p>The cannonballs — the largest about the size of grapefruits and weighing about as much as a shot put ball — were inactive and didn’t contain any explosive material or active components, the TSA said. Still, cannonballs are artillery munitions and considered prohibited items on planes.</p><p>Police eventually determined the cannonballs were stolen from Fort Morgan, based on paint marking applied to the artifacts by fort staff, and that they dated to the American Civil War. The historic Gulf Shores fort played a significant role in several military conflicts, including the Civil War.</p><p>The Baldwin County Sheriff’s Office said Thursday that a juvenile stole the cannonballs from a storage area in the fort and then placed them in their grandmother’s checked bag. The grandmother told officers she did not know they were stolen.</p><p>Spokespersons for Fort Morgan didn't respond to a email seeking comment. The sheriff's office said the institution declined to press charges, and the artifacts were returned to the fort.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DX4JA4CAWLDG4FYGTXQPYEIHII.jpg?auth=92cc7192d0038d3662574c791c8ad6585b380e26f7dd0abdf9c1103eecc7920b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Transportation Security Administration (TSA) shows a stolen Civil War-era cannonball discovered by TSA officers in a checked bag at the Gulf Shores International Airport in Gulf Shores, Ala., on July 18, 2026. (Transportation Security Administration via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/J7NQCPCWUQYIBPSNB3EMEAPA44.jpg?auth=7f890f3e236ff3e79ef5dafd7da4630518ad5b822e3f9dffccd0e6dc3d91c961&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Transportation Security Administration (TSA) shows two stolen Civil War-era cannonballs discovered by TSA officers in a checked bag at the Gulf Shores International Airport in Gulf Shores, Ala., on July 18, 2026. (Transportation Security Administration via AP)]]></media:description></media:content></item><item><title><![CDATA[Indiana's Curt Cignetti is 'stalking complacency' as Hoosiers get ready to begin their title defense]]></title><link>https://www.local10.com/sports/2026/07/30/indianas-curt-cignetti-is-stalking-complacency-as-hoosiers-get-ready-to-begin-their-title-defense/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/indianas-curt-cignetti-is-stalking-complacency-as-hoosiers-get-ready-to-begin-their-title-defense/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Indiana coach Curt Cignetti says he’s “stalking complacency” as he makes sure there’s no championship hangover now that he’s orchestrated one of the most remarkable turnarounds in college football history.]]></description><pubDate>Thu, 30 Jul 2026 21:26:54 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Indiana coach Curt Cignetti says he’s “stalking complacency” as he makes sure there’s no championship hangover now that he’s orchestrated one of the most remarkable turnarounds in college football history.</p><p>Cignetti took over a program that had gone 9-27 the three years before his arrival and led it to College Football Playoff appearances in each of his first two seasons, including a 2025 national title.</p><p>He wants his program to maintain the same edge it carried while working its way up.</p><p>“We have a way of doing things,” Cignetti sad. “We’ve got guys that have been together, and all we do is win.”</p><p>Indiana’s stunning two-year run under Cignetti already has allowed the traditional Big Ten also-ran to shed its status as the Bowl Subdivision program with the most losses in history. That dubious honor now belongs to conference rival Northwestern.</p><p>The Hoosiers obviously have bigger long-term goals than that.</p><p>They want to keep it going without Heisman Trophy-winning quarterback Fernando Mendoza, who went to the Las Vegas Raiders with the top pick in this year’s draft after his lone season at Indiana. He was one of a school-record eight players drafted.</p><p>“We need to make sure that we keep the same blueprint as last year going into this year, and that includes maintaining the same work ethic,” offensive tackle Carter Smith said.</p><p>Indiana did a remarkable job of restocking its roster by getting one of the nation’s top collections of transfer portal talent. Indiana’s list of 18 transfer newcomers includes former TCU quarterback Josh Hoover and ex-Michigan State wide receiver Nick Marsh.</p><p>Marsh got an early indication of Cignetti’s no-nonsense approach, as the former Spartans player showed up for a spring practice in gold cleats and got criticized by his new coach. Cignetti has since praised the work habits of Marsh, who caught 100 passes for 1,311 yards and nine touchdowns over the last two seasons.</p><p>Indiana’s chances of earning a third straight playoff bid could depend on Hoover, who threw for 9,627 yards, 71 touchdowns and 33 interceptions over the last three years. He has rather large shoes to fill.</p><p>“What separated Fernando was when the game was on the line, those fourth-quarter wins, the last three minutes, four minutes, that’s when he played his best football,” Cignetti said.</p><p>Indiana could be on the verge of establishing itself as annual contenders as long as Cignetti sticks around, as the Hoosiers have followed up their portal success by making inroads in high school recruiting. Over the last two weeks, Indiana has gained verbal commitments from 2027 five-star wide receiver Monshun Sales and highly regarded 2028 quarterback Lukas Prock.</p><p>Cignetti is more focused now on making sure his current team is prepared for its title defense. Defensive lineman Tyrique Tucker was asked how it felt to enter a season as the hunted rather than the hunter.</p><p>“We prepare in a way we wouldn’t think we’re being hunted,” Tucker said. “We’re preparing like we’re predators and we’re hungry. We still have that chip on our shoulder, ultimately.”</p><p>Big Ten media may have given Tucker and his teammates some ammo in that regard. A Cleveland.com poll of reporters that serves as the unofficial Big Ten preseason media forecast had the defending national champions finishing third in the conference, behind Ohio State and Oregon.</p><p>Cignetti understands the challenge ahead after beating both Ohio State and Oregon on the way to the title last year. Cignetti, who worked as an assistant at Alabama from 2007-10, closed his news conference Thursday by explaining why he believes the Big Ten is college football’s best conference.</p><p>“We don’t run a hype machine up here in the Midwest,” Cignetti said. “We believe everything is earned, not given. When we fall short, we say, ‘We fell short.’ We don’t cry a river, whine and complain. That’s why we’re the best.”</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[Ex-Miami Edison High School football player sentenced to 13 years in prison, 3-year probation ]]></title><link>https://www.local10.com/news/local/2026/07/30/ex-miami-edison-high-school-football-player-sentenced-to-13-years-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/ex-miami-edison-high-school-football-player-sentenced-to-13-years-in-prison/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Wilkhari Jones was a Miami Edison Senior High School football player with a full Florida Memorial University scholarship when police officers arrested him about six years ago, court records show. ]]></description><pubDate>Thu, 30 Jul 2026 19:53:05 +0000</pubDate><content:encoded><![CDATA[<p>Wilkhari Jones was a Miami Edison Senior High School football player with a full Florida Memorial University scholarship when police officers arrested him about six years ago, court records show. </p><p><a href="https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/">Leer en español</a></p><p>On Thursday, Miami-Dade County Circuit Court Judge Laura Gonzalez-Marques sentenced Jones, 25, to 13 years in state prison for his role in the shooting of Officer Erica Socarras on April 24, 2020, in Miami. </p><p>“You are a very young man, Sir. And, I hope that you take the time in prison to reflect on the things that you have done, and come out of it differently, because you endangered an officer,” Gonzalez-Marques told Jones during the sentencing hearing. </p><p>Gonzalez-Marques also sentenced Jones to a three-year probation and ordered him to stay away from Socarras. </p><p>Jones pleaded guilty to first-degree attempted premeditated murder with a deadly weapon, throwing a deadly missile, aggravated assault with a firearm, and solicitation to commit murder.</p><p>Socarras, a tactical robbery unit detective in an unmarked Dodge Charger, wasn’t injured during the shooting in Brownsville. A round struck the Taser she had on her gun belt, according to police. </p><p>Deputy Chief of Miami Police Albert “Al” Guerra described Socarras as “incredibly courageous” and a “successful” top officer. </p><p>“As I sat next to her in the courtroom, I had asked her if the sentencing was adequate for her, and she said, ‘It is adequate,’ and she just wants it to be done already, so she is happy that it has finally come to a conclusion,” Guerra told reporters after the sentencing hearing. “It’s a good conclusion for us, and she is just in good spirits.” </p><p>In April, Gonzalez-Marques sentenced Antranard Womble, Jones’s co-defendant, to 15 years in prison for firing at Socarras during the traffic stop at the corner of Northwest 22nd Avenue and 54th Street.</p><p>“Mr. Jones unlike Mr. Womble was not in possession of a firearm nor was he identified as one of the shooters in this case,” Attorney Mayra Trinchet, who represented Jones in the case, wrote, according to the court record’s mitigation packet. </p><p>Jones, who had been in jail without bond since Aug. 20, 2020, has two pending cases on charges of battery by a detainee upon a visitor or another detainee, according to court and inmate records. </p><p><i>Local 10 News Photojournalist Tim McFarland contributed to this report. </i></p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/04/27/man-gets-prison-after-pleading-guilty-to-shooting-at-miami-police-officer/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/27/man-gets-prison-after-pleading-guilty-to-shooting-at-miami-police-officer/">Man gets prison after pleading guilty to shooting at Miami police officer</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/22AMVCIQHVEZJLILBCK65VGUAI.jpeg?auth=334776889c12d04c6bb6ec973d7b9ee2d91e67d0101fc1b16a4ad876da99ed33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wilkhari Jones stands before Miami-Dade County Circuit Court Judge Laura Gonzalez-Marques on Thursday in Miami-Dade County court.]]></media:description></media:content></item><item><title><![CDATA[Coconut Creek man arrested in armed home invasion, faces 12 felony charges]]></title><link>https://www.local10.com/news/local/2026/07/30/coconut-creek-man-arrested-in-armed-home-invasion-faces-12-felony-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/coconut-creek-man-arrested-in-armed-home-invasion-faces-12-felony-charges/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A man accused of taking part in an armed home invasion that police say turned into hours of terror for one victim was arrested on Wednesday.]]></description><pubDate>Thu, 30 Jul 2026 20:49:52 +0000</pubDate><content:encoded><![CDATA[<p>A man accused of taking part in an armed home invasion that police say turned into hours of terror for one victim was arrested on Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/">Leer en español</a></p><p>Tevin Dean, 31, has been arrested and faces a dozen felony charges tied to the June 8 incident, according to an arrest warrant. </p><p>Dean is accused of acting alongside co-defendant Sheendalie Joseph, who allegedly set up the robbery by letting Dean inside the apartment while the victim was upstairs.</p><p>Once inside, police say, Dean brandished a firearm and later held a kitchen knife to the back of the victim’s head, threatening to kill him while Joseph held the phone to the victim’s face in order to gain access. The victim was allegedly forced to strip naked and was bound with duct tape while the pair rifled through his belongings.</p><p>Investigators say the two made off with more than $27,000 in cash, property and digital currency. According to the warrant, they got into the victim’s Coinbase account, sold off his cryptocurrency, and sent roughly $1,200 through Zelle to an account belonging to Joseph’s son. </p><p>They’re also accused of linking the victim’s debit card to a CashApp account that wasn’t his and attempting several fraudulent transactions, along with stealing additional credit cards from a dresser drawer.</p><p>Officials say the victim was left tied up and struggled for nearly half an hour before breaking free.</p><p>Police say the pair tried to cover their tracks afterward — deleting seven Ring camera clips just minutes after leaving the scene and factory-resetting the victim’s iPhones before pawning them, wiping out evidence investigators couldn’t recover even with a search warrant.</p><p>Dean is charged with home invasion with a firearm, armed kidnapping, aggravated battery, false imprisonment, aggravated assault, grand theft, unlawful access of an electronic device, unlawful use of a two-way communication device, criminal use of personal identification, possession of a stolen credit card, and tampering with evidence.</p><p>Dean was denied bond by a Broward County judge.</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/54AJKJJJHJHJDA4IUVSUHFWARE.jpg?auth=b6bc52aec86f77af9e2a340e3b0c71e971b1bae3fd93bedba085ab0fed2de29f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre de Coconut Creek por invasión armada a una vivienda; enfrenta 12 cargos graves]]></title><link>https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/arrestan-a-hombre-de-coconut-creek-por-invasion-armada-a-una-vivienda-enfrenta-12-cargos-graves/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Un hombre acusado de participar en una invasión armada a una vivienda que, según la policía, se convirtió en horas de terror para una víctima fue arrestado el miércoles.]]></description><pubDate>Thu, 30 Jul 2026 21:07:58 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre acusado de participar en una invasión armada a una vivienda que, según la policía, se convirtió en horas de terror para una víctima fue arrestado el miércoles.</p><p>Tevin Dean, de 31 años, fue arrestado y enfrenta una docena de cargos graves relacionados con el incidente ocurrido el 8 de junio, según una orden de arresto.</p><p>Dean está acusado de actuar junto con su coacusada, Sheendalie Joseph, quien presuntamente preparó el robo al permitirle entrar al apartamento mientras la víctima estaba en el segundo piso.</p><p>Una vez dentro, la policía informó que Dean sacó un arma de fuego y luego sostuvo un cuchillo de cocina en la parte posterior de la cabeza de la víctima, amenazándola con matarla mientras Joseph le sostenía el teléfono frente al rostro para obtener acceso. La víctima presuntamente fue obligada a desnudarse y fue atada con cinta adhesiva mientras ambos revisaban sus pertenencias.</p><p>Los investigadores informaron que ambos escaparon con más de $27,000 USD en efectivo, bienes y moneda digital. Según la orden, accedieron a la cuenta de Coinbase de la víctima, vendieron sus criptomonedas y enviaron aproximadamente $1,200 USD mediante Zelle a una cuenta perteneciente al hijo de Joseph.</p><p>También están acusados de vincular la tarjeta de débito de la víctima a una cuenta de Cash App que no le pertenecía e intentar varias transacciones fraudulentas, además de robar otras tarjetas de crédito de un cajón de una cómoda.</p><p>Las autoridades informaron que la víctima quedó atada y luchó durante casi media hora antes de lograr liberarse.</p><p>La policía indicó que ambos intentaron encubrir sus acciones después del robo al eliminar siete videos de una cámara Ring apenas minutos después de abandonar el lugar y restablecer de fábrica los iPhone de la víctima antes de empeñarlos, borrando evidencia que los investigadores no pudieron recuperar ni siquiera con una orden de registro.</p><p>Dean enfrenta cargos por invasión de vivienda con arma de fuego, secuestro a mano armada, agresión agravada, privación ilegal de la libertad, asalto agravado, hurto mayor, acceso ilegal a un dispositivo electrónico, uso ilegal de un dispositivo de comunicación de dos vías, uso delictivo de identificación personal, posesión de una tarjeta de crédito robada y alteración de evidencia.</p><p>Un juez del condado Broward le negó el derecho a fianza a Dean.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/54AJKJJJHJHJDA4IUVSUHFWARE.jpg?auth=b6bc52aec86f77af9e2a340e3b0c71e971b1bae3fd93bedba085ab0fed2de29f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Plantation photographer faces judge after post-cruise arrest on child sex abuse video charges]]></title><link>https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/plantation-photographer-faces-judge-after-post-cruise-arrest-on-child-sex-abuse-video-charges/</guid><dc:creator><![CDATA[Bridgette Matter, Chris Gothner]]></dc:creator><description><![CDATA[A well-known Plantation photographer faced a Miami federal judge on Thursday, a little less than a week after authorities said customs officers found child sexual abuse videos on his phone after he got off a cruise ship.]]></description><pubDate>Thu, 30 Jul 2026 20:33:14 +0000</pubDate><content:encoded><![CDATA[<p>A well-known Plantation photographer faced a Miami federal judge on Thursday, a little less than a week after authorities said they found child sexual abuse videos on his phone after he got off a cruise ship.</p><p><a href="https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/">Leer en español</a></p><p>Steve Lawson, 45, <a href="https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/28/plantation-cruise-passenger-caught-with-child-sex-abuse-videos-showing-100-victims-feds-say/">was taken into custody</a> soon after disembarking the Norwegian Getaway at PortMiami on Friday after it arrived from the Bahamas. His arrest came after customs officers searched his phone, according to court documents.</p><p>Investigators said the father of seven had more than a dozen videos of young girls being raped and sexually abused, including an hour-long video that showed more than 100 victims.</p><p>A federal criminal complaint states that Lawson, who photographs weddings and families, admitted to buying the videos using cryptocurrency while the ship was docked in the Bahamas and it states he claimed he was “enticed to do so after he observed female minors in bikinis on the cruise.”</p><p>The Daily Mail <a href="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html" target="_self" rel="" title="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html">wrote an article</a> about Lawson and his family of nine living in a converted school bus traveling across the U.S. in 2019.</p><p>That same year, Lawson was <a href="https://www.youtube.com/watch?v=MAdmBKVcW84" target="_self" rel="" title="https://www.youtube.com/watch?v=MAdmBKVcW84">seen on Local 10 News</a> after sewage flooded his family’s Plantation home.</p><p>In court on Thursday, prosecutors argued that Lawson is a danger to the community and has an addiction.</p><p>The federal judge ordered he be held on a $900,000 bond. If he posts his bond, he’ll be prohibited from using any electronics or the internet and can’t work as a photographer.</p><p>“We recognize the serious nature of the charges and are committed to working diligently through the legal process to achieve a fair and just resolution of this case,” Lawson’s attorney, Susan Lawson ― no relation ― told Local 10 News in a statement on Thursday.</p><p>But Local 10 News has learned that Steve Lawson was not the only person ― or Broward resident, for that matter ― arrested after getting off the Norwegian Getaway that day.</p><p>A separate criminal complaint states that customs officers also looked at a phone belonging to Michael William Simmons, 40, of Tamarac, after he disembarked the cruise.</p><p>Investigators said he took videos of his daughters’ friends, aged 9 to 11, showering while stationed in Anchorage, Alaska for the Air Force in 2014 and said he admitted to doing so “for his sexual gratification.”</p><p>They said he also admitted to buying child sexual abuse videos using an encrypted system designed to conceal a user’s IP address.</p><p>It’s unclear whether the two know one another.</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[Fotógrafo de Plantation comparece ante juez tras ser arrestado después de un crucero por cargos de videos de abuso sexual infantil]]></title><link>https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/fotografo-de-plantation-comparece-ante-juez-tras-ser-arrestado-despues-de-un-crucero-por-cargos-de-videos-de-abuso-sexual-infantil/</guid><dc:creator><![CDATA[Bridgette Matter, Chris Gothner]]></dc:creator><description><![CDATA[Un conocido fotógrafo de Plantation compareció este jueves ante un juez federal en Miami, menos de una semana después de que las autoridades informaran que agentes de aduanas encontraron videos de abuso sexual infantil en su teléfono tras bajar de un crucero.]]></description><pubDate>Thu, 30 Jul 2026 21:05:42 +0000</pubDate><content:encoded><![CDATA[<p>Un conocido fotógrafo de Plantation compareció el jueves ante un juez federal en Miami, menos de una semana después de que las autoridades informaran que encontraron videos de abuso sexual infantil en su teléfono tras bajar de un crucero.</p><p>Steve Lawson, de 45 años, <a href="https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/" rel="" title="https://www.local10.com/espanol/2026/07/28/arrestan-a-pasajero-de-crucero-de-plantation-con-videos-de-abuso-sexual-infantil-que-muestran-a-mas-de-100-victimas-segun-autoridades-federales/">Leer en español</a> poco después de desembarcar del Norwegian Getaway en PortMiami el viernes, luego de que el crucero llegara desde las Bahamas. Su arresto ocurrió después de que agentes de aduanas revisaran su teléfono, según documentos judiciales.</p><p>Los investigadores informaron que el padre de siete hijos tenía más de una docena de videos en los que niñas eran violadas y abusadas sexualmente, incluido un video de una hora de duración que mostraba a más de 100 víctimas.</p><p>Una denuncia penal federal indica que Lawson, quien se dedica a fotografiar bodas y familias, admitió haber comprado los videos utilizando criptomonedas mientras el barco estaba atracado en las Bahamas y afirmó que se sintió “tentado a hacerlo después de observar a menores de edad en bikini durante el crucero”.</p><p>El Daily Mail <a href="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html" target="_blank" rel="noreferrer" title="https://www.dailymail.com/travel/travel_news/article-6547061/Meet-family-NINE-packed-old-lives-travel-school-bus.html">publicó un artículo </a>sobre Lawson y su familia de nueve integrantes viviendo en un autobús escolar convertido en vivienda mientras recorrían Estados Unidos en 2019.</p><p>Ese mismo año, Lawson <a href="https://www.youtube.com/watch?v=MAdmBKVcW84" target="_blank" rel="noreferrer" title="https://www.youtube.com/watch?v=MAdmBKVcW84">apareció en Local 10 News</a> después de que aguas residuales inundaran la vivienda de su familia en Plantation.</p><p>Durante la audiencia del jueves, los fiscales argumentaron que Lawson representa un peligro para la comunidad y que tiene una adicción.</p><p>El juez federal ordenó que permanezca detenido con una fianza de $900,000 USD. Si paga la fianza, tendrá prohibido usar dispositivos electrónicos o internet y no podrá trabajar como fotógrafo.</p><p>“Reconocemos la gravedad de los cargos y estamos comprometidos a trabajar diligentemente durante el proceso legal para lograr una resolución justa y equitativa de este caso”, dijo la abogada de Lawson, Susan Lawson, sin parentesco con él, en un comunicado enviado el jueves a Local 10 News.</p><p>Pero Local 10 News supo que Steve Lawson no fue la única persona, ni el único residente de Broward, arrestado tras bajar del Norwegian Getaway ese día.</p><p>Una denuncia penal por separado indica que agentes de aduanas también revisaron el teléfono de Michael William Simmons, de 40 años y residente de Tamarac, después de que desembarcó del crucero.</p><p>Los investigadores informaron que, mientras estaba asignado por la Fuerza Aérea en Anchorage, Alaska, en 2014, grabó en video a amigas de sus hijas, de entre 9 y 11 años, mientras se duchaban, y que admitió haberlo hecho “para su gratificación sexual”.</p><p>También dijeron que admitió haber comprado videos de abuso sexual infantil utilizando un sistema encriptado diseñado para ocultar la dirección IP del usuario.</p><p>No está claro si ambos se conocen.</p>]]></content:encoded></item><item><title><![CDATA[Strong iPhone sales propel Apple's fiscal Q3 results past Wall Street's expectations]]></title><link>https://www.local10.com/business/2026/07/30/strong-iphone-sales-propel-apples-fiscal-q3-results-past-wall-streets-expectations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/strong-iphone-sales-propel-apples-fiscal-q3-results-past-wall-streets-expectations/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[Apple posted a solid fiscal third quarter on Thursday, climbing past Wall Street's expectations thanks to strong sales of the iPhone and MacBook computers.]]></description><pubDate>Thu, 30 Jul 2026 21:42:25 +0000</pubDate><content:encoded><![CDATA[<p>Apple posted a solid fiscal third quarter on Thursday, climbing past Wall Street's expectations thanks to strong sales of the iPhone and MacBook computers.</p><p>Apple raised the prices of its Macs and iPads last month, citing a memory-chip shortage brought on by the artificial intelligence boom. The company had called the demand spike an “unprecedented challenge” for the consumer electronics industry. While it hasn't yet raised iPhone prices, analysts and consumers expect that to happen later this year.</p><p>The maker of the iPhone and iPad said Thursday it earned $29.79 billion, or $2.02 per share, in the April-June period. That is up 27% from $23.43 billion, or $1.57 per share, in the same period a year earlier.</p><p>Revenue grew 16% to $$109.42 billion from $94.04 billion.</p><p>Analysts, on average, were expecting earnings of $1.89 per share on revenue of $109 billion, according to a poll by FactSet. Tariff refunds of 11 cents per share contributed to the quarter's earnings.</p><p>“Today, Apple is proud to report our strongest June quarter ever, with double-digit revenue growth across iPhone, Mac and Services, and in every geographic segment,” said Tim Cook, Apple’s CEO. It was Cook's final earnings call. He announced his retirement in April, after 15 years at the helm of the company. John Ternus, Apple’s head of hardware engineering, will assume the role on Sept. 1.</p><p>"I couldn't be more confident in his leadership, in the executive team and the extraordinary people at Apple," Cook said.</p><p>Apple continues to generate cash without the massive artificial intelligence spending that its Big Tech peers area are dealing with “and that showed across most parts of the operation,” said Thomas Monteiro, an analyst at Investing.com. “As the market grows more worried about free cash flow trajectories elsewhere in Big Tech, Apple keeps standing out as the safe haven in the storm.”</p><p>But he cautioned that memory costs — which are continuing to increase — could challenge Apple in the coming quarters. It also won't have the tariff benefit to boost profit margins again. September's iPhone launch and more price increases should “help cushion the hit,” Monteiro said.</p><p>Shares of Cupertino, California-based Apple, which recently regained its title as the world's most valuable company from Nvidia, fell $7.52, or 2.3%, to $325.91 in after-hours trading.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJ5J7T5E6JIX6RXBG34OW6WX64.jpg?auth=301381e58547d1719964882f228c65fed9437341018f388783a3b1b566c4f017&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Apple logo is illuminated at a store in Munich, April 2, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[National Guard officer forged records and stole public money to facilitate secret second marriage]]></title><link>https://www.local10.com/news/world/2026/07/30/national-guard-officer-forged-records-and-stole-public-money-to-facilitate-secret-second-marriage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/30/national-guard-officer-forged-records-and-stole-public-money-to-facilitate-secret-second-marriage/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[A National Guard officer carried out a secret second marriage to a woman he met while posted in Mongolia, using a government travel card and forged documents to facilitate the double life, U.S. prosecutors allege.]]></description><pubDate>Thu, 30 Jul 2026 20:40:07 +0000</pubDate><content:encoded><![CDATA[<p>A National Guard officer carried out a secret second marriage to a woman he met while posted in Mongolia, using a government travel card and forged documents to facilitate the double life, U.S. prosecutors allege.</p><p>Maj. Collin Welch, 40, pleaded guilty Tuesday to stealing about $54,000 in government money and inducing the Mongolian woman and her daughter to remain in the U.S. unlawfully. He’s awaiting sentencing in U.S. District Court in Washington.</p><p>Welch made a fake divorce decree to convince his second wife that he was no longer married to his first, according to a statement he signed as part of a plea agreement with prosecutors. After moving her to the United States, he forged other government records to convince her that she was in the pipeline for U.S. citizenship and legally staying in the country.</p><p>Two deployments — to Afghanistan and Djibouti — and years spent away from his family put a strain on Welch, his lawyer, Gregory Rosen, said in a statement.</p><p>“None of that changes the fact that Major Welch accepts full responsibility for his actions,” Rosen said. “That alone speaks louder about his character than any statement of offense, standing alone, ever could.”</p><p>The affair began in 2019, when Welch was with the Alaska National Guard and stationed at the U.S. Embassy in Ulaanbaatar, Mongolia. It continued after he returned to Alaska in 2021 and moved to Arkansas the next year. They were married in 2022 in Mongolia.</p><p>In 2023, Welch moved to Washington with his family for a role with the District of Columbia National Guard that required extensive foreign travel. He used his government travel card to rent hotel rooms in the Washington area for video calls with his second wife, so she wouldn't know he was living with his family.</p><p>He also submitted false reimbursement expenses and lied to his superiors to get authorization for foreign travel to visit the Mongolian woman, according to the statement filed in court.</p><p>Welch charged the government for plane tickets for the Mongolian woman and her daughter to move to the United States in 2024. He married her again in Virginia, falsely saying he had never been married before. He paid for their living arrangements in Northern Virginia until they were evicted late last year when he tried to pay the rent with forged checks.</p><p>During that time, Welch knew the woman and her daughter had expired tourist visas but faked a variety of records to convince them otherwise. Those included letters from immigration authorities, Social Security cards and a Defense Department letter purporting to say the immigrants were enrolled in military health coverage.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5QSBTNT6IWPZ36NMZDB3CS4U2M.jpg?auth=770ade7a98cb34cd086162b5913531281ac8c6ad78f2d51f576abae25c03790e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A member of the National Guard stands watch on Beale St., July 17, 2026, in Memphis, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Fuertes lluvias provocan inundaciones repentinas y rescates en el norte de Nueva York]]></title><link>https://www.local10.com/espanol/2026/07/30/fuertes-lluvias-provocan-inundaciones-repentinas-y-rescates-en-el-norte-de-nueva-york/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/fuertes-lluvias-provocan-inundaciones-repentinas-y-rescates-en-el-norte-de-nueva-york/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CASTLETON-ON-HUDSON, Nueva York, EE.UU. (AP) — Las labores de limpieza comenzaron el jueves en distintas partes del norte del estado de Nueva York tras dos días de fuertes lluvias que provocaron inundaciones repentinas, rescates acuáticos y la destrucción de un molino harinero de varios siglos de antigüedad.]]></description><pubDate>Thu, 30 Jul 2026 20:32:43 +0000</pubDate><content:encoded><![CDATA[<p>CASTLETON-ON-HUDSON, Nueva York, EE.UU. (AP) — Las labores de limpieza comenzaron el jueves en distintas partes del norte del estado de Nueva York tras dos días de fuertes lluvias que provocaron inundaciones repentinas, rescates acuáticos y la destrucción de un molino harinero de varios siglos de antigüedad.</p><p>Casi 30 centímetros (un pie) de lluvia cayó en distintas partes de los condados de Columbia y Rensselaer, cerca de Albany, durante un período de 48 horas que terminó la mañana del jueves, informó el Servicio Meteorológico Nacional. Albany, la capital del estado, registró 20 centímetros (8 pulgadas) de lluvia en el mismo período.</p><p>Los equipos de primera respuesta en Albany y en otras localidades informaron del rescate de varias personas de sus casas y vehículos el miércoles tras el desbordamiento de vías fluviales e inundación de calles. Las cuadrillas también bombearon sótanos anegados. No hubo reportes de muertes ni de heridos, y para el jueves, las aguas de la inundación habían empezado a retroceder.</p><p>En fotos y videos publicados en internet aparecen autos varados con el agua hasta las ventanillas de las puertas, tierras agrícolas locales inundadas por las fuertes lluvias y aguas de crecida que se movían rápidamente y se derramaban sobre las carreteras.</p><p>El propietario del molino, Andy Klein, contó que un vecino golpeó su puerta principal alrededor de las 8 de la mañana del miércoles en Castleton-on-Hudson para advertirle de la inundación. Un arroyo contiguo anegó su propiedad con aguas de 91 a 122 centímetros (3 a 4 pies) de profundidad y destruyó la parte más antigua del molino, junto a su casa.</p><p>“Es un hecho horrible”, manifestó. “El molino ha estado allí durante cientos de años, y es un hecho muy triste. Soy un gran aficionado a la historia, y acabo de ver cómo un edificio se hacía pedazos”.</p><p>La planta de agua en Castleton-on-Hudson sufrió daños durante la inundación, lo que llevó a emitir un aviso para que los residentes locales hiervan el agua y reduzcan su consumo, señalaron las autoridades.</p><p>Las fuertes lluvias de principios de esta semana también anegaron otras zonas de Nueva York, así como de Nueva Jersey y Pensilvania, inundando calles y provocando rescates acuáticos.</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/YCOHI25EWTYA7D6SBTRWZZ2OUY.jpg?auth=cd57ccade67aad0d45e6bae72c200509c5cafd7fc9b200e12a09f0e579310d9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona camina a través de una inundación en Central Avenue cerca de la Interestatal 90 después de que fuertes lluvias causaran daños en todo el Distrito Capital el miércoles 29 de julio de 2026 en Albany, Nueva York. (Will Waldron/The Albany Times Union vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Waldron</media:credit></media:content></item><item><title><![CDATA[Pedestrian dead after crash in central Broward]]></title><link>https://www.local10.com/news/local/2026/07/30/pedestrian-dead-after-crash-in-central-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/pedestrian-dead-after-crash-in-central-broward/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[A driver hit and killed a pedestrian who stepped out in front of his SUV on Monday morning in central Broward, deputies said. ]]></description><pubDate>Thu, 30 Jul 2026 19:46:41 +0000</pubDate><content:encoded><![CDATA[<p>A driver hit and killed a pedestrian who stepped out in front of his SUV on Monday morning in central Broward, deputies said. </p><p><a href="https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, a call was received at 5:48 a.m. involving a crash with injuries near State Road 7 and Riverland Road. Deputies as well as Broward Sheriff Fire Rescue responded to the scene. </p><p>According to BSO, the driver was headed south on State Road 7 in the right lane when the crash occurred.</p><p>According to investigators, the pedestrian, 58-year-old Bryan Kommes, did not walk in the marked crosswalk when he attempted to cross the road and stepped into the path of the Chevrolet, where he was struck. </p><p>BSO said Kommes was rushed to Broward Health Medical Center, where he was pronounced dead. </p><p>Investigators said the driver remained at the scene and cooperated with the investigation. </p><p>At this time, detectives do not believe excessive speed or driver impairment were contributing factors in the crash, according to the sheriff’s office.</p><p>The investigation remains ongoing.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJXF27YAAGHJM3Q5R5ADRGHZ2M.jpg?auth=31d822805678351e668c0e9fbae80b9e60c37c72a19d43e9ebab389a1ee056e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Broward County Sheriff's Office]]></media:description></media:content></item><item><title><![CDATA[Muere peatón tras accidente en el centro de Broward]]></title><link>https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/muere-peaton-tras-accidente-en-el-centro-de-broward/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez, Local 10 Intern]]></dc:creator><description><![CDATA[Un conductor atropelló y mató a un peatón que se cruzó frente a su SUV la mañana del lunes en el centro de Broward, informaron los agentes.]]></description><pubDate>Thu, 30 Jul 2026 20:28:13 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor atropelló y mató a un peatón que se cruzó frente a su SUV la mañana del lunes en el centro de Broward, informaron los agentes.</p><p>Según la Oficina del Sheriff de Broward (BSO), una llamada fue recibida a las 5:48 a.m. por un accidente con personas heridas cerca de State Road 7 y Riverland Road. Agentes y personal de Broward Sheriff Fire Rescue respondieron al lugar.</p><p>De acuerdo con la BSO, el conductor circulaba hacia el sur por State Road 7 en el carril derecho cuando ocurrió el accidente.</p><p>Según los investigadores, el peatón, Bryan Kommes, de 58 años, no cruzó por el paso peatonal señalizado cuando intentó atravesar la vía y se interpuso en la trayectoria de la Chevrolet, donde fue atropellado.</p><p>La BSO informó que Kommes fue trasladado de urgencia al Broward Health Medical Center, donde fue declarado muerto.</p><p>Los investigadores indicaron que el conductor permaneció en el lugar y cooperó con la investigación.</p><p>Por el momento, los detectives no creen que el exceso de velocidad o que el conductor estuviera bajo los efectos de alguna sustancia hayan sido factores que contribuyeran al accidente, según la oficina del sheriff.</p><p>La investigación continúa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJXF27YAAGHJM3Q5R5ADRGHZ2M.jpg?auth=31d822805678351e668c0e9fbae80b9e60c37c72a19d43e9ebab389a1ee056e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Broward County Sheriff's Office]]></media:description></media:content></item><item><title><![CDATA[Amazon to boost spending on AI and other technology by $20 billion after strong Q2 results]]></title><link>https://www.local10.com/business/2026/07/30/amazon-to-boost-spending-on-ai-and-other-technology-by-20-billion-after-strong-q2-results/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/30/amazon-to-boost-spending-on-ai-and-other-technology-by-20-billion-after-strong-q2-results/</guid><dc:creator><![CDATA[By ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Amazon said it will be increasing this year's capital spending on technology, mostly artificial intelligence, by an additional 10% after the tech and e-commerce giant delivered strong profits and net sales during for fiscal second quarter, helped by surging growth in its prominent cloud computing unit.]]></description><pubDate>Thu, 30 Jul 2026 22:28:32 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Amazon said it will be increasing this year's capital spending on technology, mostly artificial intelligence, by an additional 10% after the tech and e-commerce giant delivered strong profits and net sales during for fiscal second quarter, helped by surging growth in its prominent cloud computing unit.</p><p>The Seattle-based company said Thursday that sales in its cloud computing unit called AWS rose 37% during the April-June period, faster than the 28% clip in the previous quarter and marking the fastest rate of growth in 18 quarters.</p><p>CEO and President Andy Jassy disclosed to investors on the call that Amazon now expects capital spending to total $220 billion, which also includes outlays on robots, semiconductors and satellites. That's up from the $200 billion investment plan that was announced in February and well above the $128 billion in capital spending for all of last year. Jassy cited the higher cost of memory chips as the main reason for the increase.</p><p>Jassy told investors that even at the $220 billion level, Amazon will not have enough capacity to meet all of the demand it has this year.</p><p>“I believe this dynamic will also be true in 2027 too,” he added. “In fact, the demand we already have for 2028 is striking.”</p><p>Still, shares rose more than 9% in after-hours trading.</p><p>Investors had been closely watching Amazon’s quarterly earnings to see if the company’s big spending on AI is starting to pay off.</p><p>The Seattle-based company offered a cautious sales outlook for the current quarter.</p><p>Amazon was among the last of the tech giants to report its earnings results covering the latest three-month period. The reports offer investors a read on AI spending and cloud computing growth across the industry.</p><p>Google parent Alphabet reported better-than-expected revenue for the second quarter last week, fueled by an 82% increase in its cloud business. But the stock tumbled as the tech giant increased its full-year forecast for capital expenditures to a range of $195 billion to $205 billion. That’s up from its previous estimate of $180 billion to $190 billion.</p><p>Microsoft, which on Wednesday reported stronger profit for the latest quarter than analysts expected, said growth was strong for its Azure cloud business. The company didn’t announce a big increase in how much it plans to spend on AI investments. That helped to boost shares.</p><p>Investors are worried that such spending is eating into companies’ cash flows and may not ultimately be worth it if AI doesn’t deliver as much productivity and profits as promised.</p><p>In a statement released Thursday, Jassy said AWS is “booming” and noted that its AI and chips businesses each eclipsed run rates of more than $25 billion. He noted that in stores, the company set record delivery speeds for its Prime members in the first half of the year, noting that 40% more items were delivered either same-day or overnight.</p><p>“There’s a lot to be excited about, and we have much more coming for customers in the second half of the year and beyond,” he said.</p><p>Amazon’s results from the latest quarter underscored that demand keeps growing for Amazon’s services and technology.</p><p>In April, Amazon signed big deals with OpenAI, Anthropic and Meta.</p><p>Amazon announced in April what it called a “major expansion” of its partnership with ChatGPT maker OpenAI one day after the artificial intelligence company said it was loosening its ties to longtime backer Microsoft.</p><p>Like other retailers, however, Amazon is experiencing higher tariff costs because of President Donald Trump’s foreign trade policies. Rising shipping costs as the Iran war affects oil and fuel prices also could cut into the company’s e-commerce revenue.</p><p>Meanwhile, Amazon has been speeding up order delivery times through a combination of robotics, AI technology and more efficient warehousing. In fact, speedier delivery helped Amazon dethrone Walmart in February from its status as the nation’s largest company by revenue, according to Fortune, which compiles a ranking of the top 500 U.S. corporations by total revenue for their respective fiscal years.</p><p>Amazon announced in May it was rapidly opening small order processing hubs in dozens of U.S. and foreign cities for 30 minute deliveries, catering to people who can’t or don’t want to wait for cough medicine to relieve flu symptoms or tomatoes for tonight’s dinner salad.</p><p>The company said Thursday that for the first six months of the year it more than doubled the number of new customers for its online pharmacy service, while same-day prescription deliveries were up nearly five times.</p><p>Amazon also pushed up its big four-day sale event known as Prime Day to June from July this year.</p><p>Amazon reported net income of $62.65 billion, or $5.75 per share, in the three-month period ended June 30. That compares with $18.16 billion or $1.68 per share, in the year-ago period.</p><p>Net sales rose to $200.6 billion from $167.7 billion a year ago.</p><p>Analysts were expecting sales of $197.03 billion for the latest quarter.</p><p>Amazon said it expects net sales to be in the range of $197 billion to $202 billion. Analysts expect $203.9 billion, according to FactSet.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2DXKSOKEFHZPWXANRCSOIV7GM.jpg?auth=99ae24818f56f5a153b635fb4c169a852026fc1d74b45141b8c0523d21d4dede&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boxes sit on a conveyor belt at an Amazon storage warehouse in Tepotzotlan, Mexico, May 22, 2025. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Condenan a ex jugador de fútbol de Miami Edison High School a 13 años de prisión y tres años de libertad condicional]]></title><link>https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/condenan-a-ex-jugador-de-futbol-de-miami-edison-high-school-a-13-anos-de-prision-y-tres-anos-de-libertad-condicional/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Wilkhari Jones era jugador de fútbol de Miami Edison Senior High School y tenía una beca completa en Florida Memorial University cuando agentes de policía lo arrestaron hace unos seis años, según muestran los registros judiciales.]]></description><pubDate>Thu, 30 Jul 2026 20:24:23 +0000</pubDate><content:encoded><![CDATA[<p>Wilkhari Jones era jugador de fútbol de Miami Edison Senior High School y tenía una beca completa en Florida Memorial University cuando agentes de policía lo arrestaron hace unos seis años, según muestran los registros judiciales.</p><p>El jueves, la jueza del Tribunal de Circuito del condado Miami-Dade, Laura Gonzalez-Marques, condenó a Jones, de 25 años, a 13 años de prisión estatal por su participación en la balacera contra la agente Erica Socarras el 24 de abril de 2020 en Miami.</p><p>“Usted es un hombre muy joven, señor. Espero que aproveche el tiempo en prisión para reflexionar sobre las cosas que ha hecho y salga siendo una persona diferente, porque puso en peligro a una agente”, le dijo Gonzalez-Marques a Jones durante la audiencia de sentencia.</p><p>Gonzalez-Marques también condenó a Jones a tres años de libertad condicional y le ordenó mantenerse alejado de Socarras.</p><p>Socarras, detective de la unidad táctica contra robos que viajaba en un Dodge Charger sin identificación policial, no resultó herida durante la balacera en Brownsville. Según la policía, un proyectil impactó el taser que llevaba en el cinturón junto a su arma de fuego.</p><p>El subjefe de la Policía de Miami, Albert “Al” Guerra, describió a Socarras como “increíblemente valiente” y una destacada agente.</p><p>“Mientras estaba sentado junto a ella en la sala del tribunal, le pregunté si la sentencia era adecuada para ella, y respondió: “Es adecuada”, y que simplemente quería que todo esto terminara de una vez. Está feliz de que finalmente haya llegado a su fin”, dijo Guerra a los periodistas después de la audiencia de sentencia. “Es un buen desenlace para nosotros y ella se encuentra de buen ánimo”.</p><p>Gonzalez-Marques ya había condenado a Antranard Womble, coacusado de Jones, a 15 años de prisión por disparar contra Socarras durante la parada de tránsito en la esquina de Northwest 22nd Avenue y 54th Street.</p><p>Jones se declaró culpable de intento de asesinato premeditado en primer grado con arma mortal, lanzamiento de proyectil mortal, agresión agravada con arma de fuego y solicitud para cometer asesinato.</p><p>Jones, quien permanecía detenido sin derecho a fianza desde el 20 de agosto de 2020, tiene dos casos pendientes por cargos de agresión cometida por un detenido contra un visitante u otro detenido, según registros judiciales y penitenciarios.</p><p>El fotoperiodista de Local 10 News Tim McFarland colaboró con este reportaje.</p><p><b>Historia relacionada</b>: <a href="https://www.local10.com/espanol/2026/04/27/hombre-que-le-disparo-a-oficial-de-miami-en-liberty-city-en-2020-recibe-15-anos-de-prision/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/27/hombre-que-le-disparo-a-oficial-de-miami-en-liberty-city-en-2020-recibe-15-anos-de-prision/">Hombre recibe condena de prisión tras declararse culpable de disparar contra agente de la Policía de Miami</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/22AMVCIQHVEZJLILBCK65VGUAI.jpeg?auth=334776889c12d04c6bb6ec973d7b9ee2d91e67d0101fc1b16a4ad876da99ed33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wilkhari Jones stands before Miami-Dade County Circuit Court Judge Laura Gonzalez-Marques on Thursday in Miami-Dade County court.]]></media:description></media:content></item><item><title><![CDATA[‘We want to win’: Dolphins’ Hafley rejects rebuild mindset after offseason overhaul]]></title><link>https://www.local10.com/sports/local/2026/07/30/we-want-to-win-dolphins-hafley-rejects-rebuild-mindset-after-offseason-overhaul/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/30/we-want-to-win-dolphins-hafley-rejects-rebuild-mindset-after-offseason-overhaul/</guid><dc:creator><![CDATA[Ryan Mackey, Clay Ferraro]]></dc:creator><description><![CDATA[Miami Dolphins head coach Jeff Hafley pushed back against the idea that his team is entering a rebuilding phase, saying the focus remains on improvement and winning.]]></description><pubDate>Thu, 30 Jul 2026 17:52:49 +0000</pubDate><content:encoded><![CDATA[<p>Miami Dolphins head coach Jeff Hafley pushed back against the idea that his team is entering a rebuilding phase, saying the focus remains on improvement and winning.</p><p>Hafley spoke with reporters Thursday before the Dolphins took the field for the second day of training camp, just months after a major offseason overhaul that included the releases of quarterback Tua Tagovailoa, wide receiver Tyreek Hill and linebacker Bradley Chubb. </p><p>The team also traded wide receiver Jaylen Waddle to the Denver Broncos and safety Minkah Fitzpatrick to the New York Jets.</p><p>Despite the changes, Hafley said the word “rebuild” does not fit the mindset inside the Dolphins’ locker room.</p><p>“I don’t know how you can have a conversation with a competitive player or a competitive coach and have it sit right with them where we’re just going to say, we’re just going to rebuild this year,” he said. “And I mean, it’s just not the mentality of any competitor who’s made it to this level or any coach that’s made it to this level.”</p><p>Hafley said the team’s approach is centered around getting better every day while competing.</p><p>“Whether it’s practice or whether it’s a drill, I think we all want to win it and our mindset is we need to get better, we need to develop, and everything that we do is going to be about competing to get better throughout the process and we want to win,” he added. </p><p>The Dolphins began training camp with a new coaching staff and a new quarterback in Malik Willis, who joined Miami after the offseason departure of Tagovailoa.</p><p>Hafley said it is too early to evaluate players after only a few practices and emphasized the importance of consistency over time.</p><p>“I just think, guys, it’s going to be really hard to assess anybody in these first couple of practices,” Hafley said. “I think the key to everything is going to be consistency over time.”</p><p>One of Hafley’s biggest priorities during camp has been creating more realistic game situations. The Dolphins have spent more time in 11-on-11 drills and less time in 7-on-7 work, something Hafley said better prepares players for the challenges of an actual game.</p><p>“I want to just play football,” he said. “I think that’s how you get good.” </p><p>Hafley also discussed the return of running back De’Von Achane, who is being eased back into practice after time away from football.</p><p>“Well, he (Achane) just came back, so he’s got to build up his reps just like everybody else to get ready to play in a game,” Hafley said. “But we’ve got to gradually increase it, and we’ll do that throughout camp. So it’s just (his) first day back. (He) hadn’t really played football in a while, but I am very glad that he’s back.”</p><p>The Dolphins will continue training camp as Hafley works to establish his culture heading into the new season. The first practice open to the public is set for Sunday at 9:30 a.m. </p><p>View the Dolphins’ full training camp schedule by <a href="https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/" rel="" title="https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/">clicking here</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Balacera accidental en Pompano Beach deja una persona herida, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una persona resultó herida la noche del miércoles en una balacera accidental en un complejo de apartamentos de Pompano Beach, informaron las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 13:24:48 +0000</pubDate><content:encoded><![CDATA[<p>Una persona resultó herida la noche del miércoles en una balacera accidental en un complejo de apartamentos de Pompano Beach, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Broward (BSO), la balacera fue reportada alrededor de las 10:12 p.m. cerca de la cuadra 4000 de Southwest 15th Street.</p><p>La portavoz de la BSO, Gerdy St. Louis, informó que mientras los agentes y los paramédicos de Pompano Beach Fire Rescue se dirigían al lugar, les notificaron que los padres de la víctima la habían trasladado a una estación de bomberos cercana.</p><p>Los paramédicos en el lugar brindaron asistencia a la víctima antes de que fuera trasladada a un hospital local para recibir tratamiento, informaron las autoridades.</p><p>La edad y el estado de la víctima aún no han sido divulgados.</p><p>St. Louis indicó que detectives de las unidades de Escena del Crimen y Delitos Violentos de la BSO investigan las circunstancias que rodean la balacera.</p>]]></content:encoded></item><item><title><![CDATA[Young boy critically injured in accidental shooting in Pompano Beach, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/1-injured-in-accidental-shooting-in-pompano-beach-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A young boy was critically injured Wednesday night in an accidental shooting at an apartment complex in Pompano Beach, authorities said.]]></description><pubDate>Thu, 30 Jul 2026 11:00:58 +0000</pubDate><content:encoded><![CDATA[<p>A young boy was critically injured Wednesday night in an accidental shooting at an apartment complex in Pompano Beach, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/balacera-accidental-en-pompano-beach-deja-una-persona-herida-dicen-agentes/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the shooting was reported at about 10:12 p.m. near the 4000 block of Southwest 15th Street.</p><p>BSO spokeswoman Gerdy St. Louis said as deputies and Pompano Beach Fire Rescue medics were heading to the scene, they were advised that the victim’s parents had transported the boy to a nearby fire station.</p><p>Medics there provided aid to the victim before he was transported to a local hospital for treatment, authorities said.</p><p>As of Thursday morning, the boy was listed in critical condition. </p><p>The victim’s age has not yet been released. </p><p>St. Louis said detectives with BSO’s Crime Scene and Violent Crimes units are investigating the circumstances surrounding the shooting.</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[Baker Mayfield feels 'disrespected' by Buccaneers ownership after failing to agree on a new contract]]></title><link>https://www.local10.com/sports/2026/07/30/baker-mayfield-feels-disrespected-by-buccaneers-ownership-after-failing-to-agree-on-a-new-contract/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/baker-mayfield-feels-disrespected-by-buccaneers-ownership-after-failing-to-agree-on-a-new-contract/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[TAMPA, Fla. (AP) — Baker Mayfield feels “disrespected” by the Tampa Bay Buccaneers and is focused on playing his best football.]]></description><pubDate>Thu, 30 Jul 2026 20:10:40 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Fla. (AP) — Baker Mayfield feels “disrespected” by the Tampa Bay Buccaneers and is focused on playing his best football.</p><p>The two-time Pro Bowl quarterback didn’t get the contract extension he sought and plans to play out the final season of his three-year, $100 million deal.</p><p>“I’ve been pretty up front and honest about my feelings about Tampa, it being home for our family, raising kids here,” Mayfield said Thursday. “We love it here. I wanted a deal done and set the deadline and told them it was going to be all ball after that, and I did mean that. I don’t know if they thought I was gonna take some of the offers that they gave.</p><p>“I’m at the point in my career, understanding what I’ve brought to this franchise. One, I’m very thankful for the chance they gave me — do not get me wrong on that. But I also know, I really know what I’ve brought to this franchise, leadership-wise and even play-wise. It’s been some of the best years of my career, and I think it’s only going to trend upwards.”</p><p>Mayfield, who was the No. 1 overall pick in the 2018 NFL draft by Cleveland, revived his career in Tampa Bay after replacing Tom Brady in 2023. He made the Pro Bowl in each of his first two seasons while leading the Bucs to consecutive NFC South titles. He was an MVP candidate through the first half of last season when the team started 6-2 but struggled with injuries and tailed off.</p><p>“It’s disappointing in that regard, to feel disrespected a little bit,” he said. “That’s really the disappointing part to feel undervalued after thinking you’ve earned it. This is not a ‘poor me’ thing. There’s a lot of other people who have it way worse off. But I can sit here and look at other quarterbacks and peers and evaluate myself based on that and put myself in certain categories that I deserved to be compensated for that.</p><p>“I think I’m a franchise quarterback. I’ve been told I’m a franchise quarterback. It’s been said publicly from ownership down here and to not have a deal done is very disappointing.”</p><p>Mayfield had set a deadline on getting a new contract by the start of training camp. He said he addressed his teammates to let them know he won’t let the issue become a distraction. He also doesn’t need it to motivate him.</p><p>“Money should never be the motivation in football,” he said. “It’s how do I help this team win? It’s never going to be the motivation for me. When it comes to having a chip on your shoulder and all that, for me it just puts me in the mindset of betting on myself. That’s something I’m pretty familiar with, and it’s a good place to be. As a highly competitive guy, sometimes you have to put yourself backed into a corner and fight your way out. I have a lot of guys and a lot of staff around me that are with me, so I’m not alone in it. We’re fighting for the same goal, and that’s to be playing in February.”</p><p>If Mayfield plays like he did in 2024 — 4,500 yards passing, 41 touchdown passes, 71.4% completion rate, 106.8 passer rating — the Buccaneers likely will have to pay him even more than he commands now. A contract that averages between $50-55 million is considered to be Mayfield’s current range.</p><p>“Baker hasn’t missed a beat or changed one bit through anything that’s going on,” offensive lineman Ben Bredeson said. “He’s still our quarterback, he’s still the same leader, friend, guy that we all love. When he says it’s all about ball, he means it. He’s probably one of the most consistent and locked in individuals I’ve ever had the chance to play with. It’s an honor going to work with him every day and no matter what’s happening outside of the building, he has not changed one bit and is ready to go at all times.”</p><p>Two-time Pro Bowl defensive tackle Vita Vea also is unhappy with his contract situation as he enters the final year of his deal. He has missed the first two days of practice with a back injury.</p><p>“It’s all about winning here now and what we’re going to do and hopefully gets his back fixed and gets his deal done,” Mayfield said. “Vita deserves that. He’s the anchor of our defense. I hope they take care of him.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6EHQMNUAUUNP6M4Q2VYJBZIC4.jpg?auth=c3f8cdc87f450192bf1fd2dbc0743a313228f6d5f430c4a8b84a806ae51b659d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield takes a snap during an NFL football training camp practice Thursday, July 30, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CHDISTZH3EJ4HMN2WOGXJWJYSU.jpg?auth=853a59bd881b8596543d1d3f40f8301213af0ae0eae85941c02b9afe424c31b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield walks onto the field before an NFL football training camp practice Thursday, July 30, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/42R5WA3C3VMKDLBM7AXXK3WLTA.jpg?auth=ad6005094bd2a54e417459d7acb7ebb932afd8ff5eb4923c3f0d0d123e5b790e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield throws a pass during an NFL football training camp practice Thursday, July 30, 2026, in Tampa, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[Milei faculta a Argentina a negar el ingreso o deportar a extranjeros por comentarios de odio]]></title><link>https://www.local10.com/espanol/2026/07/30/milei-faculta-a-argentina-a-negar-el-ingreso-o-deportar-a-extranjeros-por-comentarios-de-odio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/milei-faculta-a-argentina-a-negar-el-ingreso-o-deportar-a-extranjeros-por-comentarios-de-odio/</guid><dc:creator><![CDATA[Por ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Después de que una dolorosa derrota en el Mundial de fútbol diera paso a lo que muchos argentinos consideran una ola generalizada de odio contra su país, el presidente Javier Milei firmó el jueves un decreto de emergencia que faculta al gobierno a negar el ingreso o expulsar a extranjeros que inciten a la discriminación o la violencia contra los argentinos por su nacionalidad.]]></description><pubDate>Fri, 31 Jul 2026 02:31:25 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Después de que una dolorosa derrota en el Mundial de fútbol diera paso a lo que muchos argentinos consideran una ola generalizada de odio contra su país, el presidente Javier Milei firmó el jueves un decreto de emergencia que faculta al gobierno a negar el ingreso o expulsar a extranjeros que inciten a la discriminación o la violencia contra los argentinos por su nacionalidad.</p><p>La oficina de Milei presentó el decreto como una respuesta a semanas de críticas de celebridades, aficionados rivales y usuarios de redes sociales, luego de que polémicas decisiones arbitrales alimentaran la especulación de que la FIFA había favorecido al equipo argentino y a su superestrella Lionel Messi en el torneo. Los detractores dirigieron su enojo —por la agresividad ocasional de los aficionados argentinos, y por el juego brusco del equipo en el campo — no sólo contra los jugadores, sino cada vez más contra la sociedad argentina en su conjunto.</p><p>La medida añade nuevos motivos a la ley migratoria de Argentina, lo que permite que las autoridades impidan el ingreso, deporten y revoquen visas a personas que se determine que han promovido el odio contra los argentinos en declaraciones orales o escritas, o que hayan profanado símbolos nacionales.</p><p>“Frente a las recientes manifestaciones de hostilidad contra la República Argentina y los argentinos, el Gobierno Nacional reafirma que la defensa de la Nación, de sus ciudadanos y de sus símbolos no es negociable”, manifestó la oficina del presidente. “Quien ataque a la República Argentina no es bienvenido en nuestro país”.</p><p>La decisión supone un marcado giro para un país que, durante mucho tiempo, se ha enorgullecido de recibir inmigrantes. La Constitución de Argentina alienta explícitamente la inmigración y, durante décadas, el país ha ofrecido a los extranjeros amplios derechos civiles y un acceso relativamente fácil a la residencia legal, la educación pública y la atención sanitaria.</p><p>Sin embargo, Milei ha introducido medidas migratorias más estrictas, las cuales han elevado los requisitos para obtener la residencia permanente y ampliado las facultades del gobierno para deportar a extranjeros acusados de delitos, a menudo publicitando las medidas con una retórica similar a la del gobierno del presidente estadounidense Donald Trump.</p><p>El desprecio generalizado hacia Argentina se apoya en estereotipos de larga data, particularmente en América Latina, según los cuales los argentinos se consideran cultural y económicamente superiores a sus vecinos, en parte debido a la gran proporción de la población que desciende de inmigrantes europeos. La reacción se intensificó cuando jugadores y miembros del cuerpo técnico de la selección argentina atacaron a sus rivales españoles tras la final del Mundial. Peticiones en línea para expulsar a Argentina del torneo reunieron cientos de miles de firmas.</p><p>El miércoles, la FIFA, el organismo rector del fútbol mundial, inició procedimientos disciplinarios contra la Asociación del Fútbol Argentino por el altercado, así como por presuntos insultos racistas y conducta inapropiada de aficionados. Los jugadores también enfrentan una investigación de la FIFA por exhibir una pancarta en la que se afirmaba el reclamo de Argentina sobre las Islas Malvinas (conocidas como Falkland en inglés), controladas por el Reino Unido, después de la victoria del equipo sobre Inglaterra en semifinales.</p><p>Milei, un aliado cercano de Trump, ha dicho que el aluvión de críticas es una “campaña anti-Argentina”. La semana pasada —sin aportar pruebas— alegó que los gobiernos de izquierda de Brasil y México, así como el Partido Demócrata de Estados Unidos, habían financiado la campaña para socavar a su gobierno libertario de derecha. Eso ayudó a desencadenar una crisis diplomática con el vecino Brasil, que retiró a su embajador en Argentina por las acusaciones y los insultos de Milei al presidente brasileño Luiz Inácio Lula da Silva.</p><p>En el decreto del jueves se indica que los castigos no son aplicables al desacuerdo ideológico ni a la crítica política, académica o cívica protegida por la Constitución de Argentina.</p><p>Pero deja sin respuesta cómo distinguirán los funcionarios la expresión protegida del discurso de odio prohibido, si las autoridades migratorias revisarán la actividad de los extranjeros en redes sociales, y con qué rigor se aplicarán las nuevas facultades contra turistas y residentes de larga data.</p><p>“¿Quién y como va a aplicar esas causales?”, preguntó Maximiliano Ferraro, un legislador de la oposición, al criticar el decreto, al que considera un truco político innecesario. ¿Cómo “se determinará que una persona incurrió en supuestos tan ambiguos como el “mensaje de odio” hacia el país o nuestra población?”</p><p>“Mientras se envuelven en la albiceleste para un anuncio, muchas de las políticas que promueven no son más que espectáculos nacionalistas y expulsivos”, añadió.</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/6TSB3IRXMTYTKBYWGDPIQOEBRM.jpg?auth=0f3983d3870ced68f2f2ace4b717014e29135cab42bd647237791836ad8c3532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei ríe durante la toma de posesión de la nueva presidenta de Perú, Keiko Fujimori, el martes 28 de julio de 2026, en Lima, Perú. (AP Foto/Guadalupe Pardo, foto compartida)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G3UGANNBTX5DUYDKIJEO4YPCNQ.jpg?auth=118d411e16d6ff9c384a8a2cc3a89acb4fe2db9f95a859588891e3488722b991&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un aficionado argentino con una máscara de Lionel Messi frente a las oficinas de la Asociación del Fútbol Argentino espera la llegada de la selección nacional en Ezeiza, en las afueras de Buenos Aires, el lunes 20 de julio de 2026, tras su derrota en la final del Mundial de la FIFA ante España. (AP Foto/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZA7733OYELHDS3ODL47S4NMN3U.jpg?auth=e357d05ae8717c7d6c888a50c381b15ff0ebd1c74fcaac88cd102dced17f457e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El autobús que transporta a la selección argentina se dirige a la sede de la Asociación del Fútbol Argentino en Ezeiza, en las afueras de Buenos Aires, el lunes 20 de julio de 2026, tras regresar de la final del Mundial, donde perdieron contra España. (AP Foto/Gustavo Garello)]]></media:description><media:credit role="author" scheme="urn:ebu">Gustavo Garello</media:credit></media:content></item><item><title><![CDATA[Royals lefty Noah Cameron has a no-hitter broken up by the Twins' Ryan Jeffers to start the 7th]]></title><link>https://www.local10.com/sports/2026/07/30/royals-lefty-noah-cameron-has-a-no-hitter-broken-up-by-the-twins-ryan-jeffers-to-start-the-7th/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/royals-lefty-noah-cameron-has-a-no-hitter-broken-up-by-the-twins-ryan-jeffers-to-start-the-7th/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — Kansas City Royals left-hander Noah Cameron took a no-hitter into the seventh inning against the Minnesota Twins on Thursday before Ryan Jeffers broke it up with a leadoff single.]]></description><pubDate>Thu, 30 Jul 2026 21:15:08 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — Kansas City Royals left-hander Noah Cameron took a no-hitter into the seventh inning against the Minnesota Twins on Thursday before Ryan Jeffers broke it up with a leadoff single.</p><p>Cameron threw only 72 pitches through six innings with two walks and five strikeouts, with little solid contact by the Twins. Catcher Salvador Perez sprang forward to pick up Ryan Kreidler’s dribbler in front of the plate and make an on-target underhand toss to first base for the second out of the sixth as the 36-year-old tumbled to the grass to keep the feat alive.</p><p>But Jeffers delivered a clean single to right-center field on an 0-2 changeup from Cameron.</p><p>Cameron still stretched his consecutive scoreless innings streak to 16 by getting the next six outs for his career-long outing with a one-hitter in eight shutout innings. He threw seven shutout frames in relief last Friday after the Royals used an opener in a 2-1 loss at Detroit. This one ended even worse, when Kody Clemens hit a walk-off grand slam with two outs in the ninth inning to give Minnesota a 4-3 victory.</p><p>Former Twins right-hander Randy Dobnak pitched seven scoreless innings for the Royals on Wednesday night in a 4-0 victory.</p><p>Cameron went 9-7 with a 2.99 ERA in 24 starts last season and finished fourth in American League Rookie of the Year award voting. The 27-year-old threw 6 1/3 no-hit innings in his major league debut on April 30, 2025, for a 3-0 win at Tampa Bay.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TLRHMSQ4FJ6BH4D2SK4M3IGL74.jpg?auth=282b8e7e46cdd0d83e3e938eee2d443ab497fbe61e3d2a21c2b8f9c82ad58626&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals starting pitcher Noah Cameron (65) delivers during the second inning of a baseball game against the Minnesota Twins Thursday, July 30, 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/M2C6XVG2HAO67VBCVYXQLLDBHQ.jpg?auth=70366a6cca42e575e207d6f813ba80cd1d6b6f6d36283bd2f88a4f5d71d76bd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals starting pitcher Noah Cameron (65) delivers during the first inning of a baseball game against the Minnesota Twins, Thursday, July 30, 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[Trump-branded commemorative passports will become available across the US]]></title><link>https://www.local10.com/news/politics/2026/07/30/trump-branded-commemorative-passports-will-become-available-across-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/trump-branded-commemorative-passports-will-become-available-across-the-us/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Americans outside the nation's capital will soon be able to get limited-edition U.S. passports that feature a picture of President Donald Trump and celebrate America’s 250th birthday, the State Department said Thursday.]]></description><pubDate>Thu, 30 Jul 2026 19:17:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Americans outside the nation's capital will soon be able to get limited-edition U.S. passports that feature a picture of President Donald Trump and celebrate America’s 250th birthday, the State Department said Thursday.</p><p>The department’s 27 passport agencies nationwide will start offering the special travel documents next month. They previously had only been available at the Washington, D.C., passport office for in-person applicants.</p><p>Trump, whose stern portrait is emblazoned on an inside page, is the first living president featured in the travel document.</p><p>The passports are the latest instance of Trump having his name and likeness added to buildings, documents and other highly visible tributes. His image is on a gold-finished commemorative coin celebrating the country’s founding that the U.S. Mint has begun producing, and there are efforts to put Trump’s signature on all new U.S. paper currency, also a first for a sitting president.</p><p>“In response to overwhelming demand, the Department of State is making an additional 250,000 of the special commemorative passports available to the public,” it said in a statement. “Americans all across the country will now have the opportunity to apply for one of these additional special passports, known as the ‘Patriot Passport.’”</p><p>Passport offices in Centennial, Colorado; Chicago; Dallas; Detroit; New Orleans; New York; and Stamford, Connecticut, will offer the Trump passports at one-day special events starting Aug. 8. The list will grow to include other passport offices throughout August.</p><p>Those who want the special passport must apply in-person on the day specified on the department’s passport website. Those wanting a traditional passport must apply on different days.</p><p>The commemorative passport features Trump’s picture over a gold imprimatur of his signature to an interior page, while the cover carries the words “United States of America” in bold gold print at the top and “Passport” at the bottom — a reversal of the current standard cover.</p><p>In addition, a small gold laminate American flag, with the number 250 encircled by stars, is at the bottom of the back cover.</p><p>The only presidents featured in current U.S. passports are in a double-page depiction of Mount Rushmore in South Dakota — George Washington, Thomas Jefferson, Theodore Roosevelt and Abraham Lincoln.</p><p>Other depictions include the Statue of Liberty, the Liberty Bell and Independence Hall in Philadelphia, and scenes of the Great Plains, mountains and islands. Current passports also contain quotations from Martin Luther King Jr. as well as Presidents Washington, Jefferson, Roosevelt, John F. Kennedy and Dwight Eisenhower.</p><p>The addition of Trump’s picture and signature to the passport book is the newest step his aides have taken to increase the president’s visibility, including adding his name to the U.S. Institute of Peace building and the Kennedy Center performing arts venue, although that signage was later removed on a court order.</p><p>Trump also has made waves with his plans for a new White House ballroom and a massive arch to be built at one of the entrances to Washington from Virginia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWHIL66DU5I5GTRK2AO5UUR4UA.jpg?auth=26c4c0c3c211478e8f0974fc1e063f00c50f2a4e304415ec1d3cc02750fa04e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sample of a limited release of a commemorative U.S. passport that celebrates America's 250th birthday and features a picture of President Donald Trump, is photographed, April 28, 2026. (AP Photo/Jon Elswick, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVTBZHTORXADQH73DYP577TVFE.jpg?auth=807fa42fe01e50ff29c5a8810510620d8dffc727dbccff98878402aa3e3833f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sample of a limited release of a commemorative U.S. passport that celebrates America's 250th birthday and features a picture of President Donald Trump, is photographed, April 28, 2026. (AP Photo/Jon Elswick, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Scouting America drops diversity initiatives from event after pressure from the Pentagon]]></title><link>https://www.local10.com/news/national/2026/07/30/scouting-america-drops-diversity-initiatives-from-event-after-pressure-from-the-pentagon/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/scouting-america-drops-diversity-initiatives-from-event-after-pressure-from-the-pentagon/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — One of Scouting America's biggest gatherings has eliminated dedicated spaces for gay youth, women and scouts of color as the organization faces pressure from the Pentagon to pull back diversity efforts.]]></description><pubDate>Fri, 31 Jul 2026 00:55:29 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — One of Scouting America's biggest gatherings has eliminated dedicated spaces for gay youth, women and scouts of color as the organization faces pressure from the Pentagon to pull back diversity efforts.</p><p>The changes at the National Jamboree, which ends Friday, reflect shifts made by Scouting America since the organization became a target of Defense Secretary Pete Hegseth over what he calls “woke” policies. Some scouts who had planned to attend the event in West Virginia said they backed out because Scouting America scrapped the inclusion initiatives it previously celebrated.</p><p>Hegseth threatened to end the Pentagon's century-old partnership with Scouting America if it did not make changes including refocusing away from diversity initiatives. The organization, previously known as Boy Scouts of America, rebranded in 2024 to emphasize inclusion and the growing number of girls in the scouting ranks.</p><p>“Scouting fundamentally is a safe place for young people to have fun,” said Samuel J. Aronson, an assistant scoutmaster who has organized inclusive events at previous national events. “In the absence of these spaces, we’re denying all that, both the safety and the fun, to thousands of young people.”</p><p>Thousands attend the National Jamboree</p><p>This year, about 15,000 scouts, leaders and volunteers from across the country are attending the 10-day event in the mountains of West Virginia. In addition to activities including mountain biking and kayaking, the gathering hosts leadership programs and educational sessions.</p><p>A Scouting America spokesperson said the organization remains “fully committed to welcoming and serving all youth,” but did not address questions about the changes to the jamboree.</p><p>The Pentagon made a deal with Scouting America in February but the two sides have given conflicting accounts of that agreement. This month, a gay rights activist obtained the memo outlining the agreement from the Defense Department after filing a lawsuit, arguing that clarity was of public importance.</p><p>The six-page document spells out ways the Pentagon will monitor compliance, including that officials from each organization would have “periodic touchpoints and meet” as needed. It was obtained by James Dale, who was expelled from the Boy Scouts in the early 1990s for being gay and later sued over discrimination. He equated the Pentagon's tactics to the actions of a bully.</p><p>“They basically have their thumb on the organization, threatening them under constant pressure,” Dale said.</p><p>Deal preserves ties between Scouting America and Pentagon</p><p>The scouts and the military have long held close ties; The military provides logistical support for the jamboree and some scout troops meet on or near bases.</p><p>Asked about the implementation and monitoring of the deal, a Pentagon spokesperson referred to previous comments by Hegseth.</p><p>In February, Hegseth posted a video that said his department would “vigorously review” changes made by Scouting America and would cease the military’s longtime support of the organization if it failed to comply by late August.</p><p>Some scouts disappointed by changes to inclusion efforts</p><p>John Andrew Segebarth, a 21-year-old college student and Eagle Scout, has been disheartened by the agreement. He joined the scout ranks in first grade and said he had been looking forward to staffing the space for LGBTQ+ and Allied Scouts at this year’s jamboree.</p><p>Segebarth, who is gay and was elected by peers as a national officer for scouts in 2024, said the removal of inclusive spaces is a sharp reversal for Scouting America. National scouting events in recent years included community spaces for girls, scouts of color, LGBTQ+ scouts and persons with disabilities, according to Aronson.</p><p>“Scouting’s kind of walking back on its values that they told me they believed in,” said Segebarth who, along with Aronson, decided not to attend the jamboree this year.</p><p>It was at a community tent that Layla Grace found the first place where she could talk openly about being a transgender female. Now a 21-year-old assistant scoutmaster, Grace had also planned to staff the space for LGBTQ+ and Allied Scouts in West Virginia this year.</p><p>When the spaces were canceled, Grace said she almost didn't go to the jamboree but decided she wanted to be there to help those in need. She wound up volunteering at an area dedicated to addressing issues that include mental health, food security and education.</p><p>And she's trying to fill the gap left by the removal of inclusive areas.</p><p>“I am wearing so many rainbows on me, my right hand has my nails painted in the lesbian flag and my left hand has my nails painted in the transgender flag,” she said. “I am being as loud as I can to do my best to hopefully make up for the lack of community spaces.”</p><p>___</p><p>Associated Press reporter Ben Finley contributed to this report from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFWG62BX3IAK75IAWCHTHWUTPA.jpg?auth=ce3da59f70a9f223fdee44458cb904f49e5ea3c104f484d1a88fee4fa964cf66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Roger Krone, chief executive officer of Scouting America, describes the design of the organization's flag in Irving, Texas, Feb. 5, 2025. (AP Photo/LM Otero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBJZZYZTHUSGFLWXJETJMHCCFU.jpg?auth=d0b99180c78b4884ff9e575c6a8720a2833da8e4bf84cc099547186b6883caae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Secretary Pete Hegseth testifies at a Senate Appropriations Committee hearing, Tuesday, July 21, 2026, on Capitol Hill in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Dolphin Mall opens 8 new stores, with 2 more coming soon]]></title><link>https://www.local10.com/news/local/2026/07/30/dolphin-mall-opens-8-new-stores-with-2-more-coming-soon/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/30/dolphin-mall-opens-8-new-stores-with-2-more-coming-soon/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[Dolphin Mall is expanding its new lineup of shopping, dining and entertainment offerings with new stores now open and more expected to arrive in the coming weeks.]]></description><pubDate>Thu, 30 Jul 2026 18:23:56 +0000</pubDate><content:encoded><![CDATA[<p>Dolphin Mall is expanding its new lineup of shopping, dining and entertainment offerings with new stores now open and more expected to arrive in the coming weeks.</p><p><a href="https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/">Leer en español</a></p><p>A representative for the the mall said the new stores are aimed to give visitors more reasons to enjoy the outlet shopping center.</p><p>One of the newest arrivals is Sephora, a longtime request by shoppers, the representative said. Also now open is LandShark Bar &amp; Grill by Margaritaville, the brand’s first location in Miami-Dade County. The company says it serves American fare, seafood and tropical cocktails with live music on the weekends.</p><p>Dolphin Mall also recently welcomed Eko Padel &amp; Pickle, which the company says is the brand’s first U.S. location. This indoor sports venue features professional padel and pickleball courts, lessons for players of all skill levels, an on site-cafe, and spaces for private events. Prices start at $30 for one person per hour.</p><p>Other recent openings include JD Sports, Miniso, Luli Fama, Primark, and the newly renovated CMX Cinemas Dolphin 19 &amp; IMAX.</p><p>Fabletics is expected to open in August, according to the mall, and Pop Mart, a retailer known for collectable designer toys and character collaborations, is expected to open later this year. </p><p>Dolphin Mall said the new businesses reflect continued investment in expanding the property’s mix of retail, dining and entertainment experiences for shoppers and visitors.</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/LQVZMOTNMZD4DANSE6T3FTILAQ.jpg?auth=856208168ac2e4a734acdaf22ee68682718d84fc88f95b3f37317f1673c86d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu">Tom Hurst</media:credit></media:content></item><item><title><![CDATA[Dolphin Mall inaugura 8 nuevas tiendas y anuncia la próxima apertura de otras dos]]></title><link>https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/dolphin-mall-inaugura-8-nuevas-tiendas-y-anuncia-la-proxima-apertura-de-otras-dos/</guid><dc:creator><![CDATA[Juliana Lujan-Rodriguez]]></dc:creator><description><![CDATA[Dolphin Mall amplía su oferta de compras, restaurantes y entretenimiento con nuevas tiendas ya abiertas y más establecimientos que abrirán en las próximas semanas.]]></description><pubDate>Thu, 30 Jul 2026 18:39:15 +0000</pubDate><content:encoded><![CDATA[<p>Dolphin Mall amplía su oferta de compras, restaurantes y entretenimiento con nuevas tiendas ya abiertas y más establecimientos que abrirán en las próximas semanas.</p><p>Un representante del centro comercial indicó que las nuevas tiendas buscan ofrecer a los visitantes más razones para disfrutar del centro comercial outlet.</p><p>Una de las incorporaciones más recientes es Sephora, una tienda muy solicitada por los compradores, señaló el representante. También abrió sus puertas LandShark Bar &amp; Grill by Margaritaville, la primera ubicación de la marca en el condado Miami-Dade. La empresa indicó que ofrece comida estadounidense, mariscos y cócteles tropicales con música en vivo los fines de semana.</p><p>Dolphin Mall también dio recientemente la bienvenida a Eko Padel &amp; Pickle, que, según la empresa, es la primera ubicación de la marca en Estados Unidos. Este recinto deportivo bajo techo cuenta con canchas profesionales de pádel y pickleball, clases para jugadores de todos los niveles, una cafetería y espacios para eventos privados. Los precios comienzan en $30 USD por persona por hora.</p><p>Otras aperturas recientes incluyen JD Sports, Miniso, Luli Fama, Primark y el renovado CMX Cinemas Dolphin 19 &amp; IMAX.</p><p>Según el centro comercial, Fabletics abrirá en agosto y Pop Mart, una tienda conocida por sus figuras coleccionables de diseñador y colaboraciones con personajes, abrirá más adelante este año.</p><p>Dolphin Mall indicó que estos nuevos negocios reflejan la inversión continua para ampliar la oferta de tiendas, restaurantes y entretenimiento para compradores y visitantes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQVZMOTNMZD4DANSE6T3FTILAQ.jpg?auth=856208168ac2e4a734acdaf22ee68682718d84fc88f95b3f37317f1673c86d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu">Tom Hurst</media:credit></media:content></item><item><title><![CDATA[Mandela Barnes drops out of the Democratic primary for Wisconsin governor]]></title><link>https://www.local10.com/news/politics/2026/07/30/mandela-barnes-drops-out-of-the-democratic-primary-for-wisconsin-governor/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/30/mandela-barnes-drops-out-of-the-democratic-primary-for-wisconsin-governor/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — Mandela Barnes dropped out of the Democratic primary for Wisconsin governor on Thursday amid news that the state party had reviewed past allegations of inappropriate behavior, further shaking up the race less than two weeks before the Aug. 11 election.]]></description><pubDate>Thu, 30 Jul 2026 21:56:06 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — Mandela Barnes dropped out of the Democratic primary for Wisconsin governor on Thursday amid news that the state party had reviewed past allegations of inappropriate behavior, further shaking up the race less than two weeks before the Aug. 11 election.</p><p>The former lieutenant governor made the announcement in a video posted on his Facebook page as democratic socialist Francesca Hong has garnered strong support from the liberal wing of the party.</p><p>Barnes’ decision to drop out came a day after the release of a Marquette Law School poll of Wisconsin Democratic primary voters that found Hong leading Barnes and the other candidates by a significant margin, although about one-third of primary voters remained undecided.</p><p>“It's become very clear who our nominee is going to be,” Barnes said.</p><p>Barnes’ move came on the same day that the Milwaukee Journal Sentinel reported that it had asked him about allegations of inappropriate behavior lodged with the state Democratic Party, local party officials and others against him.</p><p>The Wisconsin Democratic Party received an anonymous letter in 2024 and again in 2025 making allegations against Barnes, a person with direct knowledge of the party’s actions told The Associated Press. The person was not authorized to speak publicly about the review.</p><p>The party hired a law firm in 2025 to look into claims that Barnes used his position in the party to seek out inappropriate relationships with young adult women, the person said. The review found nothing actionable because the allegations were anonymous and unspecific, the person with knowledge of the probe said.</p><p>Barnes' campaign issued a statement saying, “There are no allegations of misconduct or wrongdoing against Mandela.”</p><p>Barnes is the third Democrat to withdraw from the race. Lt. Gov. Sara Rodriguez ended her run amid a campaign finance scandal two weeks ago and former state economic development director Missy Hughes dropped out in June.</p><p>After Rodriguez ended her campaign, Milwaukee County Executive David Crowley rejoined the race with the endorsement of Gov. Tony Evers.</p><p>Crowley made a direct plea to Barnes' supporters to back him.</p><p>“There's a place for you in what we're building,” he posted on social media.</p><p>Evers told reporters Thursday that he was surprised by Barnes’ move.</p><p>“But he needs to do what he needs to do,” Evers said. “I don’t know why he’s getting out. I have to believe it’s something relatively important.”</p><p>Evers said he stuck by his endorsement of Crowley, who worked closely with Evers and Republican lawmakers on a deal to increase funding for local communities. Evers chose to endorse him over Barnes, who served as his lieutenant governor in his first term.</p><p>Evers said Crowley was the best candidate “even if Mandela was in.”</p><p>Hong did not immediately return a text message seeking comment.</p><p>Joel Brennan, a long-shot candidate in the race, said, “It’s unfortunate for voters that this primary has gotten more attention for chaos than the stakes of this election."</p><p>The shake-up comes after nearly 128,000 voters have already returned absentee ballots and on the third day of in-person early voting. On Wednesday, a judge rejected a lawsuit supported by the Democratic Party seeking to allow voters who have already returned their absentee ballots to cancel them and vote again.</p><p>The winner of the Democratic primary is expected to face U.S. Rep. Tom Tiffany, who faces only nominal opposition in the Republican primary. Tiffany, who has the endorsement of President Donald Trump, said it's become clear the race will be a choice between a “socialist agenda” or “common sense.”</p><p>“This election is not about red versus blue,” he said. “It is about whether Wisconsin stays Wisconsin.”</p><p>Barnes ending his campaign comes after he benefited from other candidates dropping out in the Democratic primary race for Senate in 2022 to clear the field for him. He ended up losing by under 27,000 votes that year to Republican U.S. Sen. Ron Johnson.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OIXYO2TDDT43TZGJMCRNQXJGTI.jpg?auth=8ccd002431ee1ea9ac9bca519a8cadbfb8e0e18b646ae70fc11693db01357f57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic gubernatorial candidate Mandela Barnes talks 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/MF54HIJYZ67TCIKS7DF67A42Z4.jpg?auth=fc0051da2c2218c4a2e68dad853e1b78dc04fed9dbffb61764a0194167cac77a&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 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/IYJ2TUU2C2ZK6J442NMV6YPFWQ.jpg?auth=31c3b81ddd52147e5889f883000ce77586ad1eb14f6fbee2c661c5ac2b6b9ae3&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 poses for a photo 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></item><item><title><![CDATA[Policía: Arrestan a conductor tras estrellar vehículo contra autos estacionados y fachada de cervecería en North Miami]]></title><link>https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/policia-arrestan-a-conductor-tras-estrellar-vehiculo-contra-autos-estacionados-y-fachada-de-cerveceria-en-north-miami/</guid><dc:creator><![CDATA[Amanda Batchelor, Rosh Lowe]]></dc:creator><description><![CDATA[Un conductor fue arrestado la madrugada del jueves tras estrellar su vehículo contra cinco autos estacionados y la fachada de una cervecería en North Miami, confirmaron las autoridades.]]></description><pubDate>Thu, 30 Jul 2026 13:32:28 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor fue arrestado el miércoles tras estrellar su camioneta de trabajo contra cinco autos estacionados y la fachada de una cervecería en North Miami, según confirmaron las autoridades.</p><p>Según la policía de North Miami, el accidente se reportó poco después de las 3 pm en&nbsp;<a href="https://www.lostcitybrewing.com/" rel="" title="https://www.lostcitybrewing.com/">Lost City Brewing Company</a>&nbsp;, ubicada en 12207 NE 13th Court.</p><p>Según la policía, el conductor, Eros Emanuel Gehrig, de 53 años, perdió el control del vehículo y chocó contra cinco coches antes de estrellarse contra la fachada del edificio.</p><p>“La estructura fue evaluada y se determinó que era segura y que no representaba ningún peligro para la seguridad”, dijo un portavoz del Departamento de Policía Metropolitana de Nuevo México (NMPD) a Local 10 News en un correo electrónico.</p><figure><img src="https://www.local10.com/resizer/v2/OR5GFYLNRVFPJNORAQLLVOFIZU.jpg?auth=c4ada8c919ffda2224af446ab87ad1a1ea8afddbf58cafb7204262a23f5f5fdc&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El propietario de la cervecería, Chris Campos, declaró a Local 10 News que es un milagro que no hubiera nadie dentro del local en ese momento.</p><p>“Falta una hora para que abramos, media hora después de que estuviéramos haciendo algunas reparaciones al refrigerador que está en esta pared”, dijo Campos. “Fue un momento realmente fortuito en el que no había nadie y, la verdad, si hubiera habido gente, habría sido terrible”.</p><p>Según el informe de detención, una revisión de los registros reveló que la licencia de conducir de Gehrig en Florida había sido suspendida indefinidamente el 12 de septiembre de 2012.</p><p>Fue arrestado bajo el cargo de conducir con la licencia suspendida.</p><p>La policía informó que Gehrig fue trasladado al Hospital HCA Florida Aventura para ser evaluado antes de ser ingresado en el Centro Correccional Turner Guilford Knight.</p><p>Gehrig fue puesto en libertad el jueves por la mañana tras pagar la fianza.</p>]]></content:encoded></item><item><title><![CDATA[Appeals court rejects the Trump administration's expansion of mandatory detention for immigrants]]></title><link>https://www.local10.com/news/national/2026/07/30/appeals-court-rejects-the-trump-administrations-expansion-of-mandatory-detention-for-immigrants/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/30/appeals-court-rejects-the-trump-administrations-expansion-of-mandatory-detention-for-immigrants/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[The Trump administration cannot deny immigrants detained inside the United States a chance for release on bond, a federal appeals court ruled Thursday.]]></description><pubDate>Thu, 30 Jul 2026 19:57:30 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration cannot deny immigrants detained inside the United States a chance for release on bond, a federal appeals court ruled Thursday.</p><p>The 2-1 decision by the San Francisco-based 9th U.S. Circuit Court of Appeals, with a judge appointed by President Donald Trump in the majority, deepened a split between federal appeals courts over the administration's mandatory detention policy.</p><p>Four other appeals courts have also rejected it, while the Fifth Circuit in New Orleans and Eighth Circuit in St. Louis have sided with the Trump administration.</p><p>The expanding circuit split increases the likelihood that the U.S. Supreme Court will eventually take up the issue. The administration last month asked the high court to consider it.</p><p>The U.S. Department of Homeland Security said in a statement it “strongly disagrees with the Ninth Circuit panel and is confident in its legal position regarding mandatory detention.”</p><p>“President Donald Trump and Secretary Mullin are now enforcing the law as it was actually written to keep America safe,” the statement said.</p><p>Under previous administrations, most noncitizens without a criminal record who were arrested inside the U.S. were allowed to seek a bond hearing while their immigration cases were pending. Mandatory detention was generally reserved for people arrested at the border.</p><p>Last July, immigration officials issued guidance expanding mandatory detention to immigrants in the U.S. interior. The move — part of the administration's mass deportation campaign — prompted a deluge of federal lawsuits by immigrants seeking release from custody.</p><p>Some federal judges who ordered bond hearings blasted the administration for repeatedly violating their orders.</p><p>The Trump administration has argued that Congress changed immigration law in 1996 to allow mandatory detention beyond the border, but previous administrations didn't enforce that provision.</p><p>Writing for the majority in Thursday's ruling, 9th U.S. Circuit Judge Daniel Bress rejected that argument.</p><p>“Although no reading of the complicated and interrelated textual provisions at issue here is without some shortcomings, the historical understanding of the statute is the better one,” Bress, a Trump appointee, wrote.</p><p>He was joined by Judge M. Margaret McKeown, who was appointed by President Bill Clinton.</p><p>Judge Carlos Bea, who was appointed by President George W. Bush, dissented, saying the text and purpose of an amendment Congress approved in 1996 support the Trump administration's reading.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAGQLS4VP6FC4AWE77U7LNQACQ.jpg?auth=ed559415bef1fa5522e4d5a15d1eda4a3f72b4c5c999a36397043c11f0bc3602&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of undocumented migrants is deported by U.S. Immigration and Customs Enforcement agents across the McAllen–Hidalgo–Reynosa International Bridge in McAllen, Texas, March 13, 2026. (AP Photo/Felix Marquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Felix Marquez</media:credit></media:content></item><item><title><![CDATA[Ancient mummy DNA provides scientific evidence that colonization brought smallpox to the Americas]]></title><link>https://www.local10.com/tech/2026/07/30/ancient-mummy-dna-provides-scientific-evidence-that-colonization-brought-smallpox-to-the-americas/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/30/ancient-mummy-dna-provides-scientific-evidence-that-colonization-brought-smallpox-to-the-americas/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Ancient mummy DNA recovered in Chile has yielded the firmest evidence yet that European colonization brought smallpox to the Americas.]]></description><pubDate>Thu, 30 Jul 2026 18:16:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Ancient mummy DNA recovered in Chile has yielded the firmest evidence yet that European colonization brought smallpox to the Americas.</p><p>Smallpox was one of the deadliest diseases in human history before it was eradicated in 1980, largely thanks to vaccination. For centuries, the virus had killed about one-third of the people it infected and left most survivors with deep and sometimes disfiguring scars.</p><p>Outbreaks struck Asia and Europe and eventually spread to the Americas, where colonial writings, administrative records and missionary reports documented how it killed millions and devastated Indigenous populations who had never been exposed to the virus.</p><p>Now there's scientific evidence for the spread: An analysis of Chilean mummies provides the strongest genetic link yet to the virus as it existed outside of the Americas, and provides a better picture of how it reached remote populations through colonization, said geneticist Shigeki Nakagome with Trinity College Dublin.</p><p>In the new study, Nakagome and colleagues examined 13 bone samples previously collected from an archaeological site at Camarones, in northern Chile.</p><p>Researchers found evidence of two smallpox infections in ancient DNA from the leg bone fragments of an adult man and woman.</p><p>From dating the remains and peeking at the genes, scientists concluded the two likely died between 1492 and 1631. Scientists also compared the genes in this version of smallpox to other versions and fit it neatly between European strains from medieval times and later versions. This was important molecular evidence, suggesting that the strains of smallpox infecting people in the Americas evolved first from Europe.</p><p>“Nobody would ever question that smallpox came to this hemisphere from colonization, but this proves it,” said Patricia Foster, a biologist at Indiana University. She had no role in the new research, which was published Thursday in the journal Science.</p><p>Exactly which population brought smallpox to the Americas from the Old World remains unclear, said the study authors. European settlers came in different waves to the Americas following the explorations of Christopher Columbus in the Caribbean in 1492 and Amerigo Vespucci along the South American coast about a decade later. The disease also could have passed through Africa as part of the introduction and expansion of the slave trade.</p><p>These smallpox infections in South America were identified in an area with no previous record of the disease, opening new questions about how the virus got so far south — possibly spreading along Indigenous trading networks that had long pre-existed the arrival of Europeans.</p><p>Studying various strains of the virus also allowed scientists to pinpoint how it evolved over time, turning off certain genes to become more effective at its deadly mission.</p><p>In addition to confirming the history of smallpox, the research also shines a light on the human cost. The two sick individuals studied were between 18 and 35 years old, and the disease is likely what killed them.</p><p>The findings point to how devastating the disease was across the Americas, wiping out entire populations and leaving them vulnerable to European conquest, said study coauthor Constanza de la Fuente Castro, a biological anthropologist at the University of Chile.</p><p>“It wasn't just cultural or demographic. It's literally written into biological evidence that we can still recover and read today,” de la Fuente Castro said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CGNFUCDB6DZHZ4JNFHVEEF236A.jpg?auth=c2b1faea13c8512f6dc8b5c4cc01258c2d8fcbe9a14cf6a90650c44da3545da2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Bernardo Arriaza shows the Camarones coast on Nov. 2, 2018, in Northern Chile, where scientists found evidence of ancient smallpox infections. (Bernardo Arriaza via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernardo Arriaza</media:credit></media:content></item><item><title><![CDATA[Immigrant truck drivers train at Miami Dade College amid English proficiency crackdown]]></title><link>https://www.local10.com/news/2026/07/30/immigrant-truck-drivers-train-at-miami-dade-college-amid-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/30/immigrant-truck-drivers-train-at-miami-dade-college-amid-crackdown/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[For nearly a year, federal and state agencies have been on the hunt. Tracking, checking, and targeting commercial vehicle safety violations, criminal activity, and threats to Florida’s transportation network.   ]]></description><pubDate>Thu, 30 Jul 2026 16:35:16 +0000</pubDate><content:encoded><![CDATA[<p>For nearly a year, federal and state agencies have been on the hunt. Tracking, checking, and targeting commercial vehicle safety violations, criminal activity, and threats to Florida’s transportation network. </p><p>The crackdown set off after a truck driver, who authorities said was in the country illegally, made an illegal U-turn that caused a crash that killed three people on the Turnpike in Saint Lucie County.</p><p>Since then, the industry has been on high alert.</p><p>“There’s a lot of disruption in this industry,” said Osvaldo Canto, an instructor with the <a href="https://ce.mdc.edu/contentManagement.do?method=load&amp;code=CM000014" target="_self" rel="" title="https://ce.mdc.edu/contentManagement.do?method=load&amp;code=CM000014">Commercial Driver License program at Miami Dade College</a>. “In our opinion, it was needed because we were seeing a lot of things going on that were not supposed to be happening.”</p><p>Canto said enrollment in the program has boomed. New and experienced drivers want to comply with state and federal requirements. </p><p>“They need to have basic English,” Canto said. </p><p>The U.S. Department of Transportation has been enforcing the executive order. Transportation Secretary Sean Duffy announced states couldn’t issue commercial licenses to drivers who couldn’t speak English. Law enforcement checks the driver’s language skills during traffic stops or inspections.</p><p>Luis Garcia is a student in the program at Miami Dade College. He is taking English proficiency courses at MDC.</p><p>“I’m originally from Cuba,” Garcia said. </p><p>Critics say the increased enforcement unfairly targets immigrants, and it is to blame for a shortage of truck drivers. Canto hopes it will just make the roads safer. </p><p><b>Related story: </b><a href="https://www.local10.com/news/florida/2026/07/24/white-house-wants-veterans-to-replace-immigrant-truckers-who-lost-their-licenses-in-crackdown/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/07/24/white-house-wants-veterans-to-replace-immigrant-truckers-who-lost-their-licenses-in-crackdown/">White House wants veterans to replace immigrant truckers who lost their licenses in crackdown</a></p>]]></content:encoded></item><item><title><![CDATA[Miami Heat announce 2026-27 preseason schedule]]></title><link>https://www.local10.com/sports/local/2026/07/30/miami-heat-announce-2026-27-preseason-schedule/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/30/miami-heat-announce-2026-27-preseason-schedule/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat announced their 2026-27 preseason schedule on Thursday, a five-game slate that includes three home games at Kaseya Center.]]></description><pubDate>Thu, 30 Jul 2026 16:53:49 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat announced their 2026-27 preseason schedule on Thursday, a five-game slate that includes three home games at Kaseya Center.</p><p><a href="https://www.local10.com/espanol/2026/07/30/miami-heat-anuncia-calendario-de-pretemporada-2026-27/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/30/miami-heat-anuncia-calendario-de-pretemporada-2026-27/">Leer en español</a></p><p>Miami opens the preseason Oct. 3 against the Toronto Raptors at the Videotron Centre in Quebec City as part of NBA Canada Games 2026. The game marks the first NBA preseason contest ever played in Quebec City.</p><p>The Heat then return home to host the New Orleans Pelicans on Oct. 8, the Minnesota Timberwolves on Oct. 10 and the Brooklyn Nets on Oct. 14 before wrapping up the preseason on the road against the Orlando Magic on Oct. 16.</p><p>The announcement comes after one of the most eventful offseasons in franchise history, during which the Heat acquired forwards Giannis Antetokounmpo and Bobby Portis via <a href="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/23/giannis-antetokounmpo-getting-traded-to-heat-in-blockbuster-ap-source-says/">trade</a> with the Milwaukee Bucks in late June. </p><p>The pair were <a href="https://www.local10.com/sports/local/2026/07/16/miami-heat-set-to-introduce-giannis-antetokounmpo-bobby-portis-after-trade-with-bucks/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/16/miami-heat-set-to-introduce-giannis-antetokounmpo-bobby-portis-after-trade-with-bucks/">officially introduced by the team at Kaseya Center on July 16</a> and said they were eager to begin their new chapter in South Florida.</p><p>Miami will hold its annual media day Sept. 28 at Kaseya Center before opening training camp on Sept. 29.</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 preseason and regular season.</p><p><b>Miami Heat 2026-27 preseason schedule (locations included)</b></p><ul><li>Oct. 3: at Toronto, 7 p.m. (Videotron Centre)</li><li>Oct. 8: vs. New Orleans, 7:30 p.m. (Kaseya Center)</li><li>Oct. 10: vs. Minnesota, 8 p.m. (Kaseya Center)</li><li>Oct. 14: vs. Brooklyn, 7:30 p.m. (Kaseya Center)</li><li>Oct. 16: at Orlando, 7 p.m. (Kia Center) </li></ul><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DbbEiySEaZ4/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DbbEiySEaZ4/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U6HZBHYCSJD2NOYVVV24BFRENQ.png?auth=7311390c0d4ec4f6796813ac5be9c2218f055225ecac39001ef7b691743eec66&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[The Trump administration is ending a Medicare drug subsidy program. Here's how it could affect costs]]></title><link>https://www.local10.com/health/2026/07/30/the-trump-administration-is-ending-a-medicare-drug-subsidy-program-heres-how-it-could-affect-costs/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/30/the-trump-administration-is-ending-a-medicare-drug-subsidy-program-heres-how-it-could-affect-costs/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Millions of older adults on Medicare prescription drug coverage could face steeper monthly costs in 2027, after the Trump administration concludes a temporary subsidy program that has helped offset premiums for the past two years.]]></description><pubDate>Thu, 30 Jul 2026 21:15:51 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Millions of older adults on Medicare prescription drug coverage could face steeper monthly costs in 2027, after the Trump administration concludes a temporary subsidy program that has helped offset premiums for the past two years.</p><p>The Centers for Medicare & Medicaid Services this week announced it would wrap up the program, which was initially implemented by the Biden administration in 2024 to lower patients' Medicare Part D prescription drug costs in response to effects of the 2022 Inflation Reduction Act.</p><p>While federal officials insist the financial impact on Medicare beneficiaries will be minimal, the decision opens the Republican-led administration to potential political consequences in a high-stakes midterm election year. Voters have identified cost of living as a top concern, and many older adults, who tend to vote in high numbers, are on fixed incomes where every dollar counts. The roughly 25 million Americans with Medicare Part D plans will find out about their 2027 rates in the fall, when they are casting ballots in November's elections.</p><p>Democrats slammed CMS's move as part of a pattern of federal attacks on healthcare affordability, alongside federal Medicaid cuts and the expiration of Affordable Care Act subsidies that had reduced premium costs for working-age Americans in that program.</p><p>“The Trump administration is actively raising prescription drug costs for 25 million seniors,” Senate Minority Leader Chuck Schumer wrote on X in response to the news, which was first reported by The Wall Street Journal. “Heartless, cruel, and completely by choice.”</p><p>CMS Administrator Dr. Mehmet Oz on Tuesday said ending the subsidy program would prevent billions of taxpayer dollars from being funneled to insurance companies. It cost the agency an estimated $3.6 billion in 2026.</p><p>He said most Medicare beneficiaries would see less than a $10-per-month increase, and some would even see lower premiums than beforehand.</p><p>“Every Medicare beneficiary still has access to low-cost plans, and we will continue to lower prescription drug prices for every American patient, from more MFN deals to our policy giving seniors access to GLP-1s for $50 a month,” he wrote on social media.</p><p>The federal government also negotiates directly with pharmaceutical companies to lower the prices of some of the most expensive drugs in Medicare, through a program created by Congress in 2022.</p><p>This week's decision has no impact on the out-of-pocket cap that limits the amount that older adults with standalone Medicare drug coverage spend on their prescription drugs over the course of a year. That was set at $2,100 in 2026 and is projected to rise to $2,400 for 2027.</p><p>Part D beneficiaries paid an average of $36 a month this year for their prescription drug premiums with the subsidies in place, according to the healthcare research nonprofit KFF. The subsidies offset the average premium by $16 in 2026, according to the federal Medicare Payment Advisory Commission (MedPAC).</p><p>It's not yet known how many Americans the change will effect, or how much more they'll pay. Older Americans have the opportunity to shop for plans each year, and prices vary widely between them. CMS has said it will release information about next year's premiums in September.</p><p>AARP Executive Vice President Nancy LeaMond said her organization, which serves Americans 50 and older, had supported the temporary subsidy.</p><p>“While it’s too early to know the full impact of this change, it would be unfortunate if this decision made Part D coverage less affordable, just as we’re beginning to see billions in savings from Medicare drug price negotiation,” she said in a statement.</p><p>Juliette Cubanski, vice president and director of the program on Medicare policy at KFF, said the price increases may be marginal for some consumers but impactful for others when combined with higher prices in other areas, like groceries, gas and housing.</p><p>“What's going to matter most for consumers is how much more or less they have to pay at the end of a month, and how much they have left after the bills are paid,” she said. “This could just make it more challenging for some people to make that math work.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AXQEE6UJGI3KY5PGQHOPBP6KME.jpg?auth=8ded03f6e8d2bf4aad81443beb8ce3411311eda4bd19fb63d85ca2436fa22dba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Centers for Medicare & Medicaid Services administrator Dr. Mehmet Oz speaks before Vice President JD Vance at the Wisconsin Air National Guard facility at Milwaukee Mitchell International Airport, Wednesday, July 8, 2026, in Milwaukee. (AP Photo/Mark Schiefelbein, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Major oil companies reap massive profits as US and Iran fighting drives energy prices higher]]></title><link>https://www.local10.com/business/2026/07/31/major-oil-companies-reap-massive-profits-as-us-and-iran-fighting-drives-energy-prices-higher/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/31/major-oil-companies-reap-massive-profits-as-us-and-iran-fighting-drives-energy-prices-higher/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — American oil and gas giants raked in massive spring profits while fighting between Iran and the U.S. impeded petroleum shipments and consumers around the world paid more for fuel and confronted shortages.]]></description><pubDate>Fri, 31 Jul 2026 11:10:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — American oil and gas giants raked in massive spring profits while fighting between Iran and the U.S. impeded petroleum shipments and consumers around the world paid more for fuel and confronted shortages.</p><p>The conflict, now in its sixth month, halted most shipping through the Strait of Hormuz, a narrow waterway that previously served as a delivery route for a fifth of the world's oil and natural gas. With global supplies constrained, prices for Brent crude, the international standard, soared from about $70 to above $100 a barrel for much of March, April and May, and at one point reached $126.</p><p>The money that oil companies accrued between the beginning of April and the end of June could receive extra scrutiny this year. Gasoline, diesel and jet fuel prices climbed during that period, increasing costs for drivers and airline passengers. Supplies ran low in some countries, leading to sporadic fuel rationing in Australia and government office closures in Nepal and Sri Lanka.</p><p>The attacks between the U.S. and Iran resulted in huge profits for some of the biggest publicly traded oil companies as they sold their goods for higher prices. Exxon Mobil on Friday reported doubling its second-quarter profits to $14.53 billion, up 105% from the same time a year ago. The oil giant, based in Spring, Texas, brought in $116.02 billion in revenue, up 42% from the same time last year.</p><p>Chevron, based in Houston, nearly quadrupled its profits to $12.07 billion, up 385% from the same quarter last year, and reported $70.06 billion in revenue, up 56% from the same time last year.</p><p>Six of Europe's largest oil companies posted first-quarter profits of $22 billion altogether, a total which was 43% higher than the same time last year, according to Global Witness, a nonprofit organization that investigates environmental problems.</p><p>“There are constituencies around the world who are having a very good crisis, and the oil producers are one of them,” said Patrick Galey, fossil fuels lead at Global Witness. “When you compare that to the hundreds of millions of people who are struggling with rolling blackouts, with electricity curbs, rationing, waiting in line for food queues, or the disruption to fertilizers and the potential impact that that has on food prices, we don’t think that it’s a justifiable price for the rest of the world to be paying.”</p><p>Lawmakers propose taxing major oil producers for war windfalls</p><p>Energy companies such as Exxon and Chevron do not set the price of American oil, which ricocheted from $68 to $115 a barrel during the quarter. It’s driven by supply and demand, and what traders, refiners and other buyers are willing to pay.</p><p>Nevertheless, Democrats in Congress introduced bills in March to tax major oil producers for profits they show from 2026 onward and have the tax proceeds redistributed to consumers.</p><p>“It’s fair to put a windfall profits tax on inordinate windfall profits rather than cut off children’s food programs,” Sen. Sheldon Whitehouse, a Rhode Island Democrat who introduced the Senate version of the legislation.</p><p>Whitehouse's measure and a companion bill introduced by U.S. Rep. Ro Khanna of California would amend the U.S. tax code to impose a per-barrel excise tax on companies that produced or imported at least 300,000 barrels of oil per day in 2025. The tax would be 50% of the difference between the oil price at the time of the levy and the average price per barrel last year. Similar proposals failed to pass in previous years.</p><p>“We cracked $4 again per gallon last weekend in gas stations that I drove by, and that’s a big expense, particularly for families that get their income from driving around from job to job in the work van or the work truck,” Whitehouse said. “It makes a real difference.”</p><p>The average price for a gallon of regular gasoline in the U.S., which was below $3 before the U.S. and Israel launched attacks on Iran, reached $4.11 Friday. That's about $1 more than the cost of a gallon at this point last year.</p><p>Refineries rake in cash while consumers pay more for fuel</p><p>Outfits such as Exxon and Chevron, which not only extract oil and gas but also own refineries, are in the best position to profit from the current market conditions, said Tom Seng, assistant professor of energy finance at Texas Christian University.</p><p>Refineries turn crude oil into gasoline, diesel, jet fuel and home heating oil. They’re enjoying historically high “crack spreads,” which is a term to describe the profits refineries expect to make based on the prices of oil and products such as gasoline and jet fuel, Seng said.</p><p>In late July, refineries planning to buy a barrel of oil for about $80 were looking at potential profits of $50-$60, which is huge compared to the average range of $20-$25, he said.</p><p>“The return on refining, on a percentage basis, has skyrocketed,” Seng said. “Oil right now is priced what it is priced because of the Iran war. But in the meantime, the refineries are making money hand over fist.”</p><p>Globally, not all refineries have been able to get the supply of crude oil they need to meet demand since the conflict began, said Timothy Fitzgerald, a University of Tennessee professor of business economics who studies the petroleum industry.</p><p>As a result, refineries that have ample oil to work with, including those in the U.S., are turning high profits, particularly when they make jet fuel and diesel, which is priced about 41% higher in the U.S. than before the Strait of Hormuz was blocked.</p><p>"If you’re a company that owns a bunch of refinery capacity, things look pretty good," Fitzgerald said.</p><p>American refineries are running at near-full capacity and poised to benefit because some refineries in the Middle East and Russia were damaged, while others in Asia can't get the amount of oil they used to from the Middle East.</p><p>“Ultimately, users of the energy services pay,” Fitzgerald said. “Consumers, people like you and me buying retail motor gasoline or diesel fuel or airplane tickets. But it also means that almost everything else we buy has an embedded energy content to it ... and this is where you start to worry about it driving increases in costs.”</p><p>Not all oil and gas companies benefit in the same way</p><p>In the present geopolitical environment, some companies are winners while others are losers, Fitzgerald said.</p><p>“If you’re a company like a U.S. (oil) producer, even a U.S.-based international company like an Exxon or Chevron who’s got lots of production outside the Gulf, things are good. You’re selling your product at a higher price,” he said.</p><p>But companies in the Middle East that are not able to benefit from higher prices because they are struggling to get their liquefied natural gas out of the Persian Gulf or have a lot of damaged oil fields or processing facilities have a very different take on recent events, Fitzgerald added.</p><p>“Your ability to sell anything and the volume that you may be getting out is so curtailed that your revenues are way down and you’re incurring higher transportation costs and security costs,” he said.</p><p>Exxon and Chevron weren’t as profitable in the first quarter due to the way oil is traded; the first real opportunity they had to take advantage of higher prices oil was in April. Companies that had a lot of oil stored in floating tankers and available for spot-market trading, including some European ones, were able to benefit from March’s higher oil prices, Seng said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UA5CZVHUO7XT7U7SKI5PIPCJMA.jpg?auth=8cf23a46ba0130de5cfd3a9fa186b9cde99ec354063552462e0936b8b04c183b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A display shows $110.04 for gasoline on a fuel pump at a Mobil gas station on Wednesday, April 29, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSYK4VEJDTD5ZYLRTXMVNBTDPY.jpg?auth=019286188644507460b1f318364fc904b0881656a05a1b2a2d23d70e6f3cfc47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A truck enters the Exxon Mobil Baytown Olefins Plant, Wednesday, April 29, 2026, in Baytown, Texas. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQGMZKAL4LZ3NAGRHIUYKYPVC4.jpg?auth=c26216ac88cab7e0480aab0ee4562b0ace54907947cb9db6be9174fc4aaefc6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A customer pumps gas at a Chevron station Wednesday, May 27, 2026, in North Miami, Fla.(AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U2K3PKV3HWEVPQCU4MUGSFGJEQ.jpg?auth=6bc76ccf95d41b0489318631743f3c77a77f5113e101fb78a4f1f52f2eb42cbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person secures the fuel nozzel while filling up their tank at a gas station on Tuesday, May 12, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E7GYJODMLWTHZNL5EVTVNBQ3R4.jpg?auth=f6b0c6380be401f01230b85a0ffc75e47bdb0520e0a9cca54590e02a5c7f6268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The sun sets as a pump jack operates near Loving, N.M., on Tuesday, May 20, 2025. (AP Photo/Susan Montoya Bryan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content></item><item><title><![CDATA[Parlamento cubano aprueba ley para reducir el Estado; Díaz-Canel defiende políticas aperturistas]]></title><link>https://www.local10.com/espanol/2026/07/30/parlamento-cubano-trata-leyes-para-reducir-el-estado-y-de-vivienda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/parlamento-cubano-trata-leyes-para-reducir-el-estado-y-de-vivienda/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — La Asamblea Nacional del Poder Popular, el Parlamento cubano, aprobó el jueves una ley que reorganizará el Estado y reducirá sus ministerios y otra sobre la vivienda que amplía los derechos propietarios.]]></description><pubDate>Thu, 30 Jul 2026 22:16:37 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — La Asamblea Nacional del Poder Popular, el Parlamento cubano, aprobó el jueves una ley que reorganizará el Estado y reducirá sus ministerios y otra sobre la vivienda que amplía los derechos propietarios.</p><p>Mientras, el presidente Miguel Díaz-Canel defendió ante los diputados la reciente publicación de políticas aperturistas al sector privado en la isla.</p><p>Díaz-Canel encabezó el foro legislativo, mientras que el exlíder Raúl Castro lo siguió por teleconferencia.</p><p>La reorganización del Estado fue anunciada en junio y contempla reducir de 27 a 20 los ministerios, al tiempo que se producirán algunas fusiones y desaparecerán otros cuyos contenidos serán absorbidos por los restantes. Por ejemplo, el nuevo Ministerio de Agricultura y Alimentación reunirá a los actuales de Agricultura y de la Industria Alimentaria.</p><p>En tanto, la nueva ley de vivienda permitirá que los ciudadanos tengan dos viviendas a su nombre en zonas urbanas –hasta ahora sólo se autoriza una— y una de descanso y que los emigrados no pierdan sus propiedades.</p><p>Estas sesiones parlamentarias que se convocan pocas veces al año y que comenzaron la víspera se producen en momentos en que la isla enfrenta la casi paralización de su vida económica y social tras un cerco petrolero impuesto por Estados Unidos desde enero . Las consecuencias para la población han sido apagones de más de 20 horas diarias, cortes de internet, desabastecimiento de agua y medicinas y escasez de combustible.</p><p>También poco después de la publicación esta semana de una serie de normas gubernamentales con acceso a sectores antes solo reservados al Estado, como la extracción petrolera o la creación de casas de ancianos y que buscan sacar al país de una mayor caída.</p><p>Durante su discurso de cierre de las sesiones, el presidente Díaz-Canel hizo énfasis en las hostilidades de Estados Unidos que dijo han llevado a la isla a “un escenario extremadamente complejo y amenazante, propio de una fortaleza sitiada".</p><p>Los gobiernos de ambas naciones reconocieron haber mantenido contacto pero se desconoce su contenido. El presidente Donald Trump acusó al modelo de la isla de ineficiente y aseguró que está dispuesto a tomar la isla si esta no se aviene a cambios económicos y políticos.</p><p>Al mismo tiempo, Díaz-Canel negó que las medidas aperturistas sean una reacción ante las presiones de Estados Unidos pero reconoció las inquietudes en algunos sectores de la población.</p><p>“Existen preocupaciones legítimas y francas sobre el crecimiento del capital privado, la concentración de riquezas y capital por una persona, lo relacionado con los derechos de usufructo, superficie y negocios inmobiliarios, la posibilidad de privatización de empresas estatales, la ampliación y naturalización de la desigualdad… y la falta de mecanismos de participación y control popular", expresó el mandario.</p><p>“A todos estos asuntos hay que prestarle atención… las transformaciones que hoy implementamos no son para más capitalismo sino para defender y avanzar en la construcción socialista”, agregó.</p><p>Las sesiones del miércoles y jueves sirvieron también para que funcionarios de primer nivel como el primer ministro Manuel Marrero hicieran un recuento de la situación actual.</p><p>Marrero aseguró que a raíz de la salida de las cadenas internacionales — luego de las amenazas de sancione de Estados Unidos contra ellas — y de la caída del estratégico sector del turismo –muchas líneas aéreas abandonaron sus rutas a la isla— se encuentran cerrados el 73% de los hoteles.</p><p>Además, el viceprimer ministro y titular de Comercio Exterior, Oscar Pérez-Oliva Fraga, informó que debido a las sanciones estadounidenses varias empresas navieras se vieron obligadas a dejar más de 7.000 contenedores en puertos del Caribe cargados con alimentos y medicinas para la isla.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KUMZ5UGOSO62XVL6TYPRHZ4GLY.jpg?auth=158720262d5956663df22bcadcebf8c230de1ce81459ed612da5e59766f6322c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre maniobra su triciclo eléctrico junto a su perro pequeño en La Habana, Cuba, el miércoles 29 de julio de 2026. (Foto AP/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5NDDUTEZ4FVQXEQYTAXMVGREDM.jpg?auth=3d75ab1a2a1bd37503700698408e35d51aa788e9f7193ef47d03e625fcbc5a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un coche antiguo pasa frente al Hotel Meliá Habana en La Habana, Cuba, el martes 21 de julio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3H234XGYRWOUKAXZFA4AWYWIPM.jpg?auth=e775d8080d9c96ddbdd49f7b695f92537870842349ae5c27dc60be12b200fde8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre empuja su carrito en La Habana, Cuba, el miércoles 29 de julio de 2026. (Foto AP/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Social media post showing Bueckers and Reese betting on game 'missed the mark,' WNBA says]]></title><link>https://www.local10.com/sports/2026/07/30/social-media-post-showing-bueckers-and-reese-betting-on-game-missed-the-mark-wnba-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/30/social-media-post-showing-bueckers-and-reese-betting-on-game-missed-the-mark-wnba-says/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A social media post showing stars Paige Bueckers and Angel Reese betting $400 on the outcome of a game between their teams “missed the mark,” the WNBA said Thursday.]]></description><pubDate>Thu, 30 Jul 2026 18:01:31 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A social media post showing stars Paige Bueckers and Angel Reese betting $400 on the outcome of a game between their teams “missed the mark,” the WNBA said Thursday.</p><p>The players won't be punished for the bet, a person with direct knowledge of the matter told The Associated Press. The person spoke to the AP on condition of anonymity because of the sensitivity of the situation.</p><p>The league posted the initial video from All-Star Weekend, days before Bueckers’ Dallas Wings and Reese’s Atlanta Dream were set to play Wednesday night. The clip featured Bueckers and Reese placing what appeared to be a personal wager on the game. It was presented with the caption, “We did?” with a laughing emoji followed by, “Paige Bueckers on the bet she made with Angel Reese at All-Star Weekend on tonight’s matchup.”</p><p>The WNBA moved quickly to delete the message, but not before it was shared on social media.</p><p>“While the social media post was intended to be lighthearted, WNBA players are well aware of the league’s policies prohibiting betting on WNBA games and receive training every year reinforcing those policies,” a league spokesperson said Thursday. “We recognized that the post missed the mark, removed it shortly after it was published, and addressed the matter internally.</p><p>“We will also use this as an opportunity to reemphasize with the players involved that conversations about wagering on WNBA games, even when intended as a joke, can have negative consequences.”</p><p>The Wings and the Dream both deferred to the league statement when asked for comment.</p><p>The league’s collective bargaining agreement states that any kind of wagering is strictly prohibited and that players can be fined, suspended or even disqualified from the WNBA at the sole discretion of the commissioner.</p><p>The Dream rallied from a 15-point deficit to beat the Wings 82-81 on Wednesday, with Reese notching 22 points and 12 rebounds and Bueckers finishing with 16 points and six assists.</p><p>___</p><p>WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6KSHDIEN5V6WGWV424ISPCW7U.jpg?auth=4bf8335f27dd3212bd600c83bfabbd81b226916f82bc1206dfd634f9237fc5c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese, center, drives against Dallas Wings guard Paige Bueckers (5) during the second half of a WNBA basketball game in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWXBIACZB7KTH625GXMQ2CRVI4.jpg?auth=f34800fc4094288173fec8518e4f259fba34a9f0b48b9b5d669292a94c88884e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA Commissioner Cathy Engelbert talks to media at a news conference before a WNBA All-Star basketball game between Team Coop and Team Spoon in Chicago, Saturday, July 25, 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/EDUDXCDWGP22DRJBLH47AH3MZE.jpg?auth=e4e613f88f10d31d011b3bf82628f1e4e026aba759b3344b3f21cf99ace884e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Wings guard Paige Bueckers questions a call during the first half of a WNBA basketball game against the Atlanta Dream in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BJCSZQ27FZYT4WOKI5QCR3TT4.jpg?auth=e2f2f25b7e1c04b135a7e6af0c9753528841d644860f798f2a68db8e1a2efdd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream forward Angel Reese (5) reacts to scoring with teammate Rhyne Howard (10) during the second half of a WNBA basketball game against the Dallas Wings in Arlington, Texas, Wednesday, July 29, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Inter Miami presenta su tercer uniforme Cénit inspirado en el Nu Stadium]]></title><link>https://www.local10.com/espanol/2026/07/30/inter-miami-presenta-su-tercer-uniforme-cenit-inspirado-en-el-nu-stadium/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/30/inter-miami-presenta-su-tercer-uniforme-cenit-inspirado-en-el-nu-stadium/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Inter Miami CF presentó el jueves su nuevo tercer uniforme, llamado Cénit, un diseño inspirado en la nueva casa del club, el Nu Stadium, y en lo que describe como un hito en su crecimiento.]]></description><pubDate>Thu, 30 Jul 2026 15:14:33 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF presentó el jueves su nuevo tercer uniforme, llamado Cénit, un diseño inspirado en la nueva casa del club, el Nu Stadium, y en lo que describe como un hito en su crecimiento.</p><p>La camiseta, diseñada por adidas, presenta una base blanca con detalles en rosa, verde menta y negro. Según el club, el diseño está inspirado en la cubierta arquitectónica del Nu Stadium y refleja tanto el estilo de Miami como la nueva etapa del equipo.</p><p>Royal Caribbean aparece en la parte frontal de la camiseta como socio oficial del uniforme del club, mientras que Lowe’s continúa como patrocinador de las mangas. La empresa de tecnología financiera Nu debuta como patrocinador en la parte posterior de la camiseta.</p><p>El club celebrará el lanzamiento la noche del jueves con un evento por invitación en el Nu Stadium, que también servirá como presentación oficial del r<a href="https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/07/22/inter-miami-signs-5-time-champions-league-winner-casemiro/">ecién fichado mediocampista brasileño Casemiro</a>.</p><p>Se espera que los propietarios del club, Jorge Mas y Jose Mas, participen en las actividades, que incluyen una conferencia de prensa y un encuentro con los aficionados.</p><p>Además de la camiseta, la colección Cénit incluye prendas de vestir y calzado, entre ellos chaquetas, camisetas, pantalones cortos, pantalones deportivos, zapatos y sandalias.</p><p>Está previsto que los jugadores de Inter Miami estrenen el nuevo uniforme el Sabado, cuando reciban al Columbus Crew durante la Noche de Fútbol Juvenil de Lowe’s. Los primeros 10,000 aficionados que ingresen al estadio recibirán una camiseta blanca conmemorativa del evento.</p><p>La campaña promocional de la colección, bajo el lema “We’re Home”, cuenta con Lionel Messi, Facundo Mura, Mateo Silvetti y Germán Berterame, y destaca la mudanza del club al Nu Stadium, inaugurado en abril.</p><p>La colección Cénit está disponible desde el jueves en las tiendas oficiales de Inter Miami, en distribuidores seleccionados de adidas y en MLSstore.com.</p><p>Inter Miami tiene marca de 11-4-2 en la temporada y ocupa el segundo lugar de la Conferencia Este de la MLS, detrás de Nashville (12-3-2).</p><p>El próximo partido del club contra Columbus Crew está programado para el sábado a las 7:30 p.m.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDB76BEVOVHC7AJFEIQ6P5K4G4.jpg?auth=6f18b46c0d54a963f9fca48e3b68330f9b61fd04e18b581f64309d9f43ab302d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>