<?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>Wed, 03 Jun 2026 17:21:29 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Homestead senior accused of shooting neighbor’s cat in eye with BB gun]]></title><link>https://www.local10.com/news/local/2026/06/03/homestead-senior-accused-of-shooting-neighbors-cat-in-eye-with-bb-gun/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/homestead-senior-accused-of-shooting-neighbors-cat-in-eye-with-bb-gun/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 66-year-old Homestead man was arrested Tuesday after police say he shot a neighbor’s cat in the eye with a BB gun last month. ]]></description><pubDate>Wed, 03 Jun 2026 17:15:59 +0000</pubDate><content:encoded><![CDATA[<p>A 66-year-old Homestead man was arrested Tuesday after police say he shot a neighbor’s cat in the eye with a BB gun last month. </p><p>Ramiro Perez was arrested by the Homestead Police Department and faces one count of animal cruelty with intent to injure or kill with a deadly weapon, jail records show.</p><p>According to police, the shooting happened around 3:45 p.m. on May 14 in an area that was redacted in Perez’s arrest report. </p><p>Officers said they responded to a report of an injured cat and met with the owner, who said Perez fired a BB gun at the animal while it was in Perez’s yard. </p><p>The owner told investigators he “heard the subject pump the BB gun three times” and then saw him fire toward the cat two to three times, striking it once in the eye, according to the report. </p><p>The report states that the cat was taken to a veterinary clinic, where its eye had to be surgically removed. Veterinary costs totaled $848.50. </p><p>Police said officers later went to Perez’s home and also visited his residence again on Tuesday before he later came to the HPD station, where he was read his Miranda rights in the presence of investigators. </p><p>As of Wednesday, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </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/YFAHM5TFLRDKDBTCGGAM75RVUE.jpg?auth=e08ba3805a73865441bb8a685f25868286b61f4d89723beb198c0094af5f2f4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[‘Irate’ mother caught with gun at Miami Northwestern, cops say]]></title><link>https://www.local10.com/news/local/2026/06/03/irate-mother-caught-with-gun-at-miami-northwestern-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/irate-mother-caught-with-gun-at-miami-northwestern-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 33-year-old South Florida mother is facing a felony charge after authorities said she brought a gun to her daughter’s school. ]]></description><pubDate>Wed, 03 Jun 2026 17:05:24 +0000</pubDate><content:encoded><![CDATA[<p>A 33-year-old South Florida mother is facing a felony charge after authorities said she brought a gun to her daughter’s school. </p><p>Officers with the Miami-Dade Schools Police Department arrested Apolonia Crumpton on Tuesday at Miami Northwestern Senior High School, located at 1100 NW 71st St. in Miami’s Liberty City neighborhood.</p><p>An arrest report states that Crumpton, of northwest Miami-Dade, was at the school due to her daughter being involved in a fight. </p><p>Based off a statement by Crumpton that was redacted from her arrest form, which described her as an “irate parent,” officers were led to believe she was in possession of a weapon. </p><p>After searching her bag, officers said they found a black 9mm firearm and ammunition inside. </p><p>Crumpton was charged with one felony count of possession of a firearm on school property. </p><p>As of Wednesday afternoon, she was being held at the Turner Guilford Knight Correctional Center with bond listed as “to be set.”</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/R52ZQXSGX5G7ZDWWURJAIFZHPQ.jpg?auth=79e8a1873ae59b4c928ef71c2513010bf0b02973552afd77519eecc943ee8781&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Wim Wenders pulls 1975 film over nude scene with then-13-year-old Nastassja Kinski]]></title><link>https://www.local10.com/entertainment/2026/06/03/wim-wenders-pulls-1975-film-over-nude-scene-with-then-13-year-old-nastassja-kinski/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/03/wim-wenders-pulls-1975-film-over-nude-scene-with-then-13-year-old-nastassja-kinski/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[German filmmaker Wim Wenders on Wednesday said he has pulled his 1975 movie “The Wrong Move” over a nude scene featuring a then-13-year-old Nastassja Kinski.]]></description><pubDate>Wed, 03 Jun 2026 17:12:05 +0000</pubDate><content:encoded><![CDATA[<p>German filmmaker Wim Wenders on Wednesday said he has pulled his 1975 movie “The Wrong Move” over a nude scene featuring a then-13-year-old Nastassja Kinski.</p><p>Kinski, now 65, has urged Wenders to reedit the film. Last month, she told the German newspaper Sueddeutsche Zeitung: “That was my first film, he was my first director and he didn't protect me.”</p><p>Wenders, the acclaimed director behind “Paris, Texas” and “Wings of Desire,” issued a statement apologizing to Kinski.</p><p>“I recognize that Nastassja Kinski should have been better protected back then,” Wenders said. “For that, I apologize to you, Nastassja, unreservedly, no ifs and buts.”</p><p>“The Wrong Move” marked the film debut of Kinski, the daughter of actor Klaus Kinski. It stars Rüdiger Vogler as an aspiring writer wandering through Germany. His encounters include an apparently mute teen acrobat played by Kinski, who appears topless in a scene.</p><p>Wenders said he was “withdrawing it from all current forms of distribution and exhibition,” including streaming services and broadcast television. His nonprofit Wim Wenders Foundation owns “The Wrong Move.”</p><p>The film will remain unavailable, Wenders said, until a mutually agreed upon solution can be found. He said he will seek “a broad dialogue” that includes Kinksi, the German Film Academy and other film groups.</p><p>“It is necessary for our society to find appropriate ways of dealing with controversial film works from the 20th Century and to face new learning processes and inclusive perspectives regarding cinema,” said Wenders.</p><p>Representatives for Kinski did not immediately respond to The Associated Press' request for comment Wednesday.</p><p>At the German Film Awards last week, Wenders spoke about his quandary over the film. Speaking to the audience at Germany's equivalent of the Oscars, Wenders said retroactively editing it “sets a precedent that affects you all, and then it becomes possible with all your films later on.”</p><p>Kinski would go on to co-star in Wenders' 1984 film “Paris, Texas,” but long maintained misgivings about her introduction to the film business. At the ages of 14 and 17, she also appeared nude in the films “To the Devil a Daughter” and “Stay As You Are.”</p><p>“If I had had somebody to protect me or if I had felt more secure about myself, I would not have accepted certain things. Nudity things,” Kinski told W Magazine in 1997. "And inside it was just tearing me apart.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YE555Y5TI2ZKHEOB2DM6PLXTNI.jpg?auth=dea1116fe12a5ac462cefadfb4afe4d999d9b0e63c68611ff67bfe16fffde883&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jury president Wim Wenders speaks at the opening ceremony of the International Film Festival, Berlinale, in Berlin, on Feb. 12, 2026. (AP Photo/Markus Schreiber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6F7BQ7RWJIPTTVDYQ2ZOVQMK6U.jpg?auth=4576efa7831288e265a7e1f149b8115ae51c9c5283046a5210f980ab3b449bf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - West German actress Nastassja Kinski, left, and West German director Wim Wenders appear during a press conference after the screening of "Paris, Texas" at the Film Festival in Cannes on May 19, 1984. (AP Photo/Michel Lipchitz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Lipchitz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ATPX3TGNB7UW4IXJZ4K5QJR67Q.jpg?auth=2053c4b7c9a8f241419617924f50b542fa4e43641b6dbac903cbeffe10c2b1cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - German actress Nastassja Kinski appears during a press conference at the Busan International Film Festival in Busan, South Korea, on Oct. 2, 2015. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Colombian presidential candidate de la Espriella thanks Trump for endorsing his campaign]]></title><link>https://www.local10.com/news/world/2026/06/03/colombian-presidential-candidate-de-la-espriella-thanks-trump-for-endorsing-his-campaign/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/colombian-presidential-candidate-de-la-espriella-thanks-trump-for-endorsing-his-campaign/</guid><dc:creator><![CDATA[By ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTA, Colombia (AP) — Colombian lawyer and presidential candidate Abelardo de la Espriella, who secured the most votes in the first round of Colombia’s elections, on Wednesday thanked U.S. President Donald Trump for endorsing his campaign, in an election that serves as a litmus test as the region shifts towards the right.]]></description><pubDate>Wed, 03 Jun 2026 16:58:51 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTA, Colombia (AP) — Colombian lawyer and presidential candidate Abelardo de la Espriella, who secured the most votes in the first round of Colombia’s elections, on Wednesday thanked U.S. President Donald Trump for endorsing his campaign, in an election that serves as a litmus test as the region shifts towards the right.</p><p>Trump said on social platform X that he predicts stronger bilateral ties if the conservative defeats progressive Iván Cepeda in the presidential runoff.</p><p>Writing on the Truth Social platform the previous day, Trump offered his “complete and total endorsement” for de la Espriella, calling him an “intelligent, strong and tough leader” who will take on a “radical leftist Marxist” in the June 21 runoff election.</p><p>“With my head held high and a heart full of patriotic gratitude, I receive your words and your steadfast support," de la Espriella, known as “El Tigre” or “The Tiger,” wrote on X. "Thank you, Mr. President!”</p><p>This is not the first time Trump has backed candidates in foreign elections, a practice that has drawn criticism from opponents who say the U.S. should not meddle in other countries’ domestic politics. Last year, Trump endorsed Honduras’ National Party presidential candidate Nasry “Tito” Asfura, who went on to win. He also backed libertarian President Javier Milei in Argentina during legislative elections that proved critical to the leader’s political agenda.</p><p>Trump’s support in the Colombian presidential campaign underscores the current tension between Washington and Bogota as relations between the countries have grown strained under Colombian President Gustavo Petro. Sharp disagreements have emerged over migration, Israel’s military actions in Gaza and anti-narcotics strategies, particularly regarding the bombing of drug boats in the Caribbean.</p><p>Petro rejected Trump’s support for the conservative candidate and urged citizens to vote freely so as to “not become anyone’s slaves or colony.”</p><p>“When a country intervenes in the decisions of another country, freedom dies,” Petro wrote on X.</p><p>While the U.S. remains Colombia’s largest export market and was long considered Washington’s primary ally in the hemisphere, relations have cooled significantly under the current administration.</p><p>De la Espriella, who holds dual Colombian and U.S. citizenship, is a Trump supporter and a member of the Republican Party. With no prior experience in elected office, he secured 43.74% of the vote in the first round of the presidential election, followed by Sen. Cepeda — an ally of Petro — with 40.90%, according to preliminary counts.</p><p>The candidate has said his views align with U.S. policies, particularly regarding the fight against narcotics. He has promised to eradicate thousands of hectares of coca leaf crops — the raw material for cocaine — and to halt the trafficking bound for the United States.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SEOQKDHXCHGJM4RYZ24B35RN3A.jpg?auth=8c31f5d43ce713803568de59e4d4ca542cdaf2a2e4bd571008eed3758e57e178&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Abelardo de la Espriella of the Defenders of the Motherland movement addresses supporters after leading the first round of the presidential election and advancing to a runoff in Barranquilla, Colombia, Sunday, May 31, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Shinnecock scouting report: Scheffler and McIlroy say wide fairways and big rough for US Open]]></title><link>https://www.local10.com/sports/2026/06/03/shinnecock-scouting-report-scheffler-and-mcilroy-say-wide-fairways-and-big-rough-for-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/shinnecock-scouting-report-scheffler-and-mcilroy-say-wide-fairways-and-big-rough-for-us-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[DUBLIN, Ohio (AP) — Rory McIlroy and Scottie Scheffler took a detour to Shinnecock Hills on their way to the Memorial and saw fairways a lot wider than what they have come to expect at a U.S. Open.]]></description><pubDate>Wed, 03 Jun 2026 16:51:57 +0000</pubDate><content:encoded><![CDATA[<p>DUBLIN, Ohio (AP) — Rory McIlroy and Scottie Scheffler took a detour to Shinnecock Hills on their way to the Memorial and saw fairways a lot wider than what they have come to expect at a U.S. Open.</p><p>The U.S. Open returns to Shinnecock Hills for the first time since 2018, when Brooks Koepka won during a tough, dry week in which no one finished under par.</p><p>Scheffler had never been to the fabled course on New York's Long Island, which held the second edition of the U.S. Open in 1896. This major is bigger than usual for the world's No. 1 player because a victory would make him only the seventh player to complete the career Grand Slam.</p><p>“It was kind of what I expected,” Scheffler said. “I had heard some rumors about how difficult the greens were. I was a little surprised at the width of the fairways, but the green complexes there are extremely difficult, and I think that’s where the greatest challenge comes from.”</p><p>He also said the rough was thick and penal. That's typical of a U.S. Open. A vintage U.S. Open has firm greens, and that looks to be the case, provided the weather cooperates.</p><p>Narrow fairways? Not so much.</p><p>“The fairways are very generous,” said McIlroy, who missed the cut with rounds of 80-70 when he first played a U.S. Open at Shinnecock Hills. "They’re more generous than they were in 2018. But the first cut of rough is 5 inches long. So it’s like the first cut is maybe three paces wide and then it gets into the fescue.</p><p>“So if you miss the fairway even by a yard ... but you shouldn’t. The fairways are very, very generous. So if you miss the fairway, I feel like you deserve a bad lie.”</p><p>It will be a big week for the USGA to get it right. In 2004, the par-3 seventh green was so dead on Sunday that players couldn't keep the golf ball on the putting surface and USGA officials wound up watering the green between groups.</p><p>Then in 2018, some of the greens became so severe that it was thought to be borderline unplayable. Phil Mickelson swatted a moving golf ball on the 13th green out of frustration. Officials softened the course so much for the final day that Tommy Fleetwood shot 63.</p><p>The course has a reputation of being tough, and Scheffler felt it lived up to that.</p><p>“The rough, also, was a really good penalty for the width,” he said. "Once you start missing fairways out there, you have no chance. But the fairways are generous enough to where it provides you some opportunity, and that way it’s just that the green complexes are extraordinarily difficult.</p><p>“They can put the pins wherever they want and make the scores as high as they could possibly want them to be.”</p><p>McIlroy said the greens were around 11 on the Stimpmeter when he played on Monday and he doesn't see a need for them to get much faster.</p><p>“I think if they can keep them at that green speed, they can get them firm, and they can use the hole locations that they want to use without having some of the struggles that they have had the last couple of U.S. Opens. ... If it’s set up the right way, I think it’s one of the best championship tests in the country. It’s an amazing golf course.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/37ZVPRHGHGMBSENXZEFXNK2ZJY.jpg?auth=cd8ba065a2f1d6594ed0c35ad7dcd590c590f4fd3414bd7d97949322e0e14720&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The clubhouse is seen at Shinnecock Hills Golf Club in Southampton, N.Y., Monday, Sept. 15, 2025. (AP Photo/Seth Wenig, File(]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZCHA3M4N465ESJLG5YJGGDMWE.jpg?auth=6517ce236be9ab5a32d37dc22dc5183c3dcc3a32942b3b82006da86e2d6b42a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man works on the 18th green in front of the clubhouse at Shinnecock Hills Golf Club in Southampton, N.Y., Monday, Sept. 15, 2025. (AP Photo/Seth Wenig, File]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Republicans won the redistricting battle. Now voters will decide whether they win Congress]]></title><link>https://www.local10.com/news/2026/06/03/republicans-won-the-redistricting-battle-now-voters-will-decide-whether-they-win-congress/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/republicans-won-the-redistricting-battle-now-voters-will-decide-whether-they-win-congress/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[A no-holds-barred bout of partisan redistricting has been won by Republicans. Now it's up to voters to decide whether it matters for control of Congress.]]></description><pubDate>Wed, 03 Jun 2026 17:04:32 +0000</pubDate><content:encoded><![CDATA[<p>A no-holds-barred bout of partisan redistricting has been won by Republicans. Now it's up to voters to decide whether it matters for control of Congress.</p><p>Republicans could net about 10 additional U.S. House seats in the November elections if redrawn voting districts perform as they were intended. The question is whether that's enough for the GOP to hold on to a majority in the chamber, where Democrats need to gain only a few seats to take control.</p><p>Political trends and historic patterns favor Democrats. President Donald Trump's approval ratings are negative. And the incumbent's party has lost House seats in every midterm election over the past two decades.</p><p>This election season already has been unusual. Voting districts typically are redrawn only after a census at the start of each decade. But Trump urged Republicans last summer to redraw congressional districts to their advantage to try to prevent losses in the 2026 midterms.</p><p>Since then, Republicans think they could win as many as 16 additional seats from new House maps enacted in eight states — Texas, Missouri, North Carolina, Ohio, Florida, Tennessee, Louisiana and Alabama. Democrats, whose counterattack faced several setbacks, think they could win up to six additional seats from new districts in California and Utah.</p><p>Nearly 145 million people — about two of every five U.S. residents — live in states with new congressional districts for this election.</p><p>Yet the mid-decade redistricting battle didn't go as far as it could have.</p><p>Republicans in Kansas and Democrats in Illinois both rebuffed party pushes to take up redistricting. In Republican-led Indiana and South Carolina and Democratic-led Maryland, new congressional districts passed the state House but ultimately died in the state Senate. The Virginia Supreme Court invalidated new voter-approved districts that could have helped Democrats win up to four additional seats. And the U.S. Supreme Court set aside a lower court order that could have helped Democrats gain a congressional seat in New York.</p><p>Here's a look at the states with new U.S. House maps:</p><p>Texas</p><p>Current map: 13 Democrats, 25 Republicans</p><p>New map: Republican Gov. Greg Abbott signed a revised House map into law last August that could help Republicans win five additional seats. Democrats think they could still win some of those seats.</p><p>Missouri</p><p>Current map: two Democrats, six Republicans</p><p>New map: Republican Gov. Mike Kehoe signed a revised House map into law last September that could help Republicans win an additional seat by reshaping a Democratic-held district based in Kansas City. Republican Secretary of State Denny Hoskins has until Aug. 4 — the date of Missouri's primaries — to decide whether to reject an initiative petition seeking a statewide vote on the map.</p><p>North Carolina</p><p>Current map: four Democrats, 10 Republicans</p><p>New map: The Republican-led General Assembly gave final approval in October to revised districts that could help Republicans win an additional seat.</p><p>Ohio</p><p>Current map: five Democrats, 10 Republicans</p><p>New map: A bipartisan panel composed primarily of Republicans voted in October to approve revised House districts that improve Republicans’ chances of winning two additional seats. Democrats think they could still win those seats.</p><p>California</p><p>Current map: 43 Democrats, nine Republicans</p><p>New map: Voters in November approved revised House districts drawn by the Democratic-led Legislature that could help Democrats win five additional seats.</p><p>Utah</p><p>Current map: no Democrats, four Republicans</p><p>New map: A judge in November imposed revised House districts that could help Democrats win a seat in the Salt Lake City area.</p><p>Florida</p><p>Current map: eight Democrats, 20 Republicans</p><p>New map: Republican Gov. Ron DeSantis signed revised House districts in May that improve the GOP’s chances of winning four additional seats. Legal challenges are pending.</p><p>Tennessee</p><p>Current map: one Democrat, eight Republicans</p><p>New map: Republican Gov. Bill Lee signed new House districts in May that improve the GOP’s chances of winning an additional seat by carving up the lone Democratic-held seat, a majority-Black district based in Memphis. Legal challenges are pending.</p><p>Louisiana</p><p>Current map: two Democrats, four Republicans</p><p>New map: Republican Gov. Jeff Landry signed off on new House districts in May that improve Republican chances of winning an additional seat by eliminating a majority-Black district held by a Democrat that the U.S. Supreme Court struck down as an illegal racial gerrymander.</p><p>Alabama</p><p>Current map: two Democrats, five Republicans</p><p>New map: The U.S. Supreme Court in June allowed the state to use a congressional map approved by Republican state lawmakers that improves the GOP's chances of winning an additional seat by reshaping a Democratic-held district that has a large number of Black voters.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HM4G4VAWGQZW2FWZPDNQG5FUDA.jpg?auth=76fa02f758985e056b22470b928d776821741eb83a1d08d03bad880d68712157&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vote signs are seen outside a vote center in La Habra, Calif., Tuesday, June 2, 2026. (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/DM7EPGIACEE2ETDHJBDFZBL7QM.jpg?auth=4dc7c65436496a67b2f8bb2ab04b8ced0c6e0f2c7e7387f6b2b37124b3d19b60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign stands outside a polling location during local and primary runoff elections, Tuesday, May 26, 2026, in Dallas, where election materials and voting information are available in English, Spanish and Vietnamese. (AP Photo/Gabriela Passos)]]></media:description><media:credit role="author" scheme="urn:ebu">Gabriela Passos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJJG37I5CRVFHDAORHXECK77MQ.jpg?auth=f60ba7a2470e375ecf178537d8cd5ffc897b5ce5e3293f2ef9b3835d91e7a06f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Justin J. Pearson, D-Memphis, center, marches with protesters before a special session of the state legislature to redraw U.S. Congressional voting maps, in Nashville, Tenn., Tuesday, May 5, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4CBFHQROCTWLHNJ2I32Z4DVUA.jpg?auth=3e695f2691e81abe1c905312e7b88da3e113a96a6c2676ea093c0676593e3061&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters against a Missouri congressional redistricting plan gather outside the Missouri Capitol on Tuesday, May 12, 2026, in Jefferson City, Mo. (AP Photo/David A. Lieb)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[Swiss forward Embolo goes to US embassy for urgent World Cup visa after travel denied]]></title><link>https://www.local10.com/sports/2026/06/03/swiss-forward-embolo-goes-to-us-embassy-for-urgent-world-cup-visa-after-travel-denied/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/swiss-forward-embolo-goes-to-us-embassy-for-urgent-world-cup-visa-after-travel-denied/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERN, Switzerland (AP) — Switzerland forward Breel Embolo applied for an urgent visa at the United States embassy in Bern on Wednesday, one day after he was denied boarding the team’s flight to the World Cup because of a criminal conviction.]]></description><pubDate>Wed, 03 Jun 2026 16:40:35 +0000</pubDate><content:encoded><![CDATA[<p>BERN, Switzerland (AP) — Switzerland forward Breel Embolo applied for an urgent visa at the United States embassy in Bern on Wednesday, one day after he was denied boarding the team’s flight to the World Cup because of a criminal conviction.</p><p>The Swiss soccer federation at the team's training camp in San Diego confirmed why Embolo’s travel approval to the U.S. had been put under review Tuesday. He has a conviction that became binding this year.</p><p>Embolo was charged after an altercation in Basel city center in 2018 and his guilty verdict was upheld at appeal last September. The verdict was finalized in April, just weeks before Embolo was due to travel to the U.S. for the third World Cup of his career.</p><p>“The embassy’s inquiries focused specifically on whether any physical violence had been involved. This was not the case,” the Swiss soccer body said. “Breel and the team are now awaiting approval so that he can travel to San Diego and join the squad as soon as possible.”</p><p>Switzerland starts its World Cup campaign on June 13 against Qatar at the San Francisco 49ers’ stadium in Santa Clara.</p><p>The Swiss then play Bosnia-Herzegovina in Inglewood, California and finish Group B against tournament co-host Canada in Vancouver on June 24.</p><p>The 29-year-old Embolo is set to be Switzerland’s first-choice striker and has scored 24 goals in 86 internationals.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I3QXFRAG7O5P53TQOHQSXHZAKY.jpg?auth=937e6488e717feb99da1bd2b0278b620c432c11fe2f3c75270a4c135b4a71c42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's head coach Murat Yakin arrives at the Fairmont Grand Del Mar hotel in San Diego, Tuesday, June 2, 2026, for the World Cup soccer tournament. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYXPPAOESMZDL6JBRX7FPT46FY.jpg?auth=f65de359c49c654d270886870f957651e45181550b1f9b624c92d5338947446f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Switzerland's soccer players and coaches arrive at the Fairmont Grand Del Mar hotel in San Diego, Tuesday June 2, 2026, for the World Cup soccer tournament. (AP Photo/Denis Poroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Denis Poroy</media:credit></media:content></item><item><title><![CDATA[Dentro de Maalik Meets, el club de lectura que está reescribiendo los clubes de lectura]]></title><link>https://www.local10.com/espanol/2026/06/03/dentro-de-malik-meets-el-club-de-lectura-que-esta-reescribiendo-los-clubes-de-lectura/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/dentro-de-malik-meets-el-club-de-lectura-que-esta-reescribiendo-los-clubes-de-lectura/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[Lo que comenzó como unos cuantos amigos intercambiando recomendaciones de libros se ha convertido en una de las comunidades sociales más diversas del sur de Florida.]]></description><pubDate>Wed, 03 Jun 2026 14:31:10 +0000</pubDate><content:encoded><![CDATA[<p>Lo que comenzó como un grupo de amigos intercambiando recomendaciones de libros se ha convertido en una de las comunidades sociales más diversas del sur de Florida.</p><p>Es en parte un club de lectura y en parte un club social, y una prueba de que una historia compartida puede unir a desconocidos.</p><p>El fundador Maalik Nelson lanzó el club de lectura <a href="https://maalikmeets.com/" target="_blank" rel="noreferrer" title="https://maalikmeets.com/">Maalik Meets</a> en <a href="https://www.instagram.com/maalikmeets?igsh=MWxma3N2YnBmdTh2Mg==" target="_blank" rel="noreferrer" title="https://www.instagram.com/maalikmeets?igsh=MWxma3N2YnBmdTh2Mg==">Instagram</a>, invitando a amigos a leer y discutir libros juntos. Lo inició de manera orgánica, impulsado por su propio amor por la literatura.</p><p>“Cuando comenzó, realmente eran mis cinco, seis o siete amigos más cercanos. Empecé a elegir libros cada vez más intencionales que pensaba que la comunidad querría leer”, dijo Nelson. “El grupo pasó de unas 10 personas a 20, luego al mes siguiente pasó de 20 a 30, después de 30 a 50 y continuó creciendo a medida que pasaban los meses”.</p><p>Actualmente, el club se reúne mensualmente en <a href="https://dalezineshop.com/" target="_blank" rel="noreferrer" title="https://dalezineshop.com/">Dale’ Zine</a>, en el Design District de Miami, una librería y galería independiente especializada en libros de arte que organiza encuentros y también tiene su <a href="https://www.instagram.com/dale_zine?igsh=Zm5pNTNsdGtxamdm" target="_blank" rel="noreferrer" title="https://www.instagram.com/dale_zine?igsh=Zm5pNTNsdGtxamdm">propia página de Instagram</a>.</p><p>Los miembros leen el mismo libro y luego se reúnen para compartir perspectivas, reacciones e interpretaciones. El formato es intencionalmente simple y los libros reflejan los tiempos actuales.</p><p>“Todos leemos un libro. Todos leemos el mismo libro. Tienen cosas que decir. No me necesitan a mí”, dijo Nelson. “Los dejo hablar y hacer lo suyo, y luego, a mitad de la reunión, tenemos una discusión más estructurada”.</p><p>La selección de este mes fue “Piranesi”, de Susanna Clarke.</p><p>Tanto para los miembros de larga trayectoria como para quienes asistían por primera vez, la discusión reveló una verdad central del club: no hay dos lectores que experimenten una misma historia de la misma manera.</p><p>“Podemos leer el mismo libro y cada persona obtendrá algo completamente único de él, y es increíble cada vez porque ven algo que tú nunca habías visto antes”, dijo Andrew Mendez, miembro del club.</p><p>No hay un profesor al frente de la sala. No hay panelistas. No hay conferencia. Solo conversación.</p><p>Aunque los libros pueden ser la razón por la que las personas asisten cada mes, a menudo no son la razón por la que regresan.</p><p>Maalik Meets se ha convertido en mucho más que un simple club de lectura. El grupo organiza parrilladas, paneles de discusión y encuentros sociales diseñados para que las conexiones continúen creciendo más allá de las páginas.</p><p>En una época impulsada por los “me gusta”, los seguidores y los algoritmos, los miembros afirman que están construyendo algo más personal. Muchos llegan por los libros, pero se quedan por las personas.</p><p>La selección del próximo mes es “Go Tell It on the Mountain”, de James Baldwin.</p><p>Para enviar una idea para What Connects Us, envíe un correo electrónico a whatconnectsus@wplg.com.</p>]]></content:encoded></item><item><title><![CDATA[Inside Maalik Meets, the book club rewriting book clubs ]]></title><link>https://www.local10.com/features/2026/06/02/what-connects-us-inside-malik-meets-the-book-club-rewriting-book-clubs/</link><guid isPermaLink="true">https://www.local10.com/features/2026/06/02/what-connects-us-inside-malik-meets-the-book-club-rewriting-book-clubs/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[What started as a few friends swapping book recommendations has become one of South Florida’s most diverse social communities.]]></description><pubDate>Wed, 03 Jun 2026 00:07:47 +0000</pubDate><content:encoded><![CDATA[<p>What started as a few friends swapping book recommendations has become one of South Florida’s most diverse social communities.</p><p><a href="https://www.local10.com/espanol/2026/06/03/dentro-de-malik-meets-el-club-de-lectura-que-esta-reescribiendo-los-clubes-de-lectura/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/dentro-de-malik-meets-el-club-de-lectura-que-esta-reescribiendo-los-clubes-de-lectura/">Leer en español</a></p><p>It’s part book club, part social club — and proof that a shared story can bring strangers together.</p><p>Founder Maalik Nelson launched <a href="https://maalikmeets.com/" target="_blank" rel="noreferrer" title="https://maalikmeets.com/">Maalik Meets</a> book club <a href="https://www.instagram.com/maalikmeets?igsh=MWxma3N2YnBmdTh2Mg==" target="_blank" rel="noreferrer" title="https://www.instagram.com/maalikmeets?igsh=MWxma3N2YnBmdTh2Mg==">on Instagram</a>, inviting friends to read and discuss books together. He started it organically, through his own love of literature.</p><p>“When it started, it just legitimately was like my closest five, six, seven friends. I started to choose more and more intentional books that I thought the community would want,” said Nelson. “The group went from like 10 to 20, then the next month it went from 20 to 30, then 30 to 50 and it continued to grow as the months went on.”</p><p>Currently, the club gathers monthly at <a href="https://dalezineshop.com/" target="_blank" rel="noreferrer" title="https://dalezineshop.com/">Dale’ Zine</a> in Miami’s design district, an independent art bookshop and gallery hosting meetups that also has <a href="https://www.instagram.com/dale_zine?igsh=Zm5pNTNsdGtxamdm" target="_blank" rel="noreferrer" title="https://www.instagram.com/dale_zine?igsh=Zm5pNTNsdGtxamdm">its own Instagram page</a>.</p><p>Members read the same book, then come together to share perspectives, reactions and interpretations. The format is intentionally simple and the books reflect the times. </p><p>“We all read a book. We all read the same book. You have stuff to say. You don’t need me,” said Nelson. “I let them talk and let them do their thing and then in the middle we have more of a structured discussion.”</p><p>This month’s selection was “Piranesi” by Susanna Clarke. </p><p>For longtime members and first-time visitors alike, the discussion revealed a central truth of the club: no two readers experience the same story the same way.</p><p>“We can read the same book and everybody will get something completely unique out of it and it’s incredible every time cause they will see something that you’ve never seen before,” said club member, Andrew Mendez.</p><p>There’s no professor at the front of the room. No panel. No lecture. Just conversation.</p><p>While books may be the reason people show up every month, they’re often not the reason people come back.</p><p>Maalik Meets has become much more than just a book club. The group hosts cookouts, panel discussions and social gatherings designed to keep connections growing beyond the page.</p><p>In an age driven by likes, followers and algorithms — members say they’re building something more personal. Many show up for the books, but stay for the people.</p><p>Next month’s selection is “Go Tell It on the Mountain” by James Baldwin.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R7ODEFU7JMIUWTSLGFQ3CQK5IU.jpg?auth=2e8401732e09f0f4c9b3dfcbbdf3aad9174fd62df66b02ae4fff3e8a0104195d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Raul Castro waves a Cuban national flag during a May Day parade at Revolution Square in Havana, May 1, 2025. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista sobre Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[El líder cubano Raúl Castro cumple este miércoles 95 años bajo la sombra de una acusación penal de Estados Unidos y un futuro incierto para Cuba con el legado de su hermano Fidel al hombro.]]></description><pubDate>Wed, 03 Jun 2026 16:37:16 +0000</pubDate><content:encoded><![CDATA[<p><b>Actualización del 3 de junio: Raúl Castro cumple 95 años</b></p><p>Raúl Castro, ex presidente de Cuba, cumple 95 años este miércoles bajo la sombra de una acusación penal de Estados Unidos y un futuro incierto para Cuba, cargando sobre sus hombros el legado de su hermano, Fidel Castro.</p><p><b>Actualización del 1 de junio: Mirando al futuro: ¿Deberían los cubanoamericanos invertir en Cuba?</b></p><p>Hace algunos meses, el viceministro de Cuba, Oscar Pérez-Oliva Fraga, sobrino nieto de Raúl Castro, invitó a los cubanoamericanos en el exilio a invertir en Cuba.</p><p>En 2019, el gobierno cubano modificó su Constitución para permitir la inversión extranjera. Sin embargo, no cambió sus leyes para proteger esas inversiones.</p><p>Por lo tanto, los riesgos de invertir en Cuba siguen siendo mayores que las oportunidades.</p><p><i>El Dr. Andy S. Gómez es el analista sobre Cuba de Local 10. Gómez es considerado uno de los principales expertos sobre Cuba. Trabajó en la educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R7ODEFU7JMIUWTSLGFQ3CQK5IU.jpg?auth=2e8401732e09f0f4c9b3dfcbbdf3aad9174fd62df66b02ae4fff3e8a0104195d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Raul Castro waves a Cuban national flag during a May Day parade at Revolution Square in Havana, May 1, 2025. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Director financiero de Florida Blaise Ingoglia insta a residentes del sur de Florida a prepararse con anticipación para los huracanes]]></title><link>https://www.local10.com/espanol/2026/06/03/director-financiero-de-florida-blaise-ingoglia-insta-a-residentes-del-sur-de-florida-a-prepararse-con-anticipacion-para-los-huracanes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/director-financiero-de-florida-blaise-ingoglia-insta-a-residentes-del-sur-de-florida-a-prepararse-con-anticipacion-para-los-huracanes/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Dado que la temporada de huracanes comienza oficialmente esta semana, el principal funcionario fiscal del estado insta a los residentes del sur de Florida a preparar sus hogares antes de que aparezca una tormenta en el radar.]]></description><pubDate>Wed, 03 Jun 2026 16:32:29 +0000</pubDate><content:encoded><![CDATA[<p>Con el inicio oficial de la temporada de huracanes esta semana, el principal funcionario fiscal del estado está instando a los residentes del sur de Florida a preparar sus hogares antes de que una tormenta aparezca en el radar.</p><p>El director financiero de Florida y jefe estatal de bomberos, Blaise Ingoglia, ofreció una conferencia de prensa el miércoles en el Centro de Entrenamiento de Búsqueda y Rescate Urbano de Miami-Dade Fire Rescue.</p><p>Ingoglia aprovechó el evento para exhortar a los floridanos a abastecerse de inmediato de suministros esenciales, revisar su cobertura de seguro y elaborar un plan antes de que una tormenta amenace al estado.</p><p>Los funcionarios también recordaron a los residentes que deben conocer su zona de evacuación, evitar conducir por calles inundadas y estar atentos a posibles estafas después de una tormenta.</p><p>“El momento de prepararnos para los huracanes que se dirigen hacia nuestra área es ahora”, dijo Ingoglia. “No es cuando ya estamos dentro del cono, es ahora. No esperemos a que haya una tormenta con nombre, preparémonos desde ahora. Con solo tomar algunas medidas proactivas hoy, podemos marcar una gran diferencia mañana”.</p><p>Ingoglia también anunció una nueva iniciativa de preparación que enviará a agentes estatales de seguros a comunidades propensas a huracanes para compartir directamente con los residentes información sobre preparación ante tormentas.</p><p>Hasta ahora, dijo, ya han tocado las puertas de más de 6,000 viviendas.</p><p>La iniciativa continuará durante el resto de la temporada de huracanes de este año.</p><p>La transmisión de la conferencia de prensa puede verse a continuación:</p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FWPLGLocal10%2Fvideos%2F3872190176407973%2F&show_text=false&width=560&t=0" width="100%" height="414" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FIIOSRFVJ5BEROMAJSKC345CHY.jpeg?auth=021faa2779f0f6678ef4b1741164863bfa44582e2ce4c3a1f96be8f927e12759&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Florida CFO Blaise Ingoglia urges South Floridians to prepare for hurricanes ahead of time]]></title><link>https://www.local10.com/news/local/2026/06/03/florida-cfo-blaise-ingoglia-holds-press-conference-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/florida-cfo-blaise-ingoglia-holds-press-conference-in-miami-dade/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[With hurricane season officially beginning this week, the state’s primary fiscal officer is urging South Florida residents to prepare their homes before a storm is on the radar. ]]></description><pubDate>Wed, 03 Jun 2026 14:25:21 +0000</pubDate><content:encoded><![CDATA[<p>With hurricane season officially beginning this week, the state’s primary fiscal officer is urging South Florida residents to prepare their homes before a storm is on the radar. </p><p><a href="https://www.local10.com/espanol/2026/06/03/director-financiero-de-florida-blaise-ingoglia-insta-a-residentes-del-sur-de-florida-a-prepararse-con-anticipacion-para-los-huracanes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/director-financiero-de-florida-blaise-ingoglia-insta-a-residentes-del-sur-de-florida-a-prepararse-con-anticipacion-para-los-huracanes/">Leer en español</a></p><p>Florida Chief Financial Officer and State Fire Marshal Blaise Ingoglia held a news conference Wednesday at Miami-Dade Fire Rescue’s Urban Search and Rescue Training Facility.</p><p>Ingoglia used the event to encourage Floridians to immediately stock up on essential supplies, review their insurance coverage and make a plan before a storm threatens the state.</p><p>Officials also reminded residents to know their evacuation zone, to avoid driving through flooded streets, and to be on the lookout for scams after a storm.</p><p>“The time to prepare for hurricanes that are headed our direction is now,” said Ingoglia. “It’s not right when we are in the cone, it is now. Let’s not wait for a named storm, let’s prepare now. And by simply taking a few proactive steps today, we can make all the difference in tomorrow.”</p><p>Ingoglia also announced a new preparedness initiative that will send state insurance agents into hurricane-prone communities to share storm preparedness information directly with residents.</p><p>So far, he said they’ve already knocked on doors at more than 6,000 homes.</p><p>The initiative will continue through the rest of this year’s hurricane season.</p><p>A stream of the news conference can be seen below:</p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FWPLGLocal10%2Fvideos%2F3872190176407973%2F&show_text=false&width=560&t=0" width="100%" height="414" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FIIOSRFVJ5BEROMAJSKC345CHY.jpeg?auth=021faa2779f0f6678ef4b1741164863bfa44582e2ce4c3a1f96be8f927e12759&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Federal judge pauses sentencing to weigh argument in Wisconsin judge's immigration case conviction]]></title><link>https://www.local10.com/news/politics/2026/06/03/federal-judge-pauses-sentencing-to-weigh-argument-in-wisconsin-judges-immigration-case-conviction/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/03/federal-judge-pauses-sentencing-to-weigh-argument-in-wisconsin-judges-immigration-case-conviction/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — A federal judge on Wednesday considered whether to throw out a jury's guilty verdict against former Wisconsin Judge Hannah Dugan, who was convicted of felony obstruction for helping an immigrant evade federal officers.]]></description><pubDate>Wed, 03 Jun 2026 16:33:34 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — A federal judge on Wednesday considered whether to throw out a jury's guilty verdict against former Wisconsin Judge Hannah Dugan, who was convicted of felony obstruction for helping an immigrant evade federal officers.</p><p>The case was an early test of how the courts would respond to President Donald Trump’s sweeping immigration crackdown.</p><p>Dugan had been scheduled to be sentenced on Wednesday, but U.S. District Judge Lynn Adelman postponed the proceedings indefinitely to instead hear arguments about whether to overturn her conviction.</p><p>Adelman did not rule from the bench and did not indicate when he might issue a decision. Dugan and attorneys for both sides left the courtroom without commenting to reporters.</p><p>Former judge's attorney points to a Virginia case</p><p>Dugan’s attorney Steven Biskupic argued that her conviction was invalid and should be overturned. He said that was necessary because a federal appeals court in April overturned a key Virginia immigration case that the judge and prosecutors had cited in the Dugan case.</p><p>Biskupic argued that based on the 4th U.S. Circuit Court of Appeals overturning that ruling, Dugan was improperly convicted, procedurally, under a certain federal law.</p><p>“Our primary argument is this was an invalid theory of conviction," Biskupic said.</p><p>In the Virginia case, an immigrant who was in the country illegally was detained by U.S. Immigration and Customs Enforcement agents and later escaped. He was recaptured and indicted on a charge of obstructing a pending immigration proceeding.</p><p>The federal appeals court found that the ICE action did not constitute a “pending proceeding,” as is required under the federal obstruction law.</p><p>Dugan’s attorneys argue that she should not have been charged because there was no “pending proceeding” against the immigrant in her courtroom being sought by ICE agents, only a warrant filed for his arrest. The filing of a warrant does not constitute a “proceeding” under the law, Biskupic argued.</p><p>Prosecutors countered that the facts in the Virginia case are different and don’t apply to Dugan's. They also argued that other cases support Dugan's conviction.</p><p>“The court should stick with its ruling,” said Richard Frohling, acting U.S. attorney for the eastern district of Wisconsin.</p><p>In response to a question from the judge, he contended that the appeals court was wrong to overturn the Virginia case. The judge also quizzed Frohling on what constitutes a proceeding under the law and how long it lasts.</p><p>“It could be a couple minutes, it could be a couple years," Frohling said. "It all depends on the context.”</p><p>Dugan's sentencing was postponed so the court can hear new arguments</p><p>Dugan, 67, faces up to five years in prison after a jury convicted her on Dec. 19. But it is unlikely that Dugan would be sentenced to prison. Federal sentencing guidelines generally call for probation for defendants like her who have no criminal history and are convicted of a nonviolent crime.</p><p>She resigned from her position as a Milwaukee County circuit judge two weeks after her conviction amid threats of impeachment from Republican state lawmakers. She had been a judge for nine years.</p><p>Dugan was present for Wednesday's arguments but did not speak.</p><p>The Trump administration brought the case against Dugan as the president pressed ahead with his sweeping immigration crackdown. Trump’s administration and his allies branded Dugan as an activist judge, while Dugan’s attorneys said she was being unfairly targeted and argued, unsuccessfully, that she was immune from being charged because she was a judge.</p><p>Dugan’s case marked the first time that a state judge in Wisconsin went to trial on charges of obstructing immigration agents. She was acquitted of concealing an individual to prevent arrest, a misdemeanor.</p><p>Dugan helped an immigrant wanted by ICE agents</p><p>On April 18, 2025, immigration officers went to the Milwaukee County courthouse after learning Eduardo Flores-Ruiz had reentered the country illegally and was scheduled to appear before Dugan for a hearing in a state battery case.</p><p>Dugan confronted agents outside her courtroom and directed them to the chief judge’s office because she told them their administrative warrant wasn’t sufficient grounds to arrest Flores-Ruiz.</p><p>After the agents left, she led Flores-Ruiz and his attorney out a private jury door. Agents spotted Flores-Ruiz in the corridor, followed him outside and arrested him after a foot chase. A week later, FBI agents arrested Dugan in the courthouse, leading her outside in handcuffs.</p><p>Flores-Ruiz was deported in November.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/34G7HCFTPXLWEFTPXLCUY4DBV4.jpg?auth=cb73fb191bbd0c165f6d3981730528c2ecc1ccdedcb6575308801628af820fdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee County Circuit Judge Hannah Dugan leaves the federal courthouse after a hearing in Milwaukee on May 15, 2025. (AP Photo/Andy Manis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Manis</media:credit></media:content></item><item><title><![CDATA[Acusan a hombre de intentar abrir puerta de avión y estrangular a azafata fuera de servicio en vuelo desviado a MIA]]></title><link>https://www.local10.com/espanol/2026/06/03/acusan-a-hombre-de-intentar-abrir-puerta-de-avion-y-estrangular-a-azafata-fuera-de-servicio-en-vuelo-desviado-a-mia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/acusan-a-hombre-de-intentar-abrir-puerta-de-avion-y-estrangular-a-azafata-fuera-de-servicio-en-vuelo-desviado-a-mia/</guid><dc:creator><![CDATA[Ryan Mackey, Sanela Sabovic]]></dc:creator><description><![CDATA[Un hombre de 51 años está acusado de estrangular a una azafata fuera de servicio a bordo de un vuelo de Frontier Airlines que fue desviado al Aeropuerto Internacional de Miami tras una serie de disturbios en el aire, según las autoridades.]]></description><pubDate>Wed, 03 Jun 2026 14:27:16 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 51 años está acusado de estrangular a una azafata fuera de servicio a bordo de un vuelo de Frontier Airlines que, según las autoridades, fue desviado al Aeropuerto Internacional de Miami (MIA) tras una serie de incidentes ocurridos durante el fin de semana.</p><p>El hecho ocurrió alrededor de las 10:30 p.m. del domingo a bordo del vuelo 3345 de Frontier, que viajaba de Puerto Rico a Chicago cuando se vio obligado a realizar un aterrizaje de emergencia en MIA, según un informe de arresto de la Oficina del Sheriff de Miami-Dade.</p><p>Según el informe, Juan Gabriel Reyes, de Pahokee, Florida, se tornó conflictivo durante el vuelo, lo que llevó a miembros de la tripulación y pasajeros a intervenir.</p><p>Los investigadores dijeron que testigos les informaron que Reyes primero intentó abrir una puerta de salida mientras el avión estaba en vuelo y les dijo a otras personas que quería abandonar la aeronave.</p><p>El informe indica que las azafatas lo detuvieron y le ordenaron regresar a su asiento.</p><p>Los agentes dijeron que Reyes presuntamente ignoró esas instrucciones y caminó hacia la parte delantera del avión, donde intentó acceder a la cabina de mando al “poner la mano en la manija de la puerta y empujar agresivamente con el hombro la puerta del piloto”.</p><p>Según el informe, una azafata le impidió el acceso.</p><p>Los investigadores dijeron que, después de que se le permitió usar el baño, Reyes intentó orinar en el piso del sanitario antes de que le indicaran que tomara asiento en otra parte del avión.</p><p>Indicaron que una azafata de Frontier fuera de servicio se ofreció voluntariamente para sentarse en la misma fila que Reyes después de que este fue reubicado.</p><p>El informe señala que la azafata fuera de servicio posteriormente confrontó a Reyes después de ser alertada de que estaba manipulando sus pertenencias. Cuando la azafata intentó tomar su bolso, Reyes presuntamente la agarró por la cabeza y comenzó a estrangularla, dijeron los agentes.</p><p>Según las autoridades, varios pasajeros intervinieron para ayudar a la víctima y apartar a Reyes. Posteriormente, azafatas y pasajeros trabajaron juntos para inmovilizarlo mientras este se resistía, indica el informe.</p><p>El vuelo fue desviado a MIA, donde agentes de la MDSO abordaron el avión y tomaron a Reyes bajo custodia.</p><p>Agentes del FBI acudieros al lugar y asumieron la investigación federal, según el informe. Las autoridades dijeron que Reyes fue informado de sus derechos Miranda, pero decidió ejercerlos y no ofreció ninguna declaración.</p><p>Los registros de la cárcel muestran que Reyes enfrenta un cargo de agresión.</p><p>Hasta el miércoles, permanecía detenido con una fianza de $20,000 USD en el Centro Correccional Turner Guilford Knight.</p>]]></content:encoded></item><item><title><![CDATA[MDSO: Encuentran muertos a dos adultos y dos niños dentro de una casa en Doral]]></title><link>https://www.local10.com/espanol/2026/06/03/mdso-encuentran-muertos-a-dos-adultos-y-dos-ninos-dentro-de-una-casa-en-doral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/mdso-encuentran-muertos-a-dos-adultos-y-dos-ninos-dentro-de-una-casa-en-doral/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Oficina del Sheriff del Condado de Miami-Dade está investigando después de que cuatro personas fueran encontradas muertas el martes por la noche dentro de una casa en Doral, según confirmaron las autoridades.]]></description><pubDate>Wed, 03 Jun 2026 13:44:21 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Miami-Dade investiga después de que cuatro personas fueron encontradas muertas el martes por la noche dentro de una casa en Doral, confirmaron las autoridades.</p><p>Según la MDSO, la policía de Doral respondió a una vivienda en la comunidad cerrada Doral Isles en el área de Northwest 111th Court y 72nd Terrace poco después de las 7:30 p.m. tras recibir una llamada para verificar el bienestar de las personas que viven en la casa.</p><p>Las autoridades dijeron que los agentes ingresaron a la vivienda y encontraron a un hombre, una mujer y dos niñas que no respondían.</p><p>El personal de Miami-Dade Fire Rescue también respondió a la vivienda y declaró a los cuatro muertos en la escena.</p><p>Detectives de la Oficina de Homicidios de la MDSO han asumido la investigación de las muertes.</p><p>No se divulgaron de inmediato más detalles.</p>]]></content:encoded></item><item><title><![CDATA[Belmont Park rebuild nears the finish line as the Belmont Stakes is a year from returning home]]></title><link>https://www.local10.com/sports/2026/06/03/belmont-park-rebuild-nears-the-finish-line-as-the-belmont-stakes-is-a-year-from-returning-home/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/belmont-park-rebuild-nears-the-finish-line-as-the-belmont-stakes-is-a-year-from-returning-home/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A stroll by the paddock at Belmont Park is a glimpse into the past before becoming a window into the future. The white pine tree that has stood there for more than two centuries remains.]]></description><pubDate>Wed, 03 Jun 2026 17:05:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A stroll by the paddock at Belmont Park is a glimpse into the past before becoming a window into the future. The white pine tree that has stood there for more than two centuries remains.</p><p>Around it, everything else is brand new.</p><p>The racetrack that straddles the border of Queens and Long Island is smack in the middle of a massive $550 million reconstruction project that included knocking down the gargantuan brick grandstand and rebuilding a smaller, modern facility suited for horse racing in the 21st century. A year from now, the Belmont Stakes will return to its traditional home at Belmont Park after a three-year hiatus upstate at Saratoga Race Course to allow for the work to get done.</p><p>“It’s hugely important to get it back to Belmont,” Hall of Fame trainer Todd Pletcher said. “The opening of a new facility is something that can really give the industry a shot in the arm.”</p><p>Belmont Park 2.0</p><p>Aqueduct Racetrack will close to consolidate racing in New York to two locations after shiny new Belmont Park reopens on a limited basis Sept. 18. It is scheduled to be fully complete by next spring, ahead of the 159th Belmont Stakes and then the Breeders' Cup World Championships in the fall of 2027.</p><p>“Once you’re in the paddock and you get towards the building, you start to really see how it’s going to feel on a big day here,” said New York Racing Association president and CEO David O’Rourke, who has been with the organization since 2008.</p><p>“This consolidation was always discussed from Day 1. It was always on paper. To finally get to that point, we’re really excited."</p><p>The Associated Press took a hard hat tour of the construction site last month, where tarps and ladders are everywhere and tools strewn about the building, which is significantly smaller than the structure that reopened in 1968 after the last demolition and rebuild and held 100,000 people.</p><p>Roughly 300 construction workers plus 100 more support staff have put in more than 2 million hours, installing 1,728 tons of structural steel and pouring 40,000 cubic yards of concrete.</p><p>Building for horses and people</p><p>All the perks are there, including 31 suites — the old Belmont Park had none — along with a sports bar, a giant infield video screen and all the amenities of a stadium or arena. Lone Star Park in Texas was the last new racetrack to open in the U.S., back in 1997.</p><p>“This is a modern facility,” O'Rourke said. “It’s state of the art.”</p><p>That includes the racing surfaces because unlike stadiums and arenas for all-human sports, a ton of effort goes into making sure conditions are as good as possible for the horses. While the building is still a work in progress, the surfaces are done and ready: the dirt track known as “Big Sandy," two turf courses with grass that look straight out of European racing, and a synthetic track designed to race through the winter.</p><p>Updated technology allowed NYRA executive VP of operations and capital projects Glen Kozak and his team to install new drainage systems, along with track mats and bases designed to make the surfaces as safe as possible. Each marker pole has a robotic camera, and a 15-million gallon pond in the infield should hold enough water to irrigate without needing outside hydration.</p><p>“We’ve been given the opportunity here to start from the ground up and put all best practices in place,” Kozak said. “The quality of the irrigation, the health of the grass — all those components that go into better racing and better for the horse and rider, we were able to implement here.”</p><p>Back to Belmont</p><p>While the Belmont has been up at Saratoga, the third leg of the Triple Crown was shortened to 1 1/4 miles from the “test of the champion” 1 1/2-mile distance that was its hallmark. O'Rourke confirmed the plan is to go back to normal next year.</p><p>“The Belmont being a mile and a half with their big racetrack, I really kind of think that’s a unique opportunity as a lot of these horses won’t ever have to do that again in their career,” Kentucky Derby-winning trainer Cherie DeVaux said.</p><p>When American Pharoah ended the sport's 37-year Triple Crown drought in 2015 and Justify swept the Derby, Preakness and Belmont in 2018, each won the final race at 1 1/2 miles in front of a huge crowd. Pletcher wondered if it would have been the same the past three years at Saratoga and is glad the future includes the traditional distance.</p><p>“It’s such a unique race, and you don’t get the opportunity to run that far very often,” Pletcher said. “And to do it at a facility like Belmont, where it’s a once around mile and a half oval that's, to me, the ultimate race, especially when there’s a Triple Crown on the line.”</p><p>___</p><p>AP horse racing: https://apnews.com/hub/horse-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTVRSJ7EYAJHEAMQTEI2SAZ2TY.jpg?auth=0fb96f1923c078b95159be61ff99051d7730122ea368849f59ad741b59fffea0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Contruction contineus at Belmont Park Tuesday, May 19, 2026, in Elmont, N.Y. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HMJXSR3KHB3ML5MLQ6MTRRGPBQ.jpg?auth=d8a97e8c9034d8bd8e5020f90a35dd0c4453af6c198dd3f2c07a2db26e7e86ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Contruction continues at Belmont Park Wednesday, May 20, 2026, in Elmont, N.Y. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PHQIZVHAV6INJHQPOHG7MAHNMY.jpg?auth=91d28745cbf8b6c1facf04cf5b4604e645ab65e3aba9878e53a791d41e425017&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Contruction continues at Belmont Park Tuesday, May 19, 2026, in Elmont, N.Y. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TS62XKQLCS45Q54RF2JKQQCMUY.jpg?auth=65d2f8636225eeb236347d3ed0807ce9f0765f769187608c48dd368f6d89e6c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Racing Association's Executive Vice President of Operations Glen Kozak responds to questions during a news interview at Belmont Park Tuesday, May 19, 2026, in Elmont, N.Y. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CM5HFHNYA6FIYBFPULPT4QA5YQ.jpg?auth=a9c448f1e8158eb21b4a00e5aabcd86ebd34777666862467bfb67a1258fe83e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction continues at Belmont Park Tuesday, May 19, 2026, in Elmont, N.Y. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[MDSO: 2 adults, 2 children killed in murder-suicide inside Doral home]]></title><link>https://www.local10.com/news/local/2026/06/03/mdso-2-adults-2-children-found-dead-inside-doral-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/mdso-2-adults-2-children-found-dead-inside-doral-home/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Miami-Dade Sheriff’s Office is investigating after four people were found stabbed to death Tuesday night inside a home in Doral, authorities confirmed.]]></description><pubDate>Wed, 03 Jun 2026 11:07:31 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office is investigating after four people were found stabbed to death Tuesday night inside a home in Doral, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/03/mdso-encuentran-muertos-a-dos-adultos-y-dos-ninos-dentro-de-una-casa-en-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/mdso-encuentran-muertos-a-dos-adultos-y-dos-ninos-dentro-de-una-casa-en-doral/">Leer en español</a></p><p>Those killed have since been identified by authorities as Ryan Charles Whiten, 42; Melanie Lauren Hyer, 46; Savannah Whiten, 11; and Sienna Whiten, 8. </p><p>According to MDSO, Doral police responded to a home in the gated Doral Isles community in the area of Northwest 111<sup>th</sup> Court and 72<sup>nd</sup> Terrace just after 7:30 p.m. after receiving a call to check on the welfare of the people who live there.</p><p>Authorities said officers entered the house and found four people who had stab wounds and were unresponsive.</p><p>Miami-Dade Fire Rescue personnel also responded to the home and pronounced all four dead at the scene. </p><p>Detectives said they believe the four were killed in a murder-suicide, but they have not identified which person they believe was the killer. </p><p>A representative for Downtown Doral Charter Schools confirmed that both girls were students there.</p><p>“Our community is mourning the loss of two of our beloved students. Our heartfelt sympathies are with their families, friends, faculty and staff at our schools. These students will be deeply missed,” the representative said in a statement. “To support our students and staff, the school has arranged to have grief counselors on campus and will continue to provide support as needed. We encourage parents to talk openly with their children and closely monitor their well-being. Parents with any concerns or in need of additional support should contact the school.”</p><p><a href="https://www.instagram.com/p/DZIK2aFgMYb/?hl=en&amp;img_index=1" target="_self" rel="" title="https://www.instagram.com/p/DZIK2aFgMYb/?hl=en&amp;img_index=1">Doral Mayor Christi Fraga released a statement</a> on social media, saying the loss hits especially close to home as she personally knew Hyer.</p><p>“Our Doral community is heartbroken by the unimaginable tragedy that has impacted a local family and taken the lives of a mother and her two young daughters,” Fraga said in part. “As a mother, and as someone who personally knew and admired the loving and dedicated mother at the center of this tragedy, this loss feels especially close to home. My heart aches for their loved ones, classmates, teachers, friends, neighbors, and everyone grieving during this incredibly painful time.”</p><p>Fraga added, “This tragedy is also a painful reminder that we must continue having honest conversations about mental health, domestic violence, emotional wellness, and the importance of speaking up when something feels wrong.”</p><p>She also shared the following resources for those experiencing domestic violence or mental health struggles:</p><p>• Miami-Dade Domestic Violence Hotline: 305-285-5900</p><p>• National Domestic Violence Hotline: 800-799-SAFE (7233)</p><p>• 988 Suicide &amp; Crisis Lifeline: Call or text 988</p><p>MDSO Homicide Bureau detectives have taken over the investigation into the deaths.</p><p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DZIK2aFgMYb/?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:540px; 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/DZIK2aFgMYb/?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><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/DZIK2aFgMYb/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by C H R I S T I  F R A G A (@christifraga)</a></p></div></blockquote>
<script async src="//www.instagram.com/embed.js"></script></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 accused of trying to open plane door, choking off-duty flight attendant on flight diverted to MIA]]></title><link>https://www.local10.com/news/local/2026/06/03/man-accused-of-trying-to-open-plane-door-choking-off-duty-flight-attendant-on-flight-diverted-to-mia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/man-accused-of-trying-to-open-plane-door-choking-off-duty-flight-attendant-on-flight-diverted-to-mia/</guid><dc:creator><![CDATA[Ryan Mackey, Sanela Sabovic]]></dc:creator><description><![CDATA[A 51-year-old man is accused of choking an off-duty flight attendant aboard a Frontier Airlines flight that was diverted to Miami International Airport after a series of disturbances in the air, according to authorities.]]></description><pubDate>Wed, 03 Jun 2026 14:20:01 +0000</pubDate><content:encoded><![CDATA[<p>A 51-year-old man is accused of choking an off-duty flight attendant aboard a Frontier Airlines flight that authorities say was diverted to Miami International Airport after a series of disturbances in the air that occurred this past weekend. </p><p><a href="https://www.local10.com/espanol/2026/06/03/acusan-a-hombre-de-intentar-abrir-puerta-de-avion-y-estrangular-a-azafata-fuera-de-servicio-en-vuelo-desviado-a-mia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/acusan-a-hombre-de-intentar-abrir-puerta-de-avion-y-estrangular-a-azafata-fuera-de-servicio-en-vuelo-desviado-a-mia/">Leer en español</a></p><p>It happened around 10:30 p.m. Sunday aboard Frontier Flight 3345, which was traveling from Puerto Rico to Chicago when it was forced to make an emergency landing at MIA, according to an arrest report from the Miami-Dade Sheriff’s Office.</p><p>According to the report, Juan Gabriel Reyes, of Chicago, Illinois, became disruptive during the flight, prompting crew members and passengers to intervene. </p><figure><img src="https://www.local10.com/resizer/v2/IOXYUXFJSFC6HNH7QZUIIPUDCA.jpg?auth=1be1baf80a4cdff04111174a19b04f9c6425c55a2cc458af4598830ec8d63122&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Investigators said witnesses told them that Reyes first attempted to open an exit door while the plane was in flight and told others he wanted to leave the plane.</p><p>The report states flight attendants stopped him and instructed him to return to his seat. </p><p>Deputies said Reyes allegedly ignored those instructions and walked toward the front of the plane, where he attempted to access the cockpit by “placing his hand on the door handle and shoving his shoulder aggressively on the pilot’s door.” </p><p>A flight attendant prevented him from gaining access, according to the report.</p><p>Investigators said after being allowed to use the restroom, Reyes attempted to urinate on the lavatory floor before being directed to take a seat elsewhere on the plane.</p><p>They said an off-duty Frontier flight attendant volunteered to sit in the same row as Reyes after he was relocated. </p><p>The report states the off-duty flight attendant later confronted Reyes after being alerted that Reyes was handling his belongings. As the flight attendant reached for his bag, Reyes allegedly grabbed him by the head and began choking him, deputies said. </p><p>According to authorities, several passengers stepped in to help the victim and remove Reyes. Flight attendants and passengers then worked together to restrain him as he resisted, the report states.</p><p>The flight was then diverted to MIA, where MDSO deputies boarded the plane and took Reyes into custody.</p><p>FBI agents responded to the scene and assumed the federal investigation, according to the report. Authorities said Reyes was advised of his Miranda rights, but invoked them and did not provide a statement.</p><p>According to the Miami-Dade State Attorney’s Office, the case is being prosecuted at the federal level due to jurisdictional considerations. </p><p>Jail records show Reyes is facing one state charge of battery along with federal charges that include interference with flight crew members and attendants, and assault within maritime and territorial jurisdiction. </p><p>Authoritiries said a federal criminal complaint has already been filed, and authorities placed a federal hold on Reyes at the Turner Guilford Knight Correctional Center. He is expected to be transferred to the Federal Detention Center in Miami to face the federal proceedings.</p><p>If convicted on all charges, he could face up to 20 years in prison. Records show his bond is currently set at $20,000. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Deputies seek girl, 14, reported missing from Lauderdale Lakes ]]></title><link>https://www.local10.com/news/local/2026/06/03/deputies-seek-girl-14-reported-missing-from-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/deputies-seek-girl-14-reported-missing-from-lauderdale-lakes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help Wednesday in locating a 14-year-old girl who they say went missing this past weekend. ]]></description><pubDate>Wed, 03 Jun 2026 15:16:56 +0000</pubDate><content:encoded><![CDATA[<p>Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help Wednesday in locating a 14-year-old girl who they say went missing this past weekend. </p><p><a href="https://www.local10.com/espanol/2026/06/03/buscan-a-adolescente-de-14-anos-reportada-como-desaparecida-en-lauderdale-lakes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/buscan-a-adolescente-de-14-anos-reportada-como-desaparecida-en-lauderdale-lakes/">Leer en español</a></p><p>According to investigators, Georchel Cephas was last seen on Saturday wearing a multicolored dress near the 3200 block of West Oakland Park Boulevard in Lauderdale Lakes. </p><p>Deputies said she is approximately 5 feet, 6 inches tall, weighs about 110 pounds, and has black hair and brown eyes.</p><p>Anyone with information on her whereaboutsis urged to contact BSO Missing Persons Detective Chris Blankenship at 954-321-4268 or the BSO non-emergency number at 954-764-4357. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XNOIPVFS7JD55FEZ6FHQVNFPUM.jpg?auth=580fcb78ceb2fd638326ca3aa5d6efe1d7b507cfac70f7e533b06577c477528f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Buscan a adolescente de 14 años reportada como desaparecida en Lauderdale Lakes]]></title><link>https://www.local10.com/espanol/2026/06/03/buscan-a-adolescente-de-14-anos-reportada-como-desaparecida-en-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/buscan-a-adolescente-de-14-anos-reportada-como-desaparecida-en-lauderdale-lakes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward pidieron la ayuda del público el miércoles para localizar a una niña de 14 años que, según dicen, desapareció el fin de semana pasado.]]></description><pubDate>Wed, 03 Jun 2026 16:06:04 +0000</pubDate><content:encoded><![CDATA[<p>Agentes buscan a adolescente de 14 años reportada como desaparecida en Lauderdale Lakes</p><p>Detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward solicitaron la ayuda del público el miércoles para localizar a una adolescente de 14 años que, según indican, desapareció durante el fin de semana.</p><p>Según los investigadores, Georchel Cephas fue vista por última vez el sábado vistiendo un vestido multicolor cerca de la cuadra 3200 de West Oakland Park Boulevard, en Lauderdale Lakes.</p><p>Los agentes informaron que mide aproximadamente 5 pies y 6 pulgadas de estatura, pesa alrededor de 110 libras y tiene cabello negro y ojos marrones.</p><p>Cualquier persona con información sobre su paradero debe comunicarse con el detective de personas desaparecidas de BSO, Chris Blankenship, al 954-321-4268 o con la línea de no emergencias de BSO al 954-764-4357.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XNOIPVFS7JD55FEZ6FHQVNFPUM.jpg?auth=580fcb78ceb2fd638326ca3aa5d6efe1d7b507cfac70f7e533b06577c477528f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Temple Beth Emet starts Holocaust Survivor Day celebration early in Cooper City ]]></title><link>https://www.local10.com/news/2026/06/03/temple-beth-emet-starts-holocaust-survivor-day-celebration-early-in-cooper-city/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/temple-beth-emet-starts-holocaust-survivor-day-celebration-early-in-cooper-city/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[Hana Altarac, whose Jewish family, including her father and sister, died at the Dachau concentration camp in Germany, marked her 106th birthday on Jan. 31.]]></description><pubDate>Wed, 03 Jun 2026 15:23:47 +0000</pubDate><content:encoded><![CDATA[<p>Hana Altarac, whose Jewish family, including her father and sister, died at the <a href="https://www.kz-gedenkstaette-dachau.de/en/historical-site/dachau-concentration-camp-1933-1945/" target="_self" rel="" title="https://www.kz-gedenkstaette-dachau.de/en/historical-site/dachau-concentration-camp-1933-1945/">Dachau concentration camp</a> in Germany, marked her 106th birthday on Jan. 31. </p><p>Altarac was 18 when she left her native <a href="https://maps.app.goo.gl/oUPKbLuZHwFfbuP16" target="_self" rel="" title="https://maps.app.goo.gl/oUPKbLuZHwFfbuP16">Sarajevo</a> with her husband and traveled to Italy, France, Algeria, and Canada. She eventually moved to the U.S. in 1966. </p><p>Altarac, who has three daughters, seven grandchildren, 35 great-grandchildren, and 17 great-great-grandchildren, was a guest of honor on Wednesday. </p><p>“It brings me such joy to see all of our efforts help these survivors reach 100 with dignity, with family, and surrounded by celebration,” said Masha Pearl, the executive director of <a href="https://bluecardfund.org/who-we-are/" target="_self" rel="" title="https://bluecardfund.org/who-we-are/">The Blue Card Fund</a>, a nonprofit organization that helps survivors. </p><p>Altarac and Leon Schagrin — the author of “<a href="https://www.amazon.com/Horse-Adjutant-Holocaust-Story-Schagrin/dp/0983031916" target="_self" rel="" title="https://www.amazon.com/Horse-Adjutant-Holocaust-Story-Schagrin/dp/0983031916">The Horse Adjutant: A Boy’s Life during the Nazi Holocaust</a>” — were among the nearly 130 honored guests at an early celebration on Wednesday of <a href="https://www.holocaustsurvivorday.com/" target="_self" rel="" title="https://www.holocaustsurvivorday.com/">Holocaust Survivor Day</a> at <a href="https://www.templebethemet.org/" target="_self" rel="" title="https://www.templebethemet.org/">Temple Beth Emet</a> in Cooper City. </p><p>The global celebration to honor the resilience of the survivors of <a href="https://encyclopedia.ushmm.org/" target="_self" rel="" title="https://encyclopedia.ushmm.org/">the state-sponsored genocide</a> of six million Jewish people between 1933 and 1945 has been observed annually on June 4 since 2021. </p><p>Schagrin, who was born in Grybów, Poland, turned 99 on Oct. 30. <a href="https://www.amazon.com/Horse-Adjutant-Holocaust-Story-Schagrin/dp/0983031916" target="_self" rel="" title="https://www.amazon.com/Horse-Adjutant-Holocaust-Story-Schagrin/dp/0983031916">His memoir</a> describes how he was forced to spend his childhood in ghettos and concentration camps, including <a href="https://encyclopedia.ushmm.org/content/en/article/tarnow" target="_self" rel="" title="https://encyclopedia.ushmm.org/content/en/article/tarnow">Tarnów</a>, <a href="https://voices.library.iit.edu/camp/Szebnie" target="_self" rel="" title="https://voices.library.iit.edu/camp/Szebnie">Szebnia</a>, and <a href="https://www.auschwitz.org/en/history/auschwitz-iii/" target="_self" rel="" title="https://www.auschwitz.org/en/history/auschwitz-iii/">Auschwitz III</a>.</p><p>The <a href="https://bluecardfund.org/who-we-are/" target="_self" rel="" title="https://bluecardfund.org/who-we-are/">Blue Card Fund</a> and <a href="https://www.jfsbroward.org/" target="_self" rel="" title="https://www.jfsbroward.org/">Goodman Jewish Family Services of Broward County</a>, a social services organization based in Davie, organized a busy itinerary to honor them and their contributions at the temple at 4807 South Flamingo Road. </p><p>The itinerary included a Medal of Honor ceremony, an induction to the Centenarian Club with birthday cake, a performance by a student choir, and time for intergenerational dancing.</p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d254.27509693533648!2d-80.31708108830007!3d26.058716753253346!2m3!1f71.60595773629127!2f44.91490166133866!3f0!3m2!1i1024!2i768!4f35!3m3!1m2!1s0x88d9a7a5ef9dc9b3%3A0x62dfd7a07efdec7a!2sTemple%20Beth%20Emet!5e1!3m2!1sen!2sus!4v1780501058461!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><b>Related reports </b></p><ul><li><a href="https://www.local10.com/news/local/2026/01/27/holocaust-survivor-kept-alive-by-several-families-in-poland-wishes-current-world-had-less-hatred/" target="_self" rel="" title="https://www.local10.com/news/local/2026/01/27/holocaust-survivor-kept-alive-by-several-families-in-poland-wishes-current-world-had-less-hatred/">Holocaust survivor kept alive by several families in Poland wishes current world had less hatred </a></li><li><a href="https://www.local10.com/news/2026/01/27/linnie-holocaust/" target="_self" rel="" title="https://www.local10.com/news/2026/01/27/linnie-holocaust/">Holocaust survivor in Weston shares journey out of Germany to hiding in France with nuns</a></li><li><a href="https://www.local10.com/news/local/2022/03/05/holocaust-survivors-work-on-new-project-to-educate-future-generations/" target="_self" rel="" title="https://www.local10.com/news/local/2022/03/05/holocaust-survivors-work-on-new-project-to-educate-future-generations/">Holocaust survivors work on new project to educate future generations</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Steven Spielberg on his faith in alien life, the future of the movies and the power of empathy]]></title><link>https://www.local10.com/entertainment/2026/06/03/steven-spielberg-on-his-faith-in-alien-life-the-future-of-the-movies-and-the-power-of-empathy/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/03/steven-spielberg-on-his-faith-in-alien-life-the-future-of-the-movies-and-the-power-of-empathy/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A moment early on in “Disclosure Day” will instinctively feel familiar to anyone who grew up with Steven Spielberg films. A TV weather report predicts hail. The camera pans downward, from television set to kitchen table. Plinking sounds begin. Cereal falls into a bowl.]]></description><pubDate>Wed, 03 Jun 2026 15:48:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A moment early on in “Disclosure Day” will instinctively feel familiar to anyone who grew up with Steven Spielberg films. A TV weather report predicts hail. The camera pans downward, from television set to kitchen table. Plinking sounds begin. Cereal falls into a bowl.</p><p>“Those were Froot Loops,” Spielberg says, smiling. “My favorite.”</p><p>Spielberg’s latest, like some of his earliest and most beloved films, again concerns what might fall from above. “Disclosure Day,” which Universal Pictures releases June 11, returns Hollywood’s preeminent big-screen craftsman to one of his most abiding questions: Are we alone?</p><p>Coming nearly half a century after “Close Encounters of the Third Kind,” “Disclosure Day” is a grand bookend for one of the most cosmically-minded moviemakers of our time, whose dreams of extraterrestrial life have shaped all of ours. It’s a distant answer to the final notes of “Close Encounters.” But while Spielberg grants his 1977 film was “speculative,” “Disclosure Day,” he insists, is the real deal.</p><p>“It’s my first film that will be considered science fiction that I do not consider to be science fiction,” Spielberg said in a recent interview. “It’s much more reflective of the world as it is evolving and discoveries that are being made as we speak.”</p><p>Spielberg, at 79, is trying to revive and reconsider the alien wonder that’s long lingered in his mind, from “E.T.” to “War of the Worlds.” “Disclosure Day,” Spielberg’s first summer movie in a decade, is already being hailed as one of his best in years. But this time, Spielberg is testing whether he can conjure some of his trademark movie magic less with imagination than with conviction.</p><p>“I’ve been a believer since I made ‘Close Encounters’ 50 years ago,” Spielberg says. “But I would always say: Until I’ve seen a UAP or a UFO with my own eyes, I’m not going to categorically state that life from out there has come here.</p><p>“But I’ve changed that,” he adds. “I’m now willing to change my mind because of the circumstantial evidence which is overwhelming.”</p><p>Aliens again, but different</p><p>“Disclosure Day” stars Josh O’Connor as a cybersecurity whistleblower with government evidence, long suppressed, chronicling a history of alien encounters. Guiding him in his escape from a corporate executive (Colin Firth) trying to keep it all under wraps is the disclosure movement’s leader (Colman Domingo). Meanwhile, a meteorologist named Margaret Fairchild (Emily Blunt) begins having a mysterious epiphany.</p><p>When he first began thinking about the movie, Spielberg called up the screenwriter David Koepp, a longtime collaborator who wrote “Jurassic Park” and “War of the Worlds.”</p><p>“I said, ‘Sure, what’s it about?’” recalls Koepp. “And he said, ‘Oh, you know, aliens again. But different this time.’”</p><p>Spielberg was coming off an unusually long break by his breakneck standards. His 2022 film “The Fabelmans” pulled from his own childhood, dramatizing his parents’ painful divorce and his own origins as a filmmaker. Spielberg’s first gut-wrenchingly autobiographical movie left him unsure of what was next.</p><p>“It was the hardest question I ever had to ask myself because there was such completion in resolving so many personal issues that I had never aired in public before ‘The Fabelmans,’” Spielberg says.</p><p>“I didn’t care whether people thought ‘The Fabelmans’ was just a tale, a yarn, or if they cared that it was all true. I didn’t care about that. It was something I did for myself. I always used to say it was $40 million of therapy that I didn’t have to pay for. Universal did,” he says, laughing.</p><p>But Spielberg, having long followed reports of alleged alien encounters, was inspired by the 2023 House Subcommittee on National Security hearing on UAPs: Unidentified Anomalous Phenomena. Among the witnesses was whistleblower and former Air Force intelligence officer David Grusch, who testified that the government concealed a program investigating UAPs.</p><p>The Pentagon then denied it. Yet in April, President Donald Trump said the Pentagon is preparing to release some “very interesting” UFO files.</p><p>Those 2023 testimonies and others so fueled Spielberg that he produced a 50-page treatment on what would become “Disclosure Day." During the writing process with Koepp, he texted him more notes, he says, “than I’ve ever sent to anyone in my life.”</p><p>“There was a period in there where I believe he re-read the script every single day for a year,” Koepp says. “We’d be in different time zones and I would wake up to 30 or 35 texts from his most current reading of the script. When the leader of the project has that level of commitment, it tends to bring along everyone. You up your game.”</p><p>Extraterrestrial empathy</p><p>Spielberg has long considered his filmography split in two, between the filmmaker who made “Jaws” and “E.T.” and “Raiders of the Lost Ark,” and the one who, after 1985’s “The Color Purple,” was increasingly drawn to darker and more serious material with films like “Schindler’s List,” “Saving Private Ryan” and “Munich.”</p><p>“Disclosure Day” is a kind of bridge between both modes of Spielberg — a thrilling chase movie filled with wonderment that’s nevertheless grounded in reality and recent history. And its most ardent message is quite earthbound. Blunt’s character’s clarity comes from looking people in the eye. As much as it’s about aliens, “Disclosure Day” is about empathy.</p><p>“I think every movie should have a great emphasis on empathy because empathy sometimes feels like it’s in short supply,” Spielberg says. “We have it, sometimes we can’t use it. Sometimes it’s not allowed to be used if you want to stay aligned with your friends and your belief systems. But I think empathy is there for all of us.”</p><p>“Disclosure Day” opens in a much different movie world than Spielberg's earlier alien adventures. It's one of few big, original studio movies this summer — a moviegoing season that the “Jaws” filmmaker pioneered. But neither franchise domination, AI nor streaming make Spielberg fret for the future of movies.</p><p>“The audience gives me faith in the movies," says Spielberg. "Even though the numbers are still not pre-COVID level numbers for any films being released now, it’s more robust than it has been for many years. The audience gives me belief that people still want to congregate in a dark space in the company of strangers to share an experience of a film made by storytellers. And that gives me faith to continue making films.”</p><p>Spielberg will turn 80 this December. Around the same age, Martin Scorsese began to frankly ponder how many movies he had left. Spielberg doesn’t think the same way.</p><p>“I never think about how many more I have,” he says. “I’m just hopeful that I will be inspired when something comes along, as I was with ‘Disclosure Day,’ as I was with ‘Fabelmans,’ as I was with ‘West Side Story.’”</p><p>More inspiration is already on the way. Spielberg hopes that his next movie will be a Western. Despite his deep fondness for the genre and an indelible encounter with John Ford, it’s one genre that’s eluded him.</p><p>“I always feel like parts of the ‘Raiders’ adventure movies are like Westerns,” he says. “Whenever Harrison (Ford) was on a horse, it made me wistful for wanting to direct a full Western, a real Western.”</p><p>Margaret Fairchild in “Disclosure Day” has some echoes with another Spielberg protagonist: Richard Dreyfuss’ Roy Neary in “Close Encounters.” Both are compelled by a strange force beyond their control. It’s a character type that Spielberg, a compulsive movie maker, grants he connects with. “Disclosure Day” is his 35th feature film.</p><p>“I identify with characters who aren’t afraid of mysterious things happening to them,” Spielberg says, “and who are fighting for their survival by trying to discover what they don’t know.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2NVVTB3CUO3PN2DPZWHYSZTNGM.jpg?auth=7c72d1f3de99eb72cf4cb1d226ab50db53ed97a6de638c510cdfcdb93e635673&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows director Steven Spielberg, center, on the set of "Disclosure Day." (Niko Tavernise/Universal Pictures and Amblin Entertainment via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Niko Tavernise</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DYZNXD4QDZLXEOM2YTSSCB2FSM.jpg?auth=9807286ae4d3fd83fca56eac01e11012ad86d944479521923973308b429f4c63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Josh O'Connor in a scene from "Disclosure Day." (Niko Tavernise/Universal Pictures and Amblin Entertainment via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Niko Tavernise</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P2EKU5N4IAHCB3C3VGA2Z3X5N4.jpg?auth=2a78817b8279289b51f7560d264602f71b26eea55f22067967edc004ed0a4f57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Emily Blunt in a scene from "Disclosure Day." (Niko Tavernise/Universal Pictures and Amblin Entertainment via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Niko Tavernise</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JVKHI23NUNEIUUBTTBYPY3UTFQ.jpg?auth=5923acbc90215a6102c96db05ecece535d2ab3eb0e6dce6d6337b7bbb60e3b10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows director Steven Spielberg, center, with actors Emily Blunt, left, and Wyatt Russell on the set of "Disclosure Day." (Niko Tavernise/Universal Pictures and Amblin Entertainment via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Niko Tavernise</media:credit></media:content></item><item><title><![CDATA['We’re still behind' in Congo's Ebola outbreak even as testing improves, WHO says]]></title><link>https://www.local10.com/health/2026/06/03/were-still-behind-in-congos-ebola-outbreak-even-as-testing-improves-who-says/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/03/were-still-behind-in-congos-ebola-outbreak-even-as-testing-improves-who-says/</guid><dc:creator><![CDATA[By OPE ADETAYO and GEIR MOULSON, Associated Press]]></dc:creator><description><![CDATA[Congo’s Ebola outbreak “had a big head start, and we’re still behind,” World Health Organization Director-General Tedros Adhanom Ghebreyesus said Wednesday, but asserted that “we are catching up" as testing improves.]]></description><pubDate>Wed, 03 Jun 2026 15:38:48 +0000</pubDate><content:encoded><![CDATA[<p>Congo’s Ebola outbreak “had a big head start, and we’re still behind,” World Health Organization Director-General Tedros Adhanom Ghebreyesus said Wednesday, but asserted that “we are catching up" as testing improves.</p><p>According to Congolese authorities, 344 cases including 60 deaths have been confirmed of the rare Bundibugyo type of Ebola since the outbreak was announced in mid-May in the eastern provinces of Ituri, North Kivu, and South Kivu. The number of suspected cases is down from 906 to 116.</p><p>Neighboring Uganda has 15 confirmed cases including one death, its health ministry said Tuesday.</p><p>The WHO chief avoided a question about a U.S. quarantine center in Kenya that has drawn protests, saying that “I think based on their risk assessment … they can do whatever they think is right for them.”</p><p>Experts have said the virus spread for weeks in one of the world's most vulnerable regions before lab testing confirmed it. Resources, including protective gear, have been rushed to the outbreak for a type of Ebola with no approved medicine or vaccine.</p><p>At least five people have recovered from the virus, rare signs of hope.</p><p>“The true extent of the outbreak remains difficult to assess. Extremely limited testing capacity and difficulties accessing certain areas necessitate interpreting these figures with caution,” Doctors Without Borders, said Monday of case numbers.</p><p>Getting a potential vaccine to the region could take months.</p><p>“It’s difficult to have an effective vaccine that adheres to the scientific protocol available quickly," Dr. Aruna Abedi, a Congolese epidemiologist who has managed previous outbreaks in the country, told The Associated Press.</p><p>While laboratory and diagnostic resources improve for the outbreak, Tedros said the tracing of people who had contact with infected people in Congo is still behind.</p><p>"Only about 45% of contacts have been followed up, and to get ahead of the outbreak we need to get that number up to above 90%,” he said. “Insecurity, displacement and mobile populations make contact tracing especially difficult.”</p><p>Armed groups active in the region include the Rwanda-backed M23 rebel group that seized key cities Goma and Bukavu over a year ago, and an Islamic State-allied group called the Allied Democratic Forces that operates in the border region between Congo and Uganda. Insecurity over the years has created a huge and vulnerable displaced population.</p><p>Wary residents have attacked health centers in the outbreak, at times demanding the bodies of loved ones. Health workers also have been battling mistaken beliefs among some residents that Ebola isn't real, which has kept some from seeking care.</p><p>___</p><p>Moulson reported from Berlin. Jean Yves Kamale in Kinshasa contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6L7YHLFQMR73H3F77EVSEQKAE.jpg?auth=3f39d5c33f51314a6bff2374df91293095c794741645fdf22a0689f35e8ea554&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker disinfects passengers prior to their boarding of the World Food Programme's (WFP) aircraft following the government's announcement of Bunia National Airport's reopening in Bunia, Congo, Tuesday, June 2, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FSLVRSUFDSEN6JHEXDJBZDOKIU.jpg?auth=29706a4938cc52e75cf6dc6d2914c340db7b286b27892bed16d955b14db4b15b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker disinfects passengers prior to their boarding of the World Food Programme's (WFP) aircraft following the government's announcement of Bunia National Airport's reopening in Bunia, Congo, Tuesday, June 2, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Nick Saban lends support to college sports bill as SEC, Big Ten push back]]></title><link>https://www.local10.com/news/national/2026/06/03/nick-saban-lends-support-to-college-sports-bill-as-sec-big-ten-push-back/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/03/nick-saban-lends-support-to-college-sports-bill-as-sec-big-ten-push-back/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Former Alabama football coach Nick Saban and other college sports figures testified Wednesday in support of a bipartisan bill aimed at overhauling a system where players can increasingly earn millions of dollars while moving freely between schools.]]></description><pubDate>Wed, 03 Jun 2026 16:21:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Former Alabama football coach Nick Saban and other college sports figures testified Wednesday in support of a bipartisan bill aimed at overhauling a system where players can increasingly earn millions of dollars while moving freely between schools.</p><p>The leaders of the Senate Commerce Committee held the hearing as they push legislation unveiled last week that supporters hope can break the congressional gridlock over how to regulate college athletics.</p><p>The bill, introduced by Sen. Ted Cruz, R-Texas, and Sen. Maria Cantwell, D-Wash., would regulate payments to athletes, limit them to one “free” transfer during their careers and create a “Lane Kiffin Rule” restricting coaches from leaving programs during the season. Cruz touted the proposal as “the last, best hope we have to save college sports.”</p><p>“If you had the biggest, baddest Ferrari that you could ever have and it was going 150 miles an hour toward the Grand Canyon, somebody needs to tap the brakes. And I think that’s what we all need to do here,” Saban said in his opening remarks.</p><p>Notably absent from the the witness list, which included Notre Dame’s athletic director and the commissioner of the PAC-12 conference, was any representative from the Southeastern Conference, where Saban won seven national championships between Alabama and Louisiana State University</p><p>The SEC and the Big Ten, the two most powerful conferences in college sports, oppose the bill, arguing it “leaves critical issues unresolved.”</p><p>Cantwell said the legislation is intended to restore competition to college athletics by ensuring success is determined by how universities “build a team, and not because they have a billionaire in their back pocket.”</p><p>She also addressed the conferences’ opposition directly, suggesting they fear “that somebody’s going to come in and rearrange the deck chairs of those conferences, steal the eyeball schools, and then basically leave everybody with everything else.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PKGHW3NNM4MR3I6QLIESL7H4G4.jpg?auth=a2f04e523831793aa3e7c38900b06d223039b416858eb664a04a7f3bf4344a7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former University of Alabama football coach Nick Saban testifies before Senate Committee on Commerce, Science, and Transportation hearing to examine college sports, supporting student athletes, and fair competition on Capitol Hill, Wednesday, June 3, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AY2EGTVNHLU2QAIZNNPXOR2FAY.jpg?auth=b53ae34a033100f0608d35db7d805aaaf4d7e093d6b0e161b9e39fe139a9b301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz, R-Texas, chairman of the Senate Commerce Committee, speaks to reporters after a closed-door meeting with fellow Republicans, at the Capitol in Washington, Tuesday, June 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Tormenta tropical Amanda es la primera de la temporada de huracanes del Pacífico]]></title><link>https://www.local10.com/espanol/2026/06/03/tormenta-tropical-amanda-es-la-primera-de-la-temporada-de-huracanes-del-pacifico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/tormenta-tropical-amanda-es-la-primera-de-la-temporada-de-huracanes-del-pacifico/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — La tormenta tropical Amanda se formó el miércoles en el océano Pacífico, lo que marca el primer ciclón tropical de la temporada, informó el Centro Nacional de Huracanes.]]></description><pubDate>Wed, 03 Jun 2026 16:12:43 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — La tormenta tropical Amanda se formó el miércoles en el océano Pacífico, lo que marca el primer ciclón tropical de la temporada, informó el Centro Nacional de Huracanes.</p><p>Amanda se encontraba a unos 2.375 kilómetros (1.475 millas) al oeste-suroeste del extremo sur de la península de Baja California, en México, según el centro meteorológico con sede en Miami. Con el centro de la tormenta en el mar, el ciclón no representaba una amenaza inmediata para tierra.</p><p>Amanda tenía vientos máximos sostenidos de 65 kph (40 mph), dijeron los meteorólogos. Se pronosticó que la tormenta se fortalecería durante los próximos días y luego se debilitaría durante el fin de semana.</p><p>La temporada de huracanes del Pacífico comenzó el 15 de mayo. La temporada de huracanes del Atlántico comenzó el lunes, y aún no se han formado ciclones en esa cuenca este año.</p><p>___________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WM62GBRM3254JTM3BRPJOESFNM.jpg?auth=bcba951e661ae1b3d6656d9b8ec0ad3113a30d1cfa6c2cb834292b0336fd9168&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Foto tomada en la sede del Centro Nacional de Huracanes en Miami el 1 de junio del 2026. (AP foto/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Game 1: Spurs and Knicks set to open the NBA Finals on Wednesday night in San Antonio]]></title><link>https://www.local10.com/sports/2026/06/03/game-1-spurs-and-knicks-set-to-open-the-nba-finals-on-wednesday-night-in-san-antonio/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/game-1-spurs-and-knicks-set-to-open-the-nba-finals-on-wednesday-night-in-san-antonio/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — For the San Antonio Spurs and New York Knicks, Game 1 of the NBA Finals might feel like old times.]]></description><pubDate>Wed, 03 Jun 2026 15:30:35 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — For the San Antonio Spurs and New York Knicks, Game 1 of the NBA Finals might feel like old times.</p><p>It's the Knicks' ninth time in the title series, and the eighth time they've played Game 1 on the road. It's the Spurs' seventh time in the title series, and the sixth time they've played Game 1 at home.</p><p>Granted, a good amount of time has passed for both teams since they've been on this stage: The Knicks haven't played in the finals since losing to the Spurs in 1999, and the Spurs haven't been there since beating the Miami Heat in 2014.</p><p>“I think we’re just locked in and focused on the task at hand,” Knicks forward Josh Hart said. “Then we can look back when everything is all said and done and really embrace this process and this run. It’s an honor, but can’t focus too much on the outside world and the run so far.”</p><p>The run the Knicks are on coming into this series is without compare: 11 straight wins by a total of 262 points, the most lopsided 11-game run — regular season or playoffs — in NBA history.</p><p>The Spurs have a different kind of streak going into Wednesday night. They've never lost Game 1 of the NBA Finals, going 6-0 in openers when they make the title round.</p><p>Most players on both teams are making their finals debuts in this series. Spurs guard De'Aaron Fox said it's still going to be important for his team to remember how they got to the finals in the first place.</p><p>“This is a hard thing to do. It’s hard to get back to these places,” Fox said. “Don’t change anything that we’re doing. There’s a reason that we’re in the finals. There’s a reason that we won (62) games. There’s a reason we didn’t lose three games in a row the whole year. So, we don’t want to get to this place and then start changing the way we play.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTEJIIVTTNP7EIN5WG63KJ2Y6E.jpg?auth=e3aaaab5a4e0f23b58e81666c03a45bd5b6c59b2dd913d253c66af3022a8413b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs head coach Mitch Johnson speaks to the media prior to the start of the NBA Finals basketball series against the New York Knicks, Tuesday, June 2, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VNDD3NRIFYUNRZAZMGFG4KSZ3A.jpg?auth=7523935e4a020280c059ac95c78141fd00a5906e7ce74d63995d5b51e22cd796&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks head coach Mike Brown speaks to the media prior to the start of the NBA Finals basketball series against the San Antonio Spurs, Tuesday, June 2, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[9 students to be remanded for 21 days over Kenya school fire that killed 16]]></title><link>https://www.local10.com/news/world/2026/06/03/9-students-to-be-remanded-for-21-days-over-kenya-school-fire-that-killed-16/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/9-students-to-be-remanded-for-21-days-over-kenya-school-fire-that-killed-16/</guid><dc:creator><![CDATA[By EVELYNE MUSAMBI, Associated Press]]></dc:creator><description><![CDATA[NAIVASHA, Kenya (AP) — Kenyan detectives on Wednesday were granted 21 days to hold nine students suspected of planning and executing an arson attack at a girl's boarding school in central Kenya that killed 16 children, in a case that has gripped the East African nation.]]></description><pubDate>Wed, 03 Jun 2026 15:29:18 +0000</pubDate><content:encoded><![CDATA[<p>NAIVASHA, Kenya (AP) — Kenyan detectives on Wednesday were granted 21 days to hold nine students suspected of planning and executing an arson attack at a girl's boarding school in central Kenya that killed 16 children, in a case that has gripped the East African nation.</p><p>A court in the town of Naivasha ruled that the girls will be remanded at a children’s home to allow investigators to complete their inquiries and determine whether to bring charges.</p><p>The fire on May 28 ripped through the Utumishi Girls School dormitory that houses 202 students. Investigators said the school matron failed to open an emergency door, forcing all students to scamper through a single doorway.</p><p>The accused girls have been in police custody for six days, during which interrogations revealed the fire was started by lighting a mattress at the dormitory’s exit using a matchstick and paraffin. No motive has been revealed so far.</p><p>Police arrested nine girls after questioning students and reviewing CCTV footage that investigators say shows some students setting a fire inside the dormitory.</p><p>Hezron Mogire, a lawyer representing the nine girls, told the court there were “no compelling reasons” to detain the girls for 30 days, as requested by investigators.</p><p>“Nonetheless, the court has taken a different view. We have already briefed our clients, and they are well informed,” he said.</p><p>Mbogo Macharia, the lawyer representing the families of the 16 girls who died in the fire, called for a thorough investigation within 21 days.</p><p>“During that time, it is expected by the courts, by the nation, and also by us as the victims that the investigations will have concluded, we will have gotten the answers that we very much want to hear, and we will have found a way forward in respect to finding justice for the victims,” he said.</p><p>The results of DNA tests to determine the identities of some of the bodies that were charred beyond recognition are expected later Wednesday.</p><p>____</p><p>AP’s Africa coverage at: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CNIHKN4T5VIZWLEGEZJ5H7RHTM.jpg?auth=804e071ca3ef9f3889d0b4306fca3ed436f4ee6c773afc93fecde2fca02e844a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students from Utumishi Girls Academy appear at Naivasha Law Courts in Nakuru, Kenya, Tuesday, June 2, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3UZYMVX5CWWGEDMZS4EY642ACM.jpg?auth=72ccb52dffb2ebb364b670090be3cb6496f3e85a80f7690029a8d2f4559196db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nine students from Utumishi Girls Academy appear at Naivasha Law Courts in Nakuru, Kenya, Tuesday, June 2, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6TTWG4SRCUKO64SMN5J3XSYSB4.jpg?auth=01289f3c7661b379abebcfb6653f826bd33fe1ffbc96dbbc3020b0c9f287df96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Court proceedings take place as nine students from Utumishi Girls Academy, not seen, appear at Naivasha Law Courts in Nakuru, Kenya, Tuesday, June 2, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[Ex-Dolphins GM lands new role with Lions]]></title><link>https://www.local10.com/sports/local/2026/06/03/ex-dolphins-gm-lands-new-role-with-lions-reports-say/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/03/ex-dolphins-gm-lands-new-role-with-lions-reports-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Former Miami Dolphins general manager Chris Grier has landed a new role with the Detroit Lions, joining the team’s front office as a personnel executive, ESPN’s Adam Schefter confirmed Tuesday.]]></description><pubDate>Wed, 03 Jun 2026 14:55:17 +0000</pubDate><content:encoded><![CDATA[<p>Former Miami Dolphins general manager Chris Grier has landed a new role with the Detroit Lions, joining the team’s front office as a personnel executive, <a href="https://x.com/AdamSchefter/status/2062132577436115104" target="_self" rel="" title="https://x.com/AdamSchefter/status/2062132577436115104">ESPN’s Adam Schefter confirmed Tuesday</a>.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ex-gerente-general-de-los-dolphins-consigue-nuevo-cargo-con-los-lions/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ex-gerente-general-de-los-dolphins-consigue-nuevo-cargo-con-los-lions/">Leer en español</a></p><p>Grier, 56, spent 10 seasons as Miami’s general manager before he was dismissed during the 2025 season on Halloween after the Dolphins opened the year 2-7. </p><p>His departure marked the end of a 25-year tenure with the organization, where he worked his way up through the scouting department before taking over as general manager. </p><p>Prior to joining Miami, Grier worked as a scout for New England.</p><p>During his time leading the Dolphins’ football operations, Grier hired head coaches Brian Flores in 2019 and Mike McDaniel in 2022. </p><p>Flores was fired in 2022 and now serves as defensive coordinator for the Minnesota Vikings. McDaniel was fired in January and has since joined the Los Angeles Chargers as offensive coordinator.</p><p>While in Miami, Grier oversaw several first-round draft selections, including tackle Laremy Tunsil, defensive end Charles Harris, safety Minkah Fitzpatrick, defensive tackle Christian Wilkins, quarterback Tua Tagovailoa, wide receiver Jaylen Waddle, EDGE Chop Robinson and defensive tackle Kenneth Grant.</p><p>He also used first-round draft capital to acquire veteran players wide receiver Tyreek Hill and linebacker Bradley Chubb through trades. Of the players selected or acquired with those first-round assets, only Robinson and Grant remain on Miami’s roster.</p><p>Grier will now work under Lions general manager Brad Holmes, who is entering his sixth season leading Detroit’s front office, and reunite with head coach Dan Campbell, who served as the Dolphins’ interim head coach in 2015.</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/E57VOLC5HO3VYIRN5YX76HOEDY.jpg?auth=a354ac937a3a7b616edd22c1c7391d958a7cbc4d7001f02f26eb9a9e31fb81f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ex gerente general de los Dolphins consigue nuevo cargo con los Lions]]></title><link>https://www.local10.com/espanol/2026/06/03/ex-gerente-general-de-los-dolphins-consigue-nuevo-cargo-con-los-lions/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/ex-gerente-general-de-los-dolphins-consigue-nuevo-cargo-con-los-lions/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El ex gerente general de los Miami Dolphins, Chris Grier, consiguió un nuevo puesto en los Detroit Lions, uniéndose a la oficina principal del equipo como ejecutivo de personal, confirmó el martes Adam Schefter de ESPN.]]></description><pubDate>Wed, 03 Jun 2026 15:11:31 +0000</pubDate><content:encoded><![CDATA[<p>El ex gerente general de los Miami Dolphins, Chris Grier, consiguió un nuevo cargo con los Detroit Lions, uniéndose a la oficina principal del equipo como ejecutivo de personal, <a href="https://x.com/AdamSchefter/status/2062132577436115104" target="_blank" rel="noreferrer" title="https://x.com/AdamSchefter/status/2062132577436115104">confirmó el martes Adam Schefter de ESPN</a>.</p><p>Grier, de 56 años, pasó 10 temporadas como gerente general de Miami antes de ser despedido durante la temporada 2025 en Halloween, después de que los Dolphins comenzaran el año con marca de 2-7.</p><p>Su salida marcó el final de una trayectoria de 25 años con la organización, donde ascendió a través del departamento de cazatalentos antes de asumir el cargo de gerente general.</p><p>Antes de unirse a Miami, Grier trabajó como cazatalentos para New England.</p><p>Durante su tiempo al frente de las operaciones de fútbol americano de los Dolphins, Grier contrató a los entrenadores en jefe Brian Flores en 2019 y Mike McDaniel en 2022.</p><p>Flores fue despedido en 2022 y actualmente se desempeña como coordinador defensivo de los Minnesota Vikings. McDaniel fue despedido en enero y desde entonces se unió a Los Angeles Chargers como coordinador ofensivo.</p><p>Mientras estuvo en Miami, Grier supervisó varias selecciones de primera ronda del draft, incluidos el tackle Laremy Tunsil, el ala defensiva Charles Harris, el profundo Minkah Fitzpatrick, el tackle defensivo Christian Wilkins, el mariscal de campo Tua Tagovailoa, el receptor abierto Jaylen Waddle, el EDGE Chop Robinson y el tackle defensivo Kenneth Grant.</p><p>También utilizó selecciones de primera ronda para adquirir mediante canjes a jugadores veteranos como el receptor abierto Tyreek Hill y el apoyador Bradley Chubb. De los jugadores seleccionados o adquiridos con esos activos de primera ronda, solo Robinson y Grant permanecen en la plantilla de Miami.</p><p>Ahora, Grier trabajará bajo las órdenes del gerente general de los Lions, Brad Holmes, quien entra en su sexta temporada al frente de la oficina principal de Detroit, y se reunirá nuevamente con el entrenador en jefe Dan Campbell, quien se desempeñó como entrenador interino de los Dolphins en 2015.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E57VOLC5HO3VYIRN5YX76HOEDY.jpg?auth=a354ac937a3a7b616edd22c1c7391d958a7cbc4d7001f02f26eb9a9e31fb81f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Se intensifica temporada de huracanes en el Pacífico oriental mientras el Atlántico permanece inactivo]]></title><link>https://www.local10.com/espanol/2026/06/03/se-intensifica-temporada-de-huracanes-en-el-pacifico-oriental-mientras-el-atlantico-permanece-inactivo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/se-intensifica-temporada-de-huracanes-en-el-pacifico-oriental-mientras-el-atlantico-permanece-inactivo/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La temporada de huracanes en el Atlántico generalmente no comienza con fuerza y, como comentamos en el boletín de ayer, junio es históricamente el mes menos activo de la temporada en la cuenca.]]></description><pubDate>Wed, 03 Jun 2026 15:07:13 +0000</pubDate><content:encoded><![CDATA[<p>La temporada de huracanes del Atlántico no suele empezar con mucha fuerza y, como comentamos en el boletín de ayer, junio es históricamente el mes menos activo de la temporada en la cuenca.</p><p>No se puede decir lo mismo del Pacífico oriental, donde la temporada de huracanes comenzó oficialmente el 15 de mayo, <sup>15</sup> días antes que la del Atlántico. En el Pacífico oriental, los huracanes suelen empezar a formarse en junio, a diferencia del Atlántico, donde no son frecuentes hasta agosto.</p><p>Este año, en particular, se espera una temporada de huracanes muy activa en el Pacífico oriental, con <a href="https://www.cpc.ncep.noaa.gov/products/Epac_hurr/index.shtml" rel="">la NOAA pronosticando una actividad muy superior a la media</a> , principalmente por las mismas razones por las que pronostican una menor actividad tropical en el Atlántico. No solo las temperaturas del agua son mucho más cálidas que el promedio en la región cercana al ecuador, donde se buscan las condiciones de El Niño, sino que también alcanzan temperaturas récord o casi récord para esta época del año al norte del ecuador, en el Pacífico oriental y cerca de México, donde las tormentas tienden a formarse.</p><figure><img src="https://www.local10.com/resizer/v2/DMYYAW6A4ZDDVNZHIJ2LJO2ZPQ.png?auth=95ed0288d2bef22c40cadb638d2c6d99c320302a09ca8507d4932200ca2e125a&smart=true&width=1200&height=900" alt="Sea surface temperatures relative to historical records back to 1982 for the eastern Pacific. Deep reds indicate near record or record warmth, with record warmest waters hatched. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Sea surface temperatures relative to historical records back to 1982 for the eastern Pacific. Deep reds indicate near record or record warmth, with record warmest waters hatched. Credit: cyclonicwx.com.</figcaption></figure><p>Por lo tanto, no es de extrañar que ya tengamos nuestra primera depresión tropical y la próxima tormenta que recibirá nombre en la temporada de huracanes del Pacífico oriental, con otras dos áreas a vigilar frente a las costas del Pacífico de México y Centroamérica.</p><p>Si bien se espera que Amanda, que pronto se convertirá en tormenta tropical, permanezca sobre el Pacífico abierto, las dos perturbaciones más cercanas a tierra podrían amenazar la costa del Pacífico como Boris y/o Cristina a mediados de la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/5IF2AZEAUNCFVFZQDB7HF4C4XU.png?auth=2689fc5408e091136ab0ee96d497583d468177af612c915a87a9e4e11869903e&smart=true&width=1200&height=900" alt="Low-pressure tracks from Google’s machine learning-based DeepMind hurricane model for the eastern Pacific. Tropical Depression One (soon-to-be Amanda) will stay over the open Pacific, but the two disturbances closer to Mexico and Central America may threaten the Pacific coastline as named storms by mid next week. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Low-pressure tracks from Google’s machine learning-based DeepMind hurricane model for the eastern Pacific. Tropical Depression One (soon-to-be Amanda) will stay over the open Pacific, but the two disturbances closer to Mexico and Central America may threaten the Pacific coastline as named storms by mid next week. Credit: Weathernerds.org.</figcaption></figure><h3><b>Primera semana tranquila para el Atlántico.</b></h3><p>El Atlántico permanecerá inactivo durante la primera semana de la temporada de huracanes.</p><p>Como detallamos en el boletín de ayer, estaremos atentos al Caribe occidental y al sur del Golfo a partir de finales de la próxima semana y hasta mediados de junio, a medida que la parte tormentosa de la Oscilación Madden-Julian (OMJ) se adentre en la cuenca. Observamos algunas señales en los modelos a largo plazo (más allá de los 10 días) de que el Giro Centroamericano podría intensificarse a mediados de mes, pero por ahora las señales siguen siendo débiles e inconsistentes.</p><p>Así que, por el momento, disfrutaremos del tranquilo comienzo de la temporada de huracanes en el Atlántico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/57VB62OFV5B7THVWQDO4NZD2SI.PNG?auth=16d4b7eb267f5477cc887c531b3cf48e22d8da84efcef6e8f6b88d043cea6436&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Eastern Pacific hurricane season ramps up as the Atlantic stays dormant]]></title><link>https://www.local10.com/weather/hurricane/2026/06/03/eastern-pacific-hurricane-season-ramps-up-as-the-atlantic-stays-dormant/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/03/eastern-pacific-hurricane-season-ramps-up-as-the-atlantic-stays-dormant/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The Atlantic hurricane season usually doesn’t come roaring out of the gate, and, as we discussed in yesterday’s newsletter, June is historically the least active month of the season for the basin.]]></description><pubDate>Wed, 03 Jun 2026 14:52:40 +0000</pubDate><content:encoded><![CDATA[<p>The Atlantic hurricane season usually doesn’t come roaring out of the gate, and, as we discussed in yesterday’s newsletter, June is historically the least active month of the season for the basin.</p><p><a href="https://www.local10.com/espanol/2026/06/03/se-intensifica-temporada-de-huracanes-en-el-pacifico-oriental-mientras-el-atlantico-permanece-inactivo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/se-intensifica-temporada-de-huracanes-en-el-pacifico-oriental-mientras-el-atlantico-permanece-inactivo/">Leer en español</a></p><p>The same can’t be said on the eastern Pacific side where the hurricane season officially started May 15<sup>th</sup> – 15 days before the Atlantic hurricane season. The eastern Pacific typically begins churning out hurricanes by June, unlike in the Atlantic where hurricanes aren’t a common sight until August.</p><p>This year especially, the eastern Pacific is expected to have a lively hurricane season, with <a href="https://www.cpc.ncep.noaa.gov/products/Epac_hurr/index.shtml" rel="">NOAA predicting well above average activity</a>, primarily for the very same reasons they’re predicting lower overall tropical activity in the Atlantic. Not only are water temperatures much warmer than average in the region around the equator where we look for El Niño conditions, but they’re at record or near-record warmth for the time of year north of the equator in the eastern Pacific and near Mexico where storms prefer to form.</p><figure><img src="https://www.local10.com/resizer/v2/DMYYAW6A4ZDDVNZHIJ2LJO2ZPQ.png?auth=95ed0288d2bef22c40cadb638d2c6d99c320302a09ca8507d4932200ca2e125a&smart=true&width=1200&height=900" alt="Sea surface temperatures relative to historical records back to 1982 for the eastern Pacific. Deep reds indicate near record or record warmth, with record warmest waters hatched. Credit: cyclonicwx.com." height="900" width="1200"/><figcaption>Sea surface temperatures relative to historical records back to 1982 for the eastern Pacific. Deep reds indicate near record or record warmth, with record warmest waters hatched. Credit: cyclonicwx.com.</figcaption></figure><p>So it’s no surprise we already have our first tropical depression and soon-to-be named storm of the eastern Pacific hurricane season, with two other areas to watch off the Pacific coasts of Mexico and Central America.</p><p>While soon-to-be Amanda is expected to stay over the open Pacific, the two disturbances closer to land could threaten the Pacific coastline as Boris and/or Cristina by the middle part of next week.</p><figure><img src="https://www.local10.com/resizer/v2/5IF2AZEAUNCFVFZQDB7HF4C4XU.png?auth=2689fc5408e091136ab0ee96d497583d468177af612c915a87a9e4e11869903e&smart=true&width=1200&height=900" alt="Low-pressure tracks from Google’s machine learning-based DeepMind hurricane model for the eastern Pacific. Tropical Depression One (soon-to-be Amanda) will stay over the open Pacific, but the two disturbances closer to Mexico and Central America may threaten the Pacific coastline as named storms by mid next week. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Low-pressure tracks from Google’s machine learning-based DeepMind hurricane model for the eastern Pacific. Tropical Depression One (soon-to-be Amanda) will stay over the open Pacific, but the two disturbances closer to Mexico and Central America may threaten the Pacific coastline as named storms by mid next week. Credit: Weathernerds.org.</figcaption></figure><h3><b>Quiet first week for the Atlantic</b></h3><p>The Atlantic will stay dormant through the first week of the hurricane season.</p><p>As we detailed in yesterday’s newsletter, we’ll keep an eye to the western Caribbean and southern Gulf starting late next week and into mid-June as the stormy side of the MJO makes its way into the basin. We’re seeing some signals in the long-range models (beyond 10 days) that the Central American Gyre may crank up come mid-month, but for now the signals remain weak and inconsistent.</p><p>So for the time being we’ll enjoy the quiet start to the Atlantic hurricane season.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/57VB62OFV5B7THVWQDO4NZD2SI.PNG?auth=16d4b7eb267f5477cc887c531b3cf48e22d8da84efcef6e8f6b88d043cea6436&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Tropical Storm Amanda is the first of the Pacific hurricane season, meteorologists say]]></title><link>https://www.local10.com/news/national/2026/06/03/tropical-storm-amanda-is-the-first-of-the-pacific-hurricane-season-meteorologists-say/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/03/tropical-storm-amanda-is-the-first-of-the-pacific-hurricane-season-meteorologists-say/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tropical Storm Amanda formed Wednesday in the Pacific Ocean, marking the first tropical cyclone of the season, the National Hurricane Center said.]]></description><pubDate>Wed, 03 Jun 2026 15:54:41 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tropical Storm Amanda formed Wednesday in the Pacific Ocean, marking the first tropical cyclone of the season, the National Hurricane Center said.</p><p>Amanda was located about 1,475 miles (2,375 kilometers) west-southwest of the southern tip of the Baja California peninsula of Mexico, according to the Miami-based weather center. With the center of the storm at sea, the cyclone posed no immediate threat to land.</p><p>Amanda had maximum sustained winds of 40 mph (65 kph), meteorologists said. The storm was forecast to strengthen over the next few days and then weaken over the weekend.</p><p>The Pacific hurricane season started May 15. The Atlantic hurricane season began Monday, and no cyclones have formed in that basin yet this year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R2FJTJ7X3QPDUBXUSW75QI742Y.jpg?auth=5e37e90a9abc5d045eb6678f4f40222070b0ccfecf1385c3d808d5feacb7e284&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Robbie Berg, Warning Coordinator Meteorologist, works at the National Hurricane Center on the first day of hurricane season, Monday, June 1, 2026, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[A diet of royal jelly isn't the only thing that makes a queen bee]]></title><link>https://www.local10.com/tech/2026/06/03/a-diet-of-royal-jelly-isnt-the-only-thing-that-makes-a-queen-bee/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/03/a-diet-of-royal-jelly-isnt-the-only-thing-that-makes-a-queen-bee/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Scientists have identified a group of worker honeybees that are specially adapted to build their queen's waxy abode within the hive.]]></description><pubDate>Wed, 03 Jun 2026 15:00:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Scientists have identified a group of worker honeybees that are specially adapted to build their queen's waxy abode within the hive.</p><p>Worker bees perform a myriad of jobs to keep up the hive, including collecting food, nurturing young bees and caring for the queen, who lays all the eggs. New research reveals that the honeybees responsible for crafting the queen's home effectively run a fever to help melt and blend special chemicals into the wax.</p><p>“No one had ever thought that there might be a specialized group of workers that were building these queen cells,” said bee researcher Julia Bowsher with North Dakota State University, who had no role in the study.</p><p>These newly identified bees were younger and also had patterns of expression in their genes that made them uniquely suited to the task. The resulting peanut-shaped home was also distinct in its makeup, as it was made of softer wax with a higher melting point than the kind used to build worker bees' homes.</p><p>Queens are raised eating royal jelly secreted from the glands of worker bees and scientists have long believed diet was the main key to making a monarch. The new findings, published Wednesday in the journal Nature, suggest that the queen's environment might also play a role.</p><p>To test that theory, researchers raised baby queens in cups capped with either queen or worker wax. Despite eating royal jelly, the queens raised in worker wax were smaller and didn’t survive as well.</p><p>“For centuries, we believed ‘you are what you eat’ was the only rule for making a queen bee. Our study rewrites that rule to say ‘you are where you live, too,'" Kai Wang, a study co-author with the Chinese Academy of Agricultural Sciences, said in an email.</p><p>The findings offer a rare look inside the hive, but questions remain.</p><p>Honeybees pollinate and ensure the survival of crops such as blueberries, squash, watermelon and almonds. Further research is needed to learn more about the secret lives of queen cell-building bees and the exact combination of factors that produce the hive's head honcho.</p><p>“I would really like to know more about the specific chemical composition of this wax and which active ingredients are directly affecting the growth of the queens,” Bowsher 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/EHDUEVBI7C7YQHBWH5KVUXJ34A.jpg?auth=7f52586f9d9b5296a5742f9410d33df73daccbe75b6cca098f06a84189362f3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A hive of honeybees on display at the Vermont Beekeeping Supply booth at the annual Vermont Farm Show at the Champlain Valley Expo in Essex Junction, Vt., Jan. 28, 2014. (AP Photo/Andy Duback, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Duback</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DFYF6VWWKCWDWAB47YB4YXSXL4.jpg?auth=8bf5b551eed94e75e0a4ecf2fb538e37958ab90bf5e9dfcef410a06009dbdbc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This 2021 image provided by Kai Wang shows various honeybees. (Kai Wang via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kai Wang</media:credit></media:content></item><item><title><![CDATA[Agentes alertan de estafas después de adulto mayor de Broward enviara miles de dólares a estafadores que prometían $7 millones USD y un auto ]]></title><link>https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Agentes de policía advierten al público y estén alerta después de que adulto mayor fue estafado con miles de dólares.]]></description><pubDate>Tue, 02 Jun 2026 21:51:00 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de policía están advirtiendo al público que permanezca vigilante tras que un adulto mayor del sur de Florida fue estafado con miles de dólares.</p><p>Según las autoridades, una residente de Coconut Creek de 85 años recibió una llamada telefónica en la que le decían que había ganado un premio.</p><p>“Se suponía que iba a recibir $7 millones y un auto”, dijo la víctima a los agentes.</p><p>La policía dijo que familiares de la víctima los contactaron después de que ella enviara dos cheques, uno por $2,500 USD y otro por $1,000 USD, a presuntos estafadores en el estado de Washington.</p><p>Luego, el viernes, los agentes tuvieron que intervenir cuando la mujer estaba a punto de enviar más dinero a los presuntos estafadores. La encontraron en una clase de cerámica y la detuvieron antes de que pudiera enviarlo.</p><p>“En este caso en particular, la residente de la tercera edad ya había completado una serie de transacciones financieras cuando su familia descubrió que se estaba preparando para enviar más dinero”, dijo el detective del Departamento de Policía de Coconut Creek, Clint Corey.</p><p>Corey dio consejos para los residentes que sean contactados por estafadores.</p><p>“Simplemente no conteste el teléfono, obligue a quien llama a dejar un mensaje”, dijo. “Y luego usted puede decidir cómo quiere responder, y puede quedarse con más dinero en su bolsillo al final del día”.</p>]]></content:encoded></item><item><title><![CDATA[FBI fatally shoots a man holding hostages in a California office building, police say]]></title><link>https://www.local10.com/news/2026/06/03/fbi-fatally-shoots-a-man-holding-hostages-in-a-california-office-building-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/fbi-fatally-shoots-a-man-holding-hostages-in-a-california-office-building-police-say/</guid><dc:creator><![CDATA[By JULIE WATSON and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[A man who was holding hostages inside a California office building for more than 15 hours was shot and killed by the FBI early Wednesday, police said.]]></description><pubDate>Wed, 03 Jun 2026 16:31:47 +0000</pubDate><content:encoded><![CDATA[<p>A man who was holding hostages inside a California office building for more than 15 hours was shot and killed by the FBI early Wednesday, police said.</p><p>The hostages were found unharmed inside the downtown Bakersfield building that houses a bank and a school district office, the Bakersfield Police Department said in a statement.</p><p>The suspect was killed in “an officer-involved shooting" involving FBI personnel around 4:20 a.m., the department said.</p><p>The standoff began around 1 p.m. Tuesday when officers responded to a call of a bomb threat at the Chase Bank building, a four-story office building with dark-tinted glass windows all around. Police said the man had barricaded himself inside with several people.</p><p>The department’s crisis negotiation team talked with the suspect by telephone and eventually two hostages were released Tuesday night, police said.</p><p>Nearby buildings, including City Hall and the police headquarters that are just a block away, were evacuated and some roads were temporarily closed during the hostage situation. Bakersfield, a city of about 380,000 residents, is the seat of largely rural Kern County and is about 100 miles (160 kms) northeast of Los Angeles.</p><p>A spokesperson for JPMorgan Chase said the bank branch is on the ground floor.</p><p>Officers established a perimeter around the area and warned the public to stay away.</p><p>“We have every single resource at our disposal out here to bring this to the safest resolution possible,” Bakersfield police Sgt. Eric Celedon said Tuesday.</p><p>Jacob Davidson, a livestreamer known as Dad’s Gone Live, was a block from the bank at his family’s tattoo shop when he started getting calls about the bomb threat.</p><p>“I went into the bank’s parking garage and watched the cops enter the back of the bank. This is the biggest police presence I’ve ever seen in this town,” Davidson said.</p><p>His livestream captured through a window in the building a woman rocking back and forth Tuesday night before crouching below the window. Later, two hands could be seen waving.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWDQEQZ5TNQZPH44ZHRJYA65RA.jpg?auth=09ad196c305cd3f363674e827fb7cc35aa91af73563e9b09edd4b35a01ac9a03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI agents respond after a man barricaded himself inside a building with hostages Tuesday, June 2, 2026, in Bakersfield, Calif. (AP Photo/David Dennis)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dennis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TT4NVAAJBTBSGUDIRQ4NG6CEWI.jpg?auth=ed5952c0490c35a0e23731d4cf20cf888ad4de3a6123d8b18e6183613c0763a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the location of Bakersfield in California. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T6ER7AKEY7SIFF6DXSRZLKTQCU.jpg?auth=7fe7c03cbd22add93cd945f99ea70c35840ab1e2c5a7b4ce84f6c9a9a97cbb2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI agents respond after a man barricaded himself inside a building with hostages Tuesday, June 2, 2026, in Bakersfield, Calif. (AP Photo/David Dennis)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dennis</media:credit></media:content></item><item><title><![CDATA[Comisionados de Deerfield Beach consideran acción legal contra la BSO ]]></title><link>https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Los comisionados de Deerfield Beach se reúnen el martes por la noche y su agenda incluye una resolución  contra la Oficina del Sheriff del Condado de Broward (BSO).]]></description><pubDate>Tue, 02 Jun 2026 23:01:50 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados de Deerfield Beach se reúnen el martes por la noche y su agenda incluye una resolución para tomar “todas las medidas necesarias” contra la Oficina del Sheriff del Condado de Broward (BSO).</p><p>Según la resolución, estas medidas incluyen la contratación de “abogados externos” y la presentación de una demanda contra la BSO.</p><p>Los funcionarios municipales han estado trabajando para establecer sus propios departamentos de policía y bomberos antes de septiembre de 2027, fecha en que la BSO dejará de prestar servicios a la ciudad.</p><p>La ciudad ha estado reduciendo su dependencia de la BSO, tras más de tres décadas de servicio.</p><p>La ciudad planea transmitir la reunión de la comisión a las 7 p.m. por <a href="https://www.youtube.com/@deerfieldbeachcommissionme843/streams" target="_self" rel="" title="https://www.youtube.com/@deerfieldbeachcommissionme843/streams">YouTube.</a></p><p><b>Documento relacionado:</b> <a href="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207" target="_self" rel="" title="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207">El orden del día de la reunión de la comisión</a></p><figure><img src="https://www.local10.com/resizer/v2/AY3UJFAOBBGKVPT22XPZQYSQJA.jpg?auth=3803335a1cc727222a446fd9a55162f53ed104186a49355087f1c9b213f3f6e2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Noticias relacionadas</b></p><p><a href="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/">Tony habla sobre la ruptura de Deerfield Beach con la BSO y la reorganización del personal de mando</a></p><p><a href="https://www.local10.com/espanol/2026/01/21/comision-de-deerfield-beach-vota-a-favor-de-romper-lazos-con-la-bso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/01/21/comision-de-deerfield-beach-vota-a-favor-de-romper-lazos-con-la-bso/">La comisión de Deerfield Beach vota a favor de romper relaciones con la BSO</a></p><p><a href="https://www.local10.com/espanol/2026/02/04/todo-paso-muy-rapido-residentes-de-deerfield-beach-aun-tienen-dudas-tras-la-ruptura-de-la-ciudad-con-la-bso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/02/04/todo-paso-muy-rapido-residentes-de-deerfield-beach-aun-tienen-dudas-tras-la-ruptura-de-la-ciudad-con-la-bso/">«Todo ha sucedido muy rápido»: Los residentes de Deerfield Beach aún tienen preguntas sobre la ruptura de la ciudad con la BSO</a></p>]]></content:encoded></item><item><title><![CDATA[NASA declares its Mars Maven spacecraft dead after six months of silence]]></title><link>https://www.local10.com/tech/2026/06/03/nasa-declares-its-mars-maven-spacecraft-dead-after-six-months-of-silence/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/03/nasa-declares-its-mars-maven-spacecraft-dead-after-six-months-of-silence/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — After six months of radio silence, NASA’s Maven spacecraft at Mars has been declared dead.]]></description><pubDate>Wed, 03 Jun 2026 14:48:46 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — After six months of radio silence, NASA’s Maven spacecraft at Mars has been declared dead.</p><p>The space agency confirmed Wednesday that the mission had ended after more than a decade of observations.</p><p>Launched in 2013 to study the red planet’s atmosphere from orbit, Maven mysteriously fell silent in early December after passing behind Mars. Data indicated the spacecraft went into a fast spin, which disrupted its orbit and drained the onboard batteries.</p><p>A review board convened by NASA earlier this year concluded that the spacecraft is useless and unable to be recovered. An investigation continues into what caused the problem.</p><p>Besides studying Martian weather and observing a stray interstellar comet last year, Maven helped relay information from NASA’s Curiosity and Perseverance rovers on the surface.</p><p>Maven's lead scientist, Shannon Curry of the University of Colorado Boulder, said the spacecraft made a number of “amazing discoveries.”</p><p>Maven “has truly advanced our understanding of the Martian atmosphere and evolution,” she said in a statement.</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/6LRYBM5CKQPRBFSKJFKLYX5ZYU.jpg?auth=34a09db5c0e5c0de0864aeddfb6d5f960ad4ca725d515fdcfde9da3702699ae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by NASA shows four-in-one photos of Mars taken by NASA's Maven spacecraft that's been orbiting the red planet since 2014? Maven is no more, NASA just declared it dead. (NASA via AP)]]></media:description></media:content></item><item><title><![CDATA[De la Espriella agradece apoyo de Trump que pone foco en la agenda bilateral entre Colombia y EEUU]]></title><link>https://www.local10.com/espanol/2026/06/03/de-la-espriella-agradece-apoyo-de-trump-que-pone-foco-en-la-agenda-bilateral-entre-colombia-y-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/de-la-espriella-agradece-apoyo-de-trump-que-pone-foco-en-la-agenda-bilateral-entre-colombia-y-eeuu/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El candidato colombiano Abelardo de la Espriella agradeció el miércoles el apoyo del presidente estadounidense Donald Trump, quien auguró una mejora en la relación bilateral en caso de que el conservador venza al progresista Iván Cepeda en el balotaje presidencial.]]></description><pubDate>Wed, 03 Jun 2026 15:53:42 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El candidato colombiano Abelardo de la Espriella agradeció el miércoles el apoyo del presidente estadounidense Donald Trump, quien auguró una mejora en la relación bilateral en caso de que el conservador venza al progresista Iván Cepeda en el balotaje presidencial.</p><p>“Con la frente en alto y el corazón palpitante de gratitud patriótica, recibo sus palabras y su firme apoyo. ¡Gracias, señor presidente!”, publicó De la Espriella en la red social X.</p><p>Trump manifestó la víspera desde Truth Social su “completo y total respaldo” a De la Espriella, a quien calificó como un “líder Inteligente, fuerte y duro” que se enfrentará a un “marxista de izquierda radical” en la segunda vuelta del 21 de junio.</p><p>“Como presidente, Abelardo tendría un éxito tremendo liderando a Colombia”, indicó Trump, anticipando que haría crecer la economía, promovería el comercio, combatiría el crimen y las drogas y detendría la “inmigración ilegal”.</p><p>El respaldo de Trump realza en la campaña presidencial la relación entre Colombia y Estados Unidos, que se ha tensado con el gobierno de Gustavo Petro por discrepancias sobre la lucha contra el narcotráfico —especialmente los bombardeos a lanchas en el Caribe—, la migración y las acciones bélicas de Israel en la Franja de Gaza.</p><p>“Los resultados de esta elección son muy importantes para el futuro de Colombia y su relación con Estados Unidos”, recalcó Trump, quien anticipó una “plena normalización” de las relaciones bilaterales.</p><p>Esta no es la primera vez que Trump expresa su apoyo a candidatos en Latinoamérica y de otras regiones, lo que le ha valido críticas de sus oponentes por romper con la tradición estadounidense de evitar la injerencia directa en la política interna de otros países. El año pasado, respaldó al conservador Nasry “Tito” Asfura, del Partido Nacional, quien resultó ganador en las elecciones de Honduras. También apoyó a Javier Milei en Argentina durante las elecciones legislativas de 2025, cruciales para su proyecto político.</p><p>Petro rechazó el apoyo de Trump al candidato conservador e instó a la ciudadanía a votar con libertad para “no volvernos ni esclavos ni colonia de nadie”.</p><p>“Cuando un país interviene en las decisiones de otro país muere la libertad”, aseguró Petro en X la víspera.</p><p>Estados Unidos es el mayor mercado de exportación de Colombia y, antes de las tensiones con Petro, solía resaltar a ese país sudamericano como su principal aliado en el hemisferio.</p><p>Las asperezas entre Petro y Trump se limaron tras una reunión en la Casa Blanca. Sin embargo, el Departamento del Tesoro estadounidense no ha retirado las sanciones impuestas a Petro por acusaciones de participar en el tráfico global de drogas, de las que no ha mostrado pruebas.</p><p>De la Espriella, con doble nacionalidad colombiana y estadounidense, es simpatizante de Trump y miembro del Partido Republicano. Sin experiencia en cargos de elección popular, obtuvo 43,74 % de los votos en la primera vuelta presidencial seguido del senador Cepeda —aliado de Petro— con 40,90 %, según el conteo preliminar.</p><p>El candidato ha dicho que está alineado con las políticas estadounidenses, especialmente en la lucha antinarcóticos, prometiendo erradicar miles de hectáreas de cultivos de hoja de coca —materia prima de la cocaína— y detener el tráfico que va hacia Estados Unidos.</p><p>“Yo adhiero a la política de lucha antidrogas, que es la nueva doctrina del presidente Trump”, dijo De la Espriella en una reciente entrevista con The Associated Press. También aseguró que apoya los bombardeos a lanchas presuntamente cargadas de droga: “voy a dar la orden de que las hundan con la gente que vaya adentro”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3JFOJPASHLAJ6BHQ56ZDYDEBN4.jpg?auth=090df9181bba1bdae5ba5746d3a7e67bba4def365d259c49bd26051bd23b54e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Abelardo de la Espriella, del movimiento Defensores de la Patria, se dirige a sus seguidores desde el interior de una cabina a prueba de balas tras liderar la primera vuelta de las elecciones presidenciales y avanzar a la segunda vuelta en Barranquilla, Colombia, el domingo 31 de mayo de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Muere motociclista todoterreno tras chocar contra carroza fúnebre estacionada frente a funeraria de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/03/muere-motociclista-todoterreno-tras-chocar-contra-carroza-funebre-estacionada-frente-a-funeraria-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/muere-motociclista-todoterreno-tras-chocar-contra-carroza-funebre-estacionada-frente-a-funeraria-de-miami-dade/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre que estrelló su motocicleta contra una carroza fúnebre estacionada afuera de una funeraria del noroeste de Miami-Dade el martes murió, confirmaron las autoridades.]]></description><pubDate>Wed, 03 Jun 2026 14:19:13 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que <a href="https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/">chocó su motocicleta</a> todoterreno contra un carro fúnebre estacionado frente a una funeraria del noroeste de Miami-Dade el martes murió, confirmaron las autoridades.</p><p>El choque ocurrió alrededor de las 3:15 p.m. en Angels of Paradise Mortuary, ubicada en el 2796 de la calle 46 del noroeste, en el área no incorporada de Brownsville, en el condado.</p><p>Video de Sky 10 mostró la motocicleta todoterreno marrón destrozada en el suelo, mientras que la ventana del lado del conductor del carro fúnebre Cadillac quedó hecha añicos.</p><p>Paramédicos trasladaron al motociclista a Jackson Memorial Hospital en condición crítica.</p><p>Funcionarios de la Oficina del Sheriff de Miami-Dade confirmaron la mañana del miércoles que el hombre murió posteriormente. Las autoridades aún no han revelado públicamente su identidad.</p><p>Indicaron que investigan si la velocidad fue un factor en el choque.</p>]]></content:encoded></item><item><title><![CDATA[Motociclista en estado crítico tras chocar contra una carroza fúnebre en funeraria de Miami-Dade ]]></title><link>https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/</guid><dc:creator><![CDATA[Chris Gothner, Terrell Forney]]></dc:creator><description></description><pubDate>Tue, 02 Jun 2026 20:13:58 +0000</pubDate><content:encoded><![CDATA[<p>Paramédicos trasladaron a una víctima a un centro de trauma después de un accidente que involucró a una motocicleta y una carroza fúnebre en una funeraria del noroeste de Miami-Dade.</p><p>Video de Sky 10 muestra que el motociclista se estrelló contra una carroza fúnebre aparentemente estacionada en Angels of Paradise Mortuary, ubicada en 2796 NW 46th St. en el área no incorporada de Brownsville.</p><p>Los registros de despacho mostraron que el choque ocurrió alrededor de las 3:15 p.m.</p><p>Según la Oficina del Sheriff de Miami-Dade, una investigación preliminar mostró que el motociclista perdió el control de su moto y chocó contra el Cadillac.</p><p>Las autoridades indicaron que los médicos lo trasladaron al Hospital Jackson Memorial en estado crítico.</p><p>Agentes de la MDSO permanecieron en la escena el martes por la tarde investigando el accidente.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade teacher accused of ‘sexual relationship’ with student to be released on house arrest]]></title><link>https://www.local10.com/news/local/2026/06/03/miami-dade-teacher-accused-of-sexual-relationship-with-student-to-be-released-on-house-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/miami-dade-teacher-accused-of-sexual-relationship-with-student-to-be-released-on-house-arrest/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade County teacher accused of engaging in sex acts with a student is expected to be released Wednesday on house arrest, Local 10 News learned in court.]]></description><pubDate>Wed, 03 Jun 2026 14:30:49 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade County teacher accused of engaging in sex acts with a student is expected to be released Wednesday on house arrest, Local 10 News learned in court.</p><p><a href="https://www.local10.com/espanol/2026/06/03/maestro-de-miami-dade-acusado-de-relacion-sexual-con-estudiante-sera-liberado-bajo-arresto-domiciliario/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/maestro-de-miami-dade-acusado-de-relacion-sexual-con-estudiante-sera-liberado-bajo-arresto-domiciliario/">Leer en español</a></p><p>The teacher, Michael Enriquez, 53, was not in court Wednesday, but his attorney and prosecutors came to an agreement for him to be released on house arrest.</p><p>As part of the conditions of his release, he will not be permitted to leave his home except to meet with his attorney and he must stay away from the victim, <a href="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/" rel="" title="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/">American Senior High School</a>, and all minors.</p><p>According to the Miami-Dade Sheriff’s Office, Enriquez had a “sexual relationship” with the victim, who is a student at American Senior High, that began in May 2025 when she was 17 years old.</p><p>Deputies said Enriquez and the student went out after school twice last year -- once in May and once in June – at which time they engaged in sex acts together.</p><p>“He’s disgusting,” a student at the school told Local 10 News on Tuesday. “The girl knew what she was doing, but he is a grown man. He knew what he was doing 20 times more -- he’s been there, done that -- it’s all wrong.”</p><p>According to authorities, Enriquez and the victim did not communicate over summer break, but when the new school year began in August 2025, the two resumed their “sexual relationship.”</p><p>Authorities said their final encounter occurred on May 14, 2026, which was the only time they had sexual intercourse.</p><p>The victim was 18 at the time of their final sexual encounter, according to Enriquez’s arrest report.</p><p>Authorities did not disclose how they were alerted to the alleged crimes or how they discovered the dates and details.</p><p>“It’s scary that someone who deals with so many students could be talking to a girl maybe my age or maybe a little older, because we usually trust teachers, we talk to them a lot. We don’t know if the girl was going through something, if she thought that was the only way,” Samira Gonzalez, who is a freshman at the school, said.</p><p>“Definitely as an adult, you should know where to draw the line,” a student named Christopher told Local 10. “You have these young ladies -- they’re probably fearing right now.”</p><p>A spokesperson for Miami-Dade County Public Schools confirmed that<a href="https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/"> Enriquez will be fired.</a></p><blockquote><p><i>“Miami-Dade County Public Schools (M-DCPS) is aware of the arrest of an employee from American Senior High School. Upon learning of the suspected behavior, the Miami-Dade Schools Police Department initiated an investigation, which resulted in his removal from the school site and his subsequent arrest by the Miami-Dade Sheriff’s Office. The type of behavior this individual is accused of will not be tolerated, as it runs contrary to the professional conduct we expect from all employees. The District has initiated employment termination proceedings and will ensure the individual is precluded from seeking future employment with the District. At M-DCPS, the safety and well-being of all students remains our top priority.”</i></p><p class="citation">Miami-Dade County Public Schools </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><media:content url="https://www.local10.com/resizer/v2/SXWYSB2UPJHGJPRR54J77G5NTY.jpeg?auth=dd6e61e2408664fa1615fa076dd151b4603c0a986b9be9312e5ea60c4a28bb89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Maestro de Miami-Dade acusado de “relación sexual” con estudiante será liberado bajo arresto domiciliario]]></title><link>https://www.local10.com/espanol/2026/06/03/maestro-de-miami-dade-acusado-de-relacion-sexual-con-estudiante-sera-liberado-bajo-arresto-domiciliario/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/maestro-de-miami-dade-acusado-de-relacion-sexual-con-estudiante-sera-liberado-bajo-arresto-domiciliario/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Se espera que un maestro del condado de Miami-Dade acusado de participar en actos sexuales con un estudiante sea liberado el miércoles bajo arresto domiciliario, según se enteró Local 10 News en el tribunal.]]></description><pubDate>Wed, 03 Jun 2026 14:37:54 +0000</pubDate><content:encoded><![CDATA[<p>Según ha podido saber Local 10 News en el juzgado, se espera que un profesor del condado de Miami-Dade, acusado de mantener relaciones sexuales con un alumno, sea puesto en libertad bajo arresto domiciliario el miércoles.</p><p>El profesor, Michael Enriquez, de 53 años, no estuvo presente en el tribunal el miércoles, pero su abogado y los fiscales llegaron a un acuerdo para que fuera puesto bajo arresto domiciliario.</p><p>Como parte de las condiciones de su liberación, no se le permitirá salir de su casa excepto para reunirse con su abogado y deberá mantenerse alejado de la víctima, de la <a href="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/" rel="" title="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/">escuela secundaria American Senior High School</a> y de todos los menores de edad.</p><p>Según la Oficina del Sheriff de Miami-Dade, Enriquez mantuvo una “relación sexual” con la víctima, estudiante de American Senior High, que comenzó en mayo de 2025 cuando ella tenía 17 años.</p><p>Según los agentes, Enriquez y el estudiante salieron después de clase dos veces el año pasado, una en mayo y otra en junio, y en ambas ocasiones mantuvieron relaciones sexuales.</p><p>“Es repugnante”, dijo un estudiante de la escuela a Local 10 News el martes. “La chica sabía lo que hacía, pero él es un hombre adulto. Sabía perfectamente lo que hacía; ya ha pasado por eso, está completamente mal”.</p><p>Según las autoridades, Enriquez y la víctima no se comunicaron durante las vacaciones de verano, pero cuando comenzó el nuevo año escolar en agosto de 2025, ambos reanudaron su “relación sexual”.</p><p>Las autoridades indicaron que su último encuentro tuvo lugar el 14 de mayo de 2026, y que fue la única vez que mantuvieron relaciones sexuales.</p><p>Según el informe de detención de Enriquez, la víctima tenía 18 años en el momento de su último encuentro sexual.</p><p>Las autoridades no revelaron cómo fueron alertadas de los presuntos delitos ni cómo descubrieron las fechas y los detalles.</p><p>“Da miedo que alguien que trata con tantos estudiantes pueda estar hablando con una chica de mi edad o un poco mayor, porque solemos confiar en los profesores, hablamos mucho con ellos. No sabemos si la chica estaba pasando por un mal momento, si pensaba que esa era la única salida”, dijo Samira González, estudiante de primer año en la escuela.</p><p>“Sin duda, como adulto, uno debe saber dónde poner el límite”, dijo un estudiante llamado Christopher a Local 10. “Estas jovencitas probablemente estén teniendo miedo ahora mismo”.</p><p>Un portavoz de las Escuelas Públicas del Condado de Miami-Dade confirmó que <a href="https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/" rel="" title="https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/">Enriquez será despedido.</a></p><blockquote><p>“Las Escuelas Públicas del Condado Miami-Dade (M-DCPS) están al tanto del arresto de un empleado de American Senior High School. Al tener conocimiento de la presunta conducta, el Departamento de Policía Escolar de Miami-Dade inició una investigación, que resultó en su retiro del plantel escolar y su posterior arresto por parte de la Oficina del Sheriff de Miami-Dade. El tipo de conducta del que se acusa a este individuo no será tolerado, ya que va en contra de la conducta profesional que esperamos de todos los empleados. El Distrito ha iniciado los procedimientos para poner fin a su empleo y garantizará que el individuo quede impedido de buscar empleo en el futuro con el Distrito. En M-DCPS, la seguridad y el bienestar de todos los estudiantes siguen siendo nuestra máxima prioridad”.</p><p class="citation">Miami-Dade County Public Schools</p></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SXWYSB2UPJHGJPRR54J77G5NTY.jpeg?auth=dd6e61e2408664fa1615fa076dd151b4603c0a986b9be9312e5ea60c4a28bb89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Dirt biker dies after crashing into hearse parked outside Miami-Dade mortuary]]></title><link>https://www.local10.com/news/local/2026/06/03/dirt-biker-dies-after-crashing-into-hearse-parked-outside-miami-dade-mortuary/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/dirt-biker-dies-after-crashing-into-hearse-parked-outside-miami-dade-mortuary/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man who crashed his dirt bike into a hearse parked outside of a northwest Miami-Dade funeral home on Tuesday has died, authorities confirmed.]]></description><pubDate>Wed, 03 Jun 2026 14:14:41 +0000</pubDate><content:encoded><![CDATA[<p>A man who <a href="https://www.local10.com/news/local/2026/06/02/victim-rushed-to-jmh-after-motorcyclist-crashes-into-hearse-at-miami-dade-funeral-home/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/02/victim-rushed-to-jmh-after-motorcyclist-crashes-into-hearse-at-miami-dade-funeral-home/">crashed his dirt bike</a> into a hearse parked outside of a northwest Miami-Dade funeral home on Tuesday has died, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/06/03/muere-motociclista-todoterreno-tras-chocar-contra-carroza-funebre-estacionada-frente-a-funeraria-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/muere-motociclista-todoterreno-tras-chocar-contra-carroza-funebre-estacionada-frente-a-funeraria-de-miami-dade/">Leer en español</a></p><p>The crash happened at around 3:15 p.m. at Angels of Paradise Mortuary, located at 2796 NW 46th St. in the county’s unincorporated Brownsville area.</p><p>Video from Sky 10 showed the crumpled brown dirt bike on the ground with the driver’s side window of the Cadillac hearse shattered.</p><p>Medics rushed the dirt bike rider to Jackson Memorial Hospital in critical condition.</p><p>Officials with the Miami-Dade Sheriff’s Office confirmed Wednesday morning that the man later died. Authorities have not yet publicly identified him.</p><p>They said they are looking into whether speed was a factor in the crash.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Dolphins sign veteran WR Jalen Reagor]]></title><link>https://www.local10.com/sports/local/2026/06/02/dolphins-sign-veteran-wr-jalen-raegor-report-says/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/02/dolphins-sign-veteran-wr-jalen-raegor-report-says/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins have signed wide receiver Jalen Reagor, ESPN’s Adam Schefter confirmed Tuesday. ]]></description><pubDate>Tue, 02 Jun 2026 20:02:34 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins have signed wide receiver Jalen Reagor, the team confimed on Tuesday. </p><p>Reagor, 26, joins Miami after spending time with the Los Angeles Chargers organization last season. </p><p>He was promoted from the Chargers’ practice squad late in the 2024 campaign but moved on and off the practice squad after being waived during training camp. He has been a free agent since October.</p><p>A former first-round draft pick, Reagor was selected 21st overall by the Philadelphia Eagles in the 2020 NFL Draft. </p><p>He has appeared in 64 regular-season games and made 27 starts during his NFL career, with most of those starts coming during his first two seasons in Philadelphia.</p><p>Reagor’s most productive season came in 2021, when he recorded a career-high 33 receptions. He was traded to the Minnesota Vikings before the 2022 season and has also spent time with the New England Patriots and Chargers.</p><p>Over five NFL seasons, Reagor has totaled 86 receptions for 1,037 yards and four touchdowns while contributing on special teams as a returner.</p><p>The move adds more veteran depth to Miami’s receiving corps, which was bolstered this offseason by the additions of Tutu Atwell and Jalen Tolbert as the Dolphins continue preparing their roster for the 2026 season.</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/ULEJDBSMEFADLNXJFD5T6TTQ3I.jpg?auth=845c46367c67866d37a96a0a9fadc5c124f0de501f4f5c325235e0a49f479c1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Miami-Dade bus driver arrested after boy, 6, found alone in street]]></title><link>https://www.local10.com/news/local/2026/06/03/mdso-miami-dade-bus-driver-arrested-after-boy-6-found-alone-in-street/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/03/mdso-miami-dade-bus-driver-arrested-after-boy-6-found-alone-in-street/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A bus driver in Miami-Dade County was arrested Tuesday after a young boy was left alone inside her bus and then wandered into the roadway near her home, authorities said.]]></description><pubDate>Wed, 03 Jun 2026 14:03:53 +0000</pubDate><content:encoded><![CDATA[<p>A bus driver in Miami-Dade County was arrested Tuesday after a young boy was left alone inside her bus and then wandered into the roadway near her home, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/03/mdso-arrestan-a-conductora-de-autobus-de-miami-dade-tras-hallar-a-nino-de-6-anos-solo-en-la-calle/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/mdso-arrestan-a-conductora-de-autobus-de-miami-dade-tras-hallar-a-nino-de-6-anos-solo-en-la-calle/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, Patricia Barberena, 62, picked the boy up Tuesday morning from his daycare and then headed toward his school to drop him off.</p><p>But deputies said the boy fell asleep on the bus and didn’t get off once they arrived at his school.</p><p>According to the report, Barberena then drove the bus to her home and parked along the county swale.</p><p>Deputies said the boy woke up after Barberena had already entered her home and exited the bus.</p><p>A passerby found him a short time later walking along Southwest 298<sup>th</sup> Terrace and 157<sup>th</sup> Avenue and called MDSO, authorities said.</p><p>According to the report, the boy’s school called Barberena to inform her that the boy never arrived and she then went outside to look for him.</p><p>Instead, she was greeted by deputies who transported her to the South District Station in Cutler Bay for questioning, authorities said.</p><p>According to the report, Barberena admitted to not inspecting the bus to see if any students were still on it before she drove home.</p><p>She was arrested on a charge of child neglect without great bodily harm.</p><p>The name of the school the boy attends was not disclosed in the arrest report. </p><p>As of Wednesday morning, Barberena was being held at the Turner Guilford Knight Correctional Center. Online jail records listed her bond as “to be set.”</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/6HM7NWTP2RGXBBVBERTO37HNFQ.jpg?auth=4a52f768d53f2da37fc3d20507a754b64a27af89cb9305fc4cdf1232608314c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Arrestan a conductora de autobús de Miami-Dade tras hallar a niño de 6 años solo en la calle]]></title><link>https://www.local10.com/espanol/2026/06/03/mdso-arrestan-a-conductora-de-autobus-de-miami-dade-tras-hallar-a-nino-de-6-anos-solo-en-la-calle/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/mdso-arrestan-a-conductora-de-autobus-de-miami-dade-tras-hallar-a-nino-de-6-anos-solo-en-la-calle/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una conductora de autobús en el condado de Miami-Dade fue arrestada el martes después de que un niño se quedara solo dentro de su autobús y luego se adentrara en la carretera cerca de su casa, dijeron las autoridades.]]></description><pubDate>Wed, 03 Jun 2026 14:09:31 +0000</pubDate><content:encoded><![CDATA[<p>Una conductora de autobús del condado Miami-Dade fue arrestada el martes después de que un niño pequeño quedara solo dentro de su autobús y luego deambuló por la vía cerca de su casa, informaron las autoridades.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), Patricia Barberena, de 62 años, recogió al niño el martes por la mañana en su guardería y luego se dirigió a su escuela para dejarlo.</p><p>Sin embargo, los agentes dijeron que el niño se quedó dormido en el autobús y no se bajó cuando llegaron a la escuela.</p><p>Según el informe, Barberena condujo el autobús hasta su casa y lo estacionó junto a una franja de terreno del condado.</p><p>Los agentes dijeron que el niño despertó después de que Barberena ya había entrado a su vivienda y salió del autobús.</p><p>Poco después, un transeúnte lo encontró caminando por Southwest 298th Terrace y la avenida 157 y llamó a la MDSO, informaron las autoridades.</p><p>Según el informe, la escuela del niño llamó a Barberena para informarle que el menor nunca llegó y ella salió a buscarlo.</p><p>En cambio, fue recibida por agentes que la trasladaron a la estación del Distrito Sur en Cutler Bay para ser interrogada, informaron las autoridades.</p><p>Según el informe, Barberena admitió que no inspeccionó el autobús para verificar si todavía había estudiantes a bordo antes de conducir hasta su casa.</p><p>Fue arrestada por un cargo de negligencia infantil sin causar lesiones corporales graves.</p><p>El nombre de la escuela a la que asiste el niño no fue revelado en el informe de arresto.</p><p>Hasta la mañana del miércoles, Barberena permanecía detenida en el Centro Correccional Turner Guilford Knight. Los registros carcelarios en línea indicaban que su fianza estaba “pendiente de ser fijada”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6HM7NWTP2RGXBBVBERTO37HNFQ.jpg?auth=4a52f768d53f2da37fc3d20507a754b64a27af89cb9305fc4cdf1232608314c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[How can I illustrate our financial position to a spouse who shows little interest?]]></title><link>https://www.local10.com/business/2026/06/03/how-can-i-illustrate-our-financial-position-to-a-spouse-who-shows-little-interest/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/how-can-i-illustrate-our-financial-position-to-a-spouse-who-shows-little-interest/</guid><dc:creator><![CDATA[AMY C. ARNOTT of Morningstar, Associated Press]]></dc:creator><description><![CDATA[Reader question: My spouse has little interest in our financial position. As we age, this concerns me. I try to share some basic information (income, spending, account balances, debt, and so on) each month but rarely get a response. I think graphs or charts might be of more interest to her than a bunch of numbers. What recommendations would you have for illustrating our financial position so that I am not the only person aware of how we are situated? Thanks!]]></description><pubDate>Wed, 03 Jun 2026 14:05:25 +0000</pubDate><content:encoded><![CDATA[<p>Reader question: My spouse has little interest in our financial position. As we age, this concerns me. I try to share some basic information (income, spending, account balances, debt, and so on) each month but rarely get a response. I think graphs or charts might be of more interest to her than a bunch of numbers. What recommendations would you have for illustrating our financial position so that I am not the only person aware of how we are situated? Thanks!</p><p>Answer: Your situation is pretty common. Most couples I know develop a division of labor over time, where one person is in charge of financial matters and the other person is less involved. That’s definitely the case for my husband and me. He’s in charge of paying all the monthly bills and preparing our tax returns, but the financial planning and investment decisions are up to me. This type of arrangement might work well for a long time, but can become less sustainable with age, particularly if the “finance person” in the relationship dies or develops a major health issue.</p><p>Online tools and mind maps</p><p>Illustrating your financial situation with charts and graphs is a great idea that might help your spouse become a little more involved. Morningstar’s  Portfolio X-Ray  tool includes a variety of images that help illustrate your financial situation. Websites for most major brokerage firms also include some visual tools. Schwab, for example, offers a Portfolio Checkup and a bar graph illustrating your account’s monthly income from dividends and interest income. Vanguard has a Portfolio Watch tool and a variety of performance illustrations, tools, and calculators.</p><p>A  mind map, which we used with clients when I worked for a financial advisory firm, can be another way to picture your entire financial situation on one page. There are various  softwaretemplates  for drawing a mind map, or you can simply sketch it out with a large sheet of paper and a pencil. Start with your names at the center of the page. Then draw spokes connecting to various categories, such as names of other family members; investment accounts; real estate and other assets, insurance policies, estate plans, key goals and values, and contact information for accountants, estate planners, and other professionals. It can be helpful to go through the mind map together and make any updates needed at least once a year.</p><p>Other ways to communicate about money</p><p>A few other ideas—though not related to charts and graphs—might also be useful.</p><p>I like the idea of putting together a  net worth statement  that itemizes cash, taxable accounts, real estate, retirement accounts, and debt for each member of the couple as well as items owned jointly. It’s a good idea to update this document at least once a year and  discuss it as a couple. If you set up the document as a spreadsheet, you can include columns with additional information such as account numbers, what each account is used for, which accounts are subject to required minimum distributions, or tax issues like potential capital gains.</p><p>Many couples also put together a  binder  (sometimes humorously called a “Doomsday Book”) that contains information about where to find important paperwork, insurance policies, how bills are paid, what each account is for, steps the surviving spouse will need to take, final wishes, and any other critical information.</p><p>A well-qualified financial adviser can bridge the information gap</p><p>Finally, you could consider working with a good  financial adviser,  who can help involve your spouse in financial matters while you’re still living and step in to fully manage investments and personal finance decisions if you pass away before your spouse. Make sure the adviser holds the Certified Financial Planner designation and charges fees that are reasonable. Although a 1% fee is still the industry standard for accounts of $1 million or less, it’s possible to find advisers who charge significantly less, including a few who price their services based on hours worked instead of a percentage of assets under management.</p><p>_____</p><p>This article was provided to The Associated Press by Morningstar. For more personal finance content, go to https://www.morningstar.com/personal-finance.</p><p>Amy C. Arnott, CFA, is a portfolio strategist for Morningstar and co-host of The Long View podcast.</p><p>Related links:</p><p>What If This Turns Out to Be a Terrible Time to Retire?</p><p>https://www.morningstar.com/personal-finance/what-if-this-turns-out-be-terrible-time-retire</p><p>Bill Bengen: ‘Inflation Is the Greatest Enemy of Retirees’</p><p>https://www.morningstar.com/retirement/bill-bengen-inflation-is-greatest-enemy-retirees</p><p>3 Big Questions to Ask Your Aging Parents</p><p>https://www.morningstar.com/personal-finance/3-big-questions-ask-your-aging-parents</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQEEN3IL23CP4URTVME6ADQGVU.jpg?auth=3407ba916f40530def24f40ea4c31f5d58f503ba255eeebc4a14f59b4ab88d6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cash is fanned out from a wallet in North Andover, Mass, June 15, 2018. (AP Photo/Elise Amendola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Elise Amendola</media:credit></media:content></item><item><title><![CDATA[European Union launches tech sovereignty initiative to boost chips, cloud and AI at home]]></title><link>https://www.local10.com/business/2026/06/03/european-union-launches-tech-sovereignty-initiative-to-boost-chips-cloud-and-ai-at-home/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/european-union-launches-tech-sovereignty-initiative-to-boost-chips-cloud-and-ai-at-home/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — European Union leaders, worried about the continent relying too heavily on American companies for AI and cloud computing services and Asia for microchips, are pushing back.]]></description><pubDate>Wed, 03 Jun 2026 14:05:03 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — European Union leaders, worried about the continent relying too heavily on American companies for AI and cloud computing services and Asia for microchips, are pushing back.</p><p>The 27-nation bloc unveiled a “tech sovereignty” package on Wednesday with measures to promote homegrown European alternatives to Big Tech services and hardware.</p><p>The efforts by Brussels have gained urgency as leaders worry about dependence on technologies from foreign providers, which they say could be “weaponized” against Europeans. Those fears crystallized after the International Criminal Court's top prosecutor was sanctioned by the Trump administration, which led to Microsoft canceling his email account, sparking fears of a “kill switch” hidden in U.S. tech services.</p><p>“Europe wants to be in the position to make its own choices, avoiding risky dependencies on single dominant suppliers, one company or one third country,” European Commission Executive Vice-President Henna Virkkunen, who oversees tech sovereignty, told reporters in Brussels.</p><p>“Because we live in a world where geopolitics and technology go hand in hand. Those who champion technological innovation will shape the future, and we must ensure that Europe plays a leading role in this.”</p><p>A cornerstone of the package is a sequel to the EU's 2023 Chips Act to further boost local production of semiconductors by cutting red tape for chip fabs and fostering a European chipmaking ecosystem.</p><p>Europe's vulnerability to the global chip supply chain centered in East Asia was highlighted last year in a power struggle at the Chinese-owned, Netherlands-based chipmaker Nexperia.</p><p>Another key part of the package is supporting local cloud and AI development, with plans to triple Europe's data center capacity by over the next five to seven years. The EU is pushing to expand data centers to keep up with the AI boom, which is driving demand for cloud computing services.</p><p>The proposals from the EU's executive arm still need to be debated by the EU's two other main institutions, the European Parliament and the Council of the European Union.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2U62AEIOLBD2EWWOY4COSTJ6II.jpg?auth=93d19f85a25b701cf0c7653768cea2bff89bc1ac55aa85a11dcf08d5338d1c72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[European Union flags flap in the wind outside EU headquarters in Brussels, Tuesday, May 12, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[Veteran journalist Scott Pelley of ‘60 Minutes’ fired by CBS News ]]></title><link>https://www.local10.com/entertainment/2026/06/02/veteran-journalist-scott-pelley-of-60-minutes-fired-by-cbs-news/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/02/veteran-journalist-scott-pelley-of-60-minutes-fired-by-cbs-news/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Veteran correspondent Scott Pelley has been fired from CBS News.]]></description><pubDate>Wed, 03 Jun 2026 02:19:14 +0000</pubDate><content:encoded><![CDATA[<p>Veteran correspondent Scott Pelley has been fired from CBS News.</p><p><a href="https://www.local10.com/espanol/2026/06/03/despiden-a-veterano-periodista-scott-pelley-de-60-minutes-en-cbs-news/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/despiden-a-veterano-periodista-scott-pelley-de-60-minutes-en-cbs-news/">Leer en español</a></p><p>The dismissal comes a day after Pelley slammed the show’s editor-in-chief, Bari Weiss, during a staff meeting Monday, accusing her of trying to “kill” “60 minutes.”</p><p>The show’s new executive producer Nick Bilton sent a note to Pelley on Tuesday saying he was terminated for cause, effective immediately.</p><p>Pelley reportedly took aim at Weiss after the network fired the program’s veteran executive producer and replaced her with Bilton.</p><p>The New York Times reports that it obtained audio of the meeting, saying Pelley accused Weiss of having no qualifications for her job and called Bilton’s qualifications “slender.”</p><p>Bilton is a documentarian and former tech reporter for the New York Times and Vanity Fair.</p><p>Sources say Pelley’s comments received mixed responses from staff members.</p><p>A CBS news spokesperson declined to comment, and Pelley did not immediately respond to a request for comment.</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[Despiden a veterano periodista Scott Pelley de “60 Minutes” en CBS News]]></title><link>https://www.local10.com/espanol/2026/06/03/despiden-a-veterano-periodista-scott-pelley-de-60-minutes-en-cbs-news/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/despiden-a-veterano-periodista-scott-pelley-de-60-minutes-en-cbs-news/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[El veterano corresponsal Scott Pelley ha sido despedido de CBS News.]]></description><pubDate>Wed, 03 Jun 2026 14:04:01 +0000</pubDate><content:encoded><![CDATA[<p>El veterano corresponsal Scott Pelley fue despedido de CBS News.</p><p>El despido se produce un día después de que Pelley criticara a la editora en jefe del programa, Bari Weiss, durante una reunión de personal el lunes, acusándola de intentar “matar” a “60 Minutes”.</p><p>El nuevo productor ejecutivo del programa, Nick Bilton, envió una nota a Pelley el martes informándole que había sido despedido con causa, con efecto inmediato.</p><p>Según informes, Pelley arremetió contra Weiss después de que la cadena despidiera a la veterana productora ejecutiva del programa y la reemplazara por Bilton.</p><p>The New York Times informa que obtuvo audio de la reunión y señala que Pelley acusó a Weiss de no tener ninguna calificación para su cargo y calificó las credenciales de Bilton como “limitadas”.</p><p>Bilton es documentalista y ex reportero de tecnología de The New York Times y Vanity Fair.</p><p>Fuentes afirman que los comentarios de Pelley recibieron respuestas mixtas entre los miembros del personal.</p><p>Un portavoz de CBS News se negó a comentar y Pelley no respondió de inmediato a una solicitud de comentarios.</p>]]></content:encoded></item><item><title><![CDATA[UN calculates nation-sized environmental footprints for AI and data centers]]></title><link>https://www.local10.com/tech/2026/06/03/un-calculates-nation-sized-environmental-footprints-for-ai-and-data-centers/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/03/un-calculates-nation-sized-environmental-footprints-for-ai-and-data-centers/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The environmental footprint of data centers already rivals some of the world's largest countries, according to a United Nations University report, which also predicts their water and energy use and pollution will double in just four years as use of artificial intelligence grows.]]></description><pubDate>Wed, 03 Jun 2026 17:11:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The environmental footprint of data centers already rivals some of the world's largest countries, according to a United Nations University report, which also predicts their water and energy use and pollution will double in just four years as use of artificial intelligence grows.</p><p>Last year, global data centers used 448 trillion watt-hours of electricity, more than all but 10 countries of the world, said the report issued Wednesday. That electricity use produced about 208 million tons (189 million metric tons) of carbon dioxide, about the same amount as Argentina, and producing that much energy consumed about 1.2 trillion gallons (4.5 trillion liters) of water, according to the report on the environmental consequences of AI's energy use.</p><p>By 2030, data centers will account for nearly 3% of the world's projected electricity use, with 935 trillion watt-hours. If data centers were a country, the country would be projected to rank sixth-highest in power use in 2030. That would produce nearly 440 million tons (399 million metric tons) of carbon dioxide, the report said. The study focused on energy use and didn’t examine the massive amount of water used to cool data centers.</p><p>“If you look at these numbers, we're seeing scales comparable to nations,” said study co-author Kaveh Madani, a water scientist and director of the United Nations University Institute for Water, Environment and Health in Canada. “The demand is enormous.”</p><p>Much of the growth of data centers is being driven by AI. About 20% of data centers’ energy is currently due to AI, but that should grow to 40% by 2030, the report said.</p><p>First global look at ecological impact</p><p>The report is significant because of the credibility and authority of the U.N., not just because of any one set of eye-popping numbers, said Fengqi You, a Cornell University energy engineering professor who directs the college’s AI sustainability issues.</p><p>“Its value is that a U.N. institution is putting carbon, water, land, life-cycle impacts and environmental justice into one frame” for an issue that is often shrouded in secrecy and partial disclosures, said You, who was not part of the report.</p><p>“The general public should be concerned, but not panicked,” he added.</p><p>Jean Su, director of the Energy Justice Program at the Center for Biological Diversity, said the report is important because it is the first U.N., or even global, report “that shines a light on the environmental harms of AI.”</p><p>National Artificial Intelligence Association President Caleb Max emphasized how his industry is becoming more efficient and how it benefits the public: “AI is rapidly becoming part of our everyday lives and adding benefits that improve safety, live longer, work more efficiently, enhance food production, and reduce poverty. The evidence is growing daily that the energy return on investment of AI development is transformative for our world and therefore more than worth it.”</p><p>Josh Levi, president the Data Center Coalition, said the industry takes its environmental impact seriously.</p><p>“We remain committed to working with policymakers, local communities, and industry partners to ensure that as data centers grow, they do so responsibly, transparently, and in ways that reflect the best available practices,” he said in a statement.</p><p>How much energy your query uses and how to trim it</p><p>Madani, also the winner of the most recent of the Stockholm Water Prize, said the numbers show the environmental cost of AI, which may seem cleaner at first glance than other mechanical devices, such as cars and furnaces, that have visible pollution.</p><p>"AI is not just a virtual thing. We’re talking about something that has physics, something that has real impacts. There is infrastructure there. There is energy that is being used,” Madani said. “A lot of hardware is behind all these operations that to us seem very, very clean because we don’t see smoke out of our devices. On our cellphone, there is no visible smoke or out of our computer or something. But somewhere else someone is suffering.”</p><p>People can reduce AI’s massive energy appetite by being less polite and more concise in their queries, Madani said. The report found that cutting word use in requests by 30% can reduce energy used by AI by 25%. That would save about the same amount of electricity as what about 700,000 people in Africa use in a year, the report said.</p><p>“If you’re too polite, then that extra ‘please’ you put there can make a huge difference,” Madani said. “You’ve got to be very precise and be short.”</p><p>A typical ChatGPT-style query is about 200 times more energy-intensive than the type of basic text classification used in an email spam filter, for example. AI-generated images or video require much more energy.</p><p>And the more complicated the AI, the more energy it takes to train or learn. The report said GPT-3 used about 1.3 billion watt-hours to train, but the next version used 50 to 70 billion watt-hours.</p><p>But it's not training that really feasts on power, said study co-author Miriam Aczel, a United National University environmental policy researcher. About 90% of the power use of AI comes from operational requests, she said. GPT alone accounts for 2.5 billion prompts a day, she said.</p><p>Efficiency still means more power use</p><p>Even though tech advocates can argue that their machines are becoming more efficient, there's a common paradox that finds when things get more efficient, they are used more often and total energy use soars even if individual uses are more efficient, Madani said. While some companies tout the use of renewable energy for data centers, Madani said that means the supply of clean electricity is depleted and thus dirtier energy is used elsewhere.</p><p>One of the problems in conducting this study is that many companies and places are not transparent about what data centers and AI are consuming or even where and how big they are, Aczel and Madani said.</p><p>“We cannot manage what companies do not disclose,” Cornell's You said.</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/QQKZM5BWVJJKC4SP3LGTGRNIWE.jpg?auth=cacc9fb08184e7c1ab166bf7a682b3ef2d5faa4bd8d98f1b57731228390d7f05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Meta's Stanton Springs Data Center is visible Jan. 13, 2026, in Newton County, Ga. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VW6AMKBI4ULGM6PDWFH7SHL6I.jpg?auth=193db524690b1aa4359d9aa895c6d501a8653a8409a0fdfd08dcc07bd528994a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans, part of a cooling system, are visible on the roof of a data center April 27, 2026, in Hillsboro, 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/QTOVZCPEUEDDQMT2TFNGMPVJ5Y.jpg?auth=dddf048b35e7f1357c924ff3af19f168c18df4471f22aa1cedc9faba6ecc53f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Earth movers prepare a site for a 2.5 million square foot AI data center March 24, 2026, in Independence, Mo. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PVDC6OQGOO4SLPYLDEMDEWC5Q.jpg?auth=749cecfbe9dbe8f7b06099cc22abfa10bc3eac4264e3cd0ab01de109dff9b0c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Amazon Web Services data center is visible at night Aug. 22, 2024, in Boardman, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Brickell condo residents feel unsafe outside building due to constant car accidents]]></title><link>https://www.local10.com/news/local/2026/06/02/brickell-condo-residents-feel-unsafe-outside-building-due-to-constant-car-accidents/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/brickell-condo-residents-feel-unsafe-outside-building-due-to-constant-car-accidents/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Residents of a condominium building in Miami’s Brickell neighborhood are upset after a crash outside the building that occurred over the weekend. ]]></description><pubDate>Wed, 03 Jun 2026 01:23:51 +0000</pubDate><content:encoded><![CDATA[<p>Residents of a condominium building in Miami’s Brickell neighborhood are upset after a crash outside the building that occurred over the weekend. </p><p><a href="https://www.local10.com/espanol/2026/06/03/residentes-de-condominio-en-brickell-se-sienten-inseguros-fuera-del-edificio-por-constantes-accidentes-de-autos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/residentes-de-condominio-en-brickell-se-sienten-inseguros-fuera-del-edificio-por-constantes-accidentes-de-autos/">Leer en español</a></p><p>Andrew Gillman is the general manager of the Echo Brickell Residences, located at 15th Street and Brickell Avenue. </p><p>“I was shocked that it came so close to hitting those girls,” he said of the latest incident. </p><p>Gillman said close calls like Saturday’s crash have been alarmingly common. </p><p>“This is the seventh or eighth time in the last four years,” he said.</p><p>Past incidents include an SUV rolling down the sidewalk in the middle of the night and another car careening and crashing into a palm tree.</p><p>Gillman says a scooter driver also lost control and was killed there several years ago. </p><p>“I don’t feel safe where I’m standing right now,” he said. </p><p>Neighbors are urging city leaders to evaluate the intersection and install barriers to protect pedestrians and the building. </p><p>“We want to resolve this and not have anybody lose a life over this because it hasn’t been addressed,” said resident Michelle Pasko. </p><p>Darrin Gurksy is an attorney for the Brickell Condominium Association. </p><p>“We’ve offered to pay for bollards. We think that would resolve a lot of the issues based upon how this drive comes through over here, and that’s our hope,” he said. “We’ve reached out to the city before, previously, because we’ve had vehicles that have actually driven up our stairs before.”</p><p>Added Pasko: “We have cafes on both corners of our building. There’s mothers with baby carriages and people walking their pets.”</p><p>Miami Commissioner Damian Pardo provided Local 10 News the following statement: </p><p>“Public safety is always our top priority. We received our first direct communication on this matter over the weekend and responded immediately. At this time, we are coordinating a meeting with the residents who reached out so we can better understand their concerns and discuss potential solutions.</p><p>“Any incident that puts pedestrians at risk is concerning, and we are grateful that no one was seriously injured in this crash. We take resident concerns seriously and will continue working with the appropriate city departments, law enforcement, and community stakeholders to evaluate conditions and identify any measures that may improve safety.” </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[Residentes de condominio en Brickell se sienten inseguros fuera del edificio por constantes accidentes de autos]]></title><link>https://www.local10.com/espanol/2026/06/03/residentes-de-condominio-en-brickell-se-sienten-inseguros-fuera-del-edificio-por-constantes-accidentes-de-autos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/03/residentes-de-condominio-en-brickell-se-sienten-inseguros-fuera-del-edificio-por-constantes-accidentes-de-autos/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Los residentes de un edificio de condominios en el barrio Brickell de Miami están molestos después de un choque afuera del edificio ocurrido durante el fin de semana.]]></description><pubDate>Wed, 03 Jun 2026 13:56:10 +0000</pubDate><content:encoded><![CDATA[<p>Los residentes de un edificio de condominios en el vecindario Brickell de Miami están molestos tras un choque ocurrido durante el fin de semana frente al edificio.</p><p>Andrew Gillman es el gerente general de Echo Brickell Residences, ubicado en la calle 15 y Brickell Avenue.</p><p>“Me sorprendió que estuviera tan cerca de atropellar a esas muchachas”, dijo sobre el incidente más reciente.</p><p>Gillman afirmó que situaciones como el choque del sábado han sido alarmantemente comunes.</p><p>“Esta es la séptima u octava vez en los últimos cuatro años”, dijo.</p><p>Incidentes anteriores incluyen un SUV que se subió a la acera en medio de la noche y otro automóvil que se desvió y se estrelló contra una palmera.</p><p>Gillman dijo que un conductor de scooter también perdió el control y murió allí hace varios años.</p><p>“No me siento seguro donde estoy parado en este momento”, dijo.</p><p>Los vecinos están instando a los líderes de la ciudad a evaluar la intersección e instalar barreras para proteger a los peatones y al edificio.</p><p>“Queremos resolver esto y evitar que alguien pierda la vida por esta situación porque no ha sido atendida”, dijo la residente Michelle Pasko.</p><p>Darrin Gurksy es abogado de la Asociación de Condominios de Brickell.</p><p>“Nos hemos ofrecido a pagar por bolardos. Creemos que eso resolvería muchos de los problemas debido a la forma en que el tránsito pasa por aquí, y esa es nuestra esperanza”, dijo. “Nos hemos comunicado con la ciudad anteriormente porque ya hemos tenido vehículos que incluso han subido nuestras escaleras”.</p><p>Pasko agregó: “Tenemos cafés en ambas esquinas de nuestro edificio. Hay madres con cochecitos de bebé y personas paseando a sus mascotas”.</p><p>El comisionado de Miami, Damian Pardo, proporcionó a Local 10 News la siguiente declaración:</p><p>“La seguridad pública siempre es nuestra máxima prioridad. Recibimos nuestra primera comunicación directa sobre este asunto durante el fin de semana y respondimos de inmediato. En este momento, estamos coordinando una reunión con los residentes que se comunicaron con nosotros para comprender mejor sus preocupaciones y discutir posibles soluciones.</p><p>“Cualquier incidente que ponga en riesgo a los peatones es preocupante, y agradecemos que nadie haya resultado gravemente herido en este choque. Tomamos en serio las preocupaciones de los residentes y continuaremos trabajando con los departamentos correspondientes de la ciudad, las fuerzas del orden y las partes interesadas de la comunidad para evaluar las condiciones e identificar cualquier medida que pueda mejorar la seguridad”.</p>]]></content:encoded></item><item><title><![CDATA[Legisladores de Florida aprueban plan para poner recortes de impuestos a la propiedad en la boleta de noviembre ]]></title><link>https://www.local10.com/espanol/2026/06/02/aprueban-legisladores-de-florida-plan-para-poner-recortes-de-impuestos-a-la-propiedad-en-la-boleta-de-noviembre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/aprueban-legisladores-de-florida-plan-para-poner-recortes-de-impuestos-a-la-propiedad-en-la-boleta-de-noviembre/</guid><dc:creator><![CDATA[Glenna Milberg, Chris Gothner]]></dc:creator><description><![CDATA[Aceleran legisladores de Florida plan del gobernador Ron DeSantis para recortes de impuestos a la propiedad en la boleta de noviembre.]]></description><pubDate>Tue, 02 Jun 2026 17:21:55 +0000</pubDate><content:encoded><![CDATA[<p>Aceleran legisladores de Florida plan del gobernador Ron DeSantis para establecer <a href="https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/01/florida-republicans-work-on-property-tax-cut-ballot-measure/">recortes de impuestos a la propiedad</a> en la boleta de noviembre</p><p>Los legisladores de Florida aceleraron el plan del gobernador Ron DeSantis para poner recortes de impuestos a la propiedad en la boleta de noviembre, con la Cámara de Representantes y el Senado aprobándolo a primera hora de la tarde del martes.</p><p>El plan elevaría las exenciones de vivienda principal del estado de $50,000 USD a $250,000 USD.</p><p>El gobernador no está obteniendo todo lo que quería a medida que el proyecto llega a su despacho: el cambio más importante es que el financiamiento escolar está protegido, lo que significa que los impuestos a la propiedad no desaparecerán por completo.</p><p>Los cambios también incluyen la eliminación de un fondo fiduciario para condados pequeños con dificultades, el cual no tenía una fuente de financiamiento, y la retirada de dinero destinado para que el estado promueva el plan ante los votantes.</p><p>DeSantis enfrentó escrutinio en 2024 por <a href="https://apnews.com/article/abortion-ron-desantis-florida-election-2024-6fa32787580e935a819248504345cb3c" target="_self" rel="" title="https://apnews.com/article/abortion-ron-desantis-florida-election-2024-6fa32787580e935a819248504345cb3c">usar fondos de los contribuyentes</a> para hacer <a href="https://www.youtube.com/watch?v=DsH5xju_qcw" target="_self" rel="" title="https://www.youtube.com/watch?v=DsH5xju_qcw">campaña</a> contra medidas en la boleta que <a href="https://www.wusf.org/politics-issues/2025-12-17/psa-political-ads-reporters-detail-florida-use-tax-dollars-defeat-amendments" target="_self" rel="" title="https://www.wusf.org/politics-issues/2025-12-17/psa-political-ads-reporters-detail-florida-use-tax-dollars-defeat-amendments">legalizaban la marihuana</a> y protegían los derechos al aborto.</p><p>“Los votantes merecen saber sobre qué están votando sin sesgos”, dijo el martes la senadora estatal Lori Berman, demócrata de Boca Ratón.</p><p>Y el elefante en la habitación: ¿Por qué esto? ¿Por qué ahora, con tantos detalles aún sin definir?</p><p>“¿Por qué la prisa? ¿Por qué tres días? ¿Por qué no pedir cifras reales?”, preguntó la representante estatal Robin Bartleman, demócrata de Weston.</p><p>El representante estatal Toby Overdorf, republicano del condado de Martin, respondió: “Hemos estado trabajando en este tema por más de un año y medio. Nos hemos reunido con personas desde Pensacola hasta Cayo Hueso. Sin embargo, actualmente tenemos una propuesta del gobernador, y eso es lo que estamos escuchando durante esta sesión especial”.</p><p>Los escépticos han<a href="https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/31/florida-lawmakers-weigh-property-tax-cuts-for-homeowners/"> expresado preocupación</a> por posibles déficits en servicios gubernamentales esenciales.</p><p>Pero los republicanos han criticado cómo los gobiernos locales gastan los fondos de los contribuyentes.</p><p>Como ocurre con cualquier enmienda a la constitución estatal, necesitaría el 60% de los votos para aprobarse en noviembre.</p>]]></content:encoded></item><item><title><![CDATA[Hombre de Florida intenta secuestrar a su ex de 74 años; huye a Hialeah, según la policía]]></title><link>https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Un hombre de Florida de 64 años está tras las rejas acusado de intentar secuestrar a su exnovia de 74 años.]]></description><pubDate>Tue, 02 Jun 2026 21:03:55 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Florida de 64 años está tras las rejas acusado de intentar secuestrar a su exnovia de 74 años, y el incidente quedó captado en cámara.</p><p>El arrestado en el incidente es Jose Zamora, quien enfrenta una serie de cargos, incluido intento de secuestro con arma de fuego.</p><p>La policía de Port St. Lucie dijo que ocurrió el domingo por la mañana afuera de la iglesia First United Methodist en SW Prima Vista Boulevard.</p><p>La policía dijo que Zamora quería hablar con la víctima e intentó obligarla a subir a su auto a punta de pistola.</p><p>“Varios testigos presenciaron lo que estaba ocurriendo e intervinieron”, dijo el jefe de la policía de Port St. Lucie, Leo Niemzyck. “El valor que demostraron ayudó a desactivar una situación muy peligrosa en escalada. El sospechoso sacó un arma de fuego y la colocó al lado de la víctima e intentó obligarla a subir al vehículo”.</p><p>Luego, dijeron que Zamora huyó y condujo hasta Hialeah.</p><p>La víctima sintió algo de dolor pero no tenía marcas visibles ni moretones, dijo la policía.</p><p>Según las autoridades, la víctima vivía con Zamora en Hollywood antes de mudarse juntos a Fort Pierce, y para diciembre pasado ella quería que él saliera de la casa porque se volvió agresivo con ella.</p><p>“Ellos tuvieron una relación romántica previa que había terminado, y supuestamente terminó debido a algunas infidelidades”, dijo Niemzyck. “Pero él tiene un historial criminal violento significativo que incluye un intento de secuestro previo”.</p><p>La policía dijo que la víctima obtuvo una orden de protección contra Zamora en marzo después de que fue arrestado por una violación de armas.</p><p>“Niemzyck dijo que esos detalles les dieron motivos para creer que él habría dañado a la víctima”.</p><p>“Es un delincuente convicto”, dijo. “Tiene un pasado peligroso. Así que la familia de él creía que era un peligro tanto para sí mismo como para ella. De hecho, fue considerado un posible sospechoso de suicidio por policía”.</p><p>Los investigadores dijeron que usaron lectores de placas para rastrear a Zamora.</p><p>Actualmente está recluido en la cárcel del condado St. Lucie en Fort Pierce con una fianza de $750,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[June 3: Slow moving thunderstorms bring a flood threat to parts of South Florida]]></title><link>https://www.local10.com/weather/2026/06/03/june-3-slow-moving-thunderstorms-bring-a-flood-threat-to-parts-of-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/03/june-3-slow-moving-thunderstorms-bring-a-flood-threat-to-parts-of-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[We have ended the streak of record breaking hot temperatures today with the extra clouds and rain. ]]></description><pubDate>Wed, 03 Jun 2026 13:50:35 +0000</pubDate><content:encoded><![CDATA[<p>We have ended the streak of record breaking hot temperatures today with the extra clouds and rain. High temperatures will stay in the middle 80s. It will still be humid, but expect a noticeable improvement.</p><p>There is uncertainty with how many thunderstorms will develop this afternoon. What is more certain is any developing thunderstorms will move very slowly. In some cases, completely stationary. This brings us a higher threat for flooding today with a lower threat for damaging wind gusts compared to yesterday. More showers and thunderstorms are expected tomorrow, but fewer of them on Friday and the weekend.</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[Student arrested at South Broward High School after allegedly running through metal detectors]]></title><link>https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/01/police-student-detained-at-south-broward-high-school-after-security-concern/</guid><dc:creator><![CDATA[Amanda Batchelor, Saira Anwer]]></dc:creator><description><![CDATA[A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.]]></description><pubDate>Mon, 01 Jun 2026 13:26:18 +0000</pubDate><content:encoded><![CDATA[<p>A student at South Broward High School in Hollywood was taken into custody Monday morning for causing a disruption at a school function, authorities said.</p><p>According to Hollywood police, officers responded to the school, located at 1901 N Federal Highway, following a “security concern.”</p><p>Police later confirmed that a student had been detained and all students and staff members were safe. </p><p>According to a couple of seniors at the school who spoke with Local 10, a fellow student was going through security but didn’t want to be patted down so he ran into the school.</p><p>They said the campus was placed on lockdown as officers searched for the student. </p><p>“I was just coming here to pick up my cap and gown because I’m a senior and all and there was police everywhere and I was like, ‘What’s going on everybody?’” Jada Harris said. “I’m standing right there and then the kid -- he jumped over that gate exactly, trying to walk it off all cool, but they got him. They made sure they got him.”</p><p>Police said the lockdown has since been lifted and the school day resumed as normal. </p><p>They confirmed the student was arrested on a charge of disruption of a school function. </p><p><b>BCPS released the following statement after the incident:</b></p><p><i>“This morning, a student ran through the school’s metal detector screening area. In response, staff immediately activated their panic button, which initiated a lockdown. The District’s safety protocols worked as designed, and law enforcement responded promptly to assist. We appreciate the quick actions of our staff and the support of our law enforcement partners in helping ensure the safety and security of our students and employees</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[‘Prize at the Pump’: Local 10, Tropical Financial team up to give away $2,500 in fuel cards]]></title><link>https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</link><guid isPermaLink="true">https://www.local10.com/contests/2026/05/25/prize-at-the-pump-local-10-tropical-financial-team-up-to-give-away-2500-in-fuel-cards/</guid><description><![CDATA[In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. ]]></description><pubDate>Mon, 25 May 2026 10:47:36 +0000</pubDate><content:encoded><![CDATA[<p>All across the country, people are feeling the pinch at the pump. </p><p>In Florida, the average price for regular gas is $4.47. With summer travel on the horizon, Local 10 and Tropical Financial Credit Union are teaming up to bring drivers some relief. </p><p>“Right now, a lot of people across South Florida are feeling the pressure of everyday expenses, and even something as routine as filling up the gas tank can create real stress,” said Richard Shaw, Tropical Financial Credit Union President &amp; CEO. “We wanted to do something simple but meaningful to help lighten the load, which is why we partnered with Local 10 on this gas card giveaway.” </p><p>All you have to do to sign up is complete the contest form below to be eligible to win a $100 fuel gift card. The deadline to enter is Sunday, May 31, at 11:59 p.m. </p><p>From June 1 through June 5, we will give away $2,500 in fuel gift cards to 25 Local 10 viewers. The winners will be chosen at random and five will be announced each day during our 6 a.m. newscast. </p><p>Sign up today for a chance to receive your “Prize at the Pump.” </p><p>“Even a little relief can make a difference, and we want people to know we’re here for them,” added Shaw.</p><p><b>June 1 winners:</b></p><ul><li>Bernard Hardge</li><li>Dawn Cochran</li><li>Alicia Gomez</li><li>Nathaniel Jackson</li><li>Carolina Guerrero</li></ul><p><b>June 2 winners:</b></p><ul><li>Carol Burns</li><li>Raul Sobrino</li><li>Erik Von Dyck</li><li>Imani Scott</li><li>Karol Geimer</li></ul><p><b>June 3 winners:</b></p><ul><li>Judson Walker</li><li>Michelle Galanter</li><li>Alain Perez</li><li>Tywana Greene</li><li>Noris Milian-Carpintero</li></ul><p><div data-ss-embed="promotion" data-opguid="0d43e397-ce9d-4e6e-a3a9-f30b1b8a53e2" data-routing="hash" data-script="gpy3hi"></div>
<script defer src="https://embed-1164201.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="gpy3hi">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2BXNEOH5JVCSJEIC5DITNRKGTE.png?auth=a0bac53de9a9b535e44e830ec1a634f1eef455279aed1df9bf43778f439fd096&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[MAHA candidate beats Trump's choice in Republican primary for Iowa governor]]></title><link>https://www.local10.com/business/2026/06/03/lahns-win-in-gop-primary-for-iowa-governor-is-a-setback-for-trump-that-could-signal-maha-strength/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/lahns-win-in-gop-primary-for-iowa-governor-is-a-setback-for-trump-that-could-signal-maha-strength/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT and ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[DES MOINES, Iowa (AP) — Businessman Zach Lahn's win in Iowa’s Republican gubernatorial primary over President Donald Trump’s pick, Rep. Randy Feenstra, delivered a rare electoral setback for Trump in a primary season that had previously handed him back-to-back victories.]]></description><pubDate>Wed, 03 Jun 2026 16:13:09 +0000</pubDate><content:encoded><![CDATA[<p>DES MOINES, Iowa (AP) — Businessman Zach Lahn's win in Iowa’s Republican gubernatorial primary over President Donald Trump’s pick, Rep. Randy Feenstra, delivered a rare electoral setback for Trump in a primary season that had previously handed him back-to-back victories.</p><p>The narrow upset Tuesday revealed cracks in Trump's coalition in the deep-red state, encouraging Democrats who are hopeful they can flip control of the governor's office this year. It also marked a potential breakthrough moment for the Make America Healthy Again movement, which has clashed with the Trump administration over its embrace of pesticides and backed Lahn's message in favor of regenerative farming and against large agricultural corporations.</p><p>“I will take on the big ag cartels. I will break up their monopolies, and I will get Iowa farmers a fair deal," Lahn said in his victory speech late Tuesday.</p><p>Members of the MAHA movement, a diverse coalition of supporters of Health Secretary Robert F. Kennedy Jr. with priorities ranging from ending vaccine mandates to promoting healthy soil and organic food, cheered the win as a sign their political message was resonating with voters.</p><p>“This election is a signal that pro-pesticide does not mean pro-farmer,” said Tony Lyons, the president of the Kennedy-aligned MAHA PAC, which endorsed Lahn. “Zach Lahn made transitioning away from toxic chemicals the cornerstone of his campaign and won this election decisively with strong farmer support.”</p><p>Lahn, little known before his run, carved out a MAHA fandom</p><p>Lahn, a farmer and former conservative political director, was relatively unknown in Iowa until he launched his campaign in November. During his campaign, he championed policies that appealed to Iowa's conservative grassroots supporters, like a total ban on abortion and keeping liberal ideology out of school classrooms.</p><p>Lahn, who owns an investment company and lives on a farm in eastern Iowa that had been in his family for a century, capitalized on activists’ skepticism toward Feenstra, criticizing him for not showing up to debate his primary opponents and spending limited time on the campaign trail.</p><p>But Lahn also carved out a niche in the MAHA movement, vocally rebuking the consolidation of farmland in the hands of corporate owners and acknowledging health concerns involving farms and poor water quality.</p><p>Iowa, an agricultural stronghold, has a powerful farm lobby that has opposed mandatory rules about curbing chemicals in water. But dangerously polluted drinking water has become an increasingly urgent issue as runoff from farmland has caused surging nitrate levels that have required expensive filtration in Des Moines, the state's capital city.</p><p>Lahn said in a debate in May that water treatment system upgrades were a “Band-Aid.” He said his goal as governor would be to “decrease the nitrate load in the water in the future so we have less stress on that system.”</p><p>In recent months, activists in the MAHA movement loudly backed Lahn as they grew increasingly impatient with the Trump administration and its Environmental Protection Agency for actions they view as antithetical to making America healthier.</p><p>Earlier this year, they revolted after Trump issued an executive order aimed at boosting the production of a controversial herbicide ingredient known as glyphosate. They also organized a protest at the Supreme Court in April to protest glyphosate producer Monsanto's Trump-backed effort to shield itself from lawsuits.</p><p>Lahn has opposed liability shields for pesticide companies. He leaned into campaign points tied to those issues during his primary victory speech Tuesday night.</p><p>“Iowa has the fastest growing cancer rate in the world,” Lahn said. “We all know something is terribly wrong. But too many politicians from Washington, D.C., to Des Moines have had their heads stuck in the sand while big ag and big pharma printed money. This will not go on when I’m governor.”</p><p>Those positions helped Lahn gain endorsements from MAHA PAC and the late Charlie Kirk's conservative political organization Turning Point Action. Figures from both groups reacted to Lahn's victory by celebrating it as their own.</p><p>“MAHA has done its job proving it’s politically radioactive to stand with chemicals over children,” Turning Point USA podcaster Alex Clark said on social media. “Iowa knows pesticides are causing cancer which is exploding in their state. Tonight they opted for change.”</p><p>Kelly Ryerson, a Florida-based activist whose social media account Glyphosate Girl focuses on nontoxic food systems, said she wants midterm candidates in other states to take note.</p><p>“Decreasing pesticides and improving food quality are common ground issues that drive votes,” she said.</p><p>A setback for Trump after repeated victories</p><p>Trump had stayed quiet on Iowa's gubernatorial race until last week, when he praised Feenstra as “MAGA all the way” and said he would “fight tirelessly” for the state on issues including the economy, border security and support of law enforcement.</p><p>The power of the president's endorsement had been proven earlier in the primary season, when it helped defeat two senators — John Cornyn of Texas and Bill Cassidy of Louisiana — and Rep. Thomas Massie of Kentucky.</p><p>Some political observers had viewed Massie's loss as a stumbling block for the MAHA movement. The Republican congressman had helped lead a bipartisan effort to get liability protections for chemical companies out of a recent farm bill, in line with activists' concerns.</p><p>But Feenstra's loss marked a win for MAHA and a setback for the president. It also creates an opening Democrats are sure to try to seize.</p><p>State Auditor Rob Sand, the lone Democrat currently holding statewide office, is the party’s nominee for governor. Unopposed in the primary, Sand has been able to hone his moderate message, remind voters of his rural upbringing and amass an $18 million campaign fund.</p><p>The Republican National Committee denied the Iowa results signaled a weakening of Trump's influence with voters.</p><p>“President Trump’s endorsement is the most valuable force in politics and worth its weight in gold," RNC spokesman Zach Kraft said in an emailed statement. "The record speaks for itself.”</p><p>Feenstra conceded his race to Lahn on Tuesday, signaling he was open to joining forces for the good of the party. He said he called Lahn to tell him to “carry the torch.” Lahn, looking ahead to November in his victory speech, indicated he'd campaign against Sand with a traditional conservative talking point.</p><p>“Rob Sand wants you to believe he’s a moderate,” he said. "We’ve seen this movie before.”</p><p>___</p><p>Swenson reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYA6BOUQAIDMKKRWS7IJXPRXFU.jpg?auth=24e8cc2b7968b8396b99ddf5811a97a28cbf8f9af31d9740d53ccec3fbb0d988&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Randy Feenstra, R-Iowa, talks with Eric Branstad, right, as he campaigns for the Republican nomination for governor during a rally with local residents, Wednesday, May 27, 2026, in West Des Moines, Iowa. (AP Photo/Charlie Neibergall)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6WJP3YEQV3CXG52ZOQCPPGVXQQ.jpg?auth=a162cca444eabbed125ac920cd47c2be1288ad7befc315907c6d115296302a6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iowa democratic gubernatorial candidate Rob Sand speaks to media after voting on primary Election Day, Tuesday, June 2, 2026, in Des Moines, Iowa. (AP Photo/Bryon Houlgrave)]]></media:description><media:credit role="author" scheme="urn:ebu">Bryon Houlgrave</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CUENMU32YA4BQQMFMVKEPCM6EI.jpg?auth=42d2c88c87a8d43934266e6d22d18d57d987075c2d9042db2fbd3e63e28ca940&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a Cabinet meeting at the White House, Wednesday, May 27, 2026, 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[Report: Disruption of Mideast energy supplies into next year would slam global economy]]></title><link>https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/report-disruption-of-mideast-energy-supplies-into-next-year-would-slam-global-economy/</guid><dc:creator><![CDATA[By DAVID McHUGH, Associated Press]]></dc:creator><description><![CDATA[FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 13:14:23 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFURT, Germany (AP) — Prolonged disruption of energy supplies from the Middle East due to the Iran war would deal a severe blow to the global economy, sending some countries into recession and spreading inflation and higher unemployment, the Organization for Economic Cooperation and Development said in a report Wednesday.</p><p>Hardest hit would be Asian economies that depend on crude oil, fuel and natural gas from the Persian Gulf, supplies that have been largely choked off by the closure of the Strait of Hormuz due to the risk of Iranian attack. And poorer countries where people spend more of their incomes on fuel and food would also be severely affected, the OECD said.</p><p>But the consequences of sharply higher energy prices and inflation would be felt around the world. Global growth would slump to levels not seen except for major setbacks like the COVID-19 pandemic and the global financial crisis and recession of the late 2000s. Under the OECD's prolonged disruption scenario, global growth slows from 3.4% last year to 2.1% this year and 1.8% in 2027, potentially pushing some economies into or close to recession.</p><p>Under a different OECD scenario for a time-limited disruption, in which energy production and shipments from the Gulf start to return to pre-war levels in the middle of this year, growth would slow to 2.8% this year and rebound to 3.1% next year.</p><p>“The global economy entered 2026 with robust momentum, but the outlook has weakened significantly since the start of the conflict in the Middle East, with effects likely to be felt for some time," OECD Secretary-General Mathias Cormann said. “The longer the disruptions last, the larger the economic and social costs become.”</p><p>Cormann warned that government spending aimed at relieving energy costs needed to be aimed at those most in need and temporary, to avoid running up excess government debt and preserving incentives to save energy.</p><p>Despite repeated outbreaks of violence, a declared ceasefire in the war between the US and Iran remains officially in place. The ongoing risk to shipping however means that traffic through the Strait of Hormuz has dwindled to a trickle, down more than 90% compared to before the war. That has disrupted about a fifth of the world's supplies of crude oil and fuel products as well as of natural gas.</p><p>The OECD report follows a UN study warning that higher energy prices will impact almost billion people in poorer countries and small island states that depend on imported fuel, forcing tradeoffs between covering energy bills and investing in essential public services. More than 30% of people in those countries already live below the extreme poverty line, defined as living on $3 or less a day.</p><p>The OECD is an international intergovernmental organization and policy forum of 38 democracies with market-based economies, headquartered in Paris.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WXFHCYV5WZSNM72HKQD5JTTZGM.jpg?auth=303b948efffa18ad72e655c6228dd8d865ca56b3c2923c7dbca0b240920a326f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand next to a vendor's cart on the beach as cargo ships and offshore service vessels are anchored in the Strait of Hormuz, off Bandar Abbas, Iran, Sunday, May 31, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JF2PJWHIXC5BQWKVNYZBXFNGPM.jpg?auth=06060b31eeb77dcddee5cc8f1db5d46da405d15d0eb8b39c69e4772d34733793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo at the entrance of the Organisation for Economic Co-operation and Development (OECD) headquarters in Paris, France, Wednesday, June 7, 2017. (AP Photo/Francois Mori, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWRV44RQYOWGSRTVTLNB3DFAIA.jpg?auth=fcc311c0504afdffdb6b5c4674aa4b32600c6fe0e6473ca5ff4c2e0f5928c1c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men walk on the shoreline as people wade in the water in the Strait of Hormuz, where cargo and service vessels are anchored off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump called Netanyahu ‘crazy’ and says Israel is complicating peace talks with Iran]]></title><link>https://www.local10.com/news/2026/06/03/the-latest-trump-called-netanyahu-crazy-and-says-israel-is-complicating-peace-talks-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/the-latest-trump-called-netanyahu-crazy-and-says-israel-is-complicating-peace-talks-with-iran/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump, in an interview released Wednesday, confirmed an earlier report that he criticized Israeli Prime Minister Benjamin Netanyahu as “crazy," and says he's “a little bit perturbed” that Israel’s fighting with Hezbollah in Lebanon is holding back peace talks with Iran.]]></description><pubDate>Wed, 03 Jun 2026 17:05:16 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump, in an interview released Wednesday, confirmed an earlier report that he criticized Israeli Prime Minister Benjamin Netanyahu as “crazy," and says he's “a little bit perturbed” that Israel’s fighting with Hezbollah in Lebanon is holding back peace talks with Iran.</p><p>The Trump administration is sticking with a deal to permanently drop tax claims against Trump, an extraordinary flex of executive power that could help shield the president from further examination of his finances and legal conduct, even as it scraps a $1.8 billion fund to compensate the Republican president's allies amid a fierce political backlash.</p><p>Trump's endorsements helped end the political careers of two senators and a congressman deemed insufficiently loyal, but he couldn't lift Rep. Randy Feenstra to victory in Iowa’s Republican primary, setting up a Democratic opportunity to pick up a governorship. See other AP coverage of Tuesday's primary results here.</p><p>The Latest:</p><p>Rubio says Trump still wants to be part of NATO, but alliance needs significant reform</p><p>Secretary of State Marco Rubio said the Trump administration has no intention of abandoning NATO but won’t back down on demanding significant reforms.</p><p>Rubio told lawmakers Wednesday that the president plans to attend the annual NATO leaders’ summit in Turkey next month, at which he will make the U.S. case for changes and again call for allies to increase their defense spending. The summit is to be held in Ankara on July 7-8.</p><p>“The president himself will be attending the next NATO, a meeting of heads of state where all of these points will be made clear. We’re still in NATO, but NATO needs significant changes, and the president has made that clear,” Rubio said.</p><p>Trump has been particularly irked by some NATO countries, mainly Spain, denying the use of airbases for the war against Iran.</p><p>Senate GOP officially strips $1 billion in White House security funding from immigration spending bill</p><p>After weeks of discussions, the Senate has officially dropped a $1 billion proposal for White House security and Trump’s ballroom project.</p><p>The Senate is set to begin voting on legislation to fund immigration enforcement agencies on Wednesday afternoon, and the bill’s final text, released just hours before the vote, does not include the security funding.</p><p>Republicans had already indicated they would drop the security proposal after backlash from within their own caucus and criticism from Democrats.</p><p>Rubio says Greenland is part of Denmark ‘for now’</p><p>Rubio made the “for now” statement when Democratic Rep. Sarah McBride of Delaware asked Rubio about Trump’s calls for the U.S. to own the semiautonomous territory of Denmark to better defend the U.S.</p><p>Rubio said talks about the use of Greenland for collective defense are “in a good place,” though he declined to publicly discuss the details.</p><p>McBride had asked Rubio if he shares Trump’s belief that the U.S. needs to own land within NATO to defend it.</p><p>“The president’s view is that it’s a lot easier to defend it when you have control and complete control of it,” Rubio said. “We are obviously having conversations with both Denmark and Greenland. They are ongoing on a monthly basis now. I think we’ll have pretty good news.”</p><p>Abelardo de la Espriella thanks Trump for endorsement, predicts stronger US-Colombia ties</p><p>Colombian lawyer Abelardo de la Espriella, who pulled ahead in the first round of Colombia’s presidential race, on Wednesday thanked Trump for endorsing his campaign, saying he predicts stronger bilateral ties if the conservative defeats progressive Iván Cepeda in the presidential runoff.</p><p>Writing on the Truth Social platform the previous day, Trump offered his “complete and total endorsement” for de la Espriella, calling him an “intelligent, strong, and tough leader” who will take on a “radical leftist Marxist” in the June 21 runoff election.</p><p>“With my head held high and my heart throbbing with patriotic gratitude, I receive your words and your steadfast support,” de la Espriella, known as “El Tigre” or “The Tiger,” wrote on the social platform X. “Thank you, Mr. President!”</p><p>Tillis asks Bessent about his fisticuffs with Pulte</p><p>During the Senate Finance Committee hearing, Sen. Thom Tillis asked Bessent about his past reported conflicts with Bill Pulte, the current head of the Federal Housing Finance Agency. Trump picked Pulte for director of national intelligence.</p><p>“Did you actually tell Bill Pulte you were going to punch him in the face?” the North Carolina Republican asked Bessent.</p><p>“I actually said I was gonna kick his ass,” Bessent said. “That was last summer, the summer of ’25.”</p><p>Tillis has stated he doesn’t support Pulte for the intelligence role.</p><p>Rubio says Venezuela transition progressing well, but needs more time</p><p>Secretary of State Marco Rubio says Venezuela’s transition to democracy is progressing but needs more time to consolidate and advance the reforms it has made since the U.S. ouster of former President Nicolas Maduro in early January.</p><p>In response to questions from lawmakers on the House Foreign Affairs Committee on Wednesday, Rubio stressed that it had only been five months since Maduro had been deposed and that conditions for free and fair elections – including the creation of independent media and political parties – are still works in progress. Rubio did say that Venezuela’s oil revenue had increased significantly under U.S. supervision since January.</p><p>“It’s not where it needs to be, but it is a long ways from where it was five months ago and poses not nearly the threat it once posed to America’s national security. We’re not satisfied with where it is, but we’ve come a long way,” Rubio said.</p><p>House Speaker says Trump wants US allies to help reopen Hormuz</p><p>Speaker Mike Johnson said he spent three hours at the White House with the president, Vance and Rubio, as Trump is working on “that final piece” to reopen commerce.</p><p>“I am, all of us, are calling on our allied nations and friends — the Arab states in the region, and NATO partners and everyone else,” the Republican told reporters at the Capitol about the Monday meeting. “The entire world has an interest in the Strait of Hormuz being reopened for commerce. That’s what he’s working on.”</p><p>Johnson also defended the president for suggesting the war’s unpopularity and the resulting high gas prices ahead of the U.S. midterm elections aren’t impacting his decision-making. The speaker said Trump, who fielded phone calls from reporters during the lengthy meeting, is “laser focused” on domestic issues.</p><p>Trump compares White House UFC cage to the Eiffel Tower, says ‘maybe we’ll never ever take it down’</p><p>In a video posted to his TikTok account, the president offered a history lesson on the Eiffel Tower in Paris, noting that it was built to be a temporary structure for the 1889 World’s Fair.</p><p>“They said, you know we sort of like it, let’s leave it up a little bit longer,” he said. “And then they said, let’s leave it up longer and longer and longer. Well, they never took it down.”</p><p>Trump drew a parallel with the UFC octagon being built on the White House’s South Lawn for a June 14 bout celebrating America’s 250th anniversary.</p><p>“You know, we’re building something in front of the White House that’s quite attractive to a lot of people,” Trump said in a video posted on Tuesday. “It’s going to have the big UFC fight on June 14. And I’m looking at it, and maybe we’ll never ever take it down.”</p><p>Bessent talks freezing Iranian government funds</p><p>He was asked what Treasury is doing to address sanctions evasion as the Trump administration pressures Iran into accepting a deal to end the war.</p><p>“We have seized a substantial amount of crypto assets,” Bessent told lawmakers. “We have sanctioned ships, and in fact, the Navy has seized some of these ships, and we are tracking mostly the IRGC funds, and we are freezing those for the day that they can be given back to the Iranian people.”</p><p>Mullin says ‘primary’ border wall will be done in a year</p><p>Detailing progress on the wall the Trump administration is building separating the U.S. and Mexico, Mullin said the first layer — referred to as the “primary wall” — will be finished by “this time next year.”</p><p>On some stretches of the border, Customs and Border Protection is building a secondary wall so that people trying to cross the border would have to go through two layers. That “secondary wall” will be finished by the summer of 2028, he said.</p><p>Homeland Security received $46 billion last summer from Congress to finish the wall along the border from San Diego to the Gulf of Mexico. Most of that will be protected by a physical wall, but CBP says 535 miles (860 kilometers) of remote, rugged border terrain will solely rely on detection technology.</p><p>Turmoil deepens at ’60 Minutes’ with firing of longtime correspondent Scott Pelley</p><p>CBS News fired Pelley a day after he reportedly said Editor-in-Chief Bari Weiss was “murdering the show” and accused Paramount Skydance CEO David Ellison of casting aside the show’s reputation “apparently to curry a moment of favor with the Trump administration.”</p><p>Pelley criticized management Monday during a fiery staff meeting with Nick Bilton, the program’s new executive producer installed by Weiss last week, according to a detailed report on the Status website. In a termination notice obtained Tuesday night by The Associated Press, Bilton, a technology journalist and filmmaker with no traditional broadcast news experience, accused Pelley of carrying out an “ambush” in a “performative display of hostility.”</p><p>Pelley said in a statement that “60 Minutes” has lost its DNA and that the new management had asked him to “inject falsehoods and bias” into his work.</p><p>▶ Read more</p><p>The California drama drags on</p><p>About 60 names were on the ballot to succeed Democrat Gavin Newsom as governor. Under California’s primary system, all candidates appear on a single ballot and the top two finishers advance to the November general election, regardless of party.</p><p>Republican Steve Hilton campaigned with Trump’s endorsement, and in the final days of the campaign, Democratic attention focused on Xavier Becerra, a former congressman and state attorney general who was health secretary under President Joe Biden, and Tom Steyer, a billionaire known for his climate activism.</p><p>The three have been leading in early returns after polls closed. If Becerra were to advance to one of the two slots on the fall ballot, he presents a natural choice for voters more comfortable with a traditional candidate. Steyer and Hilton have both presented themselves as advocating significant changes.</p><p>▶ Read more</p><p>Rubio says Iran retains drone capabilities, but they’re not as robust</p><p>Democratic Rep. Dina Titus of Nevada pushed Rubio to explain Iran’s military capabilities. Trump and others claim American forces have decimated the Islamic Republic’s military, and yet ships are still being attacked in the Strait of Hormuz, she said.</p><p>“So is the war still on or is the war off?” Titus asked.</p><p>Rubio acknowledged that Iran still has small boats with machine guns as well as some drone capabilities. But he said Iran lacks the ability to attack targets with swarms of drones as it once did.</p><p>Titus noted that the U.S. military has been using expensive weapons systems to take down the drones. Rubio said “that needs to change.”</p><p>Democrat shows Rubio videos of Trump with his eyes closed, says ‘something is wrong’</p><p>California Rep. Ted Lieu displayed several clips of what he described as Trump sleeping while Rubio spoke during Cabinet meetings, saying they reflect concerns about the president’s health. The short clips show Trump with his eyes closed on several instances during meetings from the last few months.</p><p>“I’m going to ask you to come clean with the American people and the White House as well: There’s something wrong with Donald Trump’s health or cognitive abilities,” Lieu said.</p><p>In response, Rubio said, “I don’t even know how to respond to that other than to tell you that it’s absurd and ridiculous.”</p><p>Mullin doesn’t back down from threats to pull CBP officers from airports</p><p>Mullin was asked about his threat to remove Customs and Border Protection officers from airports in cities that don’t typically cooperate with federal immigration enforcement.</p><p>Mullin said he isn’t “punishing” places dubbed sanctuary cities by the Trump administration.</p><p>But he blamed those cities for “refusing to allow local and state enforcement officers to respond when we called” and said he needs to protect his staff. “If that means I gotta pull them out of Customs and Border Protection from processing international flights, I will,” Mullin said.</p><p>Mullin did not say when he might implement his threat, which has sparked criticism from the travel industry for its potential to cause chaos just ahead of the World Cup.</p><p>GOP congressman tells DHS secretary to use more discretion in ICE arrests</p><p>In a rare example of a Republican criticizing the Trump administration’s deportation program, Rep. Carlos Gimenez urged Mullin to put more emphasis on apprehending violent criminals.</p><p>“I think you need to use your discretion a little bit more as to who is being deported, who’s being arrested, etc. Let’s go after the worst of the worst,” said Gimenez, whose South Florida district has a large heavy Cuban population.</p><p>Referring to a comment from Democratic Rep. Lou Correa, Gimenez said it’s unacceptable that ICE recently failed to take six criminal suspects into custody in Orange County, California.</p><p>Mullin said ICE only has 48 hours after defendants are booked into local jails to take them into custody, a difficult deadline if not immediately informed of arrests.</p><p>“There’s no excuse for it, but we just don’t have the resources to get there like we need to,” Mullin said.</p><p>‘MAHA’ movement flexes its power in Iowa, overcoming Trump’s choice</p><p>The power of Trump’s endorsement helped end the political careers of Sens. John Cornyn of Texas and Bill Cassidy of Louisiana and Rep. Thomas Massie of Kentucky. But even though Trump jumped into Iowa’s Republican primary by backing Rep. Randy Feenstra for governor, GOP voters nominated Zach Lahn instead.</p><p>Democrats nominated Rob Sand, whose rural roots are rare among Democrats. Sand also is a proven winner in a Republican-leaning state, having been elected twice as auditor.</p><p>Lahn was not well known in Iowa politics when he launched his campaign in November, but he built support among conservatives by championing a total ban on abortion, keeping liberal ideology out of public school classrooms and developing a following with the “Make America Healthy Again” movement, which opposes the Trump administration’s embrace of pesticides.</p><p>Iowa Democrats rally behind former Paralympian in marquee Senate race</p><p>Democrats stunned by how Trump has remade American politics have spent the past decade debating which type of candidate is best positioned to energize voters and win elections, not moral victories.</p><p>Iowa marked the latest stop in this sometimes agonizing conversation.</p><p>The party’s establishment supported Josh Turek, a state representative who presented a compelling personal biography that included competing for the United States in four Paralympics. State Sen. Zach Wahls had offered himself as a more disruptive figure, refusing to back Chuck Schumer of New York as the Senate Democratic leader if he were elected.</p><p>Democratic voters united behind Turek, who will face Republican Ashley Hinson in November.</p><p>Oil rises toward $100 as U.S.-Iran ceasefire wobbles</p><p>Oil prices are rising Wednesday following the latest flare-up in fighting to threaten the U.S.-Iran ceasefire, and U.S. stocks are stalling near their records.</p><p>The S&P 500 slipped 0.3% from its all-time high. The Dow Jones Industrial Average was down 339 points, or 0.7%, as of 10:15 a.m. Eastern time, and the Nasdaq composite was 0.3% lower.</p><p>Weighing on the market was a climb of 1.1% for the price of a barrel of Brent crude to $97.07. It rose after the U.S. military said Iran fired missiles toward Kuwait and Bahrain. The United States said it then struck an Iranian military ground control station on an island in the Strait of Hormuz. Hope seems to be remaining on Wall Street that the United States and Iran will ultimately reopen the strait.</p><p>▶ Read more</p><p>Trump talks up pairing of Vance and Rubio as a team in 2028 election</p><p>Trump praised the possibility of Vice President JD Vance and Secretary of State Marco Rubio running as a ticket in the 2028 presidential election.</p><p>"They’re both very talented,” Trump said on the “Pod Force One” podcast. “I like them together. You know, it’d be great. I don’t know how you beat them if they’re together. That would be a great team.”</p><p>The president has previously talked up this combination. How Vance and Rubio feel about it is unclear. “They’d have to agree to it, right?” Trump said.</p><p>There is still “a long time left” before the 2028 presidential election, Trump cautioned. But he said he observes how his aides and Cabinet officials interact and called the relationship between Vance and Rubio “good.”</p><p>Markwayne Mullin says DHS ready for ‘complicated’ World Cup security operations</p><p>The Homeland Security secretary said his agency is ready to help protect security at World Cup games across the U.S., but still has “a lot of work to do” ahead of the first game June 12 in Los Angeles.</p><p>“I feel very comfortable where we’re at, and we feel like we have a zero-fail mission. But it’s going to be complicated,” Mullin told the House Committee on Homeland Security on Wednesday.</p><p>Millions of fans will be coming to the U.S., for the equivalent of “78 Super Bowls in 38 days,” he said, and “we have some very complicated countries that are going to be playing each other that have a tremendous amount of dislike against each other.”</p><p>He credited state and local officials at host sites for their cooperation with federal agencies, and said “I hope when FIFA is over, we can show that we can work together and continue to keep our cities and our streets safe.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXM4KKT6JMEKQCPZKUTJ366YEI.jpg?auth=195578c45f0f1d4bae412ab65f0d7224a24e6bdde250612c8c1d9ffdd62186c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A giant portrait of President Donald Trump looks down from the Justice Department in Washington, Tuesday, June 2, 2026. The Justice Department said it would comply with a court order pausing the implementation of a $1.776 billion settlement fund designed to compensate President Donald Trump's political allies after GOP senators revolted. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CMOJ4FD2V7DUPSGEEXOJGSG64.jpg?auth=c93e7303ba6666e7a08c112ed1c2ad1871446e2df902ff7079b6a3144058e370&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 stands on stage after receiving the FIFA Peace Prize during the draw for the 2026 soccer World Cup at the Kennedy Center in Washington, Dec. 5, 2025. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OQBGBMN4TBDLWO3X44D2IXXVQQ.jpg?auth=52062535d7bc7a5498af2d43abc5c9d0ef552ff05985080d774b7ba39b7c8d28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., talks to reporters about Democratic efforts to push back on President Donald Trump's policies, at the Capitol in Washington, Tuesday, June 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[The Revolutionary War's chief villain is being rehabilitated — just in time for America's 250th]]></title><link>https://www.local10.com/news/national/2026/06/03/the-revolutionary-wars-chief-villain-is-being-rehabilitated-just-in-time-for-americas-250th/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/03/the-revolutionary-wars-chief-villain-is-being-rehabilitated-just-in-time-for-americas-250th/</guid><dc:creator><![CDATA[By LAURIE KELLMAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — “Mad” King George III — the villain of “Hamilton,” “Schoolhouse Rock” and the Revolutionary War — has undergone a makeover in time for America's 250th birthday.]]></description><pubDate>Wed, 03 Jun 2026 12:33:54 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — “Mad” King George III — the villain of “Hamilton,” “Schoolhouse Rock” and the Revolutionary War — has undergone a makeover in time for America's 250th birthday.</p><p>He's been known in the United States for centuries as the English ruler who lost the American colonies. You might remember him as the maniacal monarch from the Broadway musical or the subject of the 1990s play and film, “ The Madness of King George.” Americans of a certain age would recall him as the tyrant who taxed them without consent in the song, “ No More Kings."</p><p>Except the runup to the Revolutionary War didn't happen quite that way — a point worth noting in this age of disinformation, misinformation and “alternative facts.” In George's time, Parliament approved laws and taxes, as it does now. And that list of 27 complaints against the king in the Declaration of Independence? Mostly “wartime propaganda,” according to British historian Andrew Roberts, who says all but two crumble under scrutiny.</p><p>Historians now generally agree: George was not mentally ill during the Revolution.</p><p>“Truth became the first casualty of the American War of Independence, as it is in most wars," Roberts wrote in his 2021 biography, “The Last King of America.” “The American Revolution is a testament not to George III's tyranny, which was fictitious, but to Americans' yearning for autonomy.”</p><p>America's backstory, as told by the Founders, is up for review</p><p>The American origin story is rooted in the notion that George III was its vanquished villain, an irrational tyrant who oppressed the American colonists. Scholars began pushing back against that narrative before the United States' bicentennial, with the Prince of Wales writing a spicy rebuttal in 1972.</p><p>“If the average schoolchild remembers anything about history after leaving school, he will remember that George III was mad,” that prince, now King Charles III, wrote in the foreword to a biography on his five-times great grandfather. “If he is American as well then madness is often given as a reason for the 'irrational' behavior of the King toward the Colonists, making it necessary for them to declare independence."</p><p>Perhaps, he closed, "Americans will soon come to see the true George III without bias and traditionally held opinions."</p><p>George inherited the throne from his grandfather in 1760, at age 22, and with it an empire that stretched from England into North America and to Asia. He saw himself not merely as England's ruler but the father of his subjects — duty-bound to be their role model. In family and British life, he emphasized order, integrity and an Enlightenment-era curiosity about art, books and the natural world.</p><p>George was, like every British king since, a constitutional monarch — meaning that he had influence and selected the prime minister, but Cabinet members and the House of Commons passed laws and budgets. George's job was to assent to the policies passed by Parliament. So it can be argued that he went along with what the colonists saw as Britain's oppressive and coercive policies, such as the Stamp Act of 1765, the first direct tax on the colonies.</p><p>The future founders condemned the move and popularized the war cry, “No taxation without representation.” As Britain saw it, the members of Parliament represented the colonies. The colonists argued that they were represented by their elected colonial assemblies, which already taxed them. After they imposed damaging boycotts on British goods, Parliament repealed the Stamp Act in 1766 — but followed that same day with an act saying the British Parliament could legislate for the colonies.</p><p>In the decade that followed, relations soured. Not helping was Parliament's passage of the Tea Act in 1773, to which revolutionaries responded by dumping tea into Boston Harbor. That shocked George, who the next year approved Parliament's acts designed to rein in Massachusetts' ability to govern itself.</p><p>The Continental Congress met and petitioned the king, as “your majesty’s faithful subjects,” for relief. George stood with Parliament.</p><p>In April 1775, the “shot heard ’round the world” rang out from a clash between militiamen and British troops in Lexington and Concord, launching what Brits widely call the American War of Independence — the Revolutionary War.</p><p>George III’s archives went public in 2015 — and fueled a shift on “the king’s malady”</p><p>Queen Elizabeth II released the uncatalogued Georgian Papers, 280,000 from the period held at Windsor Castle, and later put them online as part of a five-year project to digitize the records. What emerged was a detailed reappraisal of a monarch who kept charts, lists, letters, speeches and notes — including dates and the time of his writings — tracking a long list of administrivia: crop yields, botany, land management, household stores and expenses and closely tracked the politics in Parliament.</p><p>But the 2015 archives released something else: more detail on medical notes, including doctors orders, treatment reports, observations by others of George's behavior during his illnesses. Those raised questions on the cause of what historians had called “the king's malady.”</p><p>The long-accepted theory that George suffered from porphyria, a physiological metabolic disorder, was wrong, Roberts wrote in 2021. His analysis of 100,000 Georgian documents and 21st-century medical research pointed to bipolar affective disorder Type 1 — defined in part by at least one severe manic episode. George had been known to suffer extended bouts of mania after 1788.</p><p>As America turns 250, George's story is told differently — even in America</p><p>Dig into the American Revolution in 2026 and you won't find much, if any, suggestion that George was "mad" during the war years. If anything, the story during the semiquincentennial casts George as more of a whole person than the tyrant depicted in the ad hominem complaints peppered throughout the Declaration of Independence.</p><p>The Library of Congress' exhibit is titled, “The Two Georges,” the king and George Washington, “Parallel lives in an age of Revolution.”</p><p>And the first gallery in the Museum of the American Revolution in Philadelphia is begins 15 years before the Revolution, when Americans had great affection for George III and showed it by posting royal symbols on items ranging from drinking vessels to fire backs and a royal coat of arms that probably hung in the city's courthouse.</p><p>“We make the point that he was literally called ‘the king of liberty’ in popular culture, said R. Scott Stephenson, the museum's president and CEO. "This was not a despot in anyone's minds.”</p><p>Charles name-drops George III during his speech to Congress</p><p>On April 29, Elizabeth's son, King Charles III, twice name-dropped George III from the rostrum at the heart of American democracy. First, he endorsed the “Tale of Two Georges” theme, noting that George III was his five-times great grandfather.</p><p>“King George never set foot in America,” he said lightheartedly, “and, please rest assured, I am not here as part of some cunning rear-guard action.”</p><p>None of the modern-day patriots in his audience — elected members of Congress whose forebears rejected the rule of George III — batted an eye or booed.</p><p>That night, Charles invoked his ancestry by name again at a White House state dinner in a further celebration of America's 250th birthday. “As the direct descendant of King George III,” Charles said, “I know this is a nation that never gives up.”</p><p>That's true of some Americans and the narratives they prefer, according to Roberts. Asked whether his findings took hold in the American psyche, he responded by email: “Nothing will dislodge the Americans from their desire to see GIII as an evil dictator.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63IMLUY55GPPST5JB4OFLSMQDI.jpg?auth=aeb750e5fba9651b430d93a8c2872417193d5b84035de2c748d545828eedde8f&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 Museum of the American Revolution shows a 3D version of King George III’s coronation portrait in a gallery at the Museum of the American Revolution in Philadelphia. (Ardon Bar-Hama/Museum of the American Revolution via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ardon Bar-Hama</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/732USR7OOFXNMEZUEHBODPMTEI.jpg?auth=d5b6c562d7f820976d5386fc04eda665c8351f628f394beb10fe70ae50fc4ece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rhode Island state archivist Ashley Selima points to the seal of King George III on a September 1772 proclamation in Providence, R.I., May 24, 2018. (AP Photo/Jennifer McDermott, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer McDermott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJWUG23YABCIBNMHKURRJTBFKQ.jpg?auth=c61d32c474fa3ded4758a7fff4e37fc3d956ea276e91ab2ecf6940f84640d399&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Britain's King Charles III speaks to a joint meeting of Congress in the House Chamber at the U.S. Capitol, April 28, 2026, in Washington. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[New York City's 9/11 memorial fundraises to educate youth with $25 million match from Mike Bloomberg]]></title><link>https://www.local10.com/business/2026/06/03/new-york-citys-911-memorial-fundraises-to-educate-youth-with-25-million-match-from-mike-bloomberg/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/new-york-citys-911-memorial-fundraises-to-educate-youth-with-25-million-match-from-mike-bloomberg/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The 9/11 Memorial and Museum has launched a $75 million fundraising campaign as the nonprofit tries to educate the millions of U.S. youth who don't remember the terror attacks on their upcoming 25th anniversary.]]></description><pubDate>Wed, 03 Jun 2026 12:33:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The 9/11 Memorial and Museum has launched a $75 million fundraising campaign as the nonprofit tries to educate the millions of U.S. youth who don't remember the terror attacks on their upcoming 25th anniversary.</p><p>Boosting The Never Forget Fund's latest appeal, announced Wednesday, is Mike Bloomberg. The former New York City mayor, who has rallied hundreds of millions of dollars toward the 9/11 Memorial and Museum as its chair, pledged to match the next $25 million in donations through his Bloomberg Philanthropies. Organizers already secured the first $25 million through unspecified initial gifts.</p><p>Officials count about 97 million memorial visitors and nearly 28 million museum attendees since they opened in 2014 at the site where hijacked jetliners destroyed the World Trade Center's twin towers in lower Manhattan. But recent years have seen a budget crisis following pandemic closures and interest from the Trump administration in taking control of the site.</p><p>Beth Hillman, the organization's president and CEO, says they need a permanent funding source to reach the roughly 100 million Americans born after the attacks. The goal is to frame the aftermath as one that inspired selfless acts of service and provide basic facts through new on-site exhibits and classroom materials.</p><p>“The ongoing importance of remembering 9/11 is to remind people that they can come together even in the face of incredible loss,” Hillman told the Associated Press.</p><p>The legacy of the Sept. 11, 2001 attacks that killed nearly 3,000 people remains hotly contested. Younger generations have only ever known the existence of airport screenings, immigration enforcement officers and other security measures pursued afterwards by the U.S. government. Many engage with the events through popular memes of the photograph showing then-President George W. Bush learning about the developments. Conspiracy theories abound about what government officials knew in their leadup.</p><p>Also debated is the notion of unity advanced by the memorial and museum. The Sept. 11 attacks fueled 20 years of war abroad that grew increasingly unpopular as the death toll rose. Young American Muslims growing up under their shadow have faced hostility, mistrust and suspicion.</p><p>As the 25th anniversary approaches this September, Hillman sees a “compelling story of service, of hope, of resilience, of coming together” for the people who didn't live through that period. Those stories will be told in an exhibit called “In Their Honor." Celebrity chef Bobby Flay, she noted, was among the many chefs who prepared meals for first responders in the months following the attacks. Theater workers brought their lights to power the blacked-out area around ground zero. Victims' family members started social services organizations such as 9/11 Day to inspire volunteering in memory of their lost relatives. They also want to inform more people of the first responders who developed chronic illnesses and still face barriers to care.</p><p>The funds raised by the 9/11 Memorial and Museum will ensure free museum access continues for students, first responders and veterans, according to Hillman, who said “we don't want the price to be a barrier to them.” Standard adult admission currently costs $36. The nonprofit's website notes that it “relies primarily on ticket sales to help fund its operational costs.”</p><p>The organization plans to reach more educators with the funds. As teachers enter the workforce without lived experiences of Sept. 11, Hillman said they want to help prepare lesson plans. The nonprofit runs summer teachers' institutes, offers professional development programs and remakes a 30-minute film each year with firsthand stories.</p><p>Hillman acknowledged a greater “degree of distraction and confusion” today than in the past when it comes to efforts to memorialize recent historical events. She sees a need to give “simple representations of what happened." The March/April issue of The National Council for the Social Studies' magazine, which was guest edited by 9/11 Memorial and Museum staff, features a timeline of the morning of Sept. 11, 2001.</p><p>"9/11 is heavy and compelling and full of inspiring stories,” Hillman said. "But also, just a trusted set of what happened on that day, of materials that can convey the basics of it — that’s the beginning of people learning and starting to understand, too.”</p><p>Alex Edgar, a Gen Z civic leader who is working with a group called Made By Us to amplify youth voices ahead of the United States' 250th birthday, sees value in emphasizing the power of service. His peers, he said, have “never really seen a country that has worked” or one that “really lived up to the promise of America.” He finds that narratives about overcoming division to accomplish shared goals serve as an antidote to the political polarization frequently experienced by young people.</p><p>But he emphasized that those narratives must permeate classroom walls and museum doors.</p><p>“They invite young people to consider what’s preventing us from using any of the issues of our time as a rallying cry for folks to come together across backgrounds to build the type of country, the communities, that we want to live in,” he said.</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/73KIM3GC6GVNQNF5GGZORSHKHM.jpg?auth=31217916da85c1d2c72ff1c3f2eb8ac5ba8921bdd110c882350ccc78a2d87059&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ainsley, right, and Sarah Jurccak place a flower in the name of a relative during a ceremony to mark the 24th anniversary of the 9/11 attacks, Sept. 11, 2025, in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WIDOBPKDNKPNDQ77JFZHI5EZX4.jpg?auth=171251b9e31098084d45cd58c61605c48e4a1aaab4ac198295a6c7299b8397db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors peek into the museum at the 9/11 Museum and Memorial, April 29, 2021, in New York. (AP Photo/Mary Altaffer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Altaffer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IWG55O6XEV4CCTPZASCIXGGNU.jpg?auth=4a39441cf4d6c9b6c5577249fb939882edf081dd0bf75dd94f995ef825bde6c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, former New York City Mayor Michael Bloomberg, Britain's King Charles III, Queen Camilla and Elizabeth Hillman, president and CEO of the National 9/11 Memorial an Museum, visit the 9/11 Memorial, April 29, 2026, in New York. (AP Photo/Yuki Iwamura, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Google wants to flood South Florida with millions of mosquitoes ― but these fight disease]]></title><link>https://www.local10.com/news/local/2026/06/02/google-wants-to-flood-south-florida-with-millions-of-mosquitoes-but-these-fight-disease/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/google-wants-to-flood-south-florida-with-millions-of-mosquitoes-but-these-fight-disease/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[They suck blood, spread illness and swarm, and now tech giant Google wants to unleash tens of millions oGoogle offering to help fight mosquitoes in South Florida by unleashing millions that are infected f mosquitoes in Florida and California. ]]></description><pubDate>Tue, 02 Jun 2026 22:24:45 +0000</pubDate><content:encoded><![CDATA[<p>They suck blood, spread illness and swarm, and now tech giant Google wants to unleash tens of millions of mosquitoes in Florida and California. </p><p><a href="https://www.local10.com/espanol/2026/06/02/google-quiere-inundar-el-sur-de-florida-con-millones-de-mosquitos-pero-estos-combaten-enfermedades/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/google-quiere-inundar-el-sur-de-florida-con-millones-de-mosquitos-pero-estos-combaten-enfermedades/">Leer en español</a></p><p>The purpose of the massive release would be to help eradicate disease. </p><p>It’s a program called De Bug that would release male mosquitoes infected with Wolbachia, a naturally occurring bacteria.</p><p>When those males mate with wild females, the eggs won’t hatch, so the population of disease vectors declines.</p><p>The Florida Keys has already been on the front lines of similar mosquito technology. </p><p>This will be the second year using infected mosquitoes in a pilot program.</p><p>Mosquito experts and home service companies like Mosquito Joe said using an arsenal of tools is vital.</p><p>“Mosquitoes are a public health issue,” said Mosquito Joe co-owner Yoel Gutierrez. “They bring Zika, chikungunya, West Nile virus.”</p><p>Officials in Miami-Dade and Broward counties say Google has reached out to them. </p><p>A similar program in 2018 was deemed a success in Miami-Dade County, but it was expensive.</p><p>Google is trying to get approval from the Environmental Protection Agency, which is accepting public comments on the proposal through Friday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A Hong Kong artist tries to mark the Tiananmen crackdown. He was quickly stopped by police]]></title><link>https://www.local10.com/news/world/2026/06/03/a-hong-kong-artist-tries-to-mark-the-tiananmen-crackdown-he-was-quickly-stopped-by-police/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/a-hong-kong-artist-tries-to-mark-the-tiananmen-crackdown-he-was-quickly-stopped-by-police/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A performance artist on Wednesday sought to display a thin red thread in downtown Hong Kong to remember the victims of Beijing’s 1989 Tiananmen Square crackdown, 37 years on from the event. But he was quickly stopped by police, in the latest sign of the city's shrinking freedom of expression.]]></description><pubDate>Wed, 03 Jun 2026 12:09:00 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A performance artist on Wednesday sought to display a thin red thread in downtown Hong Kong to remember the victims of Beijing’s 1989 Tiananmen Square crackdown, 37 years on from the event. But he was quickly stopped by police, in the latest sign of the city's shrinking freedom of expression.</p><p>Sanmu Chen tried to tie the red thread to a street signpost in Causeway Bay, a busy shopping district, close to a park that for decades hosted an annual candlelight vigil on June 4 to mourn the victims of the crackdown that ended student-led protests in Beijing in 1989.</p><p>Hong Kong was for decades the only place in China where a large-scale public commemoration of the crackdown was held. But those once-massive annual vigils were banned in 2020 during the COVID-19 pandemic, and public acts to mark the Tiananmen Square killings have become increasingly sensitive in the city in recent years.</p><p>Chen said his thread was 6.4 meters long, an apparent reference to the June 4 crackdown date.</p><p>Police officers stopped and searched Chen's bag before letting him go free. When asked by a reporter about his gesture with the red thread after his release, Chen said it was meant to express condolences to those who died.</p><p>“It's abnormal when people monitor you when you are saying or doing something,” he told reporters.</p><p>Chen had been detained at least twice on Jun. 3 in recent years. In 2024, he was briefly detained by police after he appeared to write the Chinese characters of “eight nine six four” — a set of numbers referencing the date of the crackdown — with his hand in the air.</p><p>Police also detained Chen on the same day in 2023 around the same area, where he chanted “Hong Kongers, do not be afraid. Don’t forget tomorrow is June 4.”</p><p>As night fell, another artist, Chan Mei-tung, stood outside a nearby department store holding up a question-mark-shaped balloon. Police officers also stopped her quickly and escorted her back to the subway station.</p><p>Under then-leader Deng Xiaoping, the Chinese military was sent to Beijing's Tiananmen Square to end weeks of student-led protests on the night of June 3-4, 1989. Soldiers fired live rounds and hundreds and possibly thousands of people were killed, including dozens of soldiers.</p><p>Annual vigils in Hong Kong's Victoria Park used to attract tens of thousands of people each year until the event was banned in 2020 during the first year of the coronavirus pandemic.</p><p>That was the same year Beijing imposed a national security law in the city following massive anti-government protests in 2019. Since then authorities have increasingly silenced dissent. Many leading activists were arrested and some vocal media outlets shut down. Dozens of civil society groups disbanded, including the one that organized the vigils.</p><p>Three former vigil organizers were charged in 2021 with inciting subversion under the national security law. Two of the former organizers went on trial and are waiting a verdict, possibly in July. If convicted, they face a maximum penalty of 10 years in prison. Their co-defendant entered a guilty plea, which can typically result in a sentence reduction.</p><p>The Hong Kong and Beijing governments said the security law is crucial for the city’s stability. Hong Kong authorities said the law clearly stipulates that human rights shall be respected and protected in safeguarding national security.</p><p>After COVID-19 restrictions were lifted, the former vigil site was occupied instead by a carnival organized by pro-China groups. Some people who tried to commemorate the event near the site on Jun. 4, the crackdown’s anniversary, were detained.</p><p>The five-day carnival began Wednesday. The muted expressions in Hong Kong underlined the decline in civil liberties promised by Beijing when the former British colony returned to Chinese rule in 1997.</p><p>As public commemoration faded in Hong Kong, overseas communities were carrying the torch to keep memories alive by hosting vigils and rallies in places like London and Canada.</p><p>___</p><p>Associated Press video journalist Alice Fung contributed to the report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L5RM2ZQ2X4OBKWJLAK46IRK4YI.jpg?auth=cec303551417755f133469e2ba61a5e17d37a9a1f4b8bf2887e24830665e320c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist Sanmu Chen displays a red thread as he performs on the street in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK256RD3QG4CXYTT5U6VXV2TOU.jpg?auth=de3e4827956498bda8fe036bf69de0ae16f17a27af4a1b7109f5445dd4ca9268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stop and search artist Sanmu Chen in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VCGWGETITDK3WZ2Z26JMJBQ7Q.jpg?auth=a7a40169e3a183fe55bdcfd4fec18f2afd514a9c8161ab73d88c6414cf965533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers escort artist Sanmu Chen in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T7LQIA5RPHJKBOVDRO3JQXYID4.jpg?auth=dc5845e630050003f6d10e55b129edcfe180f6107884bff8662cf7df8492fee0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers escort artist Sanmu Chen in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YLQSQ2BXQF5VAEUSNSTE2AMBE.jpg?auth=d8c7e23fafef8d4d155b5f31faf5e2dd79380cb76ac48318831ded67518e0c13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist Sanmu Chen displays a red thread as he performs on the street in the Causeway Bay area on the eve of the 37th anniversary of China's Tiananmen Square crackdown in Hong Kong, Wednesday, June 3, 2026. (AP Photo/Chan Long Hei)]]></media:description><media:credit role="author" scheme="urn:ebu">Chan Long Hei</media:credit></media:content></item><item><title><![CDATA[Cops warn of scams after Broward senior sends thousands to crooks promising ‘$7 million and a car’]]></title><link>https://www.local10.com/news/local/2026/06/02/cops-warn-of-scams-after-broward-senior-sends-thousands-to-crooks-promising-7-million-and-a-car/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/cops-warn-of-scams-after-broward-senior-sends-thousands-to-crooks-promising-7-million-and-a-car/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description></description><pubDate>Tue, 02 Jun 2026 21:00:03 +0000</pubDate><content:encoded><![CDATA[<p>Police officers are warning the public to remain vigilant after a South Florida senior was scammed out of thousands of dollars. </p><p><a href="https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/alertan-agentes-de-estafas-despues-de-adulto-mayor-de-broward-enviara-miles-de-dolares-a-estafadores-que-prometian-7-millones-usd-y-un-auto/">Leer en español</a></p><p>According to authorities, an 85-year-old Coconut Creek resident received a phone call that she had won a prize.</p><p>“I was supposed to get $7 million and a car,” the victim told officers. </p><p>Police said family members of the victim contacted them after she sent two checks, one for $2,500 and one for $1,000, to alleged scammers in Washington state.</p><p>Then, on Friday, officers had to intervene as the woman was about to send more money to suspected scammers. They found her at a pottery class and stopped her before she could send it.</p><p>“In this particular case, the elderly resident had already completed a series of financial transactions when her family discovered that she was getting ready to pass more money,” said Coconut Creek Police Department Detective Clint Corey. </p><p>Corey had advice for residents who end up being contacted by scammers.</p><p>“Just don’t answer the phone -- force the caller to leave a message,” he said. “And then you can decide how you want to respond, and you can keep more money in your pocket at the end of the day.”</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[Caleb Williams strikes jump-throw pose for Madden NFL 27 cover]]></title><link>https://www.local10.com/sports/2026/06/03/caleb-williams-strikes-jump-throw-pose-for-madden-nfl-27-cover/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/caleb-williams-strikes-jump-throw-pose-for-madden-nfl-27-cover/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Chicago Bears quarterback Caleb Williams was announced Wednesday as EA Sports’ cover athlete for Madden NFL 27.]]></description><pubDate>Wed, 03 Jun 2026 17:07:04 +0000</pubDate><content:encoded><![CDATA[<p>Chicago Bears quarterback Caleb Williams was announced Wednesday as EA Sports’ cover athlete for Madden NFL 27.</p><p>On the standard cover, Williams is depicted in a body position similar to his pivotal, scrambling, fourth-and-8 jump pass to Rome Odunze in a stirring comeback victory over Green Bay in a wild card playoff game on Jan. 10.</p><p>With his arm cocked to throw and his feet spread, Williams appears to soar above a silhouette of the Chicago skyline that is set against a blue backdrop.</p><p>The deluxe edition features a tight shot of Williams with arms crossed over his white game jersey, a dark, night-like background and snow falling around him.</p><p>Being featured on the game's cover is “like my childhood dream was coming true,” Williams said. “I grew up playing Madden and imagining what it would be like to be part of the game."</p><p>Williams and the 2025 Bears became synonymous with late-game theatrics last season, staging more than a handful of comeback victories to go with some dramatic comeback bids that came up just short — including their season-ending playoff loss to the Los Angeles Rams.</p><p>In 17 regular-season games, Williams passed for a franchise-record 3,942 yards with 27 touchdowns and seven interceptions in his second season since being drafted first overall out of Southern California.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63BW5IQOPLXRGL47WCFAPCIZZY.jpg?auth=7acd13d0d52d4f15535c7250eb11448e719f8d09211f754757da92aa99b38f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided EA Sport shows Chicago Bears quarterback Caleb Williams on the cover of the Madden NFL 27 video game. (EA Sports via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/IDVWZHBULQVGQWUNQLUBKG4FKY.jpg?auth=2211cc3cf80abdb3a5f67a9cd3949fb35d240b6fc2cf1fc9613a2b689fd14323&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided EA Sport shows Chicago Bears quarterback Caleb Williams on the cover of the Deluxe Edition of the Madden NFL 27 video game. (EA Sports via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NIWRI7TR7PZFONH5PO3B6QVNJI.jpg?auth=a2608b1f54d5a4adfdca6e157b586aef93deb5d5530624947b5103265e25a3e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Bears quarterback Caleb Williams, right, greets running back Kyle Monangai during the NFL football team's practice Thursday, May 28, 2026, in Lake Forest, Ill. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Miami-Dade teacher appears in bond court, to be fired over alleged ‘sexual relationship’ with student ]]></title><link>https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/miami-dade-teacher-appears-in-bond-court-to-be-fired-over-alleged-sexual-relationship-with-student/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade County teacher appeared in bond court Tuesday morning, a day after his arrest.]]></description><pubDate>Tue, 02 Jun 2026 16:13:36 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade County teacher appeared in bond court Tuesday morning, a day after his arrest.</p><p><a href="https://www.local10.com/espanol/2026/06/02/maestro-de-miami-dade-comparece-ante-el-tribunal-para-ser-despedida-por-presunta-relacion-sexual-con-una-estudiante/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/maestro-de-miami-dade-comparece-ante-el-tribunal-para-ser-despedida-por-presunta-relacion-sexual-con-una-estudiante/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, Michael Enriquez, 53,<a href="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/01/miami-dade-teacher-accused-of-sexual-relationship-with-student-that-lasted-a-year/"> had a “sexual relationship” with a student at American Senior High School</a>, which started in May 2025.</p><p>Deputies said Enriquez and the student, who was 17 at the time, went out after school twice last year -- once in May and once in June – at which time they engaged in sex acts together.</p><p>“He’s disgusting,” a student at the school told Local 10 News. “The girl knew what she was doing, but he is a grown man. He knew what he was doing 20 times more -- he’s been there, done that -- it’s all wrong.”</p><p>According to authorities, Enriquez and the victim did not communicate over summer break, but when the new school year began in August 2025, the two resumed their “sexual relationship.”</p><p>Authorities said their final encounter occurred on May 14, 2026, which was the only time they had sexual intercourse.</p><p>The victim was 18 at the time of their final sexual encounter, according to Enriquez’s arrest report.</p><p>Authorities did not disclose how they were alerted to the alleged crimes or how they discovered the dates and details.</p><p>“It’s scary that someone who deals with so many students could be talking to a girl maybe my age or maybe a little older, because we usually trust teachers, we talk to them a lot. We don’t know if the girl was going through something, if she thought that was the only way,” Samira Gonzalez, who is a freshman at the school, said. </p><p>“Definitely as an adult, you should know where to draw the line,” a student named Christopher told Local 10. “You have these young ladies -- they’re probably fearing right now.” </p><p>Enriquez appeared in bond court Tuesday where he was ordered held without bond and ordered to stay away from the victim and from the high school. </p><p>A spokesperson for Miami-Dade County Public Schools confirmed that Enriquez will be fired. </p><blockquote><p><i>“Miami-Dade County Public Schools (M-DCPS) is aware of the arrest of an employee from American Senior High School. Upon learning of the suspected behavior, the Miami-Dade Schools Police Department initiated an investigation, which resulted in his removal from the school site and his subsequent arrest by the Miami-Dade Sheriff’s Office. The type of behavior this individual is accused of will not be tolerated, as it runs contrary to the professional conduct we expect from all employees. The District has initiated employment termination proceedings and will ensure the individual is precluded from seeking future employment with the District. At M-DCPS, the safety and well-being of all students remains our top priority.”</i></p><p class="citation">Miami-Dade County Public Schools</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[Florida man attempts to kidnap 74-year-old ex, flees to Hialeah, cops say ]]></title><link>https://www.local10.com/news/local/2026/06/02/florida-man-attempts-to-kidnap-74-year-old-ex-flees-to-hialeah-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/florida-man-attempts-to-kidnap-74-year-old-ex-flees-to-hialeah-cops-say/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[A 64-year-old Florida man is behind bars on accusations of attempting to kidnap his 74-year-old ex-girlfriend, and the incident was all caught on camera.]]></description><pubDate>Tue, 02 Jun 2026 21:05:47 +0000</pubDate><content:encoded><![CDATA[<p>A 64-year-old Florida man is behind bars on accusations that he attempted to kidnap his 74-year-old ex-girlfriend, and the incident was all caught on camera.</p><p><a href="https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/intenta-hombre-de-florida-secuestrar-a-su-ex-de-74-anos-huye-a-hialeah-segun-la-policia/">Leer en español</a></p><p>Jose Zamora is facing a slew of charges, including attempted kidnapping with a firearm.</p><p>Port St. Lucie police said it happened Sunday morning outside the First United Methodist Church on Southwest Prima Vista Boulevard.</p><p>Police said Zamora wanted to talk to the victim and tried to force her into his car at gunpoint.</p><p>“Several witnesses witnessed what was going on and intervened,” said Port St. Lucie Police Chief Leo Niemzyck. “The courage that they displayed helped disarm a very dangerous escalating situation. The suspect did remove a firearm and placed it at the victim’s side and tried to force her into the vehicle.”</p><p>Then, they say Zamora took off and drove to Hialeah.</p><p>The victim felt some pain but did not have any visible marks or bruises, police said. </p><p>According to authorities, the victim lived with Zamora in Hollywood before moving to Fort Pierce together, and by last December she wanted him out of the house because he became aggressive towards her.</p><p>“They had a prior romantic relationship which had ended, and it ended allegedly due to some infidelities,” said Niemzyck. “But he has a significant violent criminal history to include past attempted kidnapping.”</p><p>Police said the victim got a protective injunction against Zamora in March after he was arrested for a weapons violation.</p><p>Niemzyck said those details gave them cause to believe he would have harmed the victim.</p><p>“He’s a convicted felon prevented from having a firearm,” he said. “He’s got a dangerous past. So, the family of his believed that he was a danger to himself as well as her. Actually, he was considered a potential suicide by cop suspect.”</p><p>Investigators said they used license plate readers to track Zamora down.</p><p>He’s currently locked up in the St. Lucie County Jail in Fort Pierce on a bond of $750,000.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Top-ranked Aryna Sabalenka: 'just want to quit tennis' after French Open quarterfinal defeat]]></title><link>https://www.local10.com/sports/2026/06/03/top-ranked-aryna-sabalenka-just-want-to-quit-tennis-after-french-open-quarterfinal-defeat/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/top-ranked-aryna-sabalenka-just-want-to-quit-tennis-after-french-open-quarterfinal-defeat/</guid><dc:creator><![CDATA[By JEROME PUGMIRE, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — After letting another big lead slip with an error-strewn performance at the French Open, top-ranked Aryna Sabalenka felt like getting as far away from the courts as possible.]]></description><pubDate>Wed, 03 Jun 2026 16:28:20 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — After letting another big lead slip with an error-strewn performance at the French Open, top-ranked Aryna Sabalenka felt like getting as far away from the courts as possible.</p><p>“Just want to quit tennis right now,” Sabalenka said after wasting a lead of a set and two breaks in a 3-6, 7-5, 6-0 loss to Diana Shnaider in the quarterfinals on Wednesday. “We’ll see in few days. Hopefully I’ll get back on track mentally.”</p><p>Sabalenka's wait for a first French Open title continues despite the four-time major winner leading 4-1 in the second set and being two points from victory while serving for the match at 5-4. What followed was a complete collapse as she lost 12 of the last 13 games against a player appearing in her first Grand Slam quarterfinal, looking increasingly frustrated and forlorn in the windy conditions.</p><p>Just like her loss to Coco Gauff in last year's final, when she also won the first set before becoming undone with a slew of unforced errors, this one will take some time to get over.</p><p>“You know those rooms where you just go in and you smash everything,” Sabalenka said. “Probably I will spend a whole day tomorrow over there destroying stuff. Maybe it will help, maybe not.”</p><p>Sabalenka stood still and screamed loudly after losing a point to fall 0-30 down in the sixth game of the decider and, although she saved two match points at 0-40 down, she lost when she sent a shot into the net.</p><p>“I just think it’s combination of everything,” Sabalenka lamented. “You overthink, then you make easy mistakes, then you miss opportunities.”</p><p>Shnaider next faces Maja Chwalinska, who extended her remarkable Roland Garros run by beating No. 22-seeded Anna Kalinskaya 7-6 (3), 6-3.</p><p>But for Sabalenka, her struggles were reminiscent of the match against Gauff, when she remonstrated loudly, shouting to herself and glaring at her team box.</p><p>“I just have to sit back and openly think about what’s going on in my head in those tough moments,” Sabalenka said, recalling that match. “Because I’m quite an experienced player. I have been through so many things, and I overcome so many things.”</p><p>Sabalenka had already looked agitated when serving for the first set but still looked in control as she served for the match in the second, holding a 30-15 lead.</p><p>“Of course I saw some moments of her frustration,” Shnaider said. “I know Aryna, that she’s a very emotional person."</p><p>Shnaider, who was already on her best run at a major, broke Sabelenka before taking complete control.</p><p>“Well, honestly I am speechless. Super happy,” Shnaider said. “I feel like I was trying to focus point by point. Not thinking about the score. She is the world No. 1, so I just trying to do my best. I just had to fight for every point.”</p><p>Sabalenka looked increasingly frustrated as the third set wore on, and when she missed a volley at the net in the fourth game of the decider she crouched and rested her head on her racket.</p><p>Another upset</p><p>It was another big upset in a tournament where defending champion Gauff (third round) and four-time winner Iga Swiatek (fourth round) already tumbled out.</p><p>Defending men’s champion Jannik Sinner served for the match in a second round defeat, and 24-time major winner Novak Djokovic wasted a two-set lead in a third round loss.</p><p>That opened things up for lesser-known players. According to Opta, this is the first major without a former champion in either the men’s and women’s semifinals since the French Open in 1977.</p><p>From qualifier to contender</p><p>The unseeded Chwalinska came through three qualifying rounds to become only the second Polish woman to reach the semifinals at Roland Garros, along with Swiatek.</p><p>Chwalinska said British player Emma Raducanu’s run to the 2021 U.S. Open title as an 18-year-old qualifier had inspired her.</p><p>“It was such an impressive run, you know,” Chwalinska recalled. “Also, she was so young.”</p><p>When Kalinskaya’s big forehand from the back of the court went out, the 24-year-old Chwalinska had her biggest win, having never been beyond the second round at any major before this tournament.</p><p>Chwalinska’s total prize money heading into Roland Garros was $864,030 and reaching the last four here earns her 750,000 euros (about $872,000).</p><p>Windy conditions</p><p>After they traded early breaks of serve amid blustery conditions with the roof open on Court Philippe-Chatrier.</p><p>“I don’t know why would they keep the roof open when it was crazy windy,” Sabalenka said. “It was very dirty tennis. I don’t know how people could actually just sit there and watch me play.”</p><p>Kalinskaya also struggled.</p><p>“I feel like I was fighting against the wind,” she said. “It was cold today, so the ball was going slower. I couldn’t use my speed, my power.”</p><p>Men’s matches</p><p>In remaining men’s quarterfinals, No. 4 Felix Auger-Aliassime took on No. 10 Flavio Cobolli before unseeded Italians Matteo Berrettini and Matteo Arnaldi faced off.</p><p>All of Wednesday’s matches were held on Chatrier.</p><p>Second-seeded Alexander Zverev and No. 26 Jakub Mensik won their quarterfinals Tuesday and will meet in the semifinals. ___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKZ3VJNLVCCPYTPWV5DKHKWI3E.jpg?auth=c642de705e39c148eec2e490eace4d64813ee36106f74bffcc495fabee0c70c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka of Belarus reacts after losing the quarterfinal tennis match against Russia's Diana Shnaider at the French Open in Paris, Wednesday, June 3, 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/A3XHPPUF5FDPJQ7S2SY74LGWAU.jpg?auth=9bf019c6390c0515f9efb1c84ba50d177c1a05c3bd456d36746edc484741c02c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's Diana Shnaider reacts after winning the quarterfinal tennis match against Aryna Sabalenka of Belarus at the French Open in Paris, Wednesday, June 3, 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/EYNWWDAZ6YBNTIBORA43FBHITY.jpg?auth=55f6da78a343264e11e936fbf6cd9d01c98c0d63bc18342642391c2fab971a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka of Belarus hugs Russia's Diana Shnaider after the quarterfinal tennis match at the French Open in Paris, Wednesday, June 3, 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/HBHPOHZUY6APGF4Y7HL6O543VI.jpg?auth=25961d8d2956d40cb1cca525927eeae3960fe28eb5ed2eb07bc39b515fc3722a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poland's Maja Chwalinska reacts after winning the quarterfinal tennis match against Russia's Anna Kalinskaya at the French Open in Paris, Wednesday, June 3, 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/S4OQCO5LJOY54USK5FHV27K6JY.jpg?auth=7ba51f0d06e379f8424edd4ef18fc837c85caead4a0949ab4dbe62a742c560a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russia's Anna Kalinskaya walks off the court after the quarterfinal tennis match against Poland's Maja Chwalinska at the French Open in Paris, Wednesday, June 3, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[Electric SUV showdown: Edmunds compares the revamped Toyota bZ to the Tesla Model Y]]></title><link>https://www.local10.com/business/2026/06/03/electric-suv-showdown-edmunds-compares-the-revamped-toyota-bz-to-the-tesla-model-y/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/electric-suv-showdown-edmunds-compares-the-revamped-toyota-bz-to-the-tesla-model-y/</guid><dc:creator><![CDATA[By BRADLEY IGER of Edmunds, Associated Press]]></dc:creator><description><![CDATA[Once you’ve decided to buy an electric vehicle, the exciting but tricky part is choosing which one to get. For a growing number of car shoppers, an electric SUV makes the most sense for everyday life. The latest models have enough range to handle everyday driving and the occasional trek out of town without much of an issue. They’re also roomy for your family and have some innovative technology features. But which one to get? That’s where the Tesla Model Y and Toyota bZ come in.]]></description><pubDate>Wed, 03 Jun 2026 11:22:21 +0000</pubDate><content:encoded><![CDATA[<p>Once you’ve decided to buy an electric vehicle, the exciting but tricky part is choosing which one to get. For a growing number of car shoppers, an electric SUV makes the most sense for everyday life. The latest models have enough range to handle everyday driving and the occasional trek out of town without much of an issue. They’re also roomy for your family and have some innovative technology features. But which one to get? That’s where the Tesla Model Y and Toyota bZ come in.</p><p>Tesla’s best-selling EV gets a round of updates for 2026 that include revised styling, a smoother ride and a more upscale cabin. But Toyota’s all-electric SUV shouldn’t be counted out. It has been thoroughly overhauled for 2026, and the result is a much more compelling proposition than the outgoing model. Edmunds’ experts put these two electric SUVs head-to-head to find out which one deserves a spot in your driveway.</p><p>Range and charging</p><p>Formerly known as the bZ4X, Toyota’s first all-electric SUV has been so extensively revised that it now carries a new name. Pleasingly, range has improved considerably. The front-wheel-drive version of the 2026 bZ can go up to 314 miles on a single charge, according to EPA estimates. Edmunds has verified that in its own independent testing, with a test bZ covering 331 miles, an impressive result for a small electric SUV.</p><p>As with the bZ, different versions of the Model Y have varying range estimates. The longest comes from the Premium Rear-Wheel Drive, which can go an EPA-estimated 357 miles. Edmunds hasn’t range tested that Model Y version, but other tested Model Ys have matched their EPA estimates.</p><p>Edmunds also tested the bZ and Model Y for charging speeds at a public fast-charging station. Both SUVs yielded similar results and could potentially add up to about 100 miles of range in 15 minutes. The Model Y is a bit more convenient to charge at Tesla’s nationwide network of Supercharger stations, however.</p><p>Winner: Model Y</p><p>Driving experience and interior space</p><p>The Tesla Model Y remains one of the more engaging electric SUVs to drive. It accelerates quickly, has a smooth ride, and feels sporty and stable when going around corners. The cabin is well insulated from road and wind noise, and the front seats offer a wide range of adjustments for comfort during longer drives.</p><p>While the outgoing bZ4X felt sluggish, the bZ flips the script with brisk acceleration in both single- and dual-motor configurations. The front-wheel-drive bZ actually outpaced the base Model Y Rear-Wheel Drive in Edmunds’ 0-to-60 mph testing, while an all-wheel-drive bZ trailed just behind the Model Y All-Wheel Drive in the same test. The bZ also has a comfortable ride over bumps, but it doesn’t feel as composed as the Model Y when cornering.</p><p>Interior space is significantly better in the Model Y. It has more rear legroom, which allows adults to be more comfortable and provides extra space for installing bulky rear-facing child safety seats. The Model Y also has more cargo space and a few more useful spaces to store small items.</p><p>Winner: Model Y</p><p>Technology</p><p>Tesla’s infotainment system remains a highlight, with a clean interface and quick response. Dual wireless chargers add convenience, and Tesla’s advanced driver assistance features help set it apart. The Full Self-Driving (Supervised) feature is particularly notable for allowing for hands-free driving on both highways and city streets. However, the lack of Apple CarPlay and Android Auto smartphone integration may be a sticking point for some buyers.</p><p>Toyota counters with a new 14.1-inch touchscreen infotainment system that’s easy to use and supports wireless connectivity Apple CarPlay and Android Auto. Dual wireless phone chargers are up front, and a total of four fast-charging USB-C ports are on board. Standard driver assistance features are comprehensive. The bZ also has a hands-free driving feature, but it only works at low speeds on the highway.</p><p>Winner: Model Y</p><p>Pricing and value</p><p>The base Model Y Rear-Wheel Drive starts at $41,630, including destination. However, it’s missing some features you’ll probably want in an EV. The Premium version of the Model Y is what you want because of its added power, slightly greater range and a more upscale interior. A Model Y Premium All-Wheel Drive costs $51,630.</p><p>The Toyota bZ starts at $36,495 and comes well equipped for the price, especially when you consider the improved performance and range now on offer. The top-line bZ Limited adds even more features and is comparable to the Model Y Premium. It costs $46,895 in its available all-wheel-drive configuration.</p><p>Winner: bZ</p><p>Edmunds says</p><p>The Toyota bZ’s improvements make it a far more appealing electric SUV than before, and its low starting price strengthens its appeal for value-focused buyers. That said, the Tesla Model Y continues to set the benchmark in this segment with its superior technology, performance and overall refinement. While Toyota has made meaningful progress, the Model Y remains the better choice.</p><p>_____</p><p>This story was provided to The Associated Press by the automotive website Edmunds. Bradley Iger is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJOAPRRYACJBY3GMXDTSMEYWTY.jpg?auth=4b6e2c79fc64b8a3b4e3d081ba7ca9e2dd9c89cee1829a719cf9718f7d0ddd07&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 Edmunds shows the 2026 Model Y. The Model Y offers a spacious, comfortable interior, quick acceleration, and over 300 miles of range. (Courtesy of Edmunds via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DHO4GQHA2C5RZWIJ7EUGTMPWGU.jpg?auth=86cca7bf9442aee8a4824363529ee71790191946b3d86b19bd89337924c3d543&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 Toyota shows the 2026 bZ. The 2026 Toyota bZ isn't flashy, but a comfortable cabin and intuitive tech make it a great daily driver. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content></item><item><title><![CDATA[Macy's raises annual outlook after the fourth straight quarter of sales gains]]></title><link>https://www.local10.com/business/2026/06/03/macys-raises-annual-outlook-after-the-fourth-straight-quarter-of-sales-gains/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/macys-raises-annual-outlook-after-the-fourth-straight-quarter-of-sales-gains/</guid><dc:creator><![CDATA[By ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Macy's reported its fourth consecutive quarter of comparable sales gains as the department store said an overhaul of its merchandise and better customer service is resonating with customers.]]></description><pubDate>Wed, 03 Jun 2026 17:02:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Macy's reported its fourth consecutive quarter of comparable sales gains as the department store said an overhaul of its merchandise and better customer service is resonating with customers.</p><p>The New York company raised its outlook Wednesday and shares dipped less than 1% in midday trading.</p><p>“We're off to a strong start to the year,” said CEO Tony Spring, who is in the third year of an attempted turnaround of the storied retailer. “We're operating with discipline and focusing on what matters most — our customers.”</p><p>Comparable sales — sales at established online channels and stores— rose 3% during the first quarter. That was higher than the 1.8% gain during the final quarter of 2025 and it was the strongest first quarter for such sales in four years, the retailer said. Macy's stores posted a comparable sales increase of 1.6%, while the company's Bloomingdale's stores delivered a 10.2% increase, its highest first-quarter sales volume on record. Bluemercury, the cosmetics chain also owned by Macy's had a 6.4% comparable sales gain.</p><p>It’s the latest encouraging sign for Macy’s, which had been mired in a yearslong sales slump. Under Spring, who took over the top job in early 2024, Macy’s has closed unprofitable stores and spent millions modernize others. The company has beefed up customer service. It’s also been trying to differentiate its luxury business from its rivals with exclusive merchandise.</p><p>Some of the outsized performance at Bloomingdales has been attributed by retail analysts to the Chapter 11 bankruptcy of Saks Global, the parent company of Saks Fifth Avenue and Neiman Marcus.</p><p>Still, Macy’s is contending with the same challenges faced by its the retailer sector as a whole.</p><p>U.S. retailers have spent months navigating an uncertain economic environment, from President Donald Trump’s tariffs to the impact of soaring gasoline prices due to the Iran war. The average price for a gallon of regular gasoline has been above $4 per gallon since March, according to according to AAA. A gallon costs 40% more than than it did before the war. The latest batch of earnings reports from major retailers underscore how shoppers are under increasing financial strain as they try to factor in higher prices for gasoline, groceries, utilities and almost everything else.</p><p>Spring told The Associated Press in a phone call Wednesday that the company is closely monitoring events given the uncertainty about the U.S. economy, but there's been no noticeable pullback in customer spending since gas prices started rising.</p><p>He reasons that Macy's improved assortment and perceived value are landing with customers. There have been strong sales in prom dresses, men's shoes, dresses and fragrances. Spring, however, noted disappointing furniture sales with shoppers continuing to put off purchases of big ticket items.</p><p>“Despite the choiceful consumer, despite all the things that are going on that we read about every day in terms of the geopolitical, macroeconomic environment, fashion and newness and the consumer’s desire to indulge is still happening,” Spring told The AP. “And we’re very pleased that we are taking share.”</p><p>Spring said that higher-income shoppers continue to spend freely, boosted by gains in the stock market, while the middle income shopper has remained more selective. He said lower-income customers continue to struggle but are focusing on Macy's designated areas for heavily discounted merchandise.</p><p>Macy’s reported net income of $63 million, or 23 cents per share, in the quarter ended May 2. Adjusted earnings per share was 13 cents, a dime better than Wall Street had expected, according to FactSet.</p><p>That compares with a $38 million profit, or 13 cents per share, in the year-ago period.</p><p>Net sales rose to $4.68 billion from $4.6 billion in the year-ago period. Revenue this quarter also edged out projections on Wall Street.</p><p>The company now expects annual net sales of between $21.5 billion and $21.75 billion, up from previous guidance of $21.4 billion to $21.65 billion in March. Macy’s upped its projections for comparable sales, saying on Wednesday that they will likely increase between 0.5% and 1.2%. The company in March predicted a decline of 0.5% to a gain of 0.5%.</p><p>It also now anticipates adjusted earnings per share for the year to be in the range of $2 to $2.20, up from its previous guidance of $1.90 to $2.10 per share.</p><p>For the full fiscal year, analysts were expecting $2.09 in adjusted earnings per share on revenue of $21.6 billion, according to FactSet analysts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VFZLAH6BNJNCQJVCJQMDNMFENE.jpg?auth=4e68260ce373a406066e8846d9ec647ffee076269cc8a720837641102b0b673c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Macy's sign is displayed outside the department store in Gurnee, Ill., Wednesday, April 15, 2026. (AP Photo/Nam Y. Huh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[June 3: More rain could cause flooding in some areas ]]></title><link>https://www.local10.com/weather/2026/06/03/june-3-more-rain-could-cause-flooding-in-some-areas/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/03/june-3-more-rain-could-cause-flooding-in-some-areas/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[We continue with a warm west wind, providing for above average morning lows in the 80s. ]]></description><pubDate>Wed, 03 Jun 2026 10:56:42 +0000</pubDate><content:encoded><![CDATA[<p>Happy last day of school for Broward County, students and administrators! We continue with a warm west wind, providing for above average morning lows in the 80s. The west wind will help steer the showers and storms towards the metro coastal areas again today. After days of rain, the ground is so saturated that flooding is a big concern to our areas today. Some of these storms could be strong to severe -- remember, when thunder roars go indoors. Keep the raingear handy as storms will be around until Thursday. </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[Rare albino buffalo named after Donald Trump for its golden locks draws crowds at Bangladesh zoo]]></title><link>https://www.local10.com/news/world/2026/06/03/rare-albino-buffalo-named-after-donald-trump-for-its-golden-locks-draws-crowds-at-bangladesh-zoo/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/rare-albino-buffalo-named-after-donald-trump-for-its-golden-locks-draws-crowds-at-bangladesh-zoo/</guid><dc:creator><![CDATA[By AL EMRUN GARJON and JULHAS ALAM, Associated Press]]></dc:creator><description><![CDATA[DHAKA, Bangladesh (AP) — With his shock of golden hair and trim 700-kilogram (1,500-pound) build, Donald Trump has been drawing crowds from across Bangladesh since he arrived at the national zoo last week.]]></description><pubDate>Wed, 03 Jun 2026 10:43:22 +0000</pubDate><content:encoded><![CDATA[<p>DHAKA, Bangladesh (AP) — With his shock of golden hair and trim 700-kilogram (1,500-pound) build, Donald Trump has been drawing crowds from across Bangladesh since he arrived at the national zoo last week.</p><p>The rare albino buffalo became a sensation when a farmer noticed that his blond tuft of hair resembled the distinctive locks of the U.S. president. After a video of the pale horned mammal went viral on social media, large numbers of people started showing up at the farm outside Dhaka to see him for themselves.</p><p>The animal was originally meant to be slaughtered for the Muslim festival of sacrifice. But citing security concerns, the government ordered him transferred to the zoo in the capital, where large crowds are now braving sweltering heat to see him.</p><p>On Tuesday, visitors pressed against the fence of the buffalo's enclosure, filming with their phones as some fathers hoisted small children on their shoulders for a better view.</p><p>A zoo worker pampered the animal, brushing his hair to one side and hosing him down with water to keep him cool as fans blew on him.</p><p>“There is a resemblance to Donald Trump in its eyes, hairstyle, and skin color,” said Mohammed Nasim, a student in Dhaka. “And just as Donald Trump has a distinctive personality and lifestyle, this buffalo, after going viral, is now living a similar kind of life, enjoying a lot of attention and special treatment.”</p><p>Local media reported that the exhibit initially included a sign that said “Donald Trump,” which has since been removed. The zoo curator was fired on Saturday, though no official cause was given for the dismissal.</p><p>Some clearly found the naming in poor taste.</p><p>“Giving a farm animal the name of one of the world’s most influential leaders was certainly the wrong thing to do," said Dhaka resident Mohammad Joynal Adedin, who visited the zoo to see the buffalo anyway. “It seems disrespectful. I think the farmer who did this made a poor decision.”</p><p>The buffalo was sold ahead of Eid al-Adha, the “Feast of Sacrifice.” When Home Minister Salahuddin Ahmed ordered police to take it into custody, the authorities refunded the buyer.</p><p>"Since before Eid, I had been seeing posts on Facebook saying that ‘Donald Trump’ would be sacrificed. Later, I heard that instead of being sacrificed, it had been placed in a zoo,” said Mohammad Habibur Rahman, a visitor to the zoo from the southwestern Bangladeshi city of Jashore.</p><p>“So, I thought I would come to the zoo and see ‘Donald Trump’ for myself," he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OA2VIUP47Z4QNVJOUUZOKBJ7QY.jpg?auth=5982c1797b4378ea954c3332a8a8e6d8708cab3618a2da2d4a19c56c70cc2226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rare albino buffalo fondly named after Donald Trump for its distinctive blond tuft kept in an enclosure at the national zoological park, in Dhaka, Bangladesh, Friday, May 29, 2026. (AP Photo/Rajib Dhar)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajib Dhar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEGGJDMUEBPGPY4FQTWVVXECZU.jpg?auth=00c85e379ba9bfeccef9548a8b14f7f2f019b18e3099a5b451237a262afcc035&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rare albino buffalo fondly named after Donald Trump for its distinctive blond tuft stands in an enclosure at the national zoo, in Dhaka, Bangladesh, Tuesday, June 2, 2026. (AP Photo/Al-emrun Garjon)]]></media:description><media:credit role="author" scheme="urn:ebu">Al-emrun Garjon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5LOTJUZS2Q6GT3ETBKTQWMBFOQ.jpg?auth=287aa425b3a37f0c122424816be11f3618f2e47cc429f56187851ce08b20b362&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors look at a rare albino buffalo fondly named after Donald Trump for its distinctive blond tuft kept in an enclosure at the national zoo, in Dhaka, Bangladesh, Friday, May 29, 2026. (AP Photo/Rajib Dhar)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajib Dhar</media:credit></media:content></item><item><title><![CDATA[UK orders Google to allow publishers to opt out of AI scraping for search summaries]]></title><link>https://www.local10.com/business/2026/06/03/uk-orders-google-to-allow-publishers-to-opt-out-of-ai-scraping-for-search-summaries/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/uk-orders-google-to-allow-publishers-to-opt-out-of-ai-scraping-for-search-summaries/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Google must allow news sites to opt out of having their online content scraped to feed AI overviews and other artificial intelligence services and features for British users, regulators said Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 10:11:25 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Google must allow news sites to opt out of having their online content scraped to feed AI overviews and other artificial intelligence services and features for British users, regulators said Wednesday.</p><p>The Competition and Markets Authority said it was ordering Google to give online publishers the option, in what it called a “world first.”</p><p>The watchdog is seeking to loosen the U.S. tech giant’s stranglehold on the U.K’s online search market by using new digital powers to force changes to the company’s business practices.</p><p>Under the decision, Google will have to give publishers “effective tools” to prevent their content from being used to power the company's generative artificial intelligence services and its AI search features like AI Overviews and AI Mode.</p><p>Google will also have to properly cite publisher content in AI-generated search resulted by using clear links, and let publishers opt out of having their content used to fine-tune AI models.</p><p>The watchdog said the decision will give publishers a stronger hand when negotiating content deals with Google. Publishers are defined as anyone who puts content on the web that's available to people in Britain.</p><p>The CMA's ruling was expected, because it had released draft proposals at the start of the year after using its new digital powers to label Google a “ strategic” player in online search advertising.</p><p>It previously found that news publishers had suffered a drop in traffic since Google rolled out its AI Overviews - summaries that appear at the top of some search queries - because fewer users are clicking through to the original articles.</p><p>The watchdog said its requirements will also apply to big changes that Google unveiled in May, which further embed AI in the company's search services.</p><p>Google is “engaging with regulators like the UK’s Competition and Markets Authority to ensure website owners have the right tools as user preferences evolve," the company's general manager of search ecosystem, Mrinalini Loew, said in a blog post.</p><p>“Today, we’re beginning to test a new control that lets website owners manage how their links and content appear in generative AI Search features.”</p><p>CMA Chief Executive Sarah Cardell said the measures will result in “fair treatment, greater transparency and meaningful choice for businesses and consumers” and will help tens of millions of British users “better understand and trust the information presented to them.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N55XAPYG7J44W5STR43P6SCJ7M.jpg?auth=dbe5f773ccef4b2dbd89140be524be0cc3403fd367547d09222eefa7b3322437&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees pose for photos before the keynote presentation at a Google I/O event in Mountain View, Calif., Tuesday, May 19, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[After 60 years of hurt England turns to a German coach to end World Cup title drought]]></title><link>https://www.local10.com/sports/2026/06/03/after-60-years-of-hurt-england-turns-to-a-german-coach-to-end-world-cup-title-drought/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/after-60-years-of-hurt-england-turns-to-a-german-coach-to-end-world-cup-title-drought/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — In a bid to end its decades-long wait to win a second World Cup, England has put its fate in the hands of a German.]]></description><pubDate>Wed, 03 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — In a bid to end its decades-long wait to win a second World Cup, England has put its fate in the hands of a German.</p><p>It’s fair to say the appointment of Thomas Tuchel was not universally well received.</p><p>“I’m sorry I have a German passport,” the serial-winning former Paris Saint-Germain, Chelsea and Bayern Munich coach quipped at his official unveiling in 2024.</p><p>He had woken that morning to some unflattering headlines in the British media.</p><p>The Daily Mail described it as a “dark day for England” and said the national team had gambled on a “GERMAN.”</p><p>The leader of the right-wing Reform Party Nigel Farage asked on X: “Why can’t we have an English manager?”</p><p>Never mind that Tuchel was a Champions League winner who had lifted trophies in three different countries. Or the fact that England has gone down the foreign route before: a Swedish coach in Sven-Goran Eriksson and an Italian in Fabio Capello. And in the days before Tuchel’s appointment, there were rumors that Pep Guardiola was also a leading candidate.</p><p>Historic rivals</p><p>A point of contention was the fact that Germany has long-been England’s biggest soccer rival. Since winning the 1966 World Cup final against West Germany, England has often struggled against the Germans in major tournaments. Some England fans have brought 20th-century history to the rivalry with provocative chants taunting Germany about World War II.</p><p>Debate about Tuchel's nationality, however, dissipated quickly, helped by his easy-going charm when dealing with the media and a perfect winning record during England's World Cup qualifying campaign.</p><p>According to professor Jan Rüger, author of the upcoming book “Great Powers: A History of Britain and Germany,” the wider reaction to Tuchel's appointment points to a change in Anglo-German relations after the tensions that prevailed in the decades following two world wars.</p><p>“There were questions, but it certainly hasn’t turned into an ongoing saga in the way in which it would have in the 1990s or even around the turn of the century,” Rüger told The Associated Press. "Then it would have been unthinkable to have a German manager.</p><p>“Germany really isn’t the bad guy anymore. That’s long since passed. I don’t think it works portraying Germany as the bogeyman.”</p><p>England coaches face fierce criticism</p><p>Time will tell if Tuchel is portrayed as a hero or villain at the World Cup. If England fails, his nationality might be raised again. But England managers of the past have been the subject of brutal criticism by fans and media, regardless of what it says on their passport.</p><p>Tuchel's predecessor Gareth Southgate was widely credited with making England fans fall back in love with the national team during his eight-year spell, yet he faced a torrent of abuse from sections of supporters during the 2024 European Championship, with plastic beer glasses thrown in his direction after one match.</p><p>Southgate departed after leading England to back-to-back Euros finals and the World Cup semifinals in 2018.</p><p>He goes down as the nation's second most successful manager after Alf Ramsey, who led England to World Cup victory in 1966.</p><p>If Tuchel can end England's trophy wait, he would become a national treasure.</p><p>“Everyone in the squad, the staff, everyone believes we can win it,” midfielder Kobbie Mainoo said.</p><p>Difficult decisions</p><p>Tuchel stunned some fans and players with his squad selection for the World Cup, leaving out big names including Phil Foden, Cole Palmer and Trent Alexander-Arnold.</p><p>It was evidence that he would not be swayed by public opinion, which has been a criticism of previous coaches.</p><p>“Everything I know about international football tells me that tournaments are won by teams, not individuals,” he said. “What we’re trying to achieve in the summer can only be achieved as a team."</p><p>Midfielder Jordan Henderson was one of the surprise inclusions at the age of 35.</p><p>“I know everybody likes to speak about players that aren’t here, unfortunately that’s the case with every England squad really," Henderson said. “There’s so many good players, so much talent, but for us as a squad here, it’s about being together and we’re here for a reason and it’s about bringing that, being the best version of yourself, being best version individually and collectively, working every day to achieve our dreams.”</p><p>A proven winner</p><p>Tuchel is the 14th coach tasked with the challenge of ending England's trophy drought, which now stretches to 60 years.</p><p>After Southgate's departure the English Football Association said it was looking for a candidate to “win a major tournament”. That might sound obvious, but even coaches who had won big prizes with club teams such as Bobby Robson, Terry Venables, Eriksson and Capello could not emulate that success with England.</p><p>Southgate got closer than anyone since Ramsey despite a modest coaching career before being handed the national job.</p><p>His success appeared to be grounded in developing a connection both within his squad and with supporters. As a former player who missed a penalty in a semifinal shootout defeat to Germany at Euro 1996, his emotional understanding of what it means to represent England appeared to resonate with a new generation.</p><p>As a foreign coach — albeit one who coached in the Premier League with Chelsea — Tuchel cannot bring that same dynamic to the role.</p><p>He does, however, fit the description of a winner of major tournaments, having led Chelsea to the Champions League in 2021. He was also Champions League finalist with Paris Saint-Germain.</p><p>He won league titles in France with PSG and Germany with Bayern Munich.</p><p>In Harry Kane, Jude Bellingham and Declan Rice, he has three of the biggest stars in European soccer and enough talent at his disposal that he felt able to leave out the likes of Foden and Palmer.</p><p>“I love the difficult decisions and I love the tough decisions because they bring in the end clarity, they bring a certain edge, and it’s what you need to go all the way," Tuchel said. “From day one, we said we will always try to select and build the best group, which is maybe not necessarily just to collect the best talents.”</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PHDCW7BRVP4DLZZMBMFJALLN64.jpg?auth=de6beb61fc26a1b72928136bc82e38f1cb7a145bc42627ecd2b4e0ce66e9620c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England players pose for a team photo before the start of the International friendly soccer match between England and Japan in London, Tuesday, March 31, 2026 . (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IMQ5DTDDNKGSRJI4X3UPLBEVBI.jpg?auth=c0c11d16d437ae03b316e7f68c0a2c81cdb8015a71c3750e01e2aa69e4610d52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -England's head coach Thomas Tuchel looks on before the start of the International friendly soccer match between England and Japan in London, March 31, 2026 . (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVG7HBLTZ4OVKCB54RBPWPCUF4.jpg?auth=5ec828ddc7c2368c87b8eea222a6956fb5f69da6e2a62cc7013a357c7fad4335&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England goalkeeper James Trafford, fourth right and teammates board a plane at Birmingham Airport ahead of the team's departure to the United States for the FIFA World Cup, in Birmingham, England, Monday June 1, 2026. (Nick Potts/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Potts</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YAPEAFGDZ27N6GWDSL2AY7CKU.jpg?auth=74bb48b99ca0560e399e67f779be0e8fea9df6e5df7625964055db8742b1f7e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's head coach Thomas Tuchel walks on the practice pitch ahead of a training session for the national soccer team in Palm Beach Gardens, Fla., Tuesday, June 2, 2026, ahead of the World Cup soccer tournament. (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/PDW6UGMEUQWW3LVFCWE36EDV3E.jpg?auth=6b99e6d70d0bddbd50a136741d7738dc763dafd04d19b18347d70ddcc97bf64b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's Harry Kane, left, celebrates after scoring his side's second goal during the Group F UEFA Nations League soccer match between England and Finland at Wembley Stadium in London, Tuesday, Sept. 10, 2024. (AP Photo/Frank Augstein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content></item><item><title><![CDATA[Trump acknowledges calling Netanyahu 'crazy' and says Israel is complicating peace talks with Iran]]></title><link>https://www.local10.com/news/world/2026/06/03/trump-acknowledges-calling-netanyahu-crazy-and-says-israel-is-complicating-peace-talks-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/trump-acknowledges-calling-netanyahu-crazy-and-says-israel-is-complicating-peace-talks-with-iran/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB, JOSH BOAK and SARAH EL DEEB, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — President Donald Trump acknowledged criticizing Israeli Prime Minister Benjamin Netanyahu as “crazy” in a phone call that involved expletives, saying he was “a little bit perturbed” that Israel’s fighting with Hezbollah militants in Lebanon was holding back peace talks with Iran.]]></description><pubDate>Wed, 03 Jun 2026 16:40:37 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — President Donald Trump acknowledged criticizing Israeli Prime Minister Benjamin Netanyahu as “crazy” in a phone call that involved expletives, saying he was “a little bit perturbed” that Israel’s fighting with Hezbollah militants in Lebanon was holding back peace talks with Iran.</p><p>But even as the U.S. president conceded the tensions in an interview released Wednesday, he insisted that his relationship with Netanyahu was solid and that they connected, in part, because they are both “wartime” leaders.</p><p>“We’ve worked very well together. I like Bibi a lot. And I work very well with him,” Trump told The New York Post’s “Pod Force One.”</p><p>In an interview on the American business-news channel CNBC, Netanyahu responded that he and Trump sometimes have “tactical disagreements” but have “common goals” and “agree on the main things.”</p><p>“He respects me. I respect him. We always find a way to work out our differences,” the prime minister said.</p><p>The president's comments about the Monday call offered a sign of the growing pressure he faces to resolve the Iran war as higher energy prices and economic uncertainty threaten Republican prospects in the midterm elections and hamper global commerce.</p><p>Talks have dragged on for weeks as mediators seek to extend a fragile ceasefire into a more enduring truce. The negotiations are further strained by Israel’s broadening war with the Iranian-backed militia group in Lebanon. The conflicts have become increasingly intertwined as Iran insists that any potential truce in the war there must also quell the fighting in Lebanon.</p><p>Trump does not commit to timeline for ending Iran war</p><p>Trump remained noncommittal about a timeline for settling the Iran conflict, saying the Strait of Hormuz might stay blocked through the Labor Day holiday on Sept. 7. He has insisted that Iran stop any efforts that could lead to a nuclear weapon and that the strait be reopened for shipments of oil and natural gas.</p><p>“I don’t know. I mean, I think it could be (closed through Labor Day), but I think it’s unlikely. I think that we’ll have it. I think this will resolve itself fairly quickly,” Trump said.</p><p>Iran’s Supreme Leader Mojtaba Khamenei, who succeeded his late father, is “involved” in peace talks, Trump added.</p><p>“They have a lot of respect for him,” the president said in the interview.</p><p>Trump said that Khamenei is not doing well due to wounds sustained in an airstrike, but “they say he’s giving approval because that’s the way it has been for a long, long time." Khamenei's father was killed in an airstrike when the U.S. and Israel attacked Iran at the end of February.</p><p>Meanwhile in the Persian Gulf region, Kuwait briefly shut its main airport Wednesday after Iranian drones hit a passenger terminal building, killing one person and wounding dozens. It was the latest in the back-and-forth attacks by Tehran and Washington that have tested the ceasefire.</p><p>The strike again brought home the risks to residents and travelers in Gulf countries that had considered themselves relative safe havens before the war, now in its fourth month.</p><p>Path to a lasting ceasefire in Lebanon is obscured by new strikes</p><p>The path toward a lasting ceasefire between Israel and Hezbollah remained unclear as hostilities continued in Lebanon.</p><p>An Israeli strike Wednesday hit a car on a busy highway just south of Beirut, hours before the second day of talks between Lebanon and Israel in Washington were set to take place.</p><p>The strike in Khaldeh came without warning, and it was not immediately clear if the person targeted was killed.</p><p>Israel and Lebanon on Monday reached a U.S.-brokered agreement in which Israel would not strike Beirut's southern suburbs and Hezbollah would end its attacks on northern Israel.</p><p>The agreement was made hours after Israel announced that it was going to launch strikes across the sprawling urban neighborhoods near the Lebanese capital in what would have been the most intense strikes since a nominal ceasefire went into effect on April 17.</p><p>The State Department said progress was made during the first day of talks on Tuesday. Lebanon hopes to widen the scope of the ceasefire so it becomes comprehensive across the country. Israel wants to disarm Hezbollah immediately before the Israeli military ends its operations in Lebanon and withdraws its troops from dozens of villages and towns.</p><p>Not long after the strike on Khaldeh, the Israeli military said it intercepted what it called a hostile aircraft coming from southern Lebanon, but it did not immediately blame Hezbollah. Hezbollah has not claimed a cross-border attack since the agreement.</p><p>Israeli military warning rattles coastal city</p><p>Israeli strikes over southern Lebanon continued, especially in and around the battered cities of Tyre and Nabatiyeh. Two overnight strikes near Tyre, a coastal city, killed four Syrians and two Palestinians.</p><p>Israel warned the Christian neighborhoods in Tyre that Hezbollah members were among them. Many Lebanese Shiite Muslims fled to those areas in recent days because they were spared from the aerial bombardment along the Mediterranean coast.</p><p>After the warning, the Lebanese army deployed to the Christian district of Tyre in an effort to prevent Israeli attacks there and to show that Hezbollah has no armed presence in the area.</p><p>Israel launched an invasion of southern Lebanon days after the latest war was sparked on March 2, when Iran-backed Hezbollah fired rockets toward northern Israel in solidarity with Iran. Israeli troops have pushed deeper into Lebanon over the past week, as Hezbollah continues to claim rocket and drone attacks.</p><p>The latest round of fighting between Israel and Hezbollah has killed 3,468 people in Lebanon and displaced 1.2 million people. According to Netanyahu’s office, at least 27 Israeli soldiers and a defense contractor have been killed in or near southern Lebanon. Two civilians have also been killed in northern Israel.</p><p>Strike on village kills most of a family</p><p>Many residents of southern Lebanon remained in villages near the hostilities or returned to areas where strikes occurred after evacuation warnings.</p><p>The Al-Abdallah family returned to their home in Marwanieyh, which they left because they thought the village was unsafe following earlier strikes. A day later, two rockets hit the home, bringing down the three-story building and killing six family members, said the brother of Hassan Al-Abdallah, who was killed.</p><p>Ahmed Al-Abdallah, 13, was thrown away from the building by the force of the blasts and was the only member of his family to survive. His uncle, Eissa Al-Abdallah, said the boy has two broken legs and shrapnel wounds all over his body.</p><p>“What good is talking now? They are gone, and nothing will bring them back,” the uncle told The Associated Press in a phone call Tuesday. “This land costs blood.”</p><p>___</p><p>Boak reported from Washington.</p><p>___</p><p>This version has been updated to correct that the Iran war began at the end of February, not March.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QS263HVNW2ZIDLPOTM7JJ2EAUY.jpg?auth=c80e64b21d3934ec21be972911e1d10aca5aa0de7f4571a57f76252a0883c3ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers use an excavator, as they search for victims under the rubble of a building that was hit Monday in an Israeli airstrike in the southern port city of Tyre, Lebanon, Tuesday, June 2, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHIYUPLEU3HZR5HICAKTNPLTKY.jpg?auth=22f22bc421014c21cd3a87390171873103cff0f216237003df5ba2698a71b9cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man removes debris of a building that was hit Monday in an Israeli airstrike in the southern port city of Tyre, Lebanon, Tuesday, June 2, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LG5JQ3ZLE7NDC7XU24S3T2JG6M.jpg?auth=3dc9d7f57b121ec777720d5cab0b42a12b695431beb4282c86a988cdc0717446&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A nurse treats an injured man at the damaged Jabal Amel Hospital, following Monday's Israeli airstrike that was hit a nearby building, in the southern port city of Tyre, Lebanon, Tuesday, June 2, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IBPOEVUFLWJTIQIDBAJM3RQ54.jpg?auth=2efe33e84fbbe6dbfa2c1df923b837826245969ad0c0707f2d0bbd173be240a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli troops gather on the border with Lebanon in northern Israel, Tuesday, June 2, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A3QRUWNA62EGPOCUAEL474W5GY.jpg?auth=68f449b4b577e173611ededb1c95465285f3accc83aeb5e74d3c78220097c162&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States Ambassador to Israel Mike Huckabee, second from left, is joined by third from left: State Department Chief of Staff Dan Holler, Sr., State Department Counselor and Director, Office of Policy Planning Michael A. Needham and United States Ambassador to Lebanon Michel Issa, as they meet with Israeli Ambassador to the United States Yechiel Leiter and Lebanese Ambassador to the United States Nada Hamadeh, at the State Department, Tuesday, June 2, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Trump takes the lead for America’s 250th birthday and World Cup celebrations]]></title><link>https://www.local10.com/news/politics/2026/06/03/the-white-house-as-a-stage-trumps-hosting-streak-meets-americas-250th-birthday-and-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/03/the-white-house-as-a-stage-trumps-hosting-streak-meets-americas-250th-birthday-and-the-world-cup/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When nearly all the scheduled musical performers pulled out of a concert series marking America’s 250th anniversary — fearing the event had become too closely tied to President Donald Trump — he responded by making it official.]]></description><pubDate>Wed, 03 Jun 2026 15:41:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When nearly all the scheduled musical performers pulled out of a concert series marking America’s 250th anniversary — fearing the event had become too closely tied to President Donald Trump — he responded by making it official.</p><p>Trump announced he'd now be the headlining act of the Great American State Fair.</p><p>That put to rest any possible scenario where a president who has built his personal and political persona on seizing the spotlight might cede the stage to avoid overshadowing a national celebration bigger than himself. It also offered a peek into how the president is likely to approach hosting the upcoming World Cup.</p><p>From his reality shows before becoming a politician, to hours spent entertaining at events in ways planned and impromptu, to proudly showing off his various properties and efforts to overhaul the White House, the president relishes hosting. Last year he even jokingly mused about leaving the presidency to do it again full time on TV.</p><p>Trump can be a gracious, personable and highly watchable master of ceremonies — but he's also one who tends to make every event about himself.</p><p>“The president has an outsized personality,” said Timothy Naftali, former director of Richard Nixon’s presidential library and professor at Columbia University’s School of International and Public Affairs. “There’s a predictability to the way in which the president frames his actions — or any actions around any event associated with him — and that’s just part of who he is, and his makeup and his professional background.”</p><p>Exhibit A is the fair, which begins June 25 and was supposed to feature concerts but now will be kicked off by a Trump rally. That will follow a UFC bout at the White House on June 14. Trump is a longtime cage match fan and the event marks his 80th birthday, but the president has sought to bill it as part of the anniversary festivities.</p><p>Many presidents relished hosting — but not like this</p><p>Andrew Jackson threw open the White House for an 1829 Inauguration Day bash so unruly that staff eventually dispersed the crowd by moving tubs of whiskey and ice cream to the lawn. Franklin D. Roosevelt mixed pre-dinner cocktails for friends and aides at White House gatherings he playfully dubbed “The Children’s Hour.” Audrey Hepburn was among the luminaries Ronald Reagan hosted at the White House.</p><p>Trump frequently had first-term dinners with business leaders but has more fully embraced the role since returning to the White House. He built a patio area similar to one at his Mar-a-Lago estate and frequently travels to Florida and his properties in Bedminster, New Jersey, and Sterling, Virginia, to headline fundraisers and other swanky gatherings.</p><p>Asked if Trump might overshadow events meant to bring the country and the world together, White House spokesman Davis Ingle pointed to the president's efforts to lead extensive renovations at the White House and around Washington. He said in a statement that the “historic beautification" gives the city "the glory it deserves during our nation’s historic semiquincentennial celebration — something everyone should celebrate."</p><p>Still, Trump has found unprecedented ways to inject himself into the anniversary.</p><p>The State Department is issuing passports with the president's picture and officials have designed a new $250 bill with his likeness. The Trump Organization, being run by Trump's children while he's president, applied to trademark “Trump 250" logos and other merchandise.</p><p>The U.S. Mint is also producing a 24-karat gold commemorative coin with Trump’s face, though that recalls a half-dollar silver coin bearing the likeness of President Calvin Coolidge to help mark America's 150th anniversary in 1926.</p><p>Past presidents had starring anniversary roles</p><p>Ulysses S. Grant opened a Centennial Exposition in Philadelphia to mark the 100th anniversary of the signing of the Declaration of Independence in 1876. Richard Nixon, in 1971, inaugurated a five-year “Bicentennial Era” ahead of the 200-year mark, though he resigned before the big day arrived.</p><p>Nixon's successor, Gerald Ford, then in the midst of an ultimately unsuccessful reelection campaign, began the week of July 4, 1976, by inaugurating the Smithsonian Institution's National Air and Space Museum and attending a Kennedy Center event featuring Bob Hope, O.J. Simpson and others reading patriotic texts.</p><p>On Independence Day, Ford spoke at historic Valley Forge, then traveled to Philadelphia's Independence Hall, declaring, “Liberty is a living flame to be fed, not dead ashes to be revered.“ He also went to New York Harbor for a tall ship parade, presided over naturalization ceremonies at Thomas Jefferson’s Monticello estate and hosted a state dinner for Britain's Queen Elizabeth II.</p><p>Still, “while Ford certainly hoped to use the bicentennial to promote his reelection campaign, he didn’t do it in such a self-aggrandizing, self-centered, narcissistic way,” said Marc Stein, a history professor at San Francisco State University and author of “Bicentennial: A Revolutionary History of the 1970s.”</p><p>Ford, added Naftali, “knew when to step out of the limelight and make sure the focus was on what mattered, which was the United States of America and the Declaration of Independence."</p><p>Trump, by contrast, “generally has contempt for norms” and rarely mentions “the great sweep of history,” Naftali said.</p><p>Dueling anniversary planners as Trump pushes to revise history</p><p>Congress charged a national organization, America250, with planning commemorative events. Ahead of the 2024 election, the group drafted a memo asking whomever the incoming president was to mobilize federal agencies and welcoming presidential involvement in events and initiatives.</p><p>Asked about Trump, America250 Chair Rosie Rios said the group “has had a very supportive and collaborative relationship with the organizations planning initiatives on behalf of the president.”</p><p>But Rios' organization is separate from Freedom 250, a mix of public and private partnerships which the Trump administration established to fund and prepare anniversary events — which has caused confusion.</p><p>America250 aims to "inspire our fellow Americans to reflect on our past, strengthen our love of country, and renew our commitment to the ideals of democracy through programs that educate, engage, and unite us as a nation."</p><p>That might seem a departure from the “Restoring Truth and Sanity to American History” executive order Trump signed last year. It sought to beat back a “revisionist movement” responsible for “replacing objective facts with a distorted narrative driven by ideology rather than truth.”</p><p>Stein, now serving a one-year term as president of the Organization of American Historians, is helping organize “We Want More History,” a push to coordinate local events celebrating the public's love for the subject in fact-based ways.</p><p>He said Trump's version of history is "closer to propaganda, and it’s closer to cheerleading.”</p><p>World Cup gives Trump another platform to play host</p><p>The president has similarly taken his exceeding-normal-limits approach to the soccer tournament the U.S. is co-hosting with Mexico and Canada.</p><p>He created a federal World Cup task force, and leads it. He collected a peace prize from soccer's governing body, FIFA, and said he'd be on stage to present the tournament's golden trophy to the winning team.</p><p>Trump even oversaw the tournament's draw at the Kennedy Center, which he's sought to rename for himself, sparking legal challenges.</p><p>He returned to the same building to headline December's Kennedy Center Honors, noting, “We never had a president hosting the awards before." He later posted on social media, "Would you like me to leave the Presidency in order to make ‘hosting’ a full time job?”</p><p>Naftali noted, “Whatever filters there were in the first term — and there weren’t many — are gone."</p><p>“It’s undiluted Donald Trump."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFJGRYGHUBIDNRVBZJIHHCNEEQ.jpg?auth=f872846aa8e008f74e096b12e2a706ba98dcd073046658ae97ca0513746099d7&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 and first lady Melania Trump, walk the red carpet before the 48th Kennedy Center Honors, Dec. 7, 2025, at the John F. Kennedy Center for the Performing Arts in Washington. (AP Photo/Julia Demaree Nikhinson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XBODH5G5IZURH23FQXKLXBDTW4.jpg?auth=a66a7439995a44e3053b10ba1b6e88d57b965c9eda9e2b1dd7fe25c2ba532380&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers continue building the cage for a future UFC fight on the South Lawn in front of the White House, Saturday, May 30 2026, in Washington, as seen from the Washington Monument. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7CMOJ4FD2V7DUPSGEEXOJGSG64.jpg?auth=c93e7303ba6666e7a08c112ed1c2ad1871446e2df902ff7079b6a3144058e370&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 stands on stage after receiving the FIFA Peace Prize during the draw for the 2026 soccer World Cup at the Kennedy Center in Washington, Dec. 5, 2025. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3VO7KCH4WYZDUFMAES2UWJMFQE.jpg?auth=b32c82f9f7e6f0cd95acbb8670da2bd793a6253b4ca02e2c424d76be3b0e9b29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers prepare the Rose Garden for a dinner that will be hosted by President Donald Trump, Sept. 5, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WC7O5OAP67LG7F77I7DALFLH5E.jpg?auth=719f403dc8cfc2a4475975ace2bce913a137155211c02e39f11f3a198c163b18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol backdrops the National Mall where construction crews prepare The Mall for the 250 anniversary celebrations, Thursday, May 28, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[UK government condemns violence at protest over teen's stabbing death]]></title><link>https://www.local10.com/news/world/2026/06/03/uk-government-condemns-violence-at-protest-over-teens-stabbing-death/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/uk-government-condemns-violence-at-protest-over-teens-stabbing-death/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Britain’s interior minister accused activists of hijacking a tragedy to stir up violence after police were attacked at a protest over the death of a teenager who was handcuffed as he lay dying while his killer stood nearby.]]></description><pubDate>Wed, 03 Jun 2026 13:36:25 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Britain’s interior minister accused activists of hijacking a tragedy to stir up violence after police were attacked at a protest over the death of a teenager who was handcuffed as he lay dying while his killer stood nearby.</p><p>Police were pelted with chairs, cans, rocks and flares on Tuesday by some of the hundreds of people who attended a protest in the English southern coastal city of Southampton, where Henry Nowak was killed in December. Two people were arrested and 11 officers and a police dog were injured, police said.</p><p>Nowak's death has triggered debates about policing and knife crime and has spurred claims by far-right activists and politicians that there is bias against white people in the justice system.</p><p>Nowak’s killer, Vickrum Digwa, who is Sikh, falsely claimed he was the victim of a racist assault by 18-year-old Nowak, who was white. When police officers arrived, they initially treated the wounded man as a suspect before noticing his injury and trying to resuscitate him.</p><p>Prime Minister Keir Starmer said Wednesday that the case had left “serious questions to answer, including how accusations of racism informed police thinking." But he called the street violence “disgraceful and completely unacceptable.”</p><p>Home Secretary Shabana Mahmood said Nowak's family had "made a powerful call to us all yesterday to not let Henry’s death be used to create further division, hatred or tension.</p><p>“There can be no justification for hijacking this tragedy to stir up violence and disorder. Those responsible can expect to face the full force of the law,” she said.</p><p>Digwa, 23, was convicted of murder and sentenced Monday to life in prison with a minimum term of 21 years. The judge said he didn’t believe Nowak had said anything racist to his attacker.</p><p>After the sentencing, police released video showing officers dismissing Nowak when he told them he had been stabbed and repeatedly said he couldn’t breathe.</p><p>The Independent Office for Police Conduct, which investigates allegations of police wrongdoing, is probing the actions of the officers from the Hampshire and Isle of Wight Constabulary. The National Police Chiefs’ Council said it will review its anti-racism guidance in the wake of the killing.</p><p>After the sentencing hearing, the victim’s father, Mark Nowak, said the case was not about racism or religion, and that he wanted his son’s death to lead to safer streets and not to be used to create “further division, hatred or tension.”</p><p>But Nigel Farage, leader of the anti-immigration Reform UK party, said on Tuesday that it was an example of so-called two-tier policing — a popular far-right talking point that claims ethnic minorities are better treated than white people.</p><p>Farage urged people to respond to the incident with “pure cold rage,” and said, “white lives matter just as much as Black lives.” X owner Elon Musk and British far-right activist Stephen Yaxley-Lennon, known as Tommy Robinson, have also expressed outrage at the crime.</p><p>Starmer said Farage's “appeal for rage” was “unforgivable.”</p><p>“I don’t believe there’s two-tier policing in this country," he said Wednesday in the House of Commons. “I’m really shocked that he pretends to have respect for Henry’s family and then acts in this way.”</p><p>In the wake of the killing, some politicians have called for Sikhs to be banned from carrying ceremonial knives, known as kirpans. The judge said Digwa had a small kirpan but also had an 8-inch (21-centimeter) sheathed Sikh dagger that was used as the weapon to kill Nowak.</p><p>Hampshire Police chief constable Alexis Boon said he understood the “desire for answers and accountability.”</p><p>“But that must be done in the right way and not used as an excuse to threaten and intimidate my officers and bring violence to our streets, causing fear and harm to those living and working in Hampshire and the Isle of Wight,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AI52MDGCF2PO7SUSIJIBBJINFQ.jpg?auth=621703281d29b2f7433ae002c43bcc618a4dceb9c2edc40d5598c75af79df08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from PA Video, police and protestors clash during a protest following the death of Henry Nowak, a 18-year-old student stabbed to death with a Sikh kirpan ceremonial by Vickrum Digwa, in Southampton, England, Tuesday June 2, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UCWTIOK3K4G46R5WNTUJB3KF4I.jpg?auth=109dedcde9880021372ff313439eee8b5dd5027d3c64e871ce74c9f4544002c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from PA Video, police and protestors clash during a protest following the death of Henry Nowak, a 18-year-old student stabbed to death with a Sikh kirpan ceremonial by Vickrum Digwa, in Southampton, England, Tuesday June 2, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPYAVTGWCAFIOKHO56VDXQ22PU.jpg?auth=144ec6dbe82acb64ae0ae01ab06987aadbf26047cca628febd10e028936880a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from PA Video, police and protestors clash during a protest following the death of Henry Nowak, a 18-year-old student stabbed to death with a Sikh kirpan ceremonial by Vickrum Digwa, in Southampton, England, Tuesday June 2, 2026. (Jamie Lashmar/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jamie Lashmar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMLGRNC3NEEOETOSBELXLME3AY.jpg?auth=1e68037a11d1a0b84a91c2dd8a1ff342445a636f39ece7371a7b6a978e1c459a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather to protest outside Southampton police station, Southampton, England, Tuesday June 2, 2026, after the fatal stabbing of Henry Nowak, a British teenager who was handcuffed despite claiming he was the crime victim. (Gareth Fuller/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Fuller</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VPORGPFQ6UVB6WE5JODPCWBZDQ.jpg?auth=754bdc513dd004343e4f071c27b2f21eae1d0d529898dc10dcb767d9a25d97ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People protest outside the police station in Southampton, England, on Tuesday, June 2, 2026, one holding a photo of December 2025 stabbing victim Henry Nowak, 18. (Gareth Fuller/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Fuller</media:credit></media:content></item><item><title><![CDATA[Ukrainian drones hit St. Petersburg oil terminal before city hosts Russian economic forum]]></title><link>https://www.local10.com/business/2026/06/03/ukrainian-drones-hit-st-petersburg-oil-terminal-before-it-hosts-russian-economic-forum/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/ukrainian-drones-hit-st-petersburg-oil-terminal-before-it-hosts-russian-economic-forum/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukrainian long-range drones struck an oil terminal in St. Petersburg and set it ablaze, President Volodymyr Zelenskyy said Wednesday, sending smoke billowing over the city where President Vladimir Putin was born as it hosts Russia’s leading event for attracting foreign capital.]]></description><pubDate>Wed, 03 Jun 2026 15:42:41 +0000</pubDate><content:encoded><![CDATA[<p>Ukrainian long-range drones struck an oil terminal in St. Petersburg and set it ablaze, President Volodymyr Zelenskyy said Wednesday, sending smoke billowing over the city where President Vladimir Putin was born as it hosts Russia’s leading event for attracting foreign capital.</p><p>The drones flew more than 1,000 kilometers (600 miles) to hit the terminal in Russia’s second-largest city, Zelenskyy said on social media, a day after Moscow launched a major drone and missile attack on Kyiv and other Ukrainian cities.</p><p>Russian authorities said only that the Ukrainian drone strike targeted St. Petersburg’s infrastructure, without providing details. The city's airport briefly suspended flights overnight because of the attack. Authorities cut off mobile internet services.</p><p>With the front line barely moving as swarms of drones hinder advances, both sides have sought an edge by launching long-range strikes. The war that followed Russia’s full-scale invasion of its neighbor is more than four years old, with no end in sight.</p><p>Ukraine's drone successes embarrass Putin</p><p>The latest strikes are another embarrassment for Putin, weeks after he pruned back an annual Victory Day parade in Moscow because of fears of Ukrainian drone attacks.</p><p>Putin is set to speak on Friday at the economic forum in St. Petersburg that the Kremlin views as a prestige event. The gathering is sometimes called Russia’s Davos, likening it to the World Economic Forum held in Switzerland.</p><p>Major Western investors and officials have stayed away since Russia launched its all-out war against Ukraine on Feb. 24, 2022. Saudi Arabia is a special guest this year and is due to send a large business delegation.</p><p>Zelenskyy said Ukraine aimed only at “legitimate targets” related to Russia's war effort and indicated that Kyiv plans to escalate its long-range drone attacks. "It is only a matter of time when we will be able to increase the scale of our own mass strikes,” he told reporters.</p><p>The strikes on St. Petersburg came a day after Russia's attack on Ukraine killed 23 civilians and wounded 151 other people, as Moscow followed through with its threat of escalating its barrages.</p><p>Kremlin spokesman Dmitry Peskov said Wednesday that Russia’s deep strikes have already taken on a “systematic” character.</p><p>Ukraine needs more air defense help</p><p>Ukraine’s own long-range attacks are aimed at diminishing Russia’s oil production, which is a key source of funding for Moscow, and disrupting weapon production. Kyiv has repeatedly targeted oil facilities in St. Petersburg and nearby ports.</p><p>But Ukraine is short of American-made Patriot air defense missiles, in part because of U.S. stocks being depleted by the Iran war, leaving it vulnerable to Russia's ballistic missiles.</p><p>Zelenskyy on Wednesday expressed frustration with his own government's officials, saying there's an agreement “at the highest political level” for the purchase of Patriot systems, but implementation is being held up by financial, legal and technical considerations.</p><p>“The wait has taken too long,” he said on social media, demanding that officials unblock the purchase or there will be “serious personnel decisions.”</p><p>NATO Secretary-General Mark Rutte, visiting Kyiv on Wednesday for talks with Ukrainian officials, said the flow of interceptor missiles from the U.S. to Ukraine continues. The U.S. is “doing what it can” to keep supplying them although it is limited by the production rate, he told a news conference.</p><p>Rutte also said young Russians and their families “are being sold a raw deal” by Moscow, as incorporation in the Russian military dooms soldiers to poor training and equipment and low chances of surviving battlefield wounds.</p><p>Ukraine also strikes a Russian naval base</p><p>Other Ukrainian drone attacks overnight set fire to the Russian guided-missile corvette Boikiy, which was in dry dock at the Kronstadt naval base, according to Robert Brovdi, commander of Ukraine’s Unmanned Systems Forces. Kronstadt is an old base for Russia’s Baltic Fleet located west of St. Petersburg.</p><p>Drones also hit a Russian manufacturing plant involved in weapon production in the Tambov region, 600 kilometers (370 miles) from Ukraine, Zelenskyy said.</p><p>Russia’s Defense Ministry said air defenses downed 354 Ukrainian drones overnight.</p><p>In the Russia-controlled part of Ukraine’s Donetsk region, a Ukrainian strike hit a bus that was traveling from Moscow to the Crimean Peninsula, killing seven people and wounding 11 others, according to the Kremlin-appointed head of Donetsk, Denis Pushilin.</p><p>In the Smolensk region, two firefighters were killed by a Ukrainian drone attack, according to the regional governor, Vasily Anokhin. He said that two other firefighters and a local resident were wounded.</p><p>Meanwhile, Russia fired 198 long-range drones at Ukraine last night, according to Ukraine’s air force, with air defenses neutralizing 189.</p><p>Authorities in Ukraine’s northern Sumy region said that over the previous 24 hours, one civilian was killed and 15 more were wounded, including three children, by Russian strikes.</p><p>In the southern Kherson, Russian overnight shelling and drone strikes killed an 86-year-old woman and wounded five other people, according to regional authorities.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YEZA5W24JZ3JQ5OWHZZ7PLTDEQ.jpg?auth=8a94655098a4dd4c44feb152487b38fc3b6c320a30461b90406350953d16e484&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plume of black smoke is seen over the port of St. Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/BYJFX7U7IMUET6I2QRHNPTYA4A.jpg?auth=a7a077066e44598895d6444028562025835bfead9fdac1f3d66e3eb67a4ed826&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plumes of black smoke is seen over the port of St. Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6MPYRCEFTF5GMPC7OVRSMCJG7Q.jpg?auth=2db00f13feafafbc06c8bfb6fe4525d0209a27dfc89d8ac03987c2cd32df8d28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Plumes of black smoke are seen over St.Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EWOILCQPALKDJGM44MD77Q5U7M.jpg?auth=08effa99085ff064d9e6813794aa8327c3480f995cf5653ded4f4d58cbfa2b7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy speaks to journalists during a joint press conference with NATO Secretary General Mark Rutte in Kyiv, Ukraine, on Wednesday, June 3, 2026. (AP Photo/Evgeniy Maloletka)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A6OGWBITR6MUKLE7TD2GZWE3EU.jpg?auth=4e79d5a1063ba6c72703d18450df1229c28ee4358924008a50acb80ff8674f06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing the location of a Ukrainian drone strike in St. Petersburg. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Australian judges weigh Indigenous activist’s bid to prosecute King Charles for genocide]]></title><link>https://www.local10.com/news/2026/06/03/australian-judges-weigh-indigenous-activists-bid-to-prosecute-king-charles-for-genocide/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/australian-judges-weigh-indigenous-activists-bid-to-prosecute-king-charles-for-genocide/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Three Australian appeals court judges reserved their decision Wednesday on whether an activist can prosecute Britain’s King Charles III for alleged genocide of Australia’s Indigenous people.]]></description><pubDate>Wed, 03 Jun 2026 08:26:56 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Three Australian appeals court judges reserved their decision Wednesday on whether an activist can prosecute Britain’s King Charles III for alleged genocide of Australia’s Indigenous people.</p><p>Uncle Robbie Thorpe, 68, turned to the Supreme Court of Appeal in Victoria state after two lower courts rejected his bid to launch a private prosecution against the king in the Melbourne Magistrates’ Court. Indigenous Australians use the titles uncle and aunt as marks of respect for community elders.</p><p>His case alleges the monarch, who is also Australia’s head of state, the Australian government and its institutions were perpetuating a genocide of Indigenous people by maintaining systemic disadvantages on multiple socioeconomic levels, making them the most underprivileged minority in the country.</p><p>Indigenous Australians account for 4% of the population. They die younger than other Australians, suffer worse health problems, and are more likely to be imprisoned and unemployed than other groups, according to official statistics.</p><p>Thorpe told The Associated Press if he exhausts his legal options in Australia, he would take the offense under the Genocide Convention to the International Criminal Court in the Netherlands.</p><p>“It’s clear that they’re unwilling, unable, reluctant to deal with these international legal issues like genocide,” Thorpe told the AP before the hearing, referring to the Australian judiciary.</p><p>He later told the judges Indigenous people were dying because their disadvantage in Australia was compounding.</p><p>“The Crown is responsible for all this mess,” Thorpe said. “Australia’s got away with genocide of Aboriginal people since they arrived here."</p><p>The British colonized Australia in 1788 and violently seized Indigenous people’s land without a treaty.</p><p>“They totally failed to prevent (genocide). That’s the crime here. They failed to prevent genocide knowingly and they failed to punish anyone for it,” he added.</p><p>The British punished Indigenous people for speaking their language and for practicing their cultures in a bid to make them Christian and Western. Generations of children were taken from Indigenous families in now-discredited assimilation policies.</p><p>Thorpe wore a traditional possum-skin coat in court and carried a feather from an Australian wedge-tailed eagle, an Indigenous totem.</p><p>He requested to be addressed in court as Uncle Robbie or by his tribal name Djuran Bunjileenee.</p><p>Justice Karin Emerton, the court’s presiding judge, referred to him as Uncle Robbie.</p><p>The king was identified in court documents as Charles Philip Arthur George Windsor.</p><p>Thorpe is attempting to charge the king under Indigenous law that has existed for more than 65,000 years, state common law and federal criminal law, court documents show.</p><p>In dismissing Thorpe’s appeal last year, a judge ruled that a magistrate was not allowed to consider Indigenous law and genocide was not an offense under common law.</p><p>The federal attorney-general would have to sign off on any genocide prosecution under federal law, the judge ruled.</p><p>Following a two-hour hearing on Wednesday, Emerton said the three judges would deliver their verdict at a later date.</p><p>If Thorpe loses, his final option would be Australia’s High Court before attempting to have the king prosecuted in The Hague.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LUVODAZP6KG3ASRFXHP5BKGASA.jpg?auth=f63a64aa10761b1041a18a86f3e9dd0465d5fcdd4fb773810a60776c30bf9d69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uncle Robbie Thorpe speaks outside the Victoria state Supreme Court of Appeal in Melbourne, Australia, Wednesday, June 3, 2026. (James Ross/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">JAMES ROSS</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z72JCL2HGMACACVBOODOVL3ZSI.jpg?auth=c7fde7eec45ad9eb4f121e175d140cd2eeb372556677ca3ffc062c822d378280&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uncle Robbie Thorpe speaks outside the Victoria state Supreme Court of Appeal in Melbourne, Australia, Wednesday, June 3, 2026. (AP Photo/Rod McGuirk)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod McGuirk</media:credit></media:content></item><item><title><![CDATA[Attitudes toward same-sex marriage and transgender issues are shifting, Gallup poll shows]]></title><link>https://www.local10.com/news/politics/2026/06/03/after-decades-of-rising-support-same-sex-marriage-acceptance-may-be-stalling-gallup-poll-shows/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/03/after-decades-of-rising-support-same-sex-marriage-acceptance-may-be-stalling-gallup-poll-shows/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[Acceptance of same-sex marriage and relationships in the U.S. has flattened after more than two decades of steadily increasing support, with an ongoing decline among Republicans, according to a new Gallup poll.]]></description><pubDate>Wed, 03 Jun 2026 11:41:19 +0000</pubDate><content:encoded><![CDATA[<p>Acceptance of same-sex marriage and relationships in the U.S. has flattened after more than two decades of steadily increasing support, with an ongoing decline among Republicans, according to a new Gallup poll.</p><p>About 65% of U.S. adults believe same-sex marriage should be legal, down slightly from 71% in 2022 and 2023.</p><p>Most of the change is due to dropping acceptance among Republicans. In the new survey, which was conducted in May, only 37% of Republicans say same-sex marriage should be legally valid, while 35% say gay and lesbian relations are “morally acceptable.”</p><p>The views of Democrats and independents are largely stable in the findings released Wednesday, with most in both groups saying same-sex marriage should be legal and that gay or lesbian relations are moral.</p><p>The widening partisan divide is also reflected in policy around LGBTQ+ issues across the U.S., particularly regarding transgender people, and a rising push in some states to ban same-sex marriage.</p><p>Recent shifts have been subtle and partisan</p><p>The downtick in support for same-sex marriage, while slight, is still striking because of how dramatically American views on the issue have shifted over the past few decades.</p><p>According to Gallup’s trend data, only 27% of U.S. adults supported legal same-sex marriage in 1996. Since then, support for same-sex marriage rose steadily until a few years ago, when it peaked with around 7 in 10 U.S. adults saying same-sex marriage should be legal.</p><p>Opinion about the morality of same-sex relationships followed the same pattern. About 4 in 10 U.S. adults said same-sex relations were morally acceptable in 2001. That increased nearly 30 percentage points over the next two decades.</p><p>Over the past few years, Gallup's data has shown signs of a shift in the other direction. In addition to the slight decline on same-sex marriage, the new poll also found that 62% of U.S. adults view gay and lesbian relations as morally acceptable, down from 71% in 2022.</p><p>Same-sex marriage remains recognized nationwide</p><p>Same-sex marriage has been recognized nationally since a 2015 Supreme Court ruling. That case capped a 12-year run in which court rulings and state laws recognized it in most states.</p><p>By last year, there were more than 800,000 married same-sex couples, according to data compiled by the Williams Institute at the University of California Los Angeles School of Law.</p><p>The pushback has never stopped, though. A call to overturn the 2015 reached the Supreme Court last year, invoking the words of Justice Clarence Thomas, who has called for undoing it. The court turned away the appeal without comment.</p><p>Last year, the Southern Baptist Convention overwhelmingly called for reversing the ruling that led to nationwide marriage recognition and imposing a ban.</p><p>Lawmakers in at least 11 states introduced legislation for their current or most recent sessions calling on a ban on same-sex marriage, according to an Associated Press analysis of bills compiled by the legislation tracking service Plural. Most didn't pick up momentum. But the Tennessee House passed a measure to allow private citizens and organizations not to recognize the unions; Idaho's House passed a resolution calling on the Supreme Court to undo the 2015 decision.</p><p>A similar number of states have had measures aimed at protecting same-sex marriage introduced recently.</p><p>Acceptance of transgender people is also down</p><p>In a sign that views of LGBTQ+ issues may be shifting more broadly, the new Gallup poll found that about 4 in 10 Americans view changing one’s gender as morally acceptable, down from nearly half in 2021.</p><p>The rights of transgender people have been a hot-button political issue this decade.</p><p>Most Republican-controlled states have adopted laws in the last five years to bar gender-affirming medical treatments for transgender minors, restrict which school bathrooms transgender people may use and bar transgender girls and women from some sports competitions.</p><p>Trump has signed executive orders seeking some of the same policies on a federal level.</p><p>This week, one of those policies suffered a blow when a court ruled that the military illegally banned transgender troops.</p><p>___</p><p>The Gallup poll, conducted May 1-17, was based on telephone interviews with a random sample of 1,001 U.S. adults. The margin of sampling error for adults overall is plus or minus 4 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RNNNF5PR7725R3IJXSJRSJR2DQ.jpg?auth=78a200ce35346ce66fbc3b8ec3ffe07c52002dc8380addfc42c1010e62290edf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An LGBTQ+ pride flag flies beneath a U.S. flag at the Stonewall National Monument in New York, on Oct. 11, 2017. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B3HGQT2YZPWEHAPTYRC5Q5DHTE.jpg?auth=06ccf4cbf9fc6cc5e2100fc156ac4d5781907e4f47795eee7fe5654940ac55dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A protester dressed as the Statue of Liberty waves a transgender pride flag outside the Supreme Court in Washington, on Jan. 13, 2026, as it hears arguments over state laws barring transgender girls and women from playing on school athletic teams. (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[Raúl Castro turns 95 as Cuba celebrates enigmatic figure]]></title><link>https://www.local10.com/news/world/2026/06/03/raul-castro-turns-95-as-cuba-celebrates-enigmatic-figure/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/raul-castro-turns-95-as-cuba-celebrates-enigmatic-figure/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[Raúl Castro turned 95 on Wednesday, a landmark birthday for a man still helping lead one of the last communist countries in the world.]]></description><pubDate>Wed, 03 Jun 2026 13:13:56 +0000</pubDate><content:encoded><![CDATA[<p>Raúl Castro turned 95 on Wednesday, a landmark birthday for a man still helping lead one of the last communist countries in the world.</p><p>His name and face became synonymous with the 1959 revolution led by his brother, Fidel Castro. Decades after the triumphant revolution, Fidel Castro stepped down, and Raúl Castro served as Cuba's president for 12 years.</p><p>He formally retired from politics in April 2021 but still serves as general of Cuba’s Revolutionary Armed Forces, has a seat in the National Assembly and is considered to play a central role in rising tensions with the U.S., which recently indicted him.</p><p>Here’s a look at the life of a man known as the “hero of the Republic of Cuba.”</p><p>Raúl Castro became involved in politics early</p><p>Castro was born on June 3, 1931, in the village of Birán in eastern Cuba. He was the fourth of seven children; his mother was Cuban and his father Spanish.</p><p>As a child, he attended school in Santiago de Cuba but later moved to Havana, where he began studying law at the university and became deeply involved in student politics, opposing the dictatorship of Fulgencio Batista.</p><p>By 1953, he was part of a group that attacked military barracks in Santiago de Cuba as part of a failed effort to overthrow Batista. He was charged, jailed and later released, fleeing to Mexico, where he joined the guerrilla group that would soon unseat Batista.</p><p>After a victorious revolution in 1959, Castro was appointed minister of Cuba’s Revolutionary Armed Forces and oversaw battles in Africa and Latin America that rankled some U.S. Republicans.</p><p>Many Cubans, including María Cristina Barrio Ramos, a 62-year-old teacher who lives in Havana, praised him for his actions.</p><p>“He gave us everything so that we could be free,” she said. “We owe our freedom and dignity to him.”</p><p>In October 1965, Raúl Castro became the second secretary of the Central Committee of Cuba's Communist Party. At the time, Fidel Castro lauded him in a speech.</p><p>“It is a privilege for me that, in addition to being an extraordinary revolutionary figure, he is a brother,” Castro said as his sibling stood up and smiled as the crowd around him applauded.</p><p>Fidel Castro was known for praising his brother: “Everyone who gets to know him and become close to him realizes his humanism, his great character, and his feelings; they are surprised by the image of Raúl as belligerent, aggressive and harsh, when they see the feelings of friendship, affection, and love he is capable of having for people. And he has been a great mentor and a great educator.”</p><p>Castro rises to power after brother’s health worsens</p><p>In 2006, Fidel Castro’s health began to decline, and Raúl Castro was temporarily handed power in late July of that year until Cuba’s National Assembly elected him as president in February 2008.</p><p>In the years that followed, Castro proved himself to be more liberal than his brother, allowing private enterprises to operate in Cuba while former U.S. President Barack Obama lifted restrictions on remittances and family travel, and allowed U.S. citizens to travel to Cuba under certain conditions.</p><p>By 2015, the U.S. and Cuba restored diplomatic relations and reopened embassies. A year later, Obama traveled to Cuba to meet with Castro. That same year, commercial flights between the two countries restarted.</p><p>During a historic 2016 press conference in Havana, Castro famously tried to raise Obama's left arm, whose hand went limp in an image that went viral.</p><p>Under Castro, Cuba also entered negotiations with Russia’s government in June 2014 that led to the cancellation of 90% of a multibillion-dollar debt dating from the time of the Soviet Union.</p><p>In 2018, Raúl Castro left the presidency in the hands of Miguel Díaz-Canel, marking the first time in decades that a person without “Castro” as their last name took control of the government.</p><p>In April 2021, Castro announced he would not seek another political position. Since then, he has made only sporadic public appearances.</p><p>Castro retires but remains a high-profile figure</p><p>Ever since officially retiring from politics, Raúl Castro has appeared in public only sporadically, but he is believed to still wield power behind the scenes even as he leads a discreet life.</p><p>His grandson and bodyguard, Raúl Guillermo Rodríguez Castro, met with U.S. Secretary of State Marco Rubio on the sidelines of a Caribbean summit earlier this year. Since then, Cuban and U.S. officials have confirmed talks, but tensions between the two countries remain high.</p><p>Raúl Castro was last seen at a May 1 rally that drew tens of thousands of Cubans. He was dressed, as usual, in olive green military garb and stood at the side of Díaz-Canel. Behind him was Castro's grandson.</p><p>Almost three weeks later, the U.S. government indicted Raúl Castro in the 1996 downing of civilian planes flown by Miami-based exiles over Cuban waters. He faces charges including murder and destruction of an airplane.</p><p>While the government and its supporters have condemned the indictment, Raúl Castro has remained mum.</p><p>As his birthday approached, social media was flooded with the hashtag #RaúlesRaúl, a political figure who has long been adverse to birthdays, monuments and statues, just like his brother.</p><p>The Cuban Embassy in the U.S. noted on X: “Not many people have the privilege, the health, the stoicism — and if you like, you can also add: that quintessentially Cuban stubbornness — to reach the age of 95.”</p><p>Meanwhile, Cuba's Communist Party posted several videos Tuesday on X of Cubans praising Castro.</p><p>“To talk about Cuba, you have to talk about Raúl,” said Digna Guerra, director of the island’s national choir. “He represents Cuban identity, he represents the Cuban people, he represents the revolution, which for us has immense significance. … Thank you for existing.”</p><p>___</p><p>Associated Press videographer Ariel Fernández contributed.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C26545AMEMFFYU2XPDGX4VG4EE.jpg?auth=f746d95a04545d339992fb96a0054c26bd01f2ac1a988c73a66efeb1c74051ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Images of Raul Castro, Che Guevara and Jose Marti decorate a wall in a souvenir shop in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZKOLQNNTO7UVJNMPNM7MHAYEA.jpg?auth=492b1959b1f10cd51f75b5ff60a0d027bd469aab277a6e9585020dfc624d093b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Images of Che Guevara, Virgin of Charity, Raúl Castro, and Fidel Castro hang on a wall in a souvenir shop in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M63G7M2UY7OC6EBGNKWEMQXQGA.jpg?auth=c591b5553900845fc4b3d4ea58366c0037bd3f81a6e6330a6a60a664906bafd4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A souvenir shop worker eats next to images of Che Guevara, Fidel Castro, and Ernest Hemingway in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIUP2TQNLDGYLBGVAZNNYRDGKA.jpg?auth=5b5f6d029b5bf9baa20c2ca18494830ae56228e686515150c14aeaa50e82ce16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A souvenir shop worker gestures next to images of Raul Castro, Che Guevara and Jose Marti in Havana, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RKAJXHUTIVYY66672ORUDR4YM.jpg?auth=9041417a3bea747c3056cff83a9de090cd5d5d1ad267ec6fc9b1626a0626456a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A photo of Raul Castro is seen with a reflected Cuban flag in a state store in Havana, Cuba, Tuesday, June 2, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Indonesia arrests former nutrition agency head and officials in corruption probe]]></title><link>https://www.local10.com/health/2026/06/03/indonesia-arrests-former-nutrition-agency-head-and-officials-in-corruption-probe/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/03/indonesia-arrests-former-nutrition-agency-head-and-officials-in-corruption-probe/</guid><dc:creator><![CDATA[By EDNA TARIGAN, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Indonesia’s recently dismissed head of the National Nutrition Agency was arrested on Wednesday on corruption charges related to a multi-billion-dollar free-meals program.]]></description><pubDate>Wed, 03 Jun 2026 14:47:46 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Indonesia’s recently dismissed head of the National Nutrition Agency was arrested on Wednesday on corruption charges related to a multi-billion-dollar free-meals program.</p><p>The program delivered on a campaign promise of President Prabowo Subianto and aimed to fight malnutrition by feeding nearly 90 million children and pregnant women. But it has come under steep criticism due to high costs and cases of food poisoning among schoolchildren who consumed the meals.</p><p>Prabowo fired Dadan Hindayana on Tuesday and replaced him with the agency's deputy chief. Investigators searched the agency’s offices early Wednesday.</p><p>Before Indonesia’s Attorney General’s Office made Wednesday’s arrest announcement, Hindaya could be seen being led out in handcuffs, wearing a detainee red vest and a black shirt, and escorted into a green prison van.</p><p>Prosecutors also arrested two other suspects, Sony Sonjaya, the Deputy Head of the Nutrition Provision Division and Lodewyk Pusung, the Deputy Head of the Organizational Development and Institutional Relations Division. Both were fired on Tuesday. Prosecutors only published their initials, but the Minister of the State Secretariat, Prasetyo Hadi, shared their names with reporters.</p><p>Syarief Sulaeman Nahdi, AGO’s Director of Investigation, told reporters that based on the “examination ... and two pieces of sufficient evidence,” the three were named as suspects “in the criminal investigation of corruption related to the management of the Free Nutritious Meal program at the National Nutrition Agency for the 2025–2026 period.”</p><p>The Free Nutritious Meal program is implemented through foundations operating in schools. Investigators allege these foundations were used to facilitate criminal activities and were linked to agency officials and employees. Despite failing to meet the eligibility requirements to become program partners, they were allegedly approved by manipulating the agency’s partner verification system, with the suspects' help, Nahdi said.</p><p>“These foundations receive incentives worth billions of rupiah every day,” he said, adding that investigators are still calculating the damage to state coffers.</p><p>Hadi said Tuesday the three suspects were dismissed for failing to adhere to "standard operating procedure ... implementing governance, including maintaining food quality."</p><p>Hadi stressed the government's continuing commitment to the free meals program. “Services to the public must not be disrupted in any way,” he told reporters.</p><p>The meals program is expected to cost $28 billion through 2029.</p><p>One of Prabowo's goals was to fight malnutrition and help farmers by purchasing their harvests, but critics had questioned whether the program was affordable and logistically possible in a vast archipelago of more than 282 million people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XNMZUYUFEPMHUSJJAQSM5JYYUI.jpg?auth=c22cd8f2ba8431d5d5ba51922d3b685e53e117cfaa242d590c20c8cbc763225b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former head of Indonesia's National Nutrition Agency Dadan Hindayana sits inside a detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AFODBILG3DYCRZICLUY53TOEQQ.jpg?auth=d6909338130936063a73779a6a3adf171b2af96cc3f1251e2d6f9a0d49ddf69c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former deputy head of Indonesia's National Nutrition Agency Lodewyk Pusung, center, is escorted by prosecutors to a waiting detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TV6HJH63QNJYCQEZEJNFNZ7ECQ.jpg?auth=691e5d51f5ce3b6fb4a26978e038c7a316aee068dc834d9356de5a6ada164feb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former head of Indonesia's National Nutrition Agency Dadan Hindayana, center, is escorted by prosecutors to a waiting detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2CM6R7LIK3WZ27YGE547GL6OM.jpg?auth=f3f6e9fb391f4389d0d364e4edf60c37057602234663a43ae6421ab1bc04fef1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former deputy head of Indonesia's National Nutrition Agency Sony Sonjaya, center, is escorted by prosecutors to a waiting detention car after being named as a corruption suspect, at the Attorney Genera's Office in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F7DD3NKSRZSCETOAQW625I3KOM.jpg?auth=4fee5285795d87d285a6f733813f7610274b78d5d3b25016ec5b1ccb518eb74f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past the office of the National Nutrition Agency as it is being searched by prosecutors, in Jakarta, Indonesia, Wednesday, June 3, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content></item><item><title><![CDATA[Fire sweeps through a New Delhi building, killing at least 21 people]]></title><link>https://www.local10.com/news/world/2026/06/03/fire-sweeps-through-a-new-delhi-building-killing-at-least-21-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/fire-sweeps-through-a-new-delhi-building-killing-at-least-21-people/</guid><dc:creator><![CDATA[By MANISH SWARUP, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — A fire swept through a building in a New Delhi neighborhood Wednesday, killing at least 21 people and injuring several others, police said.]]></description><pubDate>Wed, 03 Jun 2026 08:21:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — A fire swept through a building in a New Delhi neighborhood Wednesday, killing at least 21 people and injuring several others, police said.</p><p>The building in the Malviya Nagar neighborhood in the southern part of the city had a restaurant on the ground floor and a hotel above. The predominantly residential area is densely populated and is popular with students and young professionals.</p><p>The blaze was extinguished with the help of eight fire engines, and more than 40 people were rescued and taken to nearby hospitals, Delhi police said in a statement.</p><p>The cause of the blaze was not immediately known.</p><p>Images from the scene showed firefighters trying to douse the blaze as thick smoke billowed from the building. Some people trapped inside were seen hanging from windows and shouting for help as flames and smoke swept through parts of the building.</p><p>Local residents also joined rescue efforts, helping evacuate people trapped inside and carrying some of the injured to safety.</p><p>Some of the victims were foreign nationals who had traveled to India for medical treatment, local media reported. Many foreign patients travel to New Delhi for medical treatment and often stay in nearby hotels or residential accommodation during their visits.</p><p>Prime Minister Narendra Modi expressed his condolences over the deaths, his office said in a post on X. It also said that the families of those killed would receive 200,000 rupees ($2,088) each in financial assistance.</p><p>Fires are common in India, where building laws and safety norms are often flouted by builders and residents.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NFVWAIQV2INUED6AQP6EAZKEI.jpg?auth=88528180ada61b0df674e40a64559b6a82415fb92f22c0c8f69ca3cbefe57ddf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Local people attempt to douse a fire at a hotel in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q2EYPSLQWOCKSJUF3JFY6M3W3U.jpg?auth=f0008a150f3bbf06f51c0c1ed8363cebee9a811c698b33fd72d59ee7a277c0b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A foreign national woman shouts for help from a hotel window as fire engulfs the building in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DNVTVCVKYC5U55OC4B6MZKIC3A.jpg?auth=b232a191844eef7c7164ca492130b77d52e33c9d8a26d7dc532ec51c9dfe5ae1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters rescue a foreign national from a hotel fire in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZUNBWGH3BJLPE4ZMKBXAFYFS34.jpg?auth=f71b0b6fc19c4865cdd21f049ff3636822b93617a72cb1e38253c4040324fb99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters douse a fire in a hotel in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3M5LQSJMCJHRTGISDBV3GQFNHQ.jpg?auth=09a4e1c3f43607b7dfbc8206927922e3bacd0072cb7b1ba51a1943695c8a87c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Local people rescue a foreign national from a hotel fire in New Delhi, India, Wednesday, June 3, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content></item><item><title><![CDATA[Iran strikes Kuwait's main airport and kills 1 as ceasefire is tested again]]></title><link>https://www.local10.com/news/world/2026/06/03/iran-strikes-kuwaits-main-airport-and-kills-1-as-ceasefire-is-tested-again/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/03/iran-strikes-kuwaits-main-airport-and-kills-1-as-ceasefire-is-tested-again/</guid><dc:creator><![CDATA[By JON GAMBRELL and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Kuwait briefly shut its main airport Wednesday after Iranian drones heavily damaged a passenger terminal, killed one person and wounded dozens — the latest in back-and-forth attacks by Iran and the U.S. that test a fragile ceasefire.]]></description><pubDate>Wed, 03 Jun 2026 15:29:27 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Kuwait briefly shut its main airport Wednesday after Iranian drones heavily damaged a passenger terminal, killed one person and wounded dozens — the latest in back-and-forth attacks by Iran and the U.S. that test a fragile ceasefire.</p><p>The strike reinforced the risks to residents and travelers in Gulf countries that had considered themselves relative havens before the war, now in its fourth month.</p><p>Talks have dragged on for weeks as mediators seek a more enduring truce in the U.S.-Israeli war with Iran. They are increasingly strained by Israel’s broadening war with Iran-backed Hezbollah militants in Lebanon.</p><p>A regional official said Iran wanted a separate ceasefire in Lebanon enforced before returning to talks. U.S. President Donald Trump said negotiations continue.</p><p>The fighting in Lebanon has also exposed a rift between Israel and the U.S., which is pushing its ally for restraint. In a measure of the friction, Trump acknowledged that he'd called Israeli Prime Minister Benjamin Netanyahu “crazy” during a phone call earlier this week. Nonetheless, both men say their rapport is solid.</p><p>Iran maintains its hold on the Strait of Hormuz — a crucial waterway for the world’s oil and natural gas and related products like fertilizer — and the U.S. continues its blockade of Iranian ports. Global fuel prices remain high, and the effects of the conflict are felt well beyond the region.</p><p>An Indian national is killed at Kuwait's main airport</p><p>A spokesperson for Kuwait's Defense Ministry, Brig. Gen. Saud Abdulaziz Al-Otaibi, said “a number of hostile drones” targeted a passenger building at Kuwait International Airport. It had opened only Monday after a months-long closure because of the war, which began Feb. 28 with U.S. and Israeli strikes on Iran.</p><p>India’s embassy said the person killed was an Indian national. Authorities said 63 were wounded, including passengers and workers, and some suffered serious injuries.</p><p>Kuwait's Defense Ministry said it destroyed over a dozen missiles and a similar number of drones from Iran.</p><p>The airport partially reopened later, with Kuwait Airways flights resuming at a different terminal, according to civil aviation authorities. No other flights were operating.</p><p>The Foreign Ministry said Kuwait will “neither accept nor tolerate” the attacks and was kicking out two Iranian diplomats. Such expulsions are an established means of communicating international ire.</p><p>US and Iran say they are retaliating for earlier attacks</p><p>The U.S. military said two Iranian missiles fell apart en route to Kuwait and that it “downed multiple drones” targeting American forces in the country.</p><p>The military also said U.S. and Bahraini forces intercepted missiles aimed at the Gulf kingdom, home to the U.S. Navy’s 5th fleet. Bahrain’s Defense Ministry said its military intercepted and destroyed three missiles and a number of drones fired by Iran.</p><p>Iran’s paramilitary Revolutionary Guard acknowledged that it targeted the headquarters of the 5th Fleet and U.S. military facilities in another country, but did not name Kuwait.</p><p>Both the U.S. and Iran said they were retaliating for earlier attacks or attempted ones.</p><p>The U.S. military also said it launched strikes on an Iranian military ground control station on Qeshm Island in the Strait of Hormuz.</p><p>Iran's Foreign Ministry condemned the U.S. strikes on the island, where it said a telecommunications tower was struck, and other previous strikes. It called them “acts of aggression” that it said violated the ceasefire.</p><p>Writing on X, a senior Emirati diplomat, Anwar Gargash, called for “a firm, unified, and cohesive Gulf position” against Iran following the attacks.</p><p>Trump calls reports of cessation in talks ‘false’</p><p>Iran’s Fars and Tasnim news agencies, both believed to be close to the Guard, on Tuesday reported that Iran’s negotiators have stopped communicating with ceasefire mediators as tensions flare in Lebanon.</p><p>A regional official involved in the mediation, speaking on condition of anonymity to discuss the talks, told The Associated Press that Iran had not communicated on Tuesday after saying a ceasefire needed to be enforced in Lebanon for negotiations to continue.</p><p>Trump called reports of a cessation in talks “false and erroneous.”</p><p>The war is increasingly tied to Israel’s war in Lebanon</p><p>Israeli forces have moved deeper into Lebanon than at any time in over a quarter-century, while Hezbollah has launched rocket and drone attacks. The declared ceasefire in Lebanon is officially in place and no side has formally withdrawn or declared it over even as attacks continue.</p><p>Iran insists that any larger potential truce must quell the fighting in Lebanon. Netanyahu wants to keep the issues separate and is under domestic pressure to strike Hezbollah as he prepares for elections this fall.</p><p>In a podcast interview released Wednesday, Trump confirmed a report that he had called Israeli Prime Minister Benjamin Netanyahu “crazy” Monday in a phone call peppered with an expletive. Trump told The New York Post’s “Pod Force One” that he was “a little bit perturbed” that Israel’s fight with Hezbollah was holding back talks with Iran.</p><p>Still, Trump said his relationship with Netanyahu was good, and “we’ve worked very well together.”</p><p>Netanyahu responded that he and Trump sometimes have “tactical disagreements” but have “common goals” and “agree on the main things.”</p><p>“He respects me. I respect him. We always find a way to work out our differences,” the prime minister said in an interview on the American business-news channel CNBC.</p><p>___</p><p>Magdy reported from Cairo. Associated Press writers Elena Becatoros in Athens, Greece, Sheikh Saaliq in New Delhi, Sam Mednick in Jerusalem, and Aamer Madhani and Konstantin Toropin in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O4XOOKJ63IRPYRVXXUN3C5AU2Q.jpg?auth=f30d9c9524c65ffbc711dafb7ef548a120a5f93b0c0afac226447c52f8a676de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather on paddleboards in shallow water as cargo and service vessels are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPPAABAJRTVS6RWIDZMWG5465M.jpg?auth=74b4f124c6f7eac96cae299f9e5c3d08da31fd9de7ef61b41decf181271fda4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds a poster of the Iranian Supreme Leader Ayatollah Mojtaba Khamenei during a pro-government gathering at Islamic Revolution Square in Tehran, Iran, Saturday, May 30, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A7NCPB7J5RVQWR3UHG77YQD5D4.jpg?auth=247e107d557663f31c76e3131bcb8eb2448d1fe59e346f690c91a218f0480dac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People swim on a public beach as smoke, background, rises from an Israeli airstrike that hit the Qlaileh village, seen from the southern port city of Tyre, Lebanon, Tuesday, June 2, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Nas and Nicholas Britell help tell the story of the NBA Finals with spot debuting Wednesday]]></title><link>https://www.local10.com/entertainment/2026/06/03/britell-nas-help-tell-the-story-of-the-nba-finals-with-spot-debuting-wednesday/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/03/britell-nas-help-tell-the-story-of-the-nba-finals-with-spot-debuting-wednesday/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — The NBA brought in Grammy-winning rapper Nas and three-time Emmy-winning composer Nicholas Britell to help tell the tale of this season's NBA Finals.]]></description><pubDate>Wed, 03 Jun 2026 14:48:45 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — The NBA brought in Grammy-winning rapper Nas and three-time Emmy-winning composer Nicholas Britell to help tell the tale of this season's NBA Finals.</p><p>The league debuted a new spot — “History is Calling” — promoting the finals early Wednesday, hours before the San Antonio Spurs and New York Knicks begin this year's title series.</p><p>Britell — the composer known for “Succession,” “Moonlight” and “Andor” — envisioned a piece that the league said, “draws inspiration from the emotional progression of basketball, from anticipation and momentum shifts to the defining moments that shape outcomes.”</p><p>Nas provides the voice, with nods to the 80-year history of the league and what it takes to get to the NBA Finals. Nas worked closely with Britell on the music itself, collaborating to shape the final sound of the project.</p><p>“Thirty teams start this journey, but only two are left standing,” Nas begins. “The math is simple. The quest, anything but. This isn't just a series. This is legacy. Everything's on the line, because history is calling. This is the NBA Finals.”</p><p>The NBA said Britell's score “marks the first expression of the league’s new signature audio identity,” and that Britell and Nas will have an expanded partnership with the league going forward.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/74PGBZNFXOJA6WLFRM3XICG7SA.jpg?auth=171079f9e252081037aa6fc21e1b5eda1657cc8f8735d3e9d3e4d337eda4b076&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Nas listens to a speaker during the opening of live table games at Resorts World New York City on April 28, 2026, in New York. (AP Photo/Andres Kudacki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content></item><item><title><![CDATA[The basketball-crazed Philippines will have a champion when these NBA Finals are over]]></title><link>https://www.local10.com/sports/2026/06/03/the-basketball-crazed-philippines-will-have-a-champion-when-these-nba-finals-are-over/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/the-basketball-crazed-philippines-will-have-a-champion-when-these-nba-finals-are-over/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — No matter what, the basketball-crazed Philippines will have a champion to celebrate when these NBA Finals are over.]]></description><pubDate>Wed, 03 Jun 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — No matter what, the basketball-crazed Philippines will have a champion to celebrate when these NBA Finals are over.</p><p>New York's Jordan Clarkson and San Antonio's Dylan Harper — who'll face off in the Finals that start Wednesday — were both born in the U.S., but both have links to the Philippines through their mothers. And Clarkson raved about Harper, whose rookie year has been nothing but impressive.</p><p>“He’s been really good throughout the whole year,” Clarkson said. “I’ve been watching him, keeping up with him, as well. Him being so young and having so much poise throughout this whole playoffs, it’s a great sight to see a young star coming in this league and doing what he’s doing.”</p><p>The significance of this isn't lost on Harper either.</p><p>“I think me and him get to do something really special, representing our country, where we’re from, represent everything on the biggest stage in basketball,” Harper said. “I feel like over there in the Philippines, basketball is probably the biggest thing. I think we’re very excited for that and we’re just very blessed and grateful to be in this position.”</p><p>Not a lot of Finals history</p><p>Only six players on the Knicks and the Spurs have appeared in previous NBA Finals games.</p><p>San Antonio’s Harrison Barnes played in 13 for Golden State, Luke Kornet played in six for Boston and Kelly Olynyk played in five for Miami.</p><p>For New York, Mikal Bridges played in six for Phoenix, Dillon Jones played in three for Oklahoma City and Jordan Clarkson played in two for Cleveland. Another member of the Knicks — OG Anunoby — was with Toronto for its run to the 2019 NBA title, but did not play in any of those six games.</p><p>Combined, those six players with past Finals experience have scored 265 points in the title round.</p><p>Don't expect overtime. Or a lot of close games.</p><p>The last 44 NBA Finals games have all ended in regulation, the longest run without overtime in the title series in league history. There was a 34-game stretch without an overtime game from 1984 through 1990.</p><p>Of course, it's tough to have a shot at going to overtime when games aren't close down the stretch. Out of the last 81 Finals games, 50 have been decided by double figures.</p><p>The division champion stat</p><p>An annual reminder: Division championships mean nothing anymore ... until the NBA Finals.</p><p>If San Antonio wins the NBA title, it will mark the 14th time in the last 15 seasons that a division champion has wound up winning.</p><p>The only exception in that span was Golden State in 2022. Before that, the last team to not win their division but win the NBA title was Dallas in 2011.</p><p>The Knicks were second in the Atlantic Division behind Boston this year, so they're trying to buck this trend.</p><p>Welcome back, Mike Brown</p><p>It's been 19 years, but Mike Brown is back in the NBA Finals as a head coach. The New York coach took Cleveland to the title round in 2007 — getting swept by San Antonio that year.</p><p>Just by getting here this year, Brown joins an exclusive club of coaches to take multiple franchises to the NBA Finals.</p><p>Pat Riley (Los Angeles Lakers, New York, Miami) and Alex Hannum (St. Louis, Philadelphia, San Francisco) took three franchises to the Finals. Brown joins Rick Carlisle, Phil Jackson, Larry Brown, KC Jones, Bill Fitch, Gene Shue, Bill Sharman and Red Auerbach on the list of those to take two different franchises to the title round.</p><p>Wemby's amazing year</p><p>San Antonio star Victor Wembanyama has had a postseason like no one in league history, and his totals are only going to get more impressive.</p><p>So far in these playoffs, Wembanyama has 394 points, 183 rebounds, 100 made free throws, 60 blocked shots and 30 3-pointers.</p><p>That's just the playoffs. Only 19 players — him included, of course — had those totals over the entirety of this regular season. (No Spurs player has ever had a regular season with all those numbers, except Wembanyama.)</p><p>And since 3-pointers came into play, nobody in NBA history has ever done all that in the same postseason, until now.</p><p>If this goes 7 games ...</p><p>If this NBA Finals goes the seven-game distance, Spurs players Keldon Johnson and Julian Champagnie might tie an NBA record.</p><p>Or break it, depending on how you count.</p><p>Johnson and Champagnie both enter these NBA Finals with 100 games played so far this season. That's seven shy of the NBA record for games played in a season — shared by Charles Oakley and Tayshaun Prince.</p><p>They both played 107. But Johnson and Champagnie also played in the NBA Cup title game, which means they would have technically played in 108 games this season — though the league doesn't recognize the Cup final in any statistics.</p><p>Money matters</p><p>The Spurs and Knicks are playing for $5,157,417 in bonus money. That's the difference between winning and losing the NBA Finals out of the league's playoff pool, which topped $35 million this season.</p><p>The Spurs have already secured $6,594,508 out of that pool this season. The Knicks have clinched $6,438,024.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YMGQM7CQ77MUK5HE62TK5O33SY.jpg?auth=1622de0d06804900dc7110650cb0cf4fbae2c21475e51034be9e4e55a1ceab77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jordan Clarkson laughs with comedian Guillermo Rodriguez before a workout prior to the start of the NBA Finals basketball series against the San Antonio Spurs, Tuesday, June 2, 2026, in San Antonio. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MX7UJVCCQULM6C7RVITSFKO42U.jpg?auth=97a8cca371944343fc9cc036f33e1a6e47ff28f05206b9f50acde254462d76ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard Dylan Harper speaks to the media prior to the start of the NBA Finals basketball series against the New York Knicks, Tuesday, June 2, 2026, in San Antonio. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Angels outfielder Jo Adell misplays flyball into home run off his head, much like Canseco in 1993]]></title><link>https://www.local10.com/sports/2026/06/03/angels-outfielder-jo-adell-misplays-flyball-into-home-run-off-his-head-much-like-canseco-in-1993/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/angels-outfielder-jo-adell-misplays-flyball-into-home-run-off-his-head-much-like-canseco-in-1993/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ANAHEIM, Calif. (AP) — Earlier this season, Los Angeles Angels right fielder Jo Adell had an incredible night to remember on defense, when he robbed the Seattle Mariners of three home runs.]]></description><pubDate>Wed, 03 Jun 2026 06:22:36 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Earlier this season, Los Angeles Angels right fielder Jo Adell had an incredible night to remember on defense, when he robbed the Seattle Mariners of three home runs.</p><p>This time, he was on the wrong end of a play to forget.</p><p>Adell misplayed a flyball into a bizarre home run off his head Tuesday, a fielding blunder reminiscent of José Canseco's embarrassing gaffe 33 years ago with the Texas Rangers.</p><p>Adell reached up to catch TJ Rumfield's deep fly for the Colorado Rockies in the fourth inning, but the ball grazed the outside of his glove before bouncing off his head and over the wall for a solo homer.</p><p>“I was toward the line and I felt like I had a little bit longer way to go than I normally do on a route like that and just missed it,” Adell told MLB.com. “It hit off my hat. I don’t know if I overran it and took a step over. But it was kind of the icing on the cake because I was (bad) all the way around the whole day today.”</p><p>There was brief confusion on the field when the ball caromed off a digital scoreboard above the fence and back into the outfield. Rumfield stopped at second base, initially unsure of the ruling, before proceeding around the bases to give Colorado an 8-0 lead on the way to an 8-2 victory.</p><p>“It’s one of those things where how it happened looks crazy,” said Adell, who also went 0 for 4 at the plate with two strikeouts. “It looks like I’ve never played in the field before, which is disappointing, because it’s beyond the truth. But it is what it is. I’m the only one that really knows what happened. I was out there, and it happened to me, so it is what it is. I’ve got to just keep going, and as a team, we’ve got to keep going.”</p><p>It was similar to an infamous play on May 26, 1993, when Canseco lost track of a long drive hit by Cleveland's Carlos Martínez. The ball bounced off Canseco's head and over the right-field wall for a home run.</p><p>Rumfield's gift homer ended the night for Angels starter Grayson Rodriguez, who gave up three homers and eight runs in 3 2/3 innings.</p><p>The play also stood in stark contrast to some of Adell's fielding exploits this season, including that April game in which he stole three would-be homers from the Mariners — including one in the ninth inning — to preserve a 1-0 victory for the Angels.</p><p>After that one, former Gold Glove outfielder Torii Hunter, now a special assistant to the general manager for the Angels, said Adell had “probably the greatest defensive game I’ve ever seen.”</p><p>“He robbed three homers in one night this year, so it’s baseball, and it’s a crazy game,” Rodriguez said. “Things happen. Obviously, he didn’t do that on purpose. All you can do is really just move on.”</p><p>Adell struggled at times with fielding early in his major league career, including a play during the 2020 season when a deep drive by Rangers outfielder Nick Solak bounced out of Adell's glove for what was ruled a rare four-base error. But Adell has had far more fielding highlights than lowlights since, and he was a Gold Glove finalist in 2024.</p><p>“Jo’s made great strides defensively from when I played with him,” Angels manager Kurt Suzuki said. “And obviously, he had the night he robbed three home runs. So I look back at the strides that he’s made defensively. It was a tough play tonight, but at the same time, the strides that he’s made defensively have been great.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2Y6YREBPOIYO7472M43R2WTZHE.jpg?auth=6199066c2f5378d7f797c0d541d9b7a0d89d91ba907934e130f527fcfaa25990&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VI3QRY5S3DVOJNZD54R4U7GEWI.jpg?auth=d833bda619a5e484bc290a8b2d354674673fe8479372fb33c4cd23dcb28ecb89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFG4TVXICP6D2R7PKA5T7XMYWI.jpg?auth=e450d98723e71bbaa1fd15da5863f4290fe8f68e3c88498fba953993e59822bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUMY5FD4VIP6WL6IST4UXW3XNM.jpg?auth=3e6e1fda6c1d91dfd9c05d3df23523ccfb18121a149def988806daa6b2b727be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell misplays a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B6SKYBGC2VJ5ELLOE5CAOKWOL4.jpg?auth=015071382af71936be6f04525572d3beb979740d9cbb1c0a8c83f7d4701558f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels right fielder Jo Adell touches his head after he misplayed a ball hit by Colorado Rockies' TJ Rumfield that hit him in the head and then bounced out for a solo home run as center fielder Mike Trout goes after the ball during the fourth inning of a baseball game Tuesday, June 2, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Matt Olson, baseball's iron man, stars for the Braves on Lou Gehrig Day]]></title><link>https://www.local10.com/sports/2026/06/03/matt-olson-baseballs-iron-man-stars-for-the-braves-on-lou-gehrig-day/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/03/matt-olson-baseballs-iron-man-stars-for-the-braves-on-lou-gehrig-day/</guid><dc:creator><![CDATA[By PAUL NEWBERRY, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — On Lou Gehrig Day, baseball's reigning iron man came through with the biggest blow for the Atlanta Braves.]]></description><pubDate>Wed, 03 Jun 2026 04:10:29 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — On Lou Gehrig Day, baseball's reigning iron man came through with the biggest blow for the Atlanta Braves.</p><p>Matt Olson marked his 844th consecutive game with a tiebreaking homer in the sixth inning, giving the Braves a 4-3 victory over the Toronto Blue Jays.</p><p>Olson's towering shot — his 17th homer of the season — got a big assist from a strong breeze blowing toward the right-field corner. The slugging first baseman thought he got under the ball, but it kept drifting and drifting — until it barely cleared the tall brick wall.</p><p>“I did not" think it was a homer, Olson said. “Luckily, we had some wind blowing out that way.”</p><p>Appropriately, Olson took a starring role on a day that Major League Baseball marked the 85th anniversary of Gehrig's untimely death from ALS at age 37 — a disease that is forever linked to the Iron Horse and cut short his then-record streak of 2,130 consecutive games.</p><p>Olson, who also doubled and came around to score a run that gave Atlanta a 3-2 lead in the third, has played in every game going back to May 2, 2021 — the longest active run in the big leagues.</p><p>“We've talked about the streak,” he said. “It's not something I'm hanging up on a pedestal. But to be able to show up and play while I'm able to, I want to.”</p><p>Braves manager Walt Weiss praised Olson's durability and couldn't think of higher praise than being compared to Gehrig.</p><p>“Lou Gehrig was one of my all-time heroes,” Weiss said. “I made all four of my sons do their fifth-grade book report on Lou Gehrig. That was mandatory in our house. What a legacy he left behind. And you've got our iron man hitting the game-winning homer on Lou Gehrig Day, so very appropriate."</p><p>Olson was acquired in a blockbuster deal with the Athletics ahead of the 2022 season after the Braves couldn't agree on a new contract with longtime first baseman Freddie Freeman.</p><p>It was huge shoes to fill, but Olson has been highly productive since joining the Braves. He hit a franchise-record 54 homers in 2023, and is on pace for another big season for the team with baseball's best record at 41-20.</p><p>“He's rock-solid in every way," Weiss said. “He's so reliable.”</p><p>Olson said there's a simple reason that he prefers playing every day, eschewing even the occasional day off.</p><p>“I just don't like sitting,” the 32-year-old said with a smile. “I've had days off in the past and, man, it sucks sitting there and watching everybody else play. Sure, you're tired sometimes. But I just think you have a commitment to your teammates and the fans and yourself and the organization. If you can go, you should go.”</p><p>His playing streak is the longest in the big leagues since Miguel Tejada had 1,152 consecutive games from 2000-07. Of course, Gehrig's record was broken by Cal Ripken Jr., who played in 2,632 consecutive games during his Hall of Fame career with the Baltimore Orioles.</p><p>Like Weiss, Olson appreciates what Gehrig meant to the national pastime and especially how he brought more attention to amyotrophic lateral sclerosis, a progressive neurological disease that has no known cure.</p><p>“I know people from my area who've been affected by it," Olson said. “A brutal disease. Every time we get a chance to bring some awareness to it and do something to help people who are really affected by it, we're all for it.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FHPE3YBSTWUTTO67NY6RF2J3ZU.jpg?auth=97b436edd4c332340e924c6501f5d57fb8ca8ec2ff69974a2b3ce2c7996c6867&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Matt Olson hits a solo homerun against the Toronto Blue Jays in the sixth inning of a baseball game, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MTQBBBFFQRPLYRGFM6KZ724RX4.jpg?auth=97cced6a458a907effaad2a26489400e3cd2550a1b3578ec1898a8d6d3069939&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves first baseman Matt Olson (28) runs after hitting a solo homerun in the sixth inning of a baseball game against the Toronto Blue Jays, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OXLB6433PHHSTPGVXGJNAKP34.jpg?auth=14091da083e063c41a5bb4f52c242497582dfe7afca551dc414ec13a5038ba00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves first baseman Matt Olson (28) runs after hitting a solo homerun in the sixth inning of a baseball game against the Toronto Blue Jays, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3NE7RUH4P3MK4J5ONBVCPZZNEE.jpg?auth=366ea26e6b5858a7c5bc29541bc06dbb7c837218bb5ba64f6ae8e553a0aef754&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Matt Olson (28) celebrates his solo homer with Dominic Smith in the sixth inning of a baseball game against the Toronto Blue Jays, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XHS7IAY3UU7AJRYFYY77R7N7I.jpg?auth=cb1681e3846102a45ab8eb4427bb9629de11e8cfa6c7936acde6a124a3d48657&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays left fielder Yohendrick Piñango (24) tries to make the catch against Atlanta Braves' Matt Olson in the sixth inning of a baseball game, Tuesday, June 2, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[US says it plans extra tariffs of 10% or more for most trading partners after forced labor probe]]></title><link>https://www.local10.com/business/2026/06/03/us-says-it-plans-extra-tariffs-of-10-or-more-for-most-trading-partners-after-forced-labor-probe/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/03/us-says-it-plans-extra-tariffs-of-10-or-more-for-most-trading-partners-after-forced-labor-probe/</guid><dc:creator><![CDATA[By PAUL WISEMAN and ELAINE KURTENBACH, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is proposing double-digit tariffs on products from dozens of major U.S. trading partners after an investigation into imports of goods allegedly made with forced labor.]]></description><pubDate>Wed, 03 Jun 2026 14:00:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is proposing double-digit tariffs on products from dozens of major U.S. trading partners after an investigation into imports of goods allegedly made with forced labor.</p><p>Under the proposal released in Washington late Tuesday, 16 economies — including Canada, Mexico, the European Union, Taiwan and the United Kingdom — would face 10% levies for allegedly failing to enforce bans on forced labor. Dozens of others — including China, Japan, India, South Korea and Switzerland — would be hit with 12.5% import taxes.</p><p>The tariffs are part of President Donald Trump's effort to replace revenue lost when the U.S. Supreme Court struck down sweeping global tariffs he'd imposed last year. This latest barrage is likely to unsettle key trading partners that have been hit been hit with waves of tariffs since Trump returned to the White House early last year.</p><p>“The failure of our most important trading partners to address the importation of goods made with forced labor is unacceptable," U.S. Trade Representative Jamieson Greer said in a statement. "This creates a dynamic where American workers are forced to compete globally on an unlevel playing field.''</p><p>He added that "each of our trading partners must do more to ensure that trade does not perversely encourage and entrench forced labor globally.”</p><p>Greer's office said failure to prevent such imports is "unreasonable and burdens or restricts U.S. commerce."</p><p>Trump's tariffs are paid by U.S. importers who usually try to pass along those higher costs to customers.</p><p>The administration, mindful that Americans are growing increasingly unsettled by high prices with midterm elections just for months away, said that it would limit the impact by exempting from the latest proposed tariffs a long list of products, including aircraft parts, food products (from coffee to beef) and rare earth minerals crucial in the production of smartphones and cars.</p><p>The new tariffs would not take effect immediately. They are subject to public comment and review. Public hearings on the proposed duties are due to begin on July 7.</p><p>The plan drew immediate pushback. A Chinese government spokesperson denied the forced labor allegation and called for resolving economic issues through dialogue, saying a trade war doesn’t serve anyone’s interests.</p><p>“There is no such thing as forced labor in China, and we oppose using it as an excuse to engage in political manipulation,” Foreign Ministry spokesperson Mao Ning said in Beijing.</p><p>The new maneuver shows how determined the Trump administration is about building a wall of tariffs around the American economy, the world’s largest, despite repeated setbacks in court.</p><p>In February, the Supreme Court ruled that Trump had overstepped his authority by invoking the 1977 International Emergency Economic Powers Act (IEEPA) to impose double-digit tariffs on almost every country on Earth last year. The justices struck down the tariffs and set the stage for companies who paid them to seek refunds.</p><p>After the loss in court, Trump turned to another law to impose temporary 10% tariffs globally. But those stopgap levies expire July 24. And a specialized trade court ruled last month that they, too, were illegal – though the government can continue collecting them while that case works its way through the courts.</p><p>Trump’s tariffs have provided tens of billions of dollars in revenue for a federal government that persistently spends more than it collects in taxes. He had been counting on the IEEPA tariffs to make up for some of the revenue lost to his massive 2025 tax cuts.</p><p>But tariff collections have begun to fall since the legal defeats. They peaked at more than $31 billion last October but were down to $22 billion in both March and April of this year, according to the Treasury Department.</p><p>Trump and Treasury Secretary Scott Bessent have vowed to replace the lost revenue. And they’ve turned to a legal authority that has withstood legal challenges in the past: Section 301 of Trade Act of 1974, which authorizes tariffs and other sanctions against countries found to engage in “unjustifiable,” “unreasonable” or “discriminatory” trade practices. Trump used Section 301 to impose big tariffs on China in his first term.</p><p>"What's somewhat brilliant about this way of approaching 301 is that politically it's very hard to argue that you shouldn't go after forced labor and force countries to enforce forced labor laws on the books,'' said trade lawyer Ryan Majerus, a partner at King & Spalding and a former U.S. trade official.</p><p>And Majerus expects to the new tariffs to be ready by the time the temporary ones expire next month. “The USTR is under enormous pressure to make sure there's no gap (in tariff revenue), probably from the White House,'' he said. ”I'm confident, based on the schedule they're on now, that they will have these done and ready to implement.'' He noted that the investigation on forced labor is "working at about two times the normal speed'' of typical 301 cases.</p><p>The administration is also pursuing a Section 301 case into whether 16 U.S. trading partners (accounting for 70% of U.S. imports) — including China, the EU and Japan — are overproducing goods, driving down prices and putting U.S. manufacturers at a disadvantage.</p><p>And on Monday the administration proposed 25% Section 301 tariffs on Brazil, charging that the world's 10th-biggest economy with "unreasonable'' trade practices including lax anti-corruption enforcement and unfair tariffs of its own.</p><p>Tuesday's report defined forced labor as “work or service exacted from a person under the menace of any penalty for its nonperformance and for which the worker does not offer himself voluntarily.”</p><p>It cited an estimate by the UN’s International Labor Organization that as of 2021, 27.6 million people were engaged in forced labor.</p><p>Rice imported from Myanmar, tobacco from Malawi, beef from Brazil, and cotton and polysilicon from China were among the many products it said are prone to involving forced labor.</p><p>The U.S. has long said imports of goods that include material from China’s far-western Xinjiang are at risk of using forced labor. Beijing denies allegations of forced labor in the Muslim majority region.</p><p>In its nearly 100-page report on forced labor, the USTR said that even if a country enforces a ban on forced labor domestically, importing goods made with forced labor violates the rules of fair trade.</p><p>But critics saw the proposed tariffs as a pretext to reinstate global tariffs that hadn't passed legal muster. “Accusing EU of not doing enough against forced labour is absurd,'' Bernd Lange, chair of the European Parliament's trade committee, posted on social media. "The EU has adopted the world’s most stringent rules against products made with forced labour. This looks very much like trying to make the facts fit a legal justification for tariffs that has already been decided.''</p><p>___</p><p>Elaine Kurtenbach reported from Bangkok.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/573HORT7FLTGKOLUFBMQFPEVPQ.jpg?auth=1dec5281f25e6ba94648483dabec528d7486d2a010e52ddcdea52379a2f90e3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Trade Representative Jamieson Greer arrives for the G7 trade meeting in Paris, Wednesday, May 6, 2026. (AP Photo/Aurelien Morissard, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XOZFXNQT7CGLPUG6YRSOUYHA3Y.jpg?auth=202759e8346deae46fd20c857008ac5e53831d14fabdf2c2acddec0cdeeb708a&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 and European Commission President Ursula von der Leyen shake hands after reaching a trade deal at the Trump Turnberry golf course in Turnberry, Scotland, on July 27, 2025. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KNCNFCFUXY3CP6CGRWKMCXAND4.jpg?auth=b262ab507a38b2186e54f2808be7a8ec99bd7bef38bb3956dfd9585b6939839c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Goods imported from Brazil are displayed at Amazonia Brasil, a Brazilian goods store, in Newark, N.J., Aug. 7, 2025. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PTOHQ3VZ4V2FXBQZQDXLZX35OI.jpg?auth=e581cc3d7e99b73d3a476f6aee664bbfd96e57fcdc94adc960c7d08951c1f10a&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, left, and Chinese President Xi Jinping, shake hands after their U.S.-China summit talk at Gimhae International Airport Jinping in Busan, South Korea, Oct. 30, 2025. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[New prime minister says Solomon Islands will review its secretive security treaty with China]]></title><link>https://www.local10.com/news/world/2026/06/02/new-prime-minister-says-solomon-islands-will-review-its-secretive-security-treaty-with-china/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/02/new-prime-minister-says-solomon-islands-will-review-its-secretive-security-treaty-with-china/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — The Solomon Islands will review its secretive security treaty with China, the South Pacific nation’s new Prime Minister Matthew Wale said Wednesday.]]></description><pubDate>Wed, 03 Jun 2026 07:45:47 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — The Solomon Islands will review its secretive security treaty with China, the South Pacific nation’s new Prime Minister Matthew Wale said Wednesday.</p><p>The pact struck in 2022 with the Solomons’ then-Prime Minister Manasseh Sogavare created fears in the United States and among allies including Australia that it would allow the Chinese navy to build a base in the South Pacific.</p><p>Before Wale became prime minister in a parliamentary vote May 15, he had called for the detail of the treaty to be made public.</p><p>Wale said Wednesday he had only been provided with a copy a few days ago and after he had “removed certain people from key positions.” He didn’t identify those people.</p><p>“I haven’t had a good look at it. I’ve had a look at it,” Wale told reporters in the Australian capital Canberra.</p><p>“I’ve been praying and fasting about it. … There is a nondisclosure clause in it, so I couldn’t show it to you right away. But we are going to be reviewing (the treaty), as we are reviewing other security agreements that we have with many other countries,” he added.</p><p>In Beijing, Foreign Ministry spokesperson Mao Ning said China was “ready to work with the new government of Solomon Islands to expand pragmatic cooperation in various fields so as to better benefit the two peoples.”</p><p>Wale was visiting Australia in his first overseas trip since he became leader of his nation of 700,000 people, 2,000 kilometers (1,200 miles) northeast of Australia.</p><p>Wale and his Australian counterpart Anthony Albanese announced their governments would negotiate a comprehensive strategic treaty that would elevate the bilateral relationship and cover security and economic issues.</p><p>Wale’s predecessor, Jeremiah Manele, had resisted Australia’s efforts to forge closer ties, but Wale said the two governments had decided to “reset” the bilateral relationship.</p><p>“We acknowledge that there’s been some problems in the past few years,” Wale said.</p><p>Albanese said Australia should be the Solomons’ primary security partner, rather than China.</p><p>“We have said very clearly we want Australia to be the security partner of choice in our region and we want the Pacific family to look after our security in this region,” Albanese said.</p><p>Wale said the regional looking after its own security was "the direction we want to take.”</p><p>China has provided police instructors to the Solomons as part of their bilateral deal. The Solomons doesn’t have a military, so police there have a larger security role than in countries with defense forces.</p><p>The Solomons provided China with a diplomatic coup in 2019 when Sogavare’s government switched official recognition to Beijing from Taiwan, the self-governed island democracy China claims as part of its territory.</p><p>___</p><p>Associated Press writer Ken Moritsugu in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DAX6HDYY3TILZAV25OFPYACRQM.jpg?auth=51c3452c4d8f468e63d5a76fbc5f3b3fef91c5c1523845197e5c20f0dc80f794&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solomon Islands' Prime Minister Matthew Wale, right, signs a visitors book as Australian Prime Minister Anthony Albanese watches at Parliament House in Canberra, Wednesday, June 3, 2026. (Mick Tsikas/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mick Tsikas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFF6OPE5QKJ2W37TARV64UJIS4.jpg?auth=eaaa1b20acbfa3ac3e1f4a590caaa5140a768c6eafe32ba90733291be4340bfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Solomon Islands Prime Minister Matthew Wale, left, and Australian Prime Minister Anthony Albanese walk together at Parliament House in Canberra, Wednesday, June 3, 2026. (Mick Tsikas/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mick Tsikas</media:credit></media:content></item><item><title><![CDATA[Deerfield Beach commissioners approve resolution to potentially take legal action against BSO]]></title><link>https://www.local10.com/news/2026/06/02/deerfield-beach-commissioners-consider-legal-action-against-bso/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/02/deerfield-beach-commissioners-consider-legal-action-against-bso/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Deerfield Beach commissioners meet on Tuesday night, and their agenda includes a resolution to take “all necessary actions” against the Broward Sheriff’s Office. ]]></description><pubDate>Tue, 02 Jun 2026 21:35:23 +0000</pubDate><content:encoded><![CDATA[<p>Deerfield Beach commissioners meet on Tuesday night, and their agenda included a resolution to take “all necessary actions”<b> </b>against the Broward Sheriff’s Office. </p><p><a href="https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/consideran-comisionados-de-deerfield-beach-accion-legal-contra-la-bso/">Leer en español</a></p><p>Ultimately, commissioners unanimously approved the resolution allowing the city to take action against BSO to help begin the transition, including bringing in “outside legal counsel” and possibly “filing litigation against” the sheriff’s office.</p><p>The city said it was necessary to protect the health, safety and welfare of the residents of the city.</p><p>The move came as Broward Sheriff Gregory Tony sent out a storm of social media videos and a flyer, warning Deerfield Beach residents about the split. </p><p>“When this starts and these men and women are removed from those areas, there’s no coming back,” Tony said in a video posted to social media. “When I pull 50 (deputies) out, they will be reassigned.”</p><p>City officials have been working on starting the city’s own police and fire rescue departments before September 2027, when BSO stops working for the city. </p><p>Deerfield Beach Mayor Todd Drosky said it’s essential for the city to be legally protected over the city’s fears that Tony will pull deputies out of the city early.</p><p>“Any implication by the sheriff otherwise, to not provide services at any date before then, is a breach of our contract,” said Drosky. </p><p>The city has been transitioning away from BSO, after relying on the agency for more than three decades. </p><p>The city has named both a transitional fire chief and a transitional police chief, both of whom spoke at Tuesday’s meeting.</p><p>The city streamed the commission meeting <a href="https://www.youtube.com/@deerfieldbeachcommissionme843/streams" target="_self" rel="" title="https://www.youtube.com/@deerfieldbeachcommissionme843/streams">on YouTube</a>. </p><p><b>Related document</b>: <a href="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207" target="_self" rel="" title="https://deerfieldbeachfl.portal.civicclerk.com/event/619/files/agenda/2207">The commission meeting’s agenda</a></p><figure><img src="https://www.local10.com/resizer/v2/AY3UJFAOBBGKVPT22XPZQYSQJA.jpg?auth=3803335a1cc727222a446fd9a55162f53ed104186a49355087f1c9b213f3f6e2&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/10/tony-talks-deerfield-beach-split-with-bso-command-staff-shakeup/">Tony talks Deerfield Beach split with BSO, command staff shakeup</a></li><li><a href="https://www.local10.com/news/local/2026/01/20/deerfield-beach-commission-meeting-includes-bso-contract/" target="_self" rel="" title="https://www.local10.com/news/local/2026/01/20/deerfield-beach-commission-meeting-includes-bso-contract/">Deerfield Beach commission votes to cut ties with BSO</a></li><li><a href="https://www.local10.com/news/local/2026/02/03/its-all-happened-so-quickly-deerfield-beach-residents-still-have-questions-about-citys-split-with-bso/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/03/its-all-happened-so-quickly-deerfield-beach-residents-still-have-questions-about-citys-split-with-bso/">‘It’s all happened so quickly’: Deerfield Beach residents still have questions about city’s split with BSO</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Congreso de Guatemala aprueba nueva ley para combatir lavado de dinero]]></title><link>https://www.local10.com/espanol/2026/06/02/congreso-de-guatemala-aprueba-nueva-ley-para-combatir-lavado-de-dinero/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/congreso-de-guatemala-aprueba-nueva-ley-para-combatir-lavado-de-dinero/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — El Congreso de Guatemala aprobó la noche del martes una nueva ley integral para combatir el lavado de dinero y el financiamiento del terrorismo después de que el Grupo de Acción Financiera Internacional (GAFI) advirtió con colocar al país en una lista gris.]]></description><pubDate>Wed, 03 Jun 2026 03:24:04 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — El Congreso de Guatemala aprobó la noche del martes una nueva ley integral para combatir el lavado de dinero y el financiamiento del terrorismo después de que el Grupo de Acción Financiera Internacional (GAFI) advirtió con colocar al país en una lista gris.</p><p>La Ley fue aprobada con los votos de 147 de los 160 diputados que integran el Congreso y entrará en vigor tres meses después de su publicación.</p><p>La nueva medida tiene como objetivo brindarle al sistema financiero guatemalteco más herramientas de control y prevención del lavado de dinero proveniente de delitos como el narcotráfico, el terrorismo de pandillas y la corrupción.</p><p>La iniciativa fue aprobada después de varios meses de debate y de una disputa interna de la oposición entre el partido VAMOS del expresidente Alejandro Giammattei y el partido VALOR que buscaba debilitar la propuesta.</p><p>El diputado Allan Rodríguez, de VAMOS, cabildeo para evitar la aprobación de esta ley. Fue sancionado por el Departamento del Tesoro estadounidense en 2022 por utilizar “su autoridad como presidente del Congreso para otorgar subvenciones para la construcción a cambio de sobornos”.</p><p>El GAFI, un organismo intergubernamental creado por el G7 encargado de establecer los estándares internacionales y promover políticas para combatir el lavado de activos, la financiación del terrorismo y la proliferación de armas de destrucción masiva, ya había advertido que el país podría quedar aislado si no endurecía sus leyes para hacer frente a estos delitos.</p><p>Samuel Pérez, diputado ligado al oficialismo, dijo a The Associated Press que la aprobación de la ley le otorga herramientas al Estado guatemalteco para investigar y detectar este tipo de delitos.</p><p>“Pero sobre todo, evita que estos crímenes sigan ocurriendo, también evita que se afecte las remesas si hubieran bloqueos a bancos que no combatan estos delitos con estándares internacionales”, dijo Pérez.</p><p>Sobre los obstáculos a la aprobación de la ley, Pérez dijo que se debían a que "hay varios diputados que se dedican a lavar dinero por diferentes motivos, como dinero proveniente de delitos de pandillas, del narcotráfico o de actos de corrupción cometidos por alcaldes o de fondos de obras públicas, como ha ocurrido en el pasado.</p><p>Pérez aseguró que la delincuencia encuentra nuevas vías y formas para burlar a las autoridades, por lo que el Estado también debe modernizarse.</p><p>La Oficina del Departamento de Estado de Asuntos del Hemisferio Occidental de Estados Unidos señaló la semana pasada en la red social X que el gobierno del presidente Donald Trump apoya a los países del hemisferio que realizan esfuerzos para fortalecer sus leyes contra el lavado de dinero.</p><p>“Una de las mayores amenazas para la seguridad en nuestro hemisferio es el lavado de dinero, que resulta esencial para que los carteles y los narcoterroristas conviertan el tráfico de drogas, la trata de personas y otras actividades ilícitas en los fondos que necesitan para financiar la violencia que ejercen contra nuestras sociedades”, indicó la agencia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4VK7WXX3BPMJQLF54I5P5BQREU.jpg?auth=e1745ece2fc5257ff21c715cd044b51494a5be5c5456366da799ea31fff11a55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de la Comisión Europea, Antonio Costa, a la izquierda, y el presidente de Guatemala, Bernardo Arévalo, durante una conferencia de prensa, el miércoles 20 de mayo de 2026, en el Palacio Nacional en Ciudad de Guatemala. (AP Foto/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Citing 'critical issues,' SEC, Big Ten withhold support for bipartisan college sports bill]]></title><link>https://www.local10.com/sports/2026/06/02/citing-critical-issues-sec-big-ten-withhold-support-for-bipartisan-college-sports-bill/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/02/citing-critical-issues-sec-big-ten-withhold-support-for-bipartisan-college-sports-bill/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[The two biggest conferences in college sports released a statement Tuesday saying they do not support the current version of a bipartisan bill designed to regulate an industry struggling for answers in a quickly changing era in which some players make millions.]]></description><pubDate>Wed, 03 Jun 2026 03:17:48 +0000</pubDate><content:encoded><![CDATA[<p>The two biggest conferences in college sports released a statement Tuesday saying they do not support the current version of a bipartisan bill designed to regulate an industry struggling for answers in a quickly changing era in which some players make millions.</p><p>The Southeastern and Big Ten conferences said the “bill leaves critical issues unresolved,” including not “meaningfully” preempting state laws with a federal one, which has long been considered a key element for a measure to get support from the NCAA and the conferences.</p><p>In an interview last week, Sen. Ted Cruz, R-Texas, who drafted the bill with Sen. Maria Cantwell, D-Wash., told The Associated Press “the bill is drafted to preempt state laws that conflict with the provisions in this bill.”</p><p>The SEC-Big Ten statement came out less than 24 hours before a scheduled hearing about the bill in front of the Senate Commerce Committee. Cruz chairs the panel and Cantwell is the ranking Democrat.</p><p>The legislation has received support from the Big 12 and Atlantic Coast Conferences, but the Big Ten and SEC, as the two richest leagues that also have decision-making power over the future of the College Football Playoff, hold the biggest cards.</p><p>One of the bill's key provisions would give conferences an option to pool their media rights — an idea the Big Ten and SEC have long claimed would not result in a financial windfall that proponents suggest. The leagues' statement did not speak to that issue.</p><p>A spokesperson for the Commerce Committee that Cruz chairs acknowledged the Big Ten-SEC position.</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/AY2EGTVNHLU2QAIZNNPXOR2FAY.jpg?auth=b53ae34a033100f0608d35db7d805aaaf4d7e093d6b0e161b9e39fe139a9b301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ted Cruz, R-Texas, chairman of the Senate Commerce Committee, speaks to reporters after a closed-door meeting with fellow Republicans, at the Capitol in Washington, Tuesday, June 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLMB4JTETV3TL42YUXMQIYNTIM.jpg?auth=41e90c8fe07a64e81024ae23173854e5e24c44299e05c51b3c347975d2bbf834&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Maria Cantwell, D-Wash., speaks during a panel discussion on Capitol Hill, Feb. 26, 2026, in Washington. (AP Photo/Tom Brenner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EMZTLKBNEPS5F3R6VX4XQKDJXU.jpg?auth=efcfa575b4f249493051699a9e7d837a5e710c1ec28184d685ce1631e36d8123&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Greg Sankey, commissioner of the Southeastern Conference, speaks during NCAA college basketball women's SEC Media Day, Oct. 16, 2024, in Birmingham, Ala. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Scott Pelley fired from '60 Minutes,' deepening turmoil at CBS News]]></title><link>https://www.local10.com/news/2026/06/03/scott-pelley-fired-from-60-minutes-deepening-turmoil-at-cbs-news/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/03/scott-pelley-fired-from-60-minutes-deepening-turmoil-at-cbs-news/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM, Associated Press]]></dc:creator><description><![CDATA[CBS News fired longtime “60 Minutes” correspondent Scott Pelley on Tuesday, a day after he reportedly said Editor-in-Chief Bari Weiss was “murdering the show” and accused its new producer of having “slender qualifications” for the job.]]></description><pubDate>Wed, 03 Jun 2026 06:35:24 +0000</pubDate><content:encoded><![CDATA[<p>CBS News fired longtime “60 Minutes” correspondent Scott Pelley on Tuesday, a day after he reportedly said Editor-in-Chief Bari Weiss was “murdering the show” and accused its new producer of having “slender qualifications” for the job.</p><p>The move deepened the turmoil at the nation's most influential TV news program, days after a leadership overhaul.</p><p>Pelley, 68, criticized management Monday during a fiery staff meeting with Nick Bilton, the program's new executive producer installed by Weiss last week, according to a detailed report on the Status website.</p><p>In a termination notice obtained Tuesday night by The Associated Press, Bilton, a technology journalist and filmmaker with no traditional broadcast news experience, accused Pelley of carrying out an “ambush” against him.</p><p>“Yesterday, you hijacked my first meeting with staff to disparage me, my qualifications, and my intentions with remarkable incivility and contempt,” the letter states.</p><p>Pelley said in a statement that “60 Minutes” has lost its DNA under new management. He accused them of asking him to “inject falsehoods and bias” into his work, without sharing specific details.</p><p>Pelley is accused of a ‘performative display of hostility’</p><p>Status, which said it had a recording of the Monday meeting, reported that Pelley had said Weiss was brought in to kill the news outlet, “and she’s doing exactly that.” Weiss was not present for the meeting.</p><p>Pelley reportedly grilled Bilton about the firings last week of Bilton’s predecessor, Tanya Simon, and correspondents Sharyn Alfonsi and Cecilia Vega.</p><p>Alfonsi had criticized Weiss last year for postponing a segment about deportees sent to the notorious CECOT prison in El Salvador as part of President Donald Trump's immigration crackdown.</p><p>Pelley said in his statement that those colleagues “stood for fairness against the forces of political bias.” He also accused CEO David Ellison of casting aside the show's reputation “apparently to curry a moment of favor with the Trump administration.” Ellison, an ally of the Republican president, has owned CBS since 2025, when its parent company, Paramount, merged with Skydance Media.</p><p>In the dismissal letter Tuesday, Bilton said Pelley’s “performative display of hostility” demonstrated that he has “no interest in contributing to the future success of the show.”</p><p>An uneasy stretch for CBS News</p><p>Since Weiss took over the network's news operation last October, it has traveled a bumpy road.</p><p>Pelley's termination came just five days after Weiss, who has become a polarizing figure in the media world since taking the reins, told staff in a memo that it was time for a “new approach” at the top-rated newsmagazine.</p><p>In the memo, Weiss and CBS News president Tom Cibrowski said their goal for “60 Minutes” was “building a show that thrives in the 21st century.” That could include extending the show beyond a 60-minute broadcast, they said.</p><p>“60 Minutes” first aired in 1968 and is the longest-running prime-time show in TV history. Its investigative journalism and probing interviews, sometimes with unwilling subjects, have given it the reputation of uncompromising journalism — precisely the trait that Pelley said he feared was under assault.</p><p>Pelley started working for CBS in 1989. He was its chief White House Correspondent from 1997 to 1999, during Bill Clinton's presidency, and anchored “CBS Evening News” from 2011 to 2017. He has won 51 Emmy Awards, according to his CBS bio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6TUEEPFHUTJ5LL6KC5B3RYDJ3Q.jpg?auth=898e2c469eb92ea8d2ed5efdd7fadd97fc173351b73de5feb53845dd3a017545&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scott Pelley, anchor of "CBS Evening News," at the CBS Upfront in New York, May 15, 2013. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XIXEEDMCHXEAX7ZA2CEPFTB7FE.jpg?auth=ae0c019bec4cf481aba620d6f2b170194283897e595d066cafcbc7495490d992&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by CBS News shows Bari Weiss at the CBS News/Politico reception ahead of the White House correspondents dinner in Washington on April 25, 2026. (Mary Kouw/CBS News via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Kouw</media:credit></media:content></item><item><title><![CDATA[Motorcyclist critical after crashing into hearse at Miami-Dade funeral home]]></title><link>https://www.local10.com/news/local/2026/06/02/victim-rushed-to-jmh-after-motorcyclist-crashes-into-hearse-at-miami-dade-funeral-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/02/victim-rushed-to-jmh-after-motorcyclist-crashes-into-hearse-at-miami-dade-funeral-home/</guid><dc:creator><![CDATA[Chris Gothner, Terrell Forney]]></dc:creator><description><![CDATA[Medics rushed a victim to a trauma center after a crash involving a motorcycle and a hearse at a northwest Miami-Dade funeral home on Tuesday. ]]></description><pubDate>Tue, 02 Jun 2026 19:53:50 +0000</pubDate><content:encoded><![CDATA[<p>Medics rushed a victim to a trauma center after a crash involving a motorcycle and a hearse at a northwest Miami-Dade funeral home on Tuesday afternoon.</p><p><a href="https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/02/motorcyclista-se-estrella-contra-carroza-funebre-en-funeraria-de-miami-dade-una-persona-es-trasladada-de-urgencia-a-jmh/">Leer en español</a></p><p>Video from Sky 10 shows that the biker crashed into an apparently-parked hearse at Angels of Paradise Mortuary, located at 2796 NW 46th St. in the unincorporated Brownsville area.</p><p>The property is owned by the Antioch Missionary Baptist Church of Brownsville.</p><p>Dispatch records showed the wreck happened at around 3:15 p.m.</p><p>According to the Miami-Dade Sheriff’s Office, a preliminary investigation showed that the motorcyclist lost control of his bike and crashed into the Cadillac. </p><p>Authorities said that medics took him to Jackson Memorial Hospital in critical condition.</p><p>MDSO deputies remained at the scene Tuesday afternoon investigating the crash.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Fuertes lluvias por tormenta tropical elevan riesgo de inundaciones en región de Tokio]]></title><link>https://www.local10.com/espanol/2026/06/02/fuertes-lluvias-por-tormenta-tropical-elevan-riesgo-de-inundaciones-en-region-de-tokio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/02/fuertes-lluvias-por-tormenta-tropical-elevan-riesgo-de-inundaciones-en-region-de-tokio/</guid><dc:creator><![CDATA[Por MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[TOKIO (AP) — Una tormenta tropical descargó fuertes lluvias y elevó el riesgo de inundaciones en el centro-este de Japón al desplazarse hacia la densamente poblada región de Tokio el miércoles.]]></description><pubDate>Wed, 03 Jun 2026 02:30:06 +0000</pubDate><content:encoded><![CDATA[<p>TOKIO (AP) — Una tormenta tropical descargó fuertes lluvias y elevó el riesgo de inundaciones en el centro-este de Japón al desplazarse hacia la densamente poblada región de Tokio el miércoles.</p><p>Las fuertes lluvias paralizaron el tráfico en las calles de la ciudad y provocaron la cancelación de cientos de vuelos, mientras que los servicios de trenes fueron suspendidos o sufrieron retrasos. Más de 5.000 viviendas se quedaron sin electricidad, según Tokyo Electric Power Company Holdings, que presta servicio a la región de la capital.</p><p>En el centro de Tokio, se recomendó a los residentes cerca del río Zenpukuji que se refugiaran. Imágenes de televisión mostraban el agua turbia crecida a punto de desbordarse.</p><p>La Agencia Meteorológica de Japón informó que la tormenta tropical Jangmi se encontraba al este de la ciudad de Shima y avanzaba hacia el noreste a media mañana, con vientos máximos sostenidos de 90 km/h (55 mph).</p><p>La agencia emitió la advertencia de inundación de nivel más alto en varias zonas del centro y el este de Japón, e instó a las personas que viven a lo largo de ríos y en áreas vulnerables a trasladarse a terrenos más elevados por seguridad.</p><p>La tormenta dejó 50 centímetros (20 pulgadas) de lluvia en las últimas 24 horas en la zona de Owase, en el centro de Japón. La AMJ indicó que se esperaban hasta 20 centímetros (8 pulgadas) hasta la mañana del jueves en algunas áreas, incluida Tokio.</p><p>Jangmi tocó tierra en la prefectura de Wakayama con fuerza de tifón, con vientos de 126 km/h (78 mph), antes de internarse en tierra y debilitarse de forma significativa. Se pronosticó que mantendría fuerza de tormenta tropical durante gran parte del día.</p><p>El tifón había golpeado antes la isla meridional de Okinawa y dejó a 15 personas con heridas leves. ___</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/55EJRF7M5HYLF3HO5NPHMSOD4M.jpg?auth=4f7f01fe6c3b3b3f8c0cf512333c0a16b03ce9c3913839b2ca39643ce4c3434b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre se detiene para resguardarse de la lluvia en Tokio, el miércoles 3 de junio de 2026. (AP Foto/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Jill Biden says she's sorry she didn't talk more about son Hunter's drug addiction]]></title><link>https://www.local10.com/entertainment/2026/06/02/jill-biden-says-shes-sorry-she-didnt-talk-more-about-son-hunters-drug-addiction/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/02/jill-biden-says-shes-sorry-she-didnt-talk-more-about-son-hunters-drug-addiction/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Jill Biden says she's sorry she didn't talk more about her son Hunter’s drug addiction during her time in the White House, explaining that she now realizes that being open about his substance abuse and his recovery can offer hope to others in the same situation.]]></description><pubDate>Wed, 03 Jun 2026 03:56:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jill Biden says she's sorry she didn't talk more about her son Hunter’s drug addiction during her time in the White House, explaining that she now realizes that being open about his substance abuse and his recovery can offer hope to others in the same situation.</p><p>In a wide-ranging interview with “The View” co-host Whoopi Goldberg to promote her White House memoir, the former first lady said Tuesday that she had put life in perspective after her husband, former President Joe Biden, was diagnosed with prostate cancer that spread to his bones.</p><p>She said she is no longer angry about the way Democrats pressured her husband to end his reelection bid after performing disastrously in a 2024 debate against Republican Donald Trump.</p><p>“No, I’m not angry. I mean, what’s the purpose of anger now?” Jill Biden said at the first event for her book, held at the 92nd Street Y in New York following publication earlier Tuesday.</p><p>‘I think we were partly in denial’</p><p>Jill Biden wrote in the memoir, “View from the East Wing,” that addiction wasn’t something she and her husband talked about. “I think we were partly in denial,” she acknowledged, adding that she wondered why someone who had a family that loved him, a good education and a lucrative career would turn to drugs.</p><p>“It’s hard for me to say this, but Hunter was a drug addict,” she said Tuesday.</p><p>She said Hunter's spiral into addiction was “a really hard time for our family to go through.” Hunter Biden started abusing alcohol and drugs after his older brother, Beau Biden, died in 2015 of an aggressive form of brain cancer. Hunter has now been sober for several years, she said.</p><p>“I'm sorry that I didn't talk about it a little bit more,” she said on stage.</p><p>Jill Biden spoke about how proud she is of Hunter for turning his life around, becoming an artist and helping other recovering addicts.</p><p>“And I hope that by talking about it more as I go forward I hope that it offers other people hope,” she said. “It is such a tough, tough thing to deal with.”</p><p>Hunter Biden wrote about his addiction to drugs and alcohol in a memoir of his own, published in 2021.</p><p>His addiction led to federal charges that he lied about his drug use on forms he used to buy a gun. He was convicted after a trial and faced prison time but ultimately received a pardon from his father, who had repeatedly insisted that he wouldn’t use the powers of the presidency to spare his son — until he changed his mind just before turning the office over to Trump, who had talked about exacting “retribution” against those he perceived to be his political enemies.</p><p>Fighting cancer has been tough, too</p><p>Jill Biden has said she was angry over how the Democratic Party treated her husband after the debate — but has since put that aside after Joe Biden was diagnosed a year ago with an aggressive form of prostate cancer that spread to his bones.</p><p>“I think Joe's cancer diagnosis, it really puts life into perspective and you really do appreciate each and every day and a lot of anger that you have, you think, 'What's the point?' You know, ‘What is the point?’ she said. ”And I think that's why Joe and I try to, you know, just take each day that comes and try to find the joys."</p><p>The former president, 83, was in the audience for the event, along with many other Biden family members, and received a couple of standing ovations from the packed house.</p><p>She said when the doctor told them that her husband of nearly 50 years had a problem, “I never ever thought it was going to be prostate cancer.” She said that type of cancer is one thing, but it becomes “a whole different ballgame” after it attacks the bone.</p><p>She didn't go into the details, but suggested the former president's cancer treatment is taking a toll on him.</p><p>“Joe's here tonight. You see him. He looks handsome as ever,” she said. "But, you know, cancer drugs, cancer treatments have their consequences and I think those consequences are pretty tough.”</p><p>Living in a ‘fishbowl’</p><p>Biden, who turns 75 on Wednesday, described some of her favorite memories of life in the White House, including weekends at Camp David and working with military families.</p><p>She said the hardest part of the role of first lady, in her experience, is the loss of privacy.</p><p>“You really do live in a fishbowl,” she said. “Everybody knows everywhere you are. It's the truth. I couldn't even walk downstairs to my office."</p><p>She mimicked how U.S. Secret Service officers would speak into their devices as she walked through the White House, using their code name for her.</p><p>“'Capri on elevator. Capri walking down hallway. Capri walking up steps. Capri walking outside,'” Jill Biden said, as the audience laughed. She also cited the scrutiny of her clothes, including one time she was photographed in Washington with her hair pulled into a ponytail by a scrunchie.</p><p>’I wore a scrunchie and they wrote about it," she said. "Who cares?”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E4ZYZ4L4WWXLUWUVXFC7KBRWIE.jpg?auth=dd2c0fef5f162649c6cbf2470a747747142696bf9b2b865d3f87edce4298c362&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Educator and former First Lady of the United States Jill Biden in conversation at The 92nd Street Y on Tuesday, June 2, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJI3CAQVXRR67W7R4GDLQSFS2U.jpg?auth=a4f54c1fdc509b8e7fae70c6f23e041d9de1b4e13e0d1c79c71467f13205cfc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Educator and former First Lady of the United States Jill Biden arrives at The 92nd Street Y on Tuesday, June 2, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ES62BTA3JT4VVJYCCDKFR4USDY.jpg?auth=ffc0a825958d9ad5c3f181e67c6b28a466792a48623c9fd49d02e464b0d7c1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hunter Biden, President Joe Biden's son, accompanied by his mother, first lady Jill Biden and his wife, Melissa Cohen Biden, walks out of federal court after hearing the verdict, June 11, 2024, in Wilmington, Del. Hunter Biden has been convicted of all 3 felony charges in the federal gun trial. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SXLOHUE3C32SDI5EA6T4LNX3AE.jpg?auth=f4d0dd506eadf4c851d6e9cf7a2458e935c012ead107537bb2205c17e40a21b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden, center, and first lady Jill Biden, right, pay for a purchase as they greet supporters at a Waffle House in Marietta, Ga., June 28, 2024, following a presidential debate in Atlanta. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item></channel></rss>