<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 20 Aug 2026 14:33:09 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man with phone registered under name ‘Alex Boom’ calls in bomb threat to Salvation Army, cops say]]></title><link>https://www.local10.com/news/local/2026/08/20/man-with-phone-registered-under-name-alex-boom-calls-in-bomb-threat-to-salvation-army-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/man-with-phone-registered-under-name-alex-boom-calls-in-bomb-threat-to-salvation-army-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 63-year-old Hialeah man is facing a felony charge after deputies said he called in bomb threat to the Salvation Army. ]]></description><pubDate>Thu, 20 Aug 2026 14:24:58 +0000</pubDate><content:encoded><![CDATA[<p>A 63-year-old Hialeah man is facing a felony charge after deputies said he called in bomb threat to the Salvation Army in northwest Miami-Dade.</p><p>According to the Miami-Dade Sheriff’s Office, a woman working at the front desk of the Salvation Army located at 1907 NW 38th St. when she received two calls from the same number, saying the man on the phone requested to speak with a specific case worker supervisor. </p><p>The woman told deputies the name associated with the phone number was displayed as “Alex Boom.” </p><p>On the second call, authorities said the woman put the man on speaker, and that’s when she and a second witness heard him say, “You know who I am, there’s a live bomb in the building.”</p><p>The building was subsequently evacuated and searched for explosive devices by MDSO K9 units, deputies said. After several hours, the building was deemed safe and people were allowed back inside. </p><p>Investigators determined that the phone number where the calls came from belonged to Juan Carlos Siblia-Lopez, who deputies said lived with his mother in Hialeah. </p><p>According to an arrest form, Siblia-Lopez confirmed that his phone was registered under the name “Alex Boom” and later confessed to calling in the bomb threat. He was then charged with falsely reporting a bomb threat. </p><p>As of Thursday morning, Siblia-Lopez 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/BABX22ASUNDLRMQYXWOLWPSG3E.jpg?auth=bf7e2cd46a2ea29aba5edcf3e85e0acfeaa785299ca347ad563d7d13c376dc46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Atlantic could perk up late next week as Hawaii eyes another weekend storm threat]]></title><link>https://www.local10.com/weather/hurricane/2026/08/20/atlantic-could-perk-up-late-next-week-as-hawaii-eyes-another-weekend-storm-threat/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/20/atlantic-could-perk-up-late-next-week-as-hawaii-eyes-another-weekend-storm-threat/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The Atlantic will stay on a hurricane hiatus through at least the early part of next week.]]></description><pubDate>Thu, 20 Aug 2026 14:19:37 +0000</pubDate><content:encoded><![CDATA[<p>The Atlantic will stay on a hurricane hiatus through at least the early part of next week.</p><p>As we discussed in yesterday’s newsletter, however, longer range forecast models continue to indicate the possibility of development by later next week with a strong tropical wave emerging over the eastern Atlantic around next Tuesday or Wednesday (August 25-26).</p><figure><img src="https://www.local10.com/resizer/v2/KJBJQBFEKRAM5HJLDVGRH54QMM.png?auth=8d88b1a829e0d0c3d894ffce568c91e938b1c3b616bd2acb734094a8651b62bd&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through early next Friday (August 28th) for the eastern Atlantic from the traditional physics-based European model ensembles (top panel), AI-based European model ensembles (middle panel), and Google’s machine learning-based DeepMind ensembles (bottom panel). Models suggest development potential for a wave moving off Africa next week but have waffled on its odds between runs. Credit: Weathernerds.org.</figcaption></figure><p>The development of this next candidate is by no means a lock, but the signal has been the most pronounced we’ve seen amongst all major models and modeling camps (AI and traditional physics-based models). We saw some models perk up with the last two waves – Invest 92L and Invest 94L – only to fall flat in later cycles as the waves fizzled. And even with this one, we’re seeing some hemming and hawing between model runs, with Google’s DeepMind peeling back its early enthusiasm in overnight runs.</p><figure><img src="https://www.local10.com/resizer/v2/OQGUB43HJJBO5LEUAVMO7K3JYM.gif?auth=8478858bd11442674e007990590b43f46254b6f37b15da32164e778b8ab594c3&smart=true&width=1200&height=900" alt="Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical storm passing to within about 125 miles of any given location into the first week of September from Google’s DeepMind machine learning-based 1,000-member ensemble system. The model was much more bullish on development odds yesterday than it is today. Credit: Deelan Jariwala.</figcaption></figure><p>Nevertheless, the difference between mid-August with the last two waves and late August with the one ahead is noteworthy, and the Atlantic is better primed to support development in late August and early September than it is just a few weeks prior, something we know well from climatology.</p><p>Systems this season will largely struggle, but late August through mid-October is kind of like July in the South. Even on “cool” days, it can still feel hot. A heatwave in July hits differently than one in March, and that’s why we stay vigilant this time of year. Hurricane season wants to give us storm-equivalent heatwaves by September, even in “cool” years.</p><p>The good news in late August and early September is the threats often, though certainly not always, originate over the wide open Atlantic, which gives us plenty of time to watch and prepare. That’s obviously the case here, and regardless, we have plenty of time to follow the trends.</p><p>For now, we don’t anticipate any tropical threats on the Atlantic side through at least the end of next week.</p><h3><b>Another close call for Hawaii this weekend?</b></h3><p>Meanwhile, out in the central Pacific, we can’t give the same reassurances to Hawaii, where officials are still assessing damage and only beginning recovery efforts in the wake of Lala last weekend.</p><p>Invest 90E, located about 1,000 miles southeast of Hawaii, is expected to gradually organize into a tropical depression and named storm (Moke pronounced MOH-keh) in the coming days as it moves in the general direction of Hawaii.</p><figure><img src="https://www.local10.com/resizer/v2/XYNSRHMPZJCFBNYU5IENPDMBRI.png?auth=f3e8a9815bc254d728c41aa921a02024e242f6ef0221dcdbbf8b648c9b5789b4&smart=true&width=1200&height=900" alt="Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Probability of Invest 90E (future Moke) passing to within about 100 miles of a given location based on our major global weather forecast models. For now models suggest a track near or south of Hawaii by this weekend. Interests in the state should continue to monitor the forecast in the days ahead. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>It’s too soon to know if future Moke will pose a direct threat to the islands, but models suggest it could be in the vicinity by this upcoming weekend.</p><p>Until the system fully forms, models will be jumpy, and for now, this is simply one that interests in the state – and particularly on the Big Island – should monitor. At least for now, conditions don’t seem as conducive to strengthening as they were with Lala, but it doesn’t take a direct hit from a hurricane to cause problems, especially in places with weakened infrastructure and still-swollen rivers from Lala’s historic rain.</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/AOCA25ZLZVH7JJMBNFBIRLEJ24.png?auth=c6f40430d53046cae1ec6308eb688e911c4869419bfb91ec59f65f19966e73ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Eastern Pacific satellite early Thursday showing Invest 90E about 1,000 miles southeast of Hawaii. The system is expected to strengthen into Tropical Storm Moke in the days ahead and could threaten parts of Hawaii by this weekend. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Meta defends its child safety efforts but critics say the social media giant falls short]]></title><link>https://www.local10.com/tech/2026/08/20/meta-defends-its-child-safety-efforts-but-critics-say-the-social-media-giant-falls-short/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/20/meta-defends-its-child-safety-efforts-but-critics-say-the-social-media-giant-falls-short/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Meta insists it has a long history of protecting its youngest customers as it defends itself against a swath of lawsuits alleging its social media empire harms children.]]></description><pubDate>Thu, 20 Aug 2026 14:18:03 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Meta insists it has a long history of protecting its youngest customers as it defends itself against a swath of lawsuits alleging its social media empire harms children.</p><p>In the latest such instance, the social media giant is fighting allegations in a California federal court that it contributes to the youth mental health crisis by deliberately and stealthily designing features to get children hooked on its platforms Instagram and Facebook. Four states are seeking billions of dollars in damages as well as fundamental changes to how Meta runs those apps.</p><p>Children’s mental health, and what they do and see on social media, are all issues “Meta takes seriously and tries to act on,” Paul Schmidt, a lawyer for the tech giant, said in opening statements this week.</p><p>Critics say the company's safety record falls short and that many of its protections simply don’t work.</p><p>They include Marc Berkman, executive director at the Organization for Social Media Safety, who said Meta introduced safeguards promising to protect children in response to public pressure rather than out of concern.</p><p>There’s been a “lack of real institutional willingness to act here,” Berkman said.</p><p>Here’s a look at some of the changes Meta has introduced, along with the work advocates say could still be done.</p><p>Access to users and content-focused protections</p><p>Most of the changes Meta has introduced focus on addressing harassment and offensive content.</p><p>Instagram users have always been able to block others — and, along with Meta’s oldest crown jewel, Facebook — the app has gradually added features for reporting problematic accounts and inappropriate content.</p><p>In 2016, Instagram users were given the option to delete or filter comments they found offensive, and later added warnings that prompted users to reconsider posting potentially harmful content, as well as options to limit comments and tags on their posts.</p><p>Meta also says it prevents adults from starting private chats with teens if they are not already connected, and has increased checks to make sure users under 13 — the minimum age for holding a Facebook or Instagram account — aren't online. Schmidt said in his opening remarks that Meta recognizes some users still sign up using incorrect birthdays but that the company takes enforcement of age limits seriously.</p><p>The company says it also posts warnings and resources at the top of Instagram search results related to suicide, self-harm and eating disorders, and touts its “Teen Accounts,” launched in 2024, as a safe space for teenagers online. It aligns photo and video restrictions for teen accounts with those for a PG-13 movie, unless there’s parental permission otherwise.</p><p>Critics complain these changes amount to little more than corporate posturing.</p><p>A September 2025 report from former employee and whistleblower Arturo Béjar and four online safety advocacy nonprofits accused Meta of not taking “real steps” to address youth safety, instead opting for “splashy headlines about new tools for parents and Instagram Teen Accounts for underage users.”</p><p>“We really found that overall what Meta was marketing under Teen Accounts was very lacking in actual protections,” said Haley Hinkle, policy counsel at Fairplay, which co-authored the report. They evaluated 47 of Meta’s 53 safety features for teens on Instagram and found 60% of them were either not available or didn't work as advertised, Hinkle said.</p><p>Meta called the report's findings “misleading” and “dangerously speculative.”</p><p>Scrolling and core design</p><p>Researchers say Meta's efforts to reduce the risk of children becoming addicted to the scrolling features of social media platforms have been largely unsuccessful.</p><p>Ashley Shea, a Ph.D. candidate specializing in social media and online spaces at Cornell University, points to what academics call “attention-capture deceptive designs” that are not exclusive to Meta's platforms. They include infinite scrolling, “casino style” pulls to refresh content, push notifications and algorithmic recommendations. Those features “prey on the cognitive vulnerabilities” of young people with developing brains, in particular the need to feel rewarded.</p><p>Meta has taken important steps to address problematic content, cyberbullies and sexual predators, Shea said, but she has not seen the same level of effort to offset the addictive impact of attention-capture deceptive designs.</p><p>Nudges and time management controls</p><p>“There’s no question that some teens struggle to manage their time with social media,” Schmidt said Tuesday, adding that Meta’s time management tools prove its evolution on the issue. Those tools include parental supervision controls and in-app “nudges” for teen users who repeatedly look at the same type of content or spend too long on Instagram or Facebook late at night.</p><p>Hinkle notes the “entirely voluntary” time management tools are not easy to set up, and amount to “far too little too late.”</p><p>Béjar, the former Meta employee and whistleblower, agrees. In testimony Wednesday, he said a tool called “Take a Break” is “designed to fail.” Users have to turn the feature on themselves and, he said, very few do.</p><p>Across the board, tech companies exist to maximize revenue, said Berkman, and for almost every social media platform today, that means “maximizing children using their features for as long as they can.”</p><p>Legal challenges focused on “the fact that these are defective products by design because of their features, not the content per se” is something new, Shea added. And beyond the courtroom, mounting pressure on lawmakers could bring more industrywide changes.</p><p>“The momentum only continues to grow,” she said. “Ultimately, these are for-profit companies that respond to economic pressures. And so I think that the more economic pressure they’re confronted with through these litigations, the quicker they will have to adapt.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MO3DGVQLMEZMBNNLME6MEGKJSY.jpg?auth=8b7d014ae3ff2f75586c77b926fcdb73ca63459c93457fdd27eb50970f8b8153&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Attorney General Rob Bonta discusses a lawsuit against Meta during a press conference on Tuesday, Aug. 18, 2026, in Oakland, Calif. Joining him are Colorado Attorney General Philip Weiser, and New Jersey Attorney General Jennifer Davenport. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2LSIA4FWDVA4LIO5H5YG3T3DBU.jpg?auth=fb6294aba8244b6e7dfdc57c6ea7d956442706f9ee95fdd097bbc9368a088348&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Erin Popolo holds a picture of daughter Emily Murilla, who died at age 17, during a protest against social media platforms outside the Ronald V. Dellums Federal Building and U.S. Courthouse on Tuesday, Aug. 18, 2026, in Oakland, Calif. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[US agency under scrutiny after watchdog warns of forced labor in Dominican Republic]]></title><link>https://www.local10.com/business/2026/08/20/us-agency-under-scrutiny-after-watchdog-warns-of-forced-labor-in-dominican-republic/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/us-agency-under-scrutiny-after-watchdog-warns-of-forced-labor-in-dominican-republic/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — U.S. Customs and Border Protection faced scrutiny Thursday after a watchdog group warned that forced labor persists on sugarcane fields in the Dominican Republic, which exports large amounts of sugar and other products to the U.S.]]></description><pubDate>Thu, 20 Aug 2026 14:15:45 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — U.S. Customs and Border Protection faced scrutiny Thursday after a watchdog group warned that forced labor persists on sugarcane fields in the Dominican Republic, which exports large amounts of sugar and other products to the U.S.</p><p>In 2022, the federal agency had imposed a ban on imports of sugar and other products made by Central Romana Corporation, Ltd., accusing the company of isolating workers, withholding wages and fostering abusive working and living conditions.</p><p>The ban, however, was lifted last year under the Trump administration, sparking an outcry that was revived when the nonprofit Corporate Accountability Lab published a report Tuesday noting that forced labor persists. The report was published following more than three years’ worth of investigations.</p><p>U.S. Sen. Ron Wyden, an Oregon Democrat, sent a letter Thursday to Customs and Border Protection requesting information behind the reversal of the ban. He accused the agency of appearing “to have abruptly abandoned its own established administrative procedures.”</p><p>“Circumventing standard trade enforcement processes for politically connected, billionaire-owned corporations undermines the integrity of U.S. trade policy,” Wyden wrote.</p><p>He requested administrative records, final recommendations and other documents related to the case.</p><p>The Associated Press sought comment from the agency, which acknowledged the emailed request but had not yet commented.</p><p>“Ensuring that U.S. trade enforcement mechanisms are immune from political interference and adhere to statutory requirements is critical to ensuring that forced labor does not illegally enter the supply chain of goods unwittingly bought by American businesses and consumers,” Wyden wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QSVM4PBADTSLQBWLR7PHIYOBWA.jpg?auth=36b9ee3171cbad1b88bd03a89654e82c3c778c37235f945f7a24b0693fe3ce8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A youth plays near the machine where the sugar cane is weighed in the Lima batey, or neighborhood, in La Romana, where Central Romana Corporation, Ltd. operates its sugar operations in Dominican Republic, Nov. 17, 2021. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Father arrested after son, 4, found wandering alone along Collins Avenue, police say]]></title><link>https://www.local10.com/news/local/2026/08/20/father-arrested-after-son-4-found-wandering-alone-along-collins-avenue-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/father-arrested-after-son-4-found-wandering-alone-along-collins-avenue-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A father was arrested Wednesday on a child neglect charge after his 4-year-old son was found wandering alone along Collins Avenue in Sunny Isles Beach, authorities said.]]></description><pubDate>Thu, 20 Aug 2026 14:10:36 +0000</pubDate><content:encoded><![CDATA[<p>A father was arrested Wednesday on a child neglect charge after his 4-year-old son was found wandering alone along Collins Avenue in Sunny Isles Beach, authorities said.</p><p>According to an arrest report from the Sunny Isles Beach Police Department, an officer was conducting a traffic stop near 17200 Collins Ave. at about 4 p.m. when a driver alerted the officer to a small child walking alone on the sidewalk.</p><p>The boy was walking north along the sidewalk parallel to Collins Avenue, police said. The officer reported that the boy had visible redness on his face and was carrying a half-eaten slice of pizza.</p><p>Police said the officer placed the child in a patrol vehicle while officers searched the surrounding area for his parents or guardians.</p><p>The officer showed the child’s photograph to several people before going to a nearby apartment complex on 174th Street in an attempt to identify him, the report stated.</p><p>According to the report, the officer later spotted a woman walking quickly outside the complex with a girl. The woman was identified as the boy’s mother and told police she was searching for her son, the report stated.</p><p>Police said she then contacted her husband, Semyon Levin, 63, who responded to the scene and told police the child had been under his supervision when he lost sight of him, the report states.</p><p>Investigators said Levin told them he had been eating at a nearby Starbucks at 17100 Collins Ave. with his son at about 3 p.m. when he lost sight of the boy.</p><p>Levin was then taken to the Sunny Isles Beach Police Department for further questioning.</p><p>According to the report, Levin waived his Miranda rights and told detectives during a recorded interview that he realized his son was missing but did not immediately contact police for help.</p><p>Investigators said Levin also told them that his 9-year-old and 7-year-old daughters had left Starbucks and walked home without an adult. Levin said he believed his son may have left with his 9-year-old sister, according to the report.</p><p>Police said Levin told detectives he frequently loses sight of the boy because his son has “too much energy,” making him difficult to keep track of.</p><p>When detectives asked why he did not call police after realizing the boy was missing, Levin said he did not believe the situation constituted an emergency, according to the report.</p><p>Investigators estimated the child was wandering alone for approximately one hour.</p><p>Police also alleged that Levin had opportunities to alert law enforcement after leaving Starbucks. According to the report, Levin saw an officer wearing a clearly marked police vest in the lobby of his apartment building, while an unmarked police vehicle with its emergency lights activated was outside. The officer was showing the child’s photograph to a security guard in the lobby at the time, authorities said.</p><p>Investigators concluded that Levin failed to provide the supervision and care required for his son and that his actions endangered the child’s safety and health.</p><p>Levin was arrested on a child neglect charge and transported to the Turner Guilford Knight Correctional Center for processing.</p><p>As of Thursday morning, Levin remained jailed at TGK. Online jail records listed his 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/7D2NEGFBVJADBOZMSJK2KKTOTA.jpg?auth=9b56031b043537b82f9f980fc3f415b72daaa732390af335f9a7625369a0749d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Bay Harbor Islands officer saves 2-year-old girl from drowning]]></title><link>https://www.local10.com/news/local/2026/08/19/bay-harbor-islands-officer-saves-2-year-old-girl-from-drowning/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/bay-harbor-islands-officer-saves-2-year-old-girl-from-drowning/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A Bay Harbor Islands officer’s decision to stay after his shift helped save a 2-year-old girl from drowning.]]></description><pubDate>Thu, 20 Aug 2026 02:43:13 +0000</pubDate><content:encoded><![CDATA[<p>A Bay Harbor Islands officer’s decision to stay after his shift helped save a 2-year-old girl from drowning.</p><p><a href="https://www.local10.com/espanol/2026/08/20/agente-de-bay-harbor-islands-salva-a-nina-de-2-anos-de-morir-ahogada/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/agente-de-bay-harbor-islands-salva-a-nina-de-2-anos-de-morir-ahogada/">Leer en español</a></p><p>Commander Thomas Rigo had finished work July 3 but stayed a little longer while patrolling the Intracoastal.</p><p>Then he heard a mother screaming from the shore.</p><p>Rigo looked over and saw Noah’s mother jumping into a pool after finding her daughter unresponsive.</p><p>“I look to my left. I see her jumping in the pool all dressed up, and she pulls this lifeless baby,” Rigo said.</p><p>Noah had nearly drowned in the pool, and her mother desperately needed help.</p><p>Rigo ran over and put his CPR training to work. He is certified as a CPR instructor in Bay Harbor Islands.</p><p>“I didn’t even realize what was going on in the moment. It just all, like, happened so quickly, but after, you know, he saved her life and we got to know what happened, we were just even more shocked at finding out the details that he happened to be on a boat at the right time,” Noah’s mother, Tiffany, said.</p><p>Then came the moment Noah’s family knew she was going to be OK.</p><p>“All I heard was her say, ‘Mama,’ and I like, I knew she was going to be OK,” Tiffany said.</p><p>Rigo was later honored with a lifesaving award.</p><p>“You saved our little girl, and honestly, there’s no other way that we could thank you besides constantly saying ‘thank you,’” Tiffany said.</p><p>Noah’s brother also made the moment even more special, hugging his sister and telling her to thank the commander.</p><p>“He saved you,” he told her.</p><p>The family and Rigo say they will be tied together forever after the lifesaving rescue.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Agente de Bay Harbor Islands salva a niña de 2 años de morir ahogada]]></title><link>https://www.local10.com/espanol/2026/08/20/agente-de-bay-harbor-islands-salva-a-nina-de-2-anos-de-morir-ahogada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/agente-de-bay-harbor-islands-salva-a-nina-de-2-anos-de-morir-ahogada/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[La decisión de un agente de Bay Harbor Islands de quedarse después de terminar su turno ayudó a salvar a una niña de 2 años de morir ahogada.]]></description><pubDate>Thu, 20 Aug 2026 14:06:11 +0000</pubDate><content:encoded><![CDATA[<p>La decisión de un agente de Bay Harbor Islands de quedarse después de terminar su turno ayudó a salvar a una niña de 2 años de morir ahogada.</p><p>El comandante Thomas Rigo había terminado de trabajar el 3 de julio, pero se quedó un poco más mientras patrullaba el Intracoastal.</p><p>Entonces escuchó a una madre gritando desde la orilla.</p><p>Rigo miró y vio a la madre de Noah saltar a una piscina después de encontrar a su hija inconsciente.</p><p>“Miro a mi izquierda. La veo saltar a la piscina completamente vestida y saca a esta bebé sin signos de vida”, dijo Rigo.</p><p>Noah estuvo a punto de ahogarse en la piscina y su madre necesitaba ayuda desesperadamente.</p><p>Rigo corrió hasta el lugar y puso en práctica su entrenamiento de RCP. Está certificado como instructor de RCP en Bay Harbor Islands.</p><p>“Ni siquiera me di cuenta de lo que estaba pasando en ese momento. Todo sucedió muy rápido, pero después, ya sabes, él le salvó la vida y supimos lo que había ocurrido, quedamos aún más sorprendidos al conocer los detalles de que él estaba en un bote justo en el momento indicado”, dijo Tiffany, la madre de Noah.</p><p>Luego llegó el momento en que la familia de Noah supo que ella estaría bien.</p><p>“Todo lo que escuché fue que dijo, “Mamá”, y supe que iba a estar bien”, dijo Tiffany.</p><p>Rigo fue homenajeado posteriormente con un reconocimiento por salvar una vida.</p><p>“Salvaste a nuestra pequeña y, sinceramente, no hay otra manera en que podamos agradecértelo aparte de decirte constantemente “gracias””, dijo Tiffany.</p><p>El hermano de Noah también hizo que el momento fuera aún más especial al abrazar a su hermana y decirle que le diera las gracias al comandante.</p><p>“Él te salvó”, le dijo.</p><p>La familia y Rigo dicen que estarán unidos para siempre después del rescate que le salvó la vida.</p>]]></content:encoded></item><item><title><![CDATA[The Latest: The US national debt hits a record $40 trillion]]></title><link>https://www.local10.com/news/2026/08/20/the-latest-the-us-national-debt-hits-a-record-40-trillion/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/the-latest-the-us-national-debt-hits-a-record-40-trillion/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The United States' debt surpassed a record $40 trillion Wednesday, a staggering milestone as defense costs, social programs and interest on the burgeoning deficit make up an enormous share of federal spending.]]></description><pubDate>Thu, 20 Aug 2026 13:55:59 +0000</pubDate><content:encoded><![CDATA[<p>The United States' debt surpassed a record $40 trillion Wednesday, a staggering milestone as defense costs, social programs and interest on the burgeoning deficit make up an enormous share of federal spending.</p><p>The milestone figure was recorded just five months after the U.S. hit a record $39 trillion debt in March. It reached $38 trillion five months before that, in October.</p><p>The Latest:</p><p>White House legislative affairs director James Braid is leaving his post</p><p>Braid was in charge of helping to shepherd Trump’s legislative agenda through a Congress where his Republican Party controlled both chambers.</p><p>Vice President JD Vance wrote on X that Braid “played a critical role in all of the administration’s achievements in Congress,” including the sweeping tax and spending legislation approved last summer.</p><p>Vance described Braid as “brilliant” and “one of the hardest workers you will ever meet.”</p><p>The vice president didn’t provide details of Braid’s next job, saying only that he was “very excited to see what he does next.”</p><p>Fresh US aircraft carrier arrives in Middle East</p><p>The Asia-based USS George Washington aircraft carrier is now operating in the Middle East, the U.S. military said Thursday.</p><p>The Washington is relieving the long-deployed USS Abraham Lincoln after reports that sailors were facing mental health challenges and supply shortages while supporting the Iran war.</p><p>The Lincoln’s deployment has included a record-setting uninterrupted time at sea. Democratic lawmakers are pressing for accountability from the Pentagon over conditions aboard the carrier, which Defense Secretary Pete Hegseth has said were “completely misrepresented.”</p><p>The deployment of the Washington to the Middle East has left Asia without an American carrier strike group at a time when China shows more signs of aggression.</p><p>Rubio designates US citizen jailed in China as ‘wrongfully detained’</p><p>Secretary of State Marco Rubio has designated a U.S. citizen scholar jailed in China as “wrongfully detained” as Trump prepares to welcome Chinese President Xi Jinping to the White House next month.</p><p>The State Department said Thursday that Rubio had decided that Min Zin, who was arrested by Chinese authorities in June, is being unjustly held.</p><p>“We call on Beijing to release all U.S. citizens arbitrarily detained or exit-banned in China,” the department said.</p><p>The designation raises the profile of his case within the U.S. government and in the past has led to additional attention and resources being devoted to securing the release of wrongful detainees.</p><p>Min Zin, who writes about Myanmar and Chinese foreign policy, was arrested on suspicion of spying. He was a student activist in Myanmar’s 1988 uprising, a student-led movement that the government at the time reacted to with military force. He eventually sought asylum in the U.S.</p><p>House Democrats add five new candidates to ‘red to blue’ program</p><p>The Democratic Congressional Campaign Committee said the expansion showcases the depth of its candidate bench as they try to wrest majority control of the House.</p><p>Chair Suzan DelBene said the candidates are “proven fighters” at a time when voters are “eager for leaders who will always put the well-being of their communities first, not rubber stamp Trump’s failed agenda.”</p><p>The candidates include retired Army Brigadier General Leela Gray in Florida, former federal prosecutor Zach Dembo in Kentucky, Maine state auditor Matt Dunlap, former Navy helicopter pilot Nancy Lacore in South Carolina and former Rep. Tom Perriello in Virginia. The “red to blue” program invests in promising candidates with funding and other support.</p><p>Democrats narrow their list of 2028 presidential convention sites</p><p>Democrats on Thursday narrowed the list of potential host cities for their 2028 presidential convention to Boston, Denver and Philadelphia as their party looks ahead to a wide-open primary to succeed President Trump.</p><p>Democratic National Committee Chairman Ken Martin said in a statement the cities put forward “incredibly strong bids,” and he promised the convention would be an “inspiring celebration of our party’s future nominee.”</p><p>A final decision is expected to be made later this year by party leaders. Republicans have already chosen Houston for the site of their 2028 convention.</p><p>The Democratic convention, scheduled for Aug. 7-10, 2028, traditionally gives the party a chance to formally introduce its nominee to the country, rally the base and kick-start the most intense period of campaigning ahead of the general election.</p><p>The party didn’t specify why Atlanta and Chicago, which was the site of the 2024 convention, were eliminated. Officials visited all five cities in April and May, considering logistical and fundraising capacity among other factors.</p><p>▶ Read more</p><p>Trump plays White House tour guide to show off work on his helipad and ballroom</p><p>Trump played White House tour guide on Wednesday, showing off the helipad he is building on the lawn before leaning over to autograph a piece of it and bragging about the ballroom he’s rushing to complete despite legal challenges.</p><p>Trump gushed for several uninterrupted minutes about granite being laid and said the chopper landing area would leave visiting foreign leaders “very impressed” — including Chinese President Xi Jinping, who is coming next month.</p><p>At times, he sounded almost like a construction manager, singing the praises of granite over asphalt in painstaking detail and noting for reporters he brought out for the show that the stone could withstand 35,000 pounds per square inch of pressure.</p><p>The president also revealed for the first time that he has replaced the walkway from the White House’s diplomatic entrance along with a portion of the asphalt driveway around the South Lawn with white granite.</p><p>▶ Read more</p><p>The US national debt now stands at $40 trillion</p><p>The national debt surpassed a record $40 trillion Wednesday, a staggering milestone as defense costs, social programs like Social Security and Medicare and interest on the burgeoning deficit make up an enormous share of federal spending.</p><p>The milestone figure was recorded just five months after the U.S. hit a record $39 trillion debt in March. It reached $38 trillion five months before that, in October.</p><p>The unprecedented $40 trillion figure highlights competing administration priorities, from boosting defense spending that the U.S. relies on to carry out President Donald Trump’s almost 6-month-old war in Iran to lowering the cost of gas and groceries.</p><p>Kush Desai, a White House spokesman, said the Trump administration “has been focused on slashing waste, fraud, and abuse in federal spending while accelerating economic growth to get America’s debt-to-GDP ratio trending in the right direction.”</p><p>However, experts say the exploding debt and the latest record milestone are already affecting Americans’ pocketbooks by raising borrowing costs for things like mortgages and cars, lowering wages from businesses that have less money available to invest, and creating more expensive goods and services.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VICCUVQHBVASVCMFCY4NYIWNAU.jpg?auth=9e7efe7c9b6a83059c93b36397fd422a371662536af5e13116946c1264c7276b&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 meeting with technology leaders in the Roosevelt Room of the White House, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVBHXPRQT36TTOPUSK4OZB7DRY.jpg?auth=a334c0660c940542ffea9e5a33126ec737ff7ad7246d9ec793e1fcd3b68f6aa2&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 outside the White House, Wednesday, Aug. 19, 2026, in Washington, at the construction site of the new helicopter landing zone on the South Lawn of the White House. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UQMACD4FTHAM2AKJUCFLTNQN3M.jpg?auth=180d5029ae1e0fbc4ab746ad53d8527dacae7ef5528472fe229e917dedca56f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens as Gemini co-founder and president Cameron Winklevoss, left, and Gemini co-founder and CEO Tyler Winklevoss, right, watch, during a meeting with technology leaders in the Roosevelt Room of the White House, Wednesday, Aug. 19, 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[Últimas actualizaciones del analista de Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[El Departamento de Estado de Estados Unidos anunció el jueves un nuevo paquete de sanciones económicas contra Cuba. Al mismo tiempo, también fueron sancionados dos de los principales generales de Cuba: Álvaro López Miera, ministro de Defensa, y el general Roberto Sotolongo, jefe de las Fuerzas Armadas.]]></description><pubDate>Thu, 06 Aug 2026 17:16:01 +0000</pubDate><content:encoded><![CDATA[<p><b>20 de agosto</b>: Presidente de Cuba dice que el sistema de salud está al borde del colapso total</p><p>El presidente cubano Miguel Díaz-Canel admitió a principios de esta semana que el sistema de salud, uno de los llamados “grandes logros” de la Revolución cubana, está al borde del colapso total. Hay miles de cubanos en la isla esperando cirugías que no pueden realizarse debido a la falta de médicos, medicamentos, equipos y las malas condiciones de los hospitales.</p><p>Durante años, Cuba ha estado enviando brigadas médicas alrededor del mundo para ayudar a pagar su deuda y exportar los ideales de su revolución. El gobierno de Estados Unidos ha acusado a Cuba de trata de personas por estas acciones.</p><p><b>18 de agosto</b>: Estrategia de Trump para Cuba: ¿Realmente hay un plan?</p><p>¿Realmente tiene la administración del presidente Trump un plan para Cuba?</p><p>Después de meses de intercambios retóricos, uno comienza a preguntarse si la administración del presidente Trump realmente sabe qué hacer con Cuba. Seguimos escuchando que al secretario de Estado Marco Rubio se le asignó la responsabilidad de encargarse de Cuba y del resto de América Latina, región que conoce extremadamente bien. Pero, por lo que escucho, altos funcionarios de la Casa Blanca siguen interfiriendo.</p><p>Continuar sancionando operaciones e individuos en Cuba no hará caer al gobierno. Ahora escuchamos del secretario Rubio y de miembros de nuestra delegación cubanoamericana en el Congreso que la fecha prevista se ha aplazado, y esperan que para 2029 se hayan producido cambios en Cuba, lo cual es absolutamente ridículo.</p><p><b>14 de agosto: Cuba recurre a inversionistas globales mientras las sanciones de EE. UU. y las reclamaciones de propiedades elevan los riesgos</b></p><p>El gobierno cubano se ha dado cuenta de que los esfuerzos para atraer inversiones de empresas estadounidenses y de cubano-estadounidenses han fracasado en gran medida debido a las numerosas sanciones impuestas por Estados Unidos y al hecho de que los riesgos aún superan las oportunidades.</p><p>Sin embargo, el gobierno cubano está tratando con mucho empeño de atraer empresas de todo el mundo para que se hagan cargo de muchas operaciones y negocios en Cuba. Con muchos hoteleros europeos y otras empresas que recientemente han abandonado Cuba, seguirá siendo un desafío atraer nuevos inversionistas.</p><p>Una cosa que estas empresas deberían tener en cuenta antes de comenzar operaciones en Cuba es que podrían estar operando en propiedades que fueron confiscadas por el gobierno cubano a principios de la década de 1960. Como resultado, podrían enfrentar posibles desafíos legales en el futuro.</p><p>Solo para las empresas estadounidenses, hay 5,913 negocios y propiedades que fueron confiscados y registrados ante el Departamento del Tesoro de Estados Unidos.</p><p><b>13 de agosto: El centenario del nacimiento de Fidel Castro genera reflexión sobre su legado en Cuba</b></p><p>El jueves se cumple el centenario del nacimiento de Fidel Castro, un hombre cuya personalidad narcisista tomó el control de Cuba después de derrocar a Fulgencio Batista el 1 de enero de 1959. Hizo promesas al pueblo cubano que posteriormente traicionó por sus propias ambiciones egoístas y sed de poder.</p><p>En su juicio del 16 de octubre de 1953, tras el fallido ataque contra los cuarteles militares de Moncada en Santiago de Cuba, dijo la famosa frase: “La historia me absolverá”.</p><p>Al final, la historia lo juzgará como un dictador despiadado que destruyó Cuba, empobreció a su pueblo e infligió un sufrimiento tremendo a toda una nación.</p><p><b>12 de agosto: Cuba representa un difícil desafío de política exterior para Rubio</b></p><p>“Quién va primero, quién va segundo, No Sé va tercero”.</p><p>La famosa rutina cómica de Abbott y Costello puede compararse con las estrategias de política exterior de la administración Trump en estos días. Las negociaciones diplomáticas son complejas y complicadas, especialmente cuando se trata de países, gobiernos e individuos con los que Estados Unidos no ha tenido buenas relaciones.</p><p>Fuentes confiables me dicen que existen enormes diferencias entre los equipos de la Casa Blanca y el Departamento de Estado sobre cómo manejar las negociaciones relacionadas con Ucrania, Rusia, Israel-Gaza, Irán, Venezuela y Cuba. No ayuda que quienes negocian en nombre de Estados Unidos tengan poca o ninguna experiencia diplomática.</p><p>Por ahora, mantengámonos dentro del área de experiencia: Cuba. Mientras el presidente Trump piensa que Cuba puede resolverse en dos meses, el secretario de Estado Marco Rubio sabe muy bien, al igual que su equipo de alto nivel, que negociar con Cuba no es fácil.</p><p>El gobierno cubano está dispuesto a continuar introduciendo cambios cosméticos en su moribunda economía sin renunciar al control político. Estados Unidos puede continuar sancionando a todos en la isla, y al gobierno cubano no podría importarle menos. Mientras tanto, el pueblo de Cuba continúa sufriendo enormes dificultades. Sin embargo, es poco probable que el pueblo se vuelva contra el gobierno. La consecuencia de hacerlo puede significar pasar años en prisión.</p><p>Mientras tanto, en Miami, continúa el juego de adivinanzas sobre quién reemplazará a Raúl Castro cuando muera, junto con los preparativos para posibles planes de transición para Cuba. Una transición hacia un sistema democrático de gobierno en Cuba tomará tiempo. Una sociedad civil no puede construirse de la noche a la mañana. También es importante recordar que Cuba no tenía un gobierno democrático antes de 1959.</p><p>Para Rubio, las expectativas de la comunidad cubanoamericana son altas. Sin embargo, la mayoría de la comunidad entiende que no será fácil lograr que el gobierno cubano realice cambios políticos, salvo mediante una invasión militar estadounidense. Sin embargo, Rubio necesita una victoria, especialmente si está considerando otra candidatura presidencial. Los fracasos de las políticas exteriores de la administración Trump en todo el mundo podrían afectar la futura campaña presidencial de Rubio.</p><p>Entonces, ¿cuál será el próximo paso de Rubio sobre Cuba? El reloj está corriendo.</p><p><b>10 de agosto:</b> ¿Atrapará el gato al ratón esta vez?</p><p>Mientras el secretario de Estado de Estados Unidos, Marco Rubio, continúa presionando al gobierno cubano para que cambie, el presidente cubano Miguel Díaz-Canel apareció en la televisión cubana este pasado fin de semana y anunció al pueblo cubano que el gobierno estaba realizando importantes “cambios transformadores” en la economía.</p><p>Díaz-Canel también dijo al pueblo cubano que se necesitarían tiempo y paciencia, dos cosas que el pueblo cubano ya no tiene. Díaz-Canel continuó diciendo que los beneficios de estos cambios comenzarán a verse para 2029.</p><p>Fuentes en Washington, D.C., me han dicho que la administración del presidente Trump está buscando determinar si hay alguien en el gobierno cubano, como Delcy Rodríguez en Venezuela, que entregue a Raúl Castro o incluso asuma el control del actual gobierno y esté dispuesto a negociar con Estados Unidos.</p><p>El Miami Herald reportó este fin de semana que el general Lázaro Alberto Álvarez Casas, actual ministro del Interior de Cuba, podría ser aceptable para Estados Unidos. El general Casas es considerado de línea dura y, por lo tanto, es poco probable que rompa con el liderazgo cubano.</p><p>Como he dicho antes, el caso de Venezuela es bastante diferente al de Cuba. Mientras Raúl Castro esté vivo, creo que el gobierno cubano continuará en el poder y hará promesas al pueblo cubano que no puede cumplir.</p><p><b>8 de agosto:</b> Líder opositor cubano dice que la transformación de Cuba debe incluir a quienes están en la isla</p><p>Según el líder opositor cubano José Daniel Ferrer, cualquier plan para transformar Cuba debe incluir a los cubanos que están en la isla.</p><p>Pero, ¿tienen los cubanos en la isla la capacidad y las herramientas para participar en un proceso de este tipo? Después de vivir durante casi 68 años bajo un sistema totalitario que ha moldeado los valores y las actitudes personales de la población, podría tomar tiempo no solo cambiarlo sino, más importante aún, mantener esos cambios.</p><p>Las democracias no se construyen en un día. Se necesitará tiempo y paciencia. Recordemos también que antes de la Revolución Cubana, Cuba tuvo una dictadura bajo Batista.</p><p><b>6 de agosto:</b> Estados Unidos anuncia un nuevo paquete de sanciones económicas contra Cuba; también sanciona a dos de los principales generales cubanos</p><p>El Departamento de Estado de Estados Unidos anunció el jueves un nuevo paquete de sanciones económicas contra Cuba. Al mismo tiempo, también fueron sancionados dos de los principales generales de Cuba: Álvaro López Miera, ministro de Defensa, y el general Roberto Sotolongo, jefe de las Fuerzas Armadas.</p><p><b>5 de agosto:</b> Según informe, la CIA crea grupo de trabajo sobre Cuba</p><p>The New York Times informó sobre la creación de un grupo de trabajo de la CIA sobre Cuba con el propósito de ejercer mayor presión sobre el gobierno cubano para que implemente cambios políticos y económicos en su sistema.</p><p>Esta noticia probablemente será recibida por Cuba como una amenaza adicional por parte de Estados Unidos.</p><p><b>5 de agosto:</b> Presidente cubano confirma conversaciones en curso entre La Habana y Estados Unidos</p><p>El presidente de Cuba, Miguel Díaz-Canel, confirmó hoy que existen conversaciones en curso entre La Habana y Washington con el propósito de evitar una confrontación militar y tratar de encontrar soluciones a los problemas entre ambas naciones.</p><p>El gobierno cubano entiende que se está quedando sin opciones y que, muy probablemente, necesitará llegar a un acuerdo con Estados Unidos. ¿Incluirá un cambio de régimen?</p><p><b>Actualización del 3 de agosto:</b> Rubio habla sobre las actividades de espionaje de Cuba en Estados Unidos</p><p>El pasado fin de semana, en una entrevista con Fox News, el secretario de Estado y asesor de Seguridad Nacional de Estados Unidos, Marco Rubio, habló sobre las actividades de espionaje que Cuba continúa realizando en Estados Unidos.</p><p>Rubio afirmó que espías cubanos continúan infiltrándose en el gobierno de Estados Unidos, instituciones financieras, organizaciones e instituciones académicas. También sostuvo que Cuba sigue representando una amenaza para la seguridad nacional de Estados Unidos.</p><p><i>El Dr. Andy S. Gómez es el analista de Cuba de Local 10. Gómez es considerado uno de los principales especialistas sobre Cuba. Trabajó durante 32 años en el ámbito de la educación superior antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MUXHY4VK5VFV7N6VFVV4Q4UURQ.jpg?auth=087052fa0caf25708f3477870e18ca801a2bde2925c82ef3adcb7778fabf8a5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Olivia Blanco, an oncologist in Havana, leaves her car behind hours before her shift at a hospital in Vedado. (CCTV, via The Associated Press)]]></media:description></media:content></item><item><title><![CDATA[Suspect charged years after Miami-Dade man’s body found wrapped in blanket with stab wounds]]></title><link>https://www.local10.com/news/local/2026/08/20/suspect-charged-years-after-miami-dade-mans-body-found-wrapped-in-blanket-with-stab-wounds/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/suspect-charged-years-after-miami-dade-mans-body-found-wrapped-in-blanket-with-stab-wounds/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A suspect has been criminally charged, years after a man was found stabbed to death in northeast Miami-Dade, with his body wrapped in a blanket, authorities announced Thursday.]]></description><pubDate>Thu, 20 Aug 2026 13:34:41 +0000</pubDate><content:encoded><![CDATA[<p>A suspect has been criminally charged, years after a man was found stabbed to death in northeast Miami-Dade, with his body wrapped in a blanket, authorities announced Thursday.</p><p><a href="https://www.local10.com/espanol/2026/08/20/acusan-a-sospechoso-anos-despues-de-hallar-cuerpo-de-hombre-de-miami-dade-envuelto-en-manta-y-con-heridas-de-arma-blanca/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/acusan-a-sospechoso-anos-despues-de-hallar-cuerpo-de-hombre-de-miami-dade-envuelto-en-manta-y-con-heridas-de-arma-blanca/">Leer en español</a></p><p>Deputies said Itiaba Ekong, 36, is charged with first-degree felony murder, burglary with an assault and/or battery and grand theft.</p><p>According to authorities, MDSO deputies with the Intracoastal District responded to the area of Northeast 199th Street and 10th Avenue at about 10:20 p.m. on Feb. 4, 2021, to conduct a welfare check and found an unresponsive man wrapped in a blanket.</p><p>The man, identified as Lenoris Henry Marlowe, 45, had stab wounds on his body and was pronounced dead at the scene by Miami-Dade Fire Rescue medics, authorities said.</p><p>“For over five years, detectives worked tirelessly to uncover what happened and bring justice to the victim’s friends and family,” MDSO officials said in a news release. “Through investigative means, detectives identified the subject as Mr. Itiaba Ekong. Mr. Ekong admitted to detectives that he stabbed the victim.”</p><p>Court records show Ekong is already serving a life sentence for another case in which he was convicted of armed robbery. </p><p>Records show he has a lengthy criminal history involving convictions for crimes such as burglary, grand theft, simple battery, armed robbery and trafficking in stolen property. </p><p>A motive for the 2021 stabbing has not been confirmed by detectives.</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/JZKNMKL7LFCQ5IYQ7EJA4UYXUY.jpg?auth=5872ab2fb5f6f0cdfa2d9010a2a0f140f8c005540928900cdf3d42b0645ad08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a sospechoso años después de hallar cuerpo de hombre de Miami-Dade envuelto en manta y con heridas de arma blanca]]></title><link>https://www.local10.com/espanol/2026/08/20/acusan-a-sospechoso-anos-despues-de-hallar-cuerpo-de-hombre-de-miami-dade-envuelto-en-manta-y-con-heridas-de-arma-blanca/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/acusan-a-sospechoso-anos-despues-de-hallar-cuerpo-de-hombre-de-miami-dade-envuelto-en-manta-y-con-heridas-de-arma-blanca/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un sospechoso enfrenta cargos penales años después de que un hombre fuera hallado muerto a puñaladas en el noreste de Miami-Dade, con el cuerpo envuelto en una manta, anunciaron las autoridades el jueves.]]></description><pubDate>Thu, 20 Aug 2026 13:39:58 +0000</pubDate><content:encoded><![CDATA[<p>Un sospechoso enfrenta cargos penales años después de que un hombre fuera hallado muerto a puñaladas en el noreste de Miami-Dade, con el cuerpo envuelto en una manta, anunciaron las autoridades el jueves.</p><p>Los agentes dijeron que Itiaba Ekong, de 36 años, enfrenta cargos de asesinato en primer grado durante la comisión de un delito grave, robo con allanamiento con agresión y/o lesiones y hurto mayor.</p><p>Según las autoridades, agentes de MDSO del Distrito Intracoastal respondieron al área de Northeast 199th Street y 10th Avenue alrededor de las 10:20 p.m. del 4 de febrero de 2021 para realizar una verificación de bienestar y encontraron a un hombre inconsciente envuelto en una manta.</p><p>El hombre, identificado como Lenoris Henry Marlowe, de 45 años, tenía heridas de arma blanca en el cuerpo y fue declarado muerto en el lugar por paramédicos de Miami-Dade Fire Rescue, dijeron las autoridades.</p><p>“Durante más de cinco años, los detectives trabajaron incansablemente para descubrir qué ocurrió y hacer justicia para los amigos y familiares de la víctima”, dijeron funcionarios de MDSO en un comunicado de prensa. “Mediante técnicas de investigación, los detectives identificaron al sospechoso como el Sr. Itiaba Ekong. El Sr. Ekong admitió ante los detectives que apuñaló a la víctima”.</p><p>Los registros judiciales muestran que Ekong ya cumple una condena de cadena perpetua por otro caso en el que fue declarado culpable de robo a mano armada.</p><p>Los registros muestran que tiene un extenso historial criminal que incluye condenas por delitos como robo con allanamiento, hurto mayor, agresión simple, robo a mano armada y tráfico de propiedad robada.</p><p>Los detectives no han confirmado el motivo del apuñalamiento de 2021.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JZKNMKL7LFCQ5IYQ7EJA4UYXUY.jpg?auth=5872ab2fb5f6f0cdfa2d9010a2a0f140f8c005540928900cdf3d42b0645ad08e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Somalia faces another hunger crisis and the UN food agency head says it has far less funds to help]]></title><link>https://www.local10.com/business/2026/08/20/somalia-faces-another-hunger-crisis-and-the-un-food-agency-head-says-it-has-far-less-funds-to-help/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/somalia-faces-another-hunger-crisis-and-the-un-food-agency-head-says-it-has-far-less-funds-to-help/</guid><dc:creator><![CDATA[By OMAR FARUK, Associated Press]]></dc:creator><description><![CDATA[MOGADISHU, Somalia (AP) — Six million people in Somalia are facing acute food insecurity while the World Food Program has only a tenth of the resources it had in 2022 when it helped avert famine in the drought- and conflict-stricken East African nation, the head of the U.N. agency told The Associated Press.]]></description><pubDate>Thu, 20 Aug 2026 13:38:16 +0000</pubDate><content:encoded><![CDATA[<p>MOGADISHU, Somalia (AP) — Six million people in Somalia are facing acute food insecurity while the World Food Program has only a tenth of the resources it had in 2022 when it helped avert famine in the drought- and conflict-stricken East African nation, the head of the U.N. agency told The Associated Press.</p><p>“We can only do the bare minimum,” WFP executive director Carl Skau said Wednesday during a visit to a nutrition center on the outskirts of the capital, Mogadishu. “We’re only providing these nutrition supplies to the children that are really the worst hit.”</p><p>The reduced funds, because of cuts in international aid by donors and the redirection of resources to other humanitarian crises, meant that the WFP is unable to expand its assistance in Somalia, Skau said.</p><p>Millions of people at risk but far less aid</p><p>The WFP projects that 1.9 million children under age 5 in the country will suffer acute malnutrition this year, including nearly 500,000 who will require urgent treatment for severe acute malnutrition. Overall, around 30% of the population faces critical levels of food insecurity, the U.N. has said.</p><p>“We had 10 times more resources than now,” Skau said of the 2022 hunger emergency that was caused by a prolonged drought. “We were able to step in, and we prevented a famine here in Somalia."</p><p>“We know what’s going on, we have the capacity, we have the experience of dealing with this. We just need the resources now to do it.”</p><p>The consequences of the current food shortage, which is also a result of drought, conflict and the displacement of people, are seen at the Feynuus Health Center in Mogadishu’s Kahda district. Dozens of women carrying babies waited beneath a large tree or crowded along the veranda of the corrugated-metal facility seeking help.</p><p>Inside, health workers placed children in a blue weighing sling, screened them for malnutrition, and distributed therapeutic food.</p><p>One desperate mother tells her story</p><p>Halima Mohamed Hassan, a mother of six, had walked nearly 3 kilometers (2 miles) carrying her malnourished 4-year-old child. She is pregnant, but said she hadn't eaten for two days. Her last meal was plain rice.</p><p>Health workers treated the child she brought with a special nutrient-dense food, while Hassan said that her other children were also malnourished, but she wasn't able to bring them to the center.</p><p>“I could not carry all of them,” she said.</p><p>Hassan fled the Lower Shabelle region four months ago after her husband died of malnutrition, she said. Food and water became scarce, and conflict made it increasingly dangerous for the family to stay.</p><p>She and her children walked for four nights before reaching a camp for internally displaced people on Mogadishu’s outskirts.</p><p>Hassan now shares a makeshift shelter with her widowed mother and her mother's four other children. The two women look for occasional work washing clothes in nearby neighborhoods to feed their household of 12.</p><p>A health center tries its best to help</p><p>The Feynuus center receives between 250 and 350 patients daily, mainly displaced women and children from regions outside Mogadishu, said Abdirahman Barkhad, program director of Youth Link Somalia, which operates the center.</p><p>Barkhad said that about 10 nearby health and nutrition centers had closed because of a reduction in humanitarian funding, increasing pressure on those that remain.</p><p>“We have witnessed children collapsing, because their families do not have enough food,” he said.</p><p>Mohamud Moallim Abdulle, commissioner of the Somali Disaster Management Agency, described the country’s food situation as “extremely alarming.”</p><p>He said that an estimated 1.85 million children are malnourished, while around 6 million people are affected by drought, and 2 million urgently need assistance.</p><p>They don’t know where their next meal is</p><p>Skau said that mothers he met this week in the town of Burhakaba described drought, insecurity, and also rising food prices as the main drivers of the crisis. Some had lost their crops and fled their homes. Others walked for three or four hours to reach health facilities, because aid workers couldn't reach them.</p><p>“I spoke to women with eight to 10 children,” Skau said. “They don’t know where the next meal is going to come from.”</p><p>Insecurity, with Somalia battling a 20-year-long insurgency by the al-Shabab militant group, also makes humanitarian operations more expensive. WFP must use aircraft in areas where staff and supplies can't travel safely by road, and some communities are inaccessible, Skau said.</p><p>He said that conflict in the Middle East was adding to the pressure by driving up fuel and food prices, limiting agricultural supplies, and drawing funding toward other emergencies.</p><p>After her child received some food at the center, Hassan began the walk back to the camp they live in. Her five other children were still waiting and hungry, she said, and she would have to return with them one at a time.</p><p>___</p><p>For more on Africa and development: https://apnews.com/hub/africa-pulse</p><p>___</p><p>The Associated Press receives financial support for global health and development coverage in Africa from the Gates Foundation. The 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/LWIOIBL2XKWTMTW2MDPOYXLZR4.jpg?auth=f437e54c1bd912fd6eb1d481e8e30ead4a690a21bdd2ea5a2660dcaaf5fc9559&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Somali women displaced by drought sit at Feynuus Nutrition Centre on the outskirts of the capital, Mogadishu, Somalia Wednesday, Aug. 19, 2026. (AP Photo/Farah Abdi Warsameh)]]></media:description><media:credit role="author" scheme="urn:ebu">Farah Abdi Warsameh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YQUE5T5ZOVKQDR53DNGMEEUEJ4.jpg?auth=80c69520149c0bd6d5a2f349d9904eb668be0f22e809463d038608ca2139877b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A child is weighed at Feynuus Nutrition Centre on the outskirts of the capital, Mogadishu, Somalia Wednesday, Aug. 19, 2026. (AP Photo/Farah Abdi Warsameh)]]></media:description><media:credit role="author" scheme="urn:ebu">Farah Abdi Warsameh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLYWNN2FMDFELZABJYWUN2EZJM.jpg?auth=e6ea317e25829e4209aeac2252b15550817cebc369d2c98b507449293957b324&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Executive Director of the World Food Programme (WFP) Carl Skau, center, meets Somali women displaced by drought at Feynuus Nutrition Centre on the outskirts of the capital, Mogadishu, Somalia, Wednesday, Aug. 19, 2026. (AP Photo/Farah Abdi Warsameh)]]></media:description><media:credit role="author" scheme="urn:ebu">Farah Abdi Warsameh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EL3SWTQ44EILNUCUSL3FR7OPMY.jpg?auth=8873bd339dbc3063d7bdb91b0541e432996e5b52a9a63d5ed264e7130c6c1928&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Somali woman displaced by drought sits holding her child at Feynuus Nutrition Centre on the outskirts of the capital, Mogadishu, Somalia, Wednesday, Aug. 19, 2026. (AP Photo/Farah Abdi Warsameh)]]></media:description><media:credit role="author" scheme="urn:ebu">Farah Abdi Warsameh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HKJEIGCROYZVNUYJSQGUE4S5DM.jpg?auth=e8a5707172346235f7d3a2a1a6a02105c3b9562d760d551e42d623ca782a405b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Somali women displaced by drought sit at Feynuus Nutrition Centre on the outskirts of the capital, Mogadishu, Somalia, Wednesday, Aug. 19, 2026. (AP Photo/Farah Abdi Warsameh)]]></media:description><media:credit role="author" scheme="urn:ebu">Farah Abdi Warsameh</media:credit></media:content></item><item><title><![CDATA[AP reporter Christopher Bodeen, a tenacious chronicler of China's rise, dies at 55]]></title><link>https://www.local10.com/news/world/2026/08/20/ap-reporter-christopher-bodeen-a-tenacious-chronicler-of-chinas-rise-dies-at-55/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/ap-reporter-christopher-bodeen-a-tenacious-chronicler-of-chinas-rise-dies-at-55/</guid><dc:creator><![CDATA[By FOSTER KLUG, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Christopher Bodeen, a tenacious, old-school wire service reporter who brought a keen analytical eye and a wry sense of humor to decades of work in China, Taiwan and in war zones and natural disasters across the globe for The Associated Press, has died. He was 55.]]></description><pubDate>Thu, 20 Aug 2026 13:55:43 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Christopher Bodeen, a tenacious, old-school wire service reporter who brought a keen analytical eye and a wry sense of humor to decades of work in China, Taiwan and in war zones and natural disasters across the globe for The Associated Press, has died. He was 55.</p><p>Bodeen died Monday after a struggle with cancer and complications from a stroke, his daughter, Ingrid, said Thursday by telephone from Taiwan.</p><p>Bodeen, who spoke fluent Mandarin with a proud Taiwan accent, spent much of his career detailing China's rise to an economic, political and military superpower — and the accompanying friction from what critics have long called Beijing’s heavy-handed efforts to establish dominance in Asia and beyond.</p><p>“Chris was a reporter who would go anywhere and do anything for the story,” said Charles Hutzler, AP's former bureau chief in Beijing. After a huge quake flattened a swath of Sichuan province in 2008, Bodeen composed his account from one devastated town sentence by sentence over text messages because of damaged telecommunications networks. "It was one of the first eyewitness reports the AP and the world received about one of the worst earthquakes in decades,” Hutzler recalled.</p><p>He was an expert on politics and Chinese military issues</p><p>From AP bureaus in Shanghai, Beijing and Taipei, Bodeen was for years the news agency's go-to person on Chinese politics and military issues, able to quickly determine the newsworthiness of the government's often abstruse statements.</p><p>“A chat with Chris would inevitably turn into a remarkable history lesson," said Emily Wang Fujiyama, former Greater China news director. “He had astounding knowledge of the region and would be writing about China’s military presence in the South China Sea, pivot to Taiwan’s intricate politics, and just as deftly write about the political sensitivities of Tibet, Mongolia and China.”</p><p>Bodeen was born in Missouri on Sept. 9, 1970, but he spent parts of his childhood in the Middle East, Europe, Africa and Asia. His father was a foreign service officer and his mother a former diplomat, his daughter, Ingrid, said. Friends and colleagues remembered his love of the Boston Red Sox, esoteric punk rock -- and his contagious enthusiasm for the job of journalism.</p><p>"He was the blondest, palest person you’ll ever meet” yet also spoke pitch-perfect Chinese, said Ted Anthony, AP’s former China news editor and news director for Asia. “So when the earthquake in Sichuan happened in 2008, he went out there, put on one of his ever-present ballcaps to cover his hair, and slouched down. He passed as Chinese, started interviewing people and sailed under the scrutiny of the authorities.”</p><p>He was 'always ready for adventure’</p><p>Bodeen joined the AP in 1996, in Taiwan, the self-governing democratic island China claims as its own, before working as an editor on the agency’s international desk in New York and then joining the AP bureau in Beijing as a correspondent, in 2000. He majored in history and Asian studies at Tufts University, graduating in 1993.</p><p>“Chris Bodeen was always ready for adventure. Hiding in the hills of Hainan Island, China, to try to report on the return of an American Air Force plane forced down in 2001, he was the best colleague to be with,” said Raf Wober, a video journalist in the AP's Hong Kong bureau.</p><p>In a 2017 story on efforts to burnish the image of Chinese leader Xi Jinping, Bodeen described state broadcaster China Central Television leading its evening national news bulletin “with more than four minutes of uninterrupted clapping for Xi as he met with adoring citizens,” and a Russian translator who “was so engrossed with reading a recent speech by Xi, Xinhua (the official news agency) said, that he skipped lunch and dinner just to finish studying it.”</p><p>While much of this might have seemed amusing to outsiders, Bodeen was careful to note that “the domination of (Xi’s) image in official propaganda evokes, for some, the painful memories of the upheaval of the 1960s and ’70s, when Mao (Zedong) was accorded the status of a near deity.”</p><p>Julie Pace, AP's executive editor, remembered Bodeen as not only an effective China correspondent but as a fellow journalist whose knowledge elevated those around him.</p><p>“Chris cared deeply about his work and the value of on-the-ground reporting in such an important region of the world," she said. "His expertise informed AP’s audiences for so many years, but also helped lift up so many colleagues.”</p><p>Passion for family and work was his hallmark</p><p>Bodeen was deeply proud of his two daughters and loved showing off their artwork and achievements — and creative Halloween costumes — to colleagues. “Every parent thinks their kids are the best, but, hand to God, these girls are both adorable and seriously tough cookies,” he wrote of his children.</p><p>“He truly, passionately loved what he did, as much as he loved being a dad," Ingrid Bodeen said. She recalled that when her father spent long stints reporting from Afghanistan during her childhood, “he would always have my mom fax over my spelling lists and homework so we could work on them together. He never missed a spelling test week.”</p><p>Bodeen was also beloved by colleagues for his sharp sense of humor, his knowledge of good local food and an encyclopedic knowledge of movie and TV comedies from the ’70s and ’80s.</p><p>Kanis Leung, an AP reporter in Hong Kong, said that Bodeen once told her about an old correspondent's description of news reporting as “the art of shoving 50 pounds of oatmeal into a 10-pound sack."</p><p>“Except,” Leung said, "he didn’t say oatmeal.”</p><p>Bodeen is survived by his wife, Yen Ling, daughters Ingrid, 26, and Naomi, 22, his parents and a sister.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NKFJCWDVENO26FCTRSSBWUP3WQ.jpg?auth=5e809d7465f9251c7c5acf30a90ce1d1411bc5552083f504b10e531fce1f590c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[AP reporter Christopher Bodeen walks along the Mutianyu Great Wall section on the outskirts of Beijing, on Nov. 10, 2017, while covering Melania Trump’s visit to the wall. (AP Photo/Emily Wang)]]></media:description><media:credit role="author" scheme="urn:ebu">Emily Wang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AY4CHIYGS45WJWORPELOILFYIA.jpg?auth=e7deed1fe2947d1f00ee910659898f8903de520f084b471d690ed0de45f746fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Bodeen holds up a certificate to celebrate his 20th year with The Associated Press at the office in Beijing, on July 21, 2016. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2QXDREYBYZGRQ3HWAA62HSFHJE.jpg?auth=74688369c3023df170edfdfdffd8651c46eb61d0acf925a9a856aebec0534c02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Bodeen, center, picks up documents on the day of the opening ceremony for the National People's Congress at the Great Hall of the People in Beijing, on March 5, 2019. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Mother, son accused of embezzling more than $620,000 from Medley-based company]]></title><link>https://www.local10.com/news/local/2026/08/19/mother-son-accused-of-embezzling-more-than-620000-from-company/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/mother-son-accused-of-embezzling-more-than-620000-from-company/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[A former company president and her son are facing felony charges after Medley police say they embezzled more than $620,000.]]></description><pubDate>Wed, 19 Aug 2026 21:11:09 +0000</pubDate><content:encoded><![CDATA[<p>A former company president and her son are facing felony charges after Medley police say they embezzled more than $620,000.</p><p><a href="https://www.local10.com/espanol/2026/08/20/acusan-a-madre-e-hijo-de-malversar-mas-de-620000-usd-de-empresa-con-sede-en-medley/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/acusan-a-madre-e-hijo-de-malversar-mas-de-620000-usd-de-empresa-con-sede-en-medley/">Leer en español</a></p><p>Medley police officers escorted Miguel Antonio Perez, 34, and his mother, Maria Rodriguez, 60, from the police department to jail after the two were arrested Wednesday morning in Miami Beach.</p><p>They now face felony charges, including organized scheme to defraud and grand theft.</p><p>“The investigation revealed that company president Maria Rodriguez was entrusted with the company’s financial accounts, credit cards and payrolls,” said Andres Oviedo, a Medley police public information officer.</p><p>Police launched an undercover investigation, called Operation Iron Illusion, in April 2025 after officers responded to a report of financial fraud at Iron Container Holdings LLC.</p><p>Detectives found that Rodriguez allegedly used company funds for private luxury purchases, disguising them as miscellaneous company expenses.</p><p>Police also say she hired her son, Perez, as a security guard, initially setting his salary at $42,000 a year.</p><p>According to warrants, Rodriguez later made the security guard position remote and increased Perez’s salary to $114,000. Investigators say Perez never actually performed any security duties.</p><p>The investigation found that the two allegedly used company credit cards to pay for a Brickell condo, an elite gym membership, designer clothing from Saks Fifth Avenue and car insurance.</p><p>The alleged spending also included rentals for a luxury yacht and a Mercedes-Benz S-Class.</p><p>“The fraud leaves a trail,” Oviedo said. “And trails can be followed.”</p><p>As of Wednesday, Rodriguez and Perez remained at the Turner Guilford Knight Correctional Center. Their bonds were each set at $30,000.</p><p>Police said they will continue using every available resource to investigate similar crimes.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a madre e hijo de malversar más de $620,000 USD de empresa con sede en Medley]]></title><link>https://www.local10.com/espanol/2026/08/20/acusan-a-madre-e-hijo-de-malversar-mas-de-620000-usd-de-empresa-con-sede-en-medley/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/acusan-a-madre-e-hijo-de-malversar-mas-de-620000-usd-de-empresa-con-sede-en-medley/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Una ex presidenta de una empresa y su hijo enfrentan cargos por delitos graves luego de que la policía de Medley dijera que malversaron más de $620,000 USD.]]></description><pubDate>Thu, 20 Aug 2026 13:35:41 +0000</pubDate><content:encoded><![CDATA[<p>Una ex presidenta de una empresa y su hijo enfrentan cargos por delitos graves luego de que la policía de Medley dijera que malversaron más de $620,000 USD.</p><p>Agentes de la policía de Medley escoltaron a Miguel Antonio Perez, de 34 años, y a su madre, Maria Rodriguez, de 60, desde el departamento de policía hasta la cárcel después de que ambos fueran arrestados la mañana del miércoles en Miami Beach.</p><p>Ahora enfrentan cargos por delitos graves, entre ellos esquema organizado para defraudar y hurto mayor.</p><p>“La investigación reveló que a la presidenta de la empresa, Maria Rodriguez, se le habían confiado las cuentas financieras, tarjetas de crédito y nóminas de la compañía”, dijo Andres Oviedo, oficial de información pública de la policía de Medley.</p><p>La policía inició una investigación encubierta, denominada Operación Iron Illusion, en abril de 2025 después de que agentes respondieran a un reporte de fraude financiero en Iron Container Holdings LLC.</p><p>Los detectives determinaron que Rodriguez presuntamente utilizó fondos de la empresa para compras personales de lujo, ocultándolas como gastos diversos de la compañía.</p><p>La policía también dice que contrató a su hijo, Perez, como guardia de seguridad, fijando inicialmente su salario en $42,000 USD al año.</p><p>Según las órdenes judiciales, Rodriguez posteriormente convirtió el puesto de guardia de seguridad en remoto y aumentó el salario de Perez a $114,000 USD. Los investigadores dicen que Perez nunca realizó ninguna labor de seguridad.</p><p>La investigación determinó que ambos presuntamente utilizaron tarjetas de crédito de la empresa para pagar un condominio en Brickell, una membresía en un gimnasio exclusivo, ropa de diseñador de Saks Fifth Avenue y seguro de automóvil.</p><p>Los presuntos gastos también incluyeron el alquiler de un yate de lujo y de un Mercedes-Benz Clase S.</p><p>“El fraude deja un rastro”, dijo Oviedo. “Y los rastros pueden seguirse”.</p><p>Hasta el miércoles, Rodriguez y Perez permanecían en el Centro Correccional Turner Guilford Knight. Sus fianzas fueron fijadas en $30,000 USD para cada uno.</p><p>La policía dijo que continuará utilizando todos los recursos disponibles para investigar delitos similares.</p>]]></content:encoded></item><item><title><![CDATA[Periodista cubano estadounidense retirada se enfrentará en elecciones intermedias por mandato del 27º Distrito Congresista de Florida.]]></title><link>https://www.local10.com/espanol/2026/08/19/periodista-cubano-estadounidense-retirada-se-enfrentara-en-elecciones-intermedias-por-mandato-del-27-distrito-congresista-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/periodista-cubano-estadounidense-retirada-se-enfrentara-en-elecciones-intermedias-por-mandato-del-27-distrito-congresista-de-florida/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres, Sanela Sabovic]]></dc:creator><description><![CDATA[La periodista retirada y Representante Federal, Maria Elvira Salazar, se enfrentará a Eliott Rodriguez en la intermedias por el 27° Distrito Congresista de Florida]]></description><pubDate>Wed, 19 Aug 2026 16:17:50 +0000</pubDate><content:encoded><![CDATA[<p>La periodista retirada cubano estadounidense y Representante Federal de EE. UU. Maria Elvira Salazar y Eliott Rodriguez se enfrentan en las elecciones de medio término por el <a href="https://www.congress.gov/member/district/maria-salazar/S000168" target="_self" rel="" title="https://www.congress.gov/member/district/maria-salazar/S000168">Distrito Congresista 27 de Florida.</a></p><p>Salazar, de 64 años y actual representante, ganó el martes las primarias republicanas con 81% de los votos. V. Michael Arias, un abogado de Coral Gables y su único oponente, perdió con 19% de los votos.</p><p>Según los <a href="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00714261&amp;cycle=2026" target="_self" rel="" title="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00714261&amp;cycle=2026">informes de la Comisión Federal de Elecciones de EE. UU.</a> sobre las contribuciones de campaña, el total de ingresos de Salazar superó los 1,99 millones de dólares, sus desembolsos totales fueron superiores a 1,15 millones de dólares y su efectivo disponible superó los 2,25 millones de dólares.</p><p>Rodriguez, de 69 años, ganó las primarias demócratas con 54% de los votos. Robin Peguero, ex fiscal federal y su único oponente, perdió con 46% de los votos.</p><p>De acuerdo a <a href="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00942581&amp;cycle=2026" target="_self" rel="" title="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00942581&amp;cycle=2026">informes de la FEC</a> sobre las contribuciones de campaña, el total de ingresos de Rodríguez superó los 661.170 dólares, el total de sus desembolsos fue superior a los 336.000 dólares y su efectivo disponible superó los 325.000 dólares.</p><p>La Oficina del Censo de EE. UU. <a href="https://www.census.gov/programs-surveys/acs.html" target="_self" rel="" title="https://www.census.gov/programs-surveys/acs.html">reportó</a> en 2024 que el distrito tiene alrededor de 788,713 habitantes. Abarca aproximadamente 119 millas cuadradas en el condado de Miami-Dade, según <a href="https://censusreporter.org/profiles/50000US1227-congressional-district-27-fl/" target="_self" rel="" title="https://censusreporter.org/profiles/50000US1227-congressional-district-27-fl/">Census Reporter</a>.</p><p>La fecha límite para registrarse para votar es el 5 de octubre. La fecha límite para solicitar una boleta para votar por correo es el 22 de octubre. La votación anticipada será del 24 al 31 de octubre. Las elecciones de medio término serán el 3 de noviembre.</p><h3><b>Ganadora de Primarias Republicanas pronuncia discurso</b></h3><h3><b>Ganador de Primarias Demócratas pronuncia discurso</b></h3><p><b>Resultados de elecciones</b></p><p><iframe class="ap-embed" loading="lazy" title="Live election results via the Associated Press" src="https://interactives.apelections.org/election-results/customers/layouts/organization-layouts/published/71050/31014.html" width="100%" frameborder="0" scrolling="no" marginheight="0"></iframe><script defer src="https://interactives.apelections.org/election-results/assets/microsite/resizeClient.js"></script></p>]]></content:encoded></item><item><title><![CDATA[“Te voy a violar”: hombre secuestra y agrede sexualmente a una mujer tras perseguirla hasta vestíbulo de edificio en Miami, según la policía.]]></title><link>https://www.local10.com/espanol/2026/08/19/te-voy-a-violar-hombre-secuestra-y-agrede-sexualmente-a-una-mujer-tras-perseguirla-hasta-vestibulo-de-edificio-en-miami-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/te-voy-a-violar-hombre-secuestra-y-agrede-sexualmente-a-una-mujer-tras-perseguirla-hasta-vestibulo-de-edificio-en-miami-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Las autoridades arrestaron el martes al sospechoso Eddie Zewayne Bussey, de 28 años, de Yonkers, Nueva York, por casi una docena de cargos graves,]]></description><pubDate>Wed, 19 Aug 2026 17:40:56 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Nueva York atacó brutalmente y agredió sexualmente a una mujer que había buscado refugio en un edificio de oficinas después de seguirla durante casi 20 cuadras por Biscayne Boulevard la madrugada del viernes, según la policía de Miami.</p><p>Las autoridades arrestaron el martes al sospechoso Eddie Zewayne Bussey, de 28 años, de Yonkers, Nueva York, por casi una docena de cargos graves, incluidos secuestro y múltiples cargos de intento de asesinato y agresión sexual.</p><p>Un informe de arresto del Departamento de Policía de Miami indica que la mujer, de 40 años, había salido de un club nocturno en el vecindario Wynwood de la ciudad entre las 3:30 y las 4:30 a.m.; su teléfono se había quedado sin batería y caminaba a casa por Biscayne Boulevard, sin poder solicitar un transporte.</p><p>Cerca de Northeast 24th Street, la policía dijo que la mujer notó a Bussey, un desconocido, “siguiéndola y gritándole comentarios no solicitados como: ‘Déjame probarte’”.</p><p>“La víctima cruzó Biscayne Boulevard tratando de alejarse de (Bussey), pero él continuó siguiéndola e imitando su mismo movimiento al cruzar la calle”, señala el informe del MPD.</p><p>La policía dijo que la mujer entró a un edificio de oficinas en 4770 Biscayne Blvd., en el vecindario Bay Point, después de “notar que estaba bien iluminado y temer por su seguridad”.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7625.576076223803!2d-80.18950355168258!3d25.819404332063144!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b316f0c9d883%3A0xb4dff042481e99b!2s4770%20Biscayne%20Blvd%2C%20Miami%2C%20FL%2033137!5e1!3m2!1sen!2sus!4v1787160259638!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>Las autoridades dijeron que ella entró al vestíbulo y subió al ascensor hasta el piso 12 para intentar encontrar a alguien que pudiera ayudarla. No pudo.</p><p>La Policía dijo que, después de regresar al vestíbulo, vio a Bussey entrar. Intentó salir por otra puerta, dijeron, pero resultó estar cerrada.</p><p>En un ataque captado por una cámara de vigilancia, Bussey se expuso, golpeó y estranguló a la mujer, luego la arrastró del cabello y la llevó a un cuarto de correo, donde continuó golpeándola, pateándola y estrangulándola mientras ella intentaba defenderse, según el informe. La Policía dijo que se escuchaba a Bussey decirle, “Pruébalo”, “Te voy a violar” y “Te voy a matar” antes de cometer múltiples actos sexuales contra ella.</p><p>Las autoridades dijeron que la víctima rompió dos de los collares de Bussey mientras intentaba quitárselo de encima. Dijeron que pudo correr hasta una farmacia CVS cercana, donde pudo llamar a la Policía.</p><p>“La víctima sufrió lesiones visibles, incluidos moretones y decoloración en el rostro, los labios, la garganta, la espalda, las costillas, la cadera y el muslo, así como una laceración en la mejilla”, señala el informe.</p><p>La Policía dijo que las pruebas de ADN de un kit de violación vincularon el crimen con Bussey y que los agentes lo encontraron el martes cerca de Northwest 36th Street y 13th Avenue, en el vecindario Allapattah de la ciudad.</p><p>Según el informe, Bussey dijo a los investigadores que llevaba aproximadamente un mes alojándose en Miami con su hermano en un alquiler de corta duración en Wynwood. El informe señala que inicialmente dijo a los agentes que había “caminado a casa y permaneció allí durante el resto de la noche”, pero luego, después de que le mostraron una imagen fija de las cámaras de vigilancia del edificio de oficinas Bay Point, “se retractó y les dijo a los detectives que estaba en el lugar del incidente para cargar su teléfono”.</p><p>La Policía dijo que afirmó que, en el edificio, la víctima hizo “comentarios racistas” y luego “le escupió, lo que provocó que perdiera el conocimiento y comenzara a golpearla”.</p><p>Pero dijeron que “negó haberla agredido sexualmente” porque “ella es una mujer y a él solo le gustan los hombres”.</p><p>Un informe de arresto separado señala que Bussey se mostró agresivo con los agentes mientras intentaban recolectar una muestra de ADN conforme a una orden judicial, escupiéndoles y forcejeando con ellos. También dijeron que “pateó repetidamente la pared y la puerta dentro del cuarto de interrogatorio”, causando daños.</p><p>Hasta la tarde del miércoles, Bussey permanecía detenido en el Turner Guilford Knight Correctional Center, con una fianza que figuraba en los registros de la cárcel como “por establecerse”.</p>]]></content:encoded></item><item><title><![CDATA[Michael Caruso, Secretario del Tribunal del Condado de Palm Beach, permanece detenido sin derecho a fianza por cargos de abuso sexual infantil.]]></title><link>https://www.local10.com/espanol/2026/08/19/michael-caruso-secretario-del-tribunal-del-condado-de-palm-beach-permanece-detenido-sin-derecho-a-fianza-por-cargos-de-abuso-sexual-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/michael-caruso-secretario-del-tribunal-del-condado-de-palm-beach-permanece-detenido-sin-derecho-a-fianza-por-cargos-de-abuso-sexual-infantil/</guid><dc:creator><![CDATA[Roy Ramos, Ryan Mackey]]></dc:creator><description><![CDATA[Caruso, fue detenido sin derecho a fianza durante su primera comparecencia ante un tribunal, tras ser arrestado por cinco cargos graves relacionados con presunto abuso sexual de un menor de 12 años.]]></description><pubDate>Wed, 19 Aug 2026 16:45:22 +0000</pubDate><content:encoded><![CDATA[<p>El suspendido secretario de los tribunales y contralor del condado Palm Beach, <a href="https://www.local10.com/espanol/2026/08/18/michael-caruso-secretario-judicial-del-condado-de-palm-beach-detenido-y-acusado-de-abuso-sexual-infantil-dice-fiscal-general/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/18/michael-caruso-secretario-judicial-del-condado-de-palm-beach-detenido-y-acusado-de-abuso-sexual-infantil-dice-fiscal-general/">Michael Caruso</a>, fue detenido sin derecho a fianza el miércoles durante su primera comparecencia ante un tribunal tras ser arrestado por cinco cargos graves relacionados con el presunto abuso sexual de un menor de 12 años.</p><p>Caruso, de 67 años y residente de Riviera Beach, compareció ante un juez del condado Palm Beach con ropa de prisión, esposas y grilletes. No habló durante la breve audiencia y permitió que su abogado se dirigiera al tribunal.</p><p>El juez ordenó que Caruso permaneciera detenido sin derecho a fianza mientras espera ser trasladado al condado Orange, donde enfrenta cargos que incluyen secuestro, conducta lasciva o indecente, exhibición lasciva o indecente, atraer o persuadir a un menor y abuso infantil con daño psicológico.</p><p>El juez también ordenó a Caruso no tener contacto con la presunta víctima ni con la familia de la víctima.</p><p>Las autoridades han dicho que la investigación continúa.</p><p>Una orden de arresto obtenida por Local 10 News señala que la víctima, menor de 12 años y conocida por Caruso, afirmó que Caruso tuvo actividad sexual con él en dos ocasiones distintas: una alrededor del Día de Acción de Gracias de 2024 y otra durante un crucero familiar en agosto de 2025.</p><p>Caruso ha negado las acusaciones, según su declaración jurada de arresto.</p><p>Las autoridades dijeron que Caruso fue arrestado el martes y suspendido inmediatamente de su cargo por el gobernador Ron DeSantis. La orden ejecutiva de DeSantis le prohíbe a Caruso desempeñar cualquier función oficial y suspende su salario y beneficios.</p><p>Shannon Ramsey-Chessman asumió como secretaria interina tras la suspensión de Caruso.</p><p>Caruso fue nombrado secretario de los tribunales de circuito y contralor del condado Palm Beach por DeSantis en 2025, después de haber servido en la Cámara de Representantes de Florida. Se había postulado para la reelección al cargo de secretario.</p><p>El arresto ocurre más de tres años después de que Caruso respaldara una legislación que creó en Florida un delito de agresión sexual con pena capital para ciertos delitos sexuales contra menores. La ley permite la pena de muerte en los casos que cumplen con sus requisitos.</p><p>“Obviamente, fue una decisión muy fácil para mí destituirlo de ese cargo”, dijo DeSantis el martes. “Me enorgullece que contemos con sanciones muy severas para quienes abusan de niños; si resulta condenado, le esperan consecuencias gravísimas”.</p><p>La ley de Florida contempla la pena de muerte para los adultos condenados por agresión sexual grave contra un menor de 12 años. La disposición se aplica a casos de agresión sexual —o intentos de cometerla— que causen lesiones en los órganos sexuales del menor.</p>]]></content:encoded></item><item><title><![CDATA[Man sentenced to life after killing Miami woman, setting home on fire ]]></title><link>https://www.local10.com/news/local/2026/08/20/man-sentenced-to-life-after-killing-miami-woman-setting-home-on-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/man-sentenced-to-life-after-killing-miami-woman-setting-home-on-fire/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 44-year-old man was sentenced to life in prison Wednesday after fatally shooting his partner and then setting her home on fire back in August of 2024, the Miami-Dade State Attorney’s Office confirmed.]]></description><pubDate>Thu, 20 Aug 2026 13:00:17 +0000</pubDate><content:encoded><![CDATA[<p>A 44-year-old man was sentenced to life in prison Wednesday after fatally shooting his partner and then setting her home on fire back in August of 2024, the Miami-Dade State Attorney’s Office confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/20/condenan-a-cadena-perpetua-a-hombre-por-matar-a-mujer-de-miami-e-incendiar-vivienda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/condenan-a-cadena-perpetua-a-hombre-por-matar-a-mujer-de-miami-e-incendiar-vivienda/">Leer en español</a></p><p>Court records show Marcus Sanchez, of Medley, was convicted of second-degree murder, first-degree arson and tampering with evidence. </p><p>According to an arrest report from the Miami Police Department, firefighters <a href="https://www.local10.com/news/local/2024/08/19/firefighters-find-person-dead-after-house-fire-in-miami/" rel="">responded to a blaze on the morning of Aug. 18, 2024</a>, at a home in the 3000 block of Southwest 13th Street.</p><p>Local 10 News learned the home was used as a multi-unit short term rental property, and police confirmed that the fire occurred in the rear unit.</p><p>According to the arrest report, while working to extinguish the flames, firefighters discovered a burned body on the floor of the unit.</p><p>While securing the scene, a dispatcher advised that a man, later identified as Sanchez, had driven himself to Coral Gables Hospital, seeking medical treatment for severe burns all over his body.</p><p>Police said Sanchez was then transferred to Jackson Memorial Hospital’s Ryder Trauma Center due to the severity of his injuries.</p><p>According to the arrest report, a detective spoke with Sanchez as he was being transferred to the trauma center, but Sanchez’s statement to the detective was redacted from the publicly released report. Investigators said <a href="https://www.local10.com/news/local/2025/01/21/man-arrested-after-burned-body-found-on-floor-of-miami-home/" target="_self" rel="" title="https://www.local10.com/news/local/2025/01/21/man-arrested-after-burned-body-found-on-floor-of-miami-home/">Sanchez killed the victim</a>, a woman he had been in a relationship with for years, and set the home on fire to cover up the crime.</p><p>Police said the fire marshal investigating the cause of the blaze deployed an “arson dog” named Rex, which identified accelerant on Sanchez’s shoes.</p><p>Surveillance video from a Chevron gas station also showed Sanchez purchasing a red five-gallon fuel can and then filling it up at a pump, authorities said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2HHR2LP3RGJPLGT3V3ZXLDN5I.jpg?auth=648a91210137dc0ae3f2974c5d508237ce5de11e04401e729d00e48dba994720&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Condenan a cadena perpetua a hombre por matar a mujer de Miami e incendiar vivienda]]></title><link>https://www.local10.com/espanol/2026/08/20/condenan-a-cadena-perpetua-a-hombre-por-matar-a-mujer-de-miami-e-incendiar-vivienda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/condenan-a-cadena-perpetua-a-hombre-por-matar-a-mujer-de-miami-e-incendiar-vivienda/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 44 años fue condenado a cadena perpetua el miércoles tras matar a tiros a su pareja y luego incendiar la vivienda de ella en agosto de 2024, confirmó la Fiscalía Estatal de Miami-Dade.]]></description><pubDate>Thu, 20 Aug 2026 13:26:40 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 44 años fue condenado a cadena perpetua el miércoles tras matar a tiros a su pareja y luego incendiar la vivienda de ella en agosto de 2024, confirmó la Fiscalía Estatal de Miami-Dade.</p><p>Los registros judiciales muestran que Marcus Sanchez, de Medley, fue declarado culpable de asesinato en segundo grado, incendio provocado en primer grado y manipulación de pruebas.</p><p>Según un informe de arresto del Departamento de Policía de Miami, los bomberos <a href="https://www.local10.com/news/local/2024/08/19/firefighters-find-person-dead-after-house-fire-in-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/08/19/firefighters-find-person-dead-after-house-fire-in-miami/">respondieron a un incendio la mañana del 18 de agosto de 2024</a> en una vivienda ubicada en la cuadra 3000 de Southwest 13th Street.</p><p>Local 10 News supo que la vivienda era utilizada como una propiedad de alquiler a corto plazo con varias unidades, y la policía confirmó que el incendio ocurrió en la unidad trasera.</p><p>Según el informe de arresto, mientras trabajaban para extinguir las llamas, los bomberos descubrieron un cuerpo quemado en el piso de la unidad.</p><p>Mientras aseguraban la escena, un despachador informó que un hombre, posteriormente identificado como Sanchez, había conducido por su cuenta hasta Coral Gables Hospital para recibir tratamiento médico por quemaduras graves en todo el cuerpo.</p><p>La policía dijo que Sanchez fue trasladado posteriormente al Ryder Trauma Center de Jackson Memorial Hospital debido a la gravedad de sus lesiones.</p><p>Según el informe de arresto, un detective habló con Sanchez mientras era trasladado al centro de trauma, pero la declaración de Sanchez al detective fue censurada en el informe divulgado públicamente. Los investigadores dijeron que <a href="https://www.local10.com/espanol/2025/01/21/arrestan-a-hombre-tras-encontrar-cuerpo-quemado-en-el-piso-de-una-casa-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/01/21/arrestan-a-hombre-tras-encontrar-cuerpo-quemado-en-el-piso-de-una-casa-en-miami/">Sanchez mató a la víctima</a>, una mujer con quien había mantenido una relación durante años, e incendió la vivienda para encubrir el crimen.</p><p>La policía dijo que el jefe de bomberos que investigaba la causa del incendio utilizó un “perro detector de incendios provocados” llamado Rex, que identificó un acelerante en los zapatos de Sanchez.</p><p>Un video de vigilancia de una gasolinera Chevron también mostró a Sanchez comprando un recipiente rojo de cinco galones para combustible y luego llenándolo en una bomba, dijeron las autoridades.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2HHR2LP3RGJPLGT3V3ZXLDN5I.jpg?auth=648a91210137dc0ae3f2974c5d508237ce5de11e04401e729d00e48dba994720&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Viaje de amigos del sur de Florida a Kenia termina en tragedia tras accidente de helicóptero]]></title><link>https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/</guid><dc:creator><![CDATA[Andrea Torres, Linnie Supall, Caroline Coles, Aaron Maybin]]></dc:creator><description><![CDATA[Cuatro residentes del sur de Florida entre las siete personas que fallecieron en el accidente de helicóptero ocurrido el miércoles al norte de Kenia, informaron familiares de las víctimas.]]></description><pubDate>Wed, 19 Aug 2026 18:02:40 +0000</pubDate><content:encoded><![CDATA[<p>Un grupo de amigos del sur de Florida entre las siete personas que fallecieron en el accidente de helicóptero ocurrido el miércoles al norte de Kenia, informaron familiares de las víctimas.</p><p>Un piloto de <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" target="_self" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori Helicopters</a> transportaba a un grupo de seis turistas desde Suyian Conservancy hasta el monte Ololokwe cuando el helicóptero monomotor se estrelló en el condado de Samburu, según la <a href="https://x.com/CAA_Kenya/status/2090067673333854307" target="_self" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Autoridad de Aviación Civil</a> de Kenia y el operador del helicóptero.</p><p>Las siete víctimas eran José Alberto Suárez, Roger E. Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, Stephany Hollihan, y Josh Outram.</p><p><a href="https://www.linkedin.com/in/josetv" target="_self" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a>, quien creció en Coral Gables, era presidente y gerente general de las estaciones propiedad de Telemundo en Orlando, Tampa y Fort Myers; tenía 55 años.</p><p><a href="https://www.mrktgroup.com/copy-of-about-us" target="_self" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty </a>era ejecutivo del sector inmobiliario que se desempeñó como vicepresidente de Desarrollo de Benihana y fue miembro de la Junta Directiva del Coral Gables Art Museum; tenía 42 años.</p><p><a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" target="_self" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra </a>era un ejecutivo, co fundador de <a href="https://www.trax.aero/" target="_self" rel="" title="https://www.trax.aero/">Trax USA</a> con base en Coral Gables; tenía 55 años. Parra y Hlavaty estaban casados ​​y vivían en Coral Gables</p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" target="_self" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> fue el empresario detrás de <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" target="_self" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a>, propietario de George Stone Crabs y cofundador de My Ceviche; tenía 42 años.</p><figure><img src="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&smart=true&width=1200&height=900" alt="This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists" height="900" width="1200"/><figcaption>This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists</figcaption></figure><p>La familia de Duarte estaba “devastada y desconsolada por el trágico accidente de helicóptero en Kenia... la magnitud de esta tragedia es imposible de comprender y no hay palabras para expresar la profundidad de nuestro dolor”, escribió un portavoz en un comunicado.</p><p>Autoridades de Ecuador identificaron a <a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" target="_self" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a>, de 44 años, como Director del CIES —Centro de Inteligencia Estratégica del País— y un estrecho aliado del presidente ecuatoriano Daniel Noboa. <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" target="_self" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a>, de 42 años y diseñadora de moda, casada con Sensi-Contugi.</p><p>En un<a href="https://www.instagram.com/p/DcO3o7YpxA9/" target="_self" rel="" title="https://www.instagram.com/p/DcO3o7YpxA9/"> comunicado</a>, un portavoz de la Latin American Fashion Summit describió a Hollihan, fundadora de <a href="https://sensistudio.com/" target="_self" rel="" title="https://sensistudio.com/">Sensi Studio</a>, como “una verdadera visionaria y una fuerza extraordinaria” que puso en valor el trabajo de los artesanos con la “paja toquilla</p><p>Harper’s Bazaar<a href="https://www.instagram.com/p/DcOenmmkVQe/" target="_self" rel="" title="https://www.instagram.com/p/DcOenmmkVQe/"> informó</a> que Hollihan nació en la ciudad portuaria ecuatoriana de Guayaquil y ejerció como orgullosa embajadora de los artesanos de su país en Estados Unidos y Europa.”.</p><p>El portavoz de la familia de Duarte identificó a Suárez, Hlavaty, Parra, Sensi-Contugi y Holliham como “amigos entrañables”, y al piloto como Josh Outram.</p><p>“Me apasiona enormemente volar; lo que Kenia ofrece —especialmente el norte— son algunos de los paisajes más diversos que existen”, declaró Outram <a href="https://www.elewanacollection.com/news-information/newsletters/may-2025/josh-outram-director-of-african-heli-adventures-shares-more-about-the-unforgettable-helicopter-tours-in-loisaba" target="_self" rel="" title="https://www.elewanacollection.com/news-information/newsletters/may-2025/josh-outram-director-of-african-heli-adventures-shares-more-about-the-unforgettable-helicopter-tours-in-loisaba">el año pasado a un redactor de Elewana</a>, añadiendo que también prestaba apoyo aéreo para el monitoreo de la fauna silvestre.</p><p>La Reserva Loisaba emitió un comunicado describiendo a las víctimas como huéspedes de <a href="https://www.andbeyond.com/" target="_self" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a>, una agencia de viajes.</p><p>En un comunicado de NBCU, los ejecutivos Cesar Conde, Valari Staab y José Cancela describieron a Suárez como “un líder profundamente respetado y un querido amigo y colega” que “aportó energía, humor, calidez y un fuerte sentido de propósito a su trabajo”.</p><p>Suárez, exalumno de Coral Gables High School, comenzó su carrera como reportero y presentador. Trabajó con NBCUniversal News Group durante más de dos décadas y también dirigió estaciones en San Antonio, Sacramento, Fresno, Salt Lake City y Las Vegas.</p><p>Durante su tiempo en WUPW Fox Toledo, Suárez ganó tres premios Emmy por Mejor Noticiero Diario y varios premios de la Associated Press, según su <a href="https://nbcuniversalnewsgroup.com/nbculocal/2024/02/12/jose-alberto-suarez-named-president-general-manager-of-telemundo-owned-stations-in-orlando-tampa-fort-myers/" target="_self" rel="" title="https://nbcuniversalnewsgroup.com/nbculocal/2024/02/12/jose-alberto-suarez-named-president-general-manager-of-telemundo-owned-stations-in-orlando-tampa-fort-myers/">biografía con NBCU.</a></p><p>La carrera de Suárez también incluyó labores de programación y liderazgo digital y creativo para Telemundo Station Group, NBC6 y Telemundo 51 en Miami.</p><p>Lee Schrager, amigo de Duarte y empresario conocido por su labor en el Food Network South Beach, afirmó que no le sorprendió cuando Forbes incluyó a Duarte en su lista “30 under 30″ (30 menores de 30 años).</p><p>“Tenía una ética de trabajo increíble”, comentó Schrager.</p><p>A Duarte le sobreviven sus dos hijos, Roger y George, y su esposa, Nicole Valls, cuya familia fundó Versailles, el emblemático restaurante cubano del barrio de La Pequeña Habana en Miami.</p><p><b>Publicaciones relacionadas en redes sociales</b></p><p>Siete personas mueren en accidente de helicóptero en Kenia; cuatro eran turistas de Estados Unidos <a href="https://x.com/WPLGLocal10/status/2090119695395418579" target="_self" rel="" title="https://x.com/WPLGLocal10/status/2090119695395418579">pic.twitter.com/9RdTRp0LOK</a></p><p>— WPLG Local 10 News (@WPLGLocal10), <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">19 de agosto de 2026</a></p><p>El Servicio Nacional de Aduana del Ecuador expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://x.com/SENAE_Aduana/status/2090145595751317820" target="_self" rel="" title="https://x.com/SENAE_Aduana/status/2090145595751317820">pic.twitter.com/E1GWcfbgAY</a></p><p>— Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana)<a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><p>Una actualización sobre el accidente aéreo en Samburu, del operador y las personas a bordo.Lea el comunicado completo a continuación: <a href="https://x.com/CAA_Kenya/status/2090067673333854307" target="_self" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">pic.twitter.com/WjiggB3vvo</a></p><p>— Kenya Civil Aviation Authority (@CAA_Kenya), 19 de agosto de 2026</p><p>Las labores de búsqueda y recuperación continúan, obstaculizadas por el difícil acceso al terreno y un incendio activo en el lugar del accidente.</p><p>Un equipo adicional fue enviado desde Isiolo para reforzar la operación.</p><p>Se darán a conocer más actualizaciones. <a href="https://t.co/XUjWArYul3" rel="">https://t.co/XUjWArYul3</a><a href="https://x.com/KenyaRedCross/status/2090059176873509223" target="_self" rel="" title="https://x.com/KenyaRedCross/status/2090059176873509223">pic.twitter.com/qSApuA1b0y</a></p><p>— Kenya Red Cross (@KenyaRedCross), 19 de agosto de 2026</p><p>ACTUALIZACIÓN DEL INCIDENTE </p><p>Referencia: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASHNivel del incidente: CRÍTICO (Nivel 4) – Accidente fatal de helicóptero; todos los ocupantes fallecieron</p><p>RESUMEN DE LA ACTUALIZACIÓN</p><p>La Autoridad de Aviación Civil de Kenia (KCAA) confirmó oficialmente un accidente fatal de helicóptero en el monte… <a href="https://x.com/ASCIsecure/status/2090031548049342631" target="_self" rel="" title="https://x.com/ASCIsecure/status/2090031548049342631">pic.twitter.com/Q5ChZkMd7A</a></p><p><b>Lea el comunicado</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure>]]></content:encoded></item><item><title><![CDATA[Cuba’s San Isidro Movement’s ‘LuisMa’ exhibits artwork at Miami’s Freedom Tower ]]></title><link>https://www.local10.com/news/local/2026/08/14/cubas-san-isidro-movements-luisma-exhibits-artwork-at-miamis-freedom-tower/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/14/cubas-san-isidro-movements-luisma-exhibits-artwork-at-miamis-freedom-tower/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres]]></dc:creator><description><![CDATA[In 2018, Luis Manuel Otero Alcántara, better known as “LuisMa,” stood up against government censorship in Cuba. ]]></description><pubDate>Fri, 14 Aug 2026 23:29:23 +0000</pubDate><content:encoded><![CDATA[<p>In 2018, Luis Manuel Otero Alcántara, better known as “LuisMa,” stood up against government censorship in Cuba. </p><p>He co-founded The San Isidro Movement in Havana, and he helped lead the courageous group of artists, writers, and academics to protest Decree 349, a law that required state approval for all artistic expression. </p><p>The performance artist used the Cuban flag and was arrested on July 11, 2021. Cuban prosecutors filed charges of public disorder, contempt, and insulting national symbols. In 2022, he was convicted and sentenced to five years in prison. </p><p>“I went on more than five hunger strikes ... I am not going to offer a justification because I have nothing to justify,” the 38-year-old exiled dissident said on Friday in downtown Miami. </p><p>The Cuban government freed him from the maximum-security Guanajay prison on July 7. He was ordered to leave the island and arrived at Miami International Airport on July 18 on a humanitarian parole.</p><p>He was forced to leave his son behind on the island. </p><p>“It’s literally like being in a coma and then waking up,” he said. </p><p>Some of the art that he created while in prison in Cuba was framed and on display on Friday at the Freedom Tower. His installation was at the Freedom Hall. The exhibit, he said, was the reward. </p><p>“They are the impression of a suffering, of a state of mind,” he said about his artwork. </p><p>He said he hopes the communist regime will fall and Cubans will learn what it’s like to be free. </p><p>The Museum of Art and Design, or MOAD, at Miami Dade College presented “Luis Manuel Otero Alcántra: nos encontramos,” the exhibit. </p><p>“His journey of resilience and determination echoes in the halls of the Freedom Tower’s history,” Amy Galpin, MOAD’s executive director and chief curator, said in a <a href="https://news.mdc.edu/pressrelease/museum-of-art-and-design-at-mdc-presents-luis-manuel-otero-alcantara-nos-encontramos/" target="_self" rel="" title="https://news.mdc.edu/pressrelease/museum-of-art-and-design-at-mdc-presents-luis-manuel-otero-alcantara-nos-encontramos/">statement</a>. </p><p>Ernesto Fundora, the director of the “Luis Manuel Otero Alcántara: Estamos conectados,” a documentary, was at <a href="https://www.eventbrite.com/e/luis-manuel-otero-alcantara-nos-encontramos-tickets-1997044291234" target="_self" rel="" title="https://www.eventbrite.com/e/luis-manuel-otero-alcantara-nos-encontramos-tickets-1997044291234">the opening</a> from 6 to 10 p.m. on Friday at 600 Biscayne Boulevard. </p>]]></content:encoded></item><item><title><![CDATA[Boy, 16, stabbed after fight near North Miami Library]]></title><link>https://www.local10.com/news/local/2026/08/19/teen-stabbed-after-fight-near-north-miami-library-witnesses-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/teen-stabbed-after-fight-near-north-miami-library-witnesses-say/</guid><dc:creator><![CDATA[Trent Kelly, Chris Gothner]]></dc:creator><description><![CDATA[North Miami police were investigating a reported stabbing on Wednesday.]]></description><pubDate>Wed, 19 Aug 2026 21:39:55 +0000</pubDate><content:encoded><![CDATA[<p>North Miami police were investigating after a 16-year-old boy was stabbed on Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/08/20/apunalan-a-joven-de-16-anos-tras-pelea-cerca-de-biblioteca-de-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/apunalan-a-joven-de-16-anos-tras-pelea-cerca-de-biblioteca-de-north-miami/">Leer en español</a></p><p>Witnesses and police said a suspect stabbed the teenager near the North Miami Library, located at 835 NE 132nd St. It’s located across the street from North Miami Senior High School.</p><p>Those witnesses said the two teenagers were fighting in the parking lot when one teen pulled out a knife and stabbed the other in the arm.</p><p>Witnesses said the two teenagers knew each other.</p><p>Authorities said the boy was taken “to a local hospital with a non-life-threatening injury.”</p><p>Police taped off the library parking lot as they investigated.</p><p>North Miami police said their investigation remained “ongoing” Wednesday evening.</p><p>Despite their investigation, the teenager behind the stabbing has yet to be caught.</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[19-year-old says phone exploded, sparked bedroom fire in Hialeah ]]></title><link>https://www.local10.com/news/local/2026/08/19/19-year-old-says-phone-exploded-sparked-bedroom-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/19-year-old-says-phone-exploded-sparked-bedroom-fire/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[A 19-year-old says her Samsung phone exploded on her bed and sparked a fire that destroyed her bedroom — just minutes after she stepped outside to pick up her DoorDash order.]]></description><pubDate>Wed, 19 Aug 2026 21:00:53 +0000</pubDate><content:encoded><![CDATA[<p>A 19-year-old from Hialeah says her Samsung phone recently exploded on her bed and sparked a fire that destroyed her bedroom — just minutes after she stepped outside to pick up her DoorDash order.</p><p><a href="https://www.local10.com/espanol/2026/08/19/joven-de-19-anos-dijo-que-exploto-su-telefono-y-provoco-incendio-en-recamara/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/joven-de-19-anos-dijo-que-exploto-su-telefono-y-provoco-incendio-en-recamara/">Leer en español</a></p><p>Maya Garcia, 19, told Local 10 News in an exclusive interview Wednesday that she had no idea she was stepping away from a potentially deadly fire when she went outside to grab her food last week, on Aug. 12.</p><p>“It was terrifying,” Garcia said.</p><p>When she went outside to get the food, Garcia left her Samsung Galaxy A15 phone on her bed.</p><p>About a minute after the food arrived, Garcia and her dad said they heard an explosion.</p><p>“I’m sitting there and I hear an explosion behind me,” Garcia said. “Sounded like ‘boom,’ like glass shattering, ‘swoosh.’”</p><p>Her room was quickly engulfed in flames.</p><p>“You couldn’t see inside the house — flames, smoke,” Garcia said. “I’m panicking, but I’m trying to stay calm.”</p><p>The room was left in ruins, with the phone still visible among the ash. Childhood memories were destroyed.</p><p>The outlet in the room showed no visible signs of an electrical issue.</p><p>Local 10 News reached out to arson investigators, who said their report is not finished yet.</p><p>Garcia and her father said they were told by the arson investigation team that the phone was responsible for the fire.</p><p>Garcia said if the DoorDash delivery had been late, the story might have had a different ending.</p><p>For Garcia, there is one word for how she feels.</p><p>“Grateful,” she said. “I am extremely grateful. What matters is I’m alive here today.”</p><p>Local 10 News reached out to Samsung. The company responded and said they reached out to the family for information.</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[Apuñalan a joven de 16 años tras pelea cerca de Biblioteca de North Miami]]></title><link>https://www.local10.com/espanol/2026/08/20/apunalan-a-joven-de-16-anos-tras-pelea-cerca-de-biblioteca-de-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/apunalan-a-joven-de-16-anos-tras-pelea-cerca-de-biblioteca-de-north-miami/</guid><dc:creator><![CDATA[Trent Kelly, Chris Gothner]]></dc:creator><description><![CDATA[La policía de North Miami investigaba un apuñalamiento reportado el miércoles.]]></description><pubDate>Thu, 20 Aug 2026 13:08:11 +0000</pubDate><content:encoded><![CDATA[<p>La policía de North Miami investigaba luego de que un joven de 16 años fuera apuñalado el miércoles.</p><p>Testigos y la policía dijeron que un sospechoso apuñaló al adolescente cerca de la Biblioteca de North Miami, ubicada en 835 NE 132nd St. Está situada frente a North Miami Senior High School.</p><p>Esos testigos dijeron que los dos adolescentes estaban peleando en el estacionamiento cuando uno de ellos sacó un cuchillo y apuñaló al otro en el brazo.</p><p>Testigos dijeron que los dos adolescentes se conocían.</p><p>Las autoridades dijeron que el joven fue trasladado “a un hospital local con una lesión que no ponía en peligro su vida”.</p><p>La policía acordonó el estacionamiento de la biblioteca mientras investigaba.</p><p>La policía de North Miami dijo que su investigación continuaba “en curso” la noche del miércoles.</p><p>A pesar de la investigación, el adolescente responsable del apuñalamiento aún no ha sido capturado.</p>]]></content:encoded></item><item><title><![CDATA[US sends 20 deportees to Liberia, part of 1,200 migrants the country will receive under new deal]]></title><link>https://www.local10.com/news/world/2026/08/20/us-sends-20-deportees-to-liberia-part-of-1200-migrants-the-country-will-receive-under-new-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/us-sends-20-deportees-to-liberia-part-of-1200-migrants-the-country-will-receive-under-new-deal/</guid><dc:creator><![CDATA[By MARK MENGONFIA, Associated Press]]></dc:creator><description><![CDATA[HARBEL, Liberia (AP) — The United States sent 20 deportees to Liberia, who arrived on Thursday as part of 1,200 migrants that the African country will receive under a new deal.]]></description><pubDate>Thu, 20 Aug 2026 13:41:36 +0000</pubDate><content:encoded><![CDATA[<p>HARBEL, Liberia (AP) — The United States sent 20 deportees to Liberia, who arrived on Thursday as part of 1,200 migrants that the African country will receive under a new deal.</p><p>The deportees arrived at the Roberts International Airport outside Monrovia. The Liberia-U.S. agreement is among the largest third-country deportations driven by the Trump administration’s crackdown on immigration.</p><p>The 1,200 deportees will include African nationals and also nationals from North America, South America and the Caribbean, according to Liberian Information Minister Jerolinmek Piah.</p><p>During a briefing on Tuesday, Liberian Justice Minister Natu Oswald Tweh said that the majority of the deportees had committed migration-related violations and offenses, and that they could seek asylum in the West African country if they wished.</p><p>Under a series of often-secret agreements, the Trump administration has deported thousands of people to nearly two dozen countries that aren't their own, advocates say, with about 10 of them in Africa.</p><p>Immigration lawyers have said the Trump administration uses deportations to third countries as a legal loophole to indirectly force asylum-seekers back to their home countries.</p><p>In many cases, migrants are deported to countries they’ve never been to or where they face safety risks and are left with little choice other than to return to the home countries they were fleeing from.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTTDNV2A3TCMIQ4ZZUCL3EHAYQ.jpg?auth=813f4b6524f1581ef3f0e6aab852713f088de168b04623c06c0846a3b7ea25ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wide view of Monrovia, Liberia, from the top of the Ducor Hotel, Sunday, June 15, 2025. (AP Photo/Annie Risemberg, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Risemberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SZISBDD4DTIA5NQUW554KVODQ.jpg?auth=aa858459382ecb6175c6c94ce0fe51749e73d2007ba82f510fbfd3d05123c4ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Liberia's President Joseph Boakai addresses the 80th session of the UN General Assembly at United Nations headquarters, Sept. 22, 2025. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[1 killed, 1 detained following shooting at Deerfield Beach shopping plaza  ]]></title><link>https://www.local10.com/news/local/2026/08/20/1-killed-1-detained-following-shooting-at-deerfield-beach-shopping-plaza/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/20/1-killed-1-detained-following-shooting-at-deerfield-beach-shopping-plaza/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[A man has died following a shooting Wednesday night in Deerfield Beach, authorities confirmed.]]></description><pubDate>Thu, 20 Aug 2026 11:23:52 +0000</pubDate><content:encoded><![CDATA[<p>A man has died following a shooting Wednesday night in Deerfield Beach, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the shooting was reported at about 10:15 p.m. in the 200 block of Southwest First Terrace.</p><p>Local 10 News reporter Jolena Esperto was at the scene Thursday morning and said it appeared the shooting happened inside or outside of a vape shop in the plaza.</p><p>Authorities confirmed that BSO deputies and Broward Sheriff Fire Rescue medics responded to the area and found the victim who had been shot.</p><p>He was pronounced dead at the scene by first responders.</p><p>Deputies confirmed that one person was detained and there was no threat to the community, however it’s unclear whether that person will be charged in the shooting.</p><p>The investigation remains ongoing.</p><p>Anyone with information about the shooting is asked to call Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Takeaways from the AP-Reporter Brasil story on the US and others turning to Brazil for rare earths]]></title><link>https://www.local10.com/business/2026/08/20/takeaways-from-the-ap-reporter-brasil-story-on-the-us-and-others-turning-to-brazil-for-rare-earths/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/takeaways-from-the-ap-reporter-brasil-story-on-the-us-and-others-turning-to-brazil-for-rare-earths/</guid><dc:creator><![CDATA[By GABRIELA SÁ PESSOA, Associated Press / DIEGO JUNQUEIRA and ISABEL HARARI, Reporter Brasil, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — The world is increasingly turning to Brazil to explore for rare earth minerals that are crucial for technology and renewable energy. The country's large reserves are second only to China and have attracted investors, many of them with foreign support.]]></description><pubDate>Thu, 20 Aug 2026 13:44:26 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — The world is increasingly turning to Brazil to explore for rare earth minerals that are crucial for technology and renewable energy. The country's large reserves are second only to China and have attracted investors, many of them with foreign support.</p><p>An analysis by The Associated Press and Reporter Brasil of all National Mining Agency records through June shows that rare earth exploration applications have surged, with more than 86% filed in the past three years, including 268 in the first half of 2026.</p><p>The interest is already raising environmental concerns for the Amazon and other areas.</p><p>Here are takeaways from the story:</p><p>The US and others are seeking alternatives to China</p><p>Rare earth minerals are a group of chemicals essential in digital and defense technologies, used in electronics, magnets and batteries. They are also used in wind turbines and electric vehicle motors, critical to the transition away from fossil fuels like oil, gas and coal that cause global warming. The International Energy Agency estimated in 2022 that demand for rare earths could increase at least threefold by 2040.</p><p>China has nearly half of the world’s reserves and dominates global processing. Brazil has the second-largest reserves and is becoming increasingly attractive to investors seeking alternatives to China after Beijing restricted exports last year.</p><p>By reviewing all National Mining Agency records in Brazil through June, the AP-Reporter Brasil analysis found that foreign investors are driving the growing interest in rare earth exploration, accounting for more than four in 10 applications.</p><p>Australian and U.S. firms dominate the interest. Among recent deals was the acquisition of Serra Verde, Brazil’s only commercial rare earth producer, by a U.S.-backed company.</p><p>Chinese firms had not filed any rare earth exploration applications in Brazil as of June, but they are positioning themselves in the sector. Last year, state-owned China Nonferrous Metal Mining Group acquired tin producer Mineracao Taboca and announced plans to assess rare earth potential at its Amazon mine. Separately, Shenghe Resources signed an agreement with Brazilian partners WEG Mineracao and Fenrir do Brasil to pursue rare earth projects, including one in Minas Gerais.</p><p>New mining push could impact communities and ecosystems</p><p>At least a quarter of the applications overlap with or are within 10 kilometers (6 miles) of protected areas and Indigenous territories, including in the Amazon, according to Reporter Brasil’s Energy Transition Observatory. Experts say mining projects within this buffer zone can cause environmental damage.</p><p>Depending on what is mined, toxic chemicals can be released and radioactive waste generated. Other potential impacts include deforestation and polluted water seeping into rivers and lakes, which can poison fish populations, as well as air pollution and noise.</p><p>In Goias state, in central Brazil, a small Afro-Brazilian community overlaps with mining claims by the Canadian firm Aclara Resources, which last year secured $5 million in project development financing from the U.S. International Development Finance Corporation.</p><p>Aclara in a statement said its project initially overlapped with the community’s territory, but “no mining activities will take place there.” Still, residents fear operations that could start as early as 2028 could affect local springs and wildlife.</p><p>Brazil is considering safeguards around foreign influence</p><p>“The challenge today is that China dominates processing and refining,” said Brazilian lawmaker Zé Silva, author of pending legislation that would establish a federal policy on critical minerals and rare earths, set investment priorities and create a national council to monitor significant foreign influence in the sector. “Under our proposal, companies are welcome to invest, but they must transfer technology to Brazil, including processing capacity.”</p><p>On Monday, President Luiz Inacio Lula da Silva said the Senate would move forward with the proposed law, to defend national interests.</p><p>“We will not allow anyone from outside to come here and exploit our mineral resources, because we want their processing and transformation to happen here,” Lula 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/JDIXW25CYXF36LQLFYUB4LU73M.jpg?auth=e90551f9d6e9d92e665d261eb458a8bf8183b66b8a48c4b904fa460f059dc494&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A mine operated by Serra Verde Mining digs for rare earth elements including neodymium, praseodymium, terbium and dysprosium, which are essential for the production of permanent magnets, in Minacu, Goias state, Brazil, July 28, 2025. (AP Photo/Eraldo Peres, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHRFFHKJRX6B5SF5ANB56I45C4.jpg?auth=ce03df770f0eda3cee9dae1fba42de64fda4538ca2fe4c9bedb876a712591711&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Children carry water from the Branco River at dawn at the Kalunga quilombo, a Brazilian settlement founded by escaped enslaved Africans, in the rural area of Cavalcante in Goias state, Brazil, Aug. 15, 2022. (AP Photo/Eraldo Peres, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Balacera en plaza comercial de Deerfield Beach deja una persona muerta y una detenida]]></title><link>https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/balacera-en-plaza-comercial-de-deerfield-beach-deja-una-persona-muerta-y-una-detenida/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[Un hombre murió tras una balacera ocurrida la noche del miércoles en Deerfield Beach, confirmaron las autoridades.]]></description><pubDate>Thu, 20 Aug 2026 13:03:39 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió tras una balacera ocurrida la noche del miércoles en Deerfield Beach, confirmaron las autoridades.</p><p>Según la Oficina del Sheriff de Broward (BSO), la balacera fue reportada alrededor de las 10:15 p.m. en la cuadra 200 de Southwest First Terrace.</p><p>La reportera de Local 10 News Jolena Esperto estuvo en el lugar la mañana del jueves y dijo que al parecer la balacera ocurrió dentro o fuera de una tienda de vapeo en la plaza comercial.</p><p>Las autoridades confirmaron que agentes de BSO y paramédicos de Broward Sheriff Fire Rescue acudieron al área y encontraron a la víctima, quien había recibido disparos.</p><p>Los socorristas lo declararon muerto en el lugar.</p><p>Los agentes confirmaron que una persona fue detenida y que no había ninguna amenaza para la comunidad, sin embargo, no está claro si esa persona enfrentará cargos por la balacera.</p><p>La investigación continúa en curso.</p><p>Se pide a cualquier persona que tenga información sobre la balacera que llame a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Olas de calor en Europa complican cosechas de uvas para champaña]]></title><link>https://www.local10.com/espanol/2026/08/20/olas-de-calor-en-europa-complican-cosechas-de-uvas-para-champana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/olas-de-calor-en-europa-complican-cosechas-de-uvas-para-champana/</guid><dc:creator><![CDATA[Por SYLVIE CORBET y NICOLAS GARRIGA, Associated Press]]></dc:creator><description><![CDATA[HAUTVILLERS, Francia (AP) — Los productores de champán se apresuran a vendimiar sus uvas mientras comienza la cosecha más temprana registrada en la región, después de que el calor extremo y la sequía aceleraran la maduración y dejaran a los viticultores una ventana estrecha para preservar la calidad del famoso vino espumoso de la zona.]]></description><pubDate>Thu, 20 Aug 2026 12:49:15 +0000</pubDate><content:encoded><![CDATA[<p>HAUTVILLERS, Francia (AP) — Los productores de champán se apresuran a vendimiar sus uvas mientras comienza la cosecha más temprana registrada en la región, después de que el calor extremo y la sequía aceleraran la maduración y dejaran a los viticultores una ventana estrecha para preservar la calidad del famoso vino espumoso de la zona.</p><p>En las laderas de Hautvillers, equipos de vendimiadores empiezan a trabajar a las 6:30 de la mañana entre hileras de viñas que fueron reconocidas como Patrimonio Mundial de la UNESCO en 2015.</p><p>Para Alexandre Gobillard, director de producción de la casa de champán Gobillard & Fils, iniciar la vendimia a mediados de agosto antes era casi impensable.</p><p>“Esto es histórico en Champaña", declaró Gobillard. "Llevo 30 años trabajando en la finca y cuando empecé mi padre solía decirme: ‘El 15 de agosto, vete de vacaciones’. Hoy es 18 de agosto y estamos en plena vendimia. Nunca habíamos visto algo así”.</p><p>A sus 50 años, Gobillard representa a la cuarta generación que trabaja en los viñedos familiares. Gobillard & Fils cultiva 40 hectáreas (unas 100 acres) de viñas y produce alrededor de 1,5 millones de botellas al año.</p><p>Un clima cambiante trae una vendimia más temprana</p><p>La vendimia oficial de Champaña se abrió este año entre el 12 y el 17 de agosto, según la zona y la variedad de uva, aproximadamente un mes antes de lo que antes era habitual en la región.</p><p>Una helada de finales de marzo golpeó las viñas después de que las temperaturas suaves provocaran una brotación temprana, lo que redujo la cosecha potencial. Luego vinieron cuatro olas de calor, algo que nunca había ocurrido antes, señaló Gobillard.</p><p>Las uvas quemadas por el sol se volvieron marrones, algo que, según Gobillard, rara vez había visto. Explicó que perder aproximadamente el 10% de las uvas significaría una pérdida de volumen más que afectar la calidad del vino.</p><p>Las vendimias más tempranas se han vuelto cada vez más comunes en Champaña y en otras regiones vinícolas francesas a medida que suben las temperaturas. En la vecina Italia, el calor extremo también ha llevado a productores de vino espumoso a cosechar antes y a recoger uvas por la noche.</p><p>David Chatillon, presidente de la Unión de Casas de Champán, reconoció que las condiciones meteorológicas de este año conducirán a una clara disminución de los rendimientos.</p><p>“Pero no es solo por la sequía", indicó Chatillon. "Perdimos el 43% de la producción potencial por las heladas de primavera, y la sequía claramente ha agravado aún más el problema de los menores rendimientos”.</p><p>Chatillon indicó que el cambio climático ha sido un foco de la industria durante los últimos 25 años, lo que ha impulsado inversiones en investigación e innovación para adaptarse a condiciones cambiantes, incluido el desarrollo de variedades de uva más resistentes a las enfermedades y que maduren más tarde.</p><p>El calor acelera la maduración de la uva</p><p>Gobillard ha visto cómo el cambio se ha desarrollado a lo largo de generaciones de su familia.</p><p>“La generación de mi abuelo vendimiaba 100 días después de la floración, mi padre 90 días, y hoy hemos bajado a 80", explicó Gobillard. "Vamos a tener que cambiar nuestros hábitos”.</p><p>Las temperaturas récord de este verano comprimieron aún más el periodo de maduración. En junio, las temperaturas alcanzaron los 40 grados Celsius (104 grados Fahrenheit) en partes de Champaña.</p><p>“La vid necesita agua para vivir", señaló Gobillard. "El agua se extrajo de las uvas para mantener viva la vid y, como resultado, tuvimos una concentración de azúcar mucho más alta. Por eso ocurrió mucho más rápido”.</p><p>Mientras su hija operaba la prensa, Gobillard observó cómo fluía el primer mosto del año con una mezcla de entusiasmo y ansiedad.</p><p>Tomó rápidamente una muestra para medir su nivel de azúcar, un indicador clave del contenido potencial de alcohol y de si las uvas se han recogido en el momento adecuado. “El champán no debería ser demasiado alcohólico. ... Buscamos delicadeza”, apuntó Gobillard.</p><p>Una vendimia temprana pone a prueba las tradiciones de Champaña</p><p>La vendimia temprana también plantea desafíos logísticos en una región donde tradicionalmente las uvas se recogen a mano, con algunos trabajadores aún de vacaciones de verano y otros enfrentando retrasos en el transporte.</p><p>Gobillard espera completar la vendimia en la finca en unos nueve días, un trabajo que requiere alrededor de 120 trabajadores reclutados en su mayoría en toda Francia y Polonia.</p><p>“Realmente cambia la manera en que vemos los métodos tradicionales de Champaña", sostuvo Geoffrey Bonnet-Gobillard, de 30 años, director comercial de la casa familiar de champán. "La vendimia manual conlleva muchas limitaciones: alojar a la gente, alimentarla, reclutarla. Es muy difícil, especialmente con vendimias tempranas en agosto”.</p><p>Esas presiones podrían terminar obligando a los productores a reconsiderar algunas prácticas arraigadas a medida que la maquinaria agrícola se vuelve más sofisticada, añadió.</p><p>La casa vende la mayor parte de su champán en mercados europeos, incluidos Gran Bretaña, Bélgica, Italia y España, así como en África Occidental, y destina volúmenes menores a Estados Unidos y Asia, señaló Bonnet-Gobillard.</p><p>Mucho en juego para una industria global</p><p>Según el informe sectorial de 2026 del Comité Champagne, el año pasado se enviaron 266,1 millones de botellas de champán en Francia y en el extranjero, lo que generó 5.700 millones de euros (6.600 millones de dólares) en ventas. Las exportaciones representaron el 56,5% de los envíos. El champán representó alrededor del 8% del consumo mundial de vino espumoso por volumen, pero el 31% por valor.</p><p>El sector sostiene alrededor de 30.000 empleos directos y requiere aproximadamente 100.000 trabajadores temporales para la vendimia, según el Comité Champagne.</p><p>A pesar de las difíciles condiciones de este año, Gobillard dijo que las uvas que inspeccionó eran alentadoras.</p><p>“Estoy muy contento con lo que estoy viendo", aseguró Gobillard. "Nos preocupaba que la sequía nos dejara racimos muy ligeros, pero en estas parcelas estamos realmente satisfechos. La cantidad debería ser suficiente y la calidad estará ahí”.</p><p>Pero hay poco tiempo que perder. “Es hora de cortarlas. Vamos a tener que movernos rápido”, aseveró Gobillard. _________________________________</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/2ZJMEOS666DBUJK4IYK6EYW7TM.jpg?auth=3aabb47f8790689575a186ec9f40d5240780c38dd29cb5cd180a27c3b6e6d995&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un agricultor cosecha uvas en el viñedo Gobillard en Hautvillers en la región de Champaña, Francia, el 18 de agosto del 2026. (AP foto/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[US unemployment claims dropped to 206,000 last week with layoffs still sparse]]></title><link>https://www.local10.com/business/2026/08/20/us-unemployment-claims-dropped-to-206000-last-week-with-layoffs-still-sparse/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/us-unemployment-claims-dropped-to-206000-last-week-with-layoffs-still-sparse/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Fewer people applied for U.S. unemployment benefits last week, another sign that layoffs remain low and that most Americans enjoy job security.]]></description><pubDate>Thu, 20 Aug 2026 12:52:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Fewer people applied for U.S. unemployment benefits last week, another sign that layoffs remain low and that most Americans enjoy job security.</p><p>The Labor Department reported Thursday that jobless claims dropped to 206,000 last week from a revised 212,000 the week before. The four-week average of claims, which smooths out week-to-week ups and downs, ticked up to 204,000 last week from 199,750.</p><p>Claims for jobless benefits are a proxy for layoffs, and economists watch them because they can be a harbinger for where the job market is headed. For the past year, claims have been at a historically low range of around 200,000 to 230,000 a week.</p><p>“The labor market has yet to show any sign of wear and tear from the surge in oil prices since the start of the war with Iran and the global energy supply shock,” Carl Weinberg, chief economist at High Frequency Economics, wrote in a commentary.</p><p>The number of people collecting unemployment benefits the week that ended Aug. 8 rose to 1.8 million from 1.78 million the week before.</p><p>The U.S. unemployment rate is low at 4.1%, partly because the economy has proved resilient in the face of higher energy prices. But it’s also because President Donald Trump’s immigration crackdown and the ongoing retirement of baby boomers mean that fewer people are competing for jobs: More than 1.3 million people have dropped out of the U.S. labor force over the past year.</p><p>The job market is tough for those looking for their first job and for those who lost their jobs and are looking for new work. At the same time, companies, remembering the worker shortages that followed the end of COVID-19 lockups, are still reluctant to let go of staff; but they aren’t eager to take on new workers. Economists regularly refer to a “no hire, no fire″ job market.</p><p>In July, companies, government agencies and nonprofits together cut 23,000 jobs. So far this year, employers are adding 61,000 jobs a month. That is an improvement on the 9,700 they averaged last year — the weakest hiring outside a recession since 2002. The lingering effects of high interest rates and Trump’s erratic trade policies discouraged companies from hiring in 2025.</p><p>Hiring this year remains well below the 166,00 monthly jobs created, on average, in 2023 and 2024, let alone the 491,000 a month recorded during the 2021-2022 hiring boom that followed pandemic lockdowns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ABHT4357SJDQYJN2WRCPBYMTAQ.jpg?auth=dcef32df4a99a7620108ea68a83820c65bd4edce7849e62626c4a0dd29846cf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hiring sign for sales professionals is displayed at a store, in Vernon Hills, 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><media:content url="https://www.local10.com/resizer/v2/IGXCUTWOAKZ6SNCR34DDXYOSRQ.jpg?auth=4ae2523cbb158e807942198bdb368f38ad2ca05485a6806ecf6c59c96c17809e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A job seeker waits to talk to a recruiter at a job fair Aug. 28, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Boston Bruins and Edmonton Oilers to play NHL games in Germany in 2027]]></title><link>https://www.local10.com/sports/2026/08/20/boston-bruins-and-edmonton-oilers-to-play-nhl-games-in-germany-in-2027/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/boston-bruins-and-edmonton-oilers-to-play-nhl-games-in-germany-in-2027/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Boston Bruins and Edmonton Oilers will each play two regular-season games in Germany next year as part of the NHL and NHLPA’s efforts to grow hockey in the country, the league announced Thursday.]]></description><pubDate>Thu, 20 Aug 2026 12:04:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Boston Bruins and Edmonton Oilers will each play two regular-season games in Germany next year as part of the NHL and NHLPA’s efforts to grow hockey in the country, the league announced Thursday.</p><p>The Bruins are to play two games in Munich, while the Oilers will play two matches in Leon Draisaitl’s native city of Cologne during the 2027-28 NHL season. The opponents have yet to be determined.</p><p>“These events represent an important step in our commitment to grow the game in Germany. By bringing more NHL games to one of Europe’s most dynamic hockey markets, we hope to continue to deepen engagement amongst our fans, partners and local communities, while at the same time creating a significant opportunity to grow the game throughout the country,” NHL Deputy Commissioner Bill Daly said.</p><p>The Chicago Blackhawks and Ottawa Senators were already slated to play two games in Düsseldorf in December. Those Global Series games are the second and third regular-season games the league has staged in Germany after the Buffalo Sabres and Los Angeles Kings played in Berlin in 2011.</p><p>More are to follow with the NHL and NHLPA committed to bringing regular-season games to Germany for at least the next three seasons.</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NWZUD5YHN3WKD25J6VEATPAOA.jpg?auth=a87f52a8fdf4316e020c4b7c045a57cb18ed4aa39c440fdc5fcc240bfcc50e9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Edmonton Oilers center Leon Draisaitl, left, controls the puck as Anaheim Ducks right wing Beckett Sennecke defends during the second period of Game 4 in the first round of an NHL hockey Stanley Cup playoff series Sunday, April 26, 2026, in Anaheim, Calif. (AP Photo/Kyusung Gong), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Cuban President Miguel Díaz-Canel admitted earlier this week that the health system, one of the so-called “great accomplishments” of the Cuban revolution, is on the verge of total collapse. ]]></description><pubDate>Mon, 03 Aug 2026 12:48:08 +0000</pubDate><content:encoded><![CDATA[<p><b>Aug. 20: Cuba’s president says health system on verge of total collapse</b></p><p>Cuban President Miguel Díaz-Canel admitted earlier this week that the health system, one of the so-called “great accomplishments” of the Cuban revolution, is on the verge of total collapse. There are thousands of Cubans on the island waiting for surgeries that cannot be performed due to the lack of doctors, medicines, equipment and poor hospital conditions.</p><p>For years, Cuba has been sending medical brigades around the world to help pay-off their debt and export the ideals of their revolution. The U.S. government has accused Cuba of human trafficking for these actions.</p><p><b>Aug. 18: Trump’s Cuba strategy: Is there really a plan?</b></p><p>Does the Trump administration really have a plan for Cuba?</p><p>After months of rhetorical back-and-forth, you begin to wonder whether the Trump administration really knows what to do with Cuba. We keep hearing that Secretary of State Marco Rubio was given the responsibility to deal with Cuba and the rest of Latin America, which he knows extremely well. But from what I hear, White House senior staff keeps getting in the way.</p><p>Continuing to sanction operations and individuals in Cuba will not bring down the government. Now we hear from Secretary Rubio and members of our Cuban-American congressional delegation that the target date has been moved back, and they hope that by 2029, changes in Cuba will have taken place, which is absolutely ridiculous.</p><p><b>Aug. 14: Cuba turns to global investors as US sanctions and property claims raise risks</b></p><p>The Cuban government has realized that efforts to attract investment from U.S. and Cuban-American businesses have largely failed because of the many sanctions imposed by the United States and the fact that the risks still outweigh the opportunities.</p><p>However, the Cuban government is trying very hard to attract companies from around the world to take over many operations and businesses in Cuba. With many European hoteliers and other companies having recently left Cuba, it will still be a challenge to attract new investors.</p><p>One thing these companies should keep in mind before starting operations in Cuba is that they could be operating in properties that were confiscated by the Cuban government in the early 1960s. They could potentially face legal challenges in the future as a result.</p><p>For American companies alone, there are 5,913 businesses and properties that were confiscated and registered with the U.S. Department of the Treasury.</p><p><a href="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>Aug. 13: Fidel Castro’s 100th birthday prompts reflection on his legacy in Cuba</b></p><p>Thursday marks the 100th anniversary of the birth of Fidel Castro, a man whose narcissistic personality took control of Cuba after overthrowing Fulgencio Batista on Jan. 1, 1959. He made promises to the Cuban people that he later betrayed for his own selfish ambitions and thirst for power.</p><p>At his trial on Oct. 16, 1953, following the failed attack on the Moncada military barracks in Santiago de Cuba, he famously said, “History will absolve me.”</p><p>In the end, history will judge him as a ruthless dictator who destroyed Cuba, impoverished its people and inflicted tremendous suffering on an entire nation.</p><p><b>Aug. 12: Cuba poses a tough foreign policy challenge for Rubio</b></p><p>“Who is on first, what is on second, I don’t know is on third.”</p><p>The famous comedy routine by Abbott and Costello can be compared to the Trump administration’s foreign policy strategies these days. Diplomatic negotiations are complex and complicated, especially when dealing with countries, governments, and individuals with whom the United States has not had good relationships.</p><p>Reliable sources tell me there are tremendous differences between the staffs at the White House and the Department of State over how to handle negotiations involving Ukraine, Russia, Israel-Gaza, Iran, Venezuela, and Cuba. It does not help when those negotiating on behalf of the United States have limited to no diplomatic experience.</p><p>For now, let’s stay within the area of expertise: Cuba. While President Trump thinks Cuba can be resolved in two months, Secretary of State Marco Rubio knows very well, as does his senior staff, that negotiating with Cuba is not easy.</p><p>The Cuban government is willing to continue introducing cosmetic changes to its moribund economy without relinquishing political control. The United States can continue to sanction everyone on the island, and the Cuban government could not care less. All the while, the people of Cuba continue to suffer tremendous hardships. Yet the people are unlikely to turn against the government. The consequence of doing so can mean spending years in jail.</p><p>Meanwhile, in Miami, the guessing game continues over who will replace Raúl Castro when he dies, along with preparations for possible transition plans for Cuba. A transition to a democratic system of government in Cuba will take time. A civil society cannot be built overnight. It is also important to remember that Cuba did not have a democratic government before 1959.</p><p>For Rubio, expectations from the Cuban American community are high. Yet most in the community understand that it will not be easy to get the Cuban government to make political changes short of a U.S. military invasion. However, Rubio needs a win, especially if he is considering another presidential run. The failures of the Trump administration’s foreign policies around the world could affect Rubio’s future presidential campaign.</p><p>So, what will be Rubio’s next step on Cuba? The clock is ticking. </p><p><b>Aug. 10: Will the cat catch the mouse this time?</b></p><p>While U.S. Secretary of State Marco Rubio continues to put pressure on the Cuban government to change, Cuban President Miguel Díaz-Canel went on Cuban television this past weekend and announced to the Cuban people that the government was making major “transformational changes” to the economy.</p><p>Díaz-Canel also told the Cuban people that it would take time and patience -- two things the Cuban people do not have anymore. Díaz-Canel went on to say that the benefits of these changes will begin to show by 2029. </p><p>Sources in Washington, D.C. have told me that the Trump administration is looking to see if there is someone in the Cuban government, like Delcy Rodriguez in Venezuela, to hand over Raul Castro or even take over the current government and be willing to negotiate with the U.S. </p><p>The <a href="https://www.miamiherald.com/news/nation-world/world/americas/cuba/" target="_self" rel="" title="https://www.miamiherald.com/news/nation-world/world/americas/cuba/">Miami Herald</a> reported this weekend that General Lazaro Alberto Alvarez Casas, currently the Cuban Minister of the Interior, may be acceptable to the U.S. General Casas is considered a hardliner and therefore unlikely to break with the Cuban leadership.</p><p>As I have said before, the case of Venezuela is quite different than Cuba. While Raul Castro is alive, I believe the Cuban government will continue in power and make promises to the Cuban people they cannot keep.</p><p><b>Aug. 8: Cuban opposition leader says Cuba’s transformation must include those on the island</b></p><p>According to Cuban opposition leader Jose Daniel Ferrer, any plans to transform Cuba must include Cubans on the island.</p><p>But do Cubans on the island have the capacity and capabilities to participate in such a process? After living for almost 68 years under a totalitarian system that has shaped the population’s personal values and attitudes, it could take time not only to change it but, more importantly, to sustain those changes.</p><p>Democracies are not built in one day. It will take time and patience. Let’s also remember that before the Cuban Revolution, Cuba had a dictatorship under Batista.</p><p><b>Aug 6: US announces new set of economic sanctions against Cuba; 2 of Cuba’s top generals also sanctioned </b></p><p>The U.S. State Department announced a new set of economic sanctions against Cuba on Thursday. At the same time, two of Cuba’s top generals were also sanctioned, Alvaro Lopez Miera, Minister of Defense; and General Roberto Sotolongo, head of the armed forces.</p><p><b>Aug. 5: CIA Task Force on Cuba created, per report</b></p><p>The New York Times has reported the creation of a CIA Task Force on Cuba with the purpose of putting additional pressure on the Cuban government to make political and economic changes to their system.</p><p>This news will probably be received by Cuba as an additional threat by the U.S.</p><p><b>Aug. 5: Cuban president confirms ongoing conservations between Havana, US</b></p><p>Cuban President Miguel Diaz-Canel confirmed today that there are ongoing conversations between Havana and DC for the purpose of avoiding a military confrontation and trying to find solutions to the issues between both nations.</p><p>The Cuban government understands that they are running out of options and most likely will need to reach an agreement with the U.S. Will it include regime change?</p><p><b>Aug. 3 update: Rubio speaks about Cuba’s ongoing espionage activities in the US </b></p><p>This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. </p><p>Rubio went on to say that Cuban spies continue to infiltrate the U.S. government, financial institutions, organizations, and academic institutions. Rubio claimed that Cuba continues to be a national security threat to the U.S. </p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MUXHY4VK5VFV7N6VFVV4Q4UURQ.jpg?auth=087052fa0caf25708f3477870e18ca801a2bde2925c82ef3adcb7778fabf8a5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Olivia Blanco, an oncologist in Havana, leaves her car behind hours before her shift at a hospital in Vedado. (CCTV, via The Associated Press)]]></media:description></media:content></item><item><title><![CDATA[Democrats narrow their list of 2028 presidential convention sites to Boston, Denver and Philadelphia]]></title><link>https://www.local10.com/news/politics/2026/08/20/democrats-narrow-their-list-of-2028-presidential-convention-sites-to-boston-denver-and-philadelphia/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/20/democrats-narrow-their-list-of-2028-presidential-convention-sites-to-boston-denver-and-philadelphia/</guid><dc:creator><![CDATA[By MIKE CATALINI, Associated Press]]></dc:creator><description><![CDATA[Democrats on Thursday narrowed the list of potential host cities for their 2028 presidential convention to Boston, Denver and Philadelphia as their party looks ahead to a wide-open primary to succeed President Donald Trump.]]></description><pubDate>Thu, 20 Aug 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>Democrats on Thursday narrowed the list of potential host cities for their 2028 presidential convention to Boston, Denver and Philadelphia as their party looks ahead to a wide-open primary to succeed President Donald Trump.</p><p>Democratic National Committee Chairman Ken Martin said in a statement the cities put forward “incredibly strong bids,” and he promised the convention would be an “inspiring celebration of our party’s future nominee.”</p><p>A final decision is expected to be made later this year by party leaders. Republicans have already chosen Houston for the site of their 2028 convention.</p><p>The Democratic convention, scheduled for Aug. 7-10, 2028, traditionally gives the party a chance to formally introduce its nominee to the country, rally the base and kick-start the most intense period of campaigning ahead of the general election.</p><p>The party didn’t specify why Atlanta and Chicago, which was the site of the 2024 convention, were eliminated. Officials visited all five cities in April and May, considering logistical and fundraising capacity among other factors.</p><p>The three finalists are liberal strongholds surrounded by the type of suburban areas that have become increasingly important to the party in recent elections. They also provide access to fundraising and key demographic and interest groups, like labor unions.</p><p>While Colorado and Massachusetts have gone Democratic in recent presidential elections, Pennsylvania has been among the biggest battlegrounds. Trump, a Republican, won Pennsylvania in 2024.</p><p>Philadelphia last hosted the convention in 2016, Denver in 2008 and Boston in 2004.</p><p>Before the presidential primary gets into gear, Democrats are looking at this year’s midterm elections as an opportunity to flip the narrowly divided Republican-led House and maybe take back control of the Senate.</p><p>Democrats face fundraising disadvantages compared with Republicans, along with financial debt, and Martin has confronted criticism over his stewardship of the party.</p><p>During a recent DNC meeting in Texas, Martin downplayed the critics and called for the party to unite as it tries to win the midterms and look ahead to 2028 and the end of Trump’s second term.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/73MNLGL7OQ3WILT3MQI5HV563Q.jpg?auth=058253363f76ecc40e0ef8758e51125824e3e34b7008812d077506f1b8b0a540&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Boston harbor and the city skyline are photographed, Oct. 28, 2022, in Boston. (AP Photo/Michael Dwyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Dwyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7LS2CFXSJUWD2VWWRN5VL5M7A.jpg?auth=b809b57049250ae45b3ddb9ac45404b26067747783a0f2a818f5265b93b9ac6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Motorists drive on southbound Interstate 25 with the city skyline in the background April 30, 2026, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCUMAB7HIVVM6YO2IZNYZ7PB4E.jpg?auth=f2848f03af9ac758415a4ce201c8c1cc282beb3160d8dfa6a15a08c8defef37e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The skyline in Philadelphia, is photographed, Feb. 21, 2024. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[US providing equipment to Venezuela in effort to clean rubble, boost struggling economy]]></title><link>https://www.local10.com/news/local/2026/08/19/us-providing-equipment-to-venezuela-in-effort-to-clean-rubble-boost-struggling-economy/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/us-providing-equipment-to-venezuela-in-effort-to-clean-rubble-boost-struggling-economy/</guid><dc:creator><![CDATA[Cody Weddle, Latin America Journalist]]></dc:creator><description><![CDATA[The U.S. Embassy in Venezuela is delivering much-needed equipment and supplies to a community still trying to recover from the deadly earthquakes in June as a shutdown airport continues to affect the local economy.  ]]></description><pubDate>Wed, 19 Aug 2026 22:55:09 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Embassy in Venezuela is delivering much-needed equipment and supplies to a community still trying to recover from the deadly earthquakes in June as a shutdown airport continues to affect the local economy.</p><p>John Barrett, the U.S. representative in Venezuela, called the 20 excavators provided to the country, along with other equipment, highly sophisticated with the ability to be operated remotely. </p><p>It’s all part of an effort to clean up the rubble left behind after the earthquakes and to restart the battered economy of the coastal region. </p><p>Nearly 30,000 people in the area make their living by working in imports, according to the local customs’ brokers association. </p><p>The majority of them had little work up until the recent reopening of the main port. </p><p>Venezuela’s main international airport is also located there, and it remains closed. </p><p>They are both of vital importance for the economic well-being of the entire region, with the ripple effects being felt throughout the economy. </p>]]></content:encoded></item><item><title><![CDATA[Quebec’s premier says Canada-US trade talks are ‘far from over’]]></title><link>https://www.local10.com/business/2026/08/20/quebecs-premier-says-canada-us-trade-talks-are-far-from-over/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/quebecs-premier-says-canada-us-trade-talks-are-far-from-over/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Quebec’s premier said Canada-U.S. trade negotiations are “far from over” and demanded more information from Prime Minister Mark Carney before deciding whether an emerging agreement adequately protects Quebec’s dairy and forestry sectors.]]></description><pubDate>Thu, 20 Aug 2026 13:11:28 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Quebec’s premier said Canada-U.S. trade negotiations are “far from over” and demanded more information from Prime Minister Mark Carney before deciding whether an emerging agreement adequately protects Quebec’s dairy and forestry sectors.</p><p>Premier Christine Fréchette also pushed back against quickly restoring U.S. alcohol to provincial stores, saying Quebec alone would decide whether American products return to shelves at the SAQ, the Quebec government corporation that controls most retail sales of wine and spirits in the province.</p><p>“Information is missing before I can make the right decisions to ensure Quebecers are protected. I am awaiting clarifications from Mr. Carney,” she said in a social media post late Wednesday.</p><p>Canada and the United States moved closer Wednesday to finalizing a trade agreement that would avert threatened 50% U.S. tariffs. Trump has said the agreement was “very fair” to both sides and predicted U.S. farmers and manufacturers would benefit. Tariffs on about $20 billion worth of Canadian imports have been postponed until 12:01 a.m. Saturday.</p><p>Quebec does not have a veto over a Canada-U.S. trade agreement, but it controls provincial measures such as whether U.S. alcohol is sold through the SAQ.</p><p>Carney asked provincial premiers during a briefing Wednesday to return U.S. alcohol to store shelves, Nova Scotia Premier Tim Houston said, a step aimed at addressing one of the Trump administration’s key trade complaints.</p><p>The White House says the emerging deal includes a Canadian commitment to address restrictions on U.S. alcohol. But Carney cannot order provinces to restore sales.</p><p>Fréchette’s Coalition Avenir Québec faces voters in an October provincial election, adding political pressure as she weighs concessions affecting dairy, forestry and U.S. alcohol sales.</p><p>Houston and two other premiers voiced support for the direction of the talks, though Houston said whether Canadians would actually buy U.S. alcohol again “is a whole other discussion.”</p><p>Eight of Canada’s 10 provinces restrict or ban U.S. alcohol — measures imposed in retaliation for Trump’s previous tariffs on Canadian goods and amid anger over his repeated talk of making Canada the 51st U.S. state.</p><p>Ontario, Canada’s most populous province, is especially important. Its government-run LCBO, one of the world’s largest alcohol purchasers, sold nearly C$1 billion ($723 million) in U.S. products annually before pulling them from shelves last year.</p><p>While details of the emerging agreement remain vague, Trump has claimed Canada agreed to end tariffs on U.S. agricultural products.</p><p>Canada currently allows a set amount of dairy imports at low tariffs. Once imports exceed that limit, much higher tariffs apply. The U.S. says Canada’s supply-management system makes it harder for American dairy producers to gain full access to the Canadian market.</p><p>Dominic LeBlanc, the Canadian minister responsible for trade with the U.S., said Canada’s “agriculture sector will be well protected and we have maintained our tough line.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5OP47ALSTOLYVICKHV2TEC3X2U.jpg?auth=a186155b4f5398a7953fb9553faf14885dcb91668686a92d3172416292a45c8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Quebec Premier Christine Frechette is greeted by French President Emmanuel Macron before a meeting at the Elysee Palace in Paris, on May 18, 2026. (AP Photo/Thibault Camus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Congo to receive 70,000 doses of Ervebo Ebola vaccine which has been effective in past outbreaks]]></title><link>https://www.local10.com/news/2026/08/20/congo-to-receive-70000-doses-of-ervebo-ebola-vaccine-which-has-been-effective-in-past-outbreaks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/congo-to-receive-70000-doses-of-ervebo-ebola-vaccine-which-has-been-effective-in-past-outbreaks/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Congo will receive 70,000 doses of the Ervebo vaccine, which has been effective in past Ebola outbreaks, the World Health Organization and partners said Thursday, announcing a step seen as a major boost to efforts to contain what officials have described as the fastest Ebola outbreak in history.]]></description><pubDate>Thu, 20 Aug 2026 13:06:11 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Congo will receive 70,000 doses of the Ervebo vaccine, which has been effective in past Ebola outbreaks, the World Health Organization and partners said Thursday, announcing a step seen as a major boost to efforts to contain what officials have described as the fastest Ebola outbreak in history.</p><p>The Ervebo vaccine is licensed for use against Ebola virus, one of the viruses that cause Ebola disease, but not for Bundibugyo virus, which is responsible for the current outbreak which has so far killed 2,476 people out of the 5,208 confirmed cases</p><p>WHO said in a statement that while it’s not known whether Ervebo may protect against the Bundibugyo virus, “early laboratory and animal data suggest it may provide some protection.”</p><p>The allocation includes 20,000 doses for a Phase 3 clinical trial to understand the impact of the vaccine on the Bundibugyo virus, the agency said. The remaining 50,000 doses will be used for front-line and health workers as recommended by WHO experts.</p><p>The outbreak raging in six provinces in eastern Congo has infected and killed more people at a greater speed than any other Ebola outbreak in history, and is spreading about three times faster compared to the 2014-2016 outbreak across West Africa — the deadliest Ebola outbreak on record with more than 11,000 deaths.</p><p>The International Coordinating Group on Vaccine Provision, which includes WHO and other partners, said the doses will be released immediately following a request from Congo’s government.</p><p>WHO Director-General Tedros Adhanom Ghebreyesus called the approval “an important example of global solidarity in action.” He said the agency and its partners remain committed to supporting strengthened surveillance, rapid detection, quality care, community engagement and vaccination efforts to bring the outbreak under control.</p><p>The lack of approved vaccines or treatments for the rare Bundibugyo virus has been a major issue for responders. Most new cases have been reported outside of the people being monitored, showing the virus continues to spread faster than efforts to track it. That has been a key contributor to the recorded deaths.</p><p>The case fatality rate so far is 47.5% although it is far worse in some places where response efforts are more challenging, such as in North Kivu province where the fatality rate is up to 70%.</p><p>Experts believe the virus began spreading from the mining town of Mongbwalu as early as February, months before authorities declared the outbreak on May 15.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RQ7QLIA7GMT7OBPCYQJNZLE5YE.jpg?auth=f8bf35a7d7aa9b23560ad37f9500a02a96471a6bb9728951c610273268f88602&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People dressed in protective gear lower into a grave the coffin containing the remains of 6-year-old Baudjo Baraka Jules, who died of Ebola, in Bunia, Ituri province, eastern Congo, Tuesday, Aug. 18, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6VDN7PEMAVUCY3S3PKUVQXTPM.jpg?auth=c0236e75b09f79b44d17bab01d500f4ffd056e2560137f09ac4f02b8d286a60a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers tend to an Ebola patient at the Rwampara Treatment Center in Ituri, Congo, Thursday, June 18, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content></item><item><title><![CDATA[Walmart sees the slowest pace in US comparable sales in 6 years and offers cautious guidance]]></title><link>https://www.local10.com/business/2026/08/20/walmart-sees-the-slowest-pace-in-us-comparable-sales-in-6-years-and-offers-cautious-guidance/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/walmart-sees-the-slowest-pace-in-us-comparable-sales-in-6-years-and-offers-cautious-guidance/</guid><dc:creator><![CDATA[By ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Walmart experienced the slowest growth in U.S. comparable sales in six years during its most recent quarter and it offered a cautious outlook for the year, sending company shares down 6% before the opening bell Thursday.]]></description><pubDate>Thu, 20 Aug 2026 12:21:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Walmart experienced the slowest growth in U.S. comparable sales in six years during its most recent quarter and it offered a cautious outlook for the year, sending company shares down 6% before the opening bell Thursday.</p><p>Comparable sales in U.S. stores, which measure sales at stores open at least a year along with online sales tied to those locations, rose 2.6% in the second quarter. They rose 4.1% in the previous quarter.</p><p>Excluding the wellness category that includes Walmart’s pharmacies, comparable sales increased 3.4% in the second quarter. Those sales were hit by federal legislation that requires pharmacies to dispense some high-cost Medicare drugs at capped prices, the retailer said. That was still below analysts’ projections of a 3.8% increase, according to FactSet.</p><p>Walmart’s U.S. e-commerce business, which has become an engine of growth for the retailer, rose 24%, trailing the first-quarter pace of 26%.</p><p>Walmart is among the first batch of major retailers to report second-quarter results, which could offer industry analysts and economists another read on whether ongoing price pressures from the conflict in Iran have impacted consumer behavior.</p><p>Walmart is considered a barometer of consumer spending given its vast customer base. More than 150 million customers are on its website or in its stores every week, according to Walmart.</p><p>That may draw even more attention this quarter after U.S. data released Friday showed that retail sales were surprisingly weak in July and a new read on consumers from the University of Michigan revealed growing pessimism about the economy, with so many Americans struggling with higher costs for gas, groceries and just about everything else.</p><p>The new figures from Walmart revealed the smallest gain in comparable store sales since a 1.9% gain for the quarter ended Jan. 31, 2020, according to FactSet.</p><p>That has broadened Walmart’s customer base and the retailer has begun capturing a larger share of wealthier Americans. The biggest gains in market share for Walmart are coming from households with annual incomes over $100,000.</p><p>Walmart’s quarterly net income was $6.37 billion, or 80 cents per share, in the three-month period ended July 31. Adjusted per-share results were 81 cents, easily topping the 74 cents Wall Street had expected, according to FactSet.</p><p>Sales rose 5.9% to $187.94 billion. Analysts were predicting $186.62 billion, according to FactSet.</p><p>For the third quarter, Walmart expects earnings per share of 62 cents to 64 cents. It projects sales to be up 3% to 3.5%. That would put sales in a range of $184.88 billion to $186.23 billion. The forecasts are below analysts’ expectations of 68 cents per share and sales of $188.19 billion, according to FactSet.</p><p>For the full year, Walmart now expects earnings per share to be in the range of $2.80 to $2.87 while sales should be up anywhere from 4% to 5%. That would mean a forecast for sales in the range of $741.7 billion to $748.8 billion, according to FactSet.</p><p>Analysts expected $2.90 per share and sales of $752.06 billion for the year, according to FactSet.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJ55PV7DBJJIOVS4Z5AOPBMCIY.jpg?auth=06b0193dc7b6530094a6ae13ab3abab573d5e967ed518db9f4ef58c8f0a307de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Walmart logo is displayed on a store, Aug. 14, 2025, in Manchester, N.H. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Aug. 20: Showers, storms return midday, into the early evening ]]></title><link>https://www.local10.com/weather/2026/08/20/aug-20-showers-storms-return-midday-into-the-early-evening/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/20/aug-20-showers-storms-return-midday-into-the-early-evening/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Thursday morning. Lows this morning are in the mid 80s, with heat indices already in the upper 80s. ]]></description><pubDate>Thu, 20 Aug 2026 11:03:29 +0000</pubDate><content:encoded><![CDATA[<p>Good Thursday morning. Lows this morning are in the mid 80s, with heat indices already in the upper 80s. High temperatures will be in the upper 90s, but heat indices will reach 105-110 degrees, sparking another heat advisory starting at 11 a.m. until 6 p.m. Grab the rain gear as showers and storms return again after midday and in the early evening hours thanks to the sea breeze. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pulitzers and American Library Association launch 'Pulitzer on the Road' touring exhibit]]></title><link>https://www.local10.com/entertainment/2026/08/20/pulitzers-and-american-library-association-launch-pulitzer-on-the-road-touring-exhibit/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/20/pulitzers-and-american-library-association-launch-pulitzer-on-the-road-touring-exhibit/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Barbara Kingsolver, Percival Everett and Daniel Kraus will be among the authors and other Pulitzer Prize-winning artists and journalists participating in a 20-city touring exhibition jointly organized by the Pulitzers and the American Library Association.]]></description><pubDate>Thu, 20 Aug 2026 11:01:44 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Barbara Kingsolver, Percival Everett and Daniel Kraus will be among the authors and other Pulitzer Prize-winning artists and journalists participating in a 20-city touring exhibition jointly organized by the Pulitzers and the American Library Association.</p><p>“Pulitzer on the Road: Prize — Winning Works That Inform, Empower & Inspire” will launch in October at the Chicago Public Library and the Dallas Public Library and continue through May 2028, with stops at public libraries everywhere from Reading, Pennsylvania, to San Jose, California.</p><p>The exhibit will highlight more than a century of Pulitzer winners, whether such groundbreaking news reporting as the Pentagon Papers and the Watergate scandal, iconic photographs such as the AP's “Raising the Flag on Iwo Jima,” poems by Sylvia Plath and Robert Frost, plays by Arthur Miller and Lin-Manuel Miranda or fiction by Toni Morrison and John Steinbeck.</p><p>Kingsolver, Everett and Kraus, all Pulitzer-winning novelists, will be making appearances, along with composer Gabriela Frank and photojournalist Jon Cherry among others.</p><p>“Pulitzer on the Road was created to bring Pulitzer Prize-winning journalism and storytelling to communities across the country, showcasing the exceptional work that has been honored since the prizes were first awarded in 1917,” Marjorie Miller, administrator of the Pulitzers, said in a statement Thursday.</p><p>Maria McCauley, president of the American Library Association, said in a statement that the exhibit would create "opportunities for visitors to connect with the excellent prize-winning works that drive curiosity, conversation and civic engagement.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QDYDCS4ECGQFAAYDLKVLTAYFJQ.jpg?auth=a85380ef7111ef78a3f769f50585491c7acce92d1097a523dce273c9766452f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Authors Percival Everett, left, and Barbara Kingsolver appear at the 75th National Book Awards ceremony in New York on Nov. 20, 2024. (Photos by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content></item><item><title><![CDATA[Soccer fans launch global petition urging FIFA boss Infantino to resign over World Cup 'betrayal']]></title><link>https://www.local10.com/sports/2026/08/20/soccer-fans-launch-global-petition-urging-fifa-boss-infantino-to-resign-over-world-cup-betrayal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/soccer-fans-launch-global-petition-urging-fifa-boss-infantino-to-resign-over-world-cup-betrayal/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — A collection of soccer fan groups from around the world launched a petition Thursday calling for Gianni Infantino to resign as FIFA president after he tried to sell future World Cup profits to private investors.]]></description><pubDate>Thu, 20 Aug 2026 10:39:51 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — A collection of soccer fan groups from around the world launched a petition Thursday calling for Gianni Infantino to resign as FIFA president after he tried to sell future World Cup profits to private investors.</p><p>The petition with the hashtag InfantinOut also calls for “FIFA to be rebuilt so that the current debacle can never happen again.”</p><p>“The shameful attempt by one individual — the FIFA President himself — to sell off the World Cup to private investors exposed a betrayal football will never forget,” the petition said about Infantino's plan for a commercial spinoff, which he dropped amid a furious backlash.</p><p>The fan groups include Football Supporters Europe, Football Supporters Africa and, in North America, the Independent Supporters Council, plus about 40 national fan groups worldwide.</p><p>Infantino has resisted calls to leave office despite European soccer body UEFA saying it has no confidence in him. He has also been criticized by the leadership of North America’s CONCACAF and the Asian Football Confederation.</p><p>“Gianni Infantino has demonstrated a profound failure of leadership, incompatible with democratic governance,” the fan petition states. “The concentration of power around the FIFA Presidency, combined with opaque decision-making, personality cult clientelism, and zero accountability has destroyed any remaining trust in the world governing body."</p><p>“For the credibility of FIFA — and for the future of the game — he must resign,” the petition adds.</p><p>It also cites Infantino’s past support for projects that angered fans, including the failed European Super League project and pushing to hold World Cups every two years.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TNHTQ73NC7JWIOMKXRLBSGTAFQ.jpg?auth=f9add1237f8002c1f043edefd4afbb242f067dbfdb5e6dabdc09f2409ee11101&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA president Gianni Infantino, center, speaks to FIFA secretary general Mattias Grafstrom, left, sitting beside president of Moroccan Royal Football Federation Fouzi Lekjaa as they attend a Women's AFCON 2026 soccer match between Malawi and Zambia, in Rabat, Morocco, Wednesday, Aug. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQQJZRLO3YXQ3JPMYOSKJPMGKE.jpg?auth=a45e60131d27b3a83088aa28c765ae1470d1b42776e7f712bb445a1846dcf8e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino arrives for the inauguration of President Abelardo de la Espriella in Cali, Colombia, Friday, Aug. 7, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Iran dismisses US economic threats, and other developments in the Middle East]]></title><link>https://www.local10.com/news/world/2026/08/20/iran-dismisses-us-economic-threats-and-other-developments-in-the-middle-east/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/iran-dismisses-us-economic-threats-and-other-developments-in-the-middle-east/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran on Thursday dismissed U.S. President Donald Trump’ s threats of economic pain and isolation, while the U.K and other nations condemned Israel over a controversial settlement project.]]></description><pubDate>Thu, 20 Aug 2026 13:19:18 +0000</pubDate><content:encoded><![CDATA[<p>Iran on Thursday dismissed U.S. President Donald Trump’ s threats of economic pain and isolation, while the U.K and other nations condemned Israel over a controversial settlement project.</p><p>In Gaza City, a mass funeral was held for 50 people killed in Israeli airstrikes nearly three years ago but whose remains were just recovered. Meanwhile, Syria’s foreign minister visited Pakistan, which is seeking to defuse tensions between the United States and Iran.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East on Thursday. Full coverage can be found here.</p><p>Iran denounces Trump's economic threat</p><p>Iran’s Foreign Minister Abbas Araghchi has rejected the economic threats made against his country, saying that such “failed policies” will stir more hostility among Iranians and “bring more failures.”</p><p>Araghchi's comments came a few hours after President Donald Trump threatened “crushing economic measures” against Iran. Trump promised “Economic Warfare and Isolation on an unprecedented scale,” but provided few details.</p><p>In a social media post, Araghchi maintained the threats aim to divert the attention of the U.S. public from domestic financial problems, adding that U.S. “economic terrorism threatens the global economy and the national sovereignty of countries around the world.”</p><p>UK and others rebuke planned West Bank settlement project</p><p>Several countries condemned the latest development in a contentious Israeli settlement project near Jerusalem that would effectively cut the occupied West Bank in two.</p><p>Israel’s Ministry of Construction and Housing issued a tender for constructing several compounds with more than 1,200 homes in total in an open tract of land east of Jerusalem. It’s the latest step in a project under consideration for more than two decades, which critics say would prevent the establishment of a contiguous Palestinian state in the territory.</p><p>British Foreign Secretary Ed Miliband called the publication of the tender “an unacceptable and destructive act” and denounced “settler violence and terrorism.” In a statement released on Wednesday, he added that the British government “demanded an immediate reversal” and had summoned the Israeli chargé d’affaires.</p><p>Egypt and Jordan also condemned Israel’s move, which Cairo said would isolate east Jerusalem from its Palestinian surroundings.</p><p>Israeli Foreign Minister Gideon Saar responded on Thursday by defending “the historic right of the Jewish people to reestablish their national home in the Land of Israel — including in the area in question.” Saar criticized Britain’s government for “blaming only Israel while ignoring Palestinian extremism.”</p><p>Gaza funeral remembers 50 killed in opening strikes of Israel-Hamas war</p><p>A mass funeral Thursday in Gaza City remembered 50 Palestinians killed in Israeli strikes in the opening months of the Israel-Hamas war but whose remains were only recently recovered from under rubble.</p><p>Dozens of mourners carried the remains, draped in Palestinian flags, through debris-strewn streets before lowering them into graves. Some held portraits and posters with photos of the deceased.</p><p>“We were able to recover them after three years of war, after three years of anguish, pain and torture. We were able to recover them, and dignify them in their final resting place. We were able to pray over them and bury them,” said Lina Karam, who lost her father and other members of her family.</p><p>The 50 bodies were from three families who were killed in airstrikes in November and December 2023.</p><p>The nearly three-year war has killed more than 73,400 Palestinians, according to Gaza’s Health Ministry. The ministry, which was part of the Hamas-run government, maintains detailed records viewed as generally reliable by U.N. agencies and international organizations. It doesn’t distinguish between civilians and militants, but says women and children make up around half of the toll.</p><p>Turkey denies delegation had visited air base in Syria that was hit by Israel</p><p>Turkey has denied that a Turkish military delegation had visited an air base in northern Syria that was hit by Israeli airstrikes, and vowed to continue supporting Syria in its efforts to rebuild its military.</p><p>The Israeli strikes targeted the Abu Duhur base early on Tuesday, causing damage but no casualties. Israeli Prime Minister Benjamin Netanyahu’s office said Israel had attacked the base because Syria was “on the verge of breaching” an agreed-upon “status quo in security matters” by allowing Turkish troops to deploy there.</p><p>Syrian officials have said that a Turkish delegation visited the base before the Israeli strike to review rehabilitation work underway there.</p><p>Syria's top diplomat discusses Middle East in Pakistan</p><p>Syria's Foreign Minister Assad al-Shibani arrived in Islamabad for talks expected to focus on regional issues, Pakistan's Ministry of Foreign Affairs said.</p><p>The visit comes days after Israeli airstrikes targeted an air base in northern Syria, causing damage but no casualties.</p><p>Pakistani officials say the country's political and military leadership remains in contact with both Iran and United States over efforts to de-escalate tensions and push for the resumption of talks after a 60-day deadline under a June memorandum of understanding expired. The agreement was brokered by Pakistan with help from regional countries.</p><p>Bodies of Pakistani sailors returned after Houthi attack</p><p>The bodies of two Pakistanis killed in last week’s Houthi attack on a Tanzanian-flagged commercial vessel in the Bab el-Mandeb Strait have been repatriated to Pakistan.</p><p>Six Pakistani sailors who were injured in the attack have also safely returned to the country, Foreign Minister Ishaq Dar said in a post on X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ONS66FKGLGNYDM6KADLVWEMXXU.jpg?auth=301a98462361e7979568f055852fc838d53d98be43f70232394c53fab07af82e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the flag-draped bodies of Palestinians killed in Israeli strikes during the war with Hamas, whose remains were recently recovered from the rubble, in Gaza City, Thursday, Aug. 20, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZL2UGC5YDCFH5GTXHKRPUKXRU.jpg?auth=ea0fbc895d2fb5a0c1e4c97df13c6900b8eab0be766ece4d816d37eed50fb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners attend the funeral Palestinians killed in Israeli strikes during the war with Hamas, whose remains were recently recovered from the rubble, in Gaza City, Thursday, Aug. 20, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EE5EL7OEVNVGVCIYISLIJ6NRXI.jpg?auth=3ba6c61db14877be5b335ec09d372f7d956fa36b27e1ef543e3fd96831b9cc68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the flag-draped bodies of Palestinians killed in Israeli strikes during the war with Hamas, whose remains were recently recovered from the rubble, in Gaza City, Thursday, Aug. 20, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4DRHXG55EVK5VLBZC7OG74GH7M.jpg?auth=b2328499f2761cceaf21854b65679e4bcca85e7f32ed7bb5d1511fae5027e6a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the flag-draped bodies of Palestinians killed in Israeli strikes during the war with Hamas, whose remains were recently recovered from the rubble, in Gaza City, Thursday, Aug. 20, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3XRHFK54YACDZDGPSDTZMY44E.jpg?auth=fd2708d0d6c5e4ac64a74cc9c2a668b2e5a9dd0a231a627061988e986203eda8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by the Pakistan Ministry of Foreign Affairs, Syrian Foreign Minister Asaad Hassan al-Shibani, left, shakes hands with his Pakistani counterpart Ishaq Dar before their meeting in Islamabad, Pakistan, Thursday, Aug. 20, 2026. (Pakistan Ministry of Foreign Affairs via AP)]]></media:description></media:content></item><item><title><![CDATA[Vietnam police charge man with rape after American woman alleges attack]]></title><link>https://www.local10.com/news/world/2026/08/20/vietnam-police-charge-man-with-rape-after-american-woman-alleges-attack/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/vietnam-police-charge-man-with-rape-after-american-woman-alleges-attack/</guid><dc:creator><![CDATA[By ANIRUDDHA GHOSAL, Associated Press]]></dc:creator><description><![CDATA[HANOI, Vietnam (AP) — Vietnam has charged a man with rape after an American student said she was assaulted while in her bed during a group holiday.]]></description><pubDate>Thu, 20 Aug 2026 10:07:07 +0000</pubDate><content:encoded><![CDATA[<p>HANOI, Vietnam (AP) — Vietnam has charged a man with rape after an American student said she was assaulted while in her bed during a group holiday.</p><p>Nguyen Thi Quynh Tam, 24, said she was raped on July 5 and pressured by the man’s family to accept money and not go to police. She said the police also initially urged her to settle the matter privately.</p><p>The AP does not usually identify people who say they have been sexually assaulted. Her candor is unusual for Vietnam, where sexual violence is rarely discussed publicly, but she said she wanted to speak out to help protect other women.</p><p>“I’m doing this not just for me. But for everybody else that has been harmed,” said Tam.</p><p>Tam’s account was documented in interviews, her police complaint and communications with U.S. and Vietnamese officials. After she sought help from U.S. officials and a U.S. lawmaker, officials confirmed Thursday that they had charged the 23-year-old man.</p><p>Vietnam’s foreign ministry spokesperson Pham Thu Hang said authorities had initiated legal proceedings “in accordance with Vietnamese law.” She did not respond to questions about alleged police pressure to settle the case.</p><p>The man charged in the case did not respond to AP queries sent via social media.</p><p>Tam, whose family moved to the United States when she was 5 years old, returned to Vietnam in May for a banking internship, hoping to reconnect with her family’s homeland. She joined a group of acquaintances on a July 4 trip to a resort in Phu Tho, near Hanoi.</p><p>The group stayed up late and when she went to bed, Tam found herself locked out of the room where she expected to sleep. She found another bedroom and fell asleep with the door unlocked, then awoke to the 23-year-old man kissing her neck.</p><p>Her complaint says Tam told him not to touch her, but he persisted and climbed on top of her. She pushed and punched him and shouted, “No!” But he pinned both her arms above her head and raped her.</p><p>Later that night, she messaged her boyfriend in the U.S. that she had been raped. The AP has seen the messages.</p><p>Afterward, she said she blamed herself and struggled mentally. Others in the group they traveled with told her the man was from a wealthy, politically-connected family and she was unsure what to do.</p><p>Tam said the man apologized twice on July 9, in a note and during a phone call. The AP has heard a recording of the call and seen the note.</p><p>On July 11, Tam and friends of her family met with the man's father in an encounter suggested by members of the group she traveled with. She said he asked how much money she wanted for not involving the police. He called five days later, again offering compensation, she said.</p><p>In an email to the The Associated Press, the father said the two had been “intimate,” but he declined to comment further. He said his family had “no intention” of pressuring Tam to drop the case.</p><p>Tam said that after she reported the incident to police on July 21, they took her back to the room where she said she was raped and asked her to reenact the assault, leaving her distraught.</p><p>“A part of me is gone. And it’s in that room,” she said.</p><p>The next day, she said, police urged her to meet with the 23-year-old and to sign a statement saying she had refused a rape kit and a lawyer. She refused. The police again asked her to settle while she was getting mental health care at a Hanoi hospital, she said.</p><p>Tam, who is from Houston, Texas, said she got little help at the U.S. Embassy in Hanoi, where she was told she could report the matter to Vietnamese police, or return home. She said she was discouraged when they cited a previous sexual assault case that dragged on for over a year before being dropped.</p><p>After Tam's father contacted their senator, Ted Cruz, the embassy called her to apologize. It told Cruz’s office it had supported Tam and helped her contact authorities. Her father called that “inaccurate,” according to a July 29 email exchange.</p><p>The State Department said it was aware of her case, but couldn't comment further because of legal and privacy reasons. It said American “safety and security” was its top priority.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7OTNW7WLDEYPKPW7YUJQ62F55I.jpg?auth=50c7b3d6a33295f6b6071e52936898dc22a76040e29deac2c37c0aedc3838b17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nguyen Thi Quynh Tam wipes her tears during an interview with The Associated Press in Hanoi, Vietnam, Thursday, Aug. 13, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LQRZFFSLAZMFO6LGQM66G6JRPM.jpg?auth=871a214ca30955b8acd949611405c090c22edfa787a0e56744264683f7d34652&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nguyen Thi Quynh Tam wipes tears during an interview with The Associated Press in Hanoi, Vietnam, Thursday, Aug. 13, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ESKILC6R5NW3D3L2NXO7QVUFB4.jpg?auth=566456f2f70435cbd0853c031724946953b49db6a454d7f2eb4637dad1d7ad77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nguyen Thi Quynh Tam looks at her father after an interview with The Associated Press in Hanoi, Vietnam, Thursday, Aug. 13, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZOHRHIKAD25M75Y7PYJSLCHGKE.jpg?auth=72fdf70cf79797a902e83765b5f0d44b1ab07d757650c9df7bbe095cd7fa139f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nguyen Thi Quynh Tam speaks during an interview with The Associated Press in Hanoi, Vietnam, Thursday, Aug. 13, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5QMI4R4HNTR7ZNUAGZJ2OXYQNM.jpg?auth=d6e64bebf931163f619c437bac8476cd6650f7e6e890dc47dcc1ffa99d825adb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nguyen Thi Quynh Tam speaks during an interview with The Associated Press in Hanoi, Vietnam, Thursday, Aug. 13, 2026. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[States pour taxpayer dollars into college sports as athlete pay, soaring costs squeeze budgets]]></title><link>https://www.local10.com/sports/2026/08/20/states-pour-taxpayer-dollars-into-college-sports-as-athlete-pay-soaring-costs-squeeze-budgets/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/states-pour-taxpayer-dollars-into-college-sports-as-athlete-pay-soaring-costs-squeeze-budgets/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[Win or lose, the North Carolina Tar Heels already will be in elite company when they kick off the college football season against Texas Christian University in a game played in Dublin. They will be among a small but growing number of athletic programs receiving taxpayer funding from their home states.]]></description><pubDate>Thu, 20 Aug 2026 10:01:27 +0000</pubDate><content:encoded><![CDATA[<p>Win or lose, the North Carolina Tar Heels already will be in elite company when they kick off the college football season against Texas Christian University in a game played in Dublin. They will be among a small but growing number of athletic programs receiving taxpayer funding from their home states.</p><p>With universities competing to pay athletes millions of dollars, some states now are propping up their strained sports budgets in ways not previously seen. The state dollars aren’t going directly to star athletes. But by funding facilities and administrative costs normally borne by the schools, states are freeing universities to use their own dollars for other purposes.</p><p>The athletics program at the University of North Carolina at Chapel Hill, for the first time, is receiving $3 million earmarked from state sports betting taxes. Wisconsin lawmakers approved $15 million for athletic costs at the University of Wisconsin. And Connecticut and Louisiana also are using tax dollars to support college athletics. Even more states have considered it.</p><p>Sports business analysts see an emerging trend.</p><p>“Once one state provides that kind of assistance, schools in competing states can argue that they are being placed at a competitive disadvantage, which could create additional pressure on legislatures to respond,” said Daniel McIntosh, faculty director of the sports business program at Arizona State University.</p><p>Legal cases have accelerated spending on college athletes</p><p>NCAA rules long barred college athletes from getting paid by schools and boosters. But under pressure from lawsuits and states, the NCAA cleared the way in 2021 for athletes to receive money from private entities for the use of their name, image or likeness (NIL). Then a legal settlement last year allowed higher education institutions to directly pay athletes a total of about $20.5 million annually — on top of any scholarships and other NIL deals they receive.</p><p>That cap rose to $21.3 million for this school year, and is set to rise again the following year.</p><p>Many mid-level programs cannot afford that much. But almost all NCAA Division I athletic programs are trying to generate more money to pay athletes in a bid to remain competitive with their peers. At the same time, schools have been incurring greater costs for facilities, coaches’ salaries and travel amid conference realignments that discarded old geographic-based rivalries.</p><p>Over the past four years, athletic operating expenses at public Division I institutions shot up by nearly a third — notably outpacing revenue and running up deficits, according to an Associated Press analysis using the Knight-Newhouse College Athletics Database.</p><p>Federal legislation could drive athletic costs even higher</p><p>The Protect College Sports Act, pending in the U.S. Senate, has been promoted as a way to put guardrails on college sports spending. But it could potentially allow even greater spending by schools.</p><p>The latest version would allow institutions to pay up to an additional $27.5 million annually to retain players on their rosters, pushing the overall athlete payment cap close to $50 million. The higher ceiling could reduce the demand for third-party NIL deals.</p><p>But the legislation contains no provision restraining increases in state and institutional funding for athletics, said Amy Privette Perko, CEO of the Knight Commission on Intercollegiate Athletics.</p><p>“Without some restraint on the underlying spending competition, additional public funding could simply finance the next stage of the arms race,” McIntosh said.</p><p>States are routing money to schools in creative ways</p><p>When North Carolina launched online sports wagering in 2024, it earmarked part of the tax revenue for athletic departments at 13 public universities. But the two largest institutions — the University of North Carolina at Chapel Hill and North Carolina State University — were excluded.</p><p>That changed in July under a new state budget that raises the sports betting tax. Those two schools now are projected to receive $3 million each this year and $5.8 million next year.</p><p>In the meantime, Louisiana also hiked its sports wagering tax and earmarked about $2.2 million to each of its 11 public universities in conferences with Division I football programs.</p><p>Seeking to drum up athletic revenue, Connecticut lawmakers authorized the University of Connecticut to issue vouchers for state tax credits equal to half the amount of donations, sponsorships and licensing endorsements. The program generated $1.7 million in its first four months, according to a university report.</p><p>New Jersey’s new budget allots $5 million for “events attraction and marketing” at Rutgers’ flagship campus. A university spokesperson declined to say if the money would be used for athletic programs.</p><p>Though not providing new state money, the governing board for Florida’s universities last year authorized institutions to transfer up to $22.5 million to athletics. Florida State University did so almost immediately, and other schools have since followed.</p><p>Lawmaker says a bad football team is bad for the state</p><p>The Wisconsin budget provides $14.6 million for athletic facility debt payments at the University of Wisconsin-Madison and $200,000 each for the Milwaukee and Green Bay campuses.</p><p>“None of that state funds technically would go toward student athletes,” said Republican state Rep. Alex Dallman, who sponsored the legislation.</p><p>But with the state covering facility debt, the university could use its own funds “for other things, such as NIL, or just trying to compete,” said Dallman, who typically attends a couple Wisconsin football games each year.</p><p>“Having a bad football team, having uncompetitive college sports in general, would not be beneficial to our state, both culturally or economically,” Dallman said. “So we decided as a state we’d help out.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YIFYJ4IDS6BEJDBR5XLYSTDMIM.jpg?auth=4155b482144d3b95a32a4c6152fd9ee49474f972a6ca111399e44954e6c98641&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina defensive lineman Melkart Abou-Jaoude (9) follows a play against Central Florida during the second half of an NCAA football game, Sept. 20, 2025, in Orlando, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXO5P3RCU5PSPGFFFXGVDSKMYM.jpg?auth=8a0f384058fe3a8f26059c99a9cbde934f2402574d59a6c815995ffd83b4e861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina head coach Bill Belichick looks towards the field after the final play in overtime in a loss to Virginia following an NCAA college football game in Chapel Hill, N.C., Oct. 25, 2025. (AP Photo/Ben McKeown, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VAOMIL4GMMFYJVHZZC4MEP6QHA.jpg?auth=a5d3633a622050fe9b0f8d6d54c5ef3eaaa74cd839e566ba03485ef47f3da25d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana wide receiver Charlie Becker makes a touchdown catch over Wisconsin safety Austin Brown (9) during the first half of an NCAA college football game, Saturday, Nov. 15, 2025, in Bloomington, Ind. (AP Photo/Darron Cummings, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content></item><item><title><![CDATA[Tormentas azotan Alemania durante la noche mientras países balcánicos combaten incendios]]></title><link>https://www.local10.com/espanol/2026/08/20/tormentas-azotan-alemania-durante-la-noche-mientras-paises-balcanicos-combaten-incendios/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/tormentas-azotan-alemania-durante-la-noche-mientras-paises-balcanicos-combaten-incendios/</guid><dc:creator><![CDATA[Por KIRSTEN GRIESHABER y JOVANA GEC, Associated Press]]></dc:creator><description><![CDATA[BERLÍN (AP) — Una mujer falleció y al menos otras dos personas resultaron heridas después de que fuertes tormentas causaran daños extensos durante la noche en algunas zonas de Alemania. Al sureste, en los Balcanes, los bomberos seguían combatiendo incendios forestales como los que han arrasado Europa durante todo el verano.]]></description><pubDate>Thu, 20 Aug 2026 11:32:57 +0000</pubDate><content:encoded><![CDATA[<p>BERLÍN (AP) — Una mujer falleció y al menos otras dos personas resultaron heridas después de que fuertes tormentas causaran daños extensos durante la noche en algunas zonas de Alemania. Al sureste, en los Balcanes, los bomberos seguían combatiendo incendios forestales como los que han arrasado Europa durante todo el verano.</p><p>En Waldorf, en el estado suroccidental de Renania-Palatinado, una mujer perdió la vida tras ser golpeada por la caída de un árbol, informó el jueves la agencia de noticias alemana dpa. Otra mujer sufrió lesiones graves en el mismo incidente, indicó la policía.</p><p>Las mujeres, de 58 y 47 años, caminaban juntas cuando se desató una tormenta y se refugiaron en una zona de asientos cubierta. Ambas fueron alcanzadas cuando un árbol fue arrancado de raíz y cayó sobre los asientos. La mujer de más edad murió en el lugar, señaló un portavoz policial. La otra fue trasladada a un hospital.</p><p>Un tornado golpeó la localidad de Fürstenwalde, a 78 kilómetros (49 millas) al sureste de Berlín. Algunos tejados fueron arrancados, varios autos resultaron dañados por la caída de árboles, y una persona sufrió heridas, según dpa.</p><p>En Höhr-Grenzhausen, en el distrito de Westerwald, en el oeste del país, una tormenta arrancó paredes de edificios. Al menos dos viviendas se vieron afectadas, de acuerdo con dpa. La caída de trozos de fachadas y los escombros arrastrados por el viento causaron más daños, y varios árboles fueron arrancados de raíz. En la zona se registró también un apagón generalizado mientras que fuertes ráfagas de viento volcaron un camión en la autopista A61.</p><p>También se registraron numerosas llamadas de emergencia relacionadas con el mal tiempo durante la noche en Hesse, Turingia y Baviera.</p><p>Un festival en la localidad de Kronach, en Baviera, fue evacuado parcialmente debido a las fuertes tormentas. Unos 3.500 asistentes tuvieron que abandonar la zona al aire libre del recinto a última hora de la noche del miércoles, informó la policía local. Los festejos continuaron dentro de las carpas con cervecerías.</p><p>En Wetzlar, en Hesse, la tormenta dañó unas 60 casas, según los bomberos. En algunos casos, fragmentos de techos salieron volando hasta 100 metros (110 yardas) de distancia, dijo dpa.</p><p>El Servicio Meteorológico alemán advirtió que podrían producirse más tormentas fuertes más tarde en el día, en especial en Baden-Württemberg y Baviera, en el sur del país.</p><p>Aunque en Alemania las tormentas estuvieron acompañadas de temperaturas más frescas, en el sureste de Europa seguían siendo altas y se registraron incendios en algunas partes de la región.</p><p>Los bomberos luchan contra el fuego en los Balcanes</p><p>En Serbia, un avión ruso de extinción de incendios se sumó el jueves a los esfuerzos para combatir incendios forestales que devastaron una reserva natural en el noreste, mientras el país balcánico enfrenta una nueva ola de calor en los próximos días.</p><p>El Il-76 aterrizó en Serbia el miércoles por la noche, en un ejemplo de la continuidad de las relaciones entre ambos países pese a la intención declarada de Belgrado de unirse a la Unión Europea.</p><p>El incendio en Deliblatska Pescara, o Deliblato Sands, comenzó hace un mes, pero estuvo bajo control hasta principios de agosto, cuando empezó a propagarse rápidamente calcinando miles de hectáreas (acres) de bosques de pinos y matorrales.</p><p>Varios fuegos de gran tamaño han arrasado otras partes del país, así como otros puntos en la región en las últimas semanas. Este año, el verano extremadamente caluroso y seco ha alimentado los incendios forestales en toda Europa, desde Bélgica hasta Grecia.</p><p>Bomberos croatas de la popular Dubrovnik se sumaron el jueves a la lucha para contener un incendio al otro lado de la frontera en Bosnia para evitar que se propagara hacia la ciudad medieval amurallada, que está protegida por la UNESCO.</p><p>“Fue una noche dura”, dijo el comandante de la unidad regional de bomberos, Stjepan Simović, a la agencia noticiosa Hina. “El incendio es enorme y en un terreno inaccesible, así que tenemos que estar atentos”.</p><p>___</p><p>Gec informó desde Belgrado, Serbia.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BMKTS4YWDPCA6WMMG4UOOPSDYY.jpg?auth=553aa6e33bb5050716c5eb4323a574def228a65215786377b69fed2b6763721b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un avión ruso Il-76 de extinción de incendios participa en un operativo contra el fuego en Deliblatska Pescara, cerca de la localidad de Sumarak, a 70 kms al noroeste de Belgrado, Serbia, el 20 de agosto de 2026. (AP Foto/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content></item><item><title><![CDATA[Deadly overnight storms batter Germany as Balkan countries fight wildfires]]></title><link>https://www.local10.com/news/world/2026/08/20/deadly-overnight-storms-batter-germany-as-balkan-countries-fight-wildfires/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/deadly-overnight-storms-batter-germany-as-balkan-countries-fight-wildfires/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER and JOVANA GEC, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — A woman died and at least two other people were injured as severe storms caused extensive damage overnight across parts of Germany. Further southeast, in the Balkans, firefighters continued to battle wildfires that have been raging across Europe all summer.]]></description><pubDate>Thu, 20 Aug 2026 11:23:51 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — A woman died and at least two other people were injured as severe storms caused extensive damage overnight across parts of Germany. Further southeast, in the Balkans, firefighters continued to battle wildfires that have been raging across Europe all summer.</p><p>In Waldorf, in the southwestern state of Rhineland-Palatinate, a woman was struck by a falling tree and fatally injured, the German news agency dpa reported Thursday. Another woman suffered serious injuries in the accident, police said.</p><p>The women, 58 and 47, were walking together when a storm rolled in and they sought shelter under a covered seating area. Both women were struck when a tree was uprooted and fell onto the seating area. The 58-year-old died at the scene, a police spokesperson said. The 47-year-old was taken to a hospital.</p><p>A tornado struck the town of Fürstenwalde, 78 kilometers (49 miles) southeast of Berlin. Roofs were torn off and several cars were damaged by falling trees, and one person was injured, according to dpa.</p><p>In Höhr-Grenzhausen in the Westerwald district in western Germany, a storm tore walls from buildings. At least two homes were affected, according to dpa. Falling pieces of building facades and flying debris caused additional damage, and several trees were uprooted. A widespread power outage also hit the area, while strong gusts of wind overturned a truck on the A61 highway.</p><p>There were also numerous weather-related emergency calls overnight in Hesse, Thuringia and Bavaria.</p><p>A village festival in Kronach, Bavaria, was partially evacuated due to severe storms. About 3,500 guests had to leave the outdoor area of the festival grounds late Wednesday evening, local police said. They were able to continue celebrating inside the beer halls.</p><p>In Wetzlar, in Hesse, the storm damaged about 60 houses, according to the fire department. In some cases, pieces of roofing were blown as far as 100 meters (110 yards) away, dpa reported.</p><p>The German Weather Service warned that further severe storms could occur later in the day, particularly in Baden-Württemberg and Bavaria in southern Germany.</p><p>While the storms in Germany were accompanied by cooler temperatures, high temperatures continued to be recorded in southeastern Europe, and fires raged in some parts of the region.</p><p>Firefighters are battling wildfires in the Balkans</p><p>In Serbia, a Russian firefighting plane joined efforts in Serbia on Thursday to fight wildfires that devastated a nature reserve in the northeast as the Balkan country faces a fresh heat wave in the coming days.</p><p>The Il-76 plane landed in Serbia on Wednesday evening, also illustrating continued friendly relations between the two countries despite Belgrade’s proclaimed intention to join the European Union.</p><p>The fire in Deliblatska Pescara, or Deliblato Sands, first erupted a month ago, but was under control until early August when it started spreading swiftly, engulfing thousands of acres of pine forests and shrubbery.</p><p>Several other big fires also have been raging in other parts of the country, as well as throughout the region in the past weeks. An extremely hot and dry summer this year has fueled wildfires throughout Europe, from Belgium to Greece.</p><p>Croatian firefighters from the popular tourism hot spot of Dubrovnik on Thursday joined a struggle to contain a fire across the border in Bosnia to prevent it from spreading toward the medieval walled city that is a UNESCO protected heritage site.</p><p>“It was a hard night,” regional firefighting unit commander Stjepan Simović told the Hina news agency. "The fire is huge and in an inaccessible terrain, so we have to be vigilant.”</p><p>___</p><p>Gec reported from Belgrade, Serbia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/COICKWGRSVIUJ2YZ3W3TBZX2UM.jpg?auth=20f9e64ede95bc35900ba8a3b0eab6db8337814b72889faed1627581cfdd62f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Russian Il-76 firefighting plane battles a forest fire in Deliblatska Pescara (Deliblato Sands), near the village of Sumarak, 70 kilometers north-west of Belgrade, Serbia, Thursday, Aug. 20, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EX5AMGEVS46NQMQHKEIBOST4HQ.jpg?auth=532cbb49de76d53e564ca9ecc6c39cb843e624c3f7491311870d4fdee57ff169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter's helicopter battles a forest fire in Deliblatska Pescara (Deliblato Sands), near the village of Sumarak, 70 kilometers north-west of Belgrade, Serbia, Thursday, Aug. 20, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content></item><item><title><![CDATA[North Korea fires barrage of missiles toward the sea after dismissing overture from Trump]]></title><link>https://www.local10.com/news/world/2026/08/20/south-korea-says-north-korea-fires-barrage-of-short-range-ballistic-missiles-toward-the-sea/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/south-korea-says-north-korea-fires-barrage-of-short-range-ballistic-missiles-toward-the-sea/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — North Korea launched a barrage of ballistic missiles toward the sea on Thursday, South Korea's military said, a day after the North shrugged off a U.S. decision to scale back military drills with South Korea in an apparent bid to resume diplomacy.]]></description><pubDate>Thu, 20 Aug 2026 11:31:49 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — North Korea launched a barrage of ballistic missiles toward the sea on Thursday, South Korea's military said, a day after the North shrugged off a U.S. decision to scale back military drills with South Korea in an apparent bid to resume diplomacy.</p><p>The Joint Chiefs of Staff said the launches of about 10 short-range ballistic missiles happened from North Korea’s capital region around 5 p.m. (0800 GMT) on Thursday. The military said the missiles flew about 300 kilometers (185 miles) each toward North Korea’s eastern waters.</p><p>The military said South Korea has bolstered its surveillance posture and was closely coordinating information on the launches with the U.S. and Japan. South Korea’s presidential national security council issued a statement urging North Korea to halt ballistic missile launches.</p><p>The Japanese prime minister's office had earlier said that it detected a suspected missile launch.</p><p>U.S. President Donald Trump earlier ordered the Pentagon to “substantially reduce” the Ulchi Freedom Shield exercises, just before they began Monday. Trump cited what he said was a good relationship with Kim and South Korea’s refusal to support him over the war in Iran.</p><p>On Wednesday, the South Korean and U.S. militaries confirmed they shortened the 11-day drills by shortening their duration by about half and canceling some field training exercises. The reduction of the exercises raised worries about the allies’ joint defense posture.</p><p>Kim Yo Jong, the influential sister of North Korean leader Kim Jong Un, dismissed Trump’s overture later Wednesday, saying “the provocative, aggressive nature of the drills won’t change even though their duration and size were reduced.”</p><p>“If the U.S. calculates that it can propagate its recent measure as the one of so-called good faith, they will not get the desired answer,” she said in a statement.</p><p>She denied Trump’s claim that Kim Jong Un had responded to his request for a conversation.</p><p>Kim Yo Jong still refrained from the typical North Korean reaction of fiery rhetoric and said personal relations between her brother and Trump are “still excellent.” That signals North Korea would want to wait for Trump to make bigger concessions before returning to talks.</p><p>When asked by reporters Wednesday if he would be meeting with Kim Jong Un this year, Trump said that “Yeah, I will be.” He wouldn’t answer a question about whether he is exchanging letters with Kim but said he gets along with him.</p><p>The Ulchi Freedom Shield is one of the main military exercises conducted by the U.S. and South Korea annually to enhance their ability to cope with potential North Korean aggression. Washington and Seoul say their drills are defensive in nature, but North Korea calls them an invasion rehearsal and often reacts with weapons tests.</p><p>Before this month's drills started, North Korea accused the U.S. and South Korea of plotting more provocative exercises this summer and vowed to respond with "a new level of a deterrent.” Days before the drills' start, North Korea fired two ballistic missiles into the sea in its first such launches since late June.</p><p>Trump's earlier diplomacy with Kim Jong Un collapsed in 2019 due to disputes over how much sanctions relief North Korea should be given in return for dismantling its main nuclear complex, a limited denuclearization step. Kim has since shunned any talks with the U.S., pushed to modernize weapons arsenals and expanded cooperation with Russia.</p><p>Kim has said he won’t place his nuclear program back on the negotiating table. Experts say Kim has more leverage than when he first held talks with Trump in 2018 and 2019. They say Kim likely hopes to eventually win international recognition as a nuclear state and extensive sanctions relief in exchange for only limited steps toward denuclearization.</p><p>__</p><p>Associated Press writer Mari Yamaguchi in Tokyo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UZBPVW7GSDV63MVK6A5KKLKZOM.jpg?auth=ad3688ca249108dbebf20419520c67a48da47eac5099ddee5323821bfa6dd5cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A TV screen shows a file image of North Korea's missile launch during a news program at Seoul Railway Station in Seoul, South Korea, Thursday, Aug. 20, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6VPJNRDNDSELF4UTBU73OVOJU.jpg?auth=bb93aea7ef36033dea8a19944582ecdc8bc09a6c664b6395003e1e164ec32e3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Army soldiers try to dismantle a floating bridge during a training exercise on a river in Yeoncheon, South Korea, near the border with North Korea, Thursday, Aug. 20, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BBNSGFJFBSBFQXFSX6YU2QM4OY.jpg?auth=09924e04b7232dfb5d5ab7ca646a33db31f68649a884b92e1ecd994e41ac2f81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Army soldiers try to dismantle a floating bridge during a training exercise on a river in Yeoncheon, South Korea, near the border with North Korea, Thursday, Aug. 20, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Max Verstappen extends contract with Red Bull to 2030 after he weighed up leaving F1]]></title><link>https://www.local10.com/sports/2026/08/20/max-verstappen-extends-f1-contract-with-red-bull-to-2030/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/20/max-verstappen-extends-f1-contract-with-red-bull-to-2030/</guid><dc:creator><![CDATA[By JAMES ELLINGWORTH, Associated Press]]></dc:creator><description><![CDATA[ZANDVOORT, Netherlands (AP) — Max Verstappen says he seriously considered leaving Formula 1 before the four-time champion instead committed to four more years with Red Bull on Thursday.]]></description><pubDate>Thu, 20 Aug 2026 11:44:10 +0000</pubDate><content:encoded><![CDATA[<p>ZANDVOORT, Netherlands (AP) — Max Verstappen says he seriously considered leaving Formula 1 before the four-time champion instead committed to four more years with Red Bull on Thursday.</p><p>The announcement of his contract extension ahead of Verstappen’s home Dutch Grand Prix this weekend ends speculation that he could seek a blockbuster move to another team or quit the sport.</p><p>It comes despite Red Bull struggling to match the pace of leading team Mercedes this season, and Verstappen's own frustration with how much the 2026 cars rely on electrical power.</p><p>“After the first few races (this year), I said to Laurent (Mekies, Red Bull team principal): ‘Don’t come to me with any kind of questions about the future because I don’t even know if I want to stay.’ Honestly, we always kept it very open,” Verstappen said.</p><p>He added that talks with F1 and governing body the FIA had persuaded him that “we are slowly working towards something that becomes better and better” with the current cars, while the new contract until 2030 could cover a planned return to simpler V8 engines.</p><p>“Even if I’m not entirely happy with how the package is, I still love racing, this is still the pinnacle of motorsport, so I still want to be here,” he added.</p><p>Asked whether he’d spoken with other teams, he said: “I think I was closer to retiring than changing team.”</p><p>Seeing out the contract in full would take Verstappen to 15 seasons with Red Bull. It would be the longest-running driver-team pairing in F1 history. It comes with strong support for team principal Mekies after he replaced the team's founding boss Christian Horner last year.</p><p>In return, Mekies laid out how the team is built around Verstappen.</p><p>“He’s a lot more than the fastest driver in the world for us,” Mekies said. “He’s the central point of the team. He’s one we always refer to for all the strategic decisions we are making, and to know that he’s going to be with us in order to build that next winning cycle is phenomenal.”</p><p>Verstappen, already considered one of F1’s all-time greats at the age of 28, has yet to win a race this season. The 71-time race winner hasn’t had a winless season since his rookie year in 2015.</p><p>Verstappen’s previous contract ran through 2028 but reportedly included performance-related clauses which could have potentially allowed him to leave earlier and which fueled speculation he might seek to move.</p><p>Red Bull backed Verstappen’s career from childhood and brought him into F1 at the age of 17 in 2015 at its second team, then called Toro Rosso. That made him the youngest driver in series history, a record he still holds.</p><p>Still, there had been signs of tension in recent years amid the departures of a series of key staff including Horner last year and car design great Adrian Newey.</p><p>Verstappen also raised safety concerns this season after two separate faults with the Red Bull car’s rear wing hurled him into high-speed crashes.</p><p>Verstappen had been linked with a move to McLaren after reports of a meeting in June between his representatives and McLaren management. McLaren chief executive Zak Brown said at the time the team didn't have an opening for him and would stick with Lando Norris and Oscar Piastri.</p><p>One driver who had been considered a potential replacement for Verstappen at Red Bull, Carlos Sainz Jr., signed a new contract on Wednesday with Williams.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N3DKNWI6MI22QTK7GQHA7N6ESE.jpg?auth=49728116561893c68c31fccde0646ebda444f14f1aff5f79dbda3a0874f82f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Second placed Red Bull driver Max Verstappen of the Netherlands waves after the Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Sunday, July 26, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2CQOFVHMKQXNYXR523SKBS2FU.jpg?auth=708db9dae1b6a044ec0b83bf5589bf8c61b5fd44e42177b04f9cb0ae135193bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain, center, celebrates with second placed Red Bull driver Max Verstappen of the Netherlands, right, and third placed Mercedes driver Andrea Kimi Antonelli of Italy after winning the Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Sunday, July 26, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3L4XJGCXHT2JQ6INP6DMGFFSS4.jpg?auth=ad25671064f30595c0337cd53e53c8d2094fc9b226db7a6d3e15e5e177418b4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Second placed Red Bull driver Max Verstappen of the Netherlands celebrates after the Formula One Hungarian Grand Prix auto race, at the Hungaroring racetrack in Mogyorod, near Budapest, Hungary, Sunday, July 26, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Un barco histórico emerge en Serbia mientras la sequía y el calor secan ríos de Europa]]></title><link>https://www.local10.com/espanol/2026/08/20/un-barco-historico-emerge-en-serbia-mientras-la-sequia-y-el-calor-secan-rios-de-europa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/20/un-barco-historico-emerge-en-serbia-mientras-la-sequia-y-el-calor-secan-rios-de-europa/</guid><dc:creator><![CDATA[Por MARKO DROBNJAKOVIC y JOVANA GEC, Associated Press]]></dc:creator><description><![CDATA[SREMSKA MITROVICA, Serbia (AP) — Los restos de un remolcador de vapor de principios del siglo XX son la reliquia más reciente que emerge de las aguas menguantes en Serbia, mientras los ríos de Europa se secan y el continente sufre un calor extremo y una sequía persistente.]]></description><pubDate>Thu, 20 Aug 2026 06:58:37 +0000</pubDate><content:encoded><![CDATA[<p>SREMSKA MITROVICA, Serbia (AP) — Los restos de un remolcador de vapor de principios del siglo XX son la reliquia más reciente que emerge de las aguas menguantes en Serbia, mientras los ríos de Europa se secan y el continente sufre un calor extremo y una sequía persistente.</p><p>El casco oxidado —que en su día fue una embarcación célebre conocida como el Slovenian— afloró a principios de este mes en el río Sava, cerca de la localidad serbia de Sremska Mitrovica, 70 kilómetros (45 millas) al noroeste de la capital, Belgrado.</p><p>Aunque algunas partes ya habían asomado antes del agua, los vecinos dicen que nunca se había visto el pecio tan expuesto.</p><p>“Han pasado varios años desde la última vez que se vio, así que hay bastante interés”, comentó el historiador Andrija Popovic, director del museo de la ciudad.</p><p>“De verdad es algo que no se ve todos los días”, añadió sobre el barco, al que los medios serbios han apodado “el Titanic del Sava”.</p><p>Buques de guerra, huesos de mamut y partes de construcciones antiguas han emergido de las aguas en retroceso del Danubio, el Rin y otros ríos durante la abrasadora sequía, que también ha alterado el comercio y el suministro de energía y de agua.</p><p>La falta de agua en el Danubio, en un mínimo histórico, ha afectado gravemente a centrales nucleares en Hungría y Rumania y ha detenido el tráfico en la segunda vía fluvial más grande de Europa. Una sequía de varios meses ha devastado cultivos desde Países Bajos hasta Bosnia y ha provocado una escasez de agua que llega hasta los Alpes.</p><p>El barco sobrevivió a dos guerras mundiales antes de hundirse</p><p>Según Popovic, el Slovenian fue construido en 1913 en un astillero de Budapest, Hungría, entonces parte del Imperio Austrohúngaro.</p><p>Medía aproximadamente 54 metros (177 pies) de eslora y al principio se llamaba Vag, que en húngaro alude al río más largo de Eslovaquia, el Vah. Con una máquina de vapor, el barco remolcaba cargas pesadas entre Budapest y otras localidades a lo largo del Danubio.</p><p>Durante la Primera Guerra Mundial, el barco en gran medida suspendió sus rutas, agregó Popovic. Al terminar la guerra y desmantelarse el Imperio Austrohúngaro, la propiedad del barco pasó al recién formado Reino de Serbios, Croatas y Eslovenos —que más tarde se convertiría en Yugoslavia— como parte de las reparaciones de guerra, explicó.</p><p>“Fue entonces cuando se le cambió el nombre a Slovenian”, explicó Popovic, y añadió que es un misterio “por qué se eligió ese nombre”.</p><p>Luego, durante la Segunda Guerra Mundial, el Slovenian —y su nuevo país— quedaron bajo ocupación de la Alemania nazi. Después de que las fuerzas antifascistas yugoslavas liberaran Belgrado en 1944, utilizaron el barco para trasladar heridos y equipo mientras empujaban a las tropas alemanas más hacia el oeste, indicó Popovic.</p><p>Popovic relató que el barco transportaba combatientes heridos cuando chocó con una mina alemana a finales de abril de 1945. “Se hundió y se ha quedado en el mismo lugar desde ese día”.</p><p>Un Danubio menguante muestra barcos alemanes y huesos de mamut</p><p>El Slovenian no es la única reliquia que ha emergido de los ríos europeos que se están secando.</p><p>En la frontera oriental de Serbia con Rumania, restos oxidados de barcos alemanes sobresalen de las aguas escasas del Danubio.</p><p>Los barcos, algunos aún cargados con armas, pertenecían a la flota del mar Negro de la Alemania nazi, que fue hundida deliberadamente cerca del final de la guerra mientras las tropas alemanas se retiraban de Rumania y las fuerzas soviéticas avanzaban más hacia el interior de Europa.</p><p>En Italia, la peor sequía en 70 años ha dejado al descubierto los pilares de un antiguo puente sobre el río Tíber que en su día usaron emperadores romanos, pero que cayó en desuso para el siglo III.</p><p>A medida que las aguas del Danubio se reducían en Bulgaria, investigadores se entusiasmaron al encontrar y recuperar una mandíbula, colmillos, un omóplato, costillas y otros fragmentos óseos pertenecientes a un mamut lanudo extinto, enterrado profundamente en la arena.</p><p>Expertos buscan formas de prepararse para un clima más extremo</p><p>Europa es el continente que se calienta más rápido en el mundo, con temperaturas que aumentan al doble del ritmo del promedio global desde la década de 1980, según el Servicio de Cambio Climático Copernicus de la Unión Europea.</p><p>Para finales de julio de 2026, la mitad de la Unión Europea y el Reino Unido estaba experimentando sequía, de acuerdo con el Observatorio Europeo de la Sequía de la Unión Europea, con el 9% del territorio en el nivel más severo de “alerta”.</p><p>Los científicos advierten que el cambio climático está agravando la frecuencia y la intensidad del calor y la aridez.</p><p>El experto serbio en hidrología Dejan Vladikovic sostuvo que la sequía actual es la combinación de la falta de nieve en invierno y una primavera muy seca.</p><p>“Lo que nos espera en el futuro... es que situaciones así serán más frecuentes”, afirmó Vladikovic. “Estamos entrando en periodos en los que esto, por desgracia, se convertirá en una nueva normalidad”.</p><p>Incluso las montañas están sufriendo. En los Alpes eslovenos, los refugios que dependen del agua de lluvia han restringido el uso de agua para alpinistas y excursionistas, incluso para duchas y baños.</p><p>El refugio Triglav, la cabaña para huéspedes a mayor altitud de Eslovenia, a 2.515 metros (8.251 pies) de elevación, está usando platos de papel este verano para ahorrar agua al lavar los utensilios.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I6X4DC2UUYWMHRI5QE6JBAW7SE.jpg?auth=5d1ff8243a8a5692510b1002fe5ea7a76a0bb76ad24176efffa050d00cd13e72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los restos de un viejo barco de vapor, conocido como el Slovenian, se ve debido al bajo nivel del río Sava cerca de la localidad de Sremska Mitrovica, al noroeste de la capital, Belgrado, en Serbia, el martes 18 de agosto de 2026. (AP Foto/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTPHLHDRYMK5AZZUQDQ5VE2DTU.jpg?auth=28b09b9148923538bc9fb29859c96a2dc3295dd6a68c34cf879aaec606470dbd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El pecio de un viejo barco de vapor conocido como el Slovenian se ve debido al bajo nivel del río cerca de la localidad de Sremska Mitrovica, al noroeste de la capital, Belgrado, Serbia, el martes 18 de agosto de 2026. (AP Foto/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content></item><item><title><![CDATA[Inside one of the world's few crash courses in conserving and caring for ancient papyrus manuscripts]]></title><link>https://www.local10.com/news/national/2026/08/20/inside-one-of-the-worlds-few-crash-courses-in-conserving-and-caring-for-ancient-papyrus-manuscripts/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/inside-one-of-the-worlds-few-crash-courses-in-conserving-and-caring-for-ancient-papyrus-manuscripts/</guid><dc:creator><![CDATA[By MIKE HOUSEHOLDER, Associated Press]]></dc:creator><description><![CDATA[ANN ARBOR, Mich. (AP) — Shijin Jiang pulled the precision binocular headband magnifier over her eyes and hunched down within a few inches of the ancient text resting on a light board.]]></description><pubDate>Thu, 20 Aug 2026 05:59:29 +0000</pubDate><content:encoded><![CDATA[<p>ANN ARBOR, Mich. (AP) — Shijin Jiang pulled the precision binocular headband magnifier over her eyes and hunched down within a few inches of the ancient text resting on a light board.</p><p>Using a pair of hand tools, Shijin carefully inspected the sheet made from the papyrus plant, proceeding with the utmost care. After all, it most likely hadn’t been handled in a century — nor read for thousands of years.</p><p>The Papyrus Conservation Summer Seminar at the University of Michigan is the only one of its kind in the Americas, according to the university. And it's one of the few in the world designed to convey the best practices for conserving papyrus manuscripts, ancient texts written on rolls or sheets made from the papyrus plant.</p><p>“If you touch this papyrus, you can feel the history,” said Shijin, a native of China who was among nine scholars from across the globe, including Ireland, Italy and the U.S., who took the 10-day course.</p><p>Michigan’s Papyrology Collection covers texts and documents from 1000 B.C.E. to 1000 C.E. No institution on this side of the world has more of them, the Ann Arbor school said, giving the researchers access to a vast collection of ancient papyri. There are portions of the Homer epics, “The Odyssey” and “The Iliad,” writings by the philosopher Epicurus and the oldest-known copy of the Epistles of Paul.</p><p>“Carrying on this tradition is an incredible responsibility, but it also is incredibly fun and rewarding, because there’s nothing I love more than getting people together from all over the world, sharing ideas, learning from each other,” said Marieka Kaye, who manages library preservation services for physical collections at the University of Michigan Library.</p><p>Kaye said she tried to make “things comfortable and not scary, because a lot of people just feel terrified working on these ancient things.”</p><p>The seminar introduced the papyrologists and conservators to techniques in the treatment, storage and care of the ancient texts, as well as documentation practices. Papyrus and its ink can crumble, smear or break, so Kaye encouraged the students to carefully remove dirt, sand, salt and debris; use controlled moisture to soften folds and realign fibers; and dry the papyrus slowly under light weight to prevent curling.</p><p>The first seminar was held in 2012, and they have been held every two years since, except for the 2020 pandemic year. About 50 students total have taken part.</p><p>“If we don’t train the next generations of conservators, this is a craft that is going to be lost,” said Giuliano Sidro, curator of Michigan's Papyrology Collection.</p><p>Michigan has so many papyrus manuscripts on hand that its researchers haven’t gone through them all. Some of the items were acquired, while others were excavated, during university expeditions to the ancient site of Karanis, Egypt, from 1924-35. Francis Willey Kelsey, a Latin professor who died in 1927, was the driving force behind the establishment of the Papyrology Collection. He believed Michigan students studying the ancient world needed access not only to books, but to the tangible remains of antiquity. Today, the Kelsey Museum of Archaeology is a fixture on the Michigan campus. Its collection represents one of the finest compilations of daily-life objects from Greco-Roman Egypt located outside of Cairo.</p><p>“This is a place where you make discoveries, potentially every day, if you just go into the vault, pick out a box and open something up, and you start reading,” Sidro said.</p><p>Of course, to make sense of it, one needs to be able to decipher Arabic, ancient Greek or Latin, and even Egyptian, one of the earliest known written languages that is now extinct. A few of the seminar participants were able to read the papyri, including Arzak Mohamed, who reads Arabic, and Mauro Castiello, a papyrology doctoral student in Milan, who can translate ancient Greek and Latin.</p><p>Kaye said she always tries to include a student from Egypt among the seminar participants.</p><p>Mohamed, a postdoctoral fellow at Macquarie University in Sydney, had heard about the papyrus seminar for years and always wanted to attend. The 42-year-old mother of three is from Fayoum, Egypt, not far from Karanis.</p><p>“Now, I can transfer this information from Michigan to Egypt and even in Australia,” she said. “I will be like the chain, connecting between the three countries.”</p><p>“By saving this information, we can transfer the knowledge to the next generation,” she added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XGUYVN4UFOQTPKZDVKAOPHODLA.jpg?auth=c2ac7a1843bbdf36cea898910e43ce5b79f6589af431e2f8d92a90a7bbad0ba2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Papyrus Conservation Summer Seminar student Shijin (Giada) Jiang examines a papyrus fragment at the University of Michigan, Thursday, Aug. 6, 2026, in Ann Arbor, Mich. (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HTAFVG6GYLFQP5R23PC2BBRJJM.jpg?auth=7b0b017a970100a0c0001aa2b0b0dd5ac07717bc4e401b7cce1bcbe304bedba8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Papyrus Conservation Summer Seminar instructor Marieka Kaye inspects student Mauro Castiello's papyrus fragment and provides him with feedback on his preservation work at the University of Michigan Thursday, Aug. 6, 2026, in Ann Arbor, Mich. (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHJ3J4FSHNES2BLX7PFUERGWGM.jpg?auth=2773132dbcdbe6d720ef05075e707e30ba9c88ba2c17cbe62481f288a8944750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Papyrus Conservation Summer Seminar student Alessandra Quadrelli examines a papyrus fragment at the University of Michigan Thursday, Aug. 6, 2026, in Ann Arbor, Mich. (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ALSKKMBLP6AMDWVL7JFI6R62IU.jpg?auth=4eda9924e8215b67f79171d22d63fad92ec1ef09131ab900fd73e378c07a9103&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[University of Michigan Papyrology Collection curator Giuliano Sidro looks at fragments of the Epistles of Paul Thursday, Aug. 6, 2026, in Ann Arbor, Mich. (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVX44XSXXVYEKDUCEY5CYUTEJU.jpg?auth=7aade82c65e26fb7689c38101181d320490b2e64ae0114d0670ac56badcce0ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Papyrus Conservation Summer Seminar student Mimi Zycherman examines a papyrus fragment at the University of Michigan Thursday, Aug. 6, 2026, in Ann Arbor, Mich. (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content></item><item><title><![CDATA[Pressure builds anew in the bond market as Walmart drags the US stock market lower]]></title><link>https://www.local10.com/business/2026/08/20/pressure-builds-anew-in-the-bond-market-as-walmart-drags-the-us-stock-market-lower/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/pressure-builds-anew-in-the-bond-market-as-walmart-drags-the-us-stock-market-lower/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A rise in oil prices on Thursday is sending worries about inflation and yields in the bond market higher, erasing some of the relief the U.S. Treasury Department created the day before. A drop for Walmart following its latest profit report helped drag the U.S. stock market lower.]]></description><pubDate>Thu, 20 Aug 2026 14:28:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A rise in oil prices on Thursday is sending worries about inflation and yields in the bond market higher, erasing some of the relief the U.S. Treasury Department created the day before. A drop for Walmart following its latest profit report helped drag the U.S. stock market lower.</p><p>The S&P 500 slipped 0.4% and is on track for a fourth loss in the five days since setting its all-time high last week. The Dow Jones Industrial Average was down 430 points, or 0.8%, as of 10:15 a.m. Eastern time, and the Nasdaq composite was 0.7% lower.</p><p>The bond market remains the center of action after yields charged higher through the summer on worries about high inflation, gargantuan government debts and other factors. Treasury Secretary Scott Bessent made a move Wednesday that jolted financial markets to at least double the size of his department’s planned purchases of longer-term Treasurys from Sept. 9 through Nov. 4.</p><p>That helped push yields down after the 10-year Treasury’s yield had hit its highest level in more than a year and the 30-year yield got back to where it was in 2007, before the Great Recession sent yields toward zero worldwide. It’s a big deal because high yields slow the economy by raising interest payments for people, companies and the government, and they can undercut prices for stocks and other investments.</p><p>But analysts had cautioned the effect may be short lived, given how small the purchases are relative to the overall size of the Treasury market and how they don't fix the fundamental concerns of investors that had driven up yields. Plus, more signals arrived quickly to push worries higher.</p><p>The U.S. government’s debt topped $40 trillion on Wednesday, a staggering record that arrived just months after the national debt first blew past the $39 trillion mark in April, because Washington continues to spend far more money than it brings in.</p><p>And on Thursday, the price for a barrel of Brent crude climbed 2.5% to $93.90 as uncertainty continues about when the war with Iran will allow oil tankers to freely exit the Persian Gulf again. President Donald Trump threatened Iran with “the MOST CRUSHING ECONOMIC OPERATION EVER TAKEN AGAINST ANY COUNTRY” late Wednesday but provided few details.</p><p>That helped push the 10-year Treasury yield up to 4.69% from 4.65% late Wednesday. It’s almost back to its 4.71% level from late Tuesday, before the Treasury Department made its announcement.</p><p>A couple encouraging reports on the U.S. economy also helped push up longer-term Treasury yields, which move with expectations for the economy and inflation in coming years. One said fewer U.S. workers applied for unemployment benefits last week than economists expected, while another said manufacturing in the mid-Atlantic region appears to be much stronger than expected.</p><p>On Wall Street, Walmart was the heaviest weight on the S&P 500 and fell 8.7% even though it reported stronger profit and revenue for the latest quarter than analysts expected. Investors focused instead on how an important underlying measure of revenue growth at its stores slowed again. Its forecast for profit in the current quarter also fell short of analysts’ expectations.</p><p>Given its massive size, Walmart offers a look at how shoppers are doing across the United States. A surprisingly weak update on sales at U.S. retailers overall last month had raised worries that shoppers may be succumbing to pressure from high inflation and a job market that may be looking less solid.</p><p>Advance Auto Parts tumbled 22.2% after the retailer reported weaker revenue for the latest quarter, even though its profit topped expectations. CEO Shane O’Kelly said that “tighter household budgets constrained spending more than we anticipated, especially during the last four weeks of the quarter.”</p><p>Spending by U.S. consumers is the main engine of the economy, and a pullback by them could exacerbate what's already a slowdown in growth for the economy.</p><p>A pullback could also mean a double-whammy for travel companies, which would see fewer bookings when they have to pay higher prices for fuel. Norwegian Cruise Line Holdings fell 4.2%, while United Airlines sank 2.6% and American Airlines lost 2.5%.</p><p>Helping to keep Wall Street’s losses in check was Deere, which reported stronger profit and revenue for the latest quarter than analysts expected. It rose 4.1% as the company said order trends indicate the agriculture equipment business looks set to accelerate after this year.</p><p>Oil companies also rose with gains for crude prices. Exxon Mobil added 1.8%, and ConocoPhillips climbed 3%.</p><p>In stock markets abroad, indexes dipped in Europe following a stronger finish in Asia.</p><p>South Korea’s Kospi soared 5.9% for one of the world’s biggest moves after the two tech titans that dominate its market, Samsung Electronics and SK Hynix, jumped. Such swings have become more common for Seoul's market, which has borne the brunt of rising and falling worries that winning stocks in the artificial-intelligence boom may have shot too high.</p><p>___</p><p>AP Business Writers Chan Ho-him and Michelle Chapman contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PZOMIBFHJB7LDCX7NIGWYBSLOI.jpg?auth=370b2030a82cf4ef4e6e9712e8a0dd9ee80e56032b0c3624324164d7204f1918&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options traders Chris Dattolo, Scott Frinzi, and Ravi Bhandari, left to right, work on the floor of the New York Stock Exchange, Monday, Aug. 17, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5NX6BPWZZVZAI4ULZSOZ2UEC7Y.jpg?auth=78efa0de4b39596d0035469c2cdc2900a34368941484a3036d26635916ede279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options trader Anthony Spina works on the floor of the New York Stock Exchange, Monday, Aug. 17, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G3DQC632J4WD4HF5DAZ7TJ7QFA.jpg?auth=e9eca9cd6f1f76c395d506ec7cd4050399833bd735442e809c3d39f56eba4a26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person walks in front of an electronic stock board showing Japan's Nikkei index at a securities firm Thursday, Aug. 20, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[A Russian missile and drone barrage kills at least 16 in Ukraine's Kyiv region]]></title><link>https://www.local10.com/news/world/2026/08/20/a-russian-missile-and-drone-barrage-kills-at-least-16-in-ukraines-kyiv-region/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/20/a-russian-missile-and-drone-barrage-kills-at-least-16-in-ukraines-kyiv-region/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia pounded the Ukrainian capital of Kyiv and the surrounding region with scores of missiles and drones in a nighttime aerial attack that lasted for hours and killed at least 16 people, officials said Thursday.]]></description><pubDate>Thu, 20 Aug 2026 13:03:18 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia pounded the Ukrainian capital of Kyiv and the surrounding region with scores of missiles and drones in a nighttime aerial attack that lasted for hours and killed at least 16 people, officials said Thursday.</p><p>Moscow's forces have in recent months intensified their ballistic missile attacks on Kyiv, exploiting Ukraine's chronic shortage of U.S.-made Patriot air defense interceptors, the sole weapon in its arsenal able to shoot down the missiles.</p><p>Such large-scale Russian missile strikes have become a regular occurrence this summer. Just over two weeks ago, a Russian attack on Kyiv and its surrounding region killed 17 people, and nine were killed in the city two days before that. The United Nations said last week that Kyiv was also one of the hardest hit cities in Ukraine in July, with at least 54 civilians killed and 202 injured.</p><p>At the same time, Ukraine has shifted the war onto Russian soil through long-range drone strikes on oil facilities that have caused fuel shortages across the country. It has also unsettled the Russian public by striking warehouses of Wildberries, the country’s biggest online retailer.</p><p>Zelenskyy repeats his appeals for more air defense</p><p>President Volodymyr Zelenskyy has pleaded for countries to send more Patriot interceptors for defense, but international stockpiles are low amid the Iran war and Kyiv's more than four-year fight against Russia's all-out invasion.</p><p>Russia's overnight barrage also included cruise missiles and jet-powered drones that further strain air defenses, the Ukrainian air force said.</p><p>Explosions boomed across Kyiv in the dark, but the air force said hits were recorded at 28 locations across the country. Emergency services said 15 people were killed in the capital, with another death in the wider Kyiv region. About 40 people were wounded, Zelenskyy said, as air raid warnings lasted until after dawn.</p><p>More than 38,000 people, including over 2,000 children, sheltered in Kyiv’s subway stations overnight, the system's operator said.</p><p>“It was a massive attack,” Zelenskyy said on social media, adding that Russia “had been preparing (it) for a long time, combining different types of ballistic missiles, cruise missiles and drones, aiming to cause as much damage as possible to civilian infrastructure."</p><p>The Russian Defense Ministry said it struck a Kyiv industrial site manufacturing components for Flamingo cruise missiles. Sites involved in the production and storage of drones, an ammunition depot and a logistics center were also hit, it said.</p><p>Ukraine says it struck more Russian oil facilities</p><p>Russia and Ukraine have battered each other with drones and missiles as their armies struggle to gain the upper hand on the 1,250-kilometer (780-mile) front line, where huge numbers of drones are pinning down troops.</p><p>Ukraine’s General Staff said its forces struck an oil refinery in Nizhnekamsk, in Russia’s Tatarstan region, starting a fire, and the Tamanneftegaz oil terminal in Volna, in Russia’s Krasnodar region, where there was also a blaze. Ukraine has hit both facilities in recent months as part of its campaign to disrupt Russia’s vital oil industry.</p><p>Tatarstan leader Rustam Minnikhanov confirmed there had been a “massive attack” in the region, state news agency Tass reported, citing his press service. Many of the drones targeted Nizhnekamsk’s Zakamsk economic area, disrupting production at industrial sites and damaging residential buildings, Tass quoted him as saying.</p><p>The Russian Defense Ministry said air defenses shot down 726 drones overnight over a number of Russian regions, annexed Crimea and the Black and Azov seas, in one of Ukraine's biggest aerial attacks of the war.</p><p>Ukraine's neighbors are on alert</p><p>Russia’s relentless onslaught has spooked other European countries, especially those bordering Ukraine, which fear spreading attacks from Moscow.</p><p>Amid the attack on Kyiv, the Polish Armed Forces Operational Command activated its military aviation operations, ground-based air defense systems and radar reconnaissance. Polish and other NATO military aircraft were deployed to monitor its airspace, Polish news agency PAP reported.</p><p>Romania’s Defense Ministry said that an unidentified drone crashed and burned in an uninhabited area near the Ukrainian border. Two Spanish F-18 jets, deployed on a policing mission in Romania, were scrambled after 2 a.m. local time to monitor a group of “air targets” near the border, the ministry said.</p><p>In addition, two Romanian F-16 fighter jets were deployed to destroy a naval drone seen near a major Black Sea gas project, Romania’s acting Defense Minister Radu Miruta said.</p><p>Moldova’s Defense Ministry also said its airspace was breached by at least one drone.</p><p>Russia “is increasingly testing the resolve of NATO and its partners, violating the sovereignty of neighboring states and deliberately expanding the risks posed by its war far beyond Ukraine," Ukrainian Foreign Minister Andrii Sybiha said on social media.</p><p>European Commission President Ursula von der Leyen saw a broad threat to the European Union. “An escalating campaign of threats is underway, unsettling our citizens and seeking to divide our Union,” she said on X.</p><p>Explosions shatter windows and screams fill the air</p><p>Russia's overnight strikes hit 12 locations across Kyiv’s Darnytskyi, Sviatoshynskyi and Solomianskyi districts, damaging 30 apartment blocks, a school, a children’s hospital and a kindergarten, Zelenskyy said.</p><p>Larysa Bondaruk, 60, sat on the ground, holding her cat, Chanel, which had been rescued by firefighters. With tears in her eyes, she said her neighbor’s grandson had been trapped by the rubble and died. Her apartment was badly damaged.</p><p>“A rocket hit the roof. It was incredibly loud. Immediately, debris and doors were blown out. There were columns of smoke, columns of fire, screams, crying and despair,” she said. “Two people were killed in our building, but the rescuers responded quickly and professionally. I am grateful to them for that.”</p><p>In Solomianskyi district, the top two floors of a nine-story residential building were destroyed and fires broke out on other floors. People were also trapped in two residential buildings and a school shelter.</p><p>___</p><p>AP reporters Vasilisa Stepanenko and Hanna Arhirova in Kyiv, Kirsten Grieshaber in Berlin and Stephen McGrath in Leamington Spa, England, contributed.</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/3XQQ335R5OVPQUUAE2SGC2KNEY.jpg?auth=d7085e5f93bdd9eb0b13cd63e138ff40309e088f2e8b0f81cb91423f0c168f0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An elderly woman holds her car as she sits with her belongings in front of heavily damaged residential buildings after an overnight Russian attack, in Kyiv, Ukraine, Thursday, Aug. 20, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KG7NF3H4Y2QA3C72KX4XP4R7KU.jpg?auth=010469f2299fbc92d3950e64e2fc5503018b0bb6b0483fea3659db9f3f0db219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of a person killed during an overnight Russian attack comfort each other, in Kyiv, Ukraine, Thursday, Aug. 20, 2026 (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HPW4UKP5LN7ETGDTDP7FZCEZCY.jpg?auth=0882f8a31393b8fa11a2217df1fa683c7d2752e2e7ecd5fe7533444955aa548b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People take shelter in a metro station during a night Russian attack, in Kyiv, Ukraine, early Thursday, Aug. 20, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YMSLI7UHT3SIV4FPC34AVTIRXM.jpg?auth=4d03b90fbb1ad4c02de875f2a2b93ec92fc57b4cac79ac6d88a41fc0f2c9efd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Local residents sit in front of heavily damaged residential buildings after an overnight Russian attack, in Kyiv, Ukraine, Thursday, Aug. 20, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JJ7XAMVOLPZHE4SOKHK3FF53M.jpg?auth=c6b974e0955ebfd88b5ebc20cc1fab314b5d1e3c5779c45744af836d7a555681&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A policeman stands next to the bodies of two people killed during an overnight Russian attack in Kyiv, Ukraine, Thursday, Aug. 20, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Chinese court sentences founder of troubled property developer Evergrande to life in prison]]></title><link>https://www.local10.com/news/2026/08/20/chinese-court-sentences-founder-of-troubled-property-developer-evergrande-to-life-in-prison/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/chinese-court-sentences-founder-of-troubled-property-developer-evergrande-to-life-in-prison/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A Chinese court sentenced Chinese property tycoon Hui Ka Yan to life in prison for financial crimes linked to the collapse of his Evergrande real estate group, once the world's most heavily indebted developer.]]></description><pubDate>Thu, 20 Aug 2026 11:31:54 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A Chinese court sentenced Chinese property tycoon Hui Ka Yan to life in prison for financial crimes linked to the collapse of his Evergrande real estate group, once the world's most heavily indebted developer.</p><p>The decision marks a milestone in Evergrande's saga after it defaulted on more than $300 billion in liabilities when Chinese authorities cracked down on excessive borrowing in the real estate industry in 2020. That triggered a crunch among many developers and brought on a downturn in the property market that has weighed on the broader economy ever since.</p><p>The Shenzhen Intermediate People's Court said Thursday it convicted 67-year-old Hui, who founded Evergrande, of engaging in large-scale financial fraud in inflating the group’s assets and concealing its liabilities.</p><p>In a statement, the court said Hui, also known as Xu Jiayin, abused his position in orchestrating fraud and misappropriating company assets.</p><p>Evergrande group was fined 8.82 billion yuan ($1.31 billion) and Evergrande Real Estate Group was fined 7 billion yuan ($1.04 billion), the court said.</p><p>“The amount involved is exceptionally large, the circumstances are particularly egregious, and extraordinarily heavy economic losses have been caused,” the statement said. “The harm to society is extremely serious. Therefore, severe punishment should be given in accordance with the law.”</p><p>Hui’s sons, Xu Tenghe and Xu Zhijian, were also sentenced alongside senior Evergrande executives and others linked to the group on charges including illegally taking public deposits, fundraising fraud and the illegal use of funds, China's official Xinhua News Agency said. A total of more than 50 individuals got prison terms of between 22 months and 18 years, it said without providing a breakdown of sentencing details.</p><p>A photo of Hui's courtroom appearance released by the Shenzhen court on Thursday showed an aged Hui, who used to be a high-profile figure but had long been out of public view, wearing a navy blue shirt standing between two uniformed officers behind a sign that read “defendant” in Chinese.</p><p>Hui pleaded guilty in April to various charges including illegal absorption of public deposits, fraud and bribery after he was detained in China.</p><p>China Evergrande was founded in 1996 as China's housing boom was taking off. It defaulted on its debts in 2021 and was ordered to liquidate its assets. The broader downturn in China's massive property sector that ensued has pulled home prices down 20% or more since 2021.</p><p>Authorities in Hong Kong and mainland China earlier said their investigations found Evergrande had manipulated its financial data using tactics such as prematurely booking revenue from property sales before completion and delivery of the apartments to buyers. Revenues were overstated by roughly $80 billion over 2019 and 2020, they said.</p><p>Hui was fined 47 million yuan ($6.5 million) in 2024 and banned from China's securities markets for life by the China Securities Regulatory Commission over inflating company financial results, among other issues.</p><p>Once reported to be China’s richest man, Hui used to own the football club Guangzhou Evergrande. At one point, he and his companies were involved in investing in and building theme parks and electric vehicles.</p><p>His story was one of rags-to-riches. Born in 1958 into a rural family in central China's Henan province, he worked in the steel industry in the 1980s before establishing Evergrande, which then prospered during China's housing market boom. He was one of many businessmen who have also gained political influence by joining a major advisory organization, the Chinese People’s Political Consultative Conference.</p><p>___</p><p>Associated Press writer Huizhong Wu in Bangkok contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SX2B2PX4MMTLBH7Q6B6FK654Q4.jpg?auth=d959070d79b428d9a9f5632b653767538cbf9db76b496dc3f678ffd8ba00e55b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo released by Xinhua News Agency, Hui Ka Yan, also known as Xu Jiayin, founder of property developer Evergrande stands trial at the Shenzhen Intermediate People's Court in Shenzhen, south China's Guangdong Province, Thursday, Aug. 20, 2026. (Shenzhen Intermediate People's Court/Xinhua via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/Y3EXHWG5F2DQE4FU54HBBQNOSA.jpg?auth=1c3c69dccdbb957fcb12a9f42bbab80e0bd3a83c993c320bf41987b2d75b9585&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A worker collects trash in a partially shuttered Evergrande commercial complex, on the day Hong Kong Stock Exchange delisted the Chinese property developer China Evergrande, in Beijing, China, Aug. 25, 2025. (AP Photo/Mahesh Kumar A., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahesh Kumar A.</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UDYXXH3JPWGMSP2KFSCASWKZS4.jpg?auth=7511700072d24464ab1de9239fe863901e1d3c02eaac7b1533dda528894e0fb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman walks by a map showing Evergrande development projects in China, as she heads to an Evergrande city plaza in Beijing on Sept. 18, 2023. (AP Photo/Andy Wong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[Champagne growers race to preserve quality in record-early harvest]]></title><link>https://www.local10.com/business/2026/08/20/champagne-growers-race-to-preserve-quality-in-record-early-harvest/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/20/champagne-growers-race-to-preserve-quality-in-record-early-harvest/</guid><dc:creator><![CDATA[By SYLVIE CORBET and NICOLAS GARRIGA, Associated Press]]></dc:creator><description><![CDATA[HAUTVILLERS, France (AP) — Champagne producers are racing to pick their grapes as the region’s earliest harvest on record gets underway, after extreme heat and drought accelerated ripening, leaving growers a narrow window to preserve the quality of the region’s world-famous sparkling wine.]]></description><pubDate>Thu, 20 Aug 2026 04:05:33 +0000</pubDate><content:encoded><![CDATA[<p>HAUTVILLERS, France (AP) — Champagne producers are racing to pick their grapes as the region’s earliest harvest on record gets underway, after extreme heat and drought accelerated ripening, leaving growers a narrow window to preserve the quality of the region’s world-famous sparkling wine.</p><p>On the hillsides of Hautvillers, teams of grape pickers start work at 6:30 a.m. among rows of vines that were recognized as a UNESCO World Heritage site in 2015.</p><p>For Alexandre Gobillard, production director at the Gobillard & Fils Champagne house, beginning the harvest in mid-August was once almost unthinkable.</p><p>“It’s historic in Champagne,” he said. “I’ve been working at the estate for 30 years, and when I started, my father used to tell me: ‘On Aug. 15, go on vacation.’ Today, it’s Aug. 18 and we’re in full harvest. We’ve never seen anything like it.”</p><p>At 50, Gobillard represents the fourth generation to work the family vineyards. Gobillard & Fils grows 40 hectares (about 100 acres) of vines and produces about 1.5 million bottles a year.</p><p>A changing climate brings an earlier harvest</p><p>Champagne’s official harvest opened between Aug. 12 and Aug. 17 this year, depending on the area and grape variety — roughly a month earlier than what was once common in the region.</p><p>A late-March frost hit vines after mild temperatures triggered early budburst, reducing the potential crop. It was followed by four heat waves, which never happened before, Gobillard said.</p><p>Sun-scorched grapes turned partially brown, something Gobillard said he had rarely seen. He explained that losing roughly 10% of the grapes would mean a loss in volume rather than affect the quality of the wine.</p><p>Earlier harvests have become increasingly common in Champagne and other French wine regions as temperatures rise. In neighboring Italy, extreme heat has also prompted sparkling-wine producers to harvest sooner and pick grapes at night.</p><p>David Chatillon, president of the Union of Champagne Houses, acknowledged weather conditions this year will lead to a clear decrease in yields.</p><p>“But it’s not just because of the drought,” he said. “We lost 43% of the potential production to the spring frosts, and the drought has clearly made the problem of lower yields even worse.”</p><p>Chatillon said climate change has been a focus of the industry for the past 25 years, prompting investment in research and innovation to adapt to evolving conditions, including developing grape varieties that are more disease-resistant and ripen later.</p><p>Heat speeds grape ripening</p><p>Gobillard has seen the shift unfold across generations of his family.</p><p>“My grandfather’s generation harvested 100 days after flowering, my father’s 90 days, and today we’re down to 80,” he said. “We’re going to have to change our habits.”</p><p>This summer’s record temperatures compressed the ripening period even further. In June, temperatures reached 40 degrees Celsius (104 degrees Fahrenheit) in parts of Champagne.</p><p>“The vine needs water to live,” Gobillard said. “The water was drawn out of the grapes to keep the vine alive, and as a result we had a much higher concentration of sugar. That’s why it happened so much faster.”</p><p>As his daughter operated the wine press, Gobillard watched the year's first juice flow with a mix of excitement and anxiety.</p><p>He quickly took a sample to measure its sugar level — a key indicator of potential alcohol content and of whether the grapes have been picked at the right moment. “Champagne shouldn’t be too alcoholic. ... We’re looking for delicacy," he said.</p><p>An early harvest tests Champagne’s traditions</p><p>The early harvest also poses logistical challenges in a region where grapes are traditionally picked by hand, with some workers still on summer vacation and others facing transportation delays.</p><p>Gobillard hopes to complete the harvest at the estate in about nine days, a job requiring around 120 workers recruited mostly from across France and Poland.</p><p>“It really changes how we look at Champagne’s traditional methods,” said Geoffrey Bonnet-Gobillard, 30, commercial director of the family Champagne house. “Hand harvesting comes with a lot of constraints — housing people, feeding them, recruiting them. It’s very difficult, especially with early harvests in August.”</p><p>Those pressures could eventually force producers to reconsider some long-established practices as agricultural machinery becomes more sophisticated, he said.</p><p>The house sells most of its Champagne in European markets, including Britain, Belgium, Italy and Spain, as well as in West Africa, with smaller volumes going to the United States and Asia, Bonnet-Gobillard said.</p><p>High stakes for a global industry</p><p>According to Comité Champagne’s 2026 industry report, 266.1 million bottles of Champagne were shipped in France and abroad last year, generating 5.7 billion euros ($6.6 billion) in sales. Exports accounted for 56.5% of shipments. Champagne represented about 8% of global sparkling wine consumption by volume but 31% by value.</p><p>The sector supports around 30,000 direct jobs and requires roughly 100,000 seasonal workers for the harvest, according to Comité Champagne.</p><p>Despite this year’s difficult conditions, Gobillard said the grapes he inspected were encouraging.</p><p>“I’m very happy with what I’m seeing,” he said. “We were worried that the drought would leave us with very light bunches, but in these plots we’re really pleased. The quantity should be sufficient and the quality will be there.”</p><p>But there is little time to spare. “It’s time to cut them. We’re going to have to move quickly,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C636CSJO4RAJXBHHXMLSMIMJ5U.jpg?auth=0404ba7c0446fa8046d2167b885c1d99297fe7f807e1d790eb03ceea922c5002&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A grape-picker puts Chardonnay grapes into a crate on a plot of the Gobillard vineyard in Hautvillers, Champagne region, France, Tuesday, Aug. 18, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2BWZNPBYGDQPHPSGO7VXDJYQA.jpg?auth=af2bd7b535a9a27d35add98064de4fe9ebaf75e9fb5c2424de8c77f58cd9a933&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[View of vineyard plots with different grape varieties in Hautvillers, Champagne region, France, Tuesday, Aug. 18, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3AL6UG7Q4ZZCU3JKH5PB2GHKTQ.jpg?auth=a8584027c84f92089042a04416498ae348abb6c22cb75e8390b7439db6912e3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A grape-picker harvests Chardonnay grapes on a plot of the Gobillard vineyard in Hautvillers, Champagne region, France, Tuesday, Aug. 18, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5VZ5XQLYPF3ZTOBDFJ2UW3BWE.jpg?auth=b079d7c343c8c963eb239e9ddb67f800ee4d976f74f7fdd47b75632c106ab3f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Champagne in a glass is displayed at Gobillard vineyard in Hautvillers, Champagne region, France, Tuesday, Aug. 18, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/COTJ77SZ6IRPPTW3LW352353FI.jpg?auth=fb9931e54cd368cad546e88c7a38ea978949a385eceaeaad832ccf98c885135e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bottle of champagne in display at the Gobillard vineyard in Hautvillers, Champagne region, France, Tuesday, Aug. 18, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[A quiet channel between ICE and Iran shaped deportation flights, newly released emails show]]></title><link>https://www.local10.com/news/national/2026/08/20/a-quiet-channel-between-ice-and-iran-shaped-deportation-flights-newly-released-emails-show/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/20/a-quiet-channel-between-ice-and-iran-shaped-deportation-flights-newly-released-emails-show/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — U.S. immigration officials worked with Iran to deport Iranians in 2025, newly released emails show, revealing a working relationship between the U.S. and Iranian governments despite tensions mounting between the countries.]]></description><pubDate>Thu, 20 Aug 2026 04:02:59 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — U.S. immigration officials worked with Iran to deport Iranians in 2025, newly released emails show, revealing a working relationship between the U.S. and Iranian governments despite tensions mounting between the countries.</p><p>Hundreds of emails exchanged between U.S. immigration officials, which were obtained by the National Iranian American Council and made public Tuesday, offer the most transparent play by play yet of how the two countries worked together to arrange for more than 100 Iranians to be flown back to Iran on three separate immigration flights in September and December 2025 and January 2026.</p><p>The emails show that Iranian officials had some influence over which Iranian immigrants in the U.S. were sent back to their home country, and U.S. Immigration and Customs Enforcement officials apparently heeded some last-minute changes to deportation lists at the request of Iran.</p><p>“Per request from the Iran Embassy I added a few cases," one unnamed ICE official wrote in late August, a month before the first deportation flight in September. Just over a week later, someone with the same job title moved to make another, unspecified change to the deportation list after they said they met with the “Director at the Iranian Embassy.”</p><p>“Iran has requested that I amend the previous manifest and expedite the removal process,” the official wrote.</p><p>In a Sept. 26 email, just three days before the deportation flight left U.S. soil, an ICE official said in an email that the Iranian Embassy was still making requests for three additional Iranians on the flight. It's not clear who ended up on the flight, which ended up being much smaller than initially planned. Iranian officials were still making requests the day the flight departed, although one official wrote that those requests were denied.</p><p>Coordination of the flights remained a high priority even as ICE officials acknowledged internally that Iranians were fleeing Iran amid the deadly 12-day war with the U.S. and Israel in June 2025, emails show. The flights departed just months after the U.S. and Israel agreed to a ceasefire with Iran.</p><p>The new emails highlight a clear departure from a decades-long practice by the U.S. of welcoming Iranian dissidents, exiles and others since the 1979 Islamic Revolution forced a large number of Iranians to flee.</p><p>The deportation of Iranians to a country whose government has a pattern of violent persecution against women, religious minorities and political dissidents has drawn significant criticism from human rights activists.</p><p>The Department of Homeland Security did not offer comment in response to an emailed request sent Tuesday afternoon.</p><p>Some deportees were handpicked by Iranian officials, emails show</p><p>Iranian officials acknowledged in September 2025 that as many as 400 Iranians could be returned under an agreement with the Trump administration. They said most of the Iranians had crossed into the U.S. from Mexico illegally, while some faced other immigration issues.</p><p>It is not clear from the emails how frequently U.S. immigration officials had direct contact with the Iranian government. Sometimes messages were conveyed through Qatari officials, who helped charter the deportation flights through Doha, but other times officials reference regular meetings with the “Iranian delegation," the “Director at the Iranian Embassy” and other unnamed Iranian officials.</p><p>It is not clear whether the people Iran put on the list had volunteered to repatriate or if they were forced. Previous reporting from The New York Times revealed that asylum-seekers were among those deported to Iran, while others said they were deported against their will.</p><p>At least one person was deported who wasn't supposed to be, emails showed.</p><p>“An Iranian not included on the final manifest we sent to the Qatari MOI was boarded on the flight,” an unnamed U.S. official wrote.</p><p>In response, another unnamed U.S. official wrote, “I have no idea how the case/person got through on the plane.”</p><p>US prioritized deportation efforts during war</p><p>Emails suggest that pressure to carry out the Iranian deportations came from the highest levels of the Trump administration, even when U.S. and Israel were exchanging strikes with Iran in a 12-day conflict between June 13 and June 24, 2025.</p><p>Just days after Trump's June 16 warning on social media that “Everyone should immediately evacuate Tehran!” the former acting director of ICE, Todd Lyons, called the repatriation of Iranian immigrants a “priority" in an email sent to the agency’s head of removal operations Marcos Charles and a number of unnamed staff.</p><p>Shortly after Lyon's email, Charles forwarded the message to a group of officials whose names are redacted. An unnamed ICE official responded, warning that “removal will prove difficult” amid the ongoing conflict because Iran wasn't issuing the travel documents for Iranians eligible for deportation. On top of that, the Iranian airspace was closed to all flights during the bombings and Iranians were fleeing the country.</p><p>Charles was unfazed, telling staff in a subsequent email to make a plan to deport 58 Iranians with final removal orders in ICE custody at the time.</p><p>“We need a plan forward ASAP,” Charles wrote. Another official, who name was redacted, urged colleagues to “identify a solution for this White House priority.”</p><p>Jamal Abdi, the president of the National Iranian American Council, said the emails undermine Trump’s assertions that the U.S. is at war with Iran to save ordinary Iranians from a repressive regime.</p><p>“It demonstrates that the top priority here was to kick out as many people as possible by whatever means necessary,” Abdi said.</p><p>Iranian officials had access to immigration detainees</p><p>On several occasions, the emails show ICE officials arranging for Iranian officials to meet for unspecified reasons with people detained in the U.S., echoing testimony from Iranian asylum-seekers in an unrelated lawsuit filed by an unaffiliated Iranian interest group in July.</p><p>Eleven Iranians in immigration detention said they were forced to meet with Iranian government officials while in ICE detention. Those Iranian authorities knew intimate details about their asylum claims, according to the sworn declarations filed in a Washington, D.C., court in July.</p><p>The lawsuit alleges that U.S. immigration agencies have been illegally sharing confidential information about Iranian asylum-seekers with the Iranian government.</p><p>The U.S. government is allowed to work with government officials of foreign countries to coordinate deportation logistics. However, federal regulations passed in the late 1990s prohibit the government from sharing information that could reveal that the person getting deported applied for asylum.</p><p>DHS vehemently disputed the lawsuit's allegations.</p><p>“These allegations that ICE shared asylum application records with the Iranian government are FALSE,” DHS said in a statement in July.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I3FXSUWJBA5ROFL4RIXNMBPSLI.jpg?auth=43dc588a333ddb1e321c493e5db4abbeebdd582b773a784c307dab1e5ebecc23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves an Iranian flag during a pro-government gathering at a square in Tehran, Iran, Tuesday, Aug. 11, 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/SILYNSOI5JBUBHMSBOBIEBJCO4.jpg?auth=563b9f83d2b1de2539689d2782e8527f2960cc44c2424118eb2d448fcf531f3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People shop at Tehran's traditional main bazaar, Iran, Saturday, Aug. 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Judge will consider new trial for Karmelo Anthony in Texas track meet killing]]></title><link>https://www.local10.com/news/2026/08/20/judge-will-consider-new-trial-for-karmelo-anthony-in-texas-track-meet-killing/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/20/judge-will-consider-new-trial-for-karmelo-anthony-in-texas-track-meet-killing/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[McKINNEY, Texas (AP) — A judge on Thursday will consider whether to grant Texas teenager Karmelo Anthony a new trial following his murder conviction earlier this summer in the stabbing death of a 17-year-old athlete at a high school track meet.]]></description><pubDate>Thu, 20 Aug 2026 04:02:26 +0000</pubDate><content:encoded><![CDATA[<p>McKINNEY, Texas (AP) — A judge on Thursday will consider whether to grant Texas teenager Karmelo Anthony a new trial following his murder conviction earlier this summer in the stabbing death of a 17-year-old athlete at a high school track meet.</p><p>In a legal victory for Anthony, the judge who presided over his trial was removed from the case Wednesday. Judge Michael Chitty was then assigned to consider the motion from Anthony's attorneys asking for a retrial in killing of Austin Metcalf.</p><p>Anthony, now 19, was sentenced to 35 years in prison in the case. He attended Wednesday's hearing wearing a green prison jumpsuit. His parents and Metcalf's also attending the hearing.</p><p>Anthony's attorneys had asked for state District Judge John Roach to be removed in part because of a TV interview in which Roach said jurors “got it right” when they delivered a guilty verdict.</p><p>In seeking a new trial, Anthony’s attorneys have argued that the June proceedings were marred by strict courtroom rules and improper jury instructions. They have also said Anthony’s decision to not testify came after a dispute with prosecutors over an agreement to focus the trial on the events leading up to the stabbing.</p><p>Jurors in the trial had rejected Anthony’s claims he acted in self-defense during a confrontation with Metcalf in the stadium bleachers last year. Students who took the stand described a heated exchange over Anthony’s refusal on a rainy spring day to leave a tent that belonged to Metcalf’s team.</p><p>The case attracted national attention in part because of a flood of social media posts that amplified the killing in racial terms. Anthony is Black; Metcalf was white. Lawyers on both sides, however, told jurors the tragedy had nothing to do with race.</p><p>During the recusal hearing Wednesday, Anthony's legal team focused on comments Roach made to a Dallas TV station after the trial had ended. In the interview, which was played as the hearing began, Roach was asked if the jury got “it right.”</p><p>“Yeah, they did,” Roach said, adding: “Whatever they say, they got it right.”</p><p>During the interview, Roach also defended his courtroom rules and spoke about the onslaught of online postings about the case.</p><p>As national attention on the killing intensified last year, the families of both Metcalf and Anthony said they had been targets of harassment.</p><p>Several schools were competing at the track event when Anthony sat under the Memorial High School tent that was perched in the bleachers. Metcalf and others had repeatedly told Anthony to leave, witnesses testified, leading to an escalating confrontation.</p><p>Prosecutors said Anthony provoked Metcalf, and witnesses testified that Anthony was the aggressor.</p><p>Anthony at one point reached inside a bag and replied: “Touch me and see what happens,” according to a police report.</p><p>Metcalf pushed Anthony, according to witnesses, who said Anthony then pulled out a knife and stabbed him in the chest.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VLW4Y5GRSUMLWXO4DDUMXFZBD4.jpg?auth=b57d1c57bcd08a9b4071f67821bcbe74e0b96ab1d31bea37cc08d94b22e318f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A courtroom sketch provided by Pat Lopez shows Karmelo Anthony, center, at the defense table, the jury on the left and the presiding judge on the right, June 4, 2026, in McKinney, Texas, during the trial of a teen accused of fatally stabbing another during a track meet in suburban Dallas last year. (Pat Lopez via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NCSRRUVF7IRHM73FLOXD4TXLM4.jpg?auth=42fc95b481fee1b2de7d5d2acc7ddb0a0ab593d602c6ea077bd1e934a83de740&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This booking photo provided by the Texas Department of Criminal Justice on Tuesday, Aug. 18, 2026, shows Karmelo Anthony. (Texas Department of Criminal Justice via AP)]]></media:description></media:content></item><item><title><![CDATA[Hong Kong conglomerate seeks $1.5 billion in damages from Panama for takeover of canal ports]]></title><link>https://www.local10.com/business/2026/08/19/hong-kong-conglomerate-seeks-15-billion-in-damages-from-panama-for-takeover-of-canal-ports/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/19/hong-kong-conglomerate-seeks-15-billion-in-damages-from-panama-for-takeover-of-canal-ports/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — Hong Kong conglomerate CK Hutchison said Thursday it was seeking more than $1.5 billion in damages from Panama after the country seized two canal ports caught in the crosshairs of U.S.-China tensions.]]></description><pubDate>Thu, 20 Aug 2026 03:48:20 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — Hong Kong conglomerate CK Hutchison said Thursday it was seeking more than $1.5 billion in damages from Panama after the country seized two canal ports caught in the crosshairs of U.S.-China tensions.</p><p>CK Hutchison said in the statement that it had begun new arbitration proceedings against Panama and alleged that the Central American country had breached an investment protection treaty through “sovereign acts that targeted a decades-old ports concession” in a “state attack campaign” on the company’s assets in the Central American country.</p><p>Panama’s government in February seized the Balboa and Cristobal ports, located on each end of the Panama Canal, after its Supreme Court that a concession held by CK Hutchison’s subsidiary to run the two ports was unconstitutional.</p><p>The two ports at each end of the Panama Canal became part of U.S.-China tensions since Donald Trump’s return to the White House last year after he alleged China of “running” the canal.</p><p>The Panama Canal is managed and owned by Panama. But CK Hutchison’s subsidiary Panama Ports Company had run the two ports on the canal from 1997 and had renewed its concession for 25 years in 2021.</p><p>Beijing and Hong Kong had hit back at Panama over its takeover of the ports.</p><p>CK Hutchison, controlled by the family of Hong Kong’s richest man Li Ka-shing, last year announced an initial $23 billion deal to sell its global ports business, including the two Panama ports, to a consortium involving U.S. investment firm BlackRock. But the deal had made little progress under geopolitical tensions and legal challenges among China, the U.S. and Panama.</p><p>In March, Panama Ports Company had separately sought at least $2 billion in compensation from Panama over its takeover of the ports which it said was unlawful under international arbitration proceedings. CK Hutchison said the actions were making progress.</p><p>CK Hutchison added that Thursday's new proceedings were focused on its treaty rights, which were distinct from Panama Ports Company’s contract rights in the earlier arbitration proceedings.</p><p>In April, the subsidiary also launched arbitration proceedings against Danish shipping and logistics group Maersk after it took over some of its port operations in Panama. Maersk said at the time that it did not believe it was liable for the claims.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X634KOTR3F3TRQPNV5MG3VGCB4.jpg?auth=c7237ade3253a7e9fc95d3949c26b9a183a879caa1653c5c40085a689a85312f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cranes load a cargo ship at Panama Canal's Port of Balboa, managed by CK Hutchison Holdings, in Panama City, on Jan. 30, 2026. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Prince Harry emphasizes need to better apply veterans' skills during roundtable with service members]]></title><link>https://www.local10.com/business/2026/08/19/prince-harry-emphasizes-need-to-better-apply-veterans-skills-during-roundtable-with-service-members/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/19/prince-harry-emphasizes-need-to-better-apply-veterans-skills-during-roundtable-with-service-members/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Prince Harry urged communities to better apply service members' skills when they return to the workforce during an intimate gathering with U.S. veterans Wednesday night.]]></description><pubDate>Thu, 20 Aug 2026 03:23:03 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Prince Harry urged communities to better apply service members' skills when they return to the workforce during an intimate gathering with U.S. veterans Wednesday night.</p><p>“The world needs more heroes,” he told the roundtable. “And it’s not about creating more heroes because they already live among us. It’s about being able to really value their expertise, their experiences.”</p><p>The Duke of Sussex, who served 10 years in the British Army, hinted that he’d soon launch a “commercial” solution that “really values those who served rather than expect them to volunteer.”</p><p>He held the discussion with veterans, defense officials, military spouses and nonprofit leaders at a hotel ballroom in Washington, D.C. The conversation — which was organized by The Independence Fund, a nonprofit that helps critically wounded service members — lasted more than 80 minutes.</p><p>Veterans’ services and mental health have become cornerstones of Harry and his wife Meghan’s philanthropy through their Archewell Foundation. The Duke of Sussex founded the Invictus Games, a Paralympic-style international competition for wounded service members, in 2014. His advocacy also includes visits with wounded military personnel, like last year’s stop at a Ukrainian clinic that rehabilitates victims of war.</p><p>Harry’s British military service included two tours in Afghanistan. He has credited his experience witnessing fellow soldiers’ battlefield injuries with inspiring him to help injured veterans lead healthy lives. In a 2023 Netflix series, he spoke openly about lacking the necessary emotional support upon his return from combat.</p><p>Harry told the roundtable that it has been refreshing to hear the latest generation of veterans express an interest in “purpose" and “service after service” —- no matter their branch or country of service. He extolled their communication skills, moral leadership and ability to work in high stress environments.</p><p>But, he said in an interview with The Associated Press, that those skills are “not being transitioned over within the civilian world."</p><p>In between jokes about each other’s hair and their alma maters, wounded veterans emphasized the importance of exercise in their rehabilitation. Garrett J. Carnes, a retired marine corporal who lost both legs, said inactivity is difficult when they’ve spent so long priding themselves on their physical fitness. “I give all glory to Jesus Christ,” he said, “but man I am so thankful that he invented Jiu-Jitsu.”</p><p>Others highlighted the need to improve the quality of veterans’ health centers in smaller towns and bolster mental health services at overworked Veterans Affairs offices.</p><p>Jason Wheeler, a U.S. Navy and Army veteran, said it's “not right” that he was unable to get his military benefits to cover a recent surgery. Sitting in a wheelchair, he teared up as he recalled the “humiliating” time he had to crawl off a commercial airplane with his service dog.</p><p>He was told he would never walk again, he said, but has since walked over 1,000 feet.</p><p>“I will not stop the fight. I will not quit,” he said. “We don’t have it in us.”</p><p>Harry’s earlier stops Wednesday included Arlington National Cemetery, where he laid a wreath, and Walter Reed National Military Medical Center. He did not mention reports of his decision to return to the United Kingdom for an extended stay with Meghan and their children. He declined to comment when asked to discuss the move.</p><p>Sarah Verardo, the CEO of The Independence Fund, noted Harry’s impact on the patients at Walter Reed. A few veterans who told Harry they were too injured to participate in his Invictus Games left their interactions standing “taller and stronger” after he told them there’s “no such thing,” according to Verardo.</p><p>Jane Horton, a senior defense adviser in the Trump administration and Gold Star wife, appreciated that Harry is using his platform to unite veterans.</p><p>“To see someone that has turned pain into purpose in such a beautiful way such as Prince Harry — not only turn pain into purpose, but pain into service — resonated with the whole community and means a lot to us all,” she told AP.</p><p>In an interview with AP, Harry spoke more broadly about the need to elevate “moral leadership.” He expressed concern that a “very, very small group of people are making decisions that are impacting the entire world” around politics and technology.</p><p>“What we need,” he said, “is the younger generation coming into leadership who perhaps see the world slightly differently. And I think a little less testosterone might do as well.”</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/FULGYN7AUVY6DCFI33BQT67UD4.jpg?auth=14548646c9140087c316d48c82eba5815798c537985cbb614afe2d000f905026&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry, the Duke of Sussex, speaks at a roundtable about support for veterans, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMMYDH5EMUZXGS7NASUJEIVF2E.jpg?auth=a179adf5d95cad593ed7f3730183c8fbd0437f31a16400e8c2232347309f6aee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Army and U.S. Navy veteran Jason Wheeler speaks during a roundtable with Britain's Prince Harry, the Duke of Sussex, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSYDAUD6RJ2F7HTQYFJC4FFIA4.jpg?auth=9900704bd5ca7b3d6031c2b2740f904d10332950756f0e0773ed29bca383c5c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry, the Duke of Sussex, speaks to The Associated Press after a roundtable about support for veterans, Wednesday, Aug. 19, 2026, in Washington, as Sarah Verado, CEO, of The Independence Fund, listens. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOJ6PPTC6MEMWAZXX5RUPR3JOA.jpg?auth=b6a145d1fc771b7e42d2dbaf4c420b683b86da30ac1da15ed517b79f47cbdf4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry, the Duke of Sussex, listens as Sarah Verado, CEO of The Independence Fund, speaks to The Associated Press after a roundtable about support for veterans, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZJH35PFIA6MD4H5GZBNC5ODAY.jpg?auth=b92bf42c232c2e6bc9b97e1a22c4f4ac0d18a96ec0e4463fc64fe361a7bb9ab1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sarah Verado, CEO of The Independence Fund, speaks to The Associated Press after a roundtable with Britain's Prince Harry, the Duke of Sussex, about support for veterans, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Orioles call for more technology after Pete Alonso's near-homer is ruled foul vs. Yankees]]></title><link>https://www.local10.com/sports/2026/08/19/orioles-call-for-more-technology-after-pete-alonsos-near-homer-is-ruled-foul-vs-yankees/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/19/orioles-call-for-more-technology-after-pete-alonsos-near-homer-is-ruled-foul-vs-yankees/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[BALTIMORE (AP) — Major League Baseball now uses technology to confirm or overturn balls and strikes.]]></description><pubDate>Thu, 20 Aug 2026 03:13:44 +0000</pubDate><content:encoded><![CDATA[<p>BALTIMORE (AP) — Major League Baseball now uses technology to confirm or overturn balls and strikes.</p><p>Is it time for something similar around the foul poles?</p><p>The Baltimore Orioles certainly felt aggrieved Wednesday night against the New York Yankees after Pete Alonso's deep fly to left field in the seventh inning was ruled foul — and the call was upheld on a review.</p><p>The play occurred with the game tied at 3. New York then scored twice in top of the eighth and went on to win 5-3.</p><p>“I think a simple fix is like football, you have the pylon camera with the plane, where it shoots right across the goal line,” Alonso said. “And I feel like, for us, we could easily have a laser or a camera that shoots straight up.”</p><p>Manager Craig Albernaz shared Alonso's frustration.</p><p>“On the dugout iPads there’s ball-tracking data with the field that the players see, so it’s really tough to have that (call) come back as ‘stands’ and have that visual in the dugout as well. It’s 2026,” Albernaz said. “There are teams using AI on the iPads and other sports use ball-tracking data for challengeable calls. Don’t understand why we don’t do it.”</p><p>At least one replay seemed to show the ball on the fair side of the pole, but it wasn’t clear what angle that shot was from.</p><p>“What I was told is in order to overturn a call, you need to have two camera angles to confirm it,” Alonso said. “But the best view, the only view that shows the ball fair or foul is the one down the line, but no other camera angle is available. So video room rules it foul, umpire obviously called it foul initially. It is what it is.”</p><p>It might have been easier for the umpire — and the replay room — to make the call if Alonso's hit hadn't been so high. It appeared to tower above the foul pole at one point.</p><p>“That we don’t have the technology in place to actually say, ‘Hey, this was fair or foul,’ is literally crazy in 2026. It’s crazy,” said Chris Bassitt, Baltimore's starting pitcher Wednesday.</p><p>Bassitt then blamed financial considerations for why such technology isn't used.</p><p>“Because it would cost money,” he said. “That’s it. I mean, that’s literally it.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHKOJGCEUCIRW4BX3Q62CRTHFY.jpg?auth=1836d0c9ffd8278e300370ae518a899049d29ff264faec97eb9045dcea14fd17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles' Pete Alonso (25) reacts after hitting a foul ball during the seventh inning of a baseball game against the New York Yankees, Wednesday, Aug. 19, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFEWWZHDYBCVFWPO62JAXNG4WQ.jpg?auth=1764672777461acca0d5af1d2dba4b0d8acf46a461bbe3985e37f2bb0300843a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Baltimore Orioles' Pete Alonso (25) reacts after striking out swinging during the seventh inning of a baseball game against the New York Yankees, Wednesday, Aug. 19, 2026, in Baltimore. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Cavs acquiring Peyton Watson and trading Max Strus to Clippers in 4-team deal, AP source says]]></title><link>https://www.local10.com/sports/2026/08/19/cavs-acquiring-peyton-watson-and-trading-max-strus-to-clippers-in-4-team-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/19/cavs-acquiring-peyton-watson-and-trading-max-strus-to-clippers-in-4-team-deal-ap-source-says/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Peyton Watson is heading from Denver to Cleveland as part of a four-team trade that will also have the Cavaliers sending Max Strus to the Los Angeles Clippers.]]></description><pubDate>Thu, 20 Aug 2026 03:02:00 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Peyton Watson is heading from Denver to Cleveland as part of a four-team trade that will also have the Cavaliers sending Max Strus to the Los Angeles Clippers.</p><p>A person familiar with the trade said Wednesday night that Watson, a restricted free agent who spent his first four NBA seasons with the Nuggets, will sign a four-year contract with the Cavaliers worth $88 million that includes a player option and trade kicker.</p><p>The person spoke to The Associated Press on condition of anonymity because the trade had not been announced.</p><p>Cleveland will send to Denver an unprotected 2031 first-round pick and a 2032 second-round selection from the Sacramento Kings that it got after making a trade in June’s NBA draft. The Nuggets will also acquire Julian Reese from Washington.</p><p>The Cavaliers are getting a 2027 second-round pick from the Clippers, but that will be sent to the Wizards.</p><p>The 23-year-old Watson started a career-high 40 games last season and averaged career bests in points (14.6), rebounds (4.9) and assists (2.1). He gives the Cavaliers the wing player they were looking for after LeBron James signed with Philadelphia instead of returning to Cleveland for a third stint.</p><p>Besides Watson, the Cavaliers were also looking at free agents DeMar DeRozan and Jonathan Kuminga.</p><p>Strus and Dean Wade were the primary starters at small forward last season. Wade signed with Philadelphia during free agency.</p><p>Strus missed the first 67 games last season due to a broken left foot, but had some big baskets and steals during the playoffs as Cleveland reached the Eastern Conference finals for the first time since 2018. The Cavaliers were swept in that series by the New York Knicks.</p><p>Cleveland laid the groundwork for a move last week when it traded Dennis Schroder to Charlotte for Tre Mann to gain salary cap space. Mann's time in Cleveland won't last long; he's headed to Washington for Cam Whitmore.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GQZF53MVYUPHJ3NSJTMRF2YG34.jpg?auth=f88128553ce71858f9b17d45c52ae55ce90f59bbcc7687f079f9090555442c28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denver Nuggets guard Peyton Watson (8) drives to the basket during the first half of an NBA basketball game between the Dallas Mavericks and the Denver Nuggets, on Jan. 14, 2026, in Dallas. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Presidente colombiano declara emergencia económica para atender devastador terremoto]]></title><link>https://www.local10.com/espanol/2026/08/19/presidente-colombiano-declara-emergencia-economica-para-atender-devastador-terremoto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/presidente-colombiano-declara-emergencia-economica-para-atender-devastador-terremoto/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella firmó el miércoles el decreto que declara una “emergencia económica” para atender los estragos del devastador terremoto de magnitud 7,4 que sacudió al país la semana pasada.]]></description><pubDate>Thu, 20 Aug 2026 02:56:31 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella firmó el miércoles el decreto que declara una “emergencia económica” para atender los estragos del devastador terremoto de magnitud 7,4 que sacudió al país la semana pasada.</p><p>La figura legal, vigente por 30 días, le permitirá establecer impuestos temporales sin el aval del Congreso, con la intención de recaudar fondos para una costosa etapa de atención y reconstrucción. De la Espriella ha calculado las pérdidas por el sismo en aproximadamente 9,5 millones de dólares.</p><p>El mandatario, que se encuentra en sus primeros días en el cargo, explicó a la prensa desde Bogotá que el mecanismo excepcional es “fundamental”, ya que el país “enfrenta hoy una realidad fiscal extraordinariamente difícil, la más compleja de toda nuestra vida republicana”, por lo que no puede atender los efectos del terremoto con el presupuesto disponible.</p><p>El político conservador ha reprochado a su antecesor Gustavo Petro, opositor suyo, de dejarle vacías las arcas del Estado y un elevado déficit fiscal, por lo que prometió que su gobierno será austero y vigilará la transparencia de las obras de reconstrucción.</p><p>“La deuda bruta supera el 60% del producto interno bruto y el déficit fiscal continúa ejerciendo una enorme presión sobre las finanzas de la nación. Y en medio de esa realidad apocalíptica sobreviene una tragedia que exige recursos inmediatos”, recalcó De la Espriella.</p><p>En el terremoto —el de mayor magnitud en Colombia en lo que va del siglo— murieron al menos 314 personas, más de 4.400 resultaron heridas y 262 continúan desaparecidas, detalló De la Espriella en el balance de víctimas el miércoles.</p><p>“Los mayores esfuerzos del gobierno están direccionados a rescatar, ojalá Dios quiera, a estas 262 personas con vida”, manifestó el mandatario, pese a que han pasado 10 días desde el terremoto.</p><p>Los daños en infraestructura incluyen más de 30.600 viviendas destruidas y otras 136.900 averiadas, así como cientos de colegios, centros médicos y vías afectadas.</p><p>El decreto de emergencia económica fue firmado por el presidente y todos sus ministros, y posteriormente será revisado por la Corte Constitucional. En adelante, De la Espriella podrá expedir otros decretos con medidas específicas para atender la emergencia.</p><p>Críticas de la oposición</p><p>Petro reapareció el miércoles en la escena política para ejercer el derecho a réplica de la oposición a lo dicho el lunes por De la Espriella en una alocución, y para cuestionar el manejo gubernamental de la emergencia.</p><p>“Las 100 primeras horas son fundamentales en una emergencia para preservar la vida. La incapacidad de empalme del gobierno entrante que generó Abelardo convirtió esas horas en un desastre”, expresó Petro, en referencia a una supuesta falta de coordinación en el interior del gobierno por falta de información.</p><p>Tras ganar las elecciones, De la Espriella suspendió el “empalme” —como se conoce a la transición de gobierno en la que el gobierno saliente traspasa información al entrante— luego de que Petro desconociera su victoria en las urnas.</p><p>Petro también acusó a De la Espriella de “parcializar ayuda” por supuestas preferencias ideológicas, lo que habría cobrado “centenares de vidas”. Y reprochó que se aceptara a los rescatistas de Israel, por considerar que su presencia es “inteligencia militar” en Colombia, pero “sin experiencia en sacar sobrevivientes de edificios derruidos”.</p><p>El excandidato presidencial Iván Cepeda, que finalizó segundo en los recientes comicios, pidió que la ayuda para los damnificados llegue “sin discriminación” y que la declaratoria de emergencia económica no signifique un deterioro de “los derechos de las poblaciones más vulnerables”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LKSSRVMOYSSQULYX2Y3UKSYGTU.jpg?auth=bad0788fd7a6fe89453419b1142fdbb441d16629e57aa27d79aec95750c682a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voluntarios clasifican ayuda destinada a los afectados por el terremoto en el departamento del Chocó, el martes 18 de agosto de 2026, en Bogotá, Colombia. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Coral scientists move 1,000 corals north to escape ocean heat]]></title><link>https://www.local10.com/news/local/2026/08/19/coral-scientists-move-1000-corals-north-to-escape-ocean-heat/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/coral-scientists-move-1000-corals-north-to-escape-ocean-heat/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[As climate change continues to rewrite temperature records on land and in our oceans, coral scientists are taking action.]]></description><pubDate>Thu, 20 Aug 2026 02:40:11 +0000</pubDate><content:encoded><![CDATA[<p>As climate change continues to rewrite temperature records on land and in our oceans, coral scientists are taking action.</p><p>Stung from a recent bleaching event, another rescue team took to the water to save endangered nurseries.</p><p>The Coral Restoration Foundation, the world’s largest coral restoration organization, is trying to save its work from dangerous ocean heat.</p><p>“We have already asked permission from the regulators to move about 3,500 corals from our different nurseries to Elbow nurseries, seeking better conditions there. That’s happening. We’re just waiting for the green light to do it,” said Phanor Montoya, restoration program manager for the Coral Restoration Foundation.</p><p>A rescue operation ready for the call.</p><p>And this week, they got it.</p><p>Montoya said the goal was to move corals farther north, where conditions could be more suitable.</p><p>“What we needed to do today was move corals from our nurseries in the south, which is Tavernier, and move it further north, where we expect the temperatures and the conditions to be more suitable for corals during this summer,” Montoya said.</p><p>A summer like no other, fueled by man-made climate change, with the world’s oceans reaching their hottest ever recorded temperatures in July, beating the record set in 2023 — a year that saw devastating bleaching for corals in the Keys.</p><p>Those lessons spurred the Coral Restoration Foundation to act.</p><p>“The first thing that we learned from 2023 is that redundancy is key. And that’s precisely what we did today. Build a redundant gene bank,” Montoya said.</p><p>A couple dozen divers from the rescue team quickly moved 1,000 corals from different species — 130 genotypes, with five copies of each — from their Tavernier nursery north to near Elbow Reef.</p><p>“Elbow Reef is known for high water flow and is known for having some of the last elkhorn corals that survived the 2023 bleaching event. So we want to take advantage of whatever environmental conditions that location has that has provided a better outcome for the corals,” Montoya said.</p><p>The Coral Restoration Foundation isn’t alone conducting these rescue operations.</p><p>Last month, the University of Miami did the same, moving corals from its ocean nurseries to its Key Biscayne hatchery on shore.</p><p>“They’re so important and they’re so critically endangered, that we decided that the moment temperatures got above a threshold, a bleaching high temperature threshold, we would act,” said Diego Lirman, an associate professor of marine biology at the University of Miami Rosenstiel School.</p><p>But Montoya and his team are keeping their corals in the ocean — just a little farther north — limiting the stress from the relocation.</p><p>It’s also a chance to observe how these corals do in the Elbow nursery and compare how they do with their genetic equals in Tavernier.</p><p>“That’s the opportunity that this new elbow nursery brings to us to better understand how environmental conditions play in coral health condition,” Montoya said.</p><p>For now, the ocean temperatures in the Keys have held steady, slightly below the bleaching threshold in the Coral Restoration Foundation’s nurseries.</p><p>“It’s a proactive measure. It wasn’t actually triggered because we saw something happening on a reef or in our nursery. We just wanted to do it before, you know, the storm comes,” Montoya said.</p><p>“We learn from the past, that not all eggs should be in the same basket,” Montoya said.</p><p>Montoya added that the relocated corals will stay in the Elbow nursery and not be moved back later, ensuring genetic redundancy.</p><p>For now, they have only moved corals from their Tavernier nursery while they monitor the ocean temperatures.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

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

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

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

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

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

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

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

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

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Democratic Socialists of America candidates find success on primary day, including in Florida]]></title><link>https://www.local10.com/news/politics/2026/08/19/democratic-socialists-of-america-candidates-find-success-on-primary-day-including-in-florida/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/19/democratic-socialists-of-america-candidates-find-success-on-primary-day-including-in-florida/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[Candidates backed by the Democratic Socialists of America, and others who are just on the farther left wing of the party, are riding a wave of momentum heading into the midterms. ]]></description><pubDate>Wed, 19 Aug 2026 22:44:35 +0000</pubDate><content:encoded><![CDATA[<p>Candidates backed by the Democratic Socialists of America, and others who are just on the farther left wing of the party, are riding a wave of momentum heading into the midterms. </p><p><a href="https://www.local10.com/espanol/2026/08/19/candidatos-de-socialistas-democraticos-de-estados-unidos-logran-exito-en-jornada-de-primarias-incluido-en-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/candidatos-de-socialistas-democraticos-de-estados-unidos-logran-exito-en-jornada-de-primarias-incluido-en-florida/">Leer en español</a></p><p>We’ve seen it play out in New York, the Midwest, and now in one of the biggest races in Florida. </p><p>In a major upset victory in Florida’s Democratic Senate primary, state lawmaker <a href="https://www.local10.com/news/politics/2026/08/18/republicans-democrats-challenge-ashley-moody-in-us-senate-primary/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/08/18/republicans-democrats-challenge-ashley-moody-in-us-senate-primary/">Angie Nixon</a> took home a convincing win against the presumed favorite, retired Lt. Col. Alex Vindman. </p><p>“The hardworking, everyday people of Florida sent a shock wave to Washington,” Nixon said. “We went up against the political establishment, against millions of dollars, out of sight spending. We were outspent 15-to-1 and we won!”</p><p>Nixon is a member of the Democratic Socialists of America and is the latest addition to a growing tide of more left-leaning candidates winning Democratic across the country.</p><p>The newcomer progressives have notched other wins in house and senate primaries in New York, Colorado and Michigan. </p><p>Nixon’s Republican opponent, U.S. Sen. <a href="https://www.local10.com/video/news/local/2026/08/18/sen-ashley-moody-wins-florida-republican-primary-in-race-to-retain-her-seat/" target="_self" rel="" title="https://www.local10.com/video/news/local/2026/08/18/sen-ashley-moody-wins-florida-republican-primary-in-race-to-retain-her-seat/">Ashley Moody</a>, is wasting no time jumping on the attack, warning the Democratic-socialist ideology is a threat to the country. </p><p>“Angie Nixon, who will be my opponent in November, and her comrades want to destroy this country and everything that it is built on,” said Moody. </p><p>The DSA platform, which included recent celebrations of former Cuban dictator Fidel Castro, is also facing resistance from establishment-backed Democrats. </p><p>South Florida Democratic Congresswoman Debbie Wasserman Schultz, who herself is up for re-election, says she disagrees with Nixon on multiple issues, but admits that her primary win is impressive and says Democrats need to rally around tackling high prices to win back control of congress. </p><p>“I reject the DSA, I reject the fringe left socialism they are promoting,” said Wasserman Schultz. “Members of congress I the house and senate that fight to make their lives more affordable, housing, groceries, gas, utilities, healthcare.”</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[Candidatos de Socialistas Democráticos de Estados Unidos logran éxito en jornada de primarias, incluido en Florida]]></title><link>https://www.local10.com/espanol/2026/08/19/candidatos-de-socialistas-democraticos-de-estados-unidos-logran-exito-en-jornada-de-primarias-incluido-en-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/candidatos-de-socialistas-democraticos-de-estados-unidos-logran-exito-en-jornada-de-primarias-incluido-en-florida/</guid><dc:creator><![CDATA[Ross Ketschke]]></dc:creator><description><![CDATA[Candidatos respaldados por Socialistas Democráticos de Estados Unidos, y otros que forman parte del ala más izquierdista del partido, avanzan de cara a las elecciones de medio mandato.]]></description><pubDate>Thu, 20 Aug 2026 02:23:21 +0000</pubDate><content:encoded><![CDATA[<p>Candidatos respaldados por Socialistas Democráticos de Estados Unidos, y otros que simplemente forman parte del ala más izquierdista del partido, avanzan con una ola de impulso de cara a las elecciones de medio mandato.</p><p>Lo hemos visto desarrollarse en Nueva York, el Medio Oeste y ahora en una de las contiendas más importantes de Florida.</p><p>En una importante victoria sorpresiva en las primarias demócratas para el Senado de Florida, la legisladora estatal <a href="https://www.local10.com/espanol/2026/08/18/republicanos-y-democratas-se-enfrentan-a-ashley-moody-en-primarias-para-el-senado-de-ee-uu/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/18/republicanos-y-democratas-se-enfrentan-a-ashley-moody-en-primarias-para-el-senado-de-ee-uu/">Angie Nixon</a> obtuvo un triunfo contundente frente a la favorita, la teniente coronel retirada Alex Vindman.</p><p>“Los trabajadores y la gente común de Florida enviaron una onda de choque a Washington”, dijo Nixon. “Nos enfrentamos al establecimiento político, a millones de dólares y a gastos fuera de la vista. Gastaron 15 a 1 más que nosotros y ganamos”.</p><p>Nixon es miembro de Socialistas Democráticos de Estados Unidos y es la incorporación más reciente a una creciente ola de candidatos de tendencia más izquierdista que están ganando primarias demócratas en todo el país.</p><p>Los nuevos progresistas han conseguido otras victorias en primarias para la Cámara de Representantes y el Senado en Nueva York, Colorado y Michigan.</p><p>La oponente republicana de Nixon, la senadora federal Ashley Moody, no pierde tiempo para lanzar ataques, advirtiendo que la ideología demócrata socialista es una amenaza para el país.</p><p>“Angie Nixon, quien será mi oponente en noviembre, y sus camaradas quieren destruir este país y todo aquello sobre lo que está construido”, dijo Moody.</p><p>La plataforma de DSA, que incluyó recientes celebraciones del ex dictador cubano Fidel Castro, también enfrenta resistencia de los demócratas respaldados por el establecimiento.</p><p>La congresista demócrata del sur de Florida Debbie Wasserman Schultz, quien también busca la reelección, dice que discrepa con Nixon en múltiples temas, pero admite que su victoria en las primarias es impresionante y afirma que los demócratas necesitan unirse en torno a la lucha contra los altos precios para recuperar el control del Congreso.</p><p>“Rechazo a DSA, rechazo el socialismo de extrema izquierda que están promoviendo”, dijo Wasserman Schultz. “Miembros del Congreso en la Cámara de Representantes y el Senado que luchan para hacer que sus vidas sean más asequibles, vivienda, alimentos, gasolina, servicios públicos, atención médica”.</p>]]></content:encoded></item><item><title><![CDATA[Adolescente apuñalado tras pelea cerca de la biblioteca de North Miami, según testigos.]]></title><link>https://www.local10.com/espanol/2026/08/19/adolescente-apunalado-tras-pelea-cerca-de-la-biblioteca-de-north-miami-segun-testigos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/adolescente-apunalado-tras-pelea-cerca-de-la-biblioteca-de-north-miami-segun-testigos/</guid><dc:creator><![CDATA[Trent Kelly, Chris Gothner]]></dc:creator><description><![CDATA[Dos adolescentes peleaban en el estacionamiento cuando uno de ellos sacó un cuchillo y apuñaló al otro en el brazo]]></description><pubDate>Wed, 19 Aug 2026 21:52:17 +0000</pubDate><content:encoded><![CDATA[<p>La policía de North Miami investigaba el miércoles un apuñalamiento reportado.</p><p>Testigos relataron que un sospechoso apuñaló a un adolescente cerca de la biblioteca de North Miami, ubicada en el 835 de NE 132nd St., frente a la escuela secundaria North Miami Senior High School.</p><p>Según los testigos, dos adolescentes se estaban peleando en el estacionamiento cuando uno de ellos sacó un cuchillo y apuñaló al otro en el brazo.</p><p>Los testigos afirmaron que los dos adolescentes se conocían.</p><p>Las autoridades informaron que el joven fue trasladado “a un hospital local con una lesión que no pone en peligro su vida”.</p><p>La policía acordonó el estacionamiento de la biblioteca mientras realizaba la investigación.</p><p>La policía de North Miami indicó que la investigación seguía “en curso” el miércoles por la noche.</p><p>A pesar de la investigación, el adolescente responsable del apuñalamiento aún no ha sido capturado.</p>]]></content:encoded></item><item><title><![CDATA[Several candidates vying to be Florida’s first Democratic governor in over 30 years]]></title><link>https://www.local10.com/news/local/2026/08/13/several-candidates-vying-to-be-floridas-first-democratic-governor-in-over-30-years/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/13/several-candidates-vying-to-be-floridas-first-democratic-governor-in-over-30-years/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Florida Democrats are hoping for a different result in the governor’s race this year.]]></description><pubDate>Thu, 13 Aug 2026 22:33:57 +0000</pubDate><content:encoded><![CDATA[<p>Florida Democrats are hoping for a different result in the governor’s race this year.</p><p>It’s been over 30 years since the state last elected a Democrat governor in 1994. </p><p>Current Florida Gov. Ron DeSantis won reelection by about 20% in 2022, but he’s term-limited.</p><p>One of the Democrats running is former Republican Congressman David Jolly, who left the party and became a prominent critic of President Donald Trump.</p><p>“Look, this is a governorship,” said Jolly. “I don’t have to litigate the President of the United States.”</p><p>Jolly said he is focusing on kitchen table issues. </p><p>“This is about housing, healthcare, and education,” he said. “We need more workforce and affordable housing. We have to solve our insurance prices. I think we can cut insurance by 50 to 60%.”</p><p>Jolly says he worked with colleagues on both sides of the aisle in Congress and added that his approach can appeal to all kinds of voters.</p><p>“I’m in a very post-ideological space in my life,” he said. “I believe in the Democratic values, but this is bigger than one party.”</p><p>A top challenger to Jolly is State Rep. Dotie Joseph of North Miami.</p><p>“I’m somebody who’s not afraid to work across the aisle, but also not afraid to fight,” said Joseph. “There are times when we need to stand up and make sure our rights are protected.”</p><p>A former government and civil rights attorney, Joseph has served in the state house since 2018.</p><p>“I want to focus on our needs right here in the state of Florida,” she said. “And for me, that focuses on affordability.”</p><p>Joseph said she wants to raise the minimum wage to $20 an hour.</p><p>In the Florida House of Representatives, she has proposed guaranteeing universal healthcare for all by creating a statewide publicly funded system.</p><p>“My message is just that I’m here for the people,” she said. “And I think for too long, we have a government that has only worked for its select few.”</p><p>There are four other candidates who are also running in the Democratic primary. They are Evelyn Castillo-Bach, Thomas Fernandez, Dayna Foster and Stephann Norman. </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[México detiene a implicado en el secuestro de "El Mayo" Zambada que llevó a su arresto en EEUU]]></title><link>https://www.local10.com/espanol/2026/08/19/mexico-detiene-a-implicado-en-el-secuestro-de-el-mayo-zambada-que-llevo-a-su-arresto-en-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/mexico-detiene-a-implicado-en-el-secuestro-de-el-mayo-zambada-que-llevo-a-su-arresto-en-eeuu/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La fiscalía federal informó de la detención el miércoles de una persona en Ciudad de México por su posible implicación en el secuestro de Ismael “El Mayo” Zambada en 2024 por parte de una facción rival del Cártel de Sinaloa y que llevó a su aprehensión en Estados Unidos y su posterior condena por narcotráfico.]]></description><pubDate>Thu, 20 Aug 2026 01:48:45 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La fiscalía federal informó de la detención el miércoles de una persona en Ciudad de México por su posible implicación en el secuestro de Ismael “El Mayo” Zambada en 2024 por parte de una facción rival del Cártel de Sinaloa y que llevó a su aprehensión en Estados Unidos y su posterior condena por narcotráfico.</p><p>Según indicó la fiscalía en un comunicado, el detenido identificado solamente como Fausto “N” habría acompañado a un político local, Héctor Cuén, a la cita en la que fue secuestado Zambada en la capital de Sinaloa y fue testigo de los hechos.</p><p>Cuén fue asesinado ese mismo día, según Zambada, en el lugar donde a él le secuestraron para llevarle a Estados Unidos, aunque las autoridades de Sinaloa dijeron que el homicidio ocurrió en otro lugar.</p><p>La fiscalía acusa al detenido de su probable intervención en el encubrimiento del homicidio de Cuén y de falsedad en las declaraciones ante la justicia, ya que según indicó “incurrió en una serie de contradicciones en sus declaraciones y habría omitido proporcionar información verídica sobre lo sucedido, con la finalidad de desvirtuar la realidad y engañar a la autoridad, obstaculizando así el esclarecimiento de los hechos”.</p><p>Zambada dijo en una carta que fue engañado por Joaquín Guzmán López, un hijo de su ex socio Joaquín “El Chapo” Guzmán, para acudir a una reunión en la que supuestamente iba a estar un político local y el entonces gobernador de Sinaloa, Rubén Rocha, que dejó el cargo después de que Estados Unidos le acusara de ayudar al Cártel de Sinaloa.</p><p>La supuesta trampa contra Zambada acabó con el capo secuestrado por Guzmán López en un operativo de película, el político local asesinado, la fiscalía federal acusando a funcionarios estatales de encubrir ese crimen y con una crisis abierta entre México y Estados Unidos por una posible intervención estadounidense en la acción —aunque Washington siempre la negó— que culminó con la acusación de Washington contra diez funcionarios o exfuncionarios de Sinaloa por vínculos con el narcotráfico.</p><p>Detenidos nueve miembros del Cártel de Jalisco en Michoacán</p><p>En una acción totalmente diferente, autoridades mexicanas informaron también el miércoles de la detención de nueve presuntos miembros del Cártel Jalisco Nueva Generación en el estado occidental de Michoacán, entre ellos el que consideran responsable de atacar a elementos de la Guardia Nacional en la ola de violencia que siguió a la muerte del líder de la organización criminal, Nemesio Oseguera Cervantes, “El Mencho”, el pasado febrero.</p><p>Michoacán es una región donde operan cuatro cárteles designados como terroristas por el gobierno de Donald Trump, entre ellos del de Jalisco. El gobierno mexicano aumentó el despliegue de fuerzas de seguridad a finales del año pasado después de dos sonados asesinatos y más recientemente cuando Estados Unidos paralizó sus operaciones en la región por amenazas a sus funcionarios que inspeccionaban la exportación de aguacates.</p><p>Según explicó la Secretaría de Defensa en un comunicado, los arrestos tuvieron lugar en los municipios de Tanhuato y Ecuandureo.</p><p>Posterior a las detenciones se registraron bloqueos en carreteras y la quema de algún vehículo pero, según las autoridades, todas las vías de comunicación quedaron pronto liberadas.</p><p>El detenido de mayor rango fue identificado como Heraclio “N”, alias “Tío Lako”. Le atribuyen parte de la violencia desencadenada tras la muerte de “El Mencho”, que dejó más de 70 muertos, entre ellos 25 guardias nacionales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3X4O2ZCJPXU6RZCFALDI4ZWVO4.jpg?auth=510e22e017c40dd4745b2ffb3da83e26effda3b9ce94efa7cd70dcb73642b24d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Guardias nacionales trabajan en un puesto de control en Cherangueran, estado de Michoacán, México, el viernes 14 de agosto de 2026. (Foto AP/Armando Solís)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Solis</media:credit></media:content></item><item><title><![CDATA[Máximo tribunal de Brasil refuerza protecciones para mujeres ante hombres violentos]]></title><link>https://www.local10.com/espanol/2026/08/19/maximo-tribunal-de-brasil-refuerza-protecciones-para-mujeres-ante-hombres-violentos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/maximo-tribunal-de-brasil-refuerza-protecciones-para-mujeres-ante-hombres-violentos/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — El Supremo Tribunal Federal de Brasil dictaminó el miércoles por unanimidad ampliar significativamente el alcance de una ley emblemática en el país para proteger a las mujeres de la violencia.]]></description><pubDate>Wed, 19 Aug 2026 23:53:01 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — El Supremo Tribunal Federal de Brasil dictaminó el miércoles por unanimidad ampliar significativamente el alcance de una ley emblemática en el país para proteger a las mujeres de la violencia.</p><p>La iniciativa que se aplicó durante dos décadas a episodios de violencia doméstica, al igual que en muchas otras naciones, podrá activarse a partir de ahora a incidentes en espacios públicos. El máximo tribunal brasileño resolvió de igual forma que los agresores deberán ir a juicio, incluso si no tienen un vínculo familiar o sentimental con la víctima.</p><p>Los 10 integrantes del tribunal votaron a favor de extender la aplicación de la Ley Maria da Penha a situaciones como persecución, amenazas y acoso fuera del hogar.</p><p>Durante el primer semestre del año se concedieron casi 340.000 medidas de protección urgente para mujeres en virtud de los mecanismos de la Ley Maria da Penha, de acuerdo con cifras del gobierno brasileño, un incremento del 170% en comparación con el mismo periodo de 2020.</p><p>La jueza Carmen Lúcia, la única mujer en el tribunal el miércoles, manifestó que la violencia contra las mujeres ha ido en aumento en el país a pesar de la aplicación de la Ley Maria da Penha, de 2006.</p><p>Añadió que la ley necesitaba actualizarse debido a que la violencia contra las mujeres en el país también es una cuestión de poder y porque muchos de los feminicidios ocurren fuera del hogar de la mujer y en situaciones que se denuncian a la policía, pero que fueron ignoradas.</p><p>“En la vida real, los jueces rechazan (las acusaciones contra los hombres) sin justificación, dicen que no es urgente, lo dejan para el próximo lunes. Mientras tanto, una de nosotras muere”, declaró la magistrada. "Con este fallo, este Supremo Tribunal Federal demuestra que no es ciego ni sordo a todo esto que ocurre contra todas nosotras, las mujeres”.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4BYK6LG3IFWRFMVG6L7E7ULAVM.jpg?auth=e4581684bd49e633c4b72f50a93fb1672d563770feae82231c0aa9516ddaa4e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mujeres protestan en la playa de Copacabana a favor de leyes más sólidas para combatir la misoginia y el feminicidio, el domingo 2 de agosto de 2026, en Río de Janeiro. (AP Foto/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content></item><item><title><![CDATA[Cuba-American retired journalists to face off in Florida’s 27th Congressional District midterm election]]></title><link>https://www.local10.com/news/politics/2026/08/19/cuba-american-retired-journalists-face-off-in-floridas-27th-congressional-district-midterm-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/19/cuba-american-retired-journalists-face-off-in-floridas-27th-congressional-district-midterm-election/</guid><dc:creator><![CDATA[Sanela Sabovic, Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[In Florida’s 27th Congressional District, Eliott Rodriguez won the Democratic primary, and U.S. Rep. Maria Elvira Salazar won the Republican primary. ]]></description><pubDate>Wed, 19 Aug 2026 15:51:34 +0000</pubDate><content:encoded><![CDATA[<p>Cuban-American retired broadcast journalists U.S. Rep. Maria Elvira Salazar and Eliott Rodriguez are facing off in the midterm election for <a href="https://www.congress.gov/member/district/maria-salazar/S000168" target="_self" rel="" title="https://www.congress.gov/member/district/maria-salazar/S000168">Florida’s 27th Congressional District</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/19/periodista-cubano-estadounidense-retirada-se-enfrentara-en-elecciones-intermedias-por-mandato-del-27-distrito-congresista-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/periodista-cubano-estadounidense-retirada-se-enfrentara-en-elecciones-intermedias-por-mandato-del-27-distrito-congresista-de-florida/">Leer en español</a></p><p>Salazar, 64, the incumbent, won the Republican primary on Tuesday with 81% of the votes. V. Michael Arias, a Coral Gables-based attorney, lost with 19% of the votes.</p><p>According to the <a href="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00714261&amp;cycle=2026" target="_self" rel="" title="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00714261&amp;cycle=2026">U.S. Federal Election Commission’s reports</a> on campaign contributions, Salazar’s total receipts were more than $1.99 million, her total disbursements were more than $1.15 million, and her cash on hand was over $2.25 million. </p><p>Rodriguez, 69, won the Democratic primary with 54% of the votes. Robin Peguero, a former federal prosecutor, lost with 46% of the votes. </p><p>According to <a href="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00942581&amp;cycle=2026" target="_self" rel="" title="https://www.fec.gov/data/reports/house-senate/?is_amended=false&amp;data_type=processed&amp;q_filer=C00942581&amp;cycle=2026">FEC reports</a> on campaign contributions, Rodriguez’s total receipts were more than $661,170, his total disbursements were more than $336,000, and his cash on hand was more than $325,000. </p><p>On Wednesday, Rodriguez was campaigning in Westchester.</p><p>“I have to shine a spotlight on Maria Elvira Salazar. I know she, like me, worked in a television studio,” Rodriguez said. “I want to get those studio lights and focus them on her record.” </p><p>Rodriguez said his journalistic career and reputation are very different than that of Salazar’s. </p><p>“There’s one big difference, that is that I’m an honest broker of the truth,” Rodriguez said. </p><p>The U.S. Census <a href="https://www.census.gov/programs-surveys/acs.html" target="_self" rel="" title="https://www.census.gov/programs-surveys/acs.html">reported</a> in 2024 that the district is home to about 788,713 people. It covers about 119 square miles in Miami-Dade County, <a href="https://censusreporter.org/profiles/50000US1227-congressional-district-27-fl/" target="_self" rel="" title="https://censusreporter.org/profiles/50000US1227-congressional-district-27-fl/">according</a> to the Census Reporter. </p><p>“We have an economic crisis in this community, and we need somebody in Congress who is focused on the needs, the cost-of-living needs this community is facing,” Rodriguez said.</p><p>The deadline to register to vote is Oct. 5th. The deadline to request a vote-by-mail ballot is Oct. 22nd. Early voting is from Oct. 24th to 31st. The midterm election is on Nov. 3rd. </p><h3><b>Republican primary’s winner delivers speech</b></h3><h3><b>Democratic primary’s winner delivers speech</b></h3><p><b>ELECTION RESULTS</b></p><p><iframe class="ap-embed" loading="lazy" title="Live election results via the Associated Press" src="https://interactives.apelections.org/election-results/customers/layouts/organization-layouts/published/71050/31014.html" width="100%" frameborder="0" scrolling="no" marginheight="0"></iframe><script defer src="https://interactives.apelections.org/election-results/assets/microsite/resizeClient.js"></script></p>]]></content:encoded></item><item><title><![CDATA[“El socialismo no funciona”: la victoria de Nixon obliga a los demócratas del sur de Florida a abordar la división ideológica]]></title><link>https://www.local10.com/espanol/2026/08/19/el-socialismo-no-funciona-la-victoria-de-nixon-obliga-a-los-democratas-del-sur-de-florida-a-abordar-la-division-ideologica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/el-socialismo-no-funciona-la-victoria-de-nixon-obliga-a-los-democratas-del-sur-de-florida-a-abordar-la-division-ideologica/</guid><dc:creator><![CDATA[Christina Vazquez, Chris Gothner]]></dc:creator><description><![CDATA[En tono de celebración durante conferencia de prensa en Little Havana, líderes del Partido Demócrata de Florida plantearon como objetivo ganar escaños en noviembre.]]></description><pubDate>Wed, 19 Aug 2026 19:52:21 +0000</pubDate><content:encoded><![CDATA[<p>En tono de celebración durante conferencia de prensa en Little Havana, líderes del Partido Demócrata de Florida plantearon como objetivo ganar escaños en noviembre.</p><p>La presidenta del partido, Nikki Fried, citó el éxito en las elecciones de juntas escolares, incluso en el condado de Sarasota, de fuerte tendencia republicana, donde candidatos respaldados por demócratas <a href="https://www.local10.com/news/politics/2026/08/19/democratic-socialist-angie-nixon-won-tuesdays-primary-in-florida-can-she-win-in-november/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/08/19/democratic-socialist-angie-nixon-won-tuesdays-primary-in-florida-can-she-win-in-november/">lograron cambiar el control de la junta</a>.</p><p>“La gente, nuevamente, está cansada de las guerras culturales en nuestras juntas escolares”, dijo Fried.</p><p>Pero también reconocen e<a href="https://www.local10.com/news/politics/2026/08/19/democratic-socialist-angie-nixon-won-tuesdays-primary-in-florida-can-she-win-in-november/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/08/19/democratic-socialist-angie-nixon-won-tuesdays-primary-in-florida-can-she-win-in-november/">l debate dentro del partido</a> tras la victoria en las primarias de una socialista demócrata: la representante estatal Angie Nixon, demócrata por Jacksonville, es ahora la candidata del partido al Senado de Estados Unidos.</p><p>Ese debate queda al descubierto en Miami-Dade, donde la presidenta del Partido Demócrata, Laura Kelley, admite que “el socialismo no funciona”.</p><p>“No voy a ser una apologista de los socialistas demócratas. No hay lugar en nuestro partido para personas que apoyen, alaben a Fidel Castro, Nicolás Maduro y ciertamente no a Hamas”, dijo Kelley. “Y por eso creo que los Socialistas Demócratas de América, recuerden, no son el Partido Demócrata. Son una organización. Ni siquiera son un partido político. Son un grupo de personas que están verdaderamente, verdaderamente equivocadas”.</p><p>Con todo esto en mente, Local 10 News le preguntó a Fried qué pensaba sobre la elección de los votantes demócratas.</p><p>“Bueno, primero que nada, ya sabes, yo soy capitalista; empecemos por ahí”, dijo Fried.</p><p>Cuando le preguntaron si la nominación de Nixon hace “imposible” que los demócratas ganen el escaño del Senado ocupado por la republicana Ashley Moody, Fried señaló los esfuerzos de organización que han permitido ganar escaños ocupados por republicanos.</p><p>“En los últimos dos años, comenzamos lo que se llama el Proyecto Punchland, que es una organización durante todo el año y que, hasta ayer, había logrado más de 1.7, 1.8 millones de contactos con votantes, desde llamadas telefónicas hasta visitas puerta a puerta, y haciendo que los candidatos hablen con otros candidatos y con los votantes en todo el estado de Florida”, dijo. “Y hemos podido ganar 37 escaños gracias a eso”.</p><p>Por otro lado, los votantes demócratas también nominaron a un ex republicano como candidato del partido a gobernador, el ex representante de Estados Unidos David Jolly.</p><p>“Rechazo a la DSA. Rechazo a los socialistas. Soy capitalista”, dijo Jolly.</p><p>Kelley dijo: “A medida que avancemos hacia las elecciones, creo que veremos una comprensión fundamental de cuál es la diferencia entre un demócrata y un socialista demócrata. Y no son lo mismo”.</p><p>Mientras surgen voces diferentes dentro del partido tras las primarias del martes, Fried dijo que todos coinciden en una preocupación central: “Nuestro estado es completamente inasequible”.</p><p>Kelley coincidió.</p><p>“Cuando tenemos esta gran coalición donde puedes tener a alguien bastante conservador y a alguien extremadamente progresista, vamos a tener profundas diferencias políticas”, dijo. “Pero hay una gran mayoría de cosas en las que estamos de acuerdo. Y creo que debemos enfocarnos en aquello en lo que podemos estar de acuerdo. Y eso es lo que hará avanzar a los floridanos y a nuestras comunidades en términos de asequibilidad, humanidad y construcción de comunidad. Creo que esos son los fundamentos en los que todos podemos estar de acuerdo.</p><p>“Es lo que más les importa a los floridanos. Y, francamente, 30 años de gobierno republicano en este estado solo han hecho que sea más difícil para nosotros sobrevivir y prosperar”.</p><h4><b>Experta: “Creo que los republicanos están eufóricos hoy”</b></h4><p>Kathryn DePalo-Gould, profesora de Florida International University y experta en política, dice que las opiniones progresistas de Nixon podrían afectar a otros demócratas de Florida que aparecen más abajo en la boleta.</p><p>“Creo que los republicanos están eufóricos hoy porque nadie realmente pensó que Angie Nixon tuviera posibilidades de derrotar a Alex Vindman, quien tenía todo este dinero, ¿verdad?”, dijo DePalo-Gould. “Pero creo que la gente en el terreno tenía una idea de que él no era tan buen candidato como pensaban. Esos republicanos en el sur de Florida, creo que particularmente, están realmente emocionados de tenerla al frente de la boleta”.</p><p>Dijo que la presencia de Nixon podría movilizar a los republicanos, especialmente en el sur de Florida.</p><p>“Creo absolutamente que esto va a afectar las contiendas de los cargos que aparecen más abajo en la boleta. Quiero decir, todos, desde David Jolly, quien dice: ‘Esto no soy yo. Esto no es lo que apoyo’, algunas contiendas al Congreso quizás, pero incluso todo lo demás en la boleta, desde contiendas legislativas estatales, tal vez contiendas locales”, dijo. “Creo que esto va a aumentar la participación republicana”.</p><p>DePalo-Gould dijo que los demócratas no serán los únicos que hablarán sobre la asequibilidad.</p><p>“Anoche vieron a Byron Donalds en su discurso hablando sobre la asequibilidad. Se estaba apropiando de esta idea en particular. No creo que los republicanos quieran ceder este tema a los demócratas en absoluto”, dijo. “Creo que los demócratas están tratando de decir: ‘Somos una gran tienda de campaña’. Pero los republicanos van a decir: ‘Miren, esa tienda ahora está llena de candidatos aterradores que no van a aceptar el sueño americano, que no van a hacer que las cosas sean más asequibles’”.</p>]]></content:encoded></item><item><title><![CDATA[Brewers' Pat Murphy doesn't think his team has played great. Milwaukee's record suggests otherwise]]></title><link>https://www.local10.com/sports/2026/08/19/brewers-pat-murphy-doesnt-think-his-team-has-played-great-milwaukees-record-suggests-otherwise/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/19/brewers-pat-murphy-doesnt-think-his-team-has-played-great-milwaukees-record-suggests-otherwise/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Pat Murphy doesn’t sound like the manager of a team with the best record in the major leagues as he discusses what the Milwaukee Brewers have accomplished thus far.]]></description><pubDate>Thu, 20 Aug 2026 03:38:19 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Pat Murphy doesn’t sound like the manager of a team with the best record in the major leagues as he discusses what the Milwaukee Brewers have accomplished thus far.</p><p>“I don’t think we’ve played great,” the two-time reigning NL manager of the year said Wednesday. “We haven’t really jelled. We haven’t really come together."</p><p>The Brewers’ results tell a different story.</p><p>Milwaukee appears well on its way to earning its eighth playoff berth in the last nine seasons as it chases a fourth consecutive NL Central title. The Brewers won three of four from the two-time defending World Series champion Dodgers last weekend and trounced Seattle 22-0 on Tuesday before their four-game winning streak ended with a 7-5 loss to the Mariners on Wednesday.</p><p>“There’s so much that I see that needs to improve, yet you look up and everybody’s saying, ‘Wow, I love the way you play,’ “ Murphy said before Wednesday's game. “And I look funny and I look behind me, and I see if they’re talking to someone else. Really? Maybe I’m too critical. Maybe I’m missing something. I don’t know. I do trust the team.”</p><p>They’ve been rewarding that trust.</p><p>Surviving a 17-day grind</p><p>The Brewers just completed a 17-day run that included no days off, one complete West Coast trip and part of another. They went 10-7 during that stretch.</p><p>After losing three straight games at San Diego last week, the Brewers responded by winning a series with the Dodgers, who swept them out of the NL Championship Series last year. After finally getting a day off Monday, the Brewers delivered their 22-0 blowout of Seattle that matched the most one-sided shutout in modern MLB history.</p><p>“I think it says we’re a good baseball team,” first baseman Jake Bauers said. “I think in tough times it can be easy to lose sight of that, but we have the right people around to bounce back when things get tough, and we have the right people around to continue to play winning baseball.”</p><p>Milwaukee has needed to stay hot to remain ahead of the Chicago Cubs, who have won 11 of their last 16 games and are 4 1/2 behind Milwaukee in the NL Central standings. The Brewers and Cubs face off in a four-game series Aug. 31-Sept. 3 at Wrigley Field before meeting again for three games in Milwaukee from Sept. 7-9.</p><p>During that grueling 17-day run, the Brewers encountered some criticism for their inability to acquire two-time AL Cy Young Award winner Tarik Skubal. The Brewers made a strong push to land Skubal, only to see the Detroit Tigers send him to the Dodgers instead.</p><p>Having NL Cy Young Award front-runner Jacob Misiorowski and Skubal fronting a starting rotation in a playoff series would have given the Brewers perhaps their best shot at making the postseason breakthrough that has eluded them during the franchise’s longest run of sustained success. The Brewers haven’t reached a World Series since 1982 and have never won it all.</p><p>Continuing to win without adding Skubal</p><p>Logan Henderson, an outstanding rookie pitcher the Brewers chose to keep rather than including in a trade last month, outdueled Skubal in Sunday’s series finale at Los Angeles. The 6-2 victory improved Henderson’s record to 7-2 with a 2.70 ERA.</p><p>The Brewers pivoted after the Skubal trade by acquiring former St. Louis Cardinals right-hander Dustin May, who is seeking to become the latest in a growing list of starting pitchers to improve after joining the Brewers. Left-hander Kyle Harrison, who also is thriving in his first year in Milwaukee, attributes that trend to Milwaukee’s pitching coaching staff of Chris Hook, Jim Henderson and Juan Sandoval.</p><p>“They’re so good at just knowing who you are as an individual and knowing what you need,” Harrison said. “Shoot, yeah, they’ve been doing it for a while now, too, so it’s pretty cool to have those guys you can trust and rely on.”</p><p>The Brewers believe they have the makings of a quality playoff rotation with Misiorowski, Henderson, Harrison and May. Milwaukee has withstood injuries that knocked two-time All-Star Brandon Woodruff out for the season and prevented Quinn Priester from pitching at all this year.</p><p>Milwaukee’s lineup has produced the fewest homers in the big leagues, yet the Brewers remain among the top five teams in scoring. Bauers’ breakthrough season has helped the Brewers overcome down years from 2018 NL MVP Christian Yelich and three-time All-Star William Contreras.</p><p>Without naming names, Murphy said: “I watch some of our leaders that might not be getting the results, but the way they handle everybody else is pretty impressive.” Murphy added that might be one of the keys to this team’s success.</p><p>Another is simply the ability to continue competing even when things aren’t going smoothly.</p><p>“Maybe that’s the secret,” Murphy said. “Maybe this team still plays well enough to be close when they’re not at their best.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PIAZSOD2UN6I44PPH4YQRQRMNA.jpg?auth=940fb6fab475c6ccdf55c205d1d9e67964c6ce28eb1eee154f644853bd28e056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers manager Pat Murphy looks on during the third inning of a baseball game against the Minnesota Twins, Saturday, Aug. 8, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VQTK2I6DC3MVL4W2K36B27GOLY.jpg?auth=3d0e2743c67572a5a10e4849e25e557d2b62b2e2fbebe35a65f0904313a4f951&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers manager Pat Murphy, middle, gestures as he walks toward the dugout after making a pitching change during the sixth inning of a baseball game against the San Francisco Giants, Tuesday, July 28, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2NNKMKMWSEAFBKO6BDTBRFWLCI.jpg?auth=5a696a8b3da171e6ef60b16d41591ca70bab91a0fef4149e6a14a72552aea7fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jake Bauers is congratulated in the dugout after hitting a two-run home run during the sixth inning of a baseball game against the Seattle Mariners, Tuesday, Aug. 18, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[South Florida friends’ trip to Kenya ends in tragedy after helicopter crash]]></title><link>https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/</guid><dc:creator><![CDATA[Aaron Maybin, Andrea Torres, Linnie Supall, Caroline Coles]]></dc:creator><description><![CDATA[A group of friends from South Florida was among the seven who died after a helicopter crash on Wednesday in northern Kenya, according to relatives and colleagues of the victims.]]></description><pubDate>Wed, 19 Aug 2026 17:48:43 +0000</pubDate><content:encoded><![CDATA[<p>A group of friends from South Florida was among the seven who died after a helicopter crash on Wednesday in northern Kenya, according to relatives and colleagues of the victims.</p><p><a href="https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/">Leer en español</a> </p><p>The pilot of a single-engine helicopter with <a href="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/" target="_self" rel="" title="https://www.instagram.com/ladylorihelicopters/p/DcOhD_TMf3H/">Lady Lori Helicopters</a> was flying a group of six tourists from the <a href="https://maps.app.goo.gl/CYrJFoE96zwaB2B49" target="_self" rel="" title="https://maps.app.goo.gl/CYrJFoE96zwaB2B49">Suyian Conservancy</a> to <a href="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9" target="_self" rel="" title="https://maps.app.goo.gl/pZHpAeR2zz7ReKag9">Mount Ololokwe</a> when they crashed in <a href="https://maps.app.goo.gl/hYrBvLUscohdcXpj9" target="_self" rel="" title="https://maps.app.goo.gl/hYrBvLUscohdcXpj9">Samburu County</a>, according to Kenya’s <a href="https://x.com/CAA_Kenya/status/2090067673333854307" target="_self" rel="" title="https://x.com/CAA_Kenya/status/2090067673333854307">Civil Aviation Authority</a> and the helicopter operator.</p><p>The seven victims were José Alberto Suárez, Roger E. Duarte, Adam Hlavaty, Henry Parra, Michele Sensi-Contugi, Stephany Hollihan, and Josh Outram.</p><p><a href="https://www.linkedin.com/in/josetv" target="_self" rel="" title="https://www.linkedin.com/in/josetv">Suárez</a>, who grew up in Coral Gables, was the president and general manager of the Telemundo-owned stations in Orlando, Tampa, and Fort Myers. He was 55. </p><p><a href="https://www.mrktgroup.com/copy-of-about-us" target="_self" rel="" title="https://www.mrktgroup.com/copy-of-about-us">Hlavaty</a> was a real estate executive. He was the vice president of development for Benihana and served as a board member of the Coral Gables Art Museum. He was 42. </p><p><a href="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name" target="_self" rel="" title="https://www.linkedin.com/in/henryparra?trk=public_post_feed-actor-name">Parra</a>, a software executive, co-founded <a href="https://www.trax.aero/" target="_self" rel="" title="https://www.trax.aero/">Trax USA</a>, based in Coral Gables. He was 55. Parra and Hlavaty were married and lived in Coral Gables. </p><p><a href="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD" target="_self" rel="" title="https://www.georgestonecrab.com/pages/about-us?srsltid=AfmBOoqcL1FYeUK7lTYaKQRZDlAAqY77GkhBjuJkr2xZM2poA3h1MKAD">Duarte</a> was the entrepreneur behind <a href="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208" target="_self" rel="" title="https://www.hospitalitycapitalpartners.com/#lp-pom-block-208">Hospitality Capital Partners</a>, the owner of George Stone Crabs, and the co-founder of My Ceviche. He was 42. </p><figure><img src="https://www.local10.com/resizer/v2/B5FZZF6QUP62JUBIOYK2AQKU7Y.jpg?auth=77e0d098bf6c557268efddb8394abbf8292614a7ab4d8d9776e490ef6a457420&smart=true&width=1200&height=900" alt="This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists" height="900" width="1200"/><figcaption>This photo provided by Kenya Red Cross shows Kenya Red Cross emergency response teams during a multi-agency rescue and recovery operation in response to a helicopter crash near Mt. Ololokwe in Samburu, Kenya, Wednesday, Aug. 19, 2026. (Kenya Red Cross via AP) ADDITION: Removes reference to killed tourists</figcaption></figure><p>Duarte’s family was “devastated and heartbroken by the tragic helicopter accident in Kenya ... the magnitude of this tragedy is impossible to comprehend, and there are no words to express the depth of our pain,” a spokesperson wrote in a statement. </p><p>Authorities in Ecuador identified <a href="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/" target="_self" rel="" title="https://www.ministeriodegobierno.gob.ec/ministro-sensi-contugi-dirige-el-consejo-de-autoridades-de-la-zona-7-en-machala/">Sensi-Contugi</a>, 44, as the director of CIES, the country’s strategic intelligence center, and a close ally of Ecuadorian President Daniel Noboa. <a href="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631" target="_self" rel="" title="https://www.harpersbazaar.com.ec/moda/el-equilibrio-stephany-hollihan-n631">Hollihan</a>, 42, a fashion designer, was married to Sensi-Contugi. </p><p>In <a href="https://www.instagram.com/p/DcO3o7YpxA9/" target="_self" rel="" title="https://www.instagram.com/p/DcO3o7YpxA9/">a statement</a>, a spokesperson for the Latin American Fashion Summit described Hollihan, the founder of <a href="https://sensistudio.com/" target="_self" rel="" title="https://sensistudio.com/">Sensi Studio</a>, as “a true visionary and an extraordinary force” who celebrated Ecuadorean artisans’ work with “paja toquilla.”</p><p>Harpers Bazaar <a href="https://www.instagram.com/p/DcOenmmkVQe/" target="_self" rel="" title="https://www.instagram.com/p/DcOenmmkVQe/">reported</a> Hollihan was born in Ecuador’s port city of Guayaquil and served as a proud ambassador of her country’s artisans in the U.S. and Europe. </p><p>The spokesperson for Duarte’s family identified Suárez, Hlavaty, Parra, Sensi-Contugi, and Holliham as “dear friends” and Outram as the pilot based in Kenya. </p><p>“I am hugely passionate about flying, and what Kenya has to offer, especially the North, are some of the most diverse landscapes,” Outram told a writer for <a href="https://www.elewanacollection.com/news-information/newsletters/may-2025/josh-outram-director-of-african-heli-adventures-shares-more-about-the-unforgettable-helicopter-tours-in-loisaba" target="_self" rel="" title="https://www.elewanacollection.com/news-information/newsletters/may-2025/josh-outram-director-of-african-heli-adventures-shares-more-about-the-unforgettable-helicopter-tours-in-loisaba">Elewana last year</a>, adding that he also provided aerial support for wildlife monitoring. </p><p>The Loisaba Conservancy in Kenya released a statement describing the victims of the helicopter crash as “guests” of <a href="https://www.andbeyond.com/" target="_self" rel="" title="https://www.andbeyond.com/">&amp;Beyond</a>, a travel agency.</p><p>In a statement, NBCUniversal executives described Suárez as ”a deeply respected leader and beloved friend and colleague” who “brought energy, humor, warmth, and a strong sense of purpose to his work.”</p><p>Suárez, a Coral Gables High School alumnus, started his journalistic career as a reporter and anchor. He served as president of the National Association of Hispanic Journalists. He was with NBCU for about two decades, leading stations in San Antonio, Sacramento, Fresno, Salt Lake City, and Las Vegas.</p><p>During his time with WUPW Fox Toledo, Suárez won three Emmys for Outstanding Daily Newscast and several Associated Press Awards, according to his <a href="https://nbcuniversalnewsgroup.com/nbculocal/2024/02/12/jose-alberto-suarez-named-president-general-manager-of-telemundo-owned-stations-in-orlando-tampa-fort-myers/" target="_self" rel="" title="https://nbcuniversalnewsgroup.com/nbculocal/2024/02/12/jose-alberto-suarez-named-president-general-manager-of-telemundo-owned-stations-in-orlando-tampa-fort-myers/">biography with NBCU</a>.</p><p>Suárez’s career also included programming, digital and creative leadership for the Telemundo Station Group, NBC6, and Telemundo 51 in Miami.</p><p>Duarte’s friend Lee Schrager, a businessman known for his work with the Food Network South Beach, said he wasn’t surprised when Forbes recognized Duarte in the 30 under 30 list.</p><p>“He had such an incredible work ethic,” Schrager said. </p><p>Duarte is survived by his two sons, Roger and George, and his wife, Nicole Valls, whose family founded Versailles, the iconic Cuban restaurant in Miami’s Little Havana. </p><p><b>Related social media posts</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">7 killed in helicopter crash in Kenya; 4 were tourists from the U.S. <a href="https://t.co/9RdTRp0LOK">pic.twitter.com/9RdTRp0LOK</a></p>&mdash; WPLG Local 10 News (@WPLGLocal10) <a href="https://x.com/WPLGLocal10/status/2090119695395418579?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Servicio Nacional de Aduana del Ecuador  expresa sus más sentidas condolencias ante el sensible fallecimiento de Michele Sensi-Contugi y su esposa Stephany Hollihan. Paz en su tumba. <a href="https://t.co/E1GWcfbgAY">pic.twitter.com/E1GWcfbgAY</a></p>&mdash; Servicio Nacional de Aduana del Ecuador (@SENAE_Aduana) <a href="https://x.com/SENAE_Aduana/status/2090145595751317820?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOhD_TMf3H/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">An update on the air accident in Samburu of the operator and souls on board.<br>Read full statement below: <a href="https://t.co/WjiggB3vvo">pic.twitter.com/WjiggB3vvo</a></p>&mdash; Kenya Civil Aviation Authority (@CAA_Kenya) <a href="https://x.com/CAA_Kenya/status/2090067673333854307?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Search and recovery efforts are ongoing, hampered by difficult terrain access and an active fire at the crash site.<br><br>An additional team has been dispatched from Isiolo to reinforce the operation.<br><br>More updates to follow. <a href="https://t.co/XUjWArYul3">https://t.co/XUjWArYul3</a> <a href="https://t.co/qSApuA1b0y">pic.twitter.com/qSApuA1b0y</a></p>&mdash; Kenya Red Cross (@KenyaRedCross) <a href="https://x.com/KenyaRedCross/status/2090059176873509223?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">INCIDENT UPDATE <br>Reference: ASCI-KE-20260819-SAMBURU-HELICOPTER-CRASH <br>Incident Level: CRITICAL (Level 4) – Fatal helicopter crash; all occupants deceased <br><br>UPDATE SUMMARY<br>The Kenya Civil Aviation Authority (KCAA) has officially confirmed a fatal helicopter accident at Mt.… <a href="https://t.co/Q5ChZkMd7A">pic.twitter.com/Q5ChZkMd7A</a></p>&mdash; Armistice Security Consult International® (@ASCIsecure) <a href="https://x.com/ASCIsecure/status/2090031548049342631?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcO3o7YpxA9/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOYp8gsgp1/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DcOenmmkVQe/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><p><b>Read the statement</b></p><figure><img src="https://www.local10.com/resizer/v2/JVO7MAI4RVGW7HHVRO3LB4SPYY.jpg?auth=722a5fcebb0a351fc7d43c979d6678b543682df414345267f01325ba1e84b394&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/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/19/5-americans-among-7-people-killed-when-helicopter-on-safari-crashes-in-northern-kenya/">Safari helicopter crashes in northern Kenya, killing 7 people, including 5 Americans</a></li></ul><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[“No huyo de las preguntas difíciles”: candidata al Senado Angie Nixon dice estar lista para noviembre]]></title><link>https://www.local10.com/espanol/2026/08/19/no-huyo-de-las-preguntas-dificiles-candidata-al-senado-angie-nixon-dice-estar-lista-para-noviembre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/no-huyo-de-las-preguntas-dificiles-candidata-al-senado-angie-nixon-dice-estar-lista-para-noviembre/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Continuar impulsando las promesas hechas durante la campañas al Senado de Estados Unidos, incluye tener conversaciones incómodas con votantes dentro del propio partido.]]></description><pubDate>Wed, 19 Aug 2026 22:15:48 +0000</pubDate><content:encoded><![CDATA[<p>Durante los próximos 76 días, <a href="https://www.local10.com/espanol/2026/08/18/republicanos-y-democratas-se-enfrentan-a-ashley-moody-en-primarias-para-el-senado-de-ee-uu/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/18/republicanos-y-democratas-se-enfrentan-a-ashley-moody-en-primarias-para-el-senado-de-ee-uu/">la representante estatal demócrata Angie Nixon y la senadora republicana Ashley Moody continuarán impulsando las promesas</a> que hicieron durante sus campañas al Senado de Estados Unidos.</p><p>Para Nixon, eso incluye tener conversaciones incómodas con votantes dentro de su propio partido en un intento por convencer a votantes de ambos lados del espectro político de apoyarla en noviembre.</p><p>“Ya lo hemos hecho”, dijo. “Ya tenemos republicanos e independientes que incluso cambiaron su afiliación partidista para votar por mí en las primarias, donaron a la campaña y también fueron voluntarios”.</p><p>Durante su campaña, Nixon se vinculó con el grupo de socialistas demócratas.</p><p>Explicó que su plan es convencer a los demócratas moderados que probablemente votaron por su propio rival de partido, Alex Vindman, para que ahora la elijan a ella.</p><p>“Los temas son los mismos, así que voy a hablar con ellos, voy a tener esas conversaciones con ellos”, dijo Nixon. “No huyo de las preguntas difíciles. Creo que eso es lo que nos ayuda a avanzar aquí en este país, cuando tenemos esas conversaciones incómodas”.</p><p>Vindman agregó: “Nos quedamos cortos, pero tenemos a una Angie Nixon, y podemos felicitarla por la victoria y llevar esta batalla hasta noviembre”.</p><p>Moody quiere conservar el escaño en el Senado de Estados Unidos que ha ocupado durante poco más de un año, cuando el gobernador de Florida, Ron DeSantis, la nombró para el cargo en reemplazo de quien ahora es secretario de Estado de Estados Unidos, Marco Rubio.</p><p>“Defendemos el sentido común, un compromiso con comunidades seguras, un compromiso con un gobierno responsable y receptivo”, dijo Moody después de ganar la nominación republicana el martes. “Un compromiso para garantizar que el gobierno del pueblo ponga primero los intereses del pueblo”.</p><p>Moody y Nixon se enfrentarán en las elecciones generales del 3 de noviembre.</p>]]></content:encoded></item><item><title><![CDATA[Missouri court allows new Trump-backed US House districts to be used in November election]]></title><link>https://www.local10.com/news/2026/08/19/missouri-court-allows-new-trump-backed-us-house-districts-be-used-in-november-election/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/19/missouri-court-allows-new-trump-backed-us-house-districts-be-used-in-november-election/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[JEFFERSON CITY, Mo. (AP) — A Missouri judge has allowed new U.S. House districts backed by President Donald Trump to be used in the November elections, rejecting a bid by to put the Republican-friendly districts to a statewide vote of the people.]]></description><pubDate>Wed, 19 Aug 2026 23:43:55 +0000</pubDate><content:encoded><![CDATA[<p>JEFFERSON CITY, Mo. (AP) — A Missouri judge has allowed new U.S. House districts backed by President Donald Trump to be used in the November elections, rejecting a bid by to put the Republican-friendly districts to a statewide vote of the people.</p><p>The ruling Wednesday by Cole County Circuit Judge Daniel Green is a victory for Republicans seeking to hold onto their slim majority in the U.S. House. But the case is likely to end up in the state Supreme Court.</p><p>Missouri’s new districts already were used in the August primaries. On that same day, Republican Secretary of State Denny Hoskins rejected a petition with thousands of signatures seeking to force a November referendum on the map. Hoskins asserted that Missouri’s Constitution doesn’t allow a referendum on congressional redistricting.</p><p>The judge agreed with Hoskins and other Republicans, who joined in defense of the new map.</p><p>“The Missouri Constitution does not supply any statement — let alone a clear one — reallocating authority over congressional redistricting away from the General Assembly to a referendum process,” Green wrote in the ruling.</p><p>Opponents of the redistricting plan quickly announced an appeal.</p><p>“Everyone knows that Cole County is not the final decision here,” said Richard von Glahn, executive director of People Not Politicians, who sued to try to place the new map on the ballot. “After months of delay, we are pleased to be moving forward to the Missouri Supreme Court to enforce our constitutional rights.”</p><p>Missouri’s redistricting targeted Democratic congressman</p><p>Missouri's current U.S. House delegation is made up of six Republicans and two Democrats who were elected from districts with boundaries drawn after the 2020 census.</p><p>But Republican Gov. Mike Kehoe called the Legislature into a special session on redistricting last year after Trump urged Republican-led states to redraw congressional boundaries to their advantage ahead of the midterms.</p><p>Missouri's revised map is designed to help Republicans defeat Democratic U.S. Rep. Emanuel Cleaver of Kansas City. It reassigns portions of Kansas City to two neighboring districts represented by Republicans and stretches the remainder of Cleaver’s 5th Congressional District far eastward into Republican-heavy rural areas. About 59% of its voters are new to the 5th District, according to an Associated Press estimate.</p><p>State Sen. Rick Brattin won a Republican primary in the reshaped district in early August. Cleaver was unopposed for the Democratic nomination.</p><p>Republicans had argued that the new districts should be used in the November elections even if a voter referendum on the map was allowed to occur at the same time.</p><p>Lawsuit highlights dispute about referendum rights</p><p>The Missouri Constitution does not specifically say that a referendum can be used to decide congressional redistricting, nor does it forbid it, which is why the issue ended up in court.</p><p>Republican Attorney General Catherine Hanaway’s office, which represented the secretary of state in court, argued that congressional redistricting is a legislative duty not subject to referendum without specific constitutional permission.</p><p>The attorney general and the Republican Party also argued it was too late to switch district boundaries before the November election. Changing districts after the primary would cause “widespread voter confusion” and an “erosion in confidence in the integrity of the state’s elections,” said John Gore, an attorney for national, congressional and state Republican committees.</p><p>The judge agreed, ruling that a district swap after the primary would violate federal law.</p><p>It’s been more than 100 years since a Missouri redistricting plan faced a referendum. In 1922, voters rejected a new congressional map passed by the Republican-led Legislature. The legitimacy of that referendum petition was not challenged in court.</p><p>Redistricting battle spread to numerous states</p><p>Missouri’s mid-decade redistricting effort has been among the most litigated nationally, triggering about a dozen lawsuits over the past year.</p><p>The Republican-led state was the second, after Texas, to respond to Trump’s call to redraw congressional districts. Several other states followed. All told, Republicans hope to 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>It remains to be seen whether the redistricting works as intended for Republicans. The president’s party historically has lost congressional seats in the midterms, and Trump’s poor approval ratings could provide an extra hurdle for Republican candidates.</p><p>___</p><p>Associated Press journalist Hannah Recht contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CZPXPQ5FYSBBZRCHC2I34IL5KE.jpg?auth=76837906ccd4fd6f98878ba7b162e4eb4124d469b70d40353f60ef98becac761&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Protesters against a Missouri congressional redistricting plan gather outside the Missouri Capitol on May 12, 2026, in Jefferson City, Mo. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHPGICEJ5TYTZCYGBSOTI4RCM4.jpg?auth=b389f72048986eae46e7f862b548e96167bc2029ccffa748a61406a2733c3a8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Richard von Glahn, executive director of People Not Politicians, speaks with reporters outside the Cole County Courthouse in Jefferson City, Mo., on Wednesday, Aug. 19, 2026. (AP Photo/David A. Lieb)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3HSFTDAQ27ENAOAQNCPYWCUZA.jpg?auth=44d0637c180b06c00bb6a0c2707c3fbe9692546c2036ad3b4ceade77fe801a12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Missouri Secretary of State Denny Hoskins talks to reporters Tuesday, Aug. 4, 2026, at his office in the state Capitol 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><media:content url="https://www.local10.com/resizer/v2/KNFZVRR2XRDFOYJZ5QV67REFCQ.jpg?auth=2c2ec83a060dd76b32b650bea9c27fbf5814f9803a90df0b8fdfe040e6560b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person holds a sign opposing the new U.S. House districts passed by the Missouri General Assembly during a protest outside the state Capitol, in Jefferson City, Mo., March 10, 2026. (AP Photo/David A. Lieb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[‘I don’t run away from hard questions’: Senate candidate Angie Nixon says she’s ready for November]]></title><link>https://www.local10.com/news/local/2026/08/19/i-dont-run-away-from-hard-questions-senate-candidate-angie-nixon-says-shes-ready-for-november/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/i-dont-run-away-from-hard-questions-senate-candidate-angie-nixon-says-shes-ready-for-november/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[For the next 76 days both Angie Nixon and Ashley Moody will continue to push the promises they made during their campaign trails.]]></description><pubDate>Wed, 19 Aug 2026 20:21:59 +0000</pubDate><content:encoded><![CDATA[<p>For the next 76 days, <a href="https://www.local10.com/news/politics/2026/08/18/republicans-democrats-challenge-ashley-moody-in-us-senate-primary/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/politics/2026/08/18/republicans-democrats-challenge-ashley-moody-in-us-senate-primary/">both Democratic State Rep. Angie Nixon and Republican Sen. Ashley Moody will continue to push</a> the promises they made during their U.S. Senate campaigns.</p><p><a href="https://www.local10.com/espanol/2026/08/19/no-huyo-de-las-preguntas-dificiles-candidata-al-senado-angie-nixon-dice-estar-lista-para-noviembre/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/no-huyo-de-las-preguntas-dificiles-candidata-al-senado-angie-nixon-dice-estar-lista-para-noviembre/">Leer en español</a></p><p>For Nixon, that includes having uncomfortable conversations with voters within her own party in an attempt to sway voters on both sides of the aisle for her in November. </p><p>“We already have,” she said. “Republicans and independents that actually change their party affiliations to vote for me in the primary, they donated on the campaign and they also volunteered.” </p><p>During her campaign, Nixon affiliated herself with the democratic socialist group.</p><p>She explained that her plan is to convince the moderate Democrats who likely voted for her own party opponent Alex Vindman to now choose her.</p><p>“The issues are the same and so I’m going to talk to them, I’m going to have those conversations with them,” said Nixon. “I don’t run away from hard questions. I believe that is what helps us progress here in this country, when we have those uncomfortable conversations.”</p><p>Added Vindman: “We came up short, but we have an Angie Nixon, and we can congratulate her on the win and take this battle forward to November.”</p><p>Moody wants to keep the U.S. Senate seat she has been occupying for a little over a year, when Florida Gov. Ron DeSantis appointed her to the position to replace now-U.S. Secretary of State Marco Rubio. </p><p>“We are standing for common sense, a commitment to safe communities, a commitment to accountable and responsive government,” Moody said after winning the Republican nomination on Tuesday. “A commitment to ensuring the people’s government puts the people’s interest first.”</p><p>Moody and Nixon will face off in the general election on Nov. 3.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Prince Harry and Meghan are returning to the UK with their children]]></title><link>https://www.local10.com/entertainment/2026/08/19/prince-harry-and-meghan-are-returning-to-the-uk-with-their-children/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/19/prince-harry-and-meghan-are-returning-to-the-uk-with-their-children/</guid><dc:creator><![CDATA[By DANICA KIRKA and JAMES POLLARD, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry and his wife, Meghan, have decided to return to the United Kingdom for an extended stay starting this fall, but they won’t resume their roles as working members of the royal family, The Associated Press learned Wednesday.]]></description><pubDate>Thu, 20 Aug 2026 12:26:46 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry and his wife, Meghan, have decided to return to the United Kingdom for an extended stay starting this fall, but they won’t resume their roles as working members of the royal family, The Associated Press learned Wednesday.</p><p>The couple's children, Prince Archie, 7, and Princess Lilibet, 5, have already enrolled at British schools and will start classes in September, according to a person close to the Sussexes who was not authorized to speak publicly. The family plans to live at a private, non-royal residence outside of London, but plans to maintain their home in Montecito, California, and their vacation property in Portugal.</p><p>The Daily Telegraph first reported the story. When asked to discuss the reports by the AP at a roundtable event with U.S. veterans in Washington Wednesday night, Harry replied, "Nothing to say.”</p><p>Harry and Meghan gave up their royal duties and moved to California more than six years ago to earn their living through lucrative contracts with Netflix and Spotify. Although relations with the rest of the royal family have soured since then, Harry has recently expressed an interest in reconciliation so he could spend more time with his father, King Charles III, who is being treated for an undisclosed form of cancer.</p><p>Charles was informed of the couple's plans on Sunday. Harry and Meghan visited the U.K. last month.</p><p>Buckingham Palace has a policy of not commenting on speculation about non-working members of the royal family. A representative for Harry and Meghan declined to comment.</p><p>According to a source close to the Sussexes, Meghan will continue heading her As Ever company from the U.K., while Harry can spend more time working with his U.K.-based charities.</p><p>Harry and Meghan have had a stormy relationship with the royal family ever since they decamped to a mansion in the exclusive Southern California enclave of Montecito.</p><p>In a series of interviews and Harry's memoir “Spare,” the couple said they left Britain to escape the restrictions of royal life and criticized palace officials for being insensitive to Meghan's mental health while alleging that at least one member of the royal family had expressed racist views when she was pregnant with their first child. Meghan describes herself as biracial.</p><p>Those tensions were exacerbated by Harry's long-running legal battle with Britain's tabloid newspapers, which he alleges illegally hacked his phones and invaded his privacy when he was younger.</p><p>The prince recently lost a lawsuit against the publisher of the Daily Mail, though he won a 2023 judgment that condemned the publisher of the Daily Mirror for phone hacking. He also reached a settlement with the publisher of the Sun, which apologized for intruding on his life and agreed to pay substantial damages.</p><p>The latest trial has left Harry facing a potential bill for millions of pounds after the court ruled he and other plaintiffs in the case were liable for the publisher's legal fees. Associated Newspapers has filed documents showing that its legal costs amounted to 34.5 million pounds ($47 million).</p><p>Harry has also been embroiled in a legal wrangle with the British government after a government committee refused to authorize police protection for the prince and his family when they are in the U.K. The prince says he and his family need armed police protection because they are at risk simply because they are members of the royal family, regardless of whether they are working royals.</p><p>After losing a court battle over the security issue last year, Harry said he hoped to rebuild relations with his family.</p><p>“I would love reconciliation with my family. There’s no point in continuing to fight anymore,” Harry told the BBC. “I don’t know how much longer my father has.”</p><p>Last month, Harry returned to the U.K. for a series of charity engagements. Meghan and the children joined Harry for part of the visit and they spent time with the king at his Highgrove estate in western England. It was the first time Archie and Lilibet had seen their grandfather since the late Queen Elizabeth II's platinum jubilee in 2022.</p><p>While Harry has recently met with his father, there are no signs of a warming of relations with his brother, Prince William, the heir to the throne.</p><p>Peter Hunt, a former BBC royal correspondent, said the surprise announcement would make William “apoplectic.”</p><p>“In the short term, Harry will be able to deepen his rapprochement with his father," Hunt told Britain's Press Association. “And his presence back home will make it harder for his brother to duck a reconciliation."</p><p>___</p><p>Pollard reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BT4HTFYTI33RRU77IWXXBSSQFU.jpg?auth=70f4b351d2966cb9dbaaaa75525c788efc2d64fb81eeba75ab662f42c432e99f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prince Harry, and Meghan, the Duke and Duchess of Sussex, arrive for an event, during a visit to Bondi Beach, Australia, April 17, 2026. (Jonathan Brady/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content></item><item><title><![CDATA[Jolly y Donalds inician campaña tras oficializarse el duelo por la Gobernatura de Florida. ]]></title><link>https://www.local10.com/espanol/2026/08/19/jolly-y-donalds-inician-campana-tras-oficializarse-el-duelo-por-la-gobernacion-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/jolly-y-donalds-inician-campana-tras-oficializarse-el-duelo-por-la-gobernacion-de-florida/</guid><dc:creator><![CDATA[Janine Stanwood, Ryan Mackey]]></dc:creator><description><![CDATA[Demócrata David Jolly hace campaña en Miami Lakes mientras republicano Byron Donalds recorre medios de cable]]></description><pubDate>Wed, 19 Aug 2026 22:06:38 +0000</pubDate><content:encoded><![CDATA[<p>Demócrata David Jolly hace campaña en Miami Lakes mientras republicano Byron Donalds recorre medios de cable, menos de 24 horas después de que se <a href="https://www.local10.com/espanol/2026/08/18/primarias-para-gobernador-de-florida-byron-donalds-y-david-jolly-lideran-renida-contienda-antes-de-la-votacion-del-martes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/18/primarias-para-gobernador-de-florida-byron-donalds-y-david-jolly-lideran-renida-contienda-antes-de-la-votacion-del-martes/">oficializara su contienda por la gobernatura de Florida</a>.</p><p>“Les prometo que, si las elecciones fueran esta noche, ganaríamos la gobernación del estado de Florida”, dijo Jolly a sus seguidores el martes.</p><p>Donalds, mientras tanto, dijo que su campaña está enfocada en “hacer que Florida sea responsable, alcanzable y, sobre todo, asequible”.</p><p>Donalds obtuvo un respaldo clave del presidente Donald Trump al inicio de las primarias republicanas.</p><p>Actualmente representa al Distrito Congresional 19 de Florida, que incluye partes del suroeste de Florida, entre ellas Fort Myers, Naples, Bonita Springs y Cape Coral.</p><p>En su<a href="https://x.com/ByronDonalds/status/2089866101416943978" target="_self" rel="" title="https://x.com/ByronDonalds/status/2089866101416943978"> primera publicación en redes sociales </a>como candidato republicano, Donalds dijo que Florida “no puede permitirse a David Jolly”.</p><p><b>“Estoy agradecido con mi familia, mi equipo, mis voluntarios y cada floridano que nos impulsó a esta victoria.</b></p><p><b>Ahora es el momento de que el Partido Republicano se una. Al trabajar juntos, podemos hacer que Florida sea más asequible y defender el Sueño de Florida para nuestras familias, adultos mayores y jóvenes…” </b>&nbsp;<a href="https://x.com/ByronDonalds/status/2089866101416943978" target="_self" rel="" title="https://x.com/ByronDonalds/status/2089866101416943978">pic.twitter.com/HZBtyaCS9G</a></p><p>— Byron Donalds (@ByronDonalds) <a href="https://x.com/ByronDonalds/status/2089866101416943978" target="_self" rel="" title="https://x.com/ByronDonalds/status/2089866101416943978">August 19, 2026</a></p><p>“La razón por la que Florida ha seguido siendo republicana y conservadora es simplemente porque nuestras políticas funcionan. Por eso la gente viene a nuestro estado”, dijo Donalds. “La verdad es que él (Jolly) es simplemente un caballo de Troya para los socialistas demócratas de Estados Unidos”.</p><p>Jolly, un ex congresista republicano que dejó el partido en 2018, está convirtiendo el costo de vida en un tema central de su campaña.</p><p>“Todos estamos preocupados por el costo de la vivienda, la atención médica, los alimentos y la gasolina”, dijo Jolly en un anuncio de campaña publicado el miércoles.</p><p>Jolly posteriormente apareció con su compañera de fórmula, Gwen Graham, en una barbería antes de hacer una parada en Vicky Bakery.</p><p>“Rechazo el socialismo. Soy capitalista”, dijo Jolly.</p><p>También criticó a los republicanos por el costo de la vivienda.</p><p>“En este momento, la gente está perdiendo sus hogares debido al colapso y los republicanos no han hecho nada al respecto. Byron Donalds no tiene una solución”, agregó Jolly.</p><p>Jolly expresó confianza en su capacidad para derrotar a Donalds en noviembre.</p><p>“Los votantes siempre nos dicen lo que quieren”, dijo Jolly a Byron Tollefson, de Local 10, el martes. “Hace cuatro años, los votantes no estaban pidiendo un cambio, y por eso los demócratas, a pesar de nuestros valores, no estábamos donde estaban los votantes. Esta noche, los votantes están clamando por un cambio. Están rogando por un cambio. Están diciendo basta del control económico, enfoquémonos en la vivienda, la atención médica y la educación”.</p>]]></content:encoded></item><item><title><![CDATA[Jolly, Donalds hit campaign trail after Florida governor matchup becomes official]]></title><link>https://www.local10.com/news/politics/2026/08/19/jolly-donalds-hit-campaign-trail-after-florida-governor-matchup-becomes-official/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/19/jolly-donalds-hit-campaign-trail-after-florida-governor-matchup-becomes-official/</guid><dc:creator><![CDATA[Janine Stanwood, Ryan Mackey]]></dc:creator><description><![CDATA[Democrat David Jolly and Republican Byron Donalds wasted no time hitting the campaign trail Wednesday, less than 24 hours after their matchup for Florida governor became official. ]]></description><pubDate>Wed, 19 Aug 2026 21:29:47 +0000</pubDate><content:encoded><![CDATA[<p>Democrat David Jolly is stumping in Miami Lakes while Republican Byron Donalds is making the rounds on cable news — less than 24 hours after their <a href="https://www.local10.com/news/politics/2026/08/14/florida-governor-primary-byron-donalds-david-jolly-lead-crowded-fields-ahead-of-tuesday-vote/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/08/14/florida-governor-primary-byron-donalds-david-jolly-lead-crowded-fields-ahead-of-tuesday-vote/">matchup for Florida governor became official</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/19/jolly-y-donalds-inician-campana-tras-oficializarse-el-duelo-por-la-gobernacion-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/jolly-y-donalds-inician-campana-tras-oficializarse-el-duelo-por-la-gobernacion-de-florida/">Leer en español</a></p><p>“I promise you, if the election were tonight, we would win the governorship of the state of Florida,” Jolly told supporters on Tuesday.</p><p>Donalds, meanwhile, said his campaign is focused on “making Florida accountable, achievable and most of all, affordable.”</p><p>Donalds scored a key endorsement from President Donald Trump early in the Republican primary.</p><p>He currently represents Florida’s 19th Congressional District, which includes portions of Southwest Florida, including Fort Myers, Naples, Bonita Springs and Cape Coral.</p><p>In his first <a href="https://x.com/ByronDonalds/status/2089866101416943978" target="_self" rel="" title="https://x.com/ByronDonalds/status/2089866101416943978">social media post</a> as the GOP nominee, Donalds said Florida “can’t afford David Jolly.”</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">I am grateful to my family, my team, my volunteers, and every Floridian who powered us to this victory.<br><br>Now is the time for the Republican Party to unite. By working together, we can make Florida more affordable and defend the Florida Dream for our families, seniors, and young… <a href="https://t.co/HZBtyaCS9G">pic.twitter.com/HZBtyaCS9G</a></p>&mdash; Byron Donalds (@ByronDonalds) <a href="https://x.com/ByronDonalds/status/2089866101416943978?ref_src=twsrc%5Etfw">August 19, 2026</a></blockquote><p>“The reason why Florida has continued to be Republican and be conservative is simply because our policies work. That’s why people come to our state,” Donalds said. “The truth is he (Jolly) is just a Trojan horse for Democrat socialists of America.”</p><p>Jolly, a former Republican congressman who left the party in 2018, is making the cost of living a central issue in his campaign.</p><p>“We’re all worried about the cost of housing, health care, food and gas,” Jolly said in a campaign ad posted Wednesday.</p><p>Jolly later appeared with his running mate, Gwen Graham, at a barber shop before making a stop at Vicky Bakery.</p><p>“I reject socialism. I’m a capitalist,” Jolly said.</p><p>He also criticized Republicans over the cost of housing.</p><p>“Right now, people are losing their homes because of the collapse and Republicans have done nothing about it. Byron Donalds doesn’t have a solution,” Jolly added.</p><p>Jolly expressed confidence in his ability to take down Donalds in November.</p><p>“Voters always tell us what they want,” Jolly told Local 10’s Byron Tollefson on Tuesday. “Four years ago, voters weren’t asking for change, and so Democrats, despite our values, weren’t where voters were. Tonight, voters are screaming for change. They’re begging for change. They’re saying enough with the economic grip, let’s focus on housing, healthcare and education.”</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[Hurricane-less so far in the Atlantic. How long will it last?]]></title><link>https://www.local10.com/weather/hurricane/2026/08/19/hurricane-less-so-far-in-the-atlantic-how-long-will-it-last/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/19/hurricane-less-so-far-in-the-atlantic-how-long-will-it-last/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[August is typically the month we start seeing hurricanes in the Atlantic if we haven’t already.]]></description><pubDate>Wed, 19 Aug 2026 13:36:28 +0000</pubDate><content:encoded><![CDATA[<p>August is typically the month we start seeing hurricanes in the Atlantic if we haven’t already.</p><p><a href="https://www.local10.com/espanol/2026/08/19/sin-huracanes-en-el-atlantico-cuanto-durara/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/sin-huracanes-en-el-atlantico-cuanto-durara/">Leer en español</a></p><p>While the first Atlantic hurricane forms <a href="https://www.nhc.noaa.gov/climo/#bac" rel="">on average around August 11<sup>th</sup></a>, the date of the first hurricane can vary wildly. In some seasons like 2016, it can happen from an initially non-tropical system in January, but in other seasons like 2002 and 2013, it doesn’t come until the second week of September.</p><figure><img src="https://www.local10.com/resizer/v2/F6665VTKYNHFPAYEEK5H7TVHNI.png?auth=ec29670d22c730b8dc74ad3f91e00c9fec74f94dbc2458c8a53a1c75a9634b70&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>But they do eventually come. Even in our most inactive hurricane seasons or during ones held back by El Niño – like in 1983, 1997 (very strong El Niño), 2009, 2013, and 2015 (very strong El Niño) – we had hurricanes. Multiple hurricanes. We’ve never gone through an entire hurricane season in the reliable records without a hurricane, and the last time we recorded fewer than two hurricanes in a season was over a century ago in 1925 (and that number was almost surely an undercount due to a sparse ocean observing network that relied mainly on unlucky ships).</p><p>By August 19<sup>th</sup>, most Atlantic hurricane seasons have notched their first hurricane. In fact, in about 7 in 10 seasons, we’ve seen the first hurricane formation by today’s date. So far in 2026, though, hurricanes have been a no-show.</p><p>It’s unusual and it speaks to just how hostile the background state is this hurricane season due to the historic El Niño.</p><p>Long-range models indicate the Atlantic will remain at a standstill for another week, but as anyone whose experienced a drought knows, they always come to an end and when it eventually rains, sometimes it pours. Last year it was Category 5 Hurricane Erin that broke the dry spell around this time in August, but we can hope this season with a powerful El Niño in play, the drought doesn’t end so dramatically.</p><h3><b>A real (rude?) Atlantic awakening on the horizon?</b></h3><p>While we’ve seen some signs of life this August in the Atlantic, we’ve not yet seen the big awakening or storm outbreak that often accelerates us into the busiest 6-week stretch of the season. We expect that by late August and if the overnight runs of our computer models – lit up like a December Christmas tree – are any indication, we may be in store for a flurry of activity to end the month.</p><p>The signal is perhaps the strongest we’ve seen yet this season in the deep tropics across nearly all of our major global weather models (both AI and conventional models) but the question is whether it sticks and persists.</p><figure><img src="https://www.local10.com/resizer/v2/DK3GMUDE3NG2LLLIUEUXP7WA6M.png?auth=34afb4db52e684b711b72c74e35d18ef7a0d0e91b162deaf230d3ee554670aa4&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through next Friday, August 28th, from our major global weather models: (top to bottom) Google DeepMind (topmost), traditional physics-based European, AI-based European, and American GFS (bottommost). In their overnight runs, models were unanimous in showing development late next week over the eastern tropical Atlantic west of Africa. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through next Friday, August 28th, from our major global weather models: (top to bottom) Google DeepMind (topmost), traditional physics-based European, AI-based European, and American GFS (bottommost). In their overnight runs, models were unanimous in showing development late next week over the eastern tropical Atlantic west of Africa. Credit: Weathernerds.org.</figcaption></figure><p>For now, the strongest signal is far away from the U.S. and still about a week out so we have plenty of time to follow the trends. It’s an important reminder, however, that hurricane season might be on hold right now, but don’t expect it’ll last into September.</p><figure><img src="https://www.local10.com/resizer/v2/D5WNQINYEBCULM5NISY2FFLPEA.png?auth=d2e92353e9e71a45a2d4879aff92e3c7d3cea903b3dca77a22115d82ab20b65c&smart=true&width=1200&height=900" alt="Probability of a tropical cyclone passing to within about 150 miles of a given location through the end of August from the 1,000-member Google DeepMind machine learning-based ensemble system. The model shows about a 40% chance of a tropical system developing late next week into next weekend (weekend of August 29th) over the deep tropical Atlantic between Africa and the Caribbean. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical cyclone passing to within about 150 miles of a given location through the end of August from the 1,000-member Google DeepMind machine learning-based ensemble system. The model shows about a 40% chance of a tropical system developing late next week into next weekend (weekend of August 29th) over the deep tropical Atlantic between Africa and the Caribbean. Credit: Deelan Jariwala.</figcaption></figure><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/4IUWBZXGQBFR5BT3L4BVMPENZE.png?auth=2eba17bd956b2fb8379aa53e477616e4478903561a9d0b6aef3918eefae0fbed&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Category 5 Hurricane Erin as seen from NOAA-20 last August 16th (2025) just north of the Caribbean islands in the western Atlantic. Credit: NOAA/CIRA Satellite Library.]]></media:description></media:content></item><item><title><![CDATA[‘Socialism does not fly’: Nixon victory forces South Florida Dems to address ideological divide]]></title><link>https://www.local10.com/news/politics/2026/08/19/socialism-does-not-fly-nixon-victory-forces-south-florida-dems-to-address-ideological-divide/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/19/socialism-does-not-fly-nixon-victory-forces-south-florida-dems-to-address-ideological-divide/</guid><dc:creator><![CDATA[Christina Vazquez, Chris Gothner]]></dc:creator><description><![CDATA[Striking a celebratory tone during a Little Havana news conference, Florida Democratic Party leaders say their aim is to flip seats in November.]]></description><pubDate>Wed, 19 Aug 2026 19:36:13 +0000</pubDate><content:encoded><![CDATA[<p>Striking a celebratory tone during a Little Havana news conference, Florida Democratic Party leaders say their aim is to flip seats in November.</p><p><a href="https://www.local10.com/espanol/2026/08/19/el-socialismo-no-funciona-la-victoria-de-nixon-obliga-a-los-democratas-del-sur-de-florida-a-abordar-la-division-ideologica/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/el-socialismo-no-funciona-la-victoria-de-nixon-obliga-a-los-democratas-del-sur-de-florida-a-abordar-la-division-ideologica/">Leer en español</a></p><p>Party Chair Nikki Fried cited success in school board races, including in deep-red Sarasota County, where Democratic-aligned candidates <a href="https://www.wusf.org/politics-issues/2026-08-18/sarasota-primary-results-2026-two-democrat-endorsed-candidates-win-school-board-ousting-conservative-majority" target="_self" rel="" title="https://www.wusf.org/politics-issues/2026-08-18/sarasota-primary-results-2026-two-democrat-endorsed-candidates-win-school-board-ousting-conservative-majority">flipped board control</a>.</p><p>“People, again, are tired of the cultural wars in our school boards,” Fried said.</p><p>But they are also acknowledging <a href="https://www.local10.com/news/politics/2026/08/19/democratic-socialist-angie-nixon-won-tuesdays-primary-in-florida-can-she-win-in-november/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/08/19/democratic-socialist-angie-nixon-won-tuesdays-primary-in-florida-can-she-win-in-november/">the intra-party debate underway</a> in the wake of a primary win for a democratic socialist: State Rep. Angie Nixon, D-Jacksonville, is now the party’s nominee for U.S. Senate.</p><p>That debate is laid bare in Miami-Dade, where Democratic Party Chair Laura Kelley admits, “socialism does not fly.”</p><p>“I’m not going to be a Democratic socialist apologist. There is no room in our party for people who would support, praise Fidel Castro, Nicolas Maduro and certainly not Hamas,” Kelley said. “And so I think that the Democratic Socialists of America, as an organization, remember, they’re not the Democratic Party. They’re an organization. They’re not even a political party. They’re a group of people that are truly, truly misguided.”</p><p>With all that in mind, Local 10 News asked Fried what she thought of Democratic voters’ choice.</p><p>“Well, first of all, you know, yo soy capitalista; we’ll start there,” Fried said.</p><p>When asked whether Nixon’s nomination makes it “impossible” for Democrats to flip the Senate seat held by incumbent Republican Ashley Moody, Fried pointed to organizing efforts that have flipped GOP-held seats.</p><p>“In the last two years, we have started what’s called the Punchland Project, which is year-round organizing that, as of yesterday, we had over 1.7, 1.8 million voter contacts from phones to door-knocks and having candidates talk to candidates and to voters all over the state of Florida,” she said. “And we’ve been able to flip 37 seats because of that.”</p><p>On the flip side, Democratic voters also nominated a former Republican to be the party’s nominee for governor, former U.S. Rep. David Jolly.</p><p>“I reject the DSA,” Jolly said. “I reject socialists. I am a capitalist.” </p><p>Kelley said, “As we move forward to the elections, I think that what we’ll see is, like, a fundamental understanding of what the difference between a Democrat and a Democratic Socialist is. And they’re not the same thing.”</p><p>As disparate party voices emerge from Tuesday’s primary, Fried said everyone is in alignment on one core concern: “Our state is completely unaffordable.”</p><p>Kelley agreed.</p><p>“When we have this big tent where you can have somebody who’s quite conservative to someone who is extremely progressive, we are going to have deep policy differences,” she said. “But there is a vast majority of things that we agree on. And I think we need to focus on what we can agree on. And that is what is going to move Floridians and our communities forward in terms of affordability, in terms of humanity, in terms of community building. I think those are the fundamentals that we can all agree on.</p><p>“It’s what Floridians care about most. And, frankly, 30 years of Republican rule in this state has only made it more difficult for us to survive, to thrive.”</p><h3>Expert: ‘I think Republicans are gleeful today’</h3><p>Kathryn DePalo-Gould, a professor at Florida International University and political expert, says Nixon’s progressive views may be a drag on other Florida Democrats down the ticket.</p><p>“I think Republicans are gleeful today because nobody really thought that Angie Nixon had a chance to beat Alex Vindman, who had all this money, right?” DePalo-Gould said. “But I think people on the ground had an idea that he wasn’t as great of a candidate as they thought. Those (Republicans) in South Florida, I think particularly are really excited to have her on the top of the ticket.”</p><p>She said Nixon’s presence could galvanize Republicans, especially in South Florida.</p><p>“I absolutely think this is gonna impact downballot races. I mean, everybody from, you know, David Jolly who is saying, ‘This is not me. This is not what I embrace,’ some congressional races perhaps, but even everything else on the ballot from state legislative races, maybe local races,” she said. “I think this is going to increase Republican turnout.”</p><p>DePalo-Gould said Democrats won’t be the only ones talking affordability.</p><p>“You saw Byron Donalds in his speech last night talking about affordability. He was grabbing on to this particular idea. I don’t think the Republicans want to cede this issue to the Democrats at all,” she said. “I think, Democrats are trying to say, ‘We’re a big tent.’ But Republicans are going to say, Look, that tent is now full of scary candidates (who) are not going to embrace the American dream, that are not going to make things more affordable.”</p>]]></content:encoded></item><item><title><![CDATA[‘I’ll rape you’: Man commits kidnapping, sex assault after chasing woman into Miami lobby, cops say]]></title><link>https://www.local10.com/news/local/2026/08/19/ill-rape-you-man-accused-of-kidnapping-sex-assault-after-chasing-woman-into-miami-lobby-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/ill-rape-you-man-accused-of-kidnapping-sex-assault-after-chasing-woman-into-miami-lobby-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A New York man brutally attacked and sexually assaulted a woman who had sought safety in an office building after he followed her for nearly 20 blocks up Biscayne Boulevard early Friday morning, according to Miami police.]]></description><pubDate>Wed, 19 Aug 2026 17:24:40 +0000</pubDate><content:encoded><![CDATA[<p>A New York man brutally attacked and sexually assaulted a woman who had sought safety in an office building after he followed her for nearly 20 blocks up Biscayne Boulevard early Friday morning, according to Miami police.</p><p><a href="https://www.local10.com/espanol/2026/08/19/te-voy-a-violar-hombre-secuestra-y-agrede-sexualmente-a-una-mujer-tras-perseguirla-hasta-vestibulo-de-edificio-en-miami-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/te-voy-a-violar-hombre-secuestra-y-agrede-sexualmente-a-una-mujer-tras-perseguirla-hasta-vestibulo-de-edificio-en-miami-segun-la-policia/">Leer en español</a></p><p>Authorities arrested suspect Eddie Zewayne Bussey, 28, of Yonkers, New York, on nearly a dozen felony charges on Tuesday, including kidnapping and multiple counts of attempted murder and sexual battery.</p><p>An arrest report from the Miami Police Department states that the 40-year-old woman had left a nightclub in the city’s Wynwood neighborhood sometime between 3:30 and 4:30 a.m.; her phone had run out of battery and she was walking home up Biscayne Boulevard, unable to request a ride.</p><p>Near Northeast 24th Street, police said the woman noticed Bussey, a stranger, “following her and yelling unsolicited remarks toward her such as, ‘Let me taste you.’”</p><p>“The victim crossed Biscayne Boulevard attempting to distance herself from (Bussey), but he continued to follow her mimicking her same movement crossing the road,” the MPD report states.</p><p>Police said the woman walked into an office building at 4770 Biscayne Blvd., in the Bay Point neighborhood, after “noticing it was well lit and fearing (for) her safety.”</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7625.576076223803!2d-80.18950355168258!3d25.819404332063144!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b316f0c9d883%3A0xb4dff042481e99b!2s4770%20Biscayne%20Blvd%2C%20Miami%2C%20FL%2033137!5e1!3m2!1sen!2sus!4v1787160259638!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p>Authorities said she went into the lobby and got into the elevator, going up to the 12th floor to try to find someone to help her. She couldn’t.</p><p>Police said after going back down to the lobby, she saw Bussey coming in. She tried to exit through another door, they said, but it turned out to be locked.</p><p>In an attack caught on surveillance camera, Bussey exposed himself, punched and choked the woman, then dragged her by the hair and dragged her into a mailroom, where he continued to punch, kick and choke her as she tried to fight back, the report states. Police said Bussey could be heard telling her, “Taste it,” “I’ll rape you” and “I’ll kill you” before performing multiple sex acts on her.</p><p>Authorities said the victim broke two of Bussey’s necklaces as she tried to fight him off. They said she was able to run to a nearby CVS Pharmacy, where she was able to call police.</p><p>“The victim sustained visible injuries, including bruising and discoloration to her face, lips, throat, back, ribs, hip and thigh, as well as (a) laceration to her cheek,” the report states.</p><p>DNA evidence from a rape kit tied the crime to Bussey, police said, and officers found him Tuesday near Northwest 36th Street and 13th Avenue in the city’s Allapattah neighborhood.</p><p>Bussey, according to the report, told investigators that he’s been staying in Miami with his brother for about a month at a short-term rental in Wynwood. The report states that he initially told officers he had “walked home and remained there for the rest of the night,” but then, after being shown a surveillance still from the Bay Point office building, “recanted and told detectives he was at the incident location to charge his phone.”</p><p>Police said he claimed that at the building, the victim made “racist remarks” and then “spat on him, causing him to black out and begin to beat her.”</p><p>But they said he “denied sexually assaulting” her because “she is a (woman) and he only likes (men).”</p><p>A separate arrest report states that Bussey became combative with officers as they tried to collect a DNA sample pursuant to a warrant, spitting on them and fighting them. They said he also “repeatedly kicked the wall and door inside the interview room,” causing damage.</p><p>As of Wednesday afternoon, Bussey was being held in the Turner Guilford Knight Correctional Center with a bond listed in jail records 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></item><item><title><![CDATA[Broward County Transit employee accused of possessing child sex abuse material]]></title><link>https://www.local10.com/news/local/2026/08/19/broward-county-transit-employee-accused-of-possessing-child-sex-abuse-material/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/broward-county-transit-employee-accused-of-possessing-child-sex-abuse-material/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A Broward County Transit employee has been arrested on disturbing charges.]]></description><pubDate>Wed, 19 Aug 2026 21:31:50 +0000</pubDate><content:encoded><![CDATA[<p>A Broward County Transit employee has been arrested on disturbing charges.</p><p><a href="https://www.local10.com/espanol/2026/08/19/acusan-a-empleado-de-broward-county-transit-de-poseer-material-de-abuso-sexual-infantil/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/acusan-a-empleado-de-broward-county-transit-de-poseer-material-de-abuso-sexual-infantil/">Leer en español</a></p><p>Authorities took Charles Weiner, 44, of Oakland Park, into custody on Wednesday. </p><p>Officials identified him as an IT employee for Broward County Transit. </p><p>Weiner is facing multiple charges of possession or control of child sex abuse material and a charge of compiling computer pornography featuring a minor. </p><p>Following his arrest, Broward County Transit released the following statement to Local 10 News: </p><blockquote><p>“We are aware that a Broward County Transit employee has been arrested by the Broward Sheriff’s Office in connection with alleged possession of Child Sexual Abuse Material. The employee did not have a public-facing role. We are fully cooperating with law enforcement and following the appropriate protocols regarding his future employment.”</p><p class="citation">Broward County Transit</p></blockquote><p>As of Wednesday afternoon, Weiner was being held at the Paul Rein Detention Facility on a $50,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a empleado de Broward County Transit de poseer material de abuso sexual infantil]]></title><link>https://www.local10.com/espanol/2026/08/19/acusan-a-empleado-de-broward-county-transit-de-poseer-material-de-abuso-sexual-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/acusan-a-empleado-de-broward-county-transit-de-poseer-material-de-abuso-sexual-infantil/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Las autoridades detuvieron el miércoles a Charles Weiner, de 44 años, de Oakland Park.]]></description><pubDate>Wed, 19 Aug 2026 21:45:00 +0000</pubDate><content:encoded><![CDATA[<p>Un empleado de Broward County Transit fue arrestado por cargos perturbadores.</p><p>Las autoridades detuvieron el miércoles a Charles Weiner, de 44 años, de Oakland Park.</p><p>Las autoridades lo identificaron como empleado de TI de Broward County Transit.</p><p>Weiner enfrenta múltiples cargos por posesión o control de material de abuso sexual infantil y un cargo por compilar pornografía informática en la que aparece un menor.</p><p>Tras su arresto, Broward County Transit emitió el siguiente comunicado a Local 10</p><blockquote><p>“Estamos al tanto de que un empleado de Broward County Transit fue arrestado por la Oficina del Sheriff de Broward en relación con la presunta posesión de material de abuso sexual infantil. El empleado no desempeñaba un cargo de atención al público. Estamos cooperando plenamente con las autoridades y siguiendo los protocolos correspondientes con respecto a su futuro empleo”.</p><p class="citation">— Broward County Transit</p></blockquote><p>Hasta la tarde del miércoles, Weiner permanecía detenido en el Centro de Detención Paul Rein bajo una fianza de 50,000 dólares.</p>]]></content:encoded></item><item><title><![CDATA[Truckload of squid spills into the street in Rhode Island, creating a smelly mess in the summer heat]]></title><link>https://www.local10.com/news/weird-news/2026/08/19/truckload-of-squid-spills-into-the-street-in-rhode-island-creating-a-smelly-mess-in-the-summer-heat/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/08/19/truckload-of-squid-spills-into-the-street-in-rhode-island-creating-a-smelly-mess-in-the-summer-heat/</guid><dc:creator><![CDATA[By JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[A tractor-trailer rollover sent a truckload of squid spilling into a Rhode Island roadway, leaving a stench as they sat in the road for hours in the summer heat. Local authorities have dubbed it the “Squidpocalypse of ’26.”]]></description><pubDate>Wed, 19 Aug 2026 21:40:58 +0000</pubDate><content:encoded><![CDATA[<p>A tractor-trailer rollover sent a truckload of squid spilling into a Rhode Island roadway, leaving a stench as they sat in the road for hours in the summer heat. Local authorities have dubbed it the “Squidpocalypse of ’26.”</p><p>It was a warm, sunny day in the coastal town of Narragansett when the spill happened Sunday, and Narragansett Police Capt. Ryan Prest said he was told that the scene “started to smell bad as the squid sat out in the sun for a few hours.”</p><p>The fully-loaded trailer was taking the squid to a processing facility out of town when the trailer dislodged and tipped on its side as the driver was navigating a turn, spilling a “substantial portion” of its calamari cargo, the police department said in a statement.</p><p>Police responded at 9:27 a.m., and the intersection wasn’t reopened until 5:15 p.m., authorities said.</p><p>Video of the scene showed a trailer on its side and massive piles of squid on the road.</p><p>“Squid has a distinctive odor to it,” Richard Stevens, a Narragansett resident and fisherman, told WJAR. “It can be very foul smelling, especially if it lands on the road and stays there for awhile.”</p><p>Heavy equipment and a dump truck were used to remove the squid, Prest said.</p><p>The driver and a passenger in the truck cab weren’t injured, and no other vehicles were involved, Prest said. The Rhode Island State Police Commercial Enforcement Unit is investigating but it’s unclear if any enforcement action will be taken, Prest said.</p><p>“We have not issued any citations,” Prest said. “I’m not sure if there will be any citations issued by the state police.”</p><p>State police did not immediately respond to a request for comment.</p><p>The Narragansett Police Department made light of the situation in a social media post on Wednesday, stating that the town is “still recovering” from the “Squidpocalypse of ’26 — the spill that put ‘slippery when wet’ to shame.”</p><p>___</p><p>Kelety reported from Phoenix.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WPZSUR6D4XAPG3MQ6CSFYGABCY.jpg?auth=c3274cf9f925510d41eb412e10c3757c4592103acc7358fa3e3c9463cd0ba0ca&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 drone footage, workers clean squid from a roadway in Narragansett, R.I., Sunday, Aug. 16, 2026. (John McNamara/PierPicture via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John McNamara</media:credit></media:content></item><item><title><![CDATA[Joven de 19 años dijo que explotó su teléfono y provocó incendio en  recámara.]]></title><link>https://www.local10.com/espanol/2026/08/19/joven-de-19-anos-dijo-que-exploto-su-telefono-y-provoco-incendio-en-recamara/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/joven-de-19-anos-dijo-que-exploto-su-telefono-y-provoco-incendio-en-recamara/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Una joven de 19 años dijo a Local 10 News en entrevista exclusiva que no tener idea de alejarse de un incendio potencialmente mortal al salir para recoger su comida.]]></description><pubDate>Wed, 19 Aug 2026 21:35:45 +0000</pubDate><content:encoded><![CDATA[<p>Una joven de 19 años dice que su teléfono Samsung explotó sobre su cama y provocó un incendio que destruyó su habitación, apenas minutos después de que salió para recoger su pedido de DoorDash.</p><p>Maya Garcia, de 19 años, dijo a Local 10 News en una entrevista exclusiva que no tenía idea de que se estaba alejando de un incendio potencialmente mortal cuando salió a recoger su comida.</p><p>“Fue aterrador”, dijo Garcia.</p><p>Cuando salió a recoger la comida, Maya dejó su teléfono Samsung Galaxy A15 sobre su cama.</p><p>Aproximadamente un minuto después de que llegó la comida, Maya y su padre dijeron que escucharon una explosión.</p><p>“Estoy sentada allí y escucho una explosión detrás de mí”, dijo Garcia. “Sonó como, boom, como vidrio rompiéndose, swoosh”.</p><p>Su habitación rápidamente quedó envuelta en llamas.</p><p>“No se podía ver dentro de la casa, llamas, humo”, dijo Garcia. “Estoy entrando en pánico, pero trato de mantener la calma”.</p><p>La habitación quedó en ruinas, con el teléfono aún visible entre las cenizas. Los recuerdos de su infancia fueron destruidos.</p><p>El tomacorriente de la habitación no mostraba señales visibles de un problema eléctrico.</p><p>Local 10 News se comunicó con investigadores de incendios provocados, quienes dijeron que su informe aún no está terminado.</p><p>Maya y su padre dijeron que el equipo de investigación de incendios provocados les informó que el teléfono fue responsable del incendio.</p><p>Maya dijo que si la entrega de DoorDash se hubiera retrasado, la historia podría haber tenido un desenlace diferente.</p><p>Para Maya, hay una palabra para describir cómo se siente.</p><p>“Agradecida”, dijo. “Estoy extremadamente agradecida. Lo que importa es que estoy viva aquí hoy”.</p><p>Local 10 News se comunicó con Samsung. La compañía respondió y se comunicó con la familia para solicitar información.</p>]]></content:encoded></item><item><title><![CDATA[Tens of thousands in Indiana are still without power a week after deadly storms]]></title><link>https://www.local10.com/news/national/2026/08/19/tens-of-thousands-in-indiana-are-still-without-power-a-week-after-deadly-storms/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/19/tens-of-thousands-in-indiana-are-still-without-power-a-week-after-deadly-storms/</guid><dc:creator><![CDATA[By R.J. RICO and ED WHITE, Associated Press]]></dc:creator><description><![CDATA[Tens of thousands of people in northwest Indiana remained without power Wednesday, more than a week after deadly storms leveled trees and knocked down power lines across the region.]]></description><pubDate>Thu, 20 Aug 2026 01:27:16 +0000</pubDate><content:encoded><![CDATA[<p>Tens of thousands of people in northwest Indiana remained without power Wednesday, more than a week after deadly storms leveled trees and knocked down power lines across the region.</p><p>Northern Indiana Public Service Co. said crews were working nonstop to fix the outages, but 75,000 customers still lacked electricity by late afternoon, mostly in Lake County next to the Illinois border.</p><p>They included more than 20,000 customers in Gary, where residents lined up again at community centers for hot meals and a place to charge phones.</p><p>The latest news for Gary wasn't good: Full restoration is not expected there until Aug. 25, NIPSCO said.</p><p>Roughly 300 poles and 44 power transmission poles need to be repaired or replaced in Gary as a result of the storm, which carried winds of 99 mph (159 kilometers per hour), said Melody Birmingham, an executive at NIPSCO's parent company.</p><p>Birmingham acknowledged the “real burden” of losing perishable food and people living for days without air conditioning after a “historic storm” that initially left 300,000 customers in the dark.</p><p>“These aren't simple repairs,” Birmingham said at a news conference. “These are systems that are being rebuilt.”</p><p>Utility says low-income residents are not ignored</p><p>Jeremy Spurrier, 51, said he's fortunate to have a generator at his Portage home, about 40 miles (64 kilometers) southwest of Chicago. But the generator is expensive — it goes through about $75 of gas a day — and Spurrier said his family is relying on nonperishable food like soup. He drives to Illinois to get ice to chill his insulin.</p><p>"If I run out of ice, that’s several hundred dollars of insulin just ruined,” he said.</p><p>Gary, a majority-Black city, has been especially hit hard, with some residents voicing frustration that they're being ignored. Birmingham denied that low-income residents were being overlooked and blamed posts on social media.</p><p>“We have areas that are probably affluent where we still have customers out as well. ... This has nothing to do with race or any type of division,” said Birmingham, who is Black. “It's really a matter of where the storm hit.”</p><p>Gary Mayor Eddie Melton acknowledged that locals were “frustrated and exhausted” but said more than 600 linemen were working to restore power in the city.</p><p>"I want to reiterate this is clearly not just a Gary situation. It is a northwest Indiana situation,” Melton said.</p><p>No storm damage — but no power</p><p>A 4-year-old boy, three men and three women were among those who had died since the storms began Aug. 11, said Liz Woods, a spokesperson for the state Department of Homeland Security.</p><p>In Whiting, Myra Carden, 74, said her home wasn’t damaged by the storm — “not even a chair was blown over in the yard.” But she was in her second blackout Wednesday.</p><p>Carden, her son and three dogs lost power for more than two days last week. Then the electricity went out again Tuesday.</p><p>“More than once I have put in an outage report,” she said. ”All I get back is, ‘You already put in a report.’ Well, what do you want me to do? ... This doesn’t make sense. Of course I’m not a lineman; I’m a paralegal.”</p><p>Carden uses a generator to keep the refrigerator humming but only when someone’s home to monitor it.</p><p>“We have a deep freeze in the garage packed full with beef and chicken. I’m sure everything will be thrown away,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MJXBBS5OHDENGFWBQZF6QJ4SZI.jpg?auth=368ec7d500a36fe3bce6145e7ad83209af2b6c10262aa17a40ef92844df6aea9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A downed tree in front of a house in Portage, Ind., on Tuesday, Aug. 18, 2026. (Jeremy Spurrier via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeremy Spurrier</media:credit></media:content></item><item><title><![CDATA[Amnistía Internacional advierte sobre el abuso de tecnologías de vigilancia en Argentina]]></title><link>https://www.local10.com/espanol/2026/08/19/amnistia-internacional-advierte-sobre-el-abuso-de-tecnologias-de-vigilancia-en-argentina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/amnistia-internacional-advierte-sobre-el-abuso-de-tecnologias-de-vigilancia-en-argentina/</guid><dc:creator><![CDATA[Por DÉBORA REY, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Amnistía Internacional advirtió el miércoles sobre una expansión sin control de las tecnologías de vigilancia bajo el gobierno del liberal Javier Milei en Argentina y sus efectos negativos sobre los derechos humanos consagrados por ley, como la privacidad, la protección de datos y las libertades de expresión y reunión.]]></description><pubDate>Wed, 19 Aug 2026 21:34:12 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Amnistía Internacional advirtió el miércoles sobre una expansión sin control de las tecnologías de vigilancia bajo el gobierno del liberal Javier Milei en Argentina y sus efectos negativos sobre los derechos humanos consagrados por ley, como la privacidad, la protección de datos y las libertades de expresión y reunión.</p><p>“Las autoridades argentinas se están acercando rápidamente hacia prácticas tecno-autoritarias”, señaló Matt Mahmoudi, investigador y asesor sobre Inteligencia Artificial y Derechos Humanos de Amnistía Internacional, durante la presentación del primer informe de la organización sobre el uso de tecnologías de vigilancia masiva en el país sudamericano.</p><p>A partir de la llegada de Milei al poder en 2023, Argentina implementó una gran cantidad de reformas en áreas de seguridad e inteligencia y expandió el uso de tecnologías de vigilancia, como el reconocimiento facial, el ciberpatrullaje, los drones y las cámaras móviles.</p><p>El cambio de paradigma sobre seguridad se dio en el marco del plan de austeridad implementado por Milei que implicó fuertes recortes presupuestarios en áreas sociales clave y detonó en violentas protestas callejeras.</p><p>Según el informe, entre 2024 y 2025 el gobierno argentino adquirió tecnologías de vigilancia por 1,2 millones de dólares a empresas como Maltego (recolección, cruce y visualización de datos provenientes de redes sociales, sitios web, datos personales, etc) y Clearview AI (reconocimiento facial), entre otras.</p><p>Efecto inhibidor</p><p>Para Amnistía, el despliegue de políticas y tecnologías de vigilancia en Argentina “tiene impactos directos en los derechos humanos”.</p><p>En particular, la organización alertó sobre su “efecto inhibidor”, que ocurre cuando la mera percepción de estar siendo vigilado modifica la conducta de las personas, limitando por ejemplo su derecho a manifestarse o provocando la autocensura en redes sociales.</p><p>“Hay una percepción generalizada de vigilancia estatal, tanto en el espacio físico como en el entorno digital”, indicó la organización.</p><p>The Associated Press consultó al Ministerio de Seguridad sobre el informe de Amnistía Internacional pero no obtuvo respuesta.</p><p>El uso de estas tecnologías no es patrimonio exclusivo del gobierno nacional. Amnistía Internacional advirtió que la alcaldía de Buenos Aires también amplió “significativamente” la cobertura territorial de cámaras y sistemas de procesamiento de imágenes.</p><p>En 2022 la justicia suspendió el sistema de reconocimiento facial de prófugos mediante el uso de algoritmos aplicados a imágenes captadas por cámaras de vigilancia en el espacio público, el cual derivó en múltiples arrestos por error.</p><p>La visita de Thiel</p><p>La presentación del informe coincide con el creciente interés del multimillonario tecnológico de Silicon Valley Peter Thiel, cofundador de PayPal y Palantir Technologies, en el país sudamericano. El tecno magnate habría adquirido una propiedad en uno de los barrios más lujosos de la capital argentina, según reportes de la prensa local, y mantuvo al menos tres encuentros con Milei, dados a conocer por el propio gobierno.</p><p>Palantir es uno de los principales proveedores globales de tecnologías de inteligencia y análisis masivos de datos para gobiernos. Recientemente firmó un acuerdo con el Servicio de Inmigración y Control de Aduanas de Estados Unidos para agilizar el proceso de identificación y deportación de las personas a las que la agencia tiene en la mira. También es proveedor de Gran Bretaña, Alemania e Israel.</p><p>Amnistía Internacional comentó que por el momento no hay información pública sobre eventuales acuerdos de cooperación entre el gobierno argentino y Palantir.</p><p>“Palantir tiene una forma de aparecer en entornos muy particulares”, advirtió Mahmoudi. “Para ellos, este es un choque ideológico de civilizaciones. Y es importante tener eso en cuenta sobre Palantir, independientemente de lo que esté sucediendo aquí en Argentina”.</p><p>En paralelo, diputados opositores presentaron un proyecto para que el Parlamento rechace la presunta injerencia de Thiel en asuntos estratégicos de Argentina y lo declare persona “non grata”.</p><p>Sostienen que en los últimos meses trascendieron acuerdos entre Argentina y Estados Unidos en materia de defensa, cooperación tecnológica e inteligencia artificial que involucrarían a empresas relacionadas con Thiel, en el marco del alineamiento geopolítico de Milei con Donald Trump. El magnate y el gobierno no han hecho declaraciones públicas al respecto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4HHQAYSSFLWZID76FMKUBUYUSU.jpg?auth=42af0dda1b5fd6603fa91ee01f32e289d879148db9fa329192e3caae9b290c5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei ríe durante la toma de posesión de la nueva presidenta de Perú, Keiko Fujimori, el martes 28 de julio de 2026, en Lima, Perú. (AP Foto/Guadalupe Pardo, foto compartida)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Arrest made after fatal hit-and-run in Lighthouse Point, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/19/arrest-made-after-fatal-hit-and-run-in-lighthouse-point-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/arrest-made-after-fatal-hit-and-run-in-lighthouse-point-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An arrest has been made following a hit-and-run crash that authorities say said left a 39-year-old man Sunday night, according to the Broward Sheriff’s Office.]]></description><pubDate>Wed, 19 Aug 2026 21:10:45 +0000</pubDate><content:encoded><![CDATA[<p>An arrest has been made following a hit-and-run crash that authorities say left a 39-year-old man dead in Lighthouse Point on Sunday night, according to the Broward Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/08/19/arresto-tras-atropello-con-fuga-mortal-en-lighthouse-point-informan-los-agentes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/arresto-tras-atropello-con-fuga-mortal-en-lighthouse-point-informan-los-agentes/">Leer en español</a></p><p>Investigators said BSO Traffic Homicide Unit detectives responded to the intersection of Northeast 49th Street and North Federal Highway at the request of the Lighthouse Point Police Department to investigate the crash involving a vehicle and a pedestrian riding a scooter.</p><p>The preliminary investigation found the scooter rider was crossing eastbound through the intersection when he was struck by a gray Toyota Corolla traveling southbound, according to detectives.</p><p>The driver, Gustavo Mendez, of Boca Raton, left the scene after the crash, authorities said.</p><p>They said Lighthouse Point Fire Rescue medics transported the victim to Broward Health North Medical Center, where he was later pronounced dead. </p><p>Detectives said that as the investigation continued, they located Mendez and the Toyota Corolla and arrested him in Boca Raton.</p><p>Additional information about the victim was withheld under Marsy’s Law.</p><p>Authorities said the investigation is “ongoing.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Arresto tras atropello con fuga mortal en Lighthouse Point, informan los agentes]]></title><link>https://www.local10.com/espanol/2026/08/19/arresto-tras-atropello-con-fuga-mortal-en-lighthouse-point-informan-los-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/arresto-tras-atropello-con-fuga-mortal-en-lighthouse-point-informan-los-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los detectives indicaron que conforme avanzaba la investigación, localizaron a Méndez y al Toyota Corolla, por lo que procedieron al arresto en Boca Raton.]]></description><pubDate>Wed, 19 Aug 2026 21:27:00 +0000</pubDate><content:encoded><![CDATA[<p>Se lleva a cabo arresto tras un atropello con fuga que, según las autoridades, causó la muerte de un hombre de 39 años en Lighthouse Point el domingo por la noche, informó la Oficina del Sheriff de Broward (BSO).</p><p>Los investigadores señalaron que detectives de la Unidad de Homicidios de Tráfico de la BSO acudieron a la intersección de Northeast 49th Street y North Federal Highway, a petición del Departamento de Policía de Lighthouse Point, para investigar el accidente entre un vehículo y un peatón que conducía un scooter.</p><p>La investigación preliminar reveló que el conductor del scooter cruzaba la intersección en dirección este cuando fue embestido por un Toyota Corolla gris que circulaba hacia el sur, según indicaron los detectives.</p><p>El conductor, Gustavo Méndez, residente de Boca Raton, abandonó el lugar tras el accidente, comunicaron las autoridades.</p><p>Informaron que el personal de emergencias médicas de Lighthouse Point Fire Rescue trasladó a la víctima al centro médico Broward Health North, donde posteriormente se confirmó su fallecimiento.</p><p>Los detectives indicaron que conforme avanzaba la investigación, localizaron a Méndez y al Toyota Corolla, por lo que procedieron al arresto en Boca Raton.</p><p>No se divulgó información adicional sobre la víctima en virtud de la Ley Marsy.</p><p>Las autoridades dijeron que la investigación sigue en curso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[The US national debt now stands at $40 trillion]]></title><link>https://www.local10.com/business/2026/08/19/the-us-national-debt-now-stands-at-40-trillion/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/19/the-us-national-debt-now-stands-at-40-trillion/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The national debt surpassed a record $40 trillion on Wednesday, a staggering milestone as defense costs, social programs like Social Security and Medicare and interest on the burgeoning deficit make up an enormous share of federal spending.]]></description><pubDate>Wed, 19 Aug 2026 23:07:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The national debt surpassed a record $40 trillion on Wednesday, a staggering milestone as defense costs, social programs like Social Security and Medicare and interest on the burgeoning deficit make up an enormous share of federal spending.</p><p>The milestone figure was recorded just five months after the U.S. hit a record $39 trillion debt in March. It reached $38 trillion five months before that, in October.</p><p>The unprecedented $40 trillion figure highlights competing administration priorities, from boosting defense spending that the U.S. relies on to carry out President Donald Trump's almost-6-month-old war in Iran to lowering the cost of gas and groceries.</p><p>Kush Desai, a White House spokesman, said the Trump administration “has been focused on slashing waste, fraud, and abuse in federal spending while accelerating economic growth to get America’s debt-to-GDP ratio trending in the right direction.”</p><p>However, experts say the exploding debt and the latest record milestone are already affecting Americans' pocketbooks by raising borrowing costs for things like mortgages and cars, lowering wages from businesses that have less money available to invest, and creating more expensive goods and services.</p><p>“If we want to improve our living standards, today and for the next generation, now is the time for lawmakers to put our nation on a more affordable and sustainable path," says Michael A. Peterson, CEO of the Peter G. Peterson Foundation, a think tank focused on U.S. fiscal challenges.</p><p>The debt has exploded over several presidential administrations, as the nation's leaders spend more money than it collects in taxes. In recent memory, the multi-year COVID-19 pandemic shut down much of the U.S. economy, where the federal government borrowed heavily during President Trump's first term and under former President Joe Biden to stabilize the economy and support a recovery.</p><p>More government spending was approved after Trump signed Republicans’ tax cut and spending legislation into law last year.</p><p>Advocates for a balanced budget also warn that the long-term trend of borrowing more and paying more in interest will force Americans to face tougher fiscal tradeoffs ahead.</p><p>"The federal debt is already raising the cost of living and choking out other spending and investment, threatening our economy and Americans’ long-term prosperity,” said Margaret Spellings, president and CEO of the Bipartisan Policy Center.</p><p>“Our current fiscal trajectory is plainly unsustainable, and that’s the best-case scenario. AI disruption, a recession, global war, or any number of other events could quickly push us over the edge from a challenge into a full-blown crisis," Spellings said in a statement.</p><p>The U.S. is subject to a statutory debt limit, or a limit to federal borrowing, which Congress has the authority to set, adjust or abolish. The Bipartisan Policy Center estimates that the U.S. will most likely reach the $41.1 trillion debt limit sometime between late winter and mid-summer of 2027, requiring Congress to again vote on whether to raise or suspend it.</p><p>The U.S.' fiscal position stands as the worst among other developed countries, according to recent data analysis from the Organization for Economic Co-operation and Development</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XSHRF5ISLCVL6AXRYCXGES2BGU.jpg?auth=a9fea3db38a9953e4552e199fe92e697c9609ff8ad1e55062c5219b4004244e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The New York Stock Exchange is seen in New York, Thursday, March 19, 2026. (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/AXAVTBUKTAEMVAVB73XLF7Z3RM.jpg?auth=16f62f0560ec3e2661c730ed719b1d5b560bb90248fe13f5cb6f01dd1c85d49f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialist Gregg Maloney works on the floor of the New York Stock Exchange, Friday, Aug. 7, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[EEUU enviará a Perú barco hospital militar como parte de su ayuda para afrontar El Niño]]></title><link>https://www.local10.com/espanol/2026/08/19/eeuu-enviara-a-peru-barco-hospital-militar-como-parte-de-su-ayuda-para-afrontar-el-nino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/19/eeuu-enviara-a-peru-barco-hospital-militar-como-parte-de-su-ayuda-para-afrontar-el-nino/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Estados Unidos enviará un buque militar hospital en febrero de 2027 a la costa del Pacífico de Perú para ayudar a la nación andina a afrontar los efectos del fenómeno climático El Niño como parte de una colaboración bilateral más amplia, anunció el miércoles el embajador estadounidense en Perú, Bernie Navarro.]]></description><pubDate>Thu, 20 Aug 2026 01:07:25 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Estados Unidos enviará un buque militar hospital en febrero de 2027 a la costa del Pacífico de Perú para ayudar a la nación andina a afrontar los efectos del fenómeno climático El Niño como parte de una colaboración bilateral más amplia, anunció el miércoles el embajador estadounidense en Perú, Bernie Navarro.</p><p>En conferencia de prensa, junto al canciller peruano Carlos Espá, no se reveló la cantidad de dinero que representará la ayuda de Estados Unidos. Espá indicó que empezó una “hoja de ruta” que contempla ayuda en equipamiento, conocimiento y sobrevuelo para prevenir, mitigar y responder al fenómeno.</p><p>Navarro dijo en español que el objetivo de la reunión en Miami fue conocer las "necesidades" de Perú y “cómo podemos apoyar” con una respuesta rápida. Recordó que la ayuda en el reciente terremoto de Colombia hubiera sido más rápida “si hubiéramos estado más sincronizados”.</p><p>La conferencia ocurrió luego que el canciller peruano retornó de Miami donde estuvo junto a Navarro para conseguir cooperación de Estados Unidos frente al fenómeno climático. En otra cita el canciller también se reunió con empresarios estadounidenses interesados en invertir en planes de minería e infraestructura.</p><p>Navarro indicó que en febrero de 2027 llegará a la zona norte de la costa del Pacífico de Perú el barco hospital USNS Comfort que ya estuvo en Perú en 2018 y 2019. “Lo vamos a traer en febrero que es cuando creemos que va a ser el pico del problema con El Niño”, acotó.</p><p>El fenómeno climático El Niño es un calentamiento de las aguas del Pacífico cerca de la línea del ecuador que afecta los patrones climáticos globales. Según los meteorólogos, podría igualar o superar al fenómeno de 1997 que causó daños por olas de calor, lluvias intensas, inundaciones e incendios forestales.</p><p>La presidenta Keiko Fujimori, quien inició su gobierno el 28 de julio, ha indicado que una de las prioridades de su gestión es enfrentar el fenómeno climático. Antes de empezar su gobierno, Fujimori indicó que, según reportes científicos El Niño será “muy fuerte” y que incluso se menciona “la palabra catastrófica”.</p><p>Conveagro, que agrupa a la mayoría de agricultores de Perú, estima que podrían sumarse pérdidas por 3.000 millones de dólares, se reduciría hasta 50% la producción de alimentos y se afectaría a más de nueve millones de personas. ADEX, un gremio clave exportador, advierte impactos en las agroexportaciones por plagas y problemas fitosanitarios, mientras el sector pesquero prevé menores capturas por el calentamiento del mar.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRXZR5GRSDRY4KDPVSZV7U4EWI.jpg?auth=d2c125ad683b6956c9634b881ffcda259d57ec9f0cffa733fb6ddb6d3412ee6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El buque hospital de la Armada de los Estados Unidos, USNS Comfort, atraca en el puerto de Cristóbal en Colón, Panamá, el 29 de junio de 2025. (Foto AP/Matias Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Longtime publisher of Stars and Stripes to retire, citing differences with Pentagon leadership]]></title><link>https://www.local10.com/news/national/2026/08/19/longtime-publisher-of-stars-and-stripes-to-retire-citing-differences-with-pentagon-leadership/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/19/longtime-publisher-of-stars-and-stripes-to-retire-citing-differences-with-pentagon-leadership/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[The longtime publisher of Stars and Stripes has announced his retirement, ending a decades-long career with the military newspaper as Defense Secretary Pete Hegseth’s Pentagon moves to exert editorial control and eliminate what it asserts are “woke distractions.”]]></description><pubDate>Wed, 19 Aug 2026 23:06:14 +0000</pubDate><content:encoded><![CDATA[<p>The longtime publisher of Stars and Stripes has announced his retirement, ending a decades-long career with the military newspaper as Defense Secretary Pete Hegseth’s Pentagon moves to exert editorial control and eliminate what it asserts are “woke distractions.”</p><p>Max D. Lederer Jr. announced his retirement, effective at the end of September, in a memo to staff on Tuesday, as well as in an interview with Stars and Stripes. In the memo, seen by The Associated Press, Lederer, the second full-time civilian in the position, wrote that it had “become clear that my philosophy of leadership, and my understanding of the value and mission of Stars and Stripes, differ in fundamental ways from the direction the leadership of the Department of Defense has for the organization.”</p><p>The announcement comes less than four months after the Pentagon fired Jacqueline Smith, ombudsman for the newspaper, whose job was to safeguard editorial independence. The news outlet is partly funded by the Defense Department, but has a legacy of independence from military and government leadership. “No one should be surprised that they’re kicking out the one person charged by Congress with protecting Stars and Stripes’ editorial independence," Smith wrote in a column.</p><p>Stars and Stripes has recently been at the forefront of some of the reporting on conditions for sailors on the USS Abraham Lincoln and concerns for their mental health during the aircraft carrier’s long deployment — concerns that President Donald Trump has downplayed.</p><p>It's part of larger, government-driven changes to the military publication</p><p>The Pentagon did not immediately respond to a request for comment on Lederer’s retirement, which comes seven months after the department announced in a social media post that it would essentially overhaul the newspaper to align with its current messaging.</p><p>Hegseth's spokesman, Sean Parnell, wrote on on X in January that the Pentagon “is returning Stars and Stripes to its original mission: reporting for our warfighters.” He said the department will “refocus its content away from woke distractions.”</p><p>“Stars and Stripes will be custom tailored to our warfighters,” Parnell wrote. “It will focus on warfighting, weapons systems, fitness, lethality, survivability and ALL THINGS MILITARY. No more repurposed DC gossip columns; no more Associated Press reprints.”</p><p>More broadly, the developments at Stars and Stripes come against a backdrop of increased efforts by Hegseth to control media coverage of the department.</p><p>Last year, officials attempted to impose restrictions on journalists working inside the Pentagon, which, in turn, led most news outlets to turn in their access badges and walk out.</p><p>Then this summer, the Pentagon took another step and declared its press office a classified space — instituting a policy that journalists must be accompanied by an escort on Pentagon grounds. That policy is being challenged in court. In mid-July, a panel on the U.S. Court of Appeals for the D.C. Circuit said the policy could stand, overturning a lower court decision.</p><p>In her April column titled “The Pentagon is trying to silence me,” Smith, the former ombudsman, expressed concern over increasing restrictions on the media.</p><p>“For nearly a year, Pentagon leadership has placed more and more restrictions on the mainstream media,” she wrote. “The New York Times sued and when the Defense/War Department lost in court, instead of following the judge’s ruling Secretary Hegseth and company pivoted, finding another way to restrict journalists.”</p><p>Of Stars and Stripes, Smith wrote: “This newspaper has a long history of commitment to the military community and to journalistic values. Please don’t let it be controlled by Pentagon brass.”</p><p>The departing publisher objected to certain changes</p><p>Lederer was not made available for an interview with the AP. In the interview with Stars and Stripes, he said he did not feel the modernization efforts the Pentagon announced in March were appropriate, in particular a transitioning of print products to digital — a move he feared would limit accessibility for troops.</p><p>“I don’t feel that there’s a full recognition of the value of multiple platforms versus only a digital platform,” Lederer was quoted as saying.</p><p>In another development, Stars and Stripes said it could not confirm an account that, in recent weeks, a new deputy had been installed by the Pentagon under Lederer without the publisher’s prior knowledge.</p><p>In a letter seen by the AP, Rufus Friday, the chair of Stars and Stripes’ advisory board of publishers, wrote to congressional leaders about the arrival of the new deputy, a development he said “threatens Stripes’s editorial independence.”</p><p>Roughly half of Stars and Stripes' budget comes from the Pentagon, and its staff members are considered Defense Department employees.</p><p>The outlet’s mission statement emphasizes that it is “editorially independent of interference from outside its own editorial chain-of-command” and that it is unique among news organizations tied to the Defense Department in being “governed by the principles of the First Amendment.”</p><p>The newspaper has been reporting about the military steadily since World War II, to an audience mainly of service members stationed overseas.</p><p>Lederer told Stars and Stripes that while his retirement is effective Sept. 30, he does not know whether the Pentagon will keep him as publisher until then or name an acting publisher.</p><p>___</p><p>Jocelyn Noveck writes about the intersection of media and entertainment for the AP.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7Q547VYPKR3ZFV5MHL7XYI3VAU.jpg?auth=5d82bc187b1f0be3f69bfb692aaccba4b4cca62dd6270864bfa246b6be1bcc1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Pentagon is seen from the air, July 15, 2026, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[New CDC director acknowledges agency problems in first large staff meeting]]></title><link>https://www.local10.com/health/2026/08/19/new-cdc-director-acknowledges-agency-problems-in-first-large-staff-meeting/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/19/new-cdc-director-acknowledges-agency-problems-in-first-large-staff-meeting/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In her first large staff meeting, the new director of the Centers for Disease Control and Prevention promised Wednesday to advocate for the agency while acknowledging that congressionally funded programs lacked staff and employees were feeling burned out.]]></description><pubDate>Wed, 19 Aug 2026 20:54:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In her first large staff meeting, the new director of the Centers for Disease Control and Prevention promised Wednesday to advocate for the agency while acknowledging that congressionally funded programs lacked staff and employees were feeling burned out.</p><p>Dr. Erica Schwartz also said she wouldn’t hesitate to disagree with U.S. Health Secretary Robert F. Kennedy Jr. if necessary — but said she wouldn’t do so publicly.</p><p>Schwartz started at the head of the Atlanta-based federal agency last week, taking the reins from a series of temporary directors. She spoke to CDC employees Wednesday at her first “all hands” staff meeting. The Associated Press heard a recording of the meeting.</p><p>Schwartz mentioned an AP story this week about CDC programs that have congressional appropriations but functionally are dead or nearly dead because the CDC staffers who did the work were laid off by President Donald Trump’s administration or remain on leave.</p><p>She did not say exactly what she will do about these “zombie" programs and about staffers who feel exhausted and overloaded, but said she will meet with CDC staffers to learn more about the situation and what can be done.</p><p>“The good news is, I’m here,” she said. “I’m Week 1 of being here, and now I can certainly be able to advocate for the CDC. I think when you have (had) that leadership vacuum, it’s, you know, it’s hard to get that advocacy.”</p><p>Schwartz previously served in uniformed government jobs with the U.S. Coast Guard and the U.S. Public Health Service. When she disagrees with other leaders she does so in private, “because that’s just part of the uniformed service person in me,” she said. She said she would continue to do so, but “not in front of the media.”</p><p>She also promised to build public trust in the agency through “radical transparency, scientific rigor and honest communications,” echoing language used by Kennedy.</p><p>Schwartz is the 22nd leader of the CDC, which is charged with protecting Americans from preventable health threats. In her talk Wednesday, she acknowledged the challenges agency employees have faced.</p><p>Largely due to layoffs and resignations, the agency has lost 3,000-plus employees, more than one-quarter of its workforce. Morale has plummeted as a succession of mostly temporary leaders has come and gone. The front office has been staffed by political appointees with little or no training in medicine or public health.</p><p>Kennedy, a leading voice in the anti-vaccine movement, took several steps that ran counter to CDC research and recommendations, including disbanding an expert advisory committee and appointing his own panel that included several vaccine skeptics.</p><p>CDC staffers asked questions Wednesday, including one about Trump's executive order calling for revamped childhood vaccine recommendations that promote his long-held but discredited theory that childhood shots should be spaced out into separate medical visits.</p><p>Schwartz said a task force on childhood vaccine safety is being established and she is on the panel. It has not met yet, she said. The panel has been given 90 days to report to Trump, she added.</p><p>Some current and former CDC employees said Schwartz appeared to be earnest, but want to see what she does.</p><p>The National Public Health Coalition, an organization of former and current CDC workers, issued a statement after the meeting.</p><p>“CDC staff and the American people deserve a strong, independent leader who will follow the science, defend public health expertise and put the health and safety of the public ahead of political pressure,” the statement said. “Dr. Schwartz has spoken about rebuilding trust. That trust must be earned through action."</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/LSQWDZDDCARJVA6P2JQYCWSMRE.jpg?auth=9ff27344eeeae9f9d8853a4403e29f69a20a829026fbe2b825b2bc765e76c047&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dr. Erica Schwartz testifies during a Senate Health Education Labor and Pensions committee confirmation hearing to be the director of the Centers for Disease Control and Prevention on Capitol Hill, Wednesday, July 15, 2026, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[No. 1 overall pick Azzi Fudd of the Dallas Wings is set for season-ending surgery on sore knee]]></title><link>https://www.local10.com/sports/2026/08/19/no-1-overall-pick-azzi-fudd-of-the-dallas-wings-is-set-for-season-ending-surgery-on-sore-knee/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/19/no-1-overall-pick-azzi-fudd-of-the-dallas-wings-is-set-for-season-ending-surgery-on-sore-knee/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Dallas Wings guard Azzi Fudd is set for season-ending surgery on a sore knee that has sidelined this year's No. 1 overall pick for the past five games.]]></description><pubDate>Wed, 19 Aug 2026 20:40:11 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Dallas Wings guard Azzi Fudd is set for season-ending surgery on a sore knee that has sidelined this year's No. 1 overall pick for the past five games.</p><p>The team said Wednesday that Fudd will have arthroscopic surgery on her right knee next week in Connecticut, where she starred for UConn before becoming the Huskies' second consecutive top overall pick by Dallas. Reigning WNBA Rookie of the Year Paige Bueckers was the No. 1 choice last year.</p><p>Fudd was eased into the lineup as a rookie, coming off the bench for the first six games. She scored 24 points in that sixth game and immediately became a full-time starter. Fudd had a season-high 26 points in a win over Seattle in June.</p><p>Fudd, who averaged 13.1 points in 30 games, went through warmups before a home game against Golden State on Aug. 7 and was held out of the game “out of an abundance of caution,” according to the team. The soreness persisted.</p><p>Bueckers and Fudd won the 2025 national championship together at UConn before Bueckers was drafted by the Wings, who are 3-8 since a six-game winning streak that was the longest since the franchise moved to Texas 10 years ago.</p><p>Dallas is still in good shape to make the playoffs for the first time since 2023. The Wings play Caitlin Clark and the Indiana Fever at the home of the Dallas Mavericks on Thursday night.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJAZN3KRXFQSJN2SGLTDV2L5VQ.jpg?auth=2dcd14cf675ca351726dedd926c13e9b01e969781894ab111de71602414eaf7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Wings guard Azzi Fudd (35) and Paige Bueckers, rear, toss keepsakes to fans after the team's win in a WNBA basketball game against the Connecticut Sun in Arlington, Texas, Sunday, Aug. 2, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Psychologist testifies Lindsay Clancy was not criminally responsible in killing of her 3 children]]></title><link>https://www.local10.com/news/2026/08/19/psychologist-testifies-lindsay-clancy-was-not-criminally-responsible-in-killing-of-her-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/19/psychologist-testifies-lindsay-clancy-was-not-criminally-responsible-in-killing-of-her-3-children/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Lindsay Clancy didn’t appreciate the “wrongfulness” of killing her three children because of her mental health issues, a psychologist testifying for the defense said at her murder trial Wednesday.]]></description><pubDate>Wed, 19 Aug 2026 21:15:09 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Lindsay Clancy didn’t appreciate the “wrongfulness” of killing her three children because of her mental health issues, a psychologist testifying for the defense said at her murder trial Wednesday.</p><p>The testimony of Paul Zeizel is the strongest evidence yet to support the defense contentions that Clancy should not be held legally responsible for murder because she has bipolar disorder and was in the grip of a rare mental illness called postpartum psychosis when she killed her three children before trying to kill herself. Zeizel began seeing Clancy as a patient at a hospital after the deaths.</p><p>“She was unable to conform her behavior to the rule of law. She had no appreciation for the wrongfulness of her act,” Zeizel said, adding that she had “a mental disease or a defect.”</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>Clancy, 36, has pleaded not guilty to murder charges in the deaths of Callan, Dawson and Cora Clancy, who ranged from 8 months to 5 years old. Postpartum psychosis is linked to the stress, sleep deprivation and hormonal changes that follow childbirth. Researchers estimate that the condition — which is more serious and less common than postpartum depression — afflicts 1 to 2 per 1,000 women after delivery.</p><p>Prosecutors say the former labor and delivery nurse planned the January 2023 killings and contrived to get her husband out of the house by sending him to pick up medicine for one of their children and dinner for the family.</p><p>Clancy was not getting better</p><p>Zeizel, who said he spent more than 35 hours with Clancy over dozens of visits and reviewed her medical records, said she went to a perinatal clinic in December 2022 because she felt her “brain was damaged,” “she should kill herself” and that she “is never going to get any better.” She also showed signs of psychosis, was paranoid and feared that people could hear her thoughts and that she would lose her children.</p><p>“She was worried that her children would be removed from her and that she would never see them again,” he said.</p><p>But just because she was in a psychotic state, Zeizel said, that didn't mean she couldn't do “everyday tasks of living” like driving and searching the internet, a reference to the fact that the day of the killings she took her daughter to the doctor, played with the children in the snow and searched online for a pharmacy and a restaurant.</p><p>“So the fact she is not talking about the unicorns in the corner, she is not slurring her words and she is not unable to walk, to your opinion to a degree of medical certainty, does that mean she is not in a psychotic state?” Clancy's attorney Kevin Reddington asked.</p><p>Zeizel responded: “It does not.”</p><p>Prosecution challenges Zeizel's credibility</p><p>On cross-examination, prosecutors pointed out mistakes Zeizel made in his report about Clancy and questioned whether he could be objective about her diagnosis when he was seeing her as a patient and working with the defense including appearing with Reddington at a news conference.</p><p>Zeizel acknowledged that there was nothing in Clancy's medical records in which she reports hearing voices telling her to kill herself, only that she told her caregivers that “she wanted to die.”</p><p>Prosecutors have questioned the seriousness of Clancy’s suicide attempt. After strangling her children, Clancy jumped from a second-story window and remains paralyzed from the waist down.</p><p>Prosecution brings up the children's birthdays</p><p>Prosecutor Shanan Buckingham also read from daily reports from Tewksbury Hospital, the state psychiatric hospital where Clancy stays, that included the anniversary of the killings and what would have been her children's birthdays. Those reports mentioned her parents sometimes visiting or her talking with other patients. But they never mentioned anything she did to remember her children.</p><p>Reddington asked Zeizel if he saw anything in the record from the hospital about her “laughing, and partying and having a good time” while in the hospital.</p><p>“Lindsay Clancy has bad days and worse days,” Zeizel said.</p><p>Zeizel also said Clancy often talks about her children, aiming to dispel prosecutors' contention that she never mentions them. “She really loves them and misses them and thinks of them every single day, almost every moment of the day,” Zeizel said.</p><p>If convicted of murder, Clancy faces life in prison without parole. If found not guilty because of a lack of criminal responsibility, she would be committed to a state mental health facility.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FZK23TF5WHUXHOWIRF3GH2BLZI.jpg?auth=503e2e3bdf239b6b21aa171b1b2b2b61a2784ab5be5530d4e518f0507e06f361&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy listens during her murder trial Wednesday, Aug. 19, 2026, in Plymouth, Mass. (Amanda Sabga/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Sabga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RQ76TZHYAWBRJ562IMO3YLDQ64.jpg?auth=1aa9b8c81993a304fa7a943af5e91a709ad30a5b2336e49115b7f1b3ae4eb0c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Psychologist Paul Zeizel answers questions during Lindsay Clancy's murder trial Wednesday, Aug. 19, 2026, in Plymouth, Mass. (Amanda Sabga/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Sabga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DX4RMOGJJJGJHHMQJYRUWWJ2H4.jpg?auth=4a918fb58296a77bcc48f635a6ede764dbbcee402f7f18fc6b987436c72bb69f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paula Musgrove, mother of Lindsay Clancy, looks on during Clancy's murder trial Wednesday, Aug. 19, 2026, in Plymouth, Mass. (Amanda Sabga/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Sabga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QN4D2UIPLVEZJ4ECPWKOYEE7FU.jpg?auth=52261000c1c6350fca67e2e5a1f9f22f9e229579c553366857f69a0edbdb7021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Kevin Reddington works on his computer as prosecutors cross examine psychologist Dr. Paul Zeizel during Lindsay Clancy's murder trial Wednesday, Aug. 19, 2026, in Plymouth, Mass. (Amanda Sabga/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Sabga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6HNRXYD4CRD7BOJ5YMLOGSCPBU.jpg?auth=e46a20987594923e1113059f2041ac65ccc136863ee566bf3ad98d55fd3af23c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emily Thorndike, a TikTok user and licensed clinical social worker who used to work at McLean Hospital, is questioned by defense attorney Kevin Reddington as she testifies before the judge only during Lindsay Clancy's murder trial Wednesday, Aug. 19, 2026, in Plymouth, Mass. (Amanda Sabga/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Sabga</media:credit></media:content></item><item><title><![CDATA[Palm Beach County Clerk of Court Michael Caruso held without bond on child sex abuse charges]]></title><link>https://www.local10.com/news/local/2026/08/19/palm-beach-county-clerk-of-court-michael-caruso-held-without-bond-on-child-sex-abuse-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/19/palm-beach-county-clerk-of-court-michael-caruso-held-without-bond-on-child-sex-abuse-charges/</guid><dc:creator><![CDATA[Roy Ramos, Ryan Mackey]]></dc:creator><description><![CDATA[Suspended Palm Beach County Clerk of Court Michael Caruso was ordered held without bond Wednesday during his first court appearance following his arrest on five felony charges involving the alleged sexual abuse of a child under 12.]]></description><pubDate>Wed, 19 Aug 2026 16:17:37 +0000</pubDate><content:encoded><![CDATA[<p>Suspended Palm Beach County Clerk of Court <a href="https://www.local10.com/news/local/2026/08/18/palm-beach-county-clerk-of-court-michael-caruso-arrested-on-child-sexual-abuse-charges-ag-says/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/18/palm-beach-county-clerk-of-court-michael-caruso-arrested-on-child-sexual-abuse-charges-ag-says/">Michael Caruso</a> was ordered held without bond Wednesday during his first court appearance following his arrest on five felony charges involving the alleged sexual abuse of a child under 12.</p><p><a href="https://www.local10.com/espanol/2026/08/19/michael-caruso-secretario-del-tribunal-del-condado-de-palm-beach-permanece-detenido-sin-derecho-a-fianza-por-cargos-de-abuso-sexual-infantil/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/19/michael-caruso-secretario-del-tribunal-del-condado-de-palm-beach-permanece-detenido-sin-derecho-a-fianza-por-cargos-de-abuso-sexual-infantil/">Leer en español</a></p><p>Caruso, 67, of Riviera Beach, appeared before a Palm Beach County judge in prison clothing, handcuffs and shackles. He did not speak during the brief hearing and allowed his attorney to address the court.</p><p>The judge ordered Caruso held without bond while he awaits transfer to Orange County, where he faces charges including kidnapping, lewd or lascivious molestation, lewd or lascivious exhibition, luring or enticing a child and child abuse involving mental injury. </p><p>The judge also ordered Caruso to have no contact with the alleged victim or the victim’s family.</p><p>Authorities have said the investigation remains ongoing.</p><p>An arrest warrant obtained by Local 10 News states that the victim, who is under the age of 12 and is known to Caruso, claimed that Caruso engaged in sexual activity with him on two separate occasions — once around Thanksgiving in 2024 and again during a family cruise in August 2025.</p><p>Caruso has denied the allegations, according to his arrest affidavit.</p><p>Authorities said Caruso was arrested Tuesday and immediately suspended from his position by Gov. Ron DeSantis. DeSantis’ executive order bars Caruso from performing any official duties and suspends his pay and allowances.</p><p>Shannon Ramsey-Chessman has been sworn in as clerk ad interim following Caruso’s suspension.</p><p>Caruso was appointed Palm Beach County clerk of the circuit court and comptroller by DeSantis in 2025 after serving in the Florida House of Representatives. He had been seeking reelection to the clerk’s position.</p><p>The arrest comes more than three years after Caruso backed legislation that created a capital sexual battery offense in Florida for certain sexual offenses against children. The law allows the death penalty in cases that meet its requirements.</p><p>“Obviously it was a very easy decision for me to yank him from that position,” said DeSantis on Tuesday. “I’m proud that we have very strong penalties for people that abuse children and if he is convicted he is going to be in for a world of hurt.”</p><p>Florida law allows the death penalty for an adult convicted of capital sexual battery involving a child under 12. The law applies to sexual battery, or an attempt to commit sexual battery that injures the child’s sexual organs.</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[Lebanon extradites ex-Assad general to Syria for trial over alleged crimes]]></title><link>https://www.local10.com/news/world/2026/08/19/lebanon-extradites-ex-assad-general-to-syria-for-trial-over-alleged-crimes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/19/lebanon-extradites-ex-assad-general-to-syria-for-trial-over-alleged-crimes/</guid><dc:creator><![CDATA[By SAMAR KASSABALI, Associated Press]]></dc:creator><description><![CDATA[DAMASCUS, Syria (AP) — Lebanon on Wednesday extradited a former Syrian military officer under ousted President Bashar Assad and he will be put on trial in Syria, the Interior Ministry said.]]></description><pubDate>Thu, 20 Aug 2026 00:42:11 +0000</pubDate><content:encoded><![CDATA[<p>DAMASCUS, Syria (AP) — Lebanon on Wednesday extradited a former Syrian military officer under ousted President Bashar Assad and he will be put on trial in Syria, the Interior Ministry said.</p><p>Maj. Gen. Adel Issa is the first military officer to be turned over by Lebanon since Assad’s fall in late 2024.</p><p>Lebanon’s judicial authorities decided on Tuesday to deliver Issa to Syria, after questioning him over crimes he allegedly committed during the country’s conflict.</p><p>Syria’s Interior Ministry said it had asked authorities in Lebanon to hand over Issa to Syria over alleged crimes including intentional killing of more than two persons, the crime of torture resulting in death, and acts of aggression aimed at inciting civil war and sectarian strife.</p><p>The ministry added that Issa was the commander of the Syrian army’s 17th Division and the commander of ground forces in the eastern province of Deir el-Zour until 2016. The ministry posted a photo of Issa wearing a prison uniform.</p><p>Officials in Beirut said on Tuesday that Issa was turned over to Syria in accordance with a 1951 agreement between the countries that calls for delivering suspected criminals to face justice.</p><p>After Syrian fighters opposed to Assad marched into Damascus to end the Assad family’s five-decade rule in December 2024, a number of military and security officers fled to Lebanon, where some remain.</p><p>Dozens of other former members of his security agencies accused of atrocities have been arrested and put on trial in Syria.</p><p>Last week, a Syrian court sentenced Assad and his younger brother Maher to death in absentia while their maternal cousin, Brig. Gen. Atef Najib, became the most senior security official to be sentenced to death while in custody. The Assad brothers fled to Russia during the ouster.</p><p>Issa was detained on Aug. 8 when he went to the Syrian Embassy in Beirut for some paperwork. Embassy officials contacted Lebanon’s prosecutor’s office to tell them that Issa was wanted in Syria.</p><p>Issa had fled to Lebanon by crossing illegally after Assad’s fall, the officials said.</p><p>Syria’s conflict, which began with anti-government protests in March 2011 before turning into a civil war, left 500,000 people dead and over 1 million wounded.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VGONJDXUA2WPAHA3OOV7S7ZSQI.jpg?auth=4c7da9346e688570c1e158692d32631759b68ac26a1c8f3146b039a5be335f5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Syria with its capital, Damascus. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[UN aid chief warns Russian drones threaten civilians and aid work in Ukraine]]></title><link>https://www.local10.com/news/world/2026/08/19/un-aid-chief-warns-russian-drones-threaten-civilians-and-aid-work-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/19/un-aid-chief-warns-russian-drones-threaten-civilians-and-aid-work-in-ukraine/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — The intensifying use of drones against civilians and humanitarian workers is a dangerous obstacle for aid operations in Ukraine, the U.N.'s humanitarian chief, Tom Fletcher, said on Wednesday.]]></description><pubDate>Wed, 19 Aug 2026 19:35:08 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — The intensifying use of drones against civilians and humanitarian workers is a dangerous obstacle for aid operations in Ukraine, the U.N.'s humanitarian chief, Tom Fletcher, said on Wednesday.</p><p>Fletcher spoke to The Associated Press in an interview after a visit to the southern city of Kherson, where he witnessed how communities there are coping while living under the constant threat of Russian drones. Fletcher described the visit to Kherson, split by the Dnipro River, which acts as an active front line, as “quite chilling."</p><p>Russian forces occupy the eastern bank, while Ukrainian forces hold the western bank. From across the water, kamikaze and surveillance drones routinely hunt and attack civilians, vehicles and public transit.</p><p>“It really gives us an insight into the dangers ahead of us,” he said.</p><p>The threat is also making it harder for humanitarian organizations to reach people who need assistance.</p><p>Fletcher spoke after attending a commemoration for two humanitarian workers who had died while doing their jobs.</p><p>“Drones are a real threat to not just civilians but the humanitarians who are here to protect them,” Fletcher said.</p><p>He said that aid workers are protected under international humanitarian law and yet marked humanitarian vehicles have still been hit. “So that does restrict what we can do," he said.</p><p>Local organizations are particularly exposed. More than two-thirds of operations funded through Ukraine's humanitarian fund are carried out by local organizations, according to Fletcher.</p><p>“They’re the ones who are saying most loudly to us, we’re not protected,” he said.</p><p>Fletcher said the U.N. needs more than $2 billion for its prioritized humanitarian response in Ukraine this year, with winter among his biggest concerns. Damage to civilian infrastructure, including electricity, water and gas systems, could once again leave millions vulnerable during the harsh winter months, raising fears of a repeat of last winter’s severe conditions.</p><p>The U.N. has sharply narrowed its humanitarian priorities all over the world as donor funding has fallen. Fletcher said the organization initially identified 87 million people facing the most severe humanitarian needs, but that figure has since risen to about 92 million with the onslaught of Ebola in Africa, the earthquake in Venezuela and other conflicts.</p><p>The U.N. is seeking $23 billion to provide life-saving assistance to those people and had raised about $11 billion, said Fletcher.</p><p>Ukraine is relatively well funded compared with many other crises, he added, with roughly 70–75% of its hyper-prioritized funding requirement covered. But even full funding of the humanitarian plan would address only part of Ukraine’s needs.</p><p>Fletcher also admitted that raising money for humanitarian operations has become more difficult as governments have increasingly redirected spending toward defense and domestic priorities.</p><p>“We’re in a more transactional world, I would say a more selfish world,” he said.</p><p>Fletcher said the U.N. now has to demonstrate that it is using limited taxpayer money efficiently and strategically.</p><p>“We have to show governments that we are spending their taxpayers’ money sensibly, wisely, in a prioritized way,” he said.</p><p>In a stark new assessment released on Wednesday, the U.N. warned that 907 aid workers were victims of violence last year and over 1,000 have been killed in three years. Fletcher said he could not reassure colleagues that those responsible would be held accountable based on how the international community has reacted.</p><p>He said accountability should extend beyond identifying the person who physically carried out an attack.</p><p>“I want to see investigations into the people who fired the weapon or flew the drone,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/66VX4YYBM4FKFN62T5EDTF4OZA.jpg?auth=80fa0511e373e9b131e66740581ff841f7a0894531f69ce2b4fb8d677763cd65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Fletcher, United Nations Under-Secretary-General for Humanitarian Affairs and Emergency Relief Coordinator, speaks during an interview in Kyiv, Ukraine, Wednesday, Aug. 19, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HT2MHZBEW5UVTLU3CIMNNVXJHM.jpg?auth=d36567537ee82b5ec6e928fa2f607302a27a0f57aa99f008135703212d40543a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tom Fletcher, United Nations Under-Secretary-General for Humanitarian Affairs and Emergency Relief Coordinator, speaks during an interview in Kyiv, Ukraine, Wednesday, Aug. 19, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOJEOZQTIGMK7GIOIXDQQHO5ZY.jpg?auth=dc474d246121017b896ec37d1b002cf650ea0ee0656701f15be025421e894dd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman reacts as she looks at charred books after a fire at the country's biggest book market, caused by a recent Russian missile attack, in Kyiv, Ukraine, Wednesday, Aug. 19, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7YHQKLDDW4JO7ZNPY2JA3IVGQ.jpg?auth=1adf1b57154528a255b7d73469e34fe1e2e417ae386b4308f2dff6f1e47c975f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Burned books are seen after the fire on the site of the country's biggest book market, cased by Russia's recent missile attack in Kyiv, Ukraine, Wednesday, Aug.19, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLQLQ3UHL3FTIWVGFBVYFJIWRM.jpg?auth=ee5702df62b3183331868677dbcdb1b2d54f42cae83d91e48f79500155d5c655&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People search for survived books after the fire on the site of the country's biggest book market, cased by Russia's recent missile attack in Kyiv, Ukraine, Wednesday, Aug.19, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[Former Meta engineer says Instagram took a 'don't ask, don't tell' approach on kids under 13]]></title><link>https://www.local10.com/tech/2026/08/19/former-meta-engineer-says-instagram-took-a-dont-ask-dont-tell-approach-on-kids-under-13/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/19/former-meta-engineer-says-instagram-took-a-dont-ask-dont-tell-approach-on-kids-under-13/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[OAKLAND, California (AP) — A former engineering director at Meta who has testified before Congress about child safety on Instagram told jurors Wednesday at a landmark trial that the company took a “don’t ask, don’t tell” approach on kids under 13 on its platforms.]]></description><pubDate>Wed, 19 Aug 2026 21:50:48 +0000</pubDate><content:encoded><![CDATA[<p>OAKLAND, California (AP) — A former engineering director at Meta who has testified before Congress about child safety on Instagram told jurors Wednesday at a landmark trial that the company took a “don’t ask, don’t tell” approach on kids under 13 on its platforms.</p><p>During his second day of testimony, Arturo Béjar said Meta consistently prioritized profits over safety in designing its products, focusing on how often and for how long people used them, even if it was detrimental to their mental well-being.</p><p>“If you step away from the product, they are not going to make any money,” he said.</p><p>The trial that began Tuesday in federal court in Oakland, California, pits Meta against the states of California, Colorado, Kentucky and New Jersey and is expected to last about six weeks. The four states were among 29 that sued the tech giant in 2023 over child safety and privacy — the other 25 will go to trial later. The company also faces lawsuits in state courts, including one underway in Tennessee.</p><p>The lawsuit accuses Meta of contributing to the youth mental health crisis by knowingly and deliberately designing features that addict children to its platforms and hide these harms from the public. It also argues that Meta routinely collects data on children under 13 without their parents’ consent, in violation of federal law.</p><p>Meta says users must be at least 13 years old to create an account, in line with the law, called the Children’s Online Privacy Protection Act, or COPPA.</p><p>“The attitude in particular on Instagram was ‘Don’t ask, don’t tell,’” Béjar said in response to a question about his perception of the company’s attitude towards users under 13.</p><p>The company has rejected the claims and said evidence at the trial will show its commitment to safety.</p><p>“You will hear over the course of this case a lot of important issues, issues like teen mental health, issues like social media, issues like how teens use social media,” Meta lawyer Paul Schmidt said Tuesday. “Those are important issues, and they’re issues where Meta believes that it has a responsibility. It has a responsibility to act on its own. It has a responsibility to try to work with teens and parents in partnership to try to address those questions.”</p><p>Plaintiffs' witness says safety was an ‘afterthought’</p><p>Béjar worked at Facebook from 2009 to 2015, attracting wide attention for his work to combat cyberbullying. He returned from 2019 to 2021 as a contractor to work on safety issues. He testified before Congress in 2023 about social media and the teen mental health crisis, saying that Meta executives, including CEO Mark Zuckerberg, knew about harms Instagram was causing but chose not to make meaningful changes to address them.</p><p>In his testimony Wednesday, Béjar said employee performance reviews and compensation for those who worked on user-facing products were mostly focused on user numbers and how long they spend with those products.</p><p>“In that context, safety was an afterthought,” he said.</p><p>The states are seeking changes to user experiences for Facebook and Instagram as well as financial damages, which could include billions of dollars in penalties. In a written statement, the office of California's attorney general said if Meta loses, the amount of any damages would be set by the court.</p><p>“This case is about stopping Meta from offering a dangerous product to teens, and from lying to teens, families, and the public about the dangerousness of their platforms. The primary remedy under our state consumer protection law is an injunction,” the statement said.</p><p>Béjar walked through Meta features he said were designed for adults and are “inherently unsafe for teenagers.”</p><p>This includes video autoplay, which can mean teens see videos that may cause them harm even if they don't click on them; as well as various counters that track how many people liked, viewed or commented on your content or how many followers you have.</p><p>Child development experts have noted teenagers are more susceptible to social comparison than adults, so products that reward popularity can be more harmful to their mental health.</p><p>Age verification has been criticized for not going far enough</p><p>Despite Meta's statements that it works to find kids under 13 on its platforms and ban them, Béjar testified that he found “tens of thousands” of kids under 13 on Instagram through his research. He said it was “common knowledge” at the company that such young children were on Instagram.</p><p>“Meta has one of the most sophisticated infrastructures in the world to detect fake accounts,” he said. But despite that, he added, there were “no goals, no metrics” to detect and check kids’ ages who were suspected to be under 13.</p><p>Over the years, Meta has introduced features it says are designed to make the experience safer for young people. But Béjar said these did not work.</p><p>For instance, a tool called “Take a Break," introduced in 2021, is a feature that is "designed to fail,” he said. First, it is a setting that people have to turn on if they want to use it. Béjar said that in his experience building settings, very few users actually go through the trouble of turning them on. He compared it to an airbag that drivers have to turn on every time they get in a car.</p><p>“A safety tool has to be on by default,” he said.</p><p>The feature can also be dismissed with a tap of a finger. If Meta was serious about wanting users to take a break, Béjar said, it would not be so easily swiped away.</p><p>___</p><p>AP Technology Writer Kaitlyn Huamani contributed to this story from Los Angeles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QVYJRQ6WX4AQZIU4UISZEFZKIU.jpg?auth=02aa85e94e25892b9996c1adf2de934c643ea2742e4cad60754e48b9de2b6f5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parents hold pictures of their deceased children during a protest against social media platforms outside the Ronald V. Dellums Federal Building and U.S. Courthouse on Tuesday, Aug. 18, 2026, in Oakland, Calif. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6DQK3AF6WYO5VXO772ITBPO53U.jpg?auth=faf1f0a651c7fee40116d765750f856bc0a29cda1c717726fa58ea5d570b7105&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Facebook employee Arturo Bejar speaks during a rally to protect kids online on Capitol Hill in Washington, Jan. 31, 2024. (AP Photo/Jose Luis Magana, File)]]></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/HTJQWRM26W5LOTHFNVDYHG5P34.jpg?auth=90f5e8637c5473fad30b95eefe337e6cbf5afc172aeae7e7b52d1e7534022cc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Attorney General Rob Bonta discusses a lawsuit against Meta during a press conference on Tuesday, Aug. 18, 2026, in Oakland, Calif. At right is New Jersey Attorney General Jennifer Davenport. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MO3DGVQLMEZMBNNLME6MEGKJSY.jpg?auth=8b7d014ae3ff2f75586c77b926fcdb73ca63459c93457fdd27eb50970f8b8153&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California Attorney General Rob Bonta discusses a lawsuit against Meta during a press conference on Tuesday, Aug. 18, 2026, in Oakland, Calif. Joining him are Colorado Attorney General Philip Weiser, and New Jersey Attorney General Jennifer Davenport. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Texans receiver Jayden Higgins is out for the season with a torn ACL, AP source says]]></title><link>https://www.local10.com/sports/2026/08/19/texans-receiver-jayden-higgins-is-out-for-the-season-with-a-torn-acl-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/19/texans-receiver-jayden-higgins-is-out-for-the-season-with-a-torn-acl-ap-source-says/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[Houston Texans receiver Jayden Higgins is expected to miss the season with a torn ACL, according to a person with knowledge of his injury]]></description><pubDate>Wed, 19 Aug 2026 19:19:12 +0000</pubDate><content:encoded><![CDATA[<p>Houston Texans receiver Jayden Higgins is expected to miss the season with a torn ACL, according to a person with knowledge of his injury</p><p>The person spoke to The Associated Press on condition of anonymity Wednesday because the Texans haven’t announced the severity of his injury.</p><p>Higgins fell awkwardly while running a route during a joint practice with the Las Vegas Raiders on Tuesday in Houston. Coach DeMeco Ryans said at the time that Higgins was being evaluated for a leg injury.</p><p>The second-year receiver was expected to team up with No. 1 wideout Nico Collins in the Texans offense led by quarterback C.J. Stroud. A second-round pick in the 2025 draft, Higgins made 41 catches for 525 yards and six touchdowns in his rookie year.</p><p>___</p><p>AP Sports Writer Stephen Whyno contributed to this report.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFPMGPFHRHG6FNPLSE5GK72QHE.jpg?auth=5ce04fffbb0120af25d3cbf769816ca5e78168d519c7fc27ad413e3e1a4d7851&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans wide receiver Jayden Higgins works out during the team's NFL football training camp in Houston, Wednesday, July 29, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLPKYCMVJ4SYIOIF5SYJ5C7U7U.jpg?auth=21663273fcd0a20f57cc65913f61c2ed0b919d1191a97ecb0e8295b04f092edc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans wide receiver Jayden Higgins works out during the team's NFL football training camp in Houston, Friday, August 7, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TXON5HWLGOVN6LU24LWLC2CMYU.jpg?auth=995917edee3e50185144f445084855c27286ec0fa2ae3b26f1debd15e67a5b7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans wide receiver Jayden Higgins works out during the team's NFL football training camp in Houston, Monday, August 10, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item></channel></rss>