<?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>Tue, 01 Sep 2026 20:34:27 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Student accused of stabbing 2 at Miami Northwestern Senior High School to remain behind bars ]]></title><link>https://www.local10.com/news/local/2026/09/01/student-accused-of-stabbing-2-at-miami-northwestern-senior-high-school-ordered-to-home-detention/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/student-accused-of-stabbing-2-at-miami-northwestern-senior-high-school-ordered-to-home-detention/</guid><dc:creator><![CDATA[Trent Kelly, Liane Morejon, Ryan Mackey]]></dc:creator><description><![CDATA[A student accused of stabbing two of his classmates during a fight at Miami Northwestern Senior High School on Monday appeared before a judge a day later as prosecutors said they intend to charge him as an adult.]]></description><pubDate>Tue, 01 Sep 2026 17:19:42 +0000</pubDate><content:encoded><![CDATA[<p>A student accused of <a href="https://www.local10.com/news/local/2026/08/31/2-teens-hospitalized-after-stabbing-at-miami-northwestern-senior-high-school-officials-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/31/2-teens-hospitalized-after-stabbing-at-miami-northwestern-senior-high-school-officials-say/">stabbing two of his classmates</a> during a fight at Miami Northwestern Senior High School on Monday appeared before a judge a day later as prosecutors said they intend to charge him as an adult.</p><p><a href="https://www.local10.com/espanol/2026/09/01/estudiante-acusado-de-apunalar-a-dos-companeros-en-el-miami-northwestern-senior-high-school-es-condenado-a-arresto-domiciliario/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/estudiante-acusado-de-apunalar-a-dos-companeros-en-el-miami-northwestern-senior-high-school-es-condenado-a-arresto-domiciliario/">Leer en español</a></p><p>The judge ordered the teenager, who has not yet been identified, to remain in “secure detention at this time” and prohibited him from having contact with the victims.</p><p>The case stems from a fight that occurred just before 12:30 p.m. Monday inside a back hallway at the Liberty City school that left an 18-year-old with a stab wound and a 15-year-old with a cut to his hand after an altercation occurred at the school located at 1100 NW 71st St. in the Liberty City neighborhood, according to Miami Fire Rescue officials. </p><p>Authorities said the 18-year-old victim was taken to Jackson Memorial Hospital’s Ryder Trauma Center in stable condition. The younger student was also hospitalized and was in stable condition.</p><p>The parents of the teen accused in the stabbing told Local 10’s Trent Kelly after Tuesday’s hearing that their son had been mistreated and threatened by other students for days.</p><p>“He was threatening my son, mistreating him,” the teen’s father said. </p><p>A student who spoke with reporters Monday said bullying may have played a role in the confrontation.</p><p>A public defender also said the teen’s arrest report states that he was being jumped by two individuals and initially was the alleged victim.</p><p>Cellphone video circulating on social media shows a crowd of students gathered in a hallway before two teens appear to confront the accused student. The video appears to show the two punching him and stomping on his head while he is on the ground.</p><p>The two teens then run away. The student who had been attacked gets back up and appears to chase them.</p><p>“When he got back up, he pulled something out of his pocket, which was a knife and started chasing after the person,” another student said.</p><p>The incident prompted a lockdown at the school as authorities searched for the suspect, according to investigators. </p><p>“They had the school on lockdown. Like what if he’s chasing after a person with a knife in his hand,” one student said.</p><p>No other arrests have been made at this time. </p><p><i>Editor’s note: Local 10 previously reported that the judge ordered home detention for the accused teen but a court liaison confirmed that the teen will remain behind bars. This story has been corrected. </i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Bessent pitches US-backed financial literacy competition to world's largest economies]]></title><link>https://www.local10.com/business/2026/09/01/bessent-pitches-us-backed-financial-literacy-competition-to-worlds-largest-economies/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/bessent-pitches-us-backed-financial-literacy-competition-to-worlds-largest-economies/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[ASHEVILLE, N.C. (AP) — Driven in part by his own experience with poverty as a child, Treasury Secretary Scott Bessent is pitching a financial literacy campaign to leaders of the world's largest economies and suggesting an investment account program begun under President Donald Trump as a model for it.]]></description><pubDate>Tue, 01 Sep 2026 20:15:59 +0000</pubDate><content:encoded><![CDATA[<p>ASHEVILLE, N.C. (AP) — Driven in part by his own experience with poverty as a child, Treasury Secretary Scott Bessent is pitching a financial literacy campaign to leaders of the world's largest economies and suggesting an investment account program begun under President Donald Trump as a model for it.</p><p>As he hosted finance ministers from rich and developing nations in the G20, Bessent on Tuesday announced U.S. sponsorship for a competition called the “Financial Literacy Solutions Sprint.”</p><p>The competition is intended to discover and showcase “innovative technology- and data-enabled solutions" developed across the Group of 20 countries to strengthen financial literacy.</p><p>Four finalists will be pared to one or two winning teams and will be recognized during the annual meetings of the World Bank and International Monetary Fund in October in Bangkok.</p><p>Bessent points to the creation of Trump Accounts, a program that provides $1,000 in investment accounts to babies born during Trump's second term, as a model other nations should follow. Treasury says roughly 7 million children are enrolled and 86% of participants are from families earning less than $200,000 per year.</p><p>The secretary often talks about his humble beginnings in rural South Carolina, where he got his first jobs at age 9 as a busboy at a cafeteria and setting up chairs and umbrellas on the beach. His father, a real estate developer, had lost generations of Bessent family wealth by overleveraging his obligations.</p><p>One of Bessent's first moves as Treasury secretary was to launch Financial Literacy Month to teach people the basics of building a workable budget, saving for the future and protecting themselves from scammers and fraudsters.</p><p>Critics of his efforts argue that the problem is less about people not knowing how to invest and more about them not having enough spare income to do so.</p><p>About 7 in 10 U.S. adults say the country’s economy is “poor,” according to July polling from The Associated Press-NORC Center for Public Affairs Research. The finding underscores Americans’ continued unhappiness with the cost of living, which is being compounded by high gas prices due to the war in Iran.</p><p>“Americans can’t educate themselves out of their current financial crises, and it’s hypocritical for the Treasury Secretary to place the blame on ordinary Americans’ financial decisions when their struggles are the direct result of decisions that Scott Bessent himself has made," said Julie Morgan, CEO of the Century Foundation, a left-leaning think tank focused on public policy research.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGCS2ZOYXIQCEBOAMDYSKTMIGI.jpg?auth=78e43cb65a9fc88b244c7c74792b6b403c423d7adbbb633e382bfca362248232&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to reporters at the G20 Finance Ministerial in Asheville, N.C., Tuesday, Sept. 1, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Expresidente Petro denuncia a sucesor De la Espriella ante CPI por presunta persecución política]]></title><link>https://www.local10.com/espanol/2026/09/01/expresidente-petro-denuncia-a-sucesor-de-la-espriella-ante-cpi-por-presunta-persecucion-politica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/expresidente-petro-denuncia-a-sucesor-de-la-espriella-ante-cpi-por-presunta-persecucion-politica/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El expresidente colombiano Gustavo Petro informó el martes que denunció ante la Corte Penal Internacional a su sucesor Abelardo de la Espriella por presunta persecución política.]]></description><pubDate>Tue, 01 Sep 2026 20:12:58 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El expresidente colombiano Gustavo Petro informó el martes que denunció ante la Corte Penal Internacional a su sucesor Abelardo de la Espriella por presunta persecución política.</p><p>Petro, opositor a De la Espriella, indicó en la red social X que la denuncia fue interpuesta ante la CPI antes de entregar el cargo como presidente el 7 de agosto, sin especificar la fecha.</p><p>“Bajo mis derechos como presidente y bajo la ley colombiana que es el Estatuto de Roma, la denuncia se interpuso en la Corte Penal Internacional”, señaló Petro.</p><p>Colombia es uno de los Estados firmantes del tratado conocido como el Estatuto de Roma que estableció la Corte Penal Internacional, el tribunal penal con sede en La Haya.</p><p>Petro señaló a De la Espriella como presunto responsable de la “persecución de un grupo o colectividad con identidad propia fundada en motivos políticos”, lo que configura un crimen de lesa humanidad, según el Estatuto de Roma.</p><p>La oficina de prensa del presidente De la Espriella no respondió de inmediato a The Associated Press al ser consultada sobre la denuncia ante la CPI.</p><p>Al mismo tiempo, el expresidente denunció los recientes asesinatos de María Ovidia Palechor y James Flor, líderes sociales del convulso departamento del Cauca, en el suroeste de Colombia. La estatal Unidad para la Atención y Reparación Integral a las Víctimas también lamentó los homicidios.</p><p>Petro señaló que ambos eran militantes de su partido progresista, Pacto Histórico, y responsabilizó de cometerlos al “nuevo paramilitarismo”.</p><p>Los grupos paramilitares en Colombia, creados para combatir a las guerrillas de izquierda, se desmovilizaron entre 2003 y 2005 en un proceso de paz con el Estado en el que se sometieron a una justicia especial que incluyó rebajas en sus penas.</p><p>Sin embargo, persisten grupos ilegales de herencia paramilitar como el cártel Clan del Golfo y las Autodefensas Conquistadoras de la Sierra.</p><p>Petro, exmilitante de una guerrilla en su juventud, ha insistido en que su sucesor representa la llegada del “fascismo” a Colombia y ha llamado a los movimientos sociales a organizarse y conformar una “milicia popular” para defenderse.</p><p>De la Espriella enfrentó críticas durante la campaña por declararse enemigo de los “señores de la izquierda” a quienes había que “destriparlos”. Luego matizó su discurso diciendo que se refería a una confrontación ideológica en el “marco de la ley” y, tras posesionarse, aseguró que respetaría a la oposición.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OXCYP32YEJDAD4ANZFTFX2RYV4.jpg?auth=8422857b8095d0bd1031c7f5a59fdc2030d4d283a2120c51488ffdbe1fe1bbea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Gustavo Petro posa delante de su retrato en la galería de antiguos presidentes colombianos durante su última semana en el cargo, en el Palacio Presidencial de Bogotá, el lunes 3 de agosto de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Speakers escorted out as Miami-Dade commission votes to increase cap on Israel Bonds]]></title><link>https://www.local10.com/news/local/2026/09/01/speakers-escorted-out-as-miami-dade-commission-votes-to-increase-cap-on-israel-bonds/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/speakers-escorted-out-as-miami-dade-commission-votes-to-increase-cap-on-israel-bonds/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Without discussion, Miami-Dade commissioners voted on Tuesday to raise the cap on Israel Bonds.]]></description><pubDate>Tue, 01 Sep 2026 20:09:48 +0000</pubDate><content:encoded><![CDATA[<p>Without discussion, Miami-Dade commissioners voted on Tuesday to raise the cap on Israel Bonds.</p><p>It came as some residents spoke out against raising the Israeli government bonds’ <a href="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/261175.pdf- " target="_self" rel="" title="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2026/261175.pdf- ">cap from 3% to 5%</a>. Their microphones were cut and some were escorted away.</p><p>One speaker called them an “absolute disgrace,” while another called them a “bad investment.”</p><p>Commissioners said the cutoffs came because the matter had already been discussed in a committee meeting in July.</p><p>“I know that the item already passed, and I think there was a public opportunity to testify on this item,” Commission Chair Anthony Rodriguez said.</p><p>After the Hamas terrorist attack on Oct. 7, 2023, Miami-Dade the county will boost its investment in Israel Bonds. </p><p>In the years since, passionate debate has flourished about the regional conflict, which has claimed thousands of lives. By July 2025, Miami-Dade Mayor Daniella Levine Cava posted statement on the platform X, writing, “The world united after October 7th to denounce evil and the pain Israelis endured. Now we must speak out against the horror of starvation in Gaza.”</p><p>Miami-Dade resident Rachel Prestipino, who was at the meeting and is against the county investing in Israel Bonds, said the commission “has the power at any moment to change their policy and say ‘no more,’ no more investment in Israel, no more investment in any foreign nation state.”</p><p>Commissioner Danielle Cohen Higgins said she thinks it’s “very, very important that we separate these issues.”</p><p>“I know they’re very emotionally charging, and for excellent reason, it affects people’s lives in the most intimate ways here in our community,” she said. “This is us investing money wisely, where the returns are great and the investments are safe. That is the narrow lane under which we were traveling today.”</p><p>Rodriguez said during the meeting, “When people talk about, ‘Oh, we don’t want to invest in any of these places,’ let me tell you this right now: we invest about $9 billion right now of of our taxpayer dollars in in our community. FRS, the Florida retirement system, is all completely invested. This is how we make money to make sure that we continue the operations of our community.”</p><p>A <a href="https://www.leg.state.fl.us/Statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0600-0699/0625/Sections/0625.3262.html" target="_self" rel="" title="https://www.leg.state.fl.us/Statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0600-0699/0625/Sections/0625.3262.html">state law</a> that took effect in 2025 allows local governments to invest in Israel Bonds <a href="https://www.flhouse.gov/Sections/bills/billsdetail.aspx?billid=81281" target="_self" rel="" title="https://www.flhouse.gov/Sections/bills/billsdetail.aspx?billid=81281">regardless of their bond rating</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Vice alcalde de Lauderhill, con campaña por puesto en la comisión, comparece ante Tribunal de Fianzas de Broward tras su detención]]></title><link>https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-con-campana-por-puesto-en-la-comision-comparece-ante-tribunal-de-fianzas-de-broward-tras-su-detencion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-con-campana-por-puesto-en-la-comision-comparece-ante-tribunal-de-fianzas-de-broward-tras-su-detencion/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[Campbell, de 69 años, compareció ante el juez de circuito del condado Broward Corey B. Friedman tras haber sido arrestado por presunta violencia doméstica ocurrida el 3 de agosto.]]></description><pubDate>Tue, 01 Sep 2026 17:33:33 +0000</pubDate><content:encoded><![CDATA[<p>Richard Campbell, quien se ha desempeñado como vicealcalde de Lauderhill desde que fue elegido en 2022, compareció el martes por la mañana ante una corte de fianzas del condado Broward en Fort Lauderdale.</p><p>Campbell, de 70 años, compareció ante el juez de circuito del condado Broward Corey B. Friedman después de que agentes de la Policía de Lauderhill lo arrestaran el lunes por la tarde por presunta violencia doméstica ocurrida el 3 de agosto.</p><p>El abogado Eric Schwartzreich representó a Campbell, un fisioterapeuta que se desempeñó como comisionado de 2018 a 2020 y que ha estado haciendo campaña por el puesto de comisionado del distrito cuatro.</p><p>“Negamos estas acusaciones, las refutamos”, dijo Schwartzreich a Friedman en la corte.</p><p>Antes de su arresto, Campbell dijo que su acusadora era una ex novia que se negó a mudarse de su casa durante meses, y describió el caso de violencia doméstica como una campaña de desprestigio de cara a las elecciones del 3 de noviembre.</p><p>“Había nueve agentes en una investigación sobre lo que fue una agresión menor que no fue registrada”, dijo Schwartzreich a Friedman en la corte.</p><p>Schwartzreich también dijo a Friedman que Campbell nunca recibió la orden de restricción mencionada en la declaración jurada del caso.</p><p>Campbell enfrentaba cargos de acoso a un testigo, un delito menor de primer grado, y agresión doméstica, también un delito menor de primer grado.</p><p>Friedman ordenó a Campbell mantenerse alejado de la víctima en el caso y de su familia, y fijó su fianza en $7,500 USD.</p><p><b>Informe relacionado</b>: <a href="https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-acusado-de-violencia-domestica-durante-su-campana-para-puesto-en-la-comision/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-acusado-de-violencia-domestica-durante-su-campana-para-puesto-en-la-comision/">Vice Alcalde de Lauderhill, acusado de violencia doméstica durante su campaña para puesto en la Comisión</a></p>]]></content:encoded></item><item><title><![CDATA[Lauderhill vice mayor campaigning for commission seat appears in Broward bond court after arrest]]></title><link>https://www.local10.com/news/local/2026/09/01/lauderhill-vice-mayor-campaigning-for-commission-seat-appears-in-broward-bond-court-after-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/lauderhill-vice-mayor-campaigning-for-commission-seat-appears-in-broward-bond-court-after-arrest/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[Richard Campbell, who has served as Lauderhill’s vice mayor since he was elected in 2022, appeared in Broward County bond court on Tuesday morning in Fort Lauderdale. ]]></description><pubDate>Tue, 01 Sep 2026 16:30:24 +0000</pubDate><content:encoded><![CDATA[<p>Richard Campbell, who has served as Lauderhill’s vice mayor since he was elected in 2022, appeared in Broward County bond court on Tuesday morning in Fort Lauderdale. </p><p><a href="https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-con-campana-por-puesto-en-la-comision-comparece-ante-tribunal-de-fianzas-de-broward-tras-su-detencion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-con-campana-por-puesto-en-la-comision-comparece-ante-tribunal-de-fianzas-de-broward-tras-su-detencion/">Leer en español</a></p><p>Campbell, 70, stood before Broward County Circuit Judge Corey B. Friedman after Lauderhill police officers arrested him<a href="https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/"> on Monday</a> afternoon for alleged domestic violence on Aug. 3.</p><p>Attorney Eric Schwartzreich represented Campbell, a physical therapist who served as commissioner from 2018 to 2020, and has been campaigning for the commission’s seat four.</p><p>“We deny these allegations, we refute them,” Schwartzreich told Friedman in court. </p><p>Before his arrest, Campbell said his accuser was an ex-girlfriend who refused to move out of his home for months, and he described the domestic violence case as a smear campaign ahead of the Nov. 3rd election. </p><p>There were “nine agents in an investigation into what was a misdemeanor battery that wasn’t recorded,” Schwartzreich told Friedman in court. </p><p>Schwartzreich also told Friedman that Campbell was never served the restraining order mentioned in the case affidavit. </p><p>Campbell faced charges of harassing a witness, a first-degree misdemeanor, and domestic battery, also a first-degree misdemeanor. </p><p>Friedman ordered Campbell to stay away from the victim in the case and her family, and he set his bond at $7,500. </p><p><b>Related report</b>: <a href="https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/">Lauderhill vice mayor accused of domestic violence as he campaigns for commission seat</a></p>]]></content:encoded></item><item><title><![CDATA[Miccosukee Tribe of Indians opens new service plaza off Tamiami Trail]]></title><link>https://www.local10.com/traffic/2026/09/01/miccosukee-tribe-of-indians-opens-new-service-plaza-off-tamiami-trail/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/09/01/miccosukee-tribe-of-indians-opens-new-service-plaza-off-tamiami-trail/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[The Miccosukee Tribe of Indians opened a new service plaza with a gas station, food court, and store on Tuesday in western Miami-Dade County. ]]></description><pubDate>Tue, 01 Sep 2026 17:59:35 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://miccosukee.com/miccosukee-tribe-history/" target="_self" rel="" title="https://miccosukee.com/miccosukee-tribe-history/">Miccosukee Tribe of Indians</a> opened a new service plaza with a gas station, food court, and store on Tuesday in western Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/09/01/tribu-indigena-miccosukee-inaugura-nueva-area-de-servicio-junto-a-alligator-alley/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/tribu-indigena-miccosukee-inaugura-nueva-area-de-servicio-junto-a-alligator-alley/">Leer en español</a></p><p>The plaza is off the Tamiami Trail at 36340 SW 8th St., west of the Miccosukee Casino &amp; Resort and east of the Miccosukee Indian Village.</p><p>The service plaza also has some educational elements on exhibit, including a large taxidermied alligator that used to roam freely in the deep Florida Everglades. </p><p>“I think it’s important for people to know about the tribe because we are the stewards of the Everglades,” said <a href="https://miccosukee.com/miccosukee-tribe-history/william-j-osceola-secretary/" target="_self" rel="" title="https://miccosukee.com/miccosukee-tribe-history/william-j-osceola-secretary/">William J. Osceola</a>, a tribal leader known as “Popeye.” </p><p>Osceola, a former Miccosukee Indian School teacher, serves as the secretary of the tribe’s <a href="https://miccosukee.com/news/elected-miccosukee-business-council-set-for-official-inauguration-ceremony/" target="_self" rel="" title="https://miccosukee.com/news/elected-miccosukee-business-council-set-for-official-inauguration-ceremony/">business council</a>, which oversees resource development. </p><p>The tribe also has a service plaza in Broward County, off Alligator Alley at Exit 49. For more information, <a href="https://miccosukee.com/service-plaza/" target="_self" rel="" title="https://miccosukee.com/service-plaza/">visit this page</a>. </p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d868.9649697120033!2d-80.5328439325339!3d25.760887071604994!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d98b3cac2a21dd%3A0x815788ff93e269c1!2sMiccosukee%20plaza!5e1!3m2!1sen!2sus!4v1788290646808!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Tribu indígena Miccosukee inaugura nueva área de servicio junto a Alligator Alley]]></title><link>https://www.local10.com/espanol/2026/09/01/tribu-indigena-miccosukee-inaugura-nueva-area-de-servicio-junto-a-alligator-alley/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/tribu-indigena-miccosukee-inaugura-nueva-area-de-servicio-junto-a-alligator-alley/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[La Tribu de Indios Miccosukee inauguró una nueva plaza de servicios con gasolinera, área de comidas y tienda en la reserva en el condado Broward y abrirá todos los días de 6 a.m. a 9 p.m.]]></description><pubDate>Tue, 01 Sep 2026 18:30:04 +0000</pubDate><content:encoded><![CDATA[<p>La Tribu de Indios Miccosukee inauguró el martes una nueva plaza de servicios con una gasolinera, área de comidas y tienda en la reserva en el oeste del condado de Miami-Dade.</p><p>La plaza de servicios abrirá todos los días de 6 a.m. a 9 p.m., a lo largo de Alligator Alley en la salida 49, hacia Snake Road, justo al este de la comunidad Ochopee del condado Collier.</p><p>En el área de comidas de la plaza de servicios hay un Dunkin’ y el Glades Café. También hay algunos elementos educativos, incluido un gran caimán disecado.</p><p>“Creo que es importante que la gente conozca a la tribu porque somos los guardianes de los Everglades”, dijo <a href="https://miccosukee.com/miccosukee-tribe-history/william-j-osceola-secretary/" target="_self" rel="" title="https://miccosukee.com/miccosukee-tribe-history/william-j-osceola-secretary/">William J. Osceola</a>, conocido entre sus amigos como “Popeye”, secretario del consejo empresarial de la tribu.</p><p>Osceola, un antiguo profesor, ocupa el cargo de <a href="https://miccosukee.com/news/elected-miccosukee-business-council-set-for-official-inauguration-ceremony/" target="_self" rel="" title="https://miccosukee.com/news/elected-miccosukee-business-council-set-for-official-inauguration-ceremony/">secretario del consejo empresarial</a> de la tribu, que supervisa el desarrollo de los recursos.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d8202.433326205386!2d-80.86113546227052!3d26.173407930727233!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88dbd4ffeba2ddb3%3A0xc9c6c978a7fef5a7!2s47801%20W%20State%20Rd%2084%2C%20Ochopee%2C%20FL%2034141!5e1!3m2!1sen!2sus!4v1788285925562!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Estudiante acusado de apuñalar a dos compañeros en el Miami Northwestern Senior High School es condenado a arresto domiciliario]]></title><link>https://www.local10.com/espanol/2026/09/01/estudiante-acusado-de-apunalar-a-dos-companeros-en-el-miami-northwestern-senior-high-school-es-condenado-a-arresto-domiciliario/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/estudiante-acusado-de-apunalar-a-dos-companeros-en-el-miami-northwestern-senior-high-school-es-condenado-a-arresto-domiciliario/</guid><dc:creator><![CDATA[Trent Kelly, Ryan Mackey]]></dc:creator><description><![CDATA[Un juez ordenó que el adolescente, acusado de apuñalar a dos compañeros, permanezca bajo arresto domiciliario con monitoreo electrónico y sin contacto con la víctima.]]></description><pubDate>Tue, 01 Sep 2026 17:47:52 +0000</pubDate><content:encoded><![CDATA[<p>Un estudiante acusado de <a href="https://www.local10.com/espanol/2026/08/31/dos-adolescentes-son-hospitalizados-tras-apunalamiento-en-miami-northwestern-senior-high-school-segun-autoridades/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/31/dos-adolescentes-son-hospitalizados-tras-apunalamiento-en-miami-northwestern-senior-high-school-segun-autoridades/">apuñalar a dos de sus compañeros de clase</a> durante una pelea en Miami Northwestern Senior High School el lunes compareció ante un juez un día después, mientras los fiscales dijeron que tienen la intención de procesarlo como adulto.</p><p>El juez ordenó que el adolescente, cuya identidad aún no ha sido revelada, permanezca bajo arresto domiciliario con monitoreo electrónico y le prohibió tener contacto con la víctima.</p><p>El caso se deriva de una pelea ocurrida poco antes de las 12:30 p.m. del lunes dentro de un pasillo trasero de la escuela de Liberty City, que dejó a un joven de 18 años con una herida de arma blanca y a uno de 15 años con una cortada en la mano después de que ocurriera un altercado en la escuela ubicada en 1100 NW 71st St., en el vecindario de Liberty City, según funcionarios de Miami Fire Rescue.</p><p>Las autoridades dijeron que el joven de 18 años fue trasladado al Ryder Trauma Center del Jackson Memorial Hospital en condición estable. El estudiante más joven también fue hospitalizado y se encontraba en condición estable.</p><p>Los padres del sospechoso dijeron a Trent Kelly, de Local 10, después de la audiencia del martes que su hijo había sido maltratado y amenazado por otros estudiantes durante días.</p><p>“Estaba amenazando a mi hijo, maltratándolo”, dijo el padre del adolescente.</p><p>Un estudiante que habló con los reporteros el lunes dijo que el acoso escolar pudo haber influido en el enfrentamiento.</p><p>Un abogado de oficio también señaló que, según el atestado de la detención del adolescente, este fue agredido por dos personas y, en un primer momento, era la presunta víctima.</p><p>Un video grabado con un teléfono celular que circula en redes sociales muestra a un grupo de estudiantes reunidos en un pasillo antes de que dos adolescentes aparentemente confronten al estudiante acusado. El video parece mostrar a los dos golpeándolo y pateándole la cabeza mientras está en el suelo.</p><p>Los dos adolescentes luego huyen. El estudiante que había sido atacado se levanta y aparentemente los persigue.</p><p>“Cuando volvió a levantarse, sacó algo de su bolsillo, que era un cuchillo, y comenzó a perseguir a la persona”, dijo otro estudiante.</p><p>El incidente provocó un cierre de emergencia en la escuela mientras las autoridades buscaban al sospechoso, dijeron los estudiantes.</p><p>“Pusieron a la escuela bajo cierre. Como, ¿qué pasa si está persiguiendo a una persona con un cuchillo en la mano?”, dijo un estudiante.</p><p>No se han producido más detenciones hasta ahora.</p>]]></content:encoded></item><item><title><![CDATA[Dan visto bueno tras cierre de dos colegios de Hollywood cierran por “amenaza potencial” informan autoridades]]></title><link>https://www.local10.com/espanol/2026/09/01/dos-colegios-de-hollywood-cierran-por-amenaza-potencial-segun-autoridades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/dos-colegios-de-hollywood-cierran-por-amenaza-potencial-segun-autoridades/</guid><dc:creator><![CDATA[Ryan Mackey, Jolena Esperto]]></dc:creator><description><![CDATA[La escuela secundaria Hollywood Hills High School y la escuela primaria Stirling Elementary School puestas bajo confinamiento la mañana del martes  mientras autoridades investigaban una “posible amenaza” en el área. ]]></description><pubDate>Tue, 01 Sep 2026 14:26:35 +0000</pubDate><content:encoded><![CDATA[<p>Tras una investigación, autoridades dan el “todo despejado” luego de que Hollywood Hills High School y Stirling Elementary School fueran puestas bajo cierre de emergencia la mañana del martes mientras las autoridades policiales investigaban lo que calificaron como una “posible amenaza” en el área.</p><p>Un portavoz de las Escuelas Públicas del Condado Broward dijo a Local 10 News que todos los estudiantes y empleados están a salvo. También confirmaron que los directores de ambas escuelas “se mantuvieron en comunicación con los padres y las familias durante todo el día para mantenerlos informados sobre la situación”.</p><p>Hollywood Hills High School está ubicada en 5400 Stirling Road, mientras que Stirling Elementary School está ubicada en 5500 Stirling Road. Ambas escuelas están en Hollywood.</p><p>Funcionarios del Departamento de Policía de Hollywood dijeron que los agentes realizaban una investigación cerca de 56th Avenue y Stirling Road.</p><p>Sky 10 sobrevoló la escena alrededor de las 9:45 a.m. y observó una fuerte presencia policial en los campus escolares mientras los agentes investigaban el área.</p><p>“Por precaución, las escuelas en el área inmediata fueron puestas bajo confinamiento mientras los agentes realizan su investigación”, escribió la Policía de Hollywood <a href="https://www.facebook.com/HollywoodFLPoliceDepartment/posts/pfbid032VmvRynonTMHCWjzcxdqfCwoq3Wsi5hg9yYbNob39CdeCfjx2KsifB9iLrHC1tsBl?rdid=9EzrMBGmYeM4n1yL#" target="_self" rel="" title="https://www.facebook.com/HollywoodFLPoliceDepartment/posts/pfbid032VmvRynonTMHCWjzcxdqfCwoq3Wsi5hg9yYbNob39CdeCfjx2KsifB9iLrHC1tsBl?rdid=9EzrMBGmYeM4n1yL#">en un comunicado en Facebook</a>.</p><p>No se dieron a conocer de inmediato detalles adicionales sobre la amenaza reportada.</p>]]></content:encoded></item><item><title><![CDATA[All clear given after 2 Hollywood schools placed on lockdown over ‘potential threat,’ officials say ]]></title><link>https://www.local10.com/news/local/2026/09/01/hollywood-hills-high-school-placed-on-lockdown-over-potential-threat-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/hollywood-hills-high-school-placed-on-lockdown-over-potential-threat-officials-say/</guid><dc:creator><![CDATA[Ryan Mackey, Jolena Esperto]]></dc:creator><description><![CDATA[Hollywood Hills High School was placed on lockdown Tuesday morning while law enforcement investigated what they called a “potential threat” in the area.]]></description><pubDate>Tue, 01 Sep 2026 14:05:22 +0000</pubDate><content:encoded><![CDATA[<p>An “all clear” has been given after Hollywood Hills High School and Stirling Elementary School were placed on lockdown Tuesday morning while law enforcement investigated what authorities called a “potential threat” in the area.</p><p><a href="https://www.local10.com/espanol/2026/09/01/dos-colegios-de-hollywood-cierran-por-amenaza-potencial-segun-autoridades/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/dos-colegios-de-hollywood-cierran-por-amenaza-potencial-segun-autoridades/">Leer en español</a></p><p>A Broward County Public Schools spokesperson told Local 10 News that all students and staff are safe. They also confirmed that the principals of both schools “remained in communication with parents and families throughout the day to keep them updated on the situation.” </p><p>Hollywood Hills High School is located at 5400 Stirling Road, while Stirling Elementary School is located at 5500 Stirling Road. Both schools are in Hollywood. </p><p>Hollywood Police Department officials said officers were conducting an investigation near 56th Avenue and Stirling Road.</p><p>Sky 10 flew over Hollywood Hills High School at about 9:45 a.m. and observed a heavy police presence on the school’s campus as officers investigated the area.</p><p>“Out of an abundance of caution, schools in the immediate area have been placed on lockdown while officers conduct their investigation,” Hollywood police wrote in a <a href="https://www.facebook.com/share/p/18EchXZHhU/" rel="" title="https://www.facebook.com/share/p/18EchXZHhU/">statement on Facebook</a>.</p><p>No additional details about the reported threat were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Deputy hospitalized after crash on Turnpike in northwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/09/01/deputy-hospitalized-after-crash-on-turnpike-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/deputy-hospitalized-after-crash-on-turnpike-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami-Dade Sheriff’s Office deputy was hurt in a crash Tuesday afternoon on Florida’s Turnpike in northwest Miami-Dade County, authorities confirmed. ]]></description><pubDate>Tue, 01 Sep 2026 19:16:41 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade Sheriff’s Office deputy was hurt in a crash Tuesday afternoon on Florida’s Turnpike in northwest Miami-Dade County, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/09/01/agente-de-hospitalizado-tras-accidente-en-turnpike-al-noroeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/agente-de-hospitalizado-tras-accidente-en-turnpike-al-noroeste-de-miami-dade/">Leer en español</a></p><p>Deputies said the crash occurred on the Turnpike near Northwest 41st Street, before Exit 29, also known as the Homestead Extension. </p><p>Sky 10 flew over the scene as at least five lanes were blocked while Road Rangers worked to clear debris from the roadway.</p><p>MDSO officials confirmed that one of its deputies was involved in the crash. The deputy, who has not yet been identified, was transported to a hospital in stable condition.</p><p>A MDSO spokesperson said the agency’s Traffic Homicide Unit is handling the investigation.</p><p>They said the scene is expected to remain active for some time because of the debris and cleanup.</p><p>Drivers in the area are urged to move over or slow down when approaching emergency and road service crews.</p><p>Authorities have not said how many vehicles were involved or whether anyone else was hospitalized.</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 hospitalizado tras accidente en Turnpike al noroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/01/agente-de-hospitalizado-tras-accidente-en-turnpike-al-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/agente-de-hospitalizado-tras-accidente-en-turnpike-al-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un agente de la Oficina del Sheriff de Miami-Dade resultó herido en un accidente ocurrido en Florida’s Turnpike, cerca de Northwest 41st Street, antes de la salida 29.]]></description><pubDate>Tue, 01 Sep 2026 19:38:31 +0000</pubDate><content:encoded><![CDATA[<p>Un agente de la Oficina del Sheriff de Miami-Dade resultó herido en un accidente ocurrido el martes por la tarde en Florida’s Turnpike, en el noroeste del condado Miami-Dade, confirmaron las autoridades.</p><p>Los agentes dijeron que el accidente ocurrió en Turnpike cerca de Northwest 41st Street, antes de la salida 29, también conocida como Homestead Extension.</p><p>Sky 10 sobrevoló la escena mientras al menos cinco carriles permanecían bloqueados mientras Road Rangers trabajaban para retirar escombros de la carretera.</p><p>Funcionarios de MDSO confirmaron que uno de sus agentes estuvo involucrado en el accidente. El agente, cuya identidad aún no ha sido revelada, fue trasladado a un hospital en condición estable.</p><p>Un portavoz de MDSO dijo que la Unidad de Investigación de Accidentes de Tránsito de la agencia está a cargo de la investigación.</p><p>Dijeron que se espera que la escena permanezca activa durante algún tiempo debido a los escombros y las labores de limpieza.</p><p>Se insta a los conductores en el área a cambiarse de carril o reducir la velocidad al acercarse a equipos de emergencia y cuadrillas de servicio vial.</p><p>Las autoridades no han dicho cuántos vehículos estuvieron involucrados ni si alguien más fue hospitalizado.</p>]]></content:encoded></item><item><title><![CDATA[Bessent says G20 countries should also use tariffs to protect their industries from cheap imports]]></title><link>https://www.local10.com/business/2026/09/01/bessent-says-g20-countries-should-also-use-tariffs-to-protect-their-industries-from-cheap-imports/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/bessent-says-g20-countries-should-also-use-tariffs-to-protect-their-industries-from-cheap-imports/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[ASHEVILLE, N.C. (AP) — Treasury Secretary Scott Bessent says he's urging some of his G20 counterparts to take a page from the Trump administration's playbook of using tariffs and other measures to crack down on trade imbalances.]]></description><pubDate>Tue, 01 Sep 2026 20:11:48 +0000</pubDate><content:encoded><![CDATA[<p>ASHEVILLE, N.C. (AP) — Treasury Secretary Scott Bessent says he's urging some of his G20 counterparts to take a page from the Trump administration's playbook of using tariffs and other measures to crack down on trade imbalances.</p><p>Bessent told reporters that he had warned other nations at the beginning of President Donald Trump ’s second term that the new U.S. “tariff wall” would mean that Chinese goods would flood their markets.</p><p>“And unfortunately, I was right,” Bessent told reporters on the sidelines of the G20 finance minister meetings. “The rest of the world probably needs to take a hard look at what they should be doing to protect their citizens’ jobs, their manufacturing base, so that everything they do doesn’t get offshored.”</p><p>The Trump administration's tariff policies have been criticized by economists and politicians for raising costs for U.S. consumers and, in many cases, for punishing allies. The Tax Foundation, an independent think tank, found that the tariffs imposed by the Trump administration throughout 2025 raised the overall retail price of imported consumer goods by roughly 7% relative to pre-tariff trends.</p><p>Ultimately, the U.S. Supreme Court in February decided that the sweeping global tariffs that Trump imposed under an emergency powers law during his second term in office were unconstitutional. The Trump administration has been overhauling its approach, and is eyeing an additional 7.5% tariff on Chinese imports after investigating alleged Chinese excess industrial capacity and forced-labor regulations.</p><p>Bessent met with his counterparts from China at the summit, though he did not provide details of how those talks went.</p><p>“I often say in our trade discussions with China that we do not want to pull apart from them, but we have to de-risk,” Bessent said during a conversation on Tuesday with Fox Business commentator Larry Kudlow, who was a top economic adviser to Trump in his first term.</p><p>“We have more in common with the Chinese on Iran than we disagree on," Bessent said. "The Chinese agree Iran cannot have a nuclear weapon. The Chinese agree that there should be freedom of navigation in the Strait of Hormuz.”</p><p>Bessent has said China's trade surplus, which reached a record-high $1.2 trillion in 2025, is a barrier to global economic growth — as well as what he calls excessive regulation.</p><p>Global debt has reached a record high of $353 trillion, with the U.S. debt reaching a record $40 trillion in August. Markets have been concerned about a sell-off in U.S. government bonds, but Bessent told reporters “I don't think we’re in any kind of dire situation” on bond markets.</p><p>Meanwhile, the presence of Russian Finance Minister Anton Siluanov, has continued to agitate attendees of the conference hosted by the U.S. Siluanov met with Bessent on Monday on the sidelines of the meeting, but was not included in the traditional “family photo” of ministers.</p><p>Canadian Finance Minister François-Philippe Champagne said Russia’s attendance at the G20 finance meeting “created a lot of discomfort around the table, not only from Canada, but from colleagues around the table.”</p><p>“We have made sure our discomfort is being heard by colleagues with respect to who is in attendance at the meeting,” Champagne said.</p><p>European commissioner for the Economy, Valdis Dombrovskis, said during a press conference with reporters Tuesday that it is not the time to “normalize” relations with Russia.</p><p>___</p><p>Associated Press reporter Rob Gillies in Toronto contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7YGTBK3VYQPYL7MZZG64TG74AE.jpg?auth=41f25b20643c066b6b844edb0f009c0f07446999b0da626beaa8b0e52a372cb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to reporters at the G20 Finance Ministerial in Asheville, N.C., Tuesday, Sept. 1, 2026. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5DJOF7C4U3ENDRCWR2UYYKPNZQ.jpg?auth=e1ad6b8601731bfb212fb392fd2d4fd64fa2b32464a380b6fd39aa34f234c123&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks to reporters at the G20 Finance Ministerial in Asheville, N.C., Tuesday, Sept. 1, 2026.(AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[MLB's Los Angeles Angels to be sold to Rams and Arsenal owner Stan Kroenke]]></title><link>https://www.local10.com/sports/2026/09/01/mlbs-los-angeles-angels-to-be-sold-to-rams-and-arsenal-owner-stan-kroenke/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/mlbs-los-angeles-angels-to-be-sold-to-rams-and-arsenal-owner-stan-kroenke/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[ANAHEIM, Calif. (AP) — Kroenke Sports and Entertainment has reached a deal to purchase controlling ownership of the Los Angeles Angels from Arte Moreno, expanding its sprawling empire of teams across every major U.S. professional sport with the addition of the beleaguered baseball club.]]></description><pubDate>Tue, 01 Sep 2026 20:03:50 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Kroenke Sports and Entertainment has reached a deal to purchase controlling ownership of the Los Angeles Angels from Arte Moreno, expanding its sprawling empire of teams across every major U.S. professional sport with the addition of the beleaguered baseball club.</p><p>The company led by Stan Kroenke made the surprising announcement Tuesday, saying it expects to close the transaction in early 2027. Major League Baseball, which must approve any sale, didn't immediately comment on the news.</p><p>Kroenke’s company owns the NFL’s Los Angeles Rams, Premier League champion Arsenal, the NBA’s Denver Nuggets, the NHL’s Colorado Avalanche, Major League Soccer’s Colorado Rapids and SoFi Stadium, along with the large Hollywood Park campus around the multibillion-dollar Inglewood arena. The conglomerate has now moved into baseball with the Angels, whose turbulent 23-year tenure under Moreno’s ownership will finally come to an end.</p><p>“The Angels are a storied franchise anchored in a great market," Kroenke said in a statement. "We look forward to an exciting future with the Angels organization.”</p><p>Moreno, an outdoor advertising magnate from Arizona, bought the Angels from the Walt Disney Company in 2003. While the club had steady success in its first years under Moreno with much of the roster that won the 2002 World Series, winning five AL West titles in six seasons during the 2000s, the Halos have entered a period of decline since their most recent playoff victory in 2009.</p><p>At 53-85, the AL-worst Angels are currently headed to their 11th consecutive losing season and their 12th consecutive non-playoff season, both the longest active streaks in the majors.</p><p>Incredibly, they’ve made the playoffs just once during the 16-year career of three-time AL MVP outfielder Mike Trout, who teamed with two-time AL MVP Shohei Ohtani for six straight seasons with no success.</p><p>In sharp contrast, Kroenke's teams consistently have been among their sports' absolute best in recent seasons.</p><p>The Rams, the Avalanche, the Nuggets and Arsenal have all won championships in their respective leagues over the past five years, and all four teams remain serious title contenders during a renaissance for an ownership group that was once criticized for its early struggles in English soccer and its decision to move the Rams from St. Louis back to Los Angeles.</p><p>A significant portion of the Angels’ struggles over the past two decades can be attributed to the 80-year-old Moreno, who has repeatedly inserted himself into personnel decisions while presiding over the rest of his organization with much less interest or acumen.</p><p>While he spent aggressively on payroll in his attempts to build a winner, his biggest moves usually backfired, with a series of high-profile acquisitions who produced a fraction of their anticipated impact. His acquisitions of Anthony Rendon, Gary Matthews Jr., Josh Hamilton and many others were expensive disasters, while even his landmark $240 million free-agent contract for Albert Pujols didn't result in the homers or the victories expected from the price tag.</p><p>Moreno has been roundly criticized for skimping on infrastructure, resources and support staff throughout his organization compared to other MLB teams. The Angels have also endured numerous troubles off the field during Moreno's tenure, from the drug-related death of pitcher Tyler Skaggs to numerous smaller scandals.</p><p>Despite Moreno's much-derided decision to change the franchise's name from the Anaheim Angels in an attempt to build a more national brand, the team remained a healthy box office draw to its loyal Orange County fans during most of his tenure — but the fan base had lost patience in recent years. Angel Stadium's slightly smaller crowds this season have regularly chanted “Sell the team!” and derided Moreno by name.</p><p>The lack of success clearly began to wear on Moreno, whose children reportedly aren't interested in carrying on in the baseball business. Moreno publicly explored a sale of the Angels in 2022, only to pull the team off the market in early 2023.</p><p>Significant positive change occurred earlier this year when Moreno fired general manager Perry Minasian and hired John Mozeliak on a temporary basis to run his baseball operations. Mozeliak, the longtime St. Louis Cardinals baseball boss, has already made significant changes to reshape the long-stagnant operation while starting a rebuild of sorts after years of resistance from Moreno.</p><p>“The Moreno family has been honored to steward the Angels for 23 years, and we believe with KSE’s experience and success, they are the best next owner for the franchise,” Moreno said in a statement. “The Angels organization looks forward to continuing its commitment to the fans, our employees, the players and our business partners.”</p><p>Moreno, a Mexican-American, was the majors' first Latino majority owner, and he remained the only one until Puerto Rico-born billionaire José E. Feliciano closed his purchase of the San Diego Padres last month. Latino and Hispanic players comprise roughly 30% of major league rosters.</p><p>Kroenke Sports and Entertainment will be only the fourth permanent owner of the Angels, who were founded as an AL expansion club in 1961 by early Hollywood star Gene Autry. His widow, Jackie, temporarily owned the team for a year after his death before selling it to Disney in 1999.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6CVO6URUAJVXW5EHWX2C4CLATM.jpg?auth=fc045438291b1738d633b9810e00d277d5ebee9161d81bc6ff2c6155b8087a76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People line up outside Angel Stadium prior to a baseball game between the Los Angeles Angels and the Cleveland Guardians, Aug. 24, 2026, in Anaheim, Calif. (AP Photo/Jayne Kamin-Oncea, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PMF2SJUYHF6OTUS6VBMBC54U4U.jpg?auth=fe6e948c6f929fd68dfd1ac06c63bad74b38163d86a019478d61c21d041c35a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Rams owner Stan Kroenke arrives before an NFL football owners meeting on Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Pennsylvania police officer charged with voluntary manslaughter in killing of college student]]></title><link>https://www.local10.com/news/national/2026/09/01/pennsylvania-police-officer-charged-with-voluntary-manslaughter-in-killing-of-college-student/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/01/pennsylvania-police-officer-charged-with-voluntary-manslaughter-in-killing-of-college-student/</guid><dc:creator><![CDATA[By TASSANEE VEJPONGSA and KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[NORRISTOWN, Pa. (AP) — A Pennsylvania police officer who fatally shot a 22-year-old college student, who had ended up at the wrong house late at night and was waiting for friends to pick him up, has been charged with voluntary manslaughter, a prosecutor said Tuesday.]]></description><pubDate>Tue, 01 Sep 2026 20:06:31 +0000</pubDate><content:encoded><![CDATA[<p>NORRISTOWN, Pa. (AP) — A Pennsylvania police officer who fatally shot a 22-year-old college student, who had ended up at the wrong house late at night and was waiting for friends to pick him up, has been charged with voluntary manslaughter, a prosecutor said Tuesday.</p><p>Montgomery County District Attorney Kevin Steele said Upper Pottsgrove Police Cpl. Sean Farrell, 58, is charged in the Aug. 23 death of Glenwood Earl Pysher IV. The prosecutor said the officer had less-than-lethal options and did not need to resort to shooting Pysher during the encounter.</p><p>The Montgomery County Detective Bureau investigated the shooting and reviewed footage from Farrell’s body-worn camera, the district attorney’s office said in a news release.</p><p>“The investigation found that Cpl. Farrell had less-than-lethal options on his utility belt that he did not employ, including a taser. At the time of the shooting, the officer was a safe distance from Pysher behind a car, and the victim had his hands in the air and did not possess any type of weapon. Mr. Pysher was not a threat. This is not a legal use of deadly force, leading to the charge of Voluntary Manslaughter,” Steele said in a news release.</p><p>An attorney for Pysher's family issued a statement thanking the prosecutor.</p><p>“The family is grateful for the work of the Montgomery County District Attorney’s office and they are looking forward to justice in this horribly tragic, preventable and reckless conduct that took the life of their son,” said attorney Ken Fulginiti.</p><p>Farrell turned himself in to the Montgomery County Detectives on Tuesday. Magisterial District Judge Kathleen Rebar set bail at $75,000, and Farrell must turn in all weapons to the state police as a condition of his release, a spokesperson for the district attorney's office said. He has a preliminary hearing set for Sept. 10.</p><p>Farrell was the first officer on the scene after a resident called 911 to report someone trying to break into the back door of a home. Farrell’s body-worn camera showed the officer walking down the driveway with his gun drawn, using its light to illuminate the way, the release says.</p><p>Standing behind a car in the driveway, Farrell saw Pysher on the home’s patio, near the back door. Farrell yelled, “Police, let me see your hands.” Then he yelled, “Hands up, hands up now, drop to the ground.”</p><p>Pysher is seen on video raising his hands as he began walking toward the officer and continuing to walk in that direction as the officer yelled, “Drop to the ground,” the release said. Farrell again yelled, “Drop to the ground,” then yelled, “Stop or I'll...” But before he finished the sentence, Farrell fired two shots, hitting Pysher twice in the chest, the district attorney's office said.</p><p>Pysher was 17 to 20 feet (5 to 6 meters) from the officer when he was shot, the release says.</p><p>The investigation found that Pysher had been out at several bars earlier in the evening to celebrate a friend's 21st birthday. A designated driver drove the group to the home of the person whose birthday it was around 11 p.m., and Pysher left about half an hour later to walk half a mile to another friend's house to keep drinking but ended up at the wrong house, the release says.</p><p>Pysher's father has said he believes, based on what his son's friends have told him, that his son tried to enter what he thought was his friend's house.</p><p>“He tried to open the doorknob and obviously startled the homeowner,” Glen Pysher told The Associated Press last week. “From what we understand, he announced, ‘Hey! Open the door!’ because he thought he was at his friend’s house.”</p><p>His son then sat down on the back porch and contacted his friends, who realized he was in the wrong place and set out to find him, the father said.</p><p>—-</p><p>Brumback reported from Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PHBT4ST3WRJB57KW36LDHCMCOQ.jpg?auth=b5e34dc97af6e4b1c14d635fc1acb04ae0ae743eefeb3a87f8166aa7293e930a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Glenwood Pysher III, watches as pallbearers carry a casket containing the remains of his son Glenwood "Bubba" Pysher IV who was killed by police, in Pottstown, Pa., Monday, Aug. 31, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UU2KDMOJW66X3X6KMNC6DDUS2M.jpg?auth=9074f9fa002015570c41e94722744aafc89e94efe683be45941a061ac5d6288e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Erin Pysher shows Glenwood Pysher IV, who was fatally shot by police in Upper Pottsgrove Township, Penn. on Sunday, Aug. 23, 2026. (Erin Pysher via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Pysher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNA24KHZF7SUFIIZNLMO352VLA.jpg?auth=d19543e3c0417b96f1d5305789a4f5a6e45f9edc2fb8f06814d12fcf9eab4ec5&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 Montgomery County District Attorney's Office Tuesday, Sept. 1, 2026, shows Upper Pottsgrove Police Cpl. Sean Farrell. (Montgomery County District Attorney's Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ER5WY5AHMMOZIMNS6HGHUI7QEU.jpg?auth=13c4c346b4486b791bd82e5ddc8096881c17155bb5fb51ffe9a387dfbdfd8242&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pallbearers carry a casket containing the remains of Glenwood "Bubba" Pysher IV who was killed by police in Pottstown, Pa., Monday, Aug. 31, 2026. (AP Photo/Matt Rourke)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7IWKQGOK7I3CBTOQL5KMJW44A.jpg?auth=cd7ee64d24065846038fb9982c06ea6cda0acfbce19193b82eaa46ed6519d237&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image from body camera video released by the Montgomery County District Attorney's Office shows Glenwood Earl Pysher IV seconds before he was shot on Sunday, Aug. 23, 2026, in Norristown, Pa. (Montgomery County District Attorney's Office via AP)]]></media:description></media:content></item><item><title><![CDATA[Man shoots victim while ‘recording videos’ at North Bay Village short-term rental, police say ]]></title><link>https://www.local10.com/news/local/2026/08/31/man-shoots-victim-while-recording-videos-at-north-bay-village-airbnb-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/31/man-shoots-victim-while-recording-videos-at-north-bay-village-airbnb-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[North Bay Village police said a man shot and wounded a victim as the two were “listening and singing to music while recording videos” at an Airbnb on Harbor Island early Sunday morning.]]></description><pubDate>Mon, 31 Aug 2026 18:03:16 +0000</pubDate><content:encoded><![CDATA[<p>North Bay Village police said a man shot and wounded a victim as the two were “listening and singing to music while recording videos” at a short-term rental apartment early Sunday morning.</p><p><a href="https://www.local10.com/espanol/2026/08/31/hombre-dispara-y-hiere-a-una-persona-mientras-grababan-videos-en-un-airbnb-de-north-bay-village-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/31/hombre-dispara-y-hiere-a-una-persona-mientras-grababan-videos-en-un-airbnb-de-north-bay-village-segun-la-policia/">Leer en español</a></p><p>According to the North Bay Village Police Department, the shooting happened within a unit at the Bayshore Yacht &amp; Tennis Club condominium building at 7904 West Drive on Harbor Island.</p><p>NBVPD officers responded just before 1:30 a.m. Sunday after receiving a report of the shooting and arrested Myles Jerami Bethel, 23, of Miramar.</p><p>They said multiple people were staying inside of the short-term rental. </p><p>According to police, one witness said as he was sitting on the couch as Bethel and the victim recorded videos he “heard a loud bang and saw a flash,” causing him to look up and see Bethel holding a gun and the victim “drop to the floor.”</p><p>An NBVPD report states that the witness saw a pool of blood after the victim rolled over and had a panic attack and went out to the balcony. That man’s girlfriend told police she was in the bedroom at the time and heard the bang and screams and called 911. Police said she told Bethel to apply pressure to the victim’s wound.</p><p>Police said they were unable to speak to the victim, who was in surgery. They said Bethel did not speak to officers.</p><p>The report does not state whether investigators have determined whether the shooting was intentional.</p><p>Bethel is facing a charge of shooting or throwing a deadly missile and was being held in the Turner Guilford Knight Correctional Center on a $2,500 bond as of Monday afternoon.</p><p><i>Editor’s note: A police report described the short-term rental as an Airbnb, which was reflected in the original version of this article. The article was updated after an Airbnb representative told Local 10 News that it had no record of the unit in its system.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HHFXZDZI5JGXJD3XGQSA6WC4EQ.jpg?auth=ae1c1046b8fa0264f824641723a8563e4d42624b0631e05105ae9023f05eadf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Myles Bethel]]></media:description></media:content></item><item><title><![CDATA[Jury convicts a man of first-degree murder for the 1996 killing of rap icon Tupac Shakur]]></title><link>https://www.local10.com/entertainment/2026/08/31/jury-convicts-a-man-of-first-degree-murder-for-the-1996-killing-of-rap-icon-tupac-shakur/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/31/jury-convicts-a-man-of-first-degree-murder-for-the-1996-killing-of-rap-icon-tupac-shakur/</guid><dc:creator><![CDATA[By JESSICA HILL and JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — A jury found Duane “Keffe D” Davis guilty of orchestrating the 1996 killing of rap icon Tupac Shakur, finally bringing a measure of resolution to a case that had gripped hip-hop fans and lingered in the public imagination for decades.]]></description><pubDate>Tue, 01 Sep 2026 02:17:05 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — A jury found Duane “Keffe D” Davis guilty of orchestrating the 1996 killing of rap icon Tupac Shakur, finally bringing a measure of resolution to a case that had gripped hip-hop fans and lingered in the public imagination for decades.</p><p>The 63-year-old Davis was convicted Monday of a single count of murder with a deadly weapon and could be sentenced to life in prison. The jury deliberated for less than three hours after a weekslong trial in Las Vegas.</p><p>After the verdict was read, Shakur’s sister, Sekyiwa “Set” Shakur, cried and hugged the prosecutors. Davis’ son covered his face with one hand.</p><p>Chief Deputy District Attorney Binu Palal told jurors in closing arguments earlier Monday that Davis acquired a gun and “went hunting” for Shakur and Death Row Records co-founder Marion “Suge” Knight after the men had beaten up Davis’ nephew earlier that night.</p><p>“He is responsible of the murder of Tupac Shakur,” Palal said. “Tell him you hear him. Find him guilty.”</p><p>Prosecutors said that while his story had changed over the years, Davis repeatedly placed himself inside a white Cadillac from which the shots were fired. And they said that while he did not pull the trigger, evidence showed he’d called for the gunfire as a powerful gang leader the younger men in the car, including his nephew, were going to listen to.</p><p>Defense attorney Michael Sanft asked jurors if there was any evidence that Davis had ever called the shots before or after the shooting.</p><p>The panel of 16 jurors, four of whom are alternates, heard testimony from 24 prosecution witnesses and three defense witnesses over nine days.</p><p>The prosecution said the state would dismiss a gang enhancement charge due to witness logistics. Prosecutors declined to comment following the verdict, and members of Shakur’s family said they were waiting until sentencing, which is scheduled for October.</p><p>The decades-old case has drawn the attention of hip-hop fans and crime experts alike</p><p>The trial brought to a head a decades-old case that for years has drawn the attention of hip-hop fans and true crime experts alike. Shakur, who was considered one of the most influential rappers of all time, was in Las Vegas on Sept. 7, 1996, and stopped at a red light when a white Cadillac pulled up beside him, and shots were fired. He died six days later from his wounds. Knight was also wounded but survived.</p><p>For years, nobody had been charged in the rapper’s death until Davis began making public statements, saying he was in the Cadillac and gave the gun to others in the backseat, calling the shooting a retaliation for the earlier beating of his nephew. Davis is the only person still alive among the four men prosecutors say were in the Cadillac.</p><p>Witnesses described the hostile rivalry between the Los Angeles gang sects Mob Piru and Davis’ Southside Compton Crips leading up to Shakur’s death and how the gangs became affiliated with Knight’s Death Row Records and Sean “Diddy” Combs’ Bad Boy Records.</p><p>Defense argued public statements were untrue, and physical evidence was lacking</p><p>Sanft, Davis’ attorney, argued there was no physical evidence connecting his client to the shooting. He said the book Davis co-authored and the public statements he made were dramatized bravado designed to make money, not to tell the truth.</p><p>Throughout the trial, Sanft poked holes in prosecutors’ narrative. He said investigators did not back up the claims made by his client, and he repeatedly pointed out a lack of physical evidence, such as phone records, that showed Davis was the shot caller.</p><p>“They have nothing in this case that says that man was here in Las Vegas on Sept. 7, 1996,” Sanft said during his closing argument.</p><p>In a rebuttal argument, prosecutor Marc DiGiacomo pointed to a scrapbook Davis kept containing articles about Shakur.</p><p>“This guy’s scrapbooking his murder, for God’s sake,” DiGiacomo told jurors.</p><p>Davis’ own words were front and center</p><p>Palal held up Davis’ 2019 memoir, “Compton Street Legend,” and played an interview in which Davis encouraged people to buy it to get the “real truth.” Although the book contains a disclaimer saying some facts were changed, prosecutors argued the central account did not.</p><p>Sanft also turned to his client’s memoir during his closing argument. While reading an excerpt, he said the N-word aloud, prompting people watching in an overflow courtroom to recoil and shake their heads.</p><p>In multiple interviews, Davis said he handed the gun to the back seat, but in others as well as in his book, Davis wouldn’t say who pulled the trigger.</p><p>Gang and record label rivalries provided the backdrop</p><p>While insisting Davis’ words alone were enough to convict him, prosecutors said a gang rivalry helped explain why the shooting happened.</p><p>Witnesses described the hostile rivalry between the Los Angeles gang sects leading up to Shakur’s death, and how the gangs became affiliated with two rival labels — Mob Piru with Knight’s Death Row Records and the South Side Compton Crips with Sean “Diddy” Combs’ Bad Boy Records.</p><p>The shooting death of Bad Boy’s the Notorious B.I.G. six months after Shakur came up many times during the trial, with law enforcement witnesses saying Davis was briefly a suspect in that killing before being discounted. That case, which has also been an obsession of hip-hop fans, remains unsolved.</p><p>___</p><p>Landrum Jr. reported from Los Angeles. Associated Press journalists Rio Yamat in Las Vegas and Andrew Dalton in Los Angeles contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/62JRKKPKW7EBB73QSKMTU5CCCE.jpg?auth=496a21c4a761d015bd2d0bb09ec39a3cee7674cfdb6ed89acd4d669fada11a04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis, right, and his attorney Michael Sanft sit in a courtroom after a jury found Davis guilty of first-degree murder in his trial related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center, Monday, Aug. 31, 2026, in Las Vegas. (Bizuayehu Tesfaye/Las Vegas Review-Journal via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Bizuayehu Tesfaye</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLI3W4RTOKSP5FKGM5IN55XSDQ.jpg?auth=fe994c2e4d20545b2759b97198a76ead8233ffedad3e0e2b49277d5fb2f6f9de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis stands during a break in closing arguments during his murder trial, related to the 1996 killing of rapper Tupac Shakur, in Clark County District Court at the Regional Justice Center in Las Vegas, Monday, Aug. 31, 2026. (Steve Marcus/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIFU6HVT6LF47GENRLQQMJRAWY.jpg?auth=fa86276c390c52c3027f121d295eba083512a1f8b6c04b391cf64060dc90a8d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Tupac Shakur attends a voter registration event in South Central Los Angeles, Aug. 15, 1996. (AP Photo/Frank Wiese, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Wiese</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7DMGUE3X6DR7J5HYLRTL7XRRI4.jpg?auth=a33b2e04787da1902c3ac322333c66268408fb47e8cb15c2a948285854720dfc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis listens to closing arguments in the his murder trial, related to the 1996 killing of rapper Tupac Shakur, in Clark County District Court at the Regional Justice Center in Las Vegas, Monday, Aug. 31, 2026. (Steve Marcus/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Marcus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QTAJFCY7QUH5PGULZ3Y7IDQXC4.jpg?auth=51cf5eef45ae5cc6458175040952a44e8f17db34f97ff98c760d62917f81b257&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duane Davis gestures as he is led out of a courtroom after a jury found him guilty of first-degree murder in his trial related to the 1996 killing of rapper Tupac Shakur, at Clark County District Court Regional Justice Center, Monday, Aug. 31, 2026, in Las Vegas. (Bizuayehu Tesfaye/Las Vegas Review-Journal via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Bizuayehu Tesfaye</media:credit></media:content></item><item><title><![CDATA[House passes short-term funding bill to avoid a shutdown before the election]]></title><link>https://www.local10.com/news/politics/2026/09/01/house-passes-short-term-funding-bill-to-avoid-a-shutdown-before-the-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/01/house-passes-short-term-funding-bill-to-avoid-a-shutdown-before-the-election/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The House passed a short-term measure Tuesday to fund the federal government into early December, a move designed to avoid a chaotic shutdown as lawmakers campaign for reelection.]]></description><pubDate>Tue, 01 Sep 2026 19:56:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The House passed a short-term measure Tuesday to fund the federal government into early December, a move designed to avoid a chaotic shutdown as lawmakers campaign for reelection.</p><p>Lawmakers needed to act before the fiscal year concludes at the end of September to avoid a funding lapse. They were determined not to bump up against that deadline during the campaign season following this past year’s historic shutdowns.</p><p>The House passed the bill by a vote of 370-48. The Senate has already overwhelmingly approved the measure, so it now moves to President Donald Trump’s desk for his signature.</p><p>“It gives the nation and our constituents certainty, certainty that the government will remain open, certainty that our service members will be paid,” said Rep. Tom Cole, the Republican chairman of the House Appropriations Committee.</p><p>A record 43-day shutdown occurred last fall when the two parties disagreed on renewing an expiring tax credit that lowers the cost of health coverage obtained through Affordable Care Act marketplaces. Then came the shutdown of the Department of Homeland Security, which lasted 76 days before lawmakers agreed to fund much of the department but not its immigration enforcement operations.</p><p>Lawmakers were wary of a repeat before voters go to the polls. They also blamed the other party for the recent impasses.</p><p>“We’re going to avoid the threat of another Democratic shutdown,” House Speaker Mike Johnson told reporters in advance of the vote.</p><p>After the vote Johnson said the House delivered, despite those who doubted the Republican majority would be able to push past its own divisions and rally support.</p><p>“We’re continuing to do the grown-up thing, get the job done,” he said.</p><p>Rep. Rosa DeLauro, the lead Democrat on the House Appropriations Committee, encouraged her Democratic colleagues to vote for the measure during a closed-door meeting Tuesday morning.</p><p>She said the bill was much improved from the product that passed the House earlier this summer on a mostly party-line basis. For example, she said it prevents the Department of Homeland Security from transferring funds to the Border Patrol, and it delays a proposed rule that would give political appointees in the Trump administration more authority to stop federal grants from going out for programs they view as not in line with the president’s agenda. Those changes were made when the Senate approved its version of the bill.</p><p>Democrats fear the administration will use the proposed regulation on grants to steer money away from Democratic-led states. DeLauro called the delay an important first step, but said more must be done to block the policy from taking effect.</p><p>“Whether a community receives disaster relief should not depend on who they voted for in the last election,” DeLauro said.</p><p>The short-term measure funds federal agencies generally at current levels through Dec. 11. It will give lawmakers more time to find compromise on a full-year measure, though that will likely be quite difficult.</p><p>Republicans are seeking hundreds of billions of dollars in additional spending for the military while cutting most non-defense programs. Democrats say that’s a non-starter and insist on a bipartisan approach that treats domestic programs with parity.</p><p>__</p><p>Associated Press writer Lisa Mascaro contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2F4G45KAD7OD6IH5TGOLDY5HFA.jpg?auth=8ff1c2a28b2665689c1396690db7031339725cff8bb91404d36910087aba871c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Speaker of the House Mike Johnson, R-La., pauses before he meets with reporters ahead of a vote on a stopgap funding bill and a resolution targeting socialist policies, during a news conference at the Capitol in Washington, Tuesday, Sept. 1, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: Nurse who saved baby from Pakistan hospital fire wishes she could have saved the rest]]></title><link>https://www.local10.com/health/2026/09/01/ap-exclusive-nurse-who-saved-baby-from-pakistan-hospital-fire-wishes-she-could-have-saved-the-rest/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/01/ap-exclusive-nurse-who-saved-baby-from-pakistan-hospital-fire-wishes-she-could-have-saved-the-rest/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Razia Noreen and her colleagues had just checked on the 15 newborns in their care at the hospital nursery in Islamabad and were preparing injections for some of them in an adjacent room when she saw noticed something unusual: flames.]]></description><pubDate>Tue, 01 Sep 2026 17:56:54 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Razia Noreen and her colleagues had just checked on the 15 newborns in their care at the hospital nursery in Islamabad and were preparing injections for some of them in an adjacent room when she saw noticed something unusual: flames.</p><p>The nurse dropped the syringe and ran into the nursery. She lifted a baby into her arms, and pressed the child against her chest to shield it from the spreading fire at the Pakistan Institute of Medical Sciences, a major government hospital, which was already filling with thick smoke.</p><p>Eight seconds later — as was captured on dramatic CCTV footage — she emerged and handed the newborn to a doctor in a nearby room. Without thinking, she then turned back toward the flames, but it was too late.</p><p>“I wanted to save the others,” Noreen told The Associated Press at the hospital staff hostel where she lives. “I did not lose hope,” she said.</p><p>But the nursery was rapidly becoming impossible to enter. Noreen and another nurse dropped to the floor, where the smoke was thinner, and tried to crawl through the doorway.</p><p>In her first interview with international media — after briefly speaking to local media at the weekend — Noreen described how she could see nothing ahead of her. The smoke choked her, and she began coughing so violently that she struggled to breathe.</p><p>Still, she tried to move forward until the flames forced her back.</p><p>Within minutes, she learned that the other 14 newborns were dead. She collapsed to the floor in shock, she said.</p><p>The baby she carried out was the sole survivor.</p><p>A national hero</p><p>A 51-second clip of CCTV footage from the Aug. 26 fire showed Noreen running into the nursery and emerging with the newborn in her arms. A government inquiry said she was inside the room for just eight seconds and that the conditions in the nursery “deteriorated catastrophically within approximately two minutes.”</p><p>Those eight seconds have led many Pakistanis to hail Noreen as a national hero.</p><p>The government has announced that she will receive the Sitara-i-Khidmat, or Star of Service, one of Pakistan’s most prestigious civil awards, along with a financial reward.</p><p>Hospital and district officials initially said an exploding air-conditioning unit caused the fire, and later the hospital said a blast involving a nebulizer sparked the blaze.</p><p>A government inquiry identified serious failures in fire safety and the hospital’s emergency response. Eight officials have been suspended and disciplinary proceedings initiated against them.</p><p>Nurse says it was her 'duty'</p><p>Noreen is a Christian, part of a small religious minority in overwhelmingly Muslim Pakistan. Members of the country’s Christian community have joined Pakistanis across religious lines in praising her bravery.</p><p>But Noreen does not describe what she did as an act of heroism. She speaks of it as the instinctive response of a nurse and a mother.</p><p>“Can any mother watch a child burning in a fire?” she asked. “No,” she answered. “Mothers do not do favors for their children. It is their duty.”</p><p>Her rescue has been celebrated across Pakistan, but Noreen remains consumed by the babies she could not reach.</p><p>She said she has barely slept since the fire. When she approaches the nursery, memories of the flames and the children overwhelm her. At times, she said, she feels as if she can still hear their cries and collapses to the ground.</p><p>“The deaths of those children have traumatized me,” she said. “It may take me years to recover.”</p><p>Noreen said she was still physically ill from the ordeal. She told AP she had a fever of 103 degrees Fahrenheit (39.4 Celsius) but agreed to the interview because she wanted to explain what happened. “Those babies do not let me sleep,” she said.</p><p>She said nurses become like mothers when newborns are brought into their care and separated from their own mothers. They feed the babies, administer their medication, and watch over them.</p><p>She said she just acted as a mom</p><p>Noreen said it took her only a moment to decide to enter the burning nursery. “I quickly decided that I would do my job,” she said. “The mothers had entrusted their babies to us.” “I acted as a mother,” she added. “I did not care about my life.”</p><p>Noreen said she was grateful to the Prime Minister Shehbaz Sharif and the Pakistani people for honoring her.</p><p>“But I did not do anything for a reward or money,” she said. Noreen said that when she entered the burning nursery, she did not know whether she would come out alive. “I had only one mission: This is the time to save lives,” she said. “My aim was to save all the children. I did not think about my own safety for even a second.”</p><p>Then her voice broke again. She had a message for the mothers whose 14 newborns died in the fire.</p><p>“Please forgive me for not being able to save your babies,” Noreen said through tears.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YDKREJLO4URWKNCB2J73VD2KRM.jpg?auth=9a8cb73368982161d0a76a62b09d21a28c1cf2e0fa39d007abcbea20b65446b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nurse Razia Noreen, who risked her life to save a newborn during a fire at the Pakistan Institute of Medical Sciences, speaks during an interview in Islamabad, Tuesday, Sept. 1, 2026. (AP Photo/M.Yousaf)]]></media:description><media:credit role="author" scheme="urn:ebu">M.Yousaf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QCERFDZIWTPY6CWZ5GAFSZPM7Y.jpg?auth=3baf7ee6dfa6bcc001d0b4030d2c631ff718e72127432c30ee526d5f0da0e021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nurse Razia Noreen, who risked her life to save a newborn during a fire at the Pakistan Institute of Medical Sciences, speaks during an interview in Islamabad, Tuesday, Sept. 1, 2026. (AP Photo/M.Yousaf)]]></media:description><media:credit role="author" scheme="urn:ebu">M.Yousaf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2QPQBAE5U7Q4BUT2SMVV7UPN5Q.jpg?auth=91e6a7a52a8b6e485b10ce40af397991ce080eb917141b12c1981fa106913ca8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nurse Razia Noreen, who risked her life to save a newborn during a fire at the Pakistan Institute of Medical Sciences, speaks during an interview in Islamabad, Tuesday, Sept. 1, 2026. (AP Photo/M.Yousaf)]]></media:description><media:credit role="author" scheme="urn:ebu">M.Yousaf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZMC633UD7JKUGJ46CHPMOWSY4.jpg?auth=cba47f9e2d704beef4d261d1343ddc52b8c3e3e1fbc815d7644e733939ba98f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nurse Razia Noreen, who risked her life to save a newborn during a fire at the Pakistan Institute of Medical Sciences, speaks during an interview in Islamabad, Tuesday, Sept. 1, 2026. (AP Photo/M.Yousaf)]]></media:description><media:credit role="author" scheme="urn:ebu">M.Yousaf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJMD7XZU6WZGD3SICUMDC6JGHQ.jpg?auth=b7469fabd90c69cd8ff1351563df2abf8c6697f771bf6c46b6793176067dc3d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nurse Razia Noreen, who risked her life to save a newborn during a fire at the Pakistan Institute of Medical Sciences, speaks during an interview in Islamabad, Tuesday, Sept. 1, 2026. (AP Photo/M.Yousaf)]]></media:description><media:credit role="author" scheme="urn:ebu">M. Yousaf</media:credit></media:content></item><item><title><![CDATA[UN report finds Syria was building a nuclear reactor in Deir el-Zour under former President Assad]]></title><link>https://www.local10.com/news/2026/09/01/un-report-finds-syria-was-building-a-nuclear-reactor-in-deir-el-zour-under-former-president-assad/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/01/un-report-finds-syria-was-building-a-nuclear-reactor-in-deir-el-zour-under-former-president-assad/</guid><dc:creator><![CDATA[By STEPHANIE LIECHTENSTEIN, Associated Press]]></dc:creator><description><![CDATA[VIENNA (AP) — Syria was constructing a nuclear reactor in Deir el-Zour under the leadership of ousted former President Bashar Assad, according to a U.N. report seen Tuesday by The Associated Press.]]></description><pubDate>Tue, 01 Sep 2026 19:26:38 +0000</pubDate><content:encoded><![CDATA[<p>VIENNA (AP) — Syria was constructing a nuclear reactor in Deir el-Zour under the leadership of ousted former President Bashar Assad, according to a U.N. report seen Tuesday by The Associated Press.</p><p>Inspectors with the U.N. nuclear watchdog visited several sites in Syria in August and carried out verification work that confirmed the existence of a long-suspected nuclear site, according to the confidential report circulated to member states.</p><p>Based on this visit, the International Atomic Energy Agency reported that it is "able to establish that the former Syrian authorities had failed to report nuclear material, facilities and activities as required under the NPT Safeguards Agreement."</p><p>This information included a nuclear reactor under construction in Deir el-Zour, a fuel fabrication plant and another site used for fuel storage during the rule of Assad.</p><p>Under Assad, Syria was believed to have operated an extensive undeclared nuclear program that included a nuclear reactor built by North Korea in eastern Deir el-Zour province. Following Assad’s ouster, the new government agreed to give IAEA inspectors access to suspected former nuclear sites.</p><p>The site in Deir el-Zour only became public knowledge after Israel launched airstrikes in 2007 that destroyed the facility. Syria later leveled the site and never responded fully to the IAEA’s questions about it. Israel is believed to have its own undeclared atomic weapons program that makes it the only country in the Mideast with nuclear bombs.</p><p>Israel neither confirms nor denies having atomic weapons.</p><p>The IAEA took samples at the site in 2024 and reported last year that they contained uranium particles.</p><p>The new Syrian authorities have also expressed an interest in developing a civilian nuclear energy program and said any nuclear material found in the country would remain in Syria's custody under international safeguards.</p><p>The IAEA reported Tuesday that its inspectors visited the Deir el-Zour site on Aug. 29 “to monitor progress on the excavation work.”</p><p>“Based on observations made at the location, the Agency confirms that the cooling infrastructure which has now been uncovered is consistent with that of a nuclear reactor.”</p><p>In its confidential report, the IAEA said three locations were “functionally related” to the Deir el-Zour site. One was related to “conversion and/or fuel fabrication activities,” another was for “temporary storage of construction material,” and another was for the “temporary storage of construction materials being transferred to/from” the site, as well as for “planned reprocessing activities.”</p><p>During the visit to Syria, IAEA Director General Rafael Grossi and a team of senior inspectors also visited a previously undeclared site in the country.</p><p>Syria notified the agency of the site’s existence in a July 17 letter and invited the IAEA “to cooperate with the Syrian authorities in the inspection and verification of the site and of any nuclear material to be potentially found.”</p><p>The IAEA said in its report that this new site contained “natural uranium metal in the form of fuel rods with cladding.” The agency verified the material and confirmed “the presence of around 73 tonnes of natural uranium metal.” The agency reported that “all of this nuclear material is currently subject to Agency containment and surveillance measures.”</p><p>___</p><p>The Associated Press 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/IXXS3SVLV5THBMMH6Z64GEK4OE.jpg?auth=c81a0895932edef03c18b3eb27a5a0ad891709609da72ea7867b5b9af52d481b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[International Atomic Energy Agency's director-general Rafael Mariano Grossi, left, and Syrian Foreign Minister Asaad al-Shibani attend a press conference in Damascus, Syria, Tuesday Aug. 18, 2026. (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content></item><item><title><![CDATA[3 arrested in investigation into string of commercial burglaries across South Florida]]></title><link>https://www.local10.com/news/local/2026/09/01/3-arrested-in-investigation-into-string-of-commercial-burglaries-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/3-arrested-in-investigation-into-string-of-commercial-burglaries-across-south-florida/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Three men have been arrested following an investigation into a series of commercial burglaries across Miami-Dade and Broward counties in which masked suspects allegedly used cargo vans and garbage or recycling bins to steal electronics from businesses, authorities said.]]></description><pubDate>Tue, 01 Sep 2026 16:47:43 +0000</pubDate><content:encoded><![CDATA[<p>Three men have been arrested following an investigation into a series of commercial burglaries across Miami-Dade and Broward counties in which masked suspects allegedly used cargo vans and garbage or recycling bins to steal electronics from businesses, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/09/01/tres-detenidos-tras-investigacion-sobre-una-serie-de-robos-en-locales-comerciales-al-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/tres-detenidos-tras-investigacion-sobre-una-serie-de-robos-en-locales-comerciales-al-sur-de-florida/">Leer en español</a></p><p>The suspects were identified in their arrest reports as Reinier Bustillo-Gomez, 43; Jose Solano-Montelier, 37; and Yoandrys Cue, 41. All three are Cuban nationals currently living in Miami-Dade County, the reports stated. </p><p>According to investigators, law enforcement agencies in Miami-Dade and Broward counties have reported a series of similar commercial burglaries since February involving a black Dodge Caravan and various white cargo vans.</p><p>Investigators said suspects wearing gloves and ski masks allegedly used garbage or recycling bins to move stolen electronics from targeted businesses into waiting vans.</p><p>The Miami-Dade Sheriff’s Office and police departments in Doral, Sweetwater and Medley, along with the Broward Sheriff’s Office, have investigated burglaries involving a similar method of operation, according to the reports.</p><p>One of the burglaries occurred Aug. 11 at Universal Freight Logistics, located at 1362 NW 78th Ave.</p><p>Doral police said they responded shortly after 9 p.m. after the business owner reported seeing three people breaking into the business on surveillance video.</p><p>Officers found damage to the front door consistent with forced entry, the arrest reports stated. Police searched the business but did not find the suspects.</p><p>The business owner told investigators that approximately $200,000 worth of iPhones and Samsung phones had been stolen, although an inventory was still needed to determine the exact amount of missing merchandise.</p><p>According to the reports, surveillance video showed an older-model white Ford Econoline van backing up to the business around 8:32 p.m.</p><p>Three men wearing dark clothing, gloves and masks allegedly got out and removed three blue recycling bins from the van.</p><p>Police said one suspect appeared to be carrying a device believed to be a signal jammer, while another allegedly used a red crowbar to force open the business’s front door.</p><p>One of the suspects also pushed a surveillance camera upward to obstruct its view, according to investigators. The business owner estimated damage to the door at more than $1,000.</p><p>Interior surveillance video allegedly showed the three suspects filling the recycling bins with boxes of merchandise.</p><p>Investigators said they were inside for approximately three minutes before carrying the bins back to the van and fleeing.</p><p>Another part of the investigation centered on a 2013 Ford E-250 van that had been reported stolen Aug. 27 from Global Turbine Services at 10814 NW 33rd St.</p><p>An employee told police the company vehicle, valued at approximately $58,000, had last been seen behind the business the previous evening. She told investigators she had the only key and had not given anyone permission to take it.</p><p>According to the arrest reports, Doral detectives had been conducting surveillance on a black Dodge Caravan on Aug. 26 as part of their commercial burglary investigation.</p><p>Investigators identified Bustillo-Gomez and Cue as occupants of the Caravan when it stopped at a gas station.</p><p>Police said the Caravan later stopped for approximately three minutes in the same warehouse area where the Ford van was subsequently reported stolen.</p><p>Investigators later determined that a white Ford van spotted traveling near the Caravan that night was the same vehicle that had been reported stolen, according to the reports.</p><p>Detectives located the stolen van the following day near the 7400 block of Northwest 54th Street but left it there because they believed it was likely to be used in a burglary, authorities said.</p><p>On Aug. 31, investigators said Bustillo-Gomez, Solano-Montelier and Cue were observed casing a warehouse district near Northwest 108th Avenue and Northwest 17th Street.</p><p>Bustillo-Gomez was allegedly driving the black Dodge Caravan, while Solano-Montelier was driving the stolen Ford Econoline van.</p><p>According to the arrest reports, the vehicles repeatedly circled the warehouse district for approximately 2½ hours, slowing near loading docks and the rear of closed warehouses.</p><p>Investigators described the movements as deliberate and methodical and said they appeared consistent with an effort to identify possible entry points and vulnerabilities.</p><p>The men eventually drove to the area of 7419 NW 54th St., where investigators said the vehicles were backed into parking spaces.</p><p>Members of the Miami-Dade Sheriff’s Office Organized Crimes Bureau and Doral Police Department Crime Suppression Team then approached the suspects.</p><p>According to the reports, Cue got out of the Dodge Caravan after seeing law enforcement and allegedly discarded black and blue gloves and a black ski mask before running away and hiding behind a vehicle.</p><p>A Doral police officer located him and took him into custody.</p><p>Solano-Montelier allegedly pushed a Miami-Dade Sheriff’s Office sergeant and ran before being apprehended a short distance away.</p><p>Investigators said Bustillo-Gomez discarded gloves, got back into the Dodge Caravan and attempted to drive away.</p><p>In the process, he allegedly struck the sergeant’s left leg and pinned the sergeant’s foot beneath the Caravan’s front driver’s-side tire.</p><p>Bustillo-Gomez then got out and attempted to run before he was taken into custody, according to the reports.</p><p>Investigators said Solano-Montelier had a black ski mask in his pocket when he was arrested.</p><p>An inventory of the stolen Ford van revealed a crowbar and several garbage bins that investigators said were similar to those used during the other burglaries.</p><p>Police also discovered that the van’s license plate had allegedly been replaced with another plate that had been reported stolen.</p><p>A black electronic device believed to be a signal jammer was also visible inside the Dodge Caravan behind the driver’s seat, according to the reports.</p><p>Investigators said a similar device appeared in surveillance video from the Aug. 11 burglary.</p><p>According to the reports, investigators believe commercial burglars can use signal jammers to interfere with wireless communications, including cellular alarm backup systems, GPS devices and police radio frequencies.</p><p>Bustillo-Gomez was also described by investigators as having a “build, height and gait” consistent with one of the masked suspects captured on surveillance video during the Aug. 11 burglary.</p><p>All three men invoked their rights not to speak with detectives, according to the reports.</p><p>They were all arrested and transported to the Turner Guilford Knight Correctional Center. Each faces various charges, including grand theft of a vehicle, aggravated battery on a law enforcement officer, resisting an officer with violence, possession of burglary tools, depriving an officer of means of protection, attempting to tamper with physical evidence, loitering or prowling, resisting an officer without violence and petit theft. </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/VZQEL5DDKNHT5AGHQQBOZ2TIS4.jpg?auth=fda861bf3c79becbd60c06b995f253dca16e5aaf487016af760ad8a0780c3a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left: Reinier Bustillo-Gomez, 43; Jose Solano-Montelier, 37; and Yoandrys Cue, 41.]]></media:description></media:content></item><item><title><![CDATA[Tony Romo pleads no contest to charge of operating while intoxicated and issues statement of apology]]></title><link>https://www.local10.com/sports/2026/09/01/tony-romo-pleads-no-contest-to-charge-of-operating-while-intoxicated-and-issues-statement-of-apology/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/tony-romo-pleads-no-contest-to-charge-of-operating-while-intoxicated-and-issues-statement-of-apology/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[CBS NFL analyst and former Dallas Cowboys quarterback Tony Romo has pleaded no contest to a charge of operating while intoxicated and has issued a statement apologizing for the actions that led to his July arrest.]]></description><pubDate>Tue, 01 Sep 2026 18:16:31 +0000</pubDate><content:encoded><![CDATA[<p>CBS NFL analyst and former Dallas Cowboys quarterback Tony Romo has pleaded no contest to a charge of operating while intoxicated and has issued a statement apologizing for the actions that led to his July arrest.</p><p>Romo was arrested July 23 following a traffic stop as he was driving south on Interstate 43 in Wisconsin. CBS has since placed him on leave from his role as its lead NFL analyst.</p><p>According to Milwaukee County court records, Romo lost his driving privileges for six months and was ordered to complete an alcohol assessment program.</p><p>Romo also owes $834. An interlock device must be installed on any vehicle owned or operated by Romo or registered to his name, and that order will remain in effect for at least one year after he is issued a license.</p><p>“The past month has been difficult, but it has also been personally significant,” Romo said in a statement on Instagram. “It has required me to confront and own my mistakes fully — to the Lord, to myself, to my family and now to the public.”</p><p>Romo said the multiple back surgeries that led to his retirement as a player “left me with constant, debilitating pain.” He noted that the pain “led to a dependence on pain medication, and my efforts to get off those medications led to an over-reliance on alcohol.”</p><p>“None of this is an excuse,” Romo said. “These are my failures and I take responsibility for them.”</p><p>Romo said he is working with a team of doctors to address his health and “make the necessary changes.” He thanked his family, friends and the NFL community for their support.</p><p>“As I turn my attention to my health, my family, and, in time, my return to CBS, I kindly ask for privacy during this period,” Romo said.</p><p>Romo also initially had received citations for possessing open intoxicants in a motor vehicle, unsafe passing on the right and refusal to take a test for intoxication after arrest. Those citations have all been dismissed.</p><p>CBS Sports president David Berson said last month that he does not have a timeline for a decision about Romo’s future with the network.</p><p>Romo, 46, has been the lead game analyst for CBS’ NFL coverage since 2017 after making four Pro Bowl appearances during a playing career that ran from 2004-16 and was spent entirely with Dallas.</p><p>Analyst JJ Watt will join play-by-play announcer Jim Nantz and sideline reporter Tracy Wolfson on CBS Sports’ lead NFL team during Romo’s absence. Their first game will be on Sept. 13, when the Minnesota Vikings host the Green Bay Packers.</p><p>Citations released by the Milwaukee County Sheriff’s Office indicated that Romo performed poorly on field sobriety tests and that an open bottle of an alcoholic beverage was found in the passenger’s side of his black Jeep during an inventory before it was towed.</p><p>Body camera footage showed Romo telling deputies he had been coming from a golf course and was on his way “to visit grandma and grandpa” when he was stopped. A deputy told Romo he suspected him of being impaired because he had “red glassy eyes” and an “odor of an intoxicating alcoholic beverage.”</p><p>Romo went to high school about 35 miles southwest of Milwaukee in Burlington, Wisconsin.</p><p>He remains the Cowboys’ franchise leader in career touchdown passes with 248. He held the franchise record for career passing yards (34,183) until Dak Prescott overtook him last season.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HPYC77RO23EWQXM2XXJTBZHIFY.jpg?auth=ea51df6f241766159d61aa103dc338da5a0c9e1708648e4487a0690ff223b9ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - CBS broadcaster Tony Romo, left, calls the game during the second half of a NFL football wild card playoff game between the Buffalo Bills and the Denver Broncos in Orchard Park, N.Y., Jan. 12, 2025. (AP Photo/Adrian Kraus, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content></item><item><title><![CDATA[Tres detenidos tras investigación sobre una serie de robos en locales comerciales al sur de Florida]]></title><link>https://www.local10.com/espanol/2026/09/01/tres-detenidos-tras-investigacion-sobre-una-serie-de-robos-en-locales-comerciales-al-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/tres-detenidos-tras-investigacion-sobre-una-serie-de-robos-en-locales-comerciales-al-sur-de-florida/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Los sospechosos enmascarados, presuntamente, utilizaron camionetas de carga y contenedores de basura o reciclaje para robar dispositivos electrónicos de negocios]]></description><pubDate>Tue, 01 Sep 2026 17:10:22 +0000</pubDate><content:encoded><![CDATA[<p>Tres hombres fueron arrestados tras una investigación sobre una serie de robos en comercios de los condados Miami-Dade y Broward, en los que sospechosos enmascarados presuntamente utilizaron camionetas de carga y contenedores de basura o reciclaje para robar dispositivos electrónicos de negocios, informaron las autoridades.</p><p>Los sospechosos fueron identificados en sus informes de arresto como Reinier Bustillo-Gomez, de 43 años; Jose Solano-Montelier, de 37; y Yoandrys Cue, de 41. Los tres son ciudadanos cubanos que actualmente viven en el condado Miami-Dade, según los informes.</p><p>Según los investigadores, agencias policiales de los condados Miami-Dade y Broward han reportado una serie de robos similares en comercios desde febrero, en los que estuvieron involucrados una Dodge Caravan negra y varias camionetas blancas de carga.</p><p>Los investigadores dijeron que los sospechosos, que llevaban guantes y máscaras de esquí, presuntamente utilizaron contenedores de basura o reciclaje para trasladar dispositivos electrónicos robados desde los negocios seleccionados hasta camionetas que los esperaban.</p><p>La Oficina del Sheriff de Miami-Dade y los departamentos de Policía de Doral, Sweetwater y Medley, junto con la Oficina del Sheriff de Broward, han investigado robos en los que se utilizó un método similar, según los informes.</p><p>Uno de los robos ocurrió el 11 de agosto en Universal Freight Logistics, ubicado en 1362 NW 78th Ave.</p><p>La Policía de Doral dijo que respondió poco después de las 9 p.m., luego de que el propietario del negocio reportara haber visto a tres personas entrando al negocio a la fuerza en un video de vigilancia.</p><p>Los agentes encontraron daños en la puerta principal consistentes con una entrada forzada, según los informes de arresto. La Policía registró el negocio, pero no encontró a los sospechosos.</p><p>El propietario del negocio dijo a los investigadores que habían sido robados aproximadamente $200,000 USD en iPhones y teléfonos Samsung, aunque todavía era necesario realizar un inventario para determinar la cantidad exacta de mercancía faltante.</p><p>Según los informes, el video de vigilancia mostró una camioneta Ford Econoline blanca de un modelo antiguo retrocediendo hasta el negocio alrededor de las 8:32 p.m.</p><p>Tres hombres vestidos con ropa oscura, guantes y máscaras presuntamente bajaron de la camioneta y sacaron tres contenedores azules de reciclaje.</p><p>La Policía dijo que uno de los sospechosos parecía llevar un dispositivo que se cree era un inhibidor de señal, mientras que otro presuntamente utilizó una palanca roja para forzar la puerta principal del negocio.</p><p>Uno de los sospechosos también movió una cámara de vigilancia hacia arriba para obstruir su campo de visión, según los investigadores. El propietario del negocio calculó que los daños a la puerta superaban los $1,000 USD.</p><p>El video de vigilancia del interior presuntamente mostró a los tres sospechosos llenando los contenedores de reciclaje con cajas de mercancía.</p><p>Los investigadores dijeron que estuvieron dentro durante aproximadamente tres minutos antes de llevar los contenedores de regreso a la camioneta y huir.</p><p>Otra parte de la investigación se centró en una camioneta Ford E-250 de 2013 que había sido reportada como robada el 27 de agosto de Global Turbine Services, ubicada en 10814 NW 33rd St.</p><p>Una empleada dijo a la Policía que el vehículo de la compañía, valorado en aproximadamente $58,000 USD, había sido visto por última vez detrás del negocio la noche anterior. Dijo a los investigadores que ella tenía la única llave y que no había dado permiso a nadie para llevárselo.</p><p>Según los informes de arresto, detectives de Doral estaban vigilando una Dodge Caravan negra el 26 de agosto como parte de su investigación sobre los robos en comercios.</p><p>Los investigadores identificaron a Bustillo-Gomez y Cue como ocupantes de la Caravan cuando esta se detuvo en una gasolinera.</p><p>La Policía dijo que posteriormente la Caravan se detuvo durante aproximadamente tres minutos en la misma zona de almacenes donde posteriormente se reportó como robada la camioneta Ford.</p><p>Posteriormente, los investigadores determinaron que una camioneta Ford blanca vista circulando cerca de la Caravan esa noche era el mismo vehículo que había sido reportado como robado, según los informes.</p><p>Los detectives localizaron la camioneta robada al día siguiente cerca de la cuadra 7400 de Northwest 54th Street, pero la dejaron allí porque creían que probablemente sería utilizada en un robo, dijeron las autoridades.</p><p>El 31 de agosto, los investigadores dijeron que Bustillo-Gomez, Solano-Montelier y Cue fueron observados inspeccionando una zona de almacenes cerca de Northwest 108th Avenue y Northwest 17th Street.</p><p>Bustillo-Gomez presuntamente conducía la Dodge Caravan negra, mientras que Solano-Montelier conducía la camioneta Ford Econoline robada.</p><p>Según los informes de arresto, los vehículos circularon repetidamente por la zona de almacenes durante aproximadamente dos horas y media, reduciendo la velocidad cerca de muelles de carga y la parte trasera de almacenes cerrados.</p><p>Los investigadores describieron los movimientos como deliberados y metódicos y dijeron que parecían ser consistentes con un intento de identificar posibles puntos de entrada y vulnerabilidades.</p><p>Finalmente, los hombres condujeron hasta el área de 7419 NW 54th St., donde los investigadores dijeron que los vehículos fueron estacionados de reversa en espacios de estacionamiento.</p><p>Miembros de la Oficina del Sheriff de Miami-Dade y del Equipo de Supresión del Crimen del Departamento de Policía de Doral se acercaron entonces a los sospechosos.</p><p>Según los informes, Cue salió de la Dodge Caravan después de ver a las autoridades y presuntamente arrojó guantes negros y azules y una máscara de esquí negra antes de correr y esconderse detrás de un vehículo.</p><p>Un agente de la Policía de Doral lo localizó y lo detuvo.</p><p>Solano-Montelier presuntamente empujó a un sargento de la Oficina del Sheriff de Miami-Dade y corrió antes de ser detenido a poca distancia.</p><p>Los investigadores dijeron que Bustillo-Gomez arrojó unos guantes, volvió a subir a la Dodge Caravan e intentó alejarse.</p><p>En el proceso, presuntamente golpeó la pierna izquierda del sargento y atrapó el pie del sargento debajo del neumático delantero del lado del conductor de la Caravan.</p><p>Bustillo-Gomez salió entonces e intentó correr antes de ser detenido, según los informes.</p><p>Los investigadores dijeron que Solano-Montelier tenía una máscara de esquí negra en el bolsillo cuando fue arrestado.</p><p>Un inventario de la camioneta Ford robada reveló una palanca y varios contenedores de basura que, según los investigadores, eran similares a los utilizados durante los otros robos.</p><p>La Policía también descubrió que la placa de matrícula de la camioneta presuntamente había sido reemplazada por otra placa que había sido reportada como robada.</p><p>Un dispositivo electrónico negro que se cree era un inhibidor de señal también estaba visible dentro de la Dodge Caravan, detrás del asiento del conductor, según los informes.</p><p>Los investigadores dijeron que un dispositivo similar apareció en el video de vigilancia del robo del 11 de agosto.</p><p>Según los informes, los investigadores creen que los ladrones de comercios pueden utilizar inhibidores de señal para interferir con las comunicaciones inalámbricas, incluidos los sistemas celulares de respaldo de alarmas, dispositivos GPS y frecuencias de radio de la Policía.</p><p>Los investigadores también describieron a Bustillo-Gomez como alguien cuyo “complexión, estatura y forma de caminar” coincidían con las de uno de los sospechosos enmascarados captados por las cámaras de vigilancia durante el robo del 11 de agosto.</p><p>Los tres hombres ejercieron su derecho a no hablar con los detectives, según los informes.</p><p>Los tres fueron arrestados y trasladados al Turner Guilford Knight Correctional Center. Cada uno enfrenta varios cargos, incluidos hurto mayor de un vehículo, agresión agravada contra un agente de la ley, resistencia con violencia a un agente, posesión de herramientas para cometer un robo, privar a un agente de medios de protección, intento de manipulación de evidencia física, merodeo o deambulación sospechosa, resistencia sin violencia a un agente y hurto menor.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZQEL5DDKNHT5AGHQQBOZ2TIS4.jpg?auth=fda861bf3c79becbd60c06b995f253dca16e5aaf487016af760ad8a0780c3a1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left: Reinier Bustillo-Gomez, 43; Jose Solano-Montelier, 37; and Yoandrys Cue, 41.]]></media:description></media:content></item><item><title><![CDATA[Man busted at FLL with trove of stolen credit cards after using them on luxe Jamaica trip, feds say]]></title><link>https://www.local10.com/news/local/2026/09/01/man-busted-at-fll-with-trove-of-stolen-credit-cards-after-using-them-on-luxe-jamaica-trip-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/man-busted-at-fll-with-trove-of-stolen-credit-cards-after-using-them-on-luxe-jamaica-trip-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A South Florida man got a rude awakening at Fort Lauderdale-Hollywood International Airport on Monday after returning home from a five-star resort in Jamaica, according to federal court documents.]]></description><pubDate>Tue, 01 Sep 2026 16:33:12 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man got a rude awakening at Fort Lauderdale-Hollywood International Airport on Monday after returning home from a five-star resort in Jamaica, according to federal court documents.</p><p><a href="https://www.local10.com/espanol/2026/09/01/detienen-a-hombre-en-aeropuerto-fll-con-tesoro-de-tarjetas-de-credito-robadas-y-utilizadas-en-lujoso-viaje-a-jamaica-dicen-autoridades-federales/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/detienen-a-hombre-en-aeropuerto-fll-con-tesoro-de-tarjetas-de-credito-robadas-y-utilizadas-en-lujoso-viaje-a-jamaica-dicen-autoridades-federales/">Leer en español</a></p><p>That’s because authorities say multiple victims unknowingly financed at least a portion of his luxury Caribbean trip. Federal agents say they busted Mardoche Petit-Phare, 30, of North Miami, more than a dozen stolen credit cards.</p><p>A federal criminal complaint states that Petit-Phare was “targeted for further examination” at the customs checkpoint after returning on a JetBlue flight from Montego Bay.</p><p>After searching his cross-body bag, customs officers said they found “genuine bank issued credit and debit cards belonging to at least 15 (other) individuals” and two more in his carry-on.</p><p>Petit-Phare claimed that he got the stolen cards from “his friend,” the complaint states.</p><p>Investigators said they contacted multiple victims, who reported having thousands of dollars spent on their cards.</p><p>According to the complaint, on the preceding Tuesday and Wednesday, one victim’s card was used for “likely online” transactions totaling nearly $3,300 at the RIU Hotels and Resorts in Montego Bay, described online as an “upscale all-inclusive beach property.”</p><p>Then, on Friday, agents said that same card had three in-person $1 transactions at the resort, “which appear to likely be test transactions using the RFID contactless reader and chip reader.”</p><p>They said another victim had his or her card used for more than $1,000 worth of transactions in or near the capital of Kingston.</p><p>Agents said a search of Petit-Phare’s cellphone revealed “photographs of multiple fraudulent drivers’ licenses” with his picture on them, but “with other individuals’ biographical information, including (their) date(s) of birth and drivers’ license numbers.”</p><p>“Law enforcement also found photos of credit cards in other individual’s (sic) names,” the complaint states, along with “photographs of checks, including U.S. Department of Treasury Checks, in high dollar amounts, written out to other individuals.”</p><p>Agents said as they tried to escort Petit-Phate to a holding cell, he “became combative and had to be restrained by numerous officers prior to being placed in handcuffs and leg restraints.”</p><p>A photo included in the complaint shows at least eight officers trying to take him into custody.</p><figure><img src="https://www.local10.com/resizer/v2/LX5KOZQBEJDIHDQ6JPQG5TIGG4.png?auth=38812fc32df68a7f2bbabcb14eb7efb0fcd9705998c427300db2e80524f5c68f&smart=true&width=1200&height=900" alt="Agents said as they tried to escort Petit-Phate to a holding cell, he “became combative and had to be restrained by numerous officers prior to being placed in handcuffs and leg restraints.”" height="900" width="1200"/><figcaption>Agents said as they tried to escort Petit-Phate to a holding cell, he “became combative and had to be restrained by numerous officers prior to being placed in handcuffs and leg restraints.”</figcaption></figure><p>Petit-Phare now faces a federal charge of aggravated identity theft. It could land <a href="https://www.law.cornell.edu/uscode/text/18/1028A" target="_self" rel="" title="https://www.law.cornell.edu/uscode/text/18/1028A">him in prison</a> for two years if convicted.</p><p>Records show he was scheduled to appear in Fort Lauderdale federal court at 11 a.m. on Tuesday.</p><p>Meanwhile, records show he was being held in the Broward Sheriff’s Office Main Jail on behalf of the U.S. Marshals Service.</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/W5FL74M77ZCCDI7CJC6MFYTFPU.jpg?auth=f947aef7e1525b2c21b57985c39292d0e251c2335e129379f4e2ef0af915f840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mardoche Petit-Phare]]></media:description></media:content></item><item><title><![CDATA[Detienen a hombre en aeropuerto FLL con tesoro de tarjetas de crédito robadas y utilizadas en lujoso viaje a Jamaica, dicen autoridades federales]]></title><link>https://www.local10.com/espanol/2026/09/01/detienen-a-hombre-en-aeropuerto-fll-con-tesoro-de-tarjetas-de-credito-robadas-y-utilizadas-en-lujoso-viaje-a-jamaica-dicen-autoridades-federales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/detienen-a-hombre-en-aeropuerto-fll-con-tesoro-de-tarjetas-de-credito-robadas-y-utilizadas-en-lujoso-viaje-a-jamaica-dicen-autoridades-federales/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Hombre del sur de Florida tuvo un mal despertar tras su lujoso viaje a Jamaica, autoridades dicen que múltiples víctimas financiaron sin saber, al menos una parte de su lujoso viaje al Caribe]]></description><pubDate>Tue, 01 Sep 2026 17:01:08 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida tuvo un despertar desagradable el lunes en el Aeropuerto Internacional de Fort Lauderdale-Hollywood después de regresar a casa de un resort de cinco estrellas en Jamaica, según documentos de un tribunal federal.</p><p>Esto se debe a que las autoridades dicen que múltiples víctimas financiaron sin saberlo al menos una parte de su lujoso viaje al Caribe. Agentes federales dicen que arrestaron a Mardoche Petit-Phare, de 30 años, de North Miami, con más de una docena de tarjetas de crédito robadas.</p><p>Una denuncia penal federal señala que Petit-Phare fue “seleccionado para una inspección adicional” en el punto de control de aduanas después de regresar en un vuelo de JetBlue desde Montego Bay.</p><p>Después de registrar su bolso cruzado, agentes de aduanas dijeron que encontraron “tarjetas de crédito y débito legítimas emitidas por bancos pertenecientes a al menos 15 (otras) personas” y dos más en su equipaje de mano.</p><p>Petit-Phare afirmó que obtuvo las tarjetas robadas de “su amigo”, señala la denuncia.</p><p>Los investigadores dijeron que contactaron a múltiples víctimas, quienes reportaron que se habían realizado gastos por miles de dólares con sus tarjetas.</p><p>Según la denuncia, el martes y miércoles anteriores, la tarjeta de una víctima fue utilizada para transacciones “probablemente en línea” por un total de casi $3,300 USD en RIU Hotels and Resorts en Montego Bay, descrito en internet como un “resort de playa exclusivo con todo incluido”.</p><p>Luego, el viernes, agentes dijeron que esa misma tarjeta registró tres transacciones presenciales de $1 USD en el resort, “que parecen ser probablemente transacciones de prueba utilizando el lector de contacto RFID y el lector de chip”.</p><p>Dijeron que la tarjeta de otra víctima fue utilizada para realizar transacciones por más de $1,000 USD en Kingston o cerca de la capital.</p><p>Los agentes dijeron que una búsqueda del teléfono celular de Petit-Phare reveló “fotografías de múltiples licencias de conducir fraudulentas” con su fotografía, pero “con información biográfica de otras personas, incluidas sus fechas de nacimiento y números de licencia de conducir”.</p><p>“Las autoridades también encontraron fotografías de tarjetas de crédito a nombre de otras personas”, señala la denuncia, junto con “fotografías de cheques, incluidos cheques del Departamento del Tesoro de Estados Unidos, por cantidades elevadas, emitidos a nombre de otras personas”.</p><p>Los agentes dijeron que mientras intentaban escoltar a Petit-Phare a una celda de detención, este “se puso combativo y tuvo que ser reducido por numerosos agentes antes de ser esposado y sujetado de las piernas”.</p><p>Una fotografía incluida en la denuncia muestra al menos a ocho agentes intentando detenerlo.</p><figure><img src="https://www.local10.com/resizer/v2/LX5KOZQBEJDIHDQ6JPQG5TIGG4.png?auth=38812fc32df68a7f2bbabcb14eb7efb0fcd9705998c427300db2e80524f5c68f&smart=true&width=1200&height=900" alt="Agents said as they tried to escort Petit-Phate to a holding cell, he “became combative and had to be restrained by numerous officers prior to being placed in handcuffs and leg restraints.”" height="900" width="1200"/><figcaption>Agents said as they tried to escort Petit-Phate to a holding cell, he “became combative and had to be restrained by numerous officers prior to being placed in handcuffs and leg restraints.”</figcaption></figure><p>Petit-Phare ahora enfrenta un cargo federal de robo agravado de identidad. Si es declarado culpable, <a href="https://www.law.cornell.edu/uscode/text/18/1028A" target="_self" rel="" title="https://www.law.cornell.edu/uscode/text/18/1028A">podría enfrentar una pena en prisión</a> de dos años.</p><p>Los registros muestran que estaba programado para comparecer ante un tribunal federal de Fort Lauderdale a las 11 a.m. del martes.</p><p>Mientras tanto, los registros muestran que permanecía detenido en la cárcel principal de la Oficina del Sheriff de Broward en nombre del Servicio de Alguaciles de Estados Unidos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W5FL74M77ZCCDI7CJC6MFYTFPU.jpg?auth=f947aef7e1525b2c21b57985c39292d0e251c2335e129379f4e2ef0af915f840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mardoche Petit-Phare]]></media:description></media:content></item><item><title><![CDATA[Clemson coach calls NFL players returning to play college football 'embarrassing' for the sport]]></title><link>https://www.local10.com/sports/2026/09/01/clemson-coach-calls-nfl-players-returning-to-play-college-football-embarrassing-for-the-sport/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/clemson-coach-calls-nfl-players-returning-to-play-college-football-embarrassing-for-the-sport/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description><![CDATA[CLEMSON, S.C. (AP) — Clemson’s Dabo Swinney joined the list of football coaches bashing the possibility of former pros being allowed to return to play in college this season, calling it a “joke” and “embarrassing” as he prepares to play the team at the center of the controversy.]]></description><pubDate>Tue, 01 Sep 2026 17:55:21 +0000</pubDate><content:encoded><![CDATA[<p>CLEMSON, S.C. (AP) — Clemson’s Dabo Swinney joined the list of football coaches bashing the possibility of former pros being allowed to return to play in college this season, calling it a “joke” and “embarrassing” as he prepares to play the team at the center of the controversy.</p><p>“I just think it’s embarrassing where we’re at in college football — and we’ve been there for a while, so,” Swinney said ahead of Clemson’s season opener at No. 11 LSU on Saturday night.</p><p>Former Cleveland Browns tight end Dae’Quan Wright began practicing this week at LSU under first-year head coach Lane Kiffin, although the former Ole Miss player is not expected to play this week because of the NCAA's acclimatization protocol.</p><p>Whether Wright or other players who spent part of this offseason with NFL clubs — a list that also includes defensive lineman Zxavian Harris and defensive back Blake Cotton — will ever play for LSU or anyone else remains undecided. All Power Four conferences, along with three of the Group of Six conferences, have barred pro players from returning to college football. That stance has resulted in court challenges.</p><p>Kiffin, who left Ole Miss for LSU this offseason, has been criticized for the school's decision to actively recruit former NFL players. He defended the decision Monday by saying his decisions are made in “the best interest of the players that sit in this team room and not for my reputation."</p><p>Kiffin added that if college players are being paid like professionals, he is willing to make the case that college teams should be able to make late roster additions, declaring: “This is how the real world works.”</p><p>Swinney said he has only met Kiffin once and has no issues with him. He also said he doesn't blame players for trying to find a home and continue their careers after being cut from NFL rosters. But he made it clear that he's frustrated with the lack of governance in college football.</p><p>“I mean, it’s a joke," Swinney said. "And when you enforce rules, somebody just goes and finds a judge to say, ‘No, you can’t enforce that rule.’ Never did I think I’d be living in an era like this ... but that’s where we are.”</p><p>Texas coach Steve Sarkisian this week said bouncing a college student for someone who was on an NFL roster, briefly or otherwise, was “morally wrong” and Northwestern coach David Braun echoed Swinney, saying “I look forward to the day where there’s a consistent road map and consistency and common sense prevailing in college football.”</p><p>Aside from former NFL players, rosters around college football are also adding players who sued to get an extra year of eligibility by challenging the NCAA's new 5-in-5 rule that excluded members of the high school Class of 2022. One of those players, former Notre Dame defensive lineman Junior Tuihalamaka, is expected to be available for LSU against Clemson.</p><p>Swinney joked that the Clemson staff has had to watch preseason film of NFL teams to prepare for this week's game.</p><p>“I’m not really worried about it,” Swinney said. “I don’t judge anybody. Everybody can do whatever they want to do. I’m not going to sit here and judge somebody else on their decisions they make and how they want to run their program or whatever. Our focus is on us. That’s really all that matters. I can’t control any of that stuff.”</p><p>Swinney, however, couldn’t resist taking a final jab ahead of what should be one of the showcase games this weekend when he was asked how good running back Adam Randall was for Clemson last season.</p><p>“He’s playing for the (Baltimore) Ravens now," Swinney said. "Maybe if they would’ve waived him, we could’ve gotten Adam back. That would’ve been nice.”</p><p>___</p><p>AP Sports Writers Brett Martel, Jim Vertuno and Jay Cohen contributed to this report.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4Z3A73X5Z7J4P4MQUWQ4WIL7FU.jpg?auth=6a383f70330eb4834c81361b738df1af81fa98eb340aaccf2d4d27f29d9003bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Clemson head coach Dabo Swinney greets his team before an NCAA college football game against Duke, Nov. 1, 2025, in Clemson, S.C. (AP Photo/Scott Kinser, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Kinser</media:credit></media:content></item><item><title><![CDATA[Oil giant Chevron is expected to announce it will expand operations in Venezuela, US official says]]></title><link>https://www.local10.com/business/2026/09/01/oil-giant-chevron-is-expected-to-announce-it-will-expand-operations-in-venezuela-us-official-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/oil-giant-chevron-is-expected-to-announce-it-will-expand-operations-in-venezuela-us-official-says/</guid><dc:creator><![CDATA[By AAMER MADHANI and COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Oil giant Chevron is planning to expand its operations in Venezuela, a U.S. official said Tuesday, just days after President Donald Trump announced an ambitious deal to develop the nation's oil reserves and give the Pentagon a stake in the profits.]]></description><pubDate>Tue, 01 Sep 2026 19:01:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Oil giant Chevron is planning to expand its operations in Venezuela, a U.S. official said Tuesday, just days after President Donald Trump announced an ambitious deal to develop the nation's oil reserves and give the Pentagon a stake in the profits.</p><p>The official, who briefed reporters on the expected announcement, said the company’s officials and Energy Secretary Chris Wright are expected to visit Venezuela on Wednesday where the new investment will be formally unveiled. The official spoke on condition of anonymity under ground rules set by the White House for the call.</p><p>Chevron is the second-largest U.S. oil company and the only one with a major presence in Venezuela. Chevron did not immediately respond to a request for comment.</p><p>The announcement comes after the White House confirmed on Monday it is partnering with North American Blue Energy Partners (NABEP) as part of President Donald Trump ’s push to tap into Venezuela’s oil industry.</p><p>The sweeping agreement has been met with skepticism from analysts who say it will take years to revive Venezuela’s production. They have questioned whether Venezuela’s acting President Delcy Rodríguez has the legal authority to give the company 100-year rights over 17 oil fields with reserves of 65 billion barrels — and whether future Venezuelan or American administrations would overturn the agreement.</p><p>US official says private operator was vetted ahead of deal</p><p>NABEP, owned by Venezuelan businessman Alejandro Betancourt, is already the second largest operator in Venezuela. The deal with the U.S. government would create a new company, where the Pentagon would take a 35% ownership stake, and the State Department would have the right to buy 20% of the oil produced at cost.</p><p>The U.S. administration sought to defend its decision to partner with Betancourt, who has faced criminal investigations for alleged money laundering in Spain and Switzerland, according to multiple media reports. No formal charges were ever filed. The official said that Betancourt was vetted and the administration found that “no U.S. laws were violated.”</p><p>At the same time, the official described Betancourt as the only viable partner available for the job, saying that “you have to work with the factors that you have in place.”</p><p>The U.S. government is not investing money in the new company, the official told reporters, but its backing will help the company attract investment to ramp up production.</p><p>Analysts say that the deal seems certain to face legal challenges and potentially questions of legitimacy. The Trump administration negotiated the agreement with Rodriguez, who took power after the January military operation to capture Nicolás Maduro and spirit him to the United States to face federal narcoterrorism and drug trafficking charges.</p><p>The Venezuelan Constitution states that contracts of this kind with foreign governments must also be approved by the National Assembly, which did not occur.</p><p>But the official said that agreement is a partnership with North American Blue Energy Partners, a private entity which is headquartered in Barbados and has its primary regional office and operations in Caracas, Venezuela.</p><p>Deal being pitched as a step toward stability, democracy for Venezuelans</p><p>The Trump administration wants elections to happen as quickly as feasible, but is aiming to maintain stability as it helps Venezuela transition following decades of autocratic rule, the official said.</p><p>The official argued that maintaining stability during such transitions “almost invariably requires you to work with elements of the existing structure, even as you are creating a new one.”</p><p>The Pentagon's role in the deal comes through its Office of Strategic Capital, which was created under former President Joe Biden to invest in technology needed for national security.</p><p>A second U.S. official speaking on condition of anonymity described the Venezuela agreement as “a very standard deal” and said the office has made several similar ones since Trump returned to office.</p><p>Trump says other companies are readying for business</p><p>Trump has had his eyes on Venezuela’s oil since Maduro’s capture, and his aides call it a path away from reliance on oil from the Middle East. Trump has been pressing to get U.S. businesses to restore a presence in the country. President Hugo Chávez completed the nationalization of Venezuela’s oil industry in 2007, leading major players like ExxonMobil and ConocoPhillips to leave Caracas.</p><p>Talking to reporters at the White House on Monday, Trump suggested that other oil companies were readying for business in Venezuela. “We have Exxon going in, we have Chevron going in. We have our big oil companies going in," he said. ExxonMobil did not immediately respond to a request for comment. Trump in January said he was inclined to leave Exxon out of Venezuela after CEO Darren Woods called the country “uninvestable.”</p><p>Chevron has been the only major American oil company actively operating in Venezuela since the nationalization.</p><p>Trump was scheduled to meet with a group of large and small oil refiners on Tuesday to discuss ways to increase America's capacity to refine oil into gasoline.</p><p>The White House has said that increasing the number of refineries and expanding the capacity at existing facilities would eventually reduce prices for consumers. The administration also sees the need for more refineries to process oil from Venezuela.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DQG5AXSA4OWWAQBHM4S6YQLCNY.jpg?auth=294b193b3d9611f3434df51b5ed5c975245b36a203457b59dfa410efcb0b2510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man rides past an operating oil pumpjack in Cabimas, Venezuela, Monday, Aug. 31, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Jueza anula plan de Nueva York de hacer que corporaciones aporten a fondo climático]]></title><link>https://www.local10.com/espanol/2026/09/01/jueza-anula-plan-de-nueva-york-de-hacer-que-corporaciones-aporten-a-fondo-climatico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/jueza-anula-plan-de-nueva-york-de-hacer-que-corporaciones-aporten-a-fondo-climatico/</guid><dc:creator><![CDATA[Por MARC LEVY, Associated Press]]></dc:creator><description><![CDATA[El intento de Nueva York de obligar a las industrias productoras de combustibles fósiles a aportar a un fondo de 75.000 millones de dólares para reparar los daños causados por el cambio climático fue anulado por una jueza federal, quien sostuvo que la amplia ley va más allá de la responsabilidad de un estado y se adentra en un ámbito de interés federal.]]></description><pubDate>Tue, 01 Sep 2026 16:49:50 +0000</pubDate><content:encoded><![CDATA[<p>El intento de Nueva York de obligar a las industrias productoras de combustibles fósiles a aportar a un fondo de 75.000 millones de dólares para reparar los daños causados por el cambio climático fue anulado por una jueza federal, quien sostuvo que la amplia ley va más allá de la responsabilidad de un estado y se adentra en un ámbito de interés federal.</p><p>La ley, firmada en 2024 por la gobernadora demócrata Kathy Hochul, fue impugnada ante los tribunales por una variedad de intereses vinculados a los combustibles fósiles, asociaciones empresariales —incluida la Cámara de Comercio de Estados Unidos—, 22 fiscales generales estatales republicanos y la Agencia de Protección Ambiental de Estados Unidos.</p><p>La jueza de distrito Brenda Sannes resolvió el lunes que la ley climática del estado operaba en un terreno regido por la legislación federal desde hace más de un siglo y buscaba indemnizaciones por el impacto acumulado de conductas que han ocurrido prácticamente en todas partes de la Tierra.</p><p>Eso, escribió, entra en conflicto con la necesidad de una política nacional uniforme en materia de energía y medio ambiente, y además no está autorizado por la Ley de Aire Limpio federal, que designa a la agencia ambiental federal como el principal regulador de las emisiones de gases de efecto invernadero que calientan el planeta.</p><p>Por separado, Sannes escribió que el intento de cobrar daños y perjuicios a productores extranjeros de combustibles fósiles queda desplazado por la doctrina de asuntos exteriores, lo que lo hace inconstitucional.</p><p>Activistas contra el cambio climático instaron a la administración de Hochul a apelar. Un portavoz de la administración de Hochul afirmó: “Los contribuyentes no deberían tener que pagar la factura por los daños causados por los contaminadores” y señaló que la administración estaba revisando la decisión para determinar sus próximos pasos.</p><p>La administración del presidente Donald Trump había impugnado previamente a Michigan, Hawai y Vermont por leyes similares después de que él declarara una “emergencia energética nacional” y ordenara a su secretario de Justicia actuar contra estados que pudieran estar excediéndose en su autoridad de regular.</p><p>En un comunicado, el Departamento de Justicia indicó que está “cumpliendo la orden del presidente Trump de proteger la energía estadounidense frente a los excesos de los estados”.</p><p>“La ley de Nueva York habría expropiado 75.000 millones de dólares a empresas energéticas de todo el mundo durante una emergencia energética y en abierta desobediencia de la política exterior estadounidense y de la ley federal”, declaró en un comunicado el subsecretario de Justicia Adam Gustafson.</p><p>La ley de Nueva York había exigido que las empresas responsables de emisiones sustanciales de gases de efecto invernadero pagaran colectivamente 3.000 millones de dólares al año durante 25 años a un fondo para proyectos de infraestructura destinados a reparar o evitar daños futuros por el cambio climático.</p><p>Los legisladores aprobaron la ley para obligar a las grandes compañías de petróleo y gas a contribuir al costo de las reparaciones ocasionadas por fenómenos meteorológicos extremos y para financiar proyectos de resiliencia, como la restauración de humedales costeros y mejoras en carreteras, puentes y sistemas de drenaje de agua.</p><p>Los mayores emisores de gases de efecto invernadero entre 2000 y 2018 iban a quedar sujetos a las multas.</p><p>_________________________________</p><p>El corresponsal Anthony Izaguirre en Nueva York contribuyó con esta nota.</p><p>_________________________________</p><p>Siga a Marc Levy en http://twitter.com/timelywriter.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4I3U4WU7VVP33Z2MRQEDQEV5H4.jpg?auth=34abcae1363cd67c56ef6e174948be390c2b332e478f30a61dda477d59931436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La neblina en Manhattan, Nueva York, el 20 de julio del 2021. (AP foto/Julie Jacobson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julie Jacobson</media:credit></media:content></item><item><title><![CDATA[US strikes Iran and Tehran fires back as hostilities flare again]]></title><link>https://www.local10.com/news/politics/2026/09/01/us-strikes-iran-and-tehran-fires-back-as-hostilities-flare-again/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/01/us-strikes-iran-and-tehran-fires-back-as-hostilities-flare-again/</guid><dc:creator><![CDATA[By BEN FINLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military hit targets in Iran on Tuesday and Tehran fired missiles and drones in response as hostilities flare once again in an intermittent war that has lasted more than six months. One U.S. strike hit a home hosting a wedding, killing two people and wounding dozens, local officials said.]]></description><pubDate>Tue, 01 Sep 2026 20:19:32 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military hit targets in Iran on Tuesday and Tehran fired missiles and drones in response as hostilities flare once again in an intermittent war that has lasted more than six months. One U.S. strike hit a home hosting a wedding, killing two people and wounding dozens, local officials said.</p><p>The U.S. strikes followed others on Sunday that abruptly ended a month without military action and threatened to fully reignite a conflict that has spiked global oil prices and posed political problems for Republicans in November's midterm congressional elections. The renewed fighting comes after President Donald Trump had appeared to pivot toward trying to bend Iran to his will through economic sanctions.</p><p>“If the failed Nation of Iran retaliates for this very justified attack, they will be hit again at a much harder and higher level, but it will not be the biggest attack of them all, that is waiting in the wings,” Trump warned on social media.</p><p>U.S. Central Command said the latest strikes were in response to Tehran trying to attack commercial ships and American forces in the Middle East. Trump offered an additional explanation, telling Fox News in a phone call that U.S. forces struck Iran's radars.</p><p>“They tried to rebuild their radar because they can’t see anything,” Trump told Fox. “We waited until it was almost built and then we hit it."</p><p>Iranian state media reported that the U.S. had bombed civilian sites along Iran's southern coast and hit a civilian airport. A U.S. strike hit a home where a wedding ceremony was being held in Kuhestak in southern Iran, killing two people and wounding at least 50 others, Ahmad Nafisi, Hormozgan Province’s deputy governor, told Iranian state television in a phone call. Red Crescent rescue officials in the province said the death toll had risen to four, including a child.</p><p>U.S. Central Command did not immediately respond to an email seeking comment on those reports.</p><p>Iran's military warns of ‘devastating blows’ as country reports attack on airport</p><p>Iran’s Armed Forces General Staff and its joint military command said the armed forces would deliver what they described as “crushing and devastating blows” against the United States. The state-run IRNA news agency cited a statement by Iran’s paramilitary Revolutionary Guard, which warned that the attacks have only strengthened the Islamic Republic’s resolve and tightened Iran’s effective closure of the Strait of Hormuz, through which 20% of the world’s oil normally flows.</p><p>Explosions were reported across several southern Iranian coastal areas, including the port city of Bandar Abbas that is home to naval and air force facilities as well as Qeshm Island in the Strait of Hormuz. Witnesses in Bandar Abbas told The Associated Press that the explosions were stronger than those on Sunday and said they saw smoke rising from the eastern part of the city on the strait.</p><p>Iranian state television said U.S. strikes hit a fishmeal factory on Qeshm Island and several civilian sites in Hormozgan province. It said a fishing pier and a Ports and Maritime Organization tower in Sirik were among the locations struck.</p><p>State TV also reported that the U.S. military struck the civilian Jiroft Airport in central Iran's Kerman province, saying a projectile struck an area outside the runway and caused no casualties or damage to airport infrastructure.</p><p>The U.S. and Iran are both seeking control over the Strait of Hormuz, a narrow waterway off Iran's coast that is a vital oil shipping corridor. Tehran effectively closed it after the war began.</p><p>Oil prices have moved sharply higher this week with renewed clashes between Iran and the United States. Crude, already up about 7% this week, continued to rise following the strikes on Tuesday.</p><p>The price of crude has jumped more than 50% this year and it’s dragged the cost of gasoline upward with it. The cost for a gallon of regular gasoline in the U.S. ticked higher again overnight to $4.10, according to AAA. Last year at this time, a gallon cost $3.19.</p><p>Strikes have renewed after Iran said it would stick to a ceasefire deal if the US did the same</p><p>Before military action began again, the Trump administration had argued that hitting the right economic target in a campaign of financial isolation would get Tehran to its breaking point. Now, strikes are renewing even as U.S. stockpiles of advanced interceptors have been diminishing and the war has been unpopular among many Americans.</p><p>A return to open conflict would be dangerous for the region, where Iran has targeted U.S. military bases and infrastructure in Gulf countries since the war began.</p><p>Iranian President Masoud Pezeshkian said earlier Tuesday before the latest strikes that the Islamic Republic is ready to return to the interim ceasefire deal reached with the U.S. in June if Washington does the same.</p><p>“If the U.S. returns to its commitments in the memorandum of understanding, the Islamic Republic of Iran will immediately reciprocate,” Iranian state media cited Pezeshkian as saying at the Shanghai Cooperation Organization summit in Kyrgyzstan.</p><p>The June interim deal called for an immediate ceasefire and started a 60-day period for negotiations aimed at reaching a wider agreement, but crumbled soon afterward.</p><p>In the previous strikes on Sunday, U.S. Central Command said its forces struck Iranian rocket launchers that would launch sea mines into the strait.</p><p>Iran responded to Sunday's attacks by launching missiles at U.S. sites in Jordan, which were intercepted, while the United Arab Emirates said it stopped an Iranian drone over its waters. Trump acknowledged Monday that more strikes might be necessary.</p><p>The American military in recent days has cast the renewed fighting as limited, though Trump had acknowledged Monday that more strikes might be necessary.</p><p>U.S. Central Command said Monday on X that its attacks on Iranian targets on Sunday were narrowly focused.</p><p>“U.S. forces took limited, precise action against IRGC minelaying forces posing an imminent threat in the Strait of Hormuz,” U.S. Central Command said. “In essence, Iran created the threat and the U.S. military eliminated it to protect civilian mariners, commercial shipping, and the free flow of global commerce.”</p><p>Central Command reiterated Tuesday that its attacks followed Iranian aggression against commercial vessels and American troops in the region.</p><p>___</p><p>Associated Press writers Aamer Madhani and Michelle L. Price in Washington and Charles Sheehan in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XCKLMFII333DPTCFBLTXC6E4EQ.jpg?auth=686765cccdfca4a4805c04406c77efe4583efbd1e1042d3435a204382a02831f&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 in the Oval Office of the White House, Monday, Aug. 31, 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/Q6RU2VZLQ56PEB7CP4JXJH2OMM.jpg?auth=c13804bf16e45eaacc4d87796605a60174d87d5e7a5b642a74a8bfcc0ff4c686&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A small boat sails past cargo ships and other commercial vessels anchored in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, Aug. 5, 2026. (Amirhosein Khorgooi/ISNA via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U232NPF5QGJFLHFPVHCOZINCXA.jpg?auth=1b7c7ce8c9a22d379e8b9a296fac490b5b804305292e654616dbef22a18f1219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cars and residential buildings damaged in a U.S.-Israeli strike on March 8 remain in ruins in Tehran, Iran, Thursday, Aug. 27, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Reanudan parcialmente vuelos comerciales en principal aeropuerto de Venezuela tras terremotos]]></title><link>https://www.local10.com/espanol/2026/09/01/reanudan-parcialmente-vuelos-comerciales-en-principal-aeropuerto-de-venezuela-tras-terremotos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/reanudan-parcialmente-vuelos-comerciales-en-principal-aeropuerto-de-venezuela-tras-terremotos/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — Casi 10 semanas después de los dos devastadores terremotos que azotaron a Venezuela, el principal aeropuerto del país reanudó el martes parcialmente sus operaciones comerciales.]]></description><pubDate>Tue, 01 Sep 2026 16:46:49 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — Casi 10 semanas después de los dos devastadores terremotos que azotaron a Venezuela, el principal aeropuerto del país reanudó el martes parcialmente sus operaciones comerciales.</p><p>Como solución temporal en el estacionamiento de la terminal Simón Bolívar, ubicada en la zona de Maiquetía en el estado de La Guaira, se levantó un área con estructuras metálicas para atender a los pasajeros mientras continúan las reparaciones.</p><p>La estructura, de unos 10.000 metros cuadrados, tiene capacidad para atender a 2.168 pasajeros por día, según el aeropuerto y cuenta con mostradores de chequeo y áreas de espera climatizadas, redes inalámbricas gratuitas, servicio médico y baños, entre otros servicios. El traslado a las aeronaves se hará en su totalidad en autobuses.</p><p>“Esperamos que con este inicio de operaciones... vamos a recuperar un 25% de las operaciones que teníamos antes del terremoto”, dijo a la prensa el ministro de Transporte, Francisco Garcés.</p><p>Agregó que “paulatinamente vamos a ir generando las condiciones para aumentar estas capacidades, para llegar prontamente a 40% en un par de meses y posteriormente a finales o principios de año poder llegar hasta el 60%”.</p><p>Garcés dijo que la reanudación de las operaciones cuenta con la certificación de organizaciones internacionales que realizaron la inspección correspondiente.</p><p>El aeropuerto, ubicado unos 20 kilómetros al norte de Caracas, fue cerrado luego de sufrir graves daños en sus pistas, la torre de control y edificaciones de embarque y desembarque de pasajeros y de carga durante los terremotos de 7,2 y 7,5 de magnitud del 24 de junio que dejaron más de 6.500 muertos y unas 17.900 personas sin vivienda.</p><p>La mayoría de las muertes ocurrieron en La Guaira, el segundo estado más pequeño de Venezuela pero donde se ubican el aeropuerto Simón Bolívar y el segundo mayor puerto del país. Su población de 440.000 habitantes es mayoritariamente pobre y vive del turismo, el comercio y las actividades en torno a la terminal aérea y el puerto.</p><p>La reanudación de operaciones comerciales comprenderá en principio siete vuelos nacionales y cuatro internacionales de ida y vuelta de las aerolíneas Copa Airlines de Panamá y Air Europa de España. Otras, entre ellas la española Iberia, se irán incorporando en los próximos días.</p><p>Hasta la víspera los vuelos internacionales llegaban en su totalidad a pequeños aeropuertos del estado central de Carabobo y el oriental de Anzoátegui, a unos 168 y 314 kilómetros de Caracas, respectivamente.</p><p>Los terremotos fueron los más fuertes registrados en el país sudamericano en más de un siglo y ocurrieron con 39 segundos de diferencia a lo largo de la cordillera de la costa, donde se encuentran los mayores centros poblados del país. Los sismos provocaron severos daños en Caracas y en los estados centro occidentales de Carabobo, Miranda, Aragua y Yaracuy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YXLAFMAVZ4KWERBOMD5DZYX6WU.jpg?auth=95e887d7a1fe765c570d3efa75f049d66ba06d611a6b244dba0240f7c03ea33e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pasajeros realizan el proceso de facturación en el Aeropuerto Internacional Simón Bolívar, que reabre para vuelos comerciales dos meses después de haber cerrado debido al terremoto en Maiquetía, Venezuela, el martes 1 de septiembre de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XOWMVUBJOHC5HGQWNWG2VJH6M.jpg?auth=4a0d77d9e86898367977a5fd0980de5ad770d58e6bd50ca81f419001a41541d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pasajeros llegan al Aeropuerto Internacional Simón Bolívar, que reabre para vuelos comerciales dos meses después de haber cerrado debido al terremoto en Maiquetía, Venezuela, el martes 1 de septiembre de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSXDCUVMWLVLYEGB3BQ476O42Y.jpg?auth=c2d5d3c9e969f24011d5151c0bd651c68126ec3244077b086c435e09e903dbd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pasajeros llegan al Aeropuerto Internacional Simón Bolívar, que reabre para vuelos comerciales dos meses después de haber cerrado debido al terremoto en Maiquetía, Venezuela, el martes 1 de septiembre de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Texans: No in-season contract talks with C.J. Stroud if no deal by Sept. 13]]></title><link>https://www.local10.com/sports/2026/09/01/texans-no-in-season-contract-talks-with-cj-stroud-if-no-deal-by-sept-13/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/texans-no-in-season-contract-talks-with-cj-stroud-if-no-deal-by-sept-13/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — The Houston Texans won't extend current contract negotiations with quarterback C.J. Stroud into the season.]]></description><pubDate>Tue, 01 Sep 2026 17:15:28 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — The Houston Texans won't extend current contract negotiations with quarterback C.J. Stroud into the season.</p><p>General manager Nick Caserio said Tuesday that if the club can't reach an agreement with Stroud before the Sept. 13 opener against Buffalo that it will pause all talks until next offseason.</p><p>Houston already picked up Stroud's fifth-year option, meaning it has him under team control through 2027.</p><p>Caserio said at the start of training camp in late July that there was a chance the sides could come to terms on an extension but no deal appears to be imminent.</p><p>The 24-year-old Stroud is 28-18 and led the Texans to the playoffs in each of the three seasons since Houston took him with the second overall pick in the 2023 draft. The AP NFL Offensive Rookie of the Year in 2023 completed a career-best 64% of his passes in 2025 as Houston went 12-5 and advanced to the divisional round of the playoffs.</p><p>Stroud struggled in a postseason loss in New England, throwing four interceptions in a 28-16 defeat.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K3U5B4GKYD7PQ7YM5RBMA3S7O4.jpg?auth=50a214484427d2bbd832a28f1300e7abadbe901068c33905de7c11f1e7f8288c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Texans quarterback C.J. Stroud (7) throws before an NFL preseason football game against the Las Vegas Raiders, Thursday, Aug. 20, 2026, in Houston. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[No. 5 Cobolli rallies from two sets down at the US Open as play picks up after a morning of rain]]></title><link>https://www.local10.com/sports/2026/09/01/madison-keys-wins-in-early-action-at-the-us-open-with-rain-delaying-almost-everything-else/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/madison-keys-wins-in-early-action-at-the-us-open-with-rain-delaying-almost-everything-else/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Flavio Cobolli rallied from two sets down to win his first-round match at the U.S. Open on Tuesday, avoiding another early upset on the men's side.]]></description><pubDate>Tue, 01 Sep 2026 19:49:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Flavio Cobolli rallied from two sets down to win his first-round match at the U.S. Open on Tuesday, avoiding another early upset on the men's side.</p><p>The No. 5 seed and French Open runner-up beat Francisco Comesana 3-6, 2-6, 6-3, 6-4, 6-4, finishing his match that lasted 4 hours, 12 minutes not long after some sun had broken through the clouds and allowed play to start on all the outside courts after a morning of rain.</p><p>Cobolli made his first career two-set comeback to avoid joining No. 4 seed Novak Djokovic and No. 10 Arthur Fils among early losers in a men's draw that was already missing top-ranked Jannik Sinner, Cobolli's fellow Italian who was unable to play in the tournament because of a right knee injury.</p><p>He said he took a bathroom break after the second set and decided to change everything.</p><p>“So I changed all the dress that I started with today and it works,” Cobolli said. “In Grand Slams it’s never done. You have to fight until the last point.”</p><p>No. 9 seed Taylor Fritz, the 2024 runner-up, rolled to a 6-3, 6-2, 6-4 victory over 18-year-old fellow American Darwin Blanch.</p><p>Madison Keys was the only other player to move into the second round early in a tournament where rain threatened to hamper the schedule for a couple days.</p><p>Showers that began Monday night and would possibly be on and off through the middle of the week delayed play on all the outer courts, allowing for action only in Arthur Ashe Stadium and Louis Armstrong Stadium, which have retractable roofs.</p><p>Keys, the No. 22 seed, beat 19-year-old Alina Korneeva 7-5, 6-4 in the leadoff match in Ashe. The 2017 U.S. Open runner-up was knocked off in the first round last year in Flushing Meadows.</p><p>“It’s always tough playing someone young and up and coming, and they’re going after their shots,” Keys said. “And it’s so hard to play a first round of a Grand Slam, so nervous and just wanting to do so well. So, really happy I was able to kind of fight through that and win today.”</p><p>Play finally began outdoors in the middle of the afternoon. Among those who finally got going were No. 2 seed Elena Rybakina, No. 12 Belinda Bencic and No. 32 Maria Sakkari.</p><p>Rybakina has multiple routes to the No. 1 ranking at the U.S. Open. She was facing American Thea Frodin, a 17-year-old from California who was the body double for actor Demi Singleton, who played Serena Williams, in the 2021 film “King Richard.”</p><p>Coco Gauff, the 2023 U.S. Open champion, No. 17 Alex Eala, and men’s No. 1 seed Alexander Zverev were scheduled at night on the third and last day of the first round.</p><p>Keys was broken when serving for the match with a 5-3 lead but recovered to break back in the next game and finish up the match.</p><p>The American lost to Sloane Stephens in the 2017 U.S. Open final and returned to Flushing Meadows last year after winning the first major title of her career by beating No. 1 Aryna Sabalenka in the Australian Open final. But what started out as a great year fell flat at the finish after Keys was stunned by Renata Zarazua of Mexico in the first round of last year's U.S. Open after committing 89 unforced errors.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3XFSI23QES3QNV6XCQ6HGXD3A.jpg?auth=8cec01c68c15c5ed0c6983e16fb64f4e68f9b6070e0e2673a0b50165b4a6bfda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flavio Cobolli, of Italy, celebrates winning a match against Francisco Comesana, of Argentina, during the first round of the U.S. Open tennis championships, Tuesday, Sept. 1, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MULGOYPBNXTVY4R6Q24ZZK36QY.jpg?auth=be5cf54c130114d24e7b6b2fc83633529e89c73caf7f802d5301aab2cf6dff7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A couple sits under an umbrella during a rain delay on the Grandstand court during the first round of the U.S. Open tennis championships Tuesday, Sept. 1, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OUCRRSKZK6FR6PTPGM5MVE2GS4.jpg?auth=1a981da735f7ddd672cfcbe80bdc39eef324613518b2c52d122a5e19390ec009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A crew member walks across the court at Grandstand stadium during a rain delay at the U.S. Open tennis championships Tuesday, Sept. 1, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XXX6CWD5Z45EODFTTC7DG3CPEY.jpg?auth=1bbfb2dcf77598cb25178d7baa2779fb8b3b7281812ac8aecd56de75a1425388&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flavio Cobolli, of Italy, returns the ball to Francisco Comesana, of Argentina, during the first round of the U.S. Open tennis championships, Tuesday, Sept. 1, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Man arrested over Draco pistol in Aventura was out on bond after arrest in Miami Springs, records show ]]></title><link>https://www.local10.com/news/local/2026/09/01/man-arrested-over-draco-pistol-in-aventura-was-out-on-bond-after-arrest-in-miami-springs-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/man-arrested-over-draco-pistol-in-aventura-was-out-on-bond-after-arrest-in-miami-springs-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Surveillance video showed a 25-year-old man displaying a semi-automatic Draco pistol with a 30-round magazine while driving in circles at a parking lot in Aventura, according to police. ]]></description><pubDate>Tue, 01 Sep 2026 15:40:48 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video showed a 25-year-old man displaying a semi-automatic Draco pistol with a 30-round magazine while driving in circles at a parking lot in Aventura, according to police. </p><p><a href="https://www.local10.com/espanol/2026/09/01/arrestan-hombre-en-aventura-por-posesion-de-pistola-draco-y-estaba-con-libertad-bajo-fianza-tras-detencion-en-miami-springs-segun-registros/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/arrestan-hombre-en-aventura-por-posesion-de-pistola-draco-y-estaba-con-libertad-bajo-fianza-tras-detencion-en-miami-springs-segun-registros/">Leer en español</a></p><p>Adrian S. Jenkins frightened the DICK’S Sporting Goods employees who saw him on Monday at 18499 Biscayne Boulevard, according to the Aventura police officers’ arrest report. </p><p>“The firearm was never displayed within the store,” an Aventura police officer wrote, according to the arrest report. </p><p>Jenkins was out on bond on a pending case in Miami-Dade County. Police officers arrested him on Jan. 10 at the Days Inn Hotel, at 4767 NW 36th St., in Miami Springs, records show. </p><p>Jenkins was “acting aggressively towards on scene officers, raising his voice, and yelling profanities,” a Miami Springs police officer wrote, according to the Jan. 10 arrest report. </p><p>Jenkins was driving a car that had been reported stolen in Massachusetts after a Turo car rental marketplace deal, according to the Miami Springs police officers’ report. </p><p>Jenkins faced a charge of failing to return a rental or leased car, a third-degree felony. Prosecutors filed the case on Jan. 11. His bond was $5,000. His next hearing was set for Sept. 8. </p><p>Aventura police officers arrested Jenkins shortly after 9:05 a.m. on Monday at 18499 Biscayne Boulevard, according to the police officers’ arrest report. </p><p>Miami-Dade County corrections booked Jenkins shortly before noon on Monday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Miami-Dade prosecutors filed a case against Jenkins on a charge of improper exhibition of a firearm in the presence of one or more persons, according to court records. </p><p>Miami-Dade County Circuit Judge Carmen R. Cabarga was set to preside over both cases. </p><p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDRI3H7KD5D2BETIGT4VHZLIJU.jpg?auth=d99d9f01cd7813039a33e1c88d56c3957dbc7d49704add27c825ca7f9164eea2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Adrian S. Jenkins on Monday in Aventura. He was out on bond after an arrest earlier this year in Miami Springs.]]></media:description></media:content></item><item><title><![CDATA[Arrestan hombre en Aventura por posesión de pistola Draco y estaba con libertad bajo fianza tras detención en Miami Springs, según registros]]></title><link>https://www.local10.com/espanol/2026/09/01/arrestan-hombre-en-aventura-por-posesion-de-pistola-draco-y-estaba-con-libertad-bajo-fianza-tras-detencion-en-miami-springs-segun-registros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/arrestan-hombre-en-aventura-por-posesion-de-pistola-draco-y-estaba-con-libertad-bajo-fianza-tras-detencion-en-miami-springs-segun-registros/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Video de vigilancia mostró al hombre de 25 años que exhibía pistola semiautomática Draco con cargador de 30 balas mientras conducía en círculos en un estacionamiento de Aventura.]]></description><pubDate>Tue, 01 Sep 2026 16:29:29 +0000</pubDate><content:encoded><![CDATA[<p>Un video de vigilancia mostró a un hombre de 25 años exhibiendo una pistola semiautomática Draco con un cargador de 30 balas mientras conducía en círculos en un estacionamiento de Aventura, según la Policía.</p><p>Adrian S. Jenkins atemorizó a los empleados de DICK’S Sporting Goods que lo vieron el lunes en 18499 Biscayne Boulevard, según el informe de arresto de los agentes de la Policía de Aventura.</p><p>“El arma de fuego nunca fue exhibida dentro de la tienda”, escribió un agente de la Policía de Aventura, según el informe de arresto.</p><p>Jenkins estaba en libertad bajo fianza por un caso pendiente en el condado Miami-Dade. Los agentes de policía lo arrestaron el 10 de enero en el Days Inn Hotel, ubicado en 4767 NW 36th St., en Miami Springs, según muestran los registros.</p><p>Jenkins estaba “actuando agresivamente hacia los agentes presentes en la escena, elevando la voz y gritando vulgaridades”, escribió un agente de la Policía de Miami Springs, según el informe de arresto del 10 de enero.</p><p>Jenkins conducía un automóvil que había sido reportado como robado en Massachusetts después de un acuerdo de alquiler de automóvil a través del mercado de Turo, según el informe de los agentes de la Policía de Miami Springs.</p><p>Jenkins enfrentó un cargo por no devolver un automóvil alquilado o arrendado, un delito grave de tercer grado. Los fiscales presentaron el caso el 11 de enero. Su fianza era de $5,000 USD. Su próxima audiencia estaba programada para el 8 de septiembre.</p><p>Los agentes de la Policía de Aventura arrestaron a Jenkins poco después de las 9:05 a.m. del lunes en 18499 Biscayne Boulevard, según el informe de arresto de los agentes.</p><p>El Departamento de Correcciones del condado Miami-Dade ingresó a Jenkins poco antes del mediodía del lunes en el Turner Guilford Knight Correctional Center, según los registros de reclusos.</p><p>Los fiscales de Miami-Dade presentaron un caso contra Jenkins por un cargo de exhibición indebida de un arma de fuego en presencia de una o más personas, según los registros judiciales.</p><p>La jueza del Circuito del condado Miami-Dade Carmen R. Cabarga estaba programada para presidir ambos casos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDRI3H7KD5D2BETIGT4VHZLIJU.jpg?auth=d99d9f01cd7813039a33e1c88d56c3957dbc7d49704add27c825ca7f9164eea2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Adrian S. Jenkins on Monday in Aventura. He was out on bond after an arrest earlier this year in Miami Springs.]]></media:description></media:content></item><item><title><![CDATA[Man flying to Cuba tells AA gate agent at MIA: No lithium batteries, ‘but I have a bomb,’ cops say]]></title><link>https://www.local10.com/news/local/2026/09/01/man-flying-to-cuba-tells-aa-gate-agent-at-mia-no-lithium-batteries-but-i-have-a-bomb-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/man-flying-to-cuba-tells-aa-gate-agent-at-mia-no-lithium-batteries-but-i-have-a-bomb-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Deputies say a man flying to Cuba confirmed with an American Airlines gate agent at Miami International Airport Monday morning that he didn’t have any laptop batteries in his bag ― but what he claimed he did have ensured that he would not make it to the island.]]></description><pubDate>Tue, 01 Sep 2026 15:29:02 +0000</pubDate><content:encoded><![CDATA[<p>Deputies say a man flying to Cuba confirmed with an American Airlines gate agent at Miami International Airport Monday morning that he didn’t have any laptop batteries in his bag ― but what he claimed he did have ensured that he would not make it to the island.</p><p><a href="https://www.local10.com/espanol/2026/09/01/hombre-con-destino-a-cuba-dice-a-agente-de-embarque-de-aa-en-aeropuerto-de-mia-no-tengo-baterias-de-litio-pero-tengo-una-bomba-dice-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/hombre-con-destino-a-cuba-dice-a-agente-de-embarque-de-aa-en-aeropuerto-de-mia-no-tengo-baterias-de-litio-pero-tengo-una-bomba-dice-policia/">Leer en español</a></p><p>A Miami-Dade Sheriff’s Office arrest report states that the agent was asking Yoel Guevara-Crespo, 33, of Lake Charles, Louisiana, “the standard security questions” as he was about to board the flight to Camagüey, Cuba.</p><p>One of those, deputies said, was “Do you have any lithium batteries or incendiary devices in the bag?”</p><p>They said Guevara-Crespo responded, “No, but I have a bomb.”</p><p>“At that point, (the agent) told him that he couldn’t fly and she would be contacting her supervisor,” the report states. “(Guevara-Crespo) stated that he was joking.”</p><p>Deputies, however, said they did not treat it as a joke, took him into custody on a false bomb report charge and swept his luggage with a K-9 dog, finding no bomb.</p><p>Deputies said Guevara-Crespo’s arrest came one day after another self-proclaimed jokester, Osniel Blanco-Lopez, <a href="https://www.local10.com/news/local/2026/08/31/man-arrested-after-joking-that-he-had-a-grenade-at-american-airlines-counter-at-mia-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/31/man-arrested-after-joking-that-he-had-a-grenade-at-american-airlines-counter-at-mia-deputies-say/">made a comment</a> to another American agent about having “a grenade.”</p><p>That, they said, would land the 52-year-old southwest Miami-Dade man behind bars on the same charge.</p><p>Blanco-Lopez was out of jail on Tuesday, but Guevara-Crespo was still locked up in the Turner Guilford Knight Correctional Center on a $2,500 bond, having faced a judge earlier in the morning.</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/HBIP7ODRURGYFCPRZDVFA7OTIA.jpg?auth=8dbc1c2245212bc762f416e2c9fafd22ecf91b65d1fbe52f7155f34859365b4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yoel Guevara-Crespo]]></media:description></media:content></item><item><title><![CDATA[Hombre con destino a Cuba dice a agente de embarque de AA en aeropuerto de MIA: No tengo baterías de litio “pero tengo una bomba”, dice policía]]></title><link>https://www.local10.com/espanol/2026/09/01/hombre-con-destino-a-cuba-dice-a-agente-de-embarque-de-aa-en-aeropuerto-de-mia-no-tengo-baterias-de-litio-pero-tengo-una-bomba-dice-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/hombre-con-destino-a-cuba-dice-a-agente-de-embarque-de-aa-en-aeropuerto-de-mia-no-tengo-baterias-de-litio-pero-tengo-una-bomba-dice-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Informe de arresto de la Oficina del Sheriff de Miami-Dade señala que el agente hizo al joven de 33 años “las preguntas de seguridad estándar” cuando estaba a punto de abordar el vuelo a Camagüey, Cuba.]]></description><pubDate>Tue, 01 Sep 2026 16:20:32 +0000</pubDate><content:encoded><![CDATA[<p>Agentes dijeron que un hombre que viajaba a Cuba confirmó el lunes por la mañana con un agente de American Airlines en el Aeropuerto Internacional de Miami que no tenía baterías de computadora portátil en su bolso, pero lo que afirmó que sí tenía garantizó que no llegaría a la isla.</p><p>Un informe de arresto de la Oficina del Sheriff de Miami-Dade señala que el agente le hacía a Yoel Guevara-Crespo, de 33 años, de Lake Charles, Louisiana, “las preguntas de seguridad estándar” cuando estaba a punto de abordar el vuelo a Camagüey, Cuba.</p><p>Una de ellas, dijeron los agentes, fue: “¿Tiene baterías de litio o dispositivos incendiarios en el bolso?”</p><p>Dijeron que Guevara-Crespo respondió: “No, pero tengo una bomba”.</p><p>“En ese momento, (el agente) le informó que no podía volar y que se comunicaría con su supervisor”, señala el informe. “(Guevara-Crespo) dijo que estaba bromeando”.</p><p>Sin embargo, los agentes dijeron que no lo tomaron como una broma, lo detuvieron bajo un cargo de reporte falso de bomba y revisaron su equipaje con un perro K-9, sin encontrar ninguna bomba.</p><p>Los agentes dijeron que el arresto de Guevara-Crespo ocurrió un día después de que otro bromista autoproclamado, Osniel Blanco-Lopez, hiciera un comentario a otro agente de American Airlines sobre tener “una granada”.</p><p>Eso, dijeron, llevaría al hombre de 52 años, residente del suroeste de Miami-Dade, tras las rejas bajo el mismo cargo.</p><p>Blanco-Lopez estaba fuera de la cárcel el martes, pero Guevara-Crespo seguía detenido en el Turner Guilford Knight Correctional Center con una fianza de $2,500 USD, luego de haber comparecido ante un juez esa mañana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HBIP7ODRURGYFCPRZDVFA7OTIA.jpg?auth=8dbc1c2245212bc762f416e2c9fafd22ecf91b65d1fbe52f7155f34859365b4e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yoel Guevara-Crespo]]></media:description></media:content></item><item><title><![CDATA[Man accused of robbing Hialeah smoke shop while masked, armed with rifle ]]></title><link>https://www.local10.com/news/local/2026/09/01/man-accused-of-robbing-hialeah-smoke-shop-while-masked-armed-with-rifle/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/man-accused-of-robbing-hialeah-smoke-shop-while-masked-armed-with-rifle/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man is accused of first trying to rob a Hialeah smoke shop before returning about 45 minutes later with a semiautomatic rifle and stealing roughly $1,600 worth of pills, according to an arrest report obtained by Local 10 News on Tuesday. ]]></description><pubDate>Tue, 01 Sep 2026 15:45:11 +0000</pubDate><content:encoded><![CDATA[<p>A man is accused of first trying to rob a Hialeah smoke shop before returning about 45 minutes later with a semiautomatic rifle and stealing roughly $1,600 worth of pills, according to an arrest report obtained by Local 10 News on Tuesday.</p><p><a href="https://www.local10.com/espanol/2026/09/01/hombre-acusado-por-atracar-tabaqueria-de-hialeah-enmascarado-y-con-rifle/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/hombre-acusado-por-atracar-tabaqueria-de-hialeah-enmascarado-y-con-rifle/">Leer en español</a></p><p>Jail records show Rafael Issac Rodriguez, 27, was arrested Monday by the Hialeah Police Department and is facing one count of armed robbery with a firearm or deadly weapon and one count of attempted armed robbery with a firearm and mask. </p><p>The first incident happened shortly before 1 a.m. Friday at Palm Smoke, located at 907 Palm Ave., according to investigators. </p><p>Police said Rodriguez entered the store wearing a dark-colored hoodie and light-colored pants and walked behind the glass countertop, an area restricted to employees. </p><p>One of his hands was inside his hoodie, leading the cashier to believe he was armed with a gun, the report states.</p><p>Police said Rodriguez approached the cashier and demanded pills.</p><p>The cashier told detectives he recognized Rodriguez as a regular customer and as one of only two customers who purchased the specific type of pills being demanded, according to the report.</p><p>Fearing for his life, the cashier grabbed a hookah pick for protection and told Rodriguez he was not giving him anything and that he needed to leave, the report states. </p><p>Rodriguez then told him, “You are lucky this is unloaded,” before leaving the store and driving away in a dark-colored Ford Taurus, according to the report.</p><p>About 45 minutes later, Rodriguez returned wearing the same clothing, but this time carrying a semiautomatic rifle equipped with a 100-round drum magazine, police said. </p><p>They said Rodriguez entered the business, pulled the rifle’s charging handle, loaded a round into the chamber and pointed the weapon at the cashier while again demanding the pills.</p><p>The cashier ran into a small office area inside the store for cover, police said.</p><p>They said Rodriguez then went to the area where the pills were stored and took approximately $1,600 worth of pills identified in the report as containing pure 7-hydroxymitragynine, commonly known as 7-OH.</p><p>He then left the store and fled northbound on Palm Avenue, according to police.</p><p>The cashier provided detectives with information identifying Rodriguez, including a phone number and email address from previous transactions, the report states. Detectives later identified Rodriguez and presented the cashier with a photo lineup.</p><p>The cashier identified Rodriguez as the person involved in both incidents, according to the report.</p><p>Rodriguez was located around 7:40 p.m. Monday near Northwest 10th Avenue and Northwest 20th Street and was taken to Hialeah Police Department headquarters for an interview, the report states.</p><p>After being advised of his Miranda rights, Rodriguez agreed to speak with detectives, according to police.</p><p>During the interview, Rodriguez said he drives a 2010 blue Ford Taurus and acknowledged that he is addicted to 7-hydroxymitragynine, or 7-OH, the report states.</p><p>Rodriguez also told detectives he frequently shops at Palm Smoke and knows attendants working both shifts, investigators said. </p><p>Rodriguez claimed he was “experiencing withdrawals” and said he did not remember where he was or what he did at the time of the robbery, according to the report.</p><p>Rodriguez later asked for a lawyer, and detectives ended the interview, the report states. </p><p>As the Miranda form was being completed, Rodriguez made a spontaneous statement about the shop selling Schedule I substances, saying, “I’m the one getting f---ed over,” the report states. </p><p>As of Tuesday morning, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as to be set." </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QPLD3X4PRVBRLCPUGCAOT72Q7E.jpg?auth=09b10fea2ab57f2357538755a9da78dfadac0af323138e73b31a2a7870f5ca85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre acusado por atracar  tabaquería de Hialeah enmascarado y con rifle]]></title><link>https://www.local10.com/espanol/2026/09/01/hombre-acusado-por-atracar-tabaqueria-de-hialeah-enmascarado-y-con-rifle/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/hombre-acusado-por-atracar-tabaqueria-de-hialeah-enmascarado-y-con-rifle/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Acusado de primero intentar robo en una tienda de productos para fumar en Hialeah y volver minutos después con un rifle semiautomático y robar aproximadamente $1,600 USD.]]></description><pubDate>Tue, 01 Sep 2026 16:10:01 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre es acusado de intentar primero robar una tienda de productos para fumar en Hialeah antes de regresar unos 45 minutos después con un rifle semiautomático y robar aproximadamente $1,600 USD en pastillas, según un informe de arresto obtenido el martes por Local 10 News.</p><p>Los registros de la cárcel muestran que Rafael Issac Rodriguez, de 27 años, fue arrestado el lunes por el Departamento de Policía de Hialeah y enfrenta un cargo de robo a mano armada con arma de fuego o arma mortal y un cargo de intento de robo a mano armada con arma de fuego y máscara.</p><p>El primer incidente ocurrió poco antes de la 1 a.m. del viernes en Palm Smoke, ubicada en 907 Palm Ave., según los investigadores.</p><p>La Policía dijo que Rodriguez entró a la tienda con una sudadera con capucha de color oscuro y pantalones de color claro y caminó detrás del mostrador de vidrio, un área restringida para empleados.</p><p>Una de sus manos estaba dentro de su sudadera con capucha, lo que llevó al cajero a creer que estaba armado con una pistola, señala el informe.</p><p>La Policía dijo que Rodriguez se acercó al cajero y exigió pastillas.</p><p>El cajero dijo a los detectives que reconoció a Rodriguez como un cliente habitual y como uno de los únicos dos clientes que compraban el tipo específico de pastillas que estaba exigiendo, según el informe.</p><p>Temiendo por su vida, el cajero tomó un punzón para narguile como protección y le dijo a Rodriguez que no le daría nada y que tenía que irse, señala el informe.</p><p>Rodriguez entonces le dijo: “Tienes suerte de que esto está descargado”, antes de salir de la tienda y alejarse en un Ford Taurus de color oscuro, según el informe.</p><p>Unos 45 minutos después, Rodriguez regresó con la misma ropa, pero esta vez llevaba un rifle semiautomático equipado con un cargador de tambor de 100 cartuchos, dijo la Policía.</p><p>Dijeron que Rodriguez entró al negocio, tiró de la manija de carga del rifle, cargó un cartucho en la recámara y apuntó el arma al cajero mientras volvía a exigir las pastillas.</p><p>El cajero corrió a una pequeña área de oficina dentro de la tienda para ponerse a cubierto, dijo la Policía.</p><p>Dijeron que Rodriguez luego fue al área donde se almacenaban las pastillas y tomó aproximadamente $1,600 USD en pastillas identificadas en el informe como aquellas que contienen 7-hidroximitraginina pura, comúnmente conocida como 7-OH.</p><p>Luego salió de la tienda y huyó hacia el norte por Palm Avenue, según la Policía.</p><p>El cajero proporcionó a los detectives información que identificaba a Rodriguez, incluido un número de teléfono y una dirección de correo electrónico de transacciones anteriores, señala el informe. Posteriormente, los detectives identificaron a Rodriguez y le mostraron al cajero una rueda de fotografías.</p><p>El cajero identificó a Rodriguez como la persona involucrada en ambos incidentes, según el informe.</p><p>Rodriguez fue localizado alrededor de las 7:40 p.m. del lunes cerca de Northwest 10th Avenue y Northwest 20th Street y fue llevado a la sede del Departamento de Policía de Hialeah para una entrevista, señala el informe.</p><p>Después de ser informado de sus derechos Miranda, Rodriguez accedió a hablar con los detectives, según la Policía.</p><p>Durante la entrevista, Rodriguez dijo que conduce un Ford Taurus azul del 2010 y reconoció que es adicto a la 7-hidroximitraginina, o 7-OH, señala el informe.</p><p>Rodriguez también dijo a los detectives que frecuentemente compra en Palm Smoke y conoce a los empleados que trabajan en ambos turnos, dijeron los investigadores.</p><p>Rodriguez afirmó que estaba “experimentando abstinencia” y dijo que no recordaba dónde estaba ni qué hizo en el momento del robo, según el informe.</p><p>Rodriguez posteriormente pidió un abogado y los detectives terminaron la entrevista, señala el informe.</p><p>Mientras se completaba el formulario de Miranda, Rodriguez hizo una declaración espontánea sobre la tienda que vende sustancias de la Lista I, diciendo: “Yo soy el que está siendo jodido”, señala el informe.</p><p>Hasta la mañana del martes, permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza figuraba como pendiente de ser fijada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QPLD3X4PRVBRLCPUGCAOT72Q7E.jpg?auth=09b10fea2ab57f2357538755a9da78dfadac0af323138e73b31a2a7870f5ca85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cuba inicia ciclo escolar pese a limitaciones causadas por la crisis y el cerco petrolero]]></title><link>https://www.local10.com/espanol/2026/09/01/cuba-inicia-ciclo-escolar-pese-a-limitaciones-causadas-por-la-crisis-y-el-cerco-petrolero/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/cuba-inicia-ciclo-escolar-pese-a-limitaciones-causadas-por-la-crisis-y-el-cerco-petrolero/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[LAS MINAS, Cuba (AP) — La familia Barroso se levantó al amanecer y enganchó un carro a un caballo prestado para llevar a sus hijas a la escuela el martes, el primer día de clases para muchos estudiantes en toda Cuba.]]></description><pubDate>Tue, 01 Sep 2026 18:22:36 +0000</pubDate><content:encoded><![CDATA[<p>LAS MINAS, Cuba (AP) — La familia Barroso se levantó al amanecer y enganchó un carro a un caballo prestado para llevar a sus hijas a la escuela el martes, el primer día de clases para muchos estudiantes en toda Cuba.</p><p>A medida que se profundizan las crisis en la isla, ladrones robaron recientemente el caballo de la familia y lo mataron para comer, por lo que los Barroso ahora dependen de un animal prestado para transportarse, porque los autobuses escolares no están funcionando.</p><p>El combustible, los maestros y los uniformes siguen escasos al comenzar el nuevo curso escolar.</p><p>Las autoridades informaron que unas 10.000 escuelas en todo el país abrieron sus puertas para recibir a 1,4 millones de estudiantes y más de 135.000 profesores.</p><p>La ministra de Educación, Naima Trujillo Barreto, reconoció los desafíos persistentes y calificó la reapertura de las escuelas como un “acto heroico” para una isla cuyo sistema de educación gratuita y universal fue considerado durante mucho tiempo un logro cumbre de la revolución de 1959.</p><p>Pero las múltiples crisis de la isla obligaron al gobierno a terminar el curso escolar anterior en junio, un mes antes. Las condiciones solo han empeorado, con persistente escasez de electricidad, agua y combustible, agravada por un embargo petrolero y sanciones de larga data de Estados Unidos.</p><p>“Este curso ha sido yo creo el más catastrófico”, manifestó Leanete Barroso, quien tiene dos hijas.</p><p>Mientras reabrían las escuelas, el presidente Miguel Díaz-Canel destacó el logro y escribió en X que era algo que “que el imperio pretendió impedir con su plan de asfixia”.</p><p>El canciller cubano Bruno Rodríguez hizo eco de esos sentimientos.</p><p>“Ningún cerco energético, ni amenazas, ni bloqueo recrudecido, ni sanciones secundarias, impedirán que sigamos preservando y desarrollando los logros de la Revolución, alcanzados con el liderazgo del Comandante en Jefe Fidel Castro Ruz”, escribió Rodríguez en X.</p><p>Mientras los estudiantes entraban a sus respectivas escuelas, saludaron la bandera y cantaron el himno nacional, que incluye la frase “morir por la patria es vivir”.</p><p>Faltan maestros en las escuelas</p><p>Una falta generalizada de profesores llevó al gobierno a enviar a más de 3.000 maestros desde las provincias orientales de Cuba a escuelas en La Habana, ya que la cobertura docente cayó al 73% en toda la isla. Las vacantes se atribuyen a los bajos salarios y a la emigración.</p><p>La ministra Barreto instó a los cubanos a ayudar a cubrir los vacíos, convocando a estudiantes universitarios, profesionales e incluso jubilados.</p><p>“Está convocado todo el mundo, todo el que pueda aportar”, comentó Barreto en una reciente conferencia de prensa. “Usted está en su casa, a lo mejor está jubilado y está loco por encontrarse con un grupo de niños que necesitan recibir clase de lo que usted sabe más que nadie”.</p><p>La bibliotecaria Sura Victorero Llerena respondió al llamado. Se jubiló este año, pero regresó a la escuela donde trabajó durante 39 años: “Volví porque quise ayudar... Somos como una familia. Todos nos unimos para que salgan las cosas bien”.</p><p>Mientras tanto, se espera que los padres y quienes trabajan en el sector privado apoyen con comidas escolares, mientras algunas escuelas solo reportan una provisión de alimentos para 15 días, según medios estatales.</p><p>También hubo desabasto de uniformes escolares al comenzar el nuevo curso, cubriendo apenas el 12% de la demanda en el nivel primario.</p><p>“Sin corriente no hay taller que pueda funcionar, sin combustible, no podemos llevar el tejido de un lugar a otro del país”, explicó Trujillo Barreto. “Sin dinero y sin posibilidades de importación, tampoco entran tejidos”.</p><p>Indicó que se permitirá a los estudiantes usar “ropa cómoda”, pero que aún deben anudarse sus tradicionales pañoletas rojas o azules.</p><p>Antes del amanecer del martes, muchos niños se cepillaron los dientes a la luz de teléfonos celulares y bombillas recargables. La noche fue dura para las hermanas Barroso, que durmieron con su madre afuera porque su ventilador recargable se descargó y el aire era sofocante dentro de su estrecha casa de madera con techo de lámina.</p><p>Mientras se preparaban para ir a la escuela, la hija mayor de Leanete Barroso, Sheila Ramírez Barroso, de 15 años, ya había lanzado una advertencia a sus padres: que la dejaran antes de llegar a la escuela para que sus compañeros no la vieran encima de un carro tirado por un caballo.</p><p>El desgaste de la rutina diaria en Cuba pasa factura</p><p>El día antes de que comenzaran las clases, Yurima Izaguirre batalló para subirle el uniforme escolar del año pasado a la menor de sus tres hijos. Hizo una mueca al ver que a su hija de 7 años ya casi no le queda la falda color burdeos.</p><p>“Cuando lleves un ratico en el aula te vas a ahogar”, dijo Izaguirre.</p><p>No había uniformes nuevos disponibles para sus dos hijas, pero logró encontrar dos shorts para su hijo.</p><p>Debido al encarecimiento de los bienes en Cuba, Izaguirre no tuvo suficiente dinero para comprar zapatos nuevos para sus hijos. Por primera vez, tuvo que comprar útiles escolares para los tres. El gobierno no pudo proporcionarlos.</p><p>Lo que más le preocupa es tener que darles de almorzar a sus hijos todos los días durante la semana escolar, otra novedad para ella.</p><p>Izaguirre planeaba preparar lo que ella y su esposo, que trabaja como salvavidas, pudieran costear: pasta, atún y mayonesa: “Tiene que durar”.</p><p>Antes de que empezaran las clases, Izaguirre les dijo a sus hijos que necesitaban llevar sus pequeños ventiladores recargables —cada uno etiquetado con su nombre— para ayudar a sobrellevar temperaturas que se mantienen por encima de los 32 °C (90 °F). Como a muchos cubanos, a menudo les afectan apagones diarios que duran más de 20 horas, así que recargan los ventiladores en la casa de un vecino amable.</p><p>Las vacaciones más largas de lo habitual antes de las clases también golpearon con fuerza a la familia. Por lo general, visitan la playa, un parque o el zoológico, pero sin transporte disponible debido a la falta de combustible, Izaguirre contó que organizaba picnics bajo un árbol cerca de su casa.</p><p>Sus hijos le dan fortaleza emocional, pero la vida diaria en Cuba ha golpeado duro a Izaguirre: “Me pasan por la cabeza hacer mil cosas, pero tengo que seguir adelante por ellos”.</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/XSY43WFDGHOHTCOTEPQWYKZUU4.jpg?auth=c86b827aed7078888a3034a29f4e9c5687acde6ceb6c5598810da5ea370f8fde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yurima Izaguirre prepara a dos de sus hijos para su regreso a clases utilizando la linterna de su teléfono celular para iluminar la habitación durante un apagón en Minas, en la provincia de La Habana, Cuba, el martes 1 de septiembre de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Germany blames Russia for last month's attempted drone attack at Leipzig airport]]></title><link>https://www.local10.com/news/world/2026/09/01/germany-blames-russia-for-last-months-attempted-drone-attack-at-leipzig-airport/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/germany-blames-russia-for-last-months-attempted-drone-attack-at-leipzig-airport/</guid><dc:creator><![CDATA[By GEIR MOULSON, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — The German government on Tuesday blamed Russia for an attempted attack at Leipzig/Halle Airport last month using a drone laden with explosives, and announced that it would shut down a Russian consulate among other measures.]]></description><pubDate>Tue, 01 Sep 2026 20:02:41 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — The German government on Tuesday blamed Russia for an attempted attack at Leipzig/Halle Airport last month using a drone laden with explosives, and announced that it would shut down a Russian consulate among other measures.</p><p>The drone was found near a Ukrainian plane on Aug. 4 and the device was defused. German officials said at the time that the incident posed a new level of danger.</p><p>Moscow has been widely accused by Western officials of running a campaign of sabotage and disruption with the aim of undermining support for Ukraine and destabilizing European nations.</p><p>Minister says evidence points to a familiar pattern</p><p>German Interior Minister Alexander Dobrindt said authorities found elements such as the drone configuration, components, explosives and detonator that are “known to us from other Russian hybrid operations and its war against Ukraine.” He said the device pointed to “a high degree of technical expertise” and painstaking planning, but carrying out the plan appears to have been left to “low-level” agents.</p><p>Dobrindt told reporters that intelligence points to “people being involved who acted on behalf of Russian state entities,” though he didn't specify which ones. “Taken together, the police investigations, the pattern and intelligence findings prove a Russian responsibility for the attempted attack at Leipzig airport.”</p><p>Germany will shut a Russian consulate</p><p>Foreign Minister Johann Wadephul said that “with the attempted attack in Leipzig, the Russian leadership decided deliberately to do significant damage again to our already massively burdened bilateral relationship." He said the Russian consulate in Bonn will be closed effective Sept. 18. The Russian House cultural center in Berlin also will be closed, though that may take some time.</p><p>Germany will propose the addition of more people from Russia to European Union sanctions lists “in the context of hybrid attacks,” step up entry controls for people from Russia and increase "pressure on the shadow fleet,” a reference to tankers suspected of shipping Russian oil in violation of international sanctions, Wadephul said. The EU has sanctioned hundreds of “shadow fleet” ships.</p><p>The Russian ambassador was summoned to the Foreign Ministry in Berlin.</p><p>Wadephul later told ARD television that “Germany can at any time show a stronger reaction, (but) that is not necessary at this point.”</p><p>Russian Foreign Ministry spokesperson Maria Zakharova said there would be a “fitting response” to the planned closures, Russian state news agency Tass reported.</p><p>She rejected claims of Russian involvement in the attempted drone attack, calling them a “far-fetched and contrived pretext” for Berlin to escalate tensions and arguing that “as usual, no convincing or serious evidence has been presented whatsoever.”</p><p>Around 200 incidents blamed on Russia</p><p>Leipzig/Halle is a major hub for international freight and for providing support to Ukraine. The planes that regularly use it include Ukrainian Antonov transport aircraft.</p><p>It is also home to NATO’s Strategic Airlift International Solution, or SALIS, which is currently operational almost every day in delivering equipment to NATO battle groups along its eastern flank from Finland to Romania and supporting EU and alliance nation missions.</p><p>In 2024, an incendiary device ignited at a logistics center at the airport and set fire to a freight container before it could be loaded onto a cargo plane, part of a plot that Western security officials suspect was organized by Russian intelligence.</p><p>The Associated Press has tracked around 200 incidents of sabotage and malign activity across Europe blamed on Russia by Western officials since the invasion of Ukraine.</p><p>That includes organizing plots to set fire to warehouses, launching drones and trying to kill enemies abroad as well as stealing defense technology and carrying out cyberattacks on critical European infrastructure.</p><p>In May, Russian President Vladimir Putin responded to the AP findings and said Moscow is not waging a sabotage campaign against Europe. He demanded that AP “name one proven fact.”</p><p>Russia has faced many packages of EU sanctions</p><p>The EU has slapped almost two dozen packages of sanctions on Russia over its war in Ukraine, targeting roughly 3,000 people and entities. EU foreign ministers will meet in Ireland Wednesday.</p><p>European allies rallied around Germany after Tuesday's announcement. NATO Secretary-General Mark Rutte said in a post on X that he had spoken with Chancellor Friedrich Merz and “NATO stands in full solidarity with Germany after the Russian hybrid attack in Leipzig.”</p><p>In mid-August, the German Cabinet approved plans to give the country’s intelligence services broader powers for actions such as disabling sabotage and hacking attempts. The planned reform, which had been in the works for months, still requires parliamentary approval.</p><p>Hours before Tuesday's German statement, Polish Prime Minister Donald Tusk, who has frequently warned that Russia is carrying out a campaign of sabotage against NATO countries, said Poland has been targeted by new acts of sabotage including arson within the past “dozens of hours.”</p><p>He spoke the day after a fire broke out at WB Electronics, which the Polish government has described as Europe’s biggest drone manufacturer.</p><p>Prosecutors said Monday they launched an investigation based on suspicions of the “participation of foreign intelligence activities against the Republic of Poland,” without elaborating on what country might be responsible. They said the fire in Skarżysko-Kamienna destroyed warehouse facilities and caused damage estimated at at least 15 million zlotys ($4 million).</p><p>___</p><p>Katie Marie Davies in Manchester, England, Emma Burrows in London, and Vanessa Gera in Warsaw contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BIJ7S3UMN6LWGOUUKRX3OPHYVE.jpg?auth=0fb4adf0cf19f923bf41b60e2287c9a4a5f5d16499cb232b577ec0581e373a16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Interior Minister Alexander Dobrindt speaks to the media during a press conference in Berlin on Tuesday, Sept. 1, 2026, about the attempted attack on Leipzig/Halle Airport last month with a drone loaded with explosives.(AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVB6R5TRUROKMT43ZBYCK73OLE.jpg?auth=93992ec00101dacadbc733cd9f319cb63d8f29af568a377406869d81ff26c390&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Interior Minister Alexander Dobrindt and Germany's Foreign Minister Johann Wadephul speak to the media during a press conference in Berlin on Tuesday, Sept. 1, 2026, about the attempted attack on Leipzig/Halle Airport last month with a drone loaded with explosives.(AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Miami Diaper Bank provides baby essentials for needy South Florida families]]></title><link>https://www.local10.com/news/local/2024/06/04/miami-diaper-bank-provides-baby-essentials-for-needy-south-florida-families/</link><guid isPermaLink="true">https://www.local10.com/news/local/2024/06/04/miami-diaper-bank-provides-baby-essentials-for-needy-south-florida-families/</guid><dc:creator><![CDATA[Nicole Perez]]></dc:creator><description><![CDATA[Nearly half of all babies in the United States do not have enough diapers, but there is an organization in South Florida working to put an end to that problem for local families.]]></description><pubDate>Tue, 04 Jun 2024 21:36:00 +0000</pubDate><content:encoded><![CDATA[<p>Nearly half of all babies in the United States do not have enough diapers, but there is an organization in South Florida working to put an end to that problem for local families.</p><p>“It’s great, it’s tremendous help, believe me. You have no idea,” said Elizabeth Tirador.</p><p>So many mothers across South Florida are incredibly grateful to the Miami Diaper Bank for providing them with much needed essentials for the most important people in their lives, their babies.</p><p>“We’ve all been affected in some way somehow. The increase of everything is affecting all of us and this is majorly helping me with my pocket with a baby now,” said Tirador.</p><p>Once a month, the Miami Diaper Bank partners with 52 different organizations throughout South Florida to provide diapers, pull ups, baby wipes, rash cream, humidifiers and more to the most at risk families for free.</p><p>The essential items would otherwise cost more than $100 if the families were to go to a retail store to purchase them.</p><p>Gabriela Rojas, the Executive Director of the Miami Diaper Bank, said the organization serves 100 new babies every month, which can average 30,000 to 35,000 babies each year.</p><p>Rojas told Local 10’s Nicole Perez she started with the organization as a volunteer when her son was only six months old.</p><p>“I was a recipient of a government assistance program, like food stamps and WIC, and I did see myself having to ask my family nearby for dollars to purchase diapers,” said Rojas.</p><p>Rojas said her favorite part about the organization is seeing the smiles on the babies faces.</p><p>Walgreens partnered with Local 10 News to give the organization more than $1,000 worth of diapers to provide them to families in need.</p><p>“We want them to think that Walgreens is there for them for whatever they need we’re going to do the best we can to support them in the community and individual,” said Danny Tse, Walgreens District Manager.</p><p>The diapers and donations are held year-round. The organization’s warehouse in Hialeah can hold up to a million diapers. Right now, they have 600,000 available for families in need.</p><p>Last year, the Miami Diaper Bank provided 1.9 million diapers to families and their goal is to reach two million or more this year.</p><p>For more information about how you can volunteer or donate to the organization, <a href="https://www.miamidiaperbank.com/" target="_blank">click on this link</a>.</p>]]></content:encoded></item><item><title><![CDATA[Una serie de olas de calor lleva a Reino Unido a registrar su verano más caluroso]]></title><link>https://www.local10.com/espanol/2026/09/01/una-serie-de-olas-de-calor-lleva-a-reino-unido-a-registrar-su-verano-mas-caluroso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/una-serie-de-olas-de-calor-lleva-a-reino-unido-a-registrar-su-verano-mas-caluroso/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LONDRES (AP) — Gran Bretaña ha sufrido el verano más caluroso de su historia ante una ola de sucesivas olas de calor, informó el servicio meteorológico nacional el martes.]]></description><pubDate>Tue, 01 Sep 2026 15:13:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDRES (AP) — Gran Bretaña ha sufrido el verano más caluroso de su historia ante una ola de sucesivas olas de calor, informó el servicio meteorológico nacional el martes.</p><p>La temporada, caracterizada por calor extremo, escasas precipitaciones, incendios forestales destructivos y restricciones de agua, superó el récord establecido apenas un año antes, indicó el Met Office, al citar datos provisionales registrados desde 1884.</p><p>La temperatura media promedio de 16,5 grados Celsius (61,7 Fahrenheit) superó los 16,1 C (61 F) de 2025. El récord del año pasado había rebasado la marca de 15,7 C (60,2 F) establecida en 2018.</p><p>“Estos récords ahora se están rompiendo con una frecuencia cada vez mayor, lo que refleja la influencia del cambio climático inducido por el ser humano”, declaró Amy Doherty, directora del Centro Nacional de Información Climática. "Es particularmente notable cuánto hemos superado el récord anterior de temperatura media del verano, establecido apenas el año pasado”.</p><p>Los cinco veranos más calurosos se han registrado desde 2003.</p><p>El Met calculó que el cambio climático causado por el ser humano hizo que un verano tan caluroso fuera 130 veces más probable. Sin las emisiones humanas de gases de efecto invernadero, un verano así ocurriría una vez por milenio, pero ahora es una vez cada nueve años.</p><p>“Nuestro verano más caluroso de la historia es un recordatorio brutal de que no estamos esperando a que el cambio climático llegue a Gran Bretaña; estamos viviendo en medio de él”, indicó la ministra de Transición Climática, Katie White. “Con niños con demasiado calor para dormir, familias preocupadas por parientes mayores, agricultores viendo cómo se secan los campos, y bomberos y nuestras fuerzas armadas combatiendo incendios forestales, todos hemos despertado a una realidad que ninguno de nosotros quiere para las personas y los lugares que amamos”.</p><p>Las olas de calor comenzaron a finales de mayo y se repitieron cada mes del verano, con dos en julio.</p><p>La Agencia de Seguridad Sanitaria del Reino Unido estimó que 2.877 muertes en Inglaterra estuvieron asociadas con las olas de calor de mayo y junio.</p><p>La temperatura máxima de 38 C (100,4 F) en Norfolk el 26 de junio estableció un récord para el mes. El mercurio subió a 38,1 C (100,6 F) en Londres el 13 de agosto, en el día más caluroso del año.</p><p>Inglaterra, Gales e Irlanda del Norte establecieron récords de temperaturas medias de verano, aunque Escocia, que fue más fresca y menos seca, igualó su sexto verano más cálido.</p><p>Todo Gales y la mayor parte de Inglaterra siguen en condiciones de sequía.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UAEAPOPQJVNC4MHP33U7MRPIUE.jpg?auth=d83ad5ef5ed1be7524be13ea57e6b6a4f5850cf0a3529dff2e60a9571d2b857d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas en bicicleta en medio de césped seco en el Greenwich Park de Londres el 11 de agosto del 2026. (AP foto/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[‘Mister Wiggles’ gets new wheels, now searching for a forever home]]></title><link>https://www.local10.com/features/2026/08/31/mister-wiggles-gets-new-wheels-now-searching-for-a-forever-home/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/31/mister-wiggles-gets-new-wheels-now-searching-for-a-forever-home/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A precious pup named Mister Wiggles is getting a new chance to move around on his own — and now he needs a permanent place to call home.]]></description><pubDate>Tue, 01 Sep 2026 02:11:34 +0000</pubDate><content:encoded><![CDATA[<p>A precious pup named Mister Wiggles is getting a new chance to move around on his own — and now he needs a permanent place to call home.</p><p><a href="https://www.local10.com/espanol/2026/09/01/mister-wiggles-tiene-coche-nuevo-y-busca-un-hogar-definitivo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/mister-wiggles-tiene-coche-nuevo-y-busca-un-hogar-definitivo/">Leer en español</a></p><p>Mister Wiggles was born with a spinal issue that affects his hind legs, making it difficult for him to maintain his balance while trying to walk.</p><p>Recently, Mister Wiggles received a dog wheelchair at the University of Florida Veterinary Hospital.</p><p>The new set of wheels has given him the mobility he was missing, allowing him to get around and enjoy his newfound freedom.</p><p>“He’s really wonderful, he has a great personality,” said Mister Wiggles’ caregiver Mallory Kleinsasser. “He doesn’t know that his legs don’t work, and if he does, he doesn’t show it.”</p><p>While Mister Wiggles is now mobile, his journey isn’t over.</p><p>He is still searching for a permanent home.</p><p>Anyone interested in helping Mister Wiggles or who knows someone who may be able to give him a home is encouraged to contact <a href="https://qualityofliferehab.com/contact-us" target="_self" rel="" title="https://qualityofliferehab.com/contact-us">Quality of Life Rehab and Foster Inc.</a> in Ocala.</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[“Mister Wiggles” tiene coche nuevo y busca un hogar definitivo]]></title><link>https://www.local10.com/espanol/2026/09/01/mister-wiggles-tiene-coche-nuevo-y-busca-un-hogar-definitivo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/mister-wiggles-tiene-coche-nuevo-y-busca-un-hogar-definitivo/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Mister Wiggles nació con un problema en la columna vertebral que afecta sus patas traseras, tiene nueva oportunidad de movimiento autónomo y necesita un hogar.]]></description><pubDate>Tue, 01 Sep 2026 15:08:00 +0000</pubDate><content:encoded><![CDATA[<p>Un adorable perro llamado Mister Wiggles tiene una nueva oportunidad para moverse por su cuenta, y ahora necesita un hogar permanente.</p><p>Mister Wiggles nació con un problema en la columna vertebral que afecta sus patas traseras, lo que le dificulta mantener el equilibrio mientras intenta caminar.</p><p>Recientemente, Mister Wiggles recibió una silla de ruedas para perros en el Hospital Veterinario de la Universidad de Florida.</p><p>Las nuevas ruedas le han dado la movilidad que le faltaba, permitiéndole desplazarse y disfrutar de su nueva libertad.</p><p>“Es realmente maravilloso, tiene una gran personalidad”, dijo Mallory Kleinsasser, cuidadora de Mister Wiggles. “Él no sabe que sus patas no funcionan, y si lo sabe, no lo demuestra”.</p><p>Aunque Mister Wiggles ahora puede movilizarse, su camino aún no ha terminado.</p><p>Todavía busca un hogar permanente.</p><p>Cualquier persona interesada en ayudar a Mister Wiggles o que conozca a alguien que pueda darle un hogar puede comunicarse con<a href="https://qualityofliferehab.com/contact-us" target="_self" rel="" title="https://qualityofliferehab.com/contact-us"> Quality of Life Rehab and Foster Inc.</a> en Ocala.</p>]]></content:encoded></item><item><title><![CDATA[From goats to snakes, South Plantation High students get hands-on lessons in animal care]]></title><link>https://www.local10.com/features/2026/09/01/from-goats-to-snakes-south-plantation-high-students-get-hands-on-lessons-in-animal-care/</link><guid isPermaLink="true">https://www.local10.com/features/2026/09/01/from-goats-to-snakes-south-plantation-high-students-get-hands-on-lessons-in-animal-care/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Chickens, goats, rabbits, snakes, guinea pigs, parrots and even cats aren’t what most students expect to find when they arrive at high school. But at South Plantation High School, they’re part of the classroom.]]></description><pubDate>Tue, 01 Sep 2026 14:19:47 +0000</pubDate><content:encoded><![CDATA[<p>Chickens, goats, rabbits, snakes, guinea pigs, parrots and even cats aren’t what most students expect to find when they arrive at high school.</p><p><a href="https://www.local10.com/espanol/2026/09/01/desde-cabras-hasta-serpientes-alumnos-del-instituto-south-plantation-high-reciben-clases-practicas-sobre-cuidado-de-animales/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/desde-cabras-hasta-serpientes-alumnos-del-instituto-south-plantation-high-reciben-clases-practicas-sobre-cuidado-de-animales/">Leer en español</a></p><p>But at South Plantation High School, they’re part of the classroom.</p><p>The school is home to the largest animal science program in Broward County, giving students an opportunity to step outside a traditional classroom and learn about animals and farm life through hands-on experience.</p><p>Students aren’t simply observing the animals. They’re responsible for caring for them, from feeding and cleaning enclosures to trimming hooves and making sure the animals remain healthy.</p><p>For senior Mya Garcia, who has been enrolled in the program throughout all four years of high school, that responsibility is one of the best parts.</p><p>“It’s really exciting and like it brings me so much joy to just be with the animals,” Garcia said.</p><p>Garcia helps feed the animals, clean their pens and make sure they’re getting the nutrients they need.</p><p>“I really like taking care of the animals and like just feeding them and making sure they get all their nutrients, their pens are clean and just seeing them happy,” she said.</p><p>And her responsibilities aren’t limited to traditional farm animals.</p><p>Garcia also works with the program’s snakes, including one named Cornelia.</p><p>“Out of the three snakes, I personally think I like her the most,” Garcia said. “I personally think she’s the most friendly.”</p><p>For some students, the program is helping prepare them for careers working with animals.</p><p>Junior Matthew Grandez sought out the magnet program because he wants to become a veterinarian.</p><p>“This has helped me out a lot, you know, not being afraid of going hands-on with the animals, or touching the animal food or just being outside working with them,” Grandez said.</p><p>On one day, that hands-on education included learning how to trim goats’ hooves.</p><p>“We need to cut their hooves because if they grow too long it gets all awkward and stuff, and we also have to make sure they are balanced, like straight,” Grandez said.</p><p>Other students can be found spreading mulch, cleaning animal areas and performing the daily tasks necessary to keep the program running.</p><p>Animal science teacher Ben Leatherman has led the department for the past decade and has a personal connection to South Plantation High School: He was once a student there himself.</p><p>Leatherman now teaches seven classes a day with more than 220 students enrolled.</p><p>Their experience levels can vary dramatically.</p><p>“For a lot of them this is their first time ever seeing a rabbit or a guinea pig or their first time pulling a carrot out of the ground,” Leatherman said. “But then I also have kids who might have parrots at home and they come to school knowing more than I do!”</p><p>Student Adaline Beck came into the program with plenty of experience.</p><p>“I have actually been around animals all my life,” Beck said, adding that she has worked on a farm since she was 5.</p><p>Beck is responsible for the program’s chickens and their coop.</p><p>Students also learn how to operate the farm like a business, adding lessons in responsibility to the animal-care skills they’re developing.</p><p>Junior Zoey Parisi said the program teaches students whether they’re prepared to take on those responsibilities.</p><p>“The overall experience of just taking care of them, learning different skills that come along with it, like being able to take responsibility and being able to know whether you’re able to do it or not,” Parisi said.</p><p>Many of the animals living at the school were donated to the program, including Thumper, an older lop-eared rabbit who has spent his entire life there.</p><p>The variety of animals means students can find their own interests. Along with rabbits and goats, the program cares for snakes, guinea pigs, parrots, cockatiels and cats.</p><p>Leatherman said some students develop particularly strong connections with certain animals.</p><p>“Some of them really gravitate towards an animal or a subject matter and it’s their baby, you know what I mean,” he said. “And you can tell it’s the reason why they show up to school every day for four years — ‘I love this class. I love hanging out with this animal.’”</p><p>For senior Camilla Torressoto, spending so much time with the animals has allowed her to learn their individual behaviors and needs.</p><p>“I know their mannerisms, I know if they are OK or not, what they could eat or not,” Torressoto said. “It’s just like my whole existence.”</p><p>At South Plantation High School, those relationships are helping students learn responsibility, gain practical experience and, for some, discover a future career — one animal at a time.</p>]]></content:encoded></item><item><title><![CDATA[Desde cabras hasta serpientes:  alumnos del Instituto South Plantation High reciben clases prácticas sobre cuidado de animales]]></title><link>https://www.local10.com/espanol/2026/09/01/desde-cabras-hasta-serpientes-alumnos-del-instituto-south-plantation-high-reciben-clases-practicas-sobre-cuidado-de-animales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/desde-cabras-hasta-serpientes-alumnos-del-instituto-south-plantation-high-reciben-clases-practicas-sobre-cuidado-de-animales/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Pollos, cabras, conejos, serpientes, cobayas, loros e incluso gatos, forman parte del aula en el South Plantation High School]]></description><pubDate>Tue, 01 Sep 2026 14:54:56 +0000</pubDate><content:encoded><![CDATA[<p>Pollos, cabras, conejos, serpientes, cobayas, loros e incluso gatos no son lo que la mayoría de los alumnos esperan encontrarse al llegar al instituto.</p><p>Pero en el South Plantation High School, forman parte del aula.</p><p>El centro cuenta con el programa de ciencias animales más grande del condado de Broward, lo que brinda a los alumnos la oportunidad de salir del aula tradicional y aprender sobre los animales y la vida en la granja a través de la experiencia práctica.</p><p>Los alumnos no se limitan a observar a los animales. Son responsables de cuidarlos, desde alimentarlos y limpiar sus recintos hasta recortarles las pezuñas y asegurarse de que se mantengan sanos.</p><p>Para Mya García, alumna de último curso que ha participado en el programa durante los cuatro años de instituto, esa responsabilidad es una de las mejores partes.</p><p>“Es realmente emocionante y me llena de alegría el simple hecho de estar con los animales”, afirma García.</p><p>García ayuda a alimentar a los animales, a limpiar sus recintos y a asegurarse de que reciben los nutrientes que necesitan.</p><p>“Me gusta mucho cuidar de los animales, darles de comer y asegurarme de que reciben todos los nutrientes, de que sus recintos estén limpios y, simplemente, verlos felices”, explica.</p><p>Y sus responsabilidades no se limitan a los animales de granja tradicionales.</p><p>García también trabaja con las serpientes del programa, incluida una llamada Cornelia.</p><p>“De las tres serpientes, personalmente creo que ella es la que más me gusta”, dijo García. “Personalmente, creo que es la más simpática”.</p><p>Para algunos alumnos, el programa les está ayudando a prepararse para desarrollar una carrera profesional relacionada con los animales.</p><p>Matthew Grandez, de tercer curso, se apuntó al programa especializado porque quiere ser veterinario.</p><p>“Esto me ha ayudado mucho, ya sabes, a no tener miedo de trabajar de forma práctica con los animales, ni de tocar su comida, ni simplemente de estar al aire libre trabajando con ellos”, dijo Grandez.</p><p>Un día, esa formación práctica incluyó aprender a recortar las pezuñas de las cabras.</p><p>“Tenemos que cortarles las pezuñas porque, si les crecen demasiado, se vuelven incómodas y tal, y también tenemos que asegurarnos de que estén equilibradas, es decir, rectas”, explicó Grandez.</p><p>A otros alumnos se les puede ver esparciendo mantillo, limpiando las zonas de los animales y realizando las tareas diarias necesarias para que el programa siga funcionando.</p><p>El profesor de zootecnia Ben Leatherman ha dirigido el departamento durante la última década y tiene una conexión personal con el instituto South Plantation: él mismo fue alumno allí en su día.</p><p>Leatherman imparte ahora siete clases al día con más de 220 alumnos matriculados.</p><p>Sus niveles de experiencia pueden variar enormemente.</p><p>“Para muchos de ellos, es la primera vez que ven un conejo o un conejillo de Indias, o la primera vez que arrancan una zanahoria de la tierra”, explicó Leatherman. “Pero también tengo alumnos que quizá tengan loros en casa y vienen al instituto sabiendo más que yo”.</p><p>La alumna Adaline Beck se incorporó al programa con mucha experiencia.</p><p>“La verdad es que he estado rodeada de animales toda mi vida”, dijo Beck, y añadió que lleva trabajando en una granja desde los 5 años.</p><p>Beck se encarga de las gallinas del programa y de su gallinero.</p><p>Los alumnos también aprenden a gestionar la granja como si fuera un negocio, lo que añade lecciones de responsabilidad a las habilidades de cuidado de animales que están desarrollando.</p><p>Zoey Parisi, alumna de tercer curso, dijo que el programa enseña a los alumnos si están preparados para asumir esas responsabilidades.</p><p>“La experiencia general de simplemente cuidar de ellos, aprender las diferentes habilidades que ello conlleva, como ser capaz de asumir responsabilidades y saber si eres capaz de hacerlo o no”, explicó Parisi.</p><p>Muchos de los animales que viven en el colegio fueron donados al programa, incluido Thumper, un conejo de orejas caídas ya mayor que ha pasado toda su vida allí.</p><p>La variedad de animales permite a los alumnos descubrir sus propios intereses. Además de conejos y cabras, el programa cuida de serpientes, cobayas, loros, cacatúas y gatos.</p><p>Leatherman señaló que algunos alumnos desarrollan vínculos especialmente fuertes con determinados animales.</p><p>“Algunos de ellos se sienten realmente atraídos por un animal o un tema concreto y lo consideran como su bebé, ya sabes a qué me refiero”, explicó. “Y se nota que esa es la razón por la que acuden al colegio todos los días durante cuatro años: “Me encanta esta clase. Me encanta pasar tiempo con este animal”“.</p><p>Para la estudiante de último curso Camilla Torressoto, pasar tanto tiempo con los animales le ha permitido conocer sus comportamientos y necesidades individuales.</p><p>“Conozco sus gestos, sé si están bien o no, qué pueden comer y qué no”, dijo Torressoto. “Es como si fuera toda mi vida”.</p><p>En el instituto South Plantation High School, esas relaciones están ayudando a los alumnos a aprender a ser responsables, a adquirir experiencia práctica y, para algunos, a descubrir una futura profesión, animal a animal.</p>]]></content:encoded></item><item><title><![CDATA[Tormenta tropical Edouard avanza a costas del norte de Texas y suroeste de Luisiana]]></title><link>https://www.local10.com/espanol/2026/09/01/tormenta-tropical-edouard-avanza-a-costas-del-norte-de-texas-y-suroeste-de-luisiana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/tormenta-tropical-edouard-avanza-a-costas-del-norte-de-texas-y-suroeste-de-luisiana/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Edouard, cuarta tormenta con nombre de la temporada 2026, se formó el lunes por la noche a unas 100 millas al sur de la costa de Louisiana, podría fortalecerse rápidamente antes de tocar tierra.]]></description><pubDate>Tue, 01 Sep 2026 14:40:26 +0000</pubDate><content:encoded><![CDATA[<p>La tormenta tropical Edouard, quinta tormenta con nombre de la temporada de huracanes del Atlántico de 2026, se formó el lunes por la noche a unas 100 millas al sur de la costa de Louisiana, pero hasta el amanecer del martes no se había fortalecido desde que recibió su nombre 12 horas antes.</p><p>El radar terrestre del lunes por la mañana mostró un pequeño pero organizado centro de circulación desplazándose a solo unas 30 millas al sur del suroeste de Louisiana. Aunque los cazadores de huracanes que volaron sobre Edouard el martes por la mañana encontraron una circulación estable al comenzar su misión, a media mañana nuevos datos indicaron que Edouard había comenzado a fortalecerse dentro de una banda de tormentas más fuertes a unas 10 millas al sur de su centro.</p><p>Con Edouard previsto para desplazarse tierra adentro cerca de la frontera entre Texas y Louisiana a primera hora de esta tarde, le queda poco tiempo sobre el agua para intensificarse. Si bien los modelos estadísticos de intensidad no son muy optimistas sobre que Edouard se vuelva mucho más fuerte de lo que es actualmente, modelos de huracanes de mayor precisión, como el modelo HAFS, sugieren que podría fortalecerse rápidamente antes de tocar tierra, un escenario de intensificación de alto nivel que el Centro Nacional de Huracanes ha seguido en su pronóstico notablemente agresivo.</p><figure><img src="https://www.local10.com/resizer/v2/DWHTP5N5EBAYBJ2L2XSBF3ZHWQ.PNG?auth=8c580626a7d2d8b16724c5d4d8ab33b29cab1d5f48d9f661e680ad5db6bd183d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Incluso si Edouard aprovecha al máximo sus últimas horas sobre el agua, no se espera que alcance la categoría de huracán antes de cruzar la costa, y su pequeño núcleo limitará cualquier amenaza de vientos dañinos generalizados.</p><p>Los vientos de tormenta tropical (vientos de al menos 39 mph) se extienden solo unas 25 millas desde el centro de Edouard, por lo que cualquier peligro relacionado con el viento estará limitado a las zonas cercanas a la costa al tocar tierra.</p><h3><b>Lluvias localmente intensas hasta el miércoles</b></h3><p>El principal efecto de Edouard será la posibilidad de lluvias localmente intensas desde el suroeste de Louisiana y la costa superior de Texas hasta el centro-este de Texas, desde hoy hasta el miércoles.</p><figure><img src="https://www.local10.com/resizer/v2/G66IZ5LFLFAQXCX72ED7GU5Y7I.PNG?auth=5aed0d4fa1bd14c306515ffb977010f4809f20f7d575f6a2740adfed9eae550f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El Servicio Meteorológico Nacional pronostica entre 3 y 6 pulgadas de lluvia y localmente hasta 9 pulgadas en total desde la costa superior de Texas hasta partes del centro-este de Texas a lo largo del corredor de la I-45 que se extiende al norte y este de Houston.</p><p>Las fuertes lluvias podrían provocar inundaciones repentinas dispersas y podrían empeorar debido al lento desplazamiento de la tormenta, donde las bandas de lluvia pasan repetidamente sobre las mismas áreas (el llamado “training”, que se asemeja al movimiento de los vagones de un tren).</p><figure><img src="https://www.local10.com/resizer/v2/QQU7JDTXTNBEFDCYER7JFIOEAU.png?auth=68ce25411d38bded0e744b0fd91a2b7ca246fbbb91aaf11269150b0423e8f173&smart=true&width=1200&height=900" alt="Excessive rainfall outlook from the National Weather Service’s Weather Prediction Center through early Thursday. Edouard will be a slight risk (threat level 2 of 4) of flash flooding from southwestern Louisiana to southeast and east-central Texas over the next few days. Credit: NOAA/NWS." height="900" width="1200"/><figcaption>Excessive rainfall outlook from the National Weather Service’s Weather Prediction Center through early Thursday. Edouard will be a slight risk (threat level 2 of 4) of flash flooding from southwestern Louisiana to southeast and east-central Texas over the next few days. Credit: NOAA/NWS.</figcaption></figure><p>En general, el área afectada por las fuertes lluvias debería limitarse a una franja estrecha y algunos lugares que necesitan lluvia podrían beneficiarse de las precipitaciones de Edouard. No obstante, quienes se encuentren en la trayectoria de Edouard deben monitorear los pronósticos locales hoy y el miércoles ante la posibilidad de un rápido aumento de los niveles de agua en zonas donde se produzcan las bandas de lluvia más intensas.</p><h3><b>Tranquilidad después de Edouard</b></h3><p>El Atlántico permanecerá tranquilo después de Edouard. A menos que Edouard supere ampliamente las expectativas hoy, la sequía de huracanes en el Atlántico de 2026 continuará durante la primera semana de septiembre, tradicionalmente una de las semanas más activas de la temporada de huracanes.</p><p>De las cinco tormentas con nombre registradas hasta ahora esta temporada, tres han sobrevivido solo 24 horas o menos y ninguna ha tenido vientos superiores a 60 mph (está por determinar si los vientos de Edouard superan a Bertha).</p><figure><img src="https://www.local10.com/resizer/v2/DNBUXDSAI5GZXB5F5WRWBXBAGI.PNG?auth=f4170b277a8db37be388d3412946523cc177d27740a98a3e04a935671dd19079&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Como hemos analizado en boletines anteriores, la fecha promedio del primer huracán del Atlántico es el 11 de agosto. La fecha más tardía del primer huracán del Atlántico en los registros confiables (desde 1950) es el 11 de septiembre (Humberto en 2013 y Gustav en 2002).</p><p>Suponiendo que Edouard no desafíe las probabilidades y terminemos la semana sin un huracán, 2026 ocupará el quinto lugar en cuanto a la formación más tardía del primer huracán de la era satelital (desde 1966).</p><p>Pueden pasar muchas cosas en 10 días, pero seguiremos esperando que la sequía récord de huracanes continúe durante el pico de la temporada.</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/VXDGQCEDWBF7XC5QGIIRDZKNOM.png?auth=d6e604aab174157cb020f0fbee322a2f3fb63e60073518e3861187b70cbddf33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning “sandwich” satellite (combined visible and enhanced satellite) of Tropical Storm Edouard near the upper Texas and southwestern Louisiana coasts. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Tropical Storm Edouard sliding toward the upper Texas and southwestern Louisiana coasts]]></title><link>https://www.local10.com/weather/hurricane/2026/09/01/tropical-storm-edouard-sliding-toward-the-upper-texas-and-southwestern-louisiana-coasts/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/01/tropical-storm-edouard-sliding-toward-the-upper-texas-and-southwestern-louisiana-coasts/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Tropical Storm Edouard – the 5th named storm of the 2026 Atlantic hurricane season – formed Monday evening about 100 miles south of the Louisiana coast, but as of daybreak Tuesday had not strengthened since its christening 12 hours earlier.]]></description><pubDate>Tue, 01 Sep 2026 13:53:52 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Storm Edouard – the 5<sup>th</sup> named storm of the 2026 Atlantic hurricane season – formed Monday evening about 100 miles south of the Louisiana coast, but as of daybreak Tuesday had not strengthened since its christening 12 hours earlier.</p><p><a href="https://www.local10.com/espanol/2026/09/01/tormenta-tropical-edouard-avanza-a-costas-del-norte-de-texas-y-suroeste-de-luisiana/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/tormenta-tropical-edouard-avanza-a-costas-del-norte-de-texas-y-suroeste-de-luisiana/">Leer en español</a></p><p>Land-based radar Monday morning showed a small but organized circulation center sliding only about 30 miles south of southwestern Louisiana. Although hurricane hunters flying Edouard Tuesday morning found a steady-state circulation to start their mission, by mid-morning new data indicated Edouard had commenced strengthening in a band of stronger storms about 10 miles south of its center.</p><p>With Edouard expected to move inland near the border of Texas and Louisiana early this afternoon, it has limited time left over water to intensify. While statistical intensity guidance isn’t very bullish on Edouard becoming much stronger than it currently is now, higher fidelity hurricane models like the HAFS model suggest it could make a run at rapidly strengthening before making landfall, a high-end strengthening scenario that the National Hurricane Center has followed in its notably aggressive forecast.</p><figure><img src="https://www.local10.com/resizer/v2/DWHTP5N5EBAYBJ2L2XSBF3ZHWQ.PNG?auth=8c580626a7d2d8b16724c5d4d8ab33b29cab1d5f48d9f661e680ad5db6bd183d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Even if Edouard makes the most of its waning hours over water, it’s not expected to reach hurricane status before crossing the coast, and its small core will limit any threat of widespread damaging winds. </p><p>Tropical storm winds (winds of at least 39 mph) extend out only about 25 miles from Edouard’s center so any wind-related hazards will be contained near the coast at landfall.</p><h3><b>Locally heavy rainfall through Wednesday</b></h3><p>The upshot for Edouard will be the possibility of locally heavy rain from southwestern Louisiana and the Upper Texas coast to inland east-central Texas today through Wednesday.</p><figure><img src="https://www.local10.com/resizer/v2/G66IZ5LFLFAQXCX72ED7GU5Y7I.PNG?auth=5aed0d4fa1bd14c306515ffb977010f4809f20f7d575f6a2740adfed9eae550f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The National Weather Service is predicting 3 to 6 inches of rain and locally up to 9 inches total from the Upper Texas Coast to parts of east-central Texas along the I-45 corridor stretching north and east of Houston.</p><p>The heavy rainfall could lead to scattered flash flooding issues and may be worsened by the storm’s slow forward speed where rainbands repeatedly move over the same areas (so-called “training” resembling the movement of boxcars on a locomotive).</p><figure><img src="https://www.local10.com/resizer/v2/QQU7JDTXTNBEFDCYER7JFIOEAU.png?auth=68ce25411d38bded0e744b0fd91a2b7ca246fbbb91aaf11269150b0423e8f173&smart=true&width=1200&height=900" alt="Excessive rainfall outlook from the National Weather Service’s Weather Prediction Center through early Thursday. Edouard will be a slight risk (threat level 2 of 4) of flash flooding from southwestern Louisiana to southeast and east-central Texas over the next few days. Credit: NOAA/NWS." height="900" width="1200"/><figcaption>Excessive rainfall outlook from the National Weather Service’s Weather Prediction Center through early Thursday. Edouard will be a slight risk (threat level 2 of 4) of flash flooding from southwestern Louisiana to southeast and east-central Texas over the next few days. Credit: NOAA/NWS.</figcaption></figure><p>Overall the footprint of heavy rain should be contained to a narrow swath and some places that need the rain could benefit from the soaking side of Edouard. Nevertheless, those in the path of Edouard should monitor local forecasts today and on Wednesday for the potential of quick-rising floodwaters where the heaviest rainbands occur.</p><h3><b>Quiet behind Edouard</b></h3><p>The Atlantic will stay on the quiet side behind Edouard. Unless Edouard dramatically overachieves today, the 2026 Atlantic hurricane drought will continue into the first week of September, traditionally one of the busiest weeks of the hurricane season.</p><p>Of the five named storms so far this season, three have survived only 24 hours or less and none has had winds above 60 mph (to be determined if Edouard’s bluster tops Bertha).</p><figure><img src="https://www.local10.com/resizer/v2/DNBUXDSAI5GZXB5F5WRWBXBAGI.PNG?auth=f4170b277a8db37be388d3412946523cc177d27740a98a3e04a935671dd19079&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>As we’ve discussed in previous newsletters, the average date for the first Atlantic hurricane is August 11<sup>th</sup>. The latest date of the first Atlantic hurricane in the reliable records (since 1950) is September 11<sup>th</sup> (Humberto in 2013 and Gustav in 2002).</p><p>Assuming Edouard doesn’t defy odds and we finish the week without a hurricane, 2026 will rank 5<sup>th</sup> for the latest forming first hurricane of the satellite era (since 1966).</p><p>A lot can happen in 10 days, but we’ll continue to root for a record hurricane drought through the peak the season.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VXDGQCEDWBF7XC5QGIIRDZKNOM.png?auth=d6e604aab174157cb020f0fbee322a2f3fb63e60073518e3861187b70cbddf33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning “sandwich” satellite (combined visible and enhanced satellite) of Tropical Storm Edouard near the upper Texas and southwestern Louisiana coasts. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[2 teens hospitalized after stabbing at Miami Northwestern Senior High School, officials say]]></title><link>https://www.local10.com/news/local/2026/08/31/2-teens-hospitalized-after-stabbing-at-miami-northwestern-senior-high-school-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/31/2-teens-hospitalized-after-stabbing-at-miami-northwestern-senior-high-school-officials-say/</guid><dc:creator><![CDATA[David Dwork, Samiar Nefzi, Trent Kelly]]></dc:creator><description><![CDATA[Authorities in Miami are investigating a stabbing incident that occurred at Miami Northwestern Senior High School. ]]></description><pubDate>Mon, 31 Aug 2026 20:40:48 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Miami are investigating a stabbing incident that occurred at Miami Northwestern Senior High School.</p><p><a href="https://www.local10.com/espanol/2026/08/31/dos-adolescentes-son-hospitalizados-tras-apunalamiento-en-miami-northwestern-senior-high-school-segun-autoridades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/31/dos-adolescentes-son-hospitalizados-tras-apunalamiento-en-miami-northwestern-senior-high-school-segun-autoridades/">Leer en español</a></p><p>It happened Monday just before 12:30 p.m. when Miami Fire Rescue crews responded the school, located at 1100 NW 71st St. in the Liberty City neighborhood, after receiving reports of an altercation.</p><p>According to officials, first responders found an 18-year-old who had been stabbed and rushed him to Jackson Memorial Hospital’s Ryder Trauma Center in stable condition. </p><p>An MFR spokesperson said that medics also took a 15-year-old boy who had a cut to his hand to JHM. He was also in stable condition.</p><p><a href="https://www.facebook.com/reel/1809630947066405" target="_blank" rel="noreferrer" title="https://www.facebook.com/reel/1809630947066405">In video posted to social media</a>, two students can be seen ganging up on another student, punching him and then appearing to stomp on his head while he is on the ground. </p><p>The boys then run away as the student who was being attacked chased after them. </p><p>“When he got back up, he pulled something out of his pocket, which was a knife and started chasing after the person,” one student told Local 10 News. </p><p>Students that spoke to Local 10 News said the school was placed on lockdown as officials searched for the suspect responsible. </p><p>“I think what caused it, he was getting bullied. That’s what most people said,” another student said. </p><p>No other information about the incident or the injuries was immediately made available.</p><p>In a statement, Miami-Dade County Public Schools said the incident resulted in criminal charges, but did not elaborate. </p><p>The statement read:</p><blockquote><p>Miami-Dade County Public Schools (M-DCPS) is aware of an incident involving students at one of our high schools. The matter was immediately addressed by the school’s administration and the Miami-Dade Schools Police Department, subsequently resulting in criminal charges. The District takes the safety and well-being of our students and staff very seriously and remains committed to maintaining a secure school environment for all.</p><p class="citation">Miami-Dade County Public Schools</p></blockquote><p>There has been no word from authorities on the circumstances that led up to the stabbings. </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[Scottie Scheffler loves what it takes to be great. He can do without fame that comes with greatness]]></title><link>https://www.local10.com/sports/2026/09/01/scottie-scheffler-loves-what-it-takes-to-be-great-he-can-do-without-fame-that-comes-with-greatness/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/scottie-scheffler-loves-what-it-takes-to-be-great-he-can-do-without-fame-that-comes-with-greatness/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Scottie Scheffler's final act of the season was to sign his winning scorecard. After a few minutes to exhale, his wife and two sons having come into the room, he placed his cap over the fixed camera the PGA Tour now installs in previously private scoring areas. Content is king.]]></description><pubDate>Tue, 01 Sep 2026 14:36:01 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Scottie Scheffler's final act of the season was to sign his winning scorecard. After a few minutes to exhale, his wife and two sons having come into the room, he placed his cap over the fixed camera the PGA Tour now installs in previously private scoring areas. Content is king.</p><p>It wasn't quite the level of Brian Harman smirking and shooting the bird at the camera last month in Minnesota, which made Scheffler chuckle and pump his fist. Both were playful moments, and yet Sunday at East Lake shed a little light on Scheffler's incredible staying power.</p><p>Scheffler loves what it takes to be the best player in golf, even the tedious work. He just doesn't care for all the noise and notoriety that accompany greatness.</p><p>“I have a tendency to keep my head down and kind of stay in my own lane when I'm out there playing,” he said during the trophy presentation at the Tour Championship. “It's really fun when you're able to win and celebrate with the fans in moments like these, and have my family here.”</p><p>Still, his priority is to crush more than to engage. So he added somewhat apologetically, "I feel bad sometimes. I really do keep my head down and try to focus as much as I can. But I really do hear all the cheers, and I'm very thankful for all of them.”</p><p>The RBC Heritage at Hilton Head is reputed to be among the most chill tournaments on the schedule, the perfect place to decompress right after the Masters. During the pro-am that week, Scheffler said he felt a calmer vibe at Augusta National despite the enormous pressure, mainly because of the space inside the ropes and spectators (patrons) who cheer, not scream.</p><p>When he reached the ninth tee, fans at Hilton Head were screaming his name as he waited for the fairway to clear to tee off. Scheffler turned and smiled.</p><p>It's part of the deal, and he knows that by now.</p><p>But this extraordinary run of dominance allows for speculation how long he can keep it up as the attention gets brighter. Winning is hard. The trappings that come with it can be exhausting.</p><p>The way Scheffler showed up seemingly every week — he finished first, second or third in half of the 20 tournaments he played — and then capped off the season by winning two of the three postseason tournaments was satisfying.</p><p>It also makes him a shoo-in to be voted PGA Tour player of the year for a fifth straight time. That would tie Tiger Woods for winning the most in a row.</p><p>Best comparison with Tiger is separation</p><p>Comparisons with Woods, just like athletes in any sport across generations, are for pool halls and podcasts. Scheffler brushed off the inevitable moment of passing Woods at No. 1 on the PGA Tour career earnings list, a spot Woods held for nearly 26 years.</p><p>“I wouldn't really consider that a Tiger record being broken,” Scheffler said. “I think it just shows one of the many effects he had on the game of a golf in a positive way.”</p><p>Woods never played for a prize fund of $10 million in his peak years from 1997 through 2009. Scheffler played for an average purse of $19.25 million this year. When it comes to money records, it just isn't a fair fight.</p><p>The real benchmark — 82 tour wins — is still a long way off. Scheffler has gone three straight years with three wins or more. Woods went 10 out of 11 years winning at least four times.</p><p>Scheffler, however, has separated himself in a similar manner as Woods. His points average in the world ranking is more than double that of Rory McIlroy at No. 2. This is his 171st week in a row at No. 1 in the world. Woods holds the record with 281 consecutive weeks at No. 1. A milestone that for years looks untouchable is now at least thinkable.</p><p>Practice makes close to perfect for Scheffler</p><p>There is not much drama with Scheffler, and he likes it that way. His obsession is such that he once said he had to force himself to find something other than golf to think about. Having two young boys have helped.</p><p>“Part of what’s great about golf and part of what’s very frustrating about golf is it’s kind of an endless puzzle you’re always trying to solve,” Scheffler said. “I feel like in order to become good at this game, you have to really enjoy the harder parts of it, the stuff that’s a little bit more mundane.”</p><p>For Scheffler, that would be the first 10 minutes on the stationary bike. Cardio work is not his favorite. Neither is a cold plunge at 5:30 a.m. “Do I want to go in there and freeze? No, but I do it,” he said in January.</p><p>Practice, however, doesn't get old. Neither does competing.</p><p>His caddie, Ted Scott, once told of a round they played at Cypress Point early in 2025. Scheffler was returning from slicing open his right hand when he tried to use a wine glass to cut ravioli. He showed Scott no mercy that day, prompting the caddie to say, “Scottie don't play games when he's playing games.”</p><p>It's all about getting the most out of every day, from the cold plunge to the bike to the range to the first tee. Scheffler is relentless and it's a matter of how long he can keep up this pace.</p><p>“I don't feel like I take days off. I’m highly competitive, and I’m very proud of being able to have the consistent results I’ve had over the years,” he said. "I feel like it's a gift to play out here on the PGA Tour, and I don't want to take it for granted. ... I don’t want to look back at the end of my career and feel like I could have done more in order to play well.”</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5WGEF2TB5XQAIGZCQSEJ4CTDU.jpg?auth=c6ad3f59e36abae5dbfc3415ea4e9e484b4933e4797e4dd36246562eaac3fcd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler holds the trophy after winning the PGA Tour Championship golf tournament Sunday, Aug. 30, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WYVVY4Y7HRJ4OSQRD243QUWGA4.jpg?auth=99e6a43307644da46395ebf6be4e97528378596a965666f5cbe3da6b91ab4460&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler speaks during a news conference after winning the final round of the PGA Tour Championship golf tournament, Sundday, Aug 30, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HDXLIBFM36YA7WACJOHHS23W6A.jpg?auth=c5a59c92eccdc047b7f83032c7221af5a2a40627e76bf9fa839090ac6d545f41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler holds his child Bennett after winning the PGA Tour Championship golf tournament Sunday, Aug. 30, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UOWYX7ZKQXZUMTPUGQD3EUKODM.jpg?auth=bd4a83d44b03ae2d61e85fde680a4548d8d660d66b56b4e419257078ebac53a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler speaks during a news conference after winning the final round of the PGA Tour Championship golf tournament, Sundday, Aug 30, 2026, in Atlanta.(AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMSEM5ZUPYWP2VQWB2QBAWL3CI.jpg?auth=4a3b61859f5fe31a639b40f1773e1e7fd0efd73ffac79999f4d1eac9df6fdc07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler talk to his caddie on the18th green during the final round of the PGA Tour Championship golf tournament Sunday, Aug. 30, 2026, in Atlanta. (AP Photo/Colin Hubbard)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin Hubbard</media:credit></media:content></item><item><title><![CDATA[Thinking about taking supplements? What to look for before buying, according to a cardiologist]]></title><link>https://www.local10.com/health/2026/09/01/thinking-about-taking-supplements-what-to-look-for-before-buying-according-to-a-cardiologist/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/01/thinking-about-taking-supplements-what-to-look-for-before-buying-according-to-a-cardiologist/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[Americans spend billions of dollars each year on vitamins and supplements, hoping to improve everything from heart health to sleep. But with thousands of products available in stores and online, figuring out which ones are worth taking can be confusing.]]></description><pubDate>Tue, 01 Sep 2026 12:12:11 +0000</pubDate><content:encoded><![CDATA[<p>Americans spend billions of dollars each year on vitamins and supplements, hoping to improve everything from heart health to sleep.</p><p><a href="https://www.local10.com/espanol/2026/09/01/consideras-tomar-suplementos-que-tomar-en-cuenta-antes-de-comprarlos-aconseja-cardiologo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/consideras-tomar-suplementos-que-tomar-en-cuenta-antes-de-comprarlos-aconseja-cardiologo/">Leer en español</a></p><p>But with thousands of products available in stores and online, figuring out which ones are worth taking can be confusing.</p><p>Dr. Frederick Chaleff, a board-certified interventional cardiologist and CEO of Scimera MD, says consumers should research supplements carefully before adding them to their daily routines.</p><p>“It’s a big industry and there are a lot of individuals and companies making supplements,” Chaleff said. “You have to have independent testing of the end result.”</p><h3>Look beyond the label</h3><p>Chaleff said the quality of supplements can vary widely between brands, making it important to know not only what a product claims to contain but also where its ingredients came from and how they were handled.</p><p>“Knowing the chain of raw material, where it came from, and how it’s handled — all that makes a huge difference,” he said.</p><p>Chaleff recommends looking for products that undergo independent testing, which can help verify that what is listed on the label is actually in the product.</p><p>Consumers can also look for GMP certification. GMP stands for Good Manufacturing Practices, a set of standards designed to help ensure products are manufactured consistently and safely.</p><p>“You can just take a little time and look at where it’s manufactured and do research on that facility,” Chaleff said.</p><p>If consumers cannot find information about where or how a supplement is manufactured, Chaleff said he would avoid it.</p><p>“I wouldn’t touch that,” he said.</p><p>Local 10 visited Florida Supplement, the manufacturing facility where Chaleff’s Scimera supplements are produced, for a closer look at the manufacturing process.</p><p>“When we developed the line, we made sure to find a manufacturer that followed all the guidelines, like Florida Supplement,” Chaleff said.</p><h3>Supplements aren’t one-size-fits-all</h3><p>For people considering adding a supplement to their routine, Chaleff said the first question should be what they are trying to accomplish.</p><p>The conversation should take into account a person’s overall health, including diet, exercise and individual wellness goals.</p><p>While supplements can help fill nutritional gaps, Chaleff said they shouldn’t be viewed as a replacement for healthy habits.</p><p>“Technically, if you can eat all the food groups when you’re supposed to, theoretically you shouldn’t need a supplement,” Chaleff said. “But in reality, that’s not what happens.”</p><p>Before starting a new vitamin or supplement, consumers should research the product carefully and talk with their doctor about what may be appropriate for their individual needs.</p>]]></content:encoded></item><item><title><![CDATA[Woman, 20, killed after alligator on I-95 triggers chain-reaction crash in Florida]]></title><link>https://www.local10.com/news/florida/2026/09/01/woman-20-killed-after-alligator-on-i-95-triggers-chain-reaction-crash-in-florida/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/09/01/woman-20-killed-after-alligator-on-i-95-triggers-chain-reaction-crash-in-florida/</guid><description><![CDATA[A 20-year-old woman died after an alligator in the middle of Interstate 95 set off a chain-reaction crash late Sunday night in Titusville, according to the Florida Highway Patrol.]]></description><pubDate>Tue, 01 Sep 2026 12:51:09 +0000</pubDate><content:encoded><![CDATA[<p>A 20-year-old woman died after an alligator in the middle of Interstate 95 set off a chain-reaction crash late Sunday night in Titusville, according to the Florida Highway Patrol.</p><p><a href="https://www.local10.com/espanol/2026/09/01/muere-mujer-de-20-anos-tras-accidente-en-cadena-por-caiman-en-la-i-95-en-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/muere-mujer-de-20-anos-tras-accidente-en-cadena-por-caiman-en-la-i-95-en-florida/">Leer en español</a></p><p>The crash happened just before midnight in the southbound lanes of I-95, south of State Road 50.</p><p>Troopers said a 58-year-old man from Canada was driving south in the center lane when he spotted an alligator in the roadway.</p><p>The driver was unable to avoid the animal and struck it. The alligator died as a result of the crash, according to FHP.</p><p>“I’m wondering how he got on there?” traveler Ronnie Stacy said.</p><p>Troopers said the 20-year-old Palm Bay woman, who was driving a Toyota Tacoma, was traveling behind the Canadian driver when she encountered the crash.</p><p>Troopers said the woman swerved, lost control of the Tacoma and overturned.</p><p>She was ejected from the truck.</p><p>A third driver then ran over the woman and did not stop, according to FHP.</p><p>The woman died at the scene.</p><p>Troopers said she was not wearing a seat belt, which resulted in her being thrown from the truck. FHP officials said the crash serves as a reminder for drivers to always buckle up.</p><p>The Canadian driver was not injured and remained at the scene.</p><p>Drivers said encountering an animal unexpectedly on a dark highway can leave drivers with only seconds to react.</p><p>“Your natural reaction, regardless if you see a dog, cat, or an alligator, is to swerve,” driver Jill White said.</p><p>But swerving to avoid an animal can create additional dangers for drivers and others on the road.</p><p>“My reaction would be the same thing, and unfortunately, somebody else got hurt for it,” White said.</p>]]></content:encoded></item><item><title><![CDATA[¿Consideras tomar suplementos? Qué tomar en cuenta antes de comprarlos, aconseja cardiólogo]]></title><link>https://www.local10.com/espanol/2026/09/01/consideras-tomar-suplementos-que-tomar-en-cuenta-antes-de-comprarlos-aconseja-cardiologo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/consideras-tomar-suplementos-que-tomar-en-cuenta-antes-de-comprarlos-aconseja-cardiologo/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[Estadounidenses gastan miles de millones de dólares cada año en vitaminas y suplementos, con la esperanza de mejorar todo, desde la salud cardíaca hasta el sueño.]]></description><pubDate>Tue, 01 Sep 2026 14:16:35 +0000</pubDate><content:encoded><![CDATA[<p>Los estadounidenses gastan miles de millones de dólares cada año en vitaminas y suplementos, con la esperanza de mejorar todo, desde la salud cardíaca hasta el sueño.</p><p>Pero con miles de productos disponibles en tiendas y en Internet, decidir cuáles merece la pena tomar puede resultar confuso.</p><p>El Dr. Frederick Chaleff, cardiólogo intervencionista certificado y director ejecutivo de Scimera MD, afirma que los consumidores deberían informarse bien sobre los suplementos antes de incorporarlos a su rutina diaria.</p><p>“Es un sector enorme y hay muchas personas y empresas que fabrican suplementos”, señaló Chaleff. “Es imprescindible que el producto final se someta a pruebas independientes”.</p><p><b>Ver detrás de la etiqueta</b></p><p>Chaleff explicó que la calidad de los suplementos puede variar mucho de una marca a otra, por lo que es importante saber no solo qué afirma contener un producto, sino también de dónde proceden sus ingredientes y cómo se han manipulado.</p><p>“Conocer la cadena de suministro de la materia prima, su procedencia y cómo se ha manipulado: todo eso marca una enorme diferencia”, afirmó.</p><p>Chaleff recomienda buscar productos que se sometan a pruebas independientes, lo que puede ayudar a verificar que lo que figura en la etiqueta se encuentra realmente en el producto.</p><p>Los consumidores también pueden buscar la certificación GMP. GMP son las siglas de «Buenas Prácticas de Fabricación», un conjunto de normas diseñadas para garantizar que los productos se fabriquen de forma coherente y segura.</p><p>“Basta con dedicar un poco de tiempo a mirar dónde se fabrica e investigar sobre esa planta”, dijo Chaleff.</p><p>Si los consumidores no pueden encontrar información sobre dónde o cómo se fabrica un complemento alimenticio, Chaleff afirmó que él lo evitaría.</p><p>“Yo no lo tocaría”, dijo.</p><p>Local 10 visitó Florida Supplement, la planta de fabricación donde se producen los complementos Scimera de Chaleff, para conocer más de cerca el proceso de fabricación.</p><p>“Cuando desarrollamos la línea, nos aseguramos de encontrar un fabricante que cumpliera todas las directrices, como Florida Supplement”, explicó Chaleff.</p><p><b>Los suplementos no son una solución única para todos</b></p><p>Para las personas que estén pensando en incorporar un suplemento a su rutina, Chaleff señaló que la primera pregunta debería ser qué es lo que pretenden conseguir.</p><p>La conversación debería tener en cuenta la salud general de la persona, incluyendo la dieta, el ejercicio y los objetivos de bienestar individuales.</p><p>Aunque los suplementos pueden ayudar a cubrir carencias nutricionales, Chaleff señaló que no deben considerarse un sustituto de los hábitos saludables.</p><p>“Técnicamente, si se consumen todos los grupos de alimentos cuando se debe, en teoría no debería ser necesario tomar un suplemento”, afirmó Chaleff. “Pero, en realidad, eso no es lo que ocurre”.</p><p>Antes de empezar a tomar una nueva vitamina o suplemento, los consumidores deberían informarse bien sobre el producto y consultar con su médico cuál podría ser el más adecuado para sus necesidades individuales.</p>]]></content:encoded></item><item><title><![CDATA[US job openings rise slightly to 7.3 million as labor market remains sturdy despite higher costs]]></title><link>https://www.local10.com/business/2026/09/01/us-job-openings-rise-slightly-to-73-million-as-labor-market-remains-sturdy-despite-higher-costs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/us-job-openings-rise-slightly-to-73-million-as-labor-market-remains-sturdy-despite-higher-costs/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Employers posted slightly more job openings in July but the American labor market remained sturdy in the face of higher costs that are squeezing household budgets.]]></description><pubDate>Tue, 01 Sep 2026 16:18:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Employers posted slightly more job openings in July but the American labor market remained sturdy in the face of higher costs that are squeezing household budgets.</p><p>U.S. job openings ticked up to 7.27 million in July from a revised 7.18 million in June, the Labor Department reported Tuesday.</p><p>The department's Job Openings and Labor Turnover Survey (JOLTS) also showed that layoffs fell. But so did the number of people quitting their jobs — a sign of confidence in their prospects. The report showed that gross hiring — before subtracting those who lost or quit their jobs — dipped to 5.1 million in July from 5.3 million in June.</p><p>The American job market is hardly booming, but it is ambling along despite an energy shock caused by the fighting with Iran that has squeezed family budgets.</p><p>So far this year, U.S. employers — companies, nonprofits and government agencies — added an average of 61,000 net jobs a month. The figure — which was dragged down by job losses in February and July — is unimpressive. But it's an improvement on 2025 when job growth came in below 10,000 a month — weakest hiring outside a recession since 2002 — as the lingering effect of high interest rates and uncertainty caused by Trump's tariffs discouraged firms from hiring.</p><p>But if U.S. employers aren't hiring much, at least they aren't firing much either. The unemployment rate remains at a low 4.1%, and the number of people signing up for unemployment benefits has come in low week after week.</p><p>“The labor market is back in the ‘low fire, low hire’ mode,” said Heather Long, chief economist at Navy Federal Credit Union. "Companies are growing cautious as the war in Iran drags on and borrowing costs have spiked.''</p><p>When the Labor Department puts out numbers on August hiring and unemployment Friday, it's expected to show that employers added 65,000 last month and that the jobless rate ticked up to 4.2%, according to a survey of forecasters by the data firm FactSet.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6EXZ7KLWZXLIBR4FCV5PBIWNE.jpg?auth=52f107902403bf591533d239c853bf9c15b6ec4ccf356b0f11b735dfc69b3559&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A now hiring sign is seen in front of an auto body shop in Chicago, June 25, 2026. (AP Photo/Nam Y. Huh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[For a century, journalists have had a voluntary ethics code. Editors are giving it an AI-era reboot]]></title><link>https://www.local10.com/business/2026/09/01/for-a-century-journalists-have-had-a-voluntary-ethics-code-editors-are-giving-it-an-ai-era-reboot/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/for-a-century-journalists-have-had-a-voluntary-ethics-code-editors-are-giving-it-an-ai-era-reboot/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Walk into a corner of a newsroom somewhere and you can often find it affixed to a bulletin board, perhaps peeking out from behind the coffee pot: the Society of Professional Journalists’s Code of Ethics. It’s less than a thousand words, fitting neatly on a poster.]]></description><pubDate>Tue, 01 Sep 2026 16:56:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Walk into a corner of a newsroom somewhere and you can often find it affixed to a bulletin board, perhaps peeking out from behind the coffee pot: the Society of Professional Journalists’s Code of Ethics. It’s less than a thousand words, fitting neatly on a poster.</p><p>But those words — organized around four key journalistic principles — are important enough, asserts Dan Axelrod, that they just might save our democracy.</p><p>“I’m going to just say it,” says Axelrod, chairman of the SPJ Ethics Committee and former longtime Gannett business reporter. ”This is the way to protect democracy. This is to protect society. There but for the grace of God goes a society without journalists.”</p><p>Axelrod is talking not only about the existence of the code but the need, every so often, to update it. It’s a laborious process, taking about a year and countless hours of meetings and feedback, virtual and in person.</p><p>Yet as the media landscape seems to shift daily and new technologies emerge, SPJ has decided that the time is at hand — for the first time in 12 years, and only the sixth in the code's century-long history.</p><p>A conclave, of sorts, to update the code</p><p>The seriousness of the undertaking brought the committee and other media ethics experts to Indianapolis in June, after lots of virtual meetings. Seems it wasn't the most relaxing way to spend a weekend.</p><p>“Passions definitely got heated,” Axelrod says.</p><p>“Well, there were no fistfights,” quips his colleague, Chris Roberts, vice chairman of the committee and a journalism professor at the University of Alabama. He explains there was “a lot of smithing of the words.”</p><p>The result: No white smoke, but a 967-word draft code, 73 longer than the existing one.</p><p>But why update in the first place? The first reason — hardly a surprise — is the rapid emergence of AI.</p><p>“We were thinking about artificial intelligence and how it’s used and sometimes misused by news organizations,” Roberts says, “as they confront that new technology that saves them money, but also causes a lot of trouble if it’s not used effectively and ethically.”</p><p>Another issue concerns the very term “professional journalists.” Recent years have seen a huge increase in independent, so-called “creator journalists." The SPJ thinks they, too, should have a code to guide them. (The code, as always, is a voluntary guide and not enforceable.)</p><p>One key goal is to address an existential crisis in the field: an increasing lack of public trust in the media.</p><p>“We’re talking about a world that does not trust us as much as they did,” Roberts says. “We’re talking about politicians and others who go out of their way to smack journalism around because it dares point out their shortcomings. Meanwhile, the business of journalism has changed so much financially, and a third of journalists don’t work for a traditional news organization.</p><p>“All of those things and so many more are pretty good reasons to take another look,” he says, “and remind people that there are standards that should be standards, regardless of whether you call yourself a journalist, or the type of platform for which you work.”</p><p>Four key principles remain the same</p><p>The SPJ, which has some 4,000 members nationwide, was founded in 1909. In 1926 it adopted its first code of ethics, then formed an ethics committee in 1948 and revised the code five times — the last in 2014.</p><p>The four, unchanging key principles: “Seek Truth and Report It.” “Minimize Harm.” “Act Independently.” “Be Accountable and Transparent.”</p><p>But much else has evolved. A report accompanying the draft notes that traditional newsroom jobs are dwindling as the industry contracts. Simultaneously, it says, there’s been a marked growth in citizen journalists, freelancers, online influencers and pundits. The report cites a Pew study that shows fully one-third of journalists were freelance or self-employed in 2023.</p><p>It also cites the shrinking presence of news outlets serving as watchdogs, as well as “people, organizations and private investors without journalism backgrounds, who are buying or opening news properties, affecting news coverage, influencing editorial decisions and pushing personal agendas.”</p><p>The SPJ says the rapid rise in use of generative AI and other new technology — in news, as elsewhere — raises ethical questions.</p><p>So a new line says: “Remember that speed, technology or medium do not excuse inaccuracy or unfairness. Journalists are ethically responsible for their work, regardless of tools and technologies used.” In other words: The buck stops with the journalist, regardless of what AI might say.</p><p>“We don’t want people using the excuse of a technology to say that they couldn’t produce things ethically and transparently,” says Roberts.</p><p>But the proposed draft — to be voted on in October by the broader organization after a current feedback period — does not mention AI by name, referring only to tools and technologies, so it will remain relevant as technology changes. It also addresses other issues like verification, misinformation, crime reporting, fabricated images and more.</p><p>They fixed some problematic wording</p><p>A notable addition — and one that generated much discussion — is this line: “Be vigilant and courageous about holding those with power accountable. Counter the unfair marginalization of those with less power.”</p><p>What's interesting is what it replaces. The original text said: “Give voice to the voiceless.” That phrasing was seen as problematic, because it assumed that some groups lack a voice.</p><p>Notes committee member Eric Deggans: “It’s not that they don’t have a voice. It’s that too often mainstream news outlets don’t pay attention to it or don’t even know that it exists."</p><p>“What we wanted to try to speak to,” says Deggans, NPR's critic-at-large and a media ethics professor at Washington and Lee University, “was this idea that there are groups out there that may be marginalized from news coverage ... and (journalists) should make an effort to include them when it’s relevant, particularly when it builds the accuracy of the story."</p><p>Given the changes in the industry, one might ask another, overarching question: Does one code fit all? And will it even be acknowledged?</p><p>“We shouldn’t shy away from it," replies current SPJ President Chris Vaccaro, “just because the industry is changing or the idea of who a journalist is is changing.”</p><p>Vaccaro is confident that the code, which has been translated into multiple languages, will be followed by many. That newsroom bulletin board, he says, is now the entire world.</p><p>“We’re definitely not going to operate under the assumption that no one’s going to use it or nobody cares, or journalism’s changed so drastically that it doesn’t matter,” says Vaccaro. “It does matter.”</p><p>Deggans says he teaches two ethics classes, and both study the SPJ code. But besides training young journalists, the code has other key uses. “If you’re operating in a country that has had authoritarian rule for a long time or doesn’t have a long history of a free press, how do you figure out how that works? You turn to the SPJ code, right?”</p><p>Deggans wishes more working journalists would review the code.</p><p>And others, too: “I wish some people who owned journalism outlets would read the code, because too often they're pressuring their employees to do things that are unethical, and the employee has to figure out a way to preserve their journalism ethics and also give the employer what they want.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O6BOEWD7EFD6KRSZBL3RHQ3COA.jpg?auth=63ab00d5e85c3b09367b707f27b39c459c1abc7b9b9a960552ebbc2c4b829a09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - White House press secretary Karoline Leavitt speaks with reporters in the James Brady Press Briefing Room at the White House, July 16, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KDO2ZNQJMARVCKOT24C5QQZMUE.jpg?auth=e4f33560c3fe1a65bbc06035326599af6f96b568fd711eeca68a36f2179fd77c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A journalist prepares for a stand-up as President Donald Trump speaks at the White House, April 1, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLSIOA5LCXFNR7NFVKVNY5RXAE.jpg?auth=1d73ec160a84407d07b374a8e413b9de2e687b32b8a54dbf8d2c352732222bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yabloko party leader Nikolai Rybakov, center, speaks to journalists and supporters after a hearing on a lawsuit to bar the party from the upcoming parliamentary elections, at the Russia's Supreme Court, in Moscow, Monday, Aug. 10, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/277TTSS7TG3TMVRSATBNAK5CGM.jpg?auth=e2b80143914e7ee0f9f06e6da6dbabe78ea7cbfb36073e19dcc4bf5c4c1a50f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Journalists and supporters of the Yabloko party listen to Yabloko party leader Nikolai Rybakov, center, after a hearing on a lawsuit to bar the party from the upcoming parliamentary elections, at the Russia's Supreme Court, in Moscow, Monday, Aug. 10, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content></item><item><title><![CDATA[Muere mujer de 20 años tras accidente en cadena por caimán en la I-95 en Florida]]></title><link>https://www.local10.com/espanol/2026/09/01/muere-mujer-de-20-anos-tras-accidente-en-cadena-por-caiman-en-la-i-95-en-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/muere-mujer-de-20-anos-tras-accidente-en-cadena-por-caiman-en-la-i-95-en-florida/</guid><description><![CDATA[La mujer perdió el control de su auto tras encontrarse con el del hombre que iba al frente y no pudo evitar impactar un caimán en la carretera.]]></description><pubDate>Tue, 01 Sep 2026 14:04:33 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 20 años murió después de que un caimán en medio de la Interestatal 95 provocara un choque en cadena la noche del domingo en Titusville, según la Patrulla de Carreteras de Florida.</p><p>El choque ocurrió poco antes de la medianoche en los carriles hacia el sur de la I-95, al sur de State Road 50.</p><p>Agentes dijeron que un hombre de 58 años de Canadá conducía hacia el sur por el carril central cuando vio un caimán en la carretera.</p><p>El conductor no pudo evitar al animal y lo golpeó. El caimán murió como resultado del choque, según la FHP.</p><p>“Me pregunto cómo llegó allí”, dijo el viajero Ronnie Stacy.</p><p>Agentes dijeron que la mujer de 20 años de Palm Bay, quien conducía una Toyota Tacoma, viajaba detrás del conductor canadiense cuando se encontró con el choque.</p><p>Agentes dijeron que la mujer viró, perdió el control de la Tacoma y volcó.</p><p>La mujer salió expulsada de la camioneta.</p><p>Luego, un tercer conductor atropelló a la mujer y no se detuvo, según la FHP.</p><p>La mujer murió en la escena.</p><p>Agentes dijeron que no llevaba puesto el cinturón de seguridad, lo que provocó que saliera expulsada de la camioneta. Funcionarios de la FHP dijeron que el choque sirve como un recordatorio para que los conductores siempre se abrochen el cinturón de seguridad.</p><p>El conductor canadiense no resultó herido y permaneció en la escena.</p><p>Conductores dijeron que encontrarse inesperadamente con un animal en una carretera oscura puede dejar a los conductores con solo unos segundos para reaccionar.</p><p>“Tu reacción natural, independientemente de si ves un perro, un gato o un caimán, es virar”, dijo la conductora Jill White.</p><p>Pero virar para evitar a un animal puede crear peligros adicionales para los conductores y otras personas en la carretera.</p><p>“Mi reacción sería la misma y, desafortunadamente, alguien más resultó herido por ello”, dijo White.</p>]]></content:encoded></item><item><title><![CDATA[Dos adolescentes son hospitalizados tras apuñalamiento en Miami Northwestern Senior High School, según autoridades]]></title><link>https://www.local10.com/espanol/2026/08/31/dos-adolescentes-son-hospitalizados-tras-apunalamiento-en-miami-northwestern-senior-high-school-segun-autoridades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/31/dos-adolescentes-son-hospitalizados-tras-apunalamiento-en-miami-northwestern-senior-high-school-segun-autoridades/</guid><dc:creator><![CDATA[David Dwork, Samiar Nefzi]]></dc:creator><description><![CDATA[Dos adolescentes fueron hospitalizados en condición estable tras un altercado ocurrido el lunes en Miami Northwestern Senior High School, en Liberty City.]]></description><pubDate>Mon, 31 Aug 2026 23:07:41 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades de Miami investigan un apuñalamiento ocurrido en Miami Northwestern Senior High School.</p><p>El incidente ocurrió el lunes poco antes de las 12:30 p.m., cuando equipos de Miami Fire Rescue acudieron a la escuela, ubicada en 1100 NW 71st St., en el vecindario de Liberty City, tras recibir reportes de un altercado.</p><p>Según las autoridades, los equipos de emergencia encontraron a un joven de 18 años que había sido apuñalado y lo trasladaron de urgencia al Ryder Trauma Center del Jackson Memorial Hospital, donde se encontraba en condición estable.</p><p>Un portavoz de Miami Fire Rescue dijo que los paramédicos también trasladaron al Jackson Memorial Hospital a un adolescente de 15 años que presentaba una cortadura en una mano. También se encontraba en condición estable.</p><p><a href="https://www.facebook.com/reel/1809630947066405" target="_self" rel="" title="https://www.facebook.com/reel/1809630947066405">En un video publicado en redes sociales </a>se observa a dos estudiantes atacar a otro alumno, golpearlo y aparentemente pisarle la cabeza mientras se encuentra en el suelo.</p><p>Los jóvenes huyen posteriormente mientras el estudiante que estaba siendo atacado corre detrás de ellos.</p><p>Estudiantes que hablaron con Local 10 News dijeron que la escuela fue puesta bajo confinamiento mientras las autoridades buscaban al sospechoso responsable.</p><p>No se dieron a conocer de inmediato más detalles sobre el incidente ni sobre las lesiones.</p><p>En un comunicado, las Escuelas Públicas del Condado de Miami-Dade afirmaron que el incidente dio lugar a la presentación de cargos penales, pero no dieron más detalles.</p><blockquote><p>Las Escuelas Públicas del Condado de Miami-Dade (M-DCPS) tienen conocimiento de un incidente en el que se vieron implicados alumnos de uno de nuestros institutos. La dirección del centro y el Departamento de Policía Escolar de Miami-Dade abordaron el asunto de inmediato, lo que dio lugar posteriormente a la presentación de cargos penales. El distrito se toma muy en serio la seguridad y el bienestar de nuestros alumnos y personal, y mantiene su compromiso de garantizar un entorno escolar seguro para todos.</p><p class="citation">- Escuelas Públicas del Condado de Miami-Dade</p></blockquote><p>Hasta el momento, las autoridades no han informado cuáles fueron las circunstancias que llevaron al apuñalamiento.</p>]]></content:encoded></item><item><title><![CDATA[Wasserman Schultz among Democrats opposing Trump’s ‘biggest oil deal in world history’ ]]></title><link>https://www.local10.com/news/politics/2026/08/31/wasserman-schultz-among-democrats-opposing-us-venezuela-oil-deal/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/31/wasserman-schultz-among-democrats-opposing-us-venezuela-oil-deal/</guid><dc:creator><![CDATA[Ross Ketschke, Andrea Torres]]></dc:creator><description><![CDATA[U.S. Rep. Debbie Wasserman Schultz said on Monday that the recent U.S.-Venezuela oil deal needs to be halted. ]]></description><pubDate>Mon, 31 Aug 2026 20:41:41 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Rep. Debbie Wasserman Schultz said on Monday that the recent U.S.-Venezuela oil deal needs to be halted. </p><p>Venezuela’s interim President Delcy Rodríguez announced a “historic” 25-year deal on Saturday night and said it would increase output to 1.5 million barrels per day.</p><p>President Donald Trump announced the “biggest oil deal in world history” on Friday on Truth Social, and credited Secretary of State Marco Rubio and Defense Secretary Pete Hegseth. </p><p>“Trump and Marco Rubio have intentionally left everything opaque ... Trump did remove Maduro so he could get control over Venezuela’s oil and line his billionaire buddies’ pockets,” Wasserman Schultz said. “That’s what this is all about.”</p><p>Officials have not publicly identified the private Venezuelan operator involved in the deal, which reportedly includes 17 oil fields in the Orinoco Belt and Lake Maracaibo.</p><p>“The U.S. is going to take a 35% passive stake in a private company that is run by a Venezuelan who has done some deals for oil in Venezuela before, and ultimately that would give them preferential rights to buy about 20% of the production that comes from these investments at cost,” Ellen Wald, the president and founder of Transversal Consulting and a senior fellow at the Atlantic Council Global Energy Center, <a href="https://www.youtube.com/watch?v=GgajXtkDgHM" target="_self" rel="" title="https://www.youtube.com/watch?v=GgajXtkDgHM">told Bloomberg</a> on Monday.</p><p><a href="https://www.wsj.com/business/energy-oil/inside-trumps-plan-to-give-the-pentagon-a-stake-in-venezuelas-oil-riches-f054cdc2" target="_self" rel="" title="https://www.wsj.com/business/energy-oil/inside-trumps-plan-to-give-the-pentagon-a-stake-in-venezuelas-oil-riches-f054cdc2">The Wall Street Journal reported on Saturday</a> that the parties involved were the Pentagon’s <a href="https://www.cto.mil/osc/" target="_self" rel="" title="https://www.cto.mil/osc/">Office of Strategic Capital</a> and billionaire<a href="https://www.reuters.com/investigates/special-report/venezuela-spain-investor/" target="_self" rel="" title="https://www.reuters.com/investigates/special-report/venezuela-spain-investor/"> Alejandro Betancourt</a>, of <a href="https://www.nabep.net/about-us" target="_self" rel="" title="https://www.nabep.net/about-us">North American Blue Energy Partners</a>, or NABEP, a production company.</p><p>Betancourt, 46, also known as Leopoldo Alejandro Betancourt López, was the subject of investigations on money laundering in the U.S., Switzerland, and Spain, <a href="https://www.washingtonpost.com/world/2026/08/27/us-intervened-criminal-probe-venezuelan-oilman-alejandro-betancourt/" target="_self" rel="" title="https://www.washingtonpost.com/world/2026/08/27/us-intervened-criminal-probe-venezuelan-oilman-alejandro-betancourt/">The Washington Post reported last week</a>. U.S. federal prosecutors dropped a case against him in 2020. He has previously denied wrongdoing. </p><p>U.S. Vice President JD Vance defended the joint venture. </p><p>“We are going to see a significant increase in production,” Vance said. “The $65 billion barrel reserve is a big part of that.”</p><p>Officials plan to sign agreements with U.S. companies next week. Francisco R. Rodríguez, an economist and senior research fellow at the Center for Economic and Policy Research, said the oil deals will “make Venezuela a subordinate state to the U.S.”</p><p>Market experts did not expect the deal to have an immediate impact on U.S. consumers’ gas prices. </p><p>“Sounds promising, but it still will take billions of investment to get that oil,” Patrick De Haan, an analyst with Gas Buddy, wrote on Sunday<a href="https://x.com/GasBuddyGuy/status/2093537507354738926" target="_self" rel="" title="https://x.com/GasBuddyGuy/status/2093537507354738926"> on X</a>. </p><p>Wasserman Schultz, who is campaigning for Florida’s 20th Congressional District, said that if she is elected on Nov. 3, she will be part of an effort by Democrats to stop the deal. </p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/business/2026/08/30/what-we-know-about-trumps-deal-giving-us-access-to-vast-oil-reserves-in-venezuela/" target="_self" rel="" title="https://www.local10.com/business/2026/08/30/what-we-know-about-trumps-deal-giving-us-access-to-vast-oil-reserves-in-venezuela/">What we know about Trump’s deal giving US access to vast oil reserves in Venezuela</a></li><li><a href="https://www.local10.com/business/2026/08/28/trump-says-us-has-entered-deal-with-venezuela-to-take-control-of-65-billion-barrels-of-oil-reserves/" target="_self" rel="" title="https://www.local10.com/business/2026/08/28/trump-says-us-has-entered-deal-with-venezuela-to-take-control-of-65-billion-barrels-of-oil-reserves/">Trump says US has entered deal with Venezuela to take control of 65 billion barrels of oil reserves</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Administrador de escuela primaria de Broward es arrestado y reasignado tras incidente fuera del plantel]]></title><link>https://www.local10.com/espanol/2026/08/30/administrador-de-escuela-primaria-de-broward-es-arrestado-y-reasignado-tras-incidente-fuera-del-plantel/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/30/administrador-de-escuela-primaria-de-broward-es-arrestado-y-reasignado-tras-incidente-fuera-del-plantel/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[Un administrador de una escuela primaria del condado Broward fue arrestado tras un presunto incidente de violencia doméstica y será reasignado mientras el distrito escolar revisa el caso.]]></description><pubDate>Mon, 31 Aug 2026 00:16:54 +0000</pubDate><content:encoded><![CDATA[<p>Un administrador de una escuela primaria del condado Broward fue arrestado el domingo por la Oficina del Sheriff de Broward y será reasignado tras un incidente ocurrido fuera del plantel, según las Escuelas Públicas del Condado Broward.</p><p>Marc Horowitz, de 53 años y residente de Weston, enfrenta cargos de robo sin arma de fuego ni otro tipo de arma y agresión física.</p><p>Según la Oficina del Sheriff de Broward, los agentes acudieron a la casa de Horowitz, cerca de la cuadra 16000 de Southwest Fifth Way, en Weston, alrededor de las 11:58 p.m. del viernes, tras recibir un reporte sobre un “disturbio”.</p><p>“En el lugar, los agentes determinaron que un hombre adulto, identificado como Marc S. Horowitz, estuvo involucrado en un altercado doméstico en el que agredió físicamente a una persona adulta y le arrebató el teléfono”, dijo un portavoz de la Oficina del Sheriff de Broward a Local 10 News en un correo electrónico enviado el lunes.</p><p>Local 10 averiguó que la víctima es esposa de Horowitz y ambos tienen hijos en común.</p><p>Según el informe de arresto, la víctima dijo a los agentes que ella y Horowitz habían estado consumiendo bebidas alcohólicas el viernes por la noche antes de llegar a casa y comenzar una discusión.</p><p>La mujer dijo que, en un momento dado, Horowitz le arrebató el teléfono de la mano, según el informe.</p><p>De acuerdo con el reporte, Horowitz salió de la casa, pero posteriormente regresó y le pidió a la víctima el control remoto.</p><p>Los agentes dijeron que, cuando ella no pudo encontrarlo, Horowitz la empujó al suelo colocando ambas manos sobre su pecho, lo que provocó que cayera sobre su lado izquierdo.</p><p>Un portavoz de las Escuelas Públicas del Condado Broward dijo que Horowitz es subdirector de la escuela primaria Orange Brook, en Hollywood. El distrito señaló que será reasignado tras el incidente mientras se lleva a cabo una revisión adicional por parte de Recursos Humanos, que podría derivar en otras medidas, incluido su despido.</p><p>En el sitio web de la escuela primaria Orange Brook, Horowitz aparece como administrador, específicamente como “director en prácticas”.</p><p>“Que ocurra algo así es bastante devastador. Así es como yo lo veo, especialmente cuando se trabaja con niños pequeños”, dijo Jacquelin Peterson, cuyo hijo asiste a la escuela primaria.</p><p>“Para mí, específicamente, si hubo violencia involucrada, no creo que alguien así deba estar cerca de nuestros hijos”, dijo otra madre, Ashley Acevedo.</p><p>James Johnson, cuyo hijo también asiste a la escuela, dijo que no cree que Horowitz sea una “mala persona”.</p><p>“Cualquier cosa puede hacer que alguien reaccione, pero no creo que sea una mala persona”, dijo Johnson.</p><p>El administrador escolar recibió el lunes una fianza de 3,000 dólares y podría ser puesto en libertad más tarde ese mismo día si paga la fianza.</p>]]></content:encoded></item><item><title><![CDATA[Qué saber del segundo año de la presidenta mexicana. Entre tensiones internas y presiones de Trump]]></title><link>https://www.local10.com/espanol/2026/09/01/que-saber-del-segundo-ano-de-la-presidenta-mexicana-entre-tensiones-internas-y-presiones-de-trump/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/que-saber-del-segundo-ano-de-la-presidenta-mexicana-entre-tensiones-internas-y-presiones-de-trump/</guid><dc:creator><![CDATA[Por FABIOLA SÁNCHEZ, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — A casi dos años del inicio de su mandato la presidenta mexicana Claudia Sheinbaum presentó el martes su balance de gestión, marcada en el último año por las presiones de Donald Trump en materia de seguridad y comercio y la controversia generada por las acusaciones de narcotráfico en Estados Unidos contra un gobernador oficialista y otros nueve funcionarios.]]></description><pubDate>Tue, 01 Sep 2026 18:06:48 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — A casi dos años del inicio de su mandato la presidenta mexicana Claudia Sheinbaum presentó el martes su balance de gestión, marcada en el último año por las presiones de Donald Trump en materia de seguridad y comercio y la controversia generada por las acusaciones de narcotráfico en Estados Unidos contra un gobernador oficialista y otros nueve funcionarios.</p><p>Sheinbaum ha logrado mantener su postura de “cooperación sin subordinación”, pero debió concentrarse en lograr resultados contundentes en materia de seguridad como la captura y abatimiento en febrero del líder del poderoso Cártel Jalisco Nueva Generación (CJNG), Nemesio Oseguera Cervantes, alias “ El Mencho ”.</p><p>La mandataria también ha llevado adelante negociaciones con su principal socio comercial para tratar de contener los aranceles que impuso Trump y preservar la supervivencia del tratado comercial con Estados Unidos y Canadá (T-MEC).</p><p>Imponiendo su marca personal</p><p>Aunque Sheinbaum ha negado un distanciamiento con las políticas de su antecesor y padre político Andrés Manuel López Obrador (2018-2024), durante su segundo año de gobierno se hizo más evidente el giro en asuntos claves como la seguridad.</p><p>De la política de no confrontación con los grupos criminales de López Obrador pasó a un combate más frontal que ha llevado a la detención de más 63.000 personas entre octubre de 2024 —al inicio de su gobierno— y julio de este año.</p><p>Como resultado de esa política en 2025 la tasa de homicidios cerró en 21,4 por cada 100.000 habitantes desde los 25,8 del año anterior, según cifras oficiales. Pero aún persiste la violencia en algunas regiones del país, como el estado noroccidental de Sinaloa.</p><p>Sheinbaum ha mantenido una estrecha colaboración en materia de seguridad que se materializó con el envío a Estados Unidos de 92 narcotraficantes mexicanos entre febrero de 2025 y enero pasado.</p><p>La mandataria también mantuvo una activa participación en el plano internacional —a diferencia de su antecesor— y acudió a la cumbre del G-7 en junio de 2025 en Canadá. Seis meses después tuvo su primer encuentro trilateral en Washington con Trump y el primer ministro canadiense Mark Carney.</p><p>Entre los vaivenes con Trump</p><p>Durante el último año Sheinbaum ha tenido que hacer frente a las tensiones con Estados Unidos en materia comercial, de seguridad y migratorias, pero estas fricciones no perturbaron el intercambio comercial bilateral que superó el año pasado los 872.000 millones de dólares.</p><p>A su vez el gobierno ha mantenido un diálogo permanente con Washington para tratar de revertir el arancel de 10% que desde el año pasado se impuso a los productos que no están cubiertos por el T-MEC, así como a los camiones medianos y pesados —que tienen un impuesto de 25%— y el gravamen de 50% vigente para el acero y el aluminio, que han golpeado sectores claves y sometido a la segunda mayor economía de Latinoamérica a “difíciles circunstancias”, admitió el martes la mandataria en su mensaje al país.</p><p>Pero en materia migratoria han aflorado las diferencias. México escaló en julio los reclamos por la muerte de 17 de sus connacionales y solicitó a las fiscalías de Estados Unidos que investiguen penalmente los casos de migrantes fallecidos mientras estaban bajo custodia del Servicio de Inmigración y Control de Aduanas (ICE) o durante redadas de esa agencia.</p><p>Las presiones internas</p><p>En medio de las tensiones con el vecino del norte, a Sheinbaum se le abrió a fines de abril un frente interno luego de que la Fiscalía de Nueva York acusó al gobernador oficialista de Sinaloa, Rubén Rocha Moya, y a otros nueve funcionarios activos y retirados de colaborar con el Cártel de Sinaloa y pidió a México que los detuviera con fines de extradición.</p><p>En un primer momento la presidenta salió en defensa de Rocha Moya, pero meses después surgió un distanciamiento luego de que el político decidió retornar a su cargo, lo que desató una polémica que golpeó al partido gobernante Morena y a Sheinbaum. La controversia se solventó en agosto luego de que el político oficialista se separó de manera indefinida de la gobernación de Sinaloa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCZMUHUXICCZXFYBLRH4UOLTPY.jpg?auth=89d725f9f35e206c5459d7ab8ed06fcdaf5a801d523ea90b27d2db7fa75ef46c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - La presidenta mexicana Claudia Sheinbaum llega para recibir al presidente suizo Guy Parmelin y a su esposa Caroline Merotto en el Palacio Nacional de la Ciudad de México, el miércoles 8 de julio de 2026. (AP Foto/Eduardo Verdugo, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Cirujano ortopédico sufre lesión en la columna tras ser atropellado mientras iba en bicicleta por Rickenbacker Causeway en Miami]]></title><link>https://www.local10.com/espanol/2026/08/31/cirujano-ortopedico-sufre-lesion-en-la-columna-tras-ser-atropellado-mientras-iba-en-bicicleta-por-rickenbacker-causeway-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/31/cirujano-ortopedico-sufre-lesion-en-la-columna-tras-ser-atropellado-mientras-iba-en-bicicleta-por-rickenbacker-causeway-en-miami/</guid><dc:creator><![CDATA[Bridgette Matter, Andrea Torres]]></dc:creator><description><![CDATA[Un reconocido cirujano ortopédico de Miami permanece hospitalizado con graves lesiones después de ser atropellado mientras circulaba en bicicleta por Rickenbacker Causeway.]]></description><pubDate>Mon, 31 Aug 2026 23:37:36 +0000</pubDate><content:encoded><![CDATA[<p>El doctor Gilbert Beauperthuy-Rojas permanecía hospitalizado el lunes por la tarde después de que un conductor lo atropellara mientras circulaba en bicicleta por Virginia Key, en Miami.</p><p>Personal de Miami Fire Rescue trasladó de urgencia a Beauperthuy-Rojas, de 63 años, al Ryder Trauma Center del Jackson Memorial Hospital tras el choque ocurrido la mañana del sábado en Rickenbacker Causeway.</p><p>“Tiene algunas laceraciones en el hígado y los riñones. Tenía cortaduras por todo el cuerpo. Tiene una lesión en la médula espinal. Hasta ahora, los indicios son que no tiene movimiento ni capacidad para moverse de la cintura para abajo”, dijo su cuñado, Carlos G. Mendia, residente de Key Biscayne.</p><p>Mendia, de 62 años, dijo que Beauperthuy-Rojas, un ciclista experimentado que lo introdujo a este deporte en 2010, circulaba solo por el carril designado para bicicletas cuando el conductor de una camioneta SUV lo atropelló.</p><p>“Es extremadamente peligroso. Les suplico a las autoridades, a los funcionarios públicos, que encuentren una solución a esto”, dijo Mendia sobre los peligros de andar en bicicleta por Rickenbacker Causeway. “Esto no tiene sentido”.</p><p>Durante décadas, Beauperthuy-Rojas, del HCA Florida Mercy Hospital, ha atendido a pacientes con lesiones deportivas y enfermedades degenerativas. También fue presidente de la Miami Orthopaedic Society.</p><p>“No solo lo describen como un gran médico, sino como una gran persona”, dijo Henry Garcia, portavoz del HCA Florida Mercy Hospital, al referirse a lo que opinan sus colegas.</p><p>El Departamento de Policía de Miami continuaba investigando la causa del accidente el lunes por la tarde. Según la policía, el conductor está cooperando con la investigación.</p>]]></content:encoded></item><item><title><![CDATA[Lauderhill vice mayor accused of domestic violence as he campaigns for commission seat]]></title><link>https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/</guid><dc:creator><![CDATA[Sanela Sabovic, Andrea Torres, Byron Tollefson]]></dc:creator><description><![CDATA[Police officers arrested Lauderhill’s vice mayor on Monday after a woman accused him of domestic violence. ]]></description><pubDate>Mon, 31 Aug 2026 23:03:54 +0000</pubDate><content:encoded><![CDATA[<p>Police officers arrested Lauderhill’s vice mayor on Monday after a woman accused him of domestic violence.</p><p><a href="https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-acusado-de-violencia-domestica-durante-su-campana-para-puesto-en-la-comision/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-acusado-de-violencia-domestica-durante-su-campana-para-puesto-en-la-comision/">Leer en español</a></p><p><a href="https://www.lauderhill-fl.gov/commission/commissioner-richard-campbell" target="_self" rel="" title="https://www.lauderhill-fl.gov/commission/commissioner-richard-campbell">Richard Campbell</a>, the vice mayor elected in 2022, identified the woman as his ex-girlfriend. </p><p>“It’s a relationship that for months she should have left the house,” Campbell said. “Friends, family, we couldn’t get her to do so.” </p><p>Campbell, a Jamaican-American physical therapist who has experience in social work and education, served as a city commissioner from 2018 to 2020. </p><p>“You can look at my history. I’ve never been accused. My history is public,” Campbell said. “I’ve been around for 35 years, and I’ve never come across anything similar to this.” </p><p>Campbell, who also lived in Cuba, is campaigning for the election of the city’s commission seat four on Nov. 3.</p><p>“I’m not worried, I’m confident,” Campbell said, adding that the case was a smear campaign that was “meant to disrupt the election.” </p><p>City leaders gathered as they do normally for scheduled Monday night meeting, which went on without Campbell.</p><p>Lauderhill Mayor Denise Grant told Local 10 News she had no comment on Campbell’s arrest.</p><p>Later, during the meeting, she led a prayer for Campbell. </p><p>“We have one of our colleagues that’s not here,” she said during the meeting. “We ask for your protection Lord God, that you will protect him in this time. Lord, that you will give him what he needs to have peace that surpasses all understanding.”</p><p>Campbell, the founder of the Caribbean-American Soccer Association, said he looks forward to his defense in Broward County court. </p><p>“It will play out in court,” Campbell said. “The public will be aware of the results of it. I’m here, I have nowhere to go.” </p><p><i>Local 10 News has a pending request with the Lauderhill Police Department for the arrest report. </i></p>]]></content:encoded></item><item><title><![CDATA[Sept. 1: A stormy weather pattern continues in South Florida]]></title><link>https://www.local10.com/weather/2026/09/01/sept-1-a-stormy-weather-pattern-continues-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/01/sept-1-a-stormy-weather-pattern-continues-in-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[The atmosphere above us is locked in with a ton of moisture. This will make it easy for showers and thunderstorms to develop again today. ]]></description><pubDate>Tue, 01 Sep 2026 13:27:52 +0000</pubDate><content:encoded><![CDATA[<p>The atmosphere above us is locked in with a ton of moisture. This will make it easy for showers and thunderstorms to develop again today. Some could contain frequent lightning and gusty winds. Heavy rain will also be a big feature of the storms this week and pockets of minor flooding will be possible in areas that get 2”+ of rain in a short time. Highest chances will be in the afternoons, but some slow moving storms could develop along the coast early in the evening into the night. </p><p>High temperatures are starting out very typical for early September around 90°. There are no major heat waves in the forecast since clouds and persistent thunderstorm activity each day will keep temperatures in check for at least the next week or two.</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[Vice Alcalde de Lauderhill, acusado de violencia doméstica durante su campaña para puesto en la Comisión]]></title><link>https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-acusado-de-violencia-domestica-durante-su-campana-para-puesto-en-la-comision/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/vice-alcalde-de-lauderhill-acusado-de-violencia-domestica-durante-su-campana-para-puesto-en-la-comision/</guid><dc:creator><![CDATA[Sanela Sabovic, Andrea Torres, Byron Tollefson]]></dc:creator><description><![CDATA[Richard Campbell, el vicealcalde electo en 2022, identificó a la mujer como su ex novia. ]]></description><pubDate>Tue, 01 Sep 2026 13:27:48 +0000</pubDate><content:encoded><![CDATA[<p>Arrestan a vicealcalde de Lauderhill tras acusación de violencia doméstica por parte de una mujer.</p><p><a href="https://www.lauderhill-fl.gov/commission/commissioner-richard-campbell" target="_self" rel="" title="https://www.lauderhill-fl.gov/commission/commissioner-richard-campbell">Richard Campbell</a>, el vicealcalde electo en 2022, identificó a la mujer como su ex novia. </p><p>“Es una relación que ella debió haber dejado la casa hace meses”, dijo Campbell. “Amigos, familiares, no pudimos lograr que lo hiciera”.</p><p>Campbell, un fisioterapeuta jamaiquino-estadounidense con experiencia en trabajo social y educación, se desempeñó como comisionado de la ciudad de 2018 a 2020.</p><p>“Puedes revisar mi historial. Nunca he sido acusado. Mi historial es público”, dijo Campbell. “He estado aquí durante 35 años y nunca me he encontrado con algo similar a esto”.</p><p>Campbell, quien también vivió en Cuba, está haciendo campaña para la elección del escaño cuatro de la comisión de la ciudad el 3 de noviembre.</p><p>“No estoy preocupado, estoy confiado”, dijo Campbell, agregando que el caso era una campaña de desprestigio que estaba “destinada a interrumpir las elecciones”.</p><p>Los líderes de la ciudad se reunieron como lo hacen normalmente para la reunión programada del lunes por la noche, que continuó sin Campbell.</p><p>La alcaldesa de Lauderhill, Denise Grant, dijo a Local 10 News que no tenía comentarios sobre el arresto de Campbell.</p><p>Más tarde, durante la reunión, dirigió una oración por Campbell.</p><p>“Tenemos a uno de nuestros colegas que no está aquí”, dijo durante la reunión. “Pedimos por tu protección, Señor Dios, que lo protejas en este momento. Señor, que le des lo que necesita para tener una paz que sobrepasa todo entendimiento”.</p><p>Campbell, fundador de la Asociación de Fútbol Caribeño-Estadounidense, dijo que espera defenderse en un tribunal del condado Broward.</p><p>“Se resolverá en los tribunales”, dijo Campbell. “El público conocerá los resultados. Estoy aquí, no tengo adónde ir”.</p><p><i>Local 10 News tiene una solicitud pendiente ante el Departamento de Policía de Lauderhill para obtener el informe del arresto.</i></p>]]></content:encoded></item><item><title><![CDATA[Schools reopen across Cuba as fuel, water and power shortages persist]]></title><link>https://www.local10.com/news/world/2026/09/01/schools-reopen-across-cuba-as-fuel-water-and-power-shortages-persist/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/schools-reopen-across-cuba-as-fuel-water-and-power-shortages-persist/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[LAS MINAS, Cuba (AP) — The Barroso family rose at dawn and hitched a cart to a borrowed horse to take their daughters to school on Tuesday, the first day of classes for many students across Cuba.]]></description><pubDate>Tue, 01 Sep 2026 19:48:30 +0000</pubDate><content:encoded><![CDATA[<p>LAS MINAS, Cuba (AP) — The Barroso family rose at dawn and hitched a cart to a borrowed horse to take their daughters to school on Tuesday, the first day of classes for many students across Cuba.</p><p>As the crises deepen on the island, thieves recently stole the family’s horse and killed it for food, so the Barrosos now rely on a borrowed animal for transportation, because school buses aren't running.</p><p>Fuel, teachers and uniforms remain scarce as the new school year begins.</p><p>More than 10,000 schools were expected to open their doors on Tuesday, welcoming an estimated 1.4 million children and more than 135,000 teachers.</p><p>The island’s education minister acknowledged ongoing challenges, calling the reopening of schools a “heroic act” for an island whose free and universal education system was long considered a crowning achievement of the 1959 revolution.</p><p>But the island’s multiple crises forced the government to end the previous school year in June — one month early. Conditions have only worsened, with persistent power, water and fuel shortages compounded by a U.S. oil embargo and longstanding sanctions.</p><p>“This academic year has been the most disastrous one,” said Leanete Barroso, mother of two daughters.</p><p>As schools reopened, President Miguel Díaz-Canel touted the achievement, writing on X that it was something “the empire sought to prevent with its plan of strangulation.”</p><p>Cuban Foreign Minister Bruno Rodríguez echoed those sentiments.</p><p>“No energy blockade, threats, intensified embargo, or secondary sanctions will prevent us from continuing to preserve and develop the achievements of the Revolution, attained under the leadership of Commander-in-Chief Fidel Castro Ruz,” he wrote on X.</p><p>As students entered their respective schools, they saluted the Cuban flag and sang the national anthem, which includes this line: “To die for one's country is to live.”</p><p>Cuban schools lack teachers</p><p>A widespread lack of professors prompted the government to send more than 3,000 teachers from Cuba’s eastern provinces to schools in Havana as teacher coverage fell to 73% across the island. The vacancies are blamed on low salaries and emigration.</p><p>Education Minister Naima Trujillo Barreto implored Cubans to help fill the gaps, calling on university students, professionals and even retirees.</p><p>“Everyone is invited — anyone who has something to contribute,” she said at a recent news conference. “You might be at home, perhaps retired, and eager to meet a group of children who need lessons in the very subject you know better than anyone else.”</p><p>Librarian Sura Victorero Llerena answered the call. She retired this year but rejoined the school where she worked for 39 years: “I came back because I want to help. ... We are like a family. We all pull together to make sure things turn out well.”</p><p>Meanwhile, parents and those in the private sector are expected to help provide school meals, with some schools only reporting a 15-day supply of food, according to state media.</p><p>School uniforms also were largely unavailable as the new school year began, meeting only 12% of demand at the primary level.</p><p>“No workshop can operate without electricity. Without fuel, we cannot transport fabric from one part of the country to another,” Trujillo Barreto said. “Without money or the ability to import, no fabric comes in either.”</p><p>She said that students would be allowed to wear “comfortable clothing” but are still required to tie on their traditional red or blue kerchiefs.</p><p>On Tuesday before dawn, many children brushed their teeth by the light of cellphones and rechargeable light bulbs. The night was rough for the Barroso sisters, who slept with their mother outside because their rechargeable fan died and the air was suffocating inside their cramped wooden home with a tin roof.</p><p>As they got ready for school, Leanete Barroso's oldest daughter, 15-year-old Sheila Ramírez Barroso, had already issued a warning to her parents: drop her off before they reached the school so her classmates wouldn't see her atop a horse-drawn cart.</p><p>Cuba's daily grind takes its toll</p><p>The day before classes started, Yurima Izaguirre struggled to pull up last year’s school uniform on the youngest of her three children. She grimaced when she saw that her 7-year-old daughter had nearly outgrown the burgundy skirt.</p><p>“You’re going to suffocate after a while in the classroom,” Izaguirre said.</p><p>No new uniforms were available for her two daughters, but she was able to find two shorts for her son.</p><p>A surge in the cost of goods in Cuba meant Izaguirre didn't have enough money to buy new shoes for her children. For the first time ever, she had to buy school supplies for the three of them. The government was unable to provide them.</p><p>Izaguirre worries the most about having to feed her children lunch every day during the school week, another first for her.</p><p>Izaguirre planned to prepare what she and her husband, who works as a lifeguard, could afford: pasta, tuna and mayonnaise: “It has to last.”</p><p>Before classes started, Izaguirre told her children that they needed to pack their small, rechargeable fans — each labeled with their name — to help cope with temperatures hovering above 90 F (32 C). Like many Cubans, they're often hit with daily outages lasting more than 20 hours — so they recharge the fans at the home of a kind neighbor.</p><p>The longer-than-usual vacation before classes also hit the family hard. Usually, they would visit the beach, a park or the zoo, but with no transportation available given a lack of fuel, Izaguirre said that she would organize picnics beneath a tree near their home.</p><p>Her children give her emotional strength, but daily life in Cuba has hit Izaguirre hard: “In my head, I think of doing 1,000 things, but I have to keep going for their sake.”</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DGJ3IW2DPNCGBN7OGSS7L7URGE.jpg?auth=b161aa571daa822fce66bd2dc0434fb4489624c54c4f1f073653bc54c5a6a2ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Girls hug as they arrive to school for their first day back to classes in Minas, Cuba's Havana province, Tuesday, Sept. 1, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BNQZPCMSRSHIUMMO5JJTQUKXPU.jpg?auth=9f1a1b31b74863307606df1672e6d94fee802435c486c25849b15247651a7e84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yurima Izaguirre uses a cell phone flashlight due to a blackout as she wakes her children up to get them ready for their first day of back to school in Minas, Cuba's Havana province, Tuesday, Sept. 1, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U5DFYMYN423Y7LHHASRAPC7SY4.jpg?auth=d4e8e7f8bd6ef1fc4c670cd1e9197639fd54e4ae0b31458664b7e0293163803e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Barroso family travels by horse-drawn carriage as they head to school for their two daughters' first day back to classes in Minas, Cuba's Havana province, Tuesday, Sept. 1, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QLSFM7BE4ATFJW64RLQMUQWXYQ.jpg?auth=d8608bbcff5e557a2cc4915efed7519a07d463e5154384d39d98e49f6cec5242&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yurima Izaguirre, left, shines her cell phone flashlight during a blackout as her children brush their teeth and get ready for their first day back to school in Minas, Cuba's Havana province, Tuesday, Sept. 1, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AM4R72CFDDSDKAUIJZLTSVVYNA.jpg?auth=56a549b6b5b0d916b7bfb30a67c426d44a0ff77683bf5b114ecf35ca238f80a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children line up for their national anthem in the school courtyard where a stray dog sits by on the first day back to school in Minas, Cuba's Havana province, Tuesday, Sept. 1, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Man grazed by bullet after shots fired in North Lauderdale, deputies say ]]></title><link>https://www.local10.com/news/local/2026/09/01/man-grazed-by-bullet-after-shots-fired-in-north-lauderdale-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/01/man-grazed-by-bullet-after-shots-fired-in-north-lauderdale-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[A man was grazed by a bullet Monday night when shots were fired during an altercation between two men, authorities confirmed to Local 10 News.]]></description><pubDate>Tue, 01 Sep 2026 11:47:21 +0000</pubDate><content:encoded><![CDATA[<p>A man was grazed by a bullet Monday night when shots were fired during an altercation between two men, authorities confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/09/01/hombre-con-herida-leve-tras-tiroteo-en-north-lauderdale-informan-agentes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/01/hombre-con-herida-leve-tras-tiroteo-en-north-lauderdale-informan-agentes/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the shooting was reported just after 8:10 p.m. near the 1300 block of Avon Lane.</p><p>Deputies said the man who fired the shots fled the scene after the shooting.</p><p>BSO’s Violent Crime detectives are investigating.</p><p>Anyone with information 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[Hombre con herida leve tras tiroteo en North Lauderdale, informan agentes]]></title><link>https://www.local10.com/espanol/2026/09/01/hombre-con-herida-leve-tras-tiroteo-en-north-lauderdale-informan-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/hombre-con-herida-leve-tras-tiroteo-en-north-lauderdale-informan-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[Un hombre fue rozado por una bala al producirse disparos durante una pelea entre dos hombres, confirmaron autoridades a Local 10 News.]]></description><pubDate>Tue, 01 Sep 2026 13:08:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre resultó rozado por una bala la noche del lunes cuando se produjeron disparos durante una pelea entre dos hombres, confirmaron las autoridades a Local 10 News.</p><p>Según la Oficina del Sheriff de Broward, la balacera fue reportada poco después de las 8:10 p.m. cerca de la cuadra 1300 de Avon Lane.</p><p>Agentes dijeron que el hombre que realizó los disparos huyó de la escena después de la balacera.</p><p>Los detectives de Crímenes Violentos de la BSO están investigando.</p><p>Cualquier persona que tenga información debe llamar a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Woman randomly stabs 2 people in New York City's Times Square, killing 1, then is killed by police]]></title><link>https://www.local10.com/news/national/2026/09/01/woman-randomly-stabs-2-people-in-new-york-citys-times-square-killing-1-then-is-killed-by-police/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/01/woman-randomly-stabs-2-people-in-new-york-citys-times-square-killing-1-then-is-killed-by-police/</guid><dc:creator><![CDATA[By HALLIE GOLDEN, Associated Press]]></dc:creator><description><![CDATA[A woman randomly stabbed two people in New York City’s Times Square on Monday, killing one woman, and then was fatally shot by police, according to officials.]]></description><pubDate>Tue, 01 Sep 2026 12:58:06 +0000</pubDate><content:encoded><![CDATA[<p>A woman randomly stabbed two people in New York City’s Times Square on Monday, killing one woman, and then was fatally shot by police, according to officials.</p><p>The shooting happened just before 4:30 p.m. next to a New York Police Department substation, just outside One Times Square, the building that hosts the city’s annual New Year’s Eve ball drop celebration. It is one of the most heavily touristed and policed spots in all of New York.</p><p>The 49-year-old woman from Queens pulled out two knives from a shopping bag and stabbed a 68-year-old man who had just come out of the subway station and was waiting to cross the street with his wife, striking him in the abdomen, Police Commissioner Jessica Tisch said at a news conference.</p><p>Seconds later, the woman stabbed a 32-year-old woman also in the abdomen, Tisch said. Both victims were taken to the hospital. The woman died and the man is in stable condition, according to police.</p><p>Police didn’t say if the victims were tourists visiting the city or residents.</p><p>Videos posted on social media show a group of at least 10 officers gathered around the woman, who was holding two large kitchen knives.</p><p>Officers tried to convince the woman to drop the knives for several minutes before using a Taser, Tisch said. The woman told them: “I’m not dropping anything, I would rather kill both of you,” according to Tisch.</p><p>The video shows the Taser not incapacitating her and the woman walking quickly toward the officers while waving the knives in front of her.</p><p>Two officers then shot the woman, according to police. In the video posted by bystanders, the woman fell to the ground, where an officer handcuffed her. Officers rolled her onto her back and rendered first aid.</p><p>“This was an extraordinarily dangerous situation unfolding in the heart of Times Square, the crossroads of the world,” Tisch said.</p><p>The woman has a “documented mental health history with the NYPD,” which include incidents in 2018 and 2019 but no arrest history with the department, Tisch said. She didn’t provide additional details.</p><p>Police are investigating. Tisch said there was no evidence suggesting it was a terrorist attack.</p><p>The names of the victims have not been released until next of kin are notified, according to police.</p><p>“We know that those families’ lives have been shattered by what took place today, and we will continue to hold them close as the hours and days and weeks continue from this moment,” said Mayor Zohran Mamdani.</p><p>Both Mamdani and Tisch praised the officers, saying more people could have been hurt or killed if not for their actions.</p><p>The NYPD temporarily closed part of 7th Avenue and warned the public to stay away from the area. Police tape cordoned off the area as a large group of law enforcement officers worked nearby.</p><p>Violent crime has fallen sharply in New York City so far this year, with homicides down 24% and on pace to potentially hit their lowest level in decades. But this is the second killing this year in Times Square. A man was fatally stabbed in the same area in May.</p>]]></content:encoded></item><item><title><![CDATA[Broward elementary school assistant principal arrested, reassigned after ‘domestic disturbance’]]></title><link>https://www.local10.com/news/local/2026/08/30/broward-elementary-school-administrator-arrested-reassigned-after-off-campus-incident/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/30/broward-elementary-school-administrator-arrested-reassigned-after-off-campus-incident/</guid><dc:creator><![CDATA[Hannah Yechivi, Amanda Batchelor]]></dc:creator><description><![CDATA[A Broward County elementary school administrator was arrested earlier today and is being reassigned from the school following an off-campus incident, according to Broward County Public Schools.]]></description><pubDate>Sun, 30 Aug 2026 21:31:56 +0000</pubDate><content:encoded><![CDATA[<p>A Broward County elementary school administrator was arrested Sunday by the Broward Sheriff’s Office and is being reassigned from the school following an off-campus incident, according to Broward County Public Schools.</p><p><a href="https://www.local10.com/espanol/2026/08/30/administrador-de-escuela-primaria-de-broward-es-arrestado-y-reasignado-tras-incidente-fuera-del-plantel/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/30/administrador-de-escuela-primaria-de-broward-es-arrestado-y-reasignado-tras-incidente-fuera-del-plantel/">Leer en español</a></p><p>Marc Horowitz, 53, of Weston, faces charges of robbery without a firearm or weapon and touch or strike battery.</p><p>According to the Broward Sheriff’s Office, deputies were called to Horowitz’s home near the 16000 block of Southwest Fifth Way in Weston at about 11:58 p.m. Friday in reference to a “disturbance.”</p><p>“On scene, deputies learned an adult male, identified as Marc S. Horowitz, was involved in a domestic disturbance where he physically assaulted an adult individual and snatched the person’s phone,” a BSO spokesperson told Local 10 News in an email Monday. </p><p>Local 10 learned Monday that the victim is Horowitz’s wife and the two have children together.</p><p>According to an arrest report, the victim told deputies that she and Horowitz had been drinking alcoholic beverages Friday night before arriving home and getting into an argument.</p><p>She said at some point Horowitz snatched her phone from her hand, the report stated.</p><p>According to the report, Horowitz left the home, but returned and asked the victim for the remote control.</p><p>Deputies said when she was unable to locate it, Horowitz pushed her to the floor with both of his hands on her chest, causing her to fall on her left side.</p><p>A spokesperson for Broward County Public Schools said Horowitz is an assistant principal at Orange Brook Elementary School in Hollywood. The district said he is being reassigned from the school following the incident, pending further Human Resources review and action, which may include termination.</p><p>On the Orange Brook Elementary School website, Horowitz is listed as an administrator, specifically the “intern principal.”</p><p>“For something like that to happen, it’s kind of devastating. That’s the way I look at it, especially when you work with young kids,” Jacquelin Peterson, whose child attends the elementary school, said.</p><p>“For me, specifically, it would have to be if there was violence involved, I don’t think that should be around our kids,” another parent, Ashley Acevedo, said.</p><p>James Johnson, whose child also attends the school said he doesn’t believe Horowitz is a “bad guy.” </p><p>”Anything can trigger someone, but I don’t think he’s a bad guy,” Johnson said.</p><p>The school administer was granted a $3,000 bond and had nothing to say after posting bond and leaving the jail Monday evening. </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[Al menos un muerto deja ataque con carro bomba contra estación de policía en el noreste de Colombia]]></title><link>https://www.local10.com/espanol/2026/09/01/al-menos-un-muerto-deja-ataque-con-carro-bomba-contra-estacion-de-policia-en-el-noreste-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/al-menos-un-muerto-deja-ataque-con-carro-bomba-contra-estacion-de-policia-en-el-noreste-de-colombia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Al menos un civil murió y 11 personas más resultaron heridas, incluidos policías, tras el ataque de un carro bomba contra una estación de policía en el noreste de Colombia, informaron el martes las autoridades.]]></description><pubDate>Tue, 01 Sep 2026 20:18:22 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Al menos un civil murió y 11 personas más resultaron heridas, incluidos policías, tras el ataque de un carro bomba contra una estación de policía en el noreste de Colombia, informaron el martes las autoridades.</p><p>El automóvil con explosivos fue detonado sobre la medianoche del lunes en la estación de policía de Los Patios, un municipio que integra el área metropolitana de Cúcuta, la capital del departamento de Norte de Santander.</p><p>En un video difundido a la prensa, el gobernador de Norte de Santander, William Villamizar, lamentó la muerte de un civil e indicó que al menos 11 personas resultaron heridas, incluidos varios agentes.</p><p>“Nos solidarizamos con la familia de cada uno de los heridos de este atentado. Esperamos entonces el respaldo de la comunidad hacia nuestra policía nacional”, agregó Villamizar.</p><p>El gobernador pidió que los responsables del ataque sean identificados y capturados. En la zona operan varios grupos armados ilegales como la guerrilla Ejército de Liberación Nacional (ELN), en armas desde 1964.</p><p>En declaraciones posteriores, el secretario de Seguridad de Norte de Santander, George Quintero, dijo a la prensa local que la información preliminar apunta a la presunta responsabilidad del ELN en el ataque.</p><p>La policía detalló en un comunicado que se trató de un “artefacto explosivo acondicionado en un vehículo”, que además de las víctimas causó afectaciones en la infraestructura policial y el parque automotor, incluidas varias motocicletas.</p><p>Videos divulgados en redes sociales muestran lo que parecen ser los restos del vehículo en llamas mientras los vecinos observan lo ocurrido en medio del caos que causó la explosión.</p><p>El presidente Abelardo de la Espriella aseguró que asistirá, junto a la cúpula de la fuerza pública, a un consejo de seguridad de urgencia por el “atentado terrorista” en Los Patios, fronterizo con Venezuela.</p><p>“Vamos a perseguir con mano de hierro a quienes atenten contra los colombianos hasta capturarlos, desmantelar sus estructuras y devolverles la tranquilidad a nuestras comunidades”, indicó el mandatario en la red social X.</p><p>El conservador De la Espriella llegó al poder el 7 de agosto prometiendo mano dura contra los grupos ilegales, priorizar las operaciones militares ofensivas y cerrar las mesas de diálogo de paz que sostuvo su predecesor, el progresista Gustavo Petro (2022-2026).</p><p>La defensora del Pueblo, Iris Marín, condenó el ataque con explosivos. "El derecho humanitario no se hizo para legitimar objetivos, sino para minimizar daños, especialmente cuando estos son indiscriminados y afectan a personas y bienes civiles. Justicia”, pidió la funcionaria en X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZTJUTFJVM37EDCPF6XHSEAPFT4.jpg?auth=ae06607e15dc1f3e3f2da624b302e8a4d5964489c1eed09320d7943888fff8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una estación de policía resultó dañada tras la explosión de un coche bomba en Los Patios, Colombia, el martes 1 de septiembre de 2026. (AP Foto/Mario Caicedo)]]></media:description><media:credit role="author" scheme="urn:ebu">Mario Caicedo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXYHSGCYUFBGKKSQMUYCX2U46Q.jpg?auth=1b2ecee64567d3e5cc6a6ab69443f50058b6519b43850873c38e4736f0a5e69e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía inspecciona una comisaría dañada tras la explosión de un coche bomba en Los Patios, Colombia, el martes 1 de septiembre de 2026. (AP Foto/Mario Caicedo)]]></media:description><media:credit role="author" scheme="urn:ebu">Mario Caicedo</media:credit></media:content></item><item><title><![CDATA[The Latest: Iran fires drones, missiles in response to US strikes, Iranian semiofficial media says]]></title><link>https://www.local10.com/news/2026/09/01/the-latest-iran-fires-drones-missiles-in-response-to-us-strikes-iranian-semiofficial-media-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/01/the-latest-iran-fires-drones-missiles-in-response-to-us-strikes-iranian-semiofficial-media-says/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iranian semiofficial media said Tuesday the country has begun firing missiles and drones in response to U.S. strikes, as hostilities flare again after a month without military action. Hours earlier, the U.S. military said it was striking new targets in Iran over recent attempted attacks against commercial shipping in the Strait of Hormuz. The renewed fighting, which the U.S. military has tried to cast as limited, comes after President Donald Trump appeared to pivot last month toward punishing Iran economically with sanctions.]]></description><pubDate>Tue, 01 Sep 2026 19:46:19 +0000</pubDate><content:encoded><![CDATA[<p>Iranian semiofficial media said Tuesday the country has begun firing missiles and drones in response to U.S. strikes, as hostilities flare again after a month without military action. Hours earlier, the U.S. military said it was striking new targets in Iran over recent attempted attacks against commercial shipping in the Strait of Hormuz. The renewed fighting, which the U.S. military has tried to cast as limited, comes after President Donald Trump appeared to pivot last month toward punishing Iran economically with sanctions.</p><p>Army Secretary Dan Driscoll is stepping down after just 18 months on the job. The White House announced his departure after Driscoll spoke with President Donald Trump about the current state of the Army, an Army official told The Associated Press on condition of anonymity. He's only the latest top military leader to leave during the Trump administration.</p><p>Here's the Latest:</p><p>Iranian official says two people were killed when a US strike hit a house hosting a wedding</p><p>A U.S. strike hit a home where a wedding ceremony was being held in Kuhestak in southern Iran, killing two people and wounding others, Ahmad Nafisi, Hormozgan Province’s deputy governor, told Iranian state television in a phone call.</p><p>▶ Read more</p><p>Top Democrat on House Foreign Affairs Committee says Hegseth must go</p><p>Rep. Gregory Meeks said the resignation of Driscoll has left him concerned about the Pentagon, and the military leadership overall.</p><p>Driscoll is the latest in a string of military leaders leaving their posts or being pushed out under Hegseth. Democrats are determined to conduct oversight of Hegseth’s leadership, if the party wins control of Congress in fall.</p><p>“Hegseth needs to go, there’s no question about that,” said Meeks of New York.</p><p>Trump says US strikes target Iranian effort to rebuild radar</p><p>The president told Fox News that the latest round of strikes focused heavily on efforts to reconstruct radar that had been decimated by earlier U.S.-Israel strikes in the six-month old conflict.</p><p>Trump, in a phone call with the network, said the U.S. military had been monitoring Iran’s efforts to rebuild radar systems and waited until the work was almost completed before carrying out the strikes, according correspondent Trey Yingst.</p><p>Earlier Tuesday, Iran’s President Masoud Pezeshkian said his country was ready to return to a ceasefire agreement brokered with the U.S. in June if Washington was willing to abide by the terms.</p><p>But Trump appeared to pour cold water on the possibility of a return to the ceasefire, at least in the near term. Yingst said Trump told him, “I think an agreement with them isn’t worth the paper it’s written on.”</p><p>Iranian semiofficial media say Iran is firing drones and missiles in response to US strikes</p><p>Iranian semiofficial media say the country has begun firing missiles and drones in response to U.S. strikes.</p><p>The Fars and Tasnim news agencies, seen as close to Iran’s security forces, reported late Tuesday that it had launched such operations. This came after the U.S. military hit targets in Iran after it said Tehran tried to attack commercial ships and American forces in the Middle East as hostilities flare once again in an intermittent war that has lasted more than six months.</p><p>▶ Read more</p><p>House Foreign Affairs chairman backs new Iran strikes</p><p>“Wisdom would be the exact word I would use,” Rep. Brian Mast, R-Fla., said after the U.S. military hit new targets in Iran on Tuesday.</p><p>“You have an enemy that has waged a forever war against us,” he said.</p><p>When asked whether the new hostilities would be a reason for Congress to hold a formal vote backing the war in Iran, Mast said such a move was “not necessarily” needed.</p><p>“I don’t think that they need a declaration of war to be conducting strikes against an imminent threat against the United States of America, which is what Iran is,” Mast said.</p><p>House passes short-term funding bill to avoid a shutdown before the election</p><p>The House passed a short-term measure Tuesday to fund the federal government into early December, a move designed to avoid a chaotic shutdown as lawmakers campaign for reelection.</p><p>Lawmakers needed to act before the fiscal year concludes at the end of September to avoid a funding lapse. They were determined not to bump up against that deadline during the campaign season following this past year’s historic shutdowns.</p><p>The House passed the bill by a vote of 370-48. The Senate has already overwhelmingly approved the measure, so it now moves to President Donald Trump’s desk for his signature.</p><p>“It gives the nation and our constituents certainty, certainty that the government will remain open, certainty that our service members will be paid,” said Rep. Tom Cole, the Republican chairman of the House Appropriations Committee.</p><p>▶ Read more</p><p>GOP senator says lawmakers want to question Pentagon about resignation of Army secretary</p><p>Republican Sen. Mike Rounds, a member of the Senate Armed Services Committee, said he was disappointed in the resignation of Army Secretary Dan Driscoll.</p><p>“I’m hearing the same language everybody else is, that he was frustrated with some of his top generals being released,” Rounds said. “That’s not the first time I’ve heard that, and I think that points to questions that we’re going to be asking when we get back, in terms of where is the leadership?”</p><p>Asked if he is still confident in Defense Secretary Pete Hegseth’s leadership, Rounds said “it’s a matter of whether or not the president is.”</p><p>The Senate returns to Washington Sept. 14. The House returned Monday.</p><p>First amendment fight draws scores of groups</p><p>More than 150 organizations have joined the Center for American Progress in CAP’s fight against a legal threat from President Donald Trump.</p><p>A lawyer for the president threatened last month to sue the left-leaning think tank unless it retracted a report that said his National Guard deployments to various cities did not reduce crime as he said.</p><p>“We stand with the Center for American Progress, not in agreement with every view they hold, but in steadfast support for their rights to voice those views freely and without political retribution,” the groups said in a joint statement.</p><p>The signatories include civil rights groups, policy organizations, and civic institutions.</p><p>CAP has not retracted the report. The lawsuit has not been filed.</p><p>US issues region-wide Mideast travel alert as hostilities resume with Iran</p><p>The State Department on Tuesday renewed a region-wide travel alert for the Middle East as hostilities between the United States and Iran resumed.</p><p>“Due to tensions in the Middle East, the security environment remains complex with the potential for unforeseen escalation,” the department said in a blanket advisory covering all countries in the region. The language is similar to previous warnings that came before a lull in combat activities and said Americans in the Mideast should exercise heightened vigilance and be aware of potential travel disruptions.</p><p>“Iran and groups supportive of Iran may target U.S. interests overseas or at locations associated with the United States and Americans throughout the world, including U.S. businesses and other institutions,” it said.</p><p>Several individual U.S. embassies, including those in Israel, Jordan, Qatar and the virtual embassy in Iran, sent out identical alerts targeted to Americans currently in those countries.</p><p>New poll shows most Americans want compromise in Canada trade fight</p><p>As the trade fight between the U.S. and Canada escalates, a new Ipsos poll finds that most Americans want some amount of compromise with Canada, and few support additional tariffs on their northern neighbor.</p><p>About 7 in 10 U.S. adults say the U.S. should be willing to make tradeoffs with Canada, even if it means it doesn’t get most of what it wants, while only 25% say the U.S. should take a tough stance and insist on getting most of what it wants, according to the survey, which was conducted from August 28-30.</p><p>Only about 2 in 10 support the U.S. placing additional tariffs on Canada, while a majority, 57%, are opposed and 21% don’t know enough to say.</p><p>Most Americans, 68%, also oppose Trump’s recent move to rename Lake Ontario “Lake America.”</p><p>Trump says if Iran retaliates, the US will hit back harder</p><p>The president said in a post on social media that the U.S. was striking targets near the Strait of Hormuz.</p><p>“If the failed Nation of Iran retaliates for this very justified attack, they will be hit again at a much harder and higher level, but it will not be the biggest attack of them all, that is waiting in the wings,” he said.</p><p>Trump added: “When it is over, there will be very little left of the Islamic Republic of Iran!”</p><p>Oil giant Chevron is expected to announce it will expand operations in Venezuela, US official says</p><p>Oil giant Chevron is expected to soon announce it will expand operations in Venezuela, a U.S. official said Tuesday.</p><p>The official, who briefed reporters on the expected announcement, said that the company’s officials and Energy Secretary Chris Wright are expected to visit Venezuela on Wednesday where the new investment will be formally unveiled. The official spoke under condition of anonymity under ground rules set by the White House for the call.</p><p>Chevron is the second-largest U.S. oil company and the only one with a major presence in Venezuela. The announcement comes after the White House confirmed on Monday it is partnering with North American Blue Energy Partners as part of President Donald Trump ’s push to tap into Venezuela’s oil industry.</p><p>▶ Read more</p><p>— Aameer Madhani</p><p>US military says attacks are focused on preventing new mines in the Straight of Hormuz</p><p>The U.S. military has tried to cast the renewed fighting as limited.</p><p>Central Command said in a statement on X on Monday that its attacks on Iranian targets on Sunday were narrowly focused on preventing IRGC forces from placing new mines in the Straight of Hormuz.</p><p>“U.S. forces took limited, precise action against IRGC minelaying forces posing an imminent threat in the Strait of Hormuz,” Central Command stated. “In essence, Iran created the threat and the U.S. military eliminated it to protect civilian mariners, commercial shipping, and the free flow of global commerce.”</p><p>Central Command reiterated on Tuesday that its attacks only followed Iranian aggression against commercial vessels and American troops in the region.</p><p>Renewed fighting comes after Trump promised ‘economic D-Day’</p><p>The renewed fighting also comes after Trump appeared to pivot last month toward punishing Iran economically with sanctions, with the president promising an “economic D-Day” against a country that has withstood nearly five decades of punishing American sanctions.</p><p>The Trump administration argued that it was only a matter of time and that striking the right economic target would get Tehran to its breaking point.</p><p>But at the same time, U.S. stockpiles of advanced weapons have been diminishing, while the war has been unpopular among Americans and could make Republicans vulnerable in November’s midterm elections.</p><p>US military says it’s striking targets in Iran over attempted attacks on shipping as hostilities flare after a month</p><p>The U.S. military says it’s striking new targets in Iran as hostilities flare again after a month without military action.</p><p>U.S. Central Command said Tuesday that the strikes “follow recent attempted attacks by the IRGC against commercial shipping in the Strait of Hormuz and against American service members deployed to the region.”</p><p>On Sunday, the U.S. military said it struck rocket launchers on Larak Island in the Strait of Hormuz. Iran responded by launching missiles at U.S. sites in Jordan, which were intercepted, while United Arab Emirates said it stopped an Iranian drone over its waters.</p><p>President Donald Trump acknowledged Monday that more strikes might be necessary.</p><p>House Democrats vow oversight of Trump’s oil deal with Venezuela</p><p>Rep. Pete Aguilar of California said the oil deal that hands an ownership stake to the Pentagon is “concerning for all of us.”</p><p>“This is an area that’s ripe for oversight,” said Aguilar, who is the chairman of the House Democratic caucus.</p><p>Previewing the agenda ahead if Democrats win control of the House in the midterm elections, he said, “When there is a time and moment for us to exercise oversight and accountability, you can count on House Democrats to do that.”</p><p>House Democrats vow oversight of Trump’s oil deal with Venezuela</p><p>Rep. Pete Aguilar of California said the oil deal that hands an ownership stake to the Pentagon is “concerning for all of us.”</p><p>“This is an area that’s ripe for oversight,” said Aguilar, who is the chairman of the House Democratic caucus.</p><p>Previewing the agenda ahead if Democrats win control of the House in the midterm elections, he said, “When there is a time and moment for us to exercise oversight and accountability, you can count on House Democrats to do that.”</p><p>One Democratic leader says best way to ‘stick it’ to Trump administration: Go vote</p><p>Rep. Ted Lieu said House Democrats have been researching potential Trump administration voter suppression scenarios similar to one revealed in a whistleblower’s claim that the U.S. Postal Service is possibly jeopardizing mail-in ballots.</p><p>Lieu said the message he wants to give Americans is simple: ”Just go … vote,” he said, using a profanity.</p><p>He encouraged voters to make sure they’re registered vote and cast ballots early or in person, if need be.</p><p>“That’s the best way to stick it to the administration that’s trying to keep you from voting,” he said. “Go vote.”</p><p>House Speaker Mike Johnson said he was unaware of the whistleblower’s complaint.</p><p>DHS secretary says hundreds arrested in NY immigration operation</p><p>Markwayne Mullin says Immigration and Customs Enforcement made roughly 2,100 arrests in a targeted operation in New York carried out over the last month.</p><p>During a news conference in New York, Mullin said the people arrested were “criminals” and slammed New York’s governor and mayor for not working with ICE.</p><p>The news conference comes as ICE has ramped up operations nationwide this summer but data shows that the agency is increasingly arresting people who do not have a criminal record.</p><p>Data released by the Deportation Data Project shows ICE arrests jumping to nearly 50,000 in July but more than half of those arrested had not been convicted of any crimes and weren’t facing criminal charges.</p><p>New York Gov. Kathy Hochul and New York City Mayor Zohran Mamdani held their own press conference at the same time as Mullin’s, telling reporters that the Trump administration was withholding $87 million in counterterrorism funding to New York.</p><p>Two more ships attacked in and around Strait of Hormuz</p><p>The British military’s United Kingdom Maritime Trade Operations Centre said it received reports of an attack on a ship in the Strait of Hormuz, and a second report of an incident involving a tanker in waters nearby.</p><p>In the first, the UKMTO said a tanker was hit by three projectiles Monday on its way out of the Persian Gulf through the strait east of Oman. The monitoring agency said there were no reports of casualties on the boat or any environmental impact from the attack.</p><p>In the second, the UKMTO said it had received a report “involving a tanker and military forces” on Monday off the coast of Oman, also east of the strait. There was no immediate claim of responsibility for the attacks.</p><p>Iran’s speaker: ‘It is we who control the strait’</p><p>The Strait of Hormuz “is a place where at least 120 ships used to transit every 24 hours. Even if two or three ships manage to pass through on some nights now, that in fact shows that we have control over the entire Strait of Hormuz,” Mohammad Bagher Qalibaf said in a video posted on a state TV Telegram channel.</p><p>“The information we have — open and covert, visible and hidden — shows us that after failing in the military and diplomatic arenas, the enemy has added a very broad economic war and cognitive war to its military campaign,” Qalibaf said. “The enemy’s objective in this hybrid war is to create unrest and chaos inside the country. That is their malicious intention. ... Or they may try to force us to surrender through diplomacy. Never.”</p><p>US treasury secretary predicts an end to Strait of Hormuz’s viability</p><p>Scott Bessent said the Strait of Hormuz will be a “worthless piece of water in two years,” after predicting that shippers and other users of the narrow strait will find alternative means of transit as they conduct less and less business with Iran.</p><p>The Trump administration launched “Operation Economic Outcast” against the Islamic Republic in August as a means to economically punish the country and encourage other nations to do so.</p><p>He made the comments on the sidelines of the G20 Tuesday morning as he spoke with Fox Business host Larry Kudlow.</p><p>US job openings rise slightly as labor market remains sturdy despite higher costs</p><p>The American job market is hardly booming, but it is ambling along despite an energy shock caused by the fighting with Iran that has squeezed family budgets. U.S. job openings ticked up to 7.27 million in July from a revised 7.18 million in June, the Labor Department reported Tuesday.</p><p>U.S. employers — companies, nonprofits and government agencies — added an average of 61,000 net jobs a month this year. The figure is unimpressive, but it’s an improvement on 2025 when job growth came in below 10,000 a month — the weakest hiring outside a recession since 2002 — as the lingering effect of high interest rates and Trump tariffs uncertainty discouraged hiring. At least U.S. employers aren’t firing much — the number of people signing up for unemployment benefits has come in low week after week.</p><p>Iran’s leader slams the US as unreliable</p><p>Iran’s President Masoud Pezeshkian vented about the Trump administration in public before his private meeting with Russia’s Vladimir Putin.</p><p>“The aggression that America carried out against Iran had no legal, scientific, or logical justification. They martyred our leader, they martyred our commanders, they martyred our scientists, they martyred our innocent students, they beat our people; in other words, this behavior cannot be justified in any mental, rational, or international framework,” Pezeshkian said.</p><p>“Unfortunately, they claim human rights, they claim to be law-abiding, and the things they are doing are not documented in any framework that can be relied upon.”</p><p>Russian president says ties with Iran are ‘growing steadily’</p><p>“As I have stated repeatedly, Russia stands in solidarity with the Iranian people. We admire your courage and resilience in the pursuit of your national interests,” Vladimir Putin said in public before his meeting with Iranian leader Masoud Pezeshkian Tuesdayon the sidelines of the Shanghai Cooperation Organization summit.</p><p>Putin also said that Moscow has welcomed Iran’s ceasefire agreement with the United States early this year, but that “truce proved unstable and all too fragile.” So meanwhile, Russia has continued to supply Iran with “essential goods” while maintaining momentum on trade.</p><p>In turn, Pezeshkian thanked Moscow for its support amid both U.S. sanctions and its conflict with Israel and Washington. Iran has scrambled to sustain trade amid U.S. threats to sanction any country that refuses to break ties with the Islamic Republic.</p><p>Iran willing to go back to ceasefire agreement if US does</p><p>Iran’s President Masoud Pezeshkian during a summit in Kyrgyzstan that “if the U.S. returns to its commitments in the memorandum of understanding, the Islamic Republic of Iran will immediately reciprocate,” Iranian state media reported.</p><p>The June memorandum started a 60-day period for negotiations aimed at reaching a wider peace deal. Iran agreed to clear the Strait of Hormuz of mines and allow ships to pass during the period, and the U.S. agreed to end its naval blockade, lift sanctions, issue waivers for Iranian oil exports and begin work on a reconstruction package for Iran, among other things. But the ceasefire broke down quickly, and while there has been a lull in fighting, the two sides exchanged fire on the weekend.</p><p>While Pezeshkian has long favored a negotiated end to the war, Iran’s most powerful force remains the paramilitary Revolutionary Guard, which is pressing for Iranian control over the strait and financial compensation for the war.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I45AQGDAAR3ZT2RF7H2KNO45O4.jpg?auth=fa4980d92c98088ad95a9407d5777f206cc1d4e3c0edd7df8ce026f468590b60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Army Secretary Dan Driscoll speaks at the America 250 celebration at Fort Bragg in Fayetteville, N.C., June 10, 2025. (AP Photo/Karl DeBlaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B. DeBlaker</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TMSWQUO3JG77CZZCZ22P6PX5RE.jpg?auth=6775800d8f6888b8afad0a5e00cbfd9bb7faf11ff909343d543a7787b27b7275&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction continues on a helipad, left, on the South Lawn of the White House and and the new White House ballroom, right, as seen from the Washington Monument in Washington, Friday, Aug. 28, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z3R7TQCSLAWTFRWPEXZO4PO5A4.jpg?auth=84ae1b55a56a7fdf05b6d886ee806bb8aad0e7824dfb8f8536775335dc04fefb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Delivery vans are parked during a protest staged as part of a countrywide National Day of Action Tuesday, July 28, 2026, outside the main United States Postal Service headquarters in northeast 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/OQURAZ7ERROAVPKWO5RKIRS7M4.jpg?auth=7dca16e3257ec94a2a97dfe5718419394c0646ce86ca6a081b0c67e559b99612&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 in the Oval Office of the White House, Monday, Aug. 31, 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[Submersible joins search for 20 missing in deadly Cypriot ferry disaster]]></title><link>https://www.local10.com/business/2026/09/01/submersible-joins-search-for-20-missing-in-deadly-cypriot-ferry-disaster/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/submersible-joins-search-for-20-missing-in-deadly-cypriot-ferry-disaster/</guid><dc:creator><![CDATA[By ANDREW WILKS, Associated Press]]></dc:creator><description><![CDATA[ISTANBUL (AP) — A submersible vessel joined the search Tuesday for 20 people missing for two days following a ferry disaster off the coast of Cyprus.]]></description><pubDate>Tue, 01 Sep 2026 12:26:23 +0000</pubDate><content:encoded><![CDATA[<p>ISTANBUL (AP) — A submersible vessel joined the search Tuesday for 20 people missing for two days following a ferry disaster off the coast of Cyprus.</p><p>Eight people died when the passenger ferry Filo Jet, which was carrying 267 passengers and crew, capsized and sank after leaving Kyrenia, a port in northern Cyprus, for Tasucu, Turkey, on Sunday afternoon.</p><p>The Turkish navy ship TCG Isin arrived at the site and began work to reach the ferry, North Cypriot Prime Minister Unal Ustel said. The ferry is lying in waters that are more than 500 meters (more than 1,600 feet) deep.</p><p>“Our state is on the ground with all its resources. With the strong support of the Republic of Turkey, we will continue our search and rescue operations and technical work uninterrupted for as long as needed,” he said in comments reported by the northern Cypriot newspaper Kibris.</p><p>The Isin, a specialized search-and-rescue vessel, is equipped with a remotely operated submersible able to provide images of the sea bed and recover items with robotic arms. It can descend up to 1,000 meters (3,280 feet). Fifteen specialist divers are aboard the Isin.</p><p>“Once the wreck is identified, salvage operations will begin at a significant depth of 500 meters,” Cmdr. Ulas Cesur said aboard the Isin. “Detailed search and investigation activities will be carried out around and on the wreck using a remotely operated underwater vehicle.”</p><p>Meanwhile, three victims were buried in Turkey on Tuesday. Nisa Torer, 14, and 56-year-old Nihat Balyemez were interred in the southern city of Gaziantep, while Huseyin Ozdemir was buried in Silifke, Mersin province.</p><p>Torer had been returning from vacation with her widowed father and two brothers. Her father is among the missing. Ozdemir was attending a wedding in Cyprus with his family. His wife is missing but their two daughters were rescued.</p><p>An air and sea search for possible survivors was conducted about 7½ kilometers (4½ miles) off the Cypriot coast overnight on Monday. Turkey’s state-run Anadolu news agency reported that a plane, seven helicopters, five drones and 17 vessels have been involved in the search.</p><p>Survivors have said how the ferry began listing and taking on water after they heard a number of loud noises from below the decks, sparking panic on board. They told how people were trapped inside the passenger seating area as water gushed in and the ship lurched onto its side.</p><p>The ferry, a wide-bodied catamaran, had just left Kyrenia, known as Girne in Turkish, and was carrying many Turkish tourists returning from vacation.</p><p>Eight crew and a director of the ferry’s owner, Filo Denizcilik, are in custody. Five others, including Filo Denizcilik staff and port officials, are also under investigation.</p><p>Cyprus was split along ethnic lines in 1974, and Turkish Cypriots declared independence in 1983. Only Turkey recognizes the north of the island, where it maintains more than 35,000 troops.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JNLJIDOTF5ADVRMX72CKF2IPIE.jpg?auth=d112ba872ba8ddacd50d5914b53534966da13425be4ba4f14fbc4e5349a721a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vessels sail near the port of Kyrenia as an ambulance is parked on the waterfront in the Turkish-occupied northern part of Cyprus, Sunday, Aug. 30, 2026, after a catamaran-style ferry overturned off the island's northern coast. (AP Photo/Nedim Enginsoy)]]></media:description><media:credit role="author" scheme="urn:ebu">Nedim Enginsoy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZOCLR6B6J2ASJ5UPFGVOV73OQ.jpg?auth=02c10dafb0d0c28c022284ea5873911a0da06e843ac04e5ae48c6fd7c97bc321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An aircraft flies over the port of Kyrenia in the Turkish-occupied northern part of Cyprus, Sunday, Aug. 30, 2026, after a catamaran-style ferry overturned off the island's northern coast. (AP Photo/Nedim Enginsoy)]]></media:description><media:credit role="author" scheme="urn:ebu">Nedim Enginsoy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XE2KM6Q5AGOYVIUXKKHX3W7X3Y.jpg?auth=e08f07c34b4e4ffaad291b2cbe80fe24795a7690d30248b477c5eb0b133349db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this frame grab from video, rescued passengers wearing life jackets are evacuated by boat after a passenger vessel capsized off the coast of Girne, in the Turkish-occupied northern part of Cyprus, Sunday, Aug. 30, 2026. (DHA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">DHA</media:credit></media:content></item><item><title><![CDATA[Schools reopen in Congo’s Ebola epicenter despite concerns from parents and teachers]]></title><link>https://www.local10.com/news/world/2026/09/01/schools-reopen-in-congos-ebola-epicenter-despite-concerns-from-parents-and-teachers/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/schools-reopen-in-congos-ebola-epicenter-despite-concerns-from-parents-and-teachers/</guid><dc:creator><![CDATA[By CONSTANT SAME BAGALWA, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — A new academic year began across Congo on Tuesday despite concerns by parents and teachers that the country's Ebola outbreak still poses risks to children in the epicenter.]]></description><pubDate>Tue, 01 Sep 2026 16:29:06 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — A new academic year began across Congo on Tuesday despite concerns by parents and teachers that the country's Ebola outbreak still poses risks to children in the epicenter.</p><p>The resumption of classes comes in the middle of what authorities say is the fastest-growing outbreak of the disease ever, with 2,950 killed among the 6,100 cases confirmed so far since mid-May.</p><p>The union representing teachers in Ituri province, the epicenter of the outbreak, had called for a delay in restarting classes, but the government pressed ahead. UNICEF said it is supporting the authorities to prevent transmissions in schools.</p><p>Some schools in Ituri, especially those owned by the government, recorded low turnouts. Authorities in Ituri did not respond to a request for comment on measures to ensure a lack of transmission in classrooms.</p><p>Aimerance Vahweka, a parent in the Bunia, the capital of Ituri, said the school restart came as a surprise and she is keeping her child at home for now.</p><p>“I do not really see an increase in prevention measures,” she said.</p><p>Other education officials said they are equipping schools with noncontact infrared thermometers, hand sanitizers and hand-washing basins.</p><p>“We also raise student awareness about adhering to hygiene protocols, particularly regular handwashing and the use of hand sanitizer,” said Etienne Ndjabu, a teacher in a Bunia private school.</p><p>Experts say major challenges still remain, as many schools lack access to clean water and funding remains below target.</p><p>“There are also significant logistical challenges, particularly in remote areas, where the delivery of equipment and learning materials may be delayed,” said Greg Ramm, director for Save the Children in Congo.</p><p>Children aged 4 and below have the highest case-fatality rate of any age group in the outbreak at 60%, according to available health data.</p><p>“The priority is both to protect the health of students, teachers, and communities, and to preserve, as much as possible, children’s right to learn,” Dounia Dekhili, UNICEF Emergency coordinator in DRC, said.</p><p>The latest outbreak, which is caused by the rare Bundibugyo virus, has spread to more than 60 health zones. Authorities believe it had been spreading undetected among communities since at least February. The World Health Organization said the outbreak is on track to beat the West Africa's regional outbreak between 2014 and 2016.</p><p>Health workers in affected provinces have gone on several strikes to protest delays in payments, which has affected the response to the deadly outbreak.</p><p>Efforts to contain the disease have been hampered by a lack of an approved vaccine or treatment. Congolese authorities had started distributing thousands of Ervebo vaccine, which the WHO said might provide some protection.</p><p>Conflict between the government and rebel groups in the eastern region, attacks on health workers and an intense population movement also have worsened the outbreak.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G44I45QXIS44UPJZX3TLA423GY.jpg?auth=540dbe4801518e627e12306ce15d4888d0f354ca17eaecfb59ef74f43af9a2ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students attend a school assembly on the first day of the new school year amid the Ebola virus outbreak, in Ituri, Congo, Tuesday, Sept. 1, 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/D53NBBH2HGOLIL3CSETQI3ZL6M.jpg?auth=6d40f8129fd4be415037eace63eeb5a1a9160a59c42c273476509aec18bf0447&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker pauses after disinfecting a treatment center for Ebola patients, in Beni, North Kivu province, eastern Congo, Monday, Aug. 31, 2026. (AP Photo/Sebastien Kitsa Musayi)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastien Kitsa Musayi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G6JVQ2YUFWQKU3QHWGE75DVQDE.jpg?auth=25825c69f12d7cc0156a83b76d04bb2063071edf0da396e5d1960384c6a322f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A school official checks students' temperatures as they enter school, on the first day of the new school year amid the Ebola virus outbreak, in Ituri, Congo, Tuesday, Sept.1, 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/DHUAH6OG3ZEPZ7GGZPIIRBJTBY.jpg?auth=dd81cddeaab7f159e6a2a3b09b99fb9a2e0bb0f2e46e35f812f01d7a91f4697c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk in front of a school on the first day of the new school year amid the Ebola virus outbreak, in Ituri, Congo, Tuesday, Sept. 1, 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/5BZVQMU5ALIYXYWY26GENMJQAY.jpg?auth=b6762eae378b3aa8c8055cbb71aabb4ed0a90c2c09b9a3f3ddf05be88b63b592&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students attend a school assembly on the first day of the new school year amid the Ebola virus outbreak, in Ituri, Congo, Tuesday, Sept.1, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content></item><item><title><![CDATA[Sept. 1: Scattered to numerous showers expected today]]></title><link>https://www.local10.com/weather/2026/09/01/sept-1-scattered-to-numerous-showers-expected-today/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/01/sept-1-scattered-to-numerous-showers-expected-today/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Welcome to September. Grab your rain gear -- scattered to numerous showers and thunderstorms are expected, some storms later today could be strong to severe. ]]></description><pubDate>Tue, 01 Sep 2026 11:20:20 +0000</pubDate><content:encoded><![CDATA[<p>Welcome to September. Grab your rain gear -- scattered to numerous showers and thunderstorms are expected, some storms later today could be strong to severe. There will be breaks in the storms or highs to reach the lowers 90s. Please remember “When thunder roars go indoors”. The threat of heavy rainfall and localized flooding will be the main concern for the area through the upcoming weekend. 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[Tormenta tropical Edouard podría alcanzar fuerza de huracán mientras se acerca a Texas y Luisiana]]></title><link>https://www.local10.com/espanol/2026/09/01/tormenta-tropical-edouard-podria-alcanzar-fuerza-de-huracan-mientras-se-acerca-a-texas-y-luisiana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/01/tormenta-tropical-edouard-podria-alcanzar-fuerza-de-huracan-mientras-se-acerca-a-texas-y-luisiana/</guid><dc:creator><![CDATA[Por JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[La lluvia cayó en zonas de Texas y Luisiana el martes mientras la tormenta tropical Edouard se dirigía hacia la costa del Golfo de México. La tormenta se está fortaleciendo y podría alcanzar fuerza de huracán, advirtió el Centro Nacional de Huracanes.]]></description><pubDate>Tue, 01 Sep 2026 17:28:50 +0000</pubDate><content:encoded><![CDATA[<p>La lluvia cayó en zonas de Texas y Luisiana el martes mientras la tormenta tropical Edouard se dirigía hacia la costa del Golfo de México. La tormenta se está fortaleciendo y podría alcanzar fuerza de huracán, advirtió el Centro Nacional de Huracanes.</p><p>Los meteorólogos prevén que toque tierra en Texas más tarde el martes y luego se debilite rápidamente. Mientras tanto, varias tormentas se estaban gestando en el océano Pacífico, incluida Lowell, que alcanzó fuerza de huracán el martes por la mañana.</p><p>Edouard se encontraba a unos 50 kilómetros (30 millas) al sureste de la ciudad costera texana de Port Arthur, cerca de la frontera con Luisiana y próximo a la zona donde podría tocar tierra.</p><p>El centro de huracanes vaticinó que Edouard descargará de 8 a 15 centímetros (entre 3 y 6 pulgadas) de lluvia a lo largo de la costa hasta el este-centro de Texas, pero algunas zonas podrían registrar hasta 23 centímetros (9 pulgadas). El suroeste de Luisiana tendría cantidades menores.</p><p>Según el centro de huracanes, era probable que se produjeran inundaciones repentinas en zonas bajas y áreas urbanas.</p><p>La tormenta se dirige hacia Texas y Luisiana</p><p>El gobernador de Texas, Greg Abbott, declaró que el principal problema serán las inundaciones.</p><p>“Esta es nuestra primera gran tormenta de la temporada y, les digo, Texas está preparado”, declaró Orlando Alanis, de la División de Manejo de Emergencias de Texas, en una conferencia de prensa.</p><p>Abbott indicó que cuadrillas de operarios trabajaron el lunes para retirar la vegetación seca que podría prender por el impacto de un rayo y provocar incendios de rápida propagación.</p><p>Una marejada ciclónica de 0,9 a 1,5 metros (de 3 a 5 pies) era posible a lo largo de un tramo de costa alrededor de la frontera entre Texas y Luisiana, dijo el centro de huracanes.</p><p>En Cameron, Luisiana, los vientos se habían intensificado y la lluvia caía de forma intermitente el martes por la mañana, relató Connor Salvador, propietario de un parque de casas rodantes cerca de la costa. “Nada demasiado fuerte todavía”, dijo.</p><p>Indicó que, aunque podría haber “un poco” de inundaciones si reciben mucha lluvia, no estaba demasiado preocupado.</p><p>“Estamos bastante acostumbrados a todos estos tipos de tormentas que pasan por aquí”, dijo.</p><p>Varias tormentas en el océano Pacífico</p><p>El recién formado huracán Lowell en el océano Pacífico se ubicaba a unos 925 kilómetros (575 millas) al sureste de Hilo, Hawai, el martes por la mañana. Los vientos máximos sostenidos de la tormenta habían aumentado a 130 km/h (80 mph). Los meteorólogos vaticinaron que el oleaje de Lowell afectará partes de Hawai a partir del miércoles.</p><p>La tormenta tropical Marie se formó en el océano Pacífico a primera hora del martes mar adentro, frente al suroeste de México, y no suponía una amenaza en tierra, señaló el centro. La tormenta se encontraba a unos 643 kilómetros (400 millas) al suroeste de Manzanillo, con vientos máximos sostenidos de 72 km/h (45 mph), y avanzaba en dirección el noroeste. Los meteorólogos dijeron que Marie se estaba fortaleciendo gradualmente y va rumbo de convertirse en huracán para la noche del miércoles.</p><p>En otra zona del Pacífico, Karina se convirtió en huracán el domingo, impulsado por aguas cálidas lejos de cualquier costa. El lunes se fortaleció hasta convertirse en una potente tormenta de categoría 4, pero los meteorólogos vaticinaron que se debilitará. Indicaron que la tormenta, ubicada a 2 .059 kilómetros (1.280 millas) al oeste-suroeste del extremo sur de la península de Baja California, en México, tenía vientos máximos sostenidos de 222 km/h (140 mph), pero no amenazaba tierra.</p><p>Mientras, los remanentes de la tormenta tropical Dolly descargaron lluvia y tormentas eléctricas en zonas de Haití y República Dominicana, las Islas Turcas y Caicos, y Bahamas, dijo el centro de huracanes.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JLBOCCXSDCXG7YDYSYWJS46EIY.jpg?auth=5f13a6f70dbdcf392e28d59880d9a65c67e67ee855a843d250d6b164a06c7c7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital difundida por la NOAA muestra al ciclón tropical potencial número cinco formándose sobre el Golfo de México el lunes 31 de agosto de 2026. (NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[King Haakon VIII pledges an oath of allegiance to Norway's constitution as his father lies in state]]></title><link>https://www.local10.com/entertainment/2026/09/01/norways-king-haakon-pledges-an-oath-of-allegiance-to-the-constitution-as-his-father-lies-in-state/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/01/norways-king-haakon-pledges-an-oath-of-allegiance-to-the-constitution-as-his-father-lies-in-state/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[OSLO, Norway (AP) — King Haakon VIII pledged an oath of allegiance to Norway's constitution in parliament on Tuesday, an important symbolic step as he takes over at the helm of the Scandinavian country after his late father's 35-year reign.]]></description><pubDate>Tue, 01 Sep 2026 12:35:12 +0000</pubDate><content:encoded><![CDATA[<p>OSLO, Norway (AP) — King Haakon VIII pledged an oath of allegiance to Norway's constitution in parliament on Tuesday, an important symbolic step as he takes over at the helm of the Scandinavian country after his late father's 35-year reign.</p><p>Haakon became Norway's monarch when King Harald V died on Friday at age 89. He has adopted the motto “All for Norway,” which dates back to his great-grandfather.</p><p>He was driven the short distance from the royal palace to the Storting, or parliament, in an open car. There, Speaker Masud Gharahkhani read the official announcement of Harald's death and Haakon's succession.</p><p>Haakon, 53, then took the oath.</p><p>“I promise and swear that I will govern the kingdom of Norway in accordance with its constitution and laws; so help me God, the almighty and omniscient,” he said.</p><p>Norway’s monarchy has old roots, tracing its origins to King Harald Fairhair in the ninth century. When Norway regained its independence from Sweden in 1905, three-quarters of voters in a national plebiscite approved restoring the monarchy.</p><p>Today, its role is largely symbolic as power lies with the elected government and parliament, but the Norwegian royal family retains a role in promoting the wealthy nation around the world.</p><p>On Monday, Harald's coffin was taken to the chapel of the royal palace in downtown Oslo, where it will remain until his funeral on Sept. 9.</p><p>From Tuesday afternoon until Sept. 8, the chapel will be open every day for the public to pay their last respects by filing past the coffin. The royal palace said in a statement that visitors aren't allowed to take photos or film inside the chapel, and that they can't leave flowers or other items.</p><p>Haakon's wife, Queen Mette-Marit, joined Monday's coffin procession in her first official appearance since assuming the title. She has been largely absent from the public eye following her lung transplant in June.</p><p>Before Haakon's pledge of allegiance, the palace said that Mette-Marit wasn't going to the ceremony. In a statement, it quoted Are Holm, a pulmonologist at Oslo's University Hospital, as saying that complications following a transplant aren't uncommon and that Mette-Marit has experienced them on several occasions, “including today.”</p><p>"As a result, the Queen must remain under observation throughout the day. Unfortunately, the Queen will therefore be unable to attend the swearing-in ceremony at the Storting today,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUEFZVDQS43ZGSVDJ7BNIB3HF4.jpg?auth=8bfcd0ad1c9ea225e6343f48f8d17d18dd5f3c0b2e2fb67082c60e9cfaf11961&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Norway's King Harald arrives at a central London hotel for a pre-royal wedding dinner hosted by Lady Elizabeth Anson and attended by members of the British royal family and foreign royal families, in London, on April, 28, 2011. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Apple's new CEO, John Ternus, takes over from Tim Cook after 15 years]]></title><link>https://www.local10.com/business/2026/09/01/apples-new-ceo-john-ternus-takes-over-from-tim-cook-after-15-years/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/apples-new-ceo-john-ternus-takes-over-from-tim-cook-after-15-years/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Apple's new CEO John Ternus takes the helm of the iconic tech giant on Tuesday, ending Tim Cook's 15-year tenure during which the company's value skyrocket to $4.6 trillion thanks to the iPhone's enormous popularity.]]></description><pubDate>Tue, 01 Sep 2026 16:15:59 +0000</pubDate><content:encoded><![CDATA[<p>Apple's new CEO John Ternus takes the helm of the iconic tech giant on Tuesday, ending Tim Cook's 15-year tenure during which the company's value skyrocket to $4.6 trillion thanks to the iPhone's enormous popularity.</p><p>The transition to a new CEO comes at a pivotal time for Apple. Artificial intelligence has unleashed the greatest upheaval within the industry since Steve Jobs unveiled the first iPhone in 2007. Apple has gotten off to a rough start in AI after stumbling in its efforts to deliver new features built on the technology, as promised nearly two years ago.</p><p>Earlier this year, it unveiled new artificial intelligence advances, including upgrades to its Siri assistant, emphasizing a focus on privacy and day-to-day use as the iPhone maker tries to catch up with rivals.</p><p>Ternus faces challenges that will force him to step outside his comfort zone in hardware engineering. Beyond finding ways to keep Apple competitive in the artificial intelligence race, he will need to navigate supply chain questions and relationships with figures such as President Donald Trump, who offered public praise for his predecessor on Tuesday.</p><p>Serving as Apple CEO will also require soft skills, including developing relationships with important figures. Cook cultivated ties with Trump as he navigated the company through business challenges, including Trump’s trade and tariff war targeting countries in Asia, where Apple has extensive manufacturing supply chains. Although he is handing over the CEO reins at Apple, Cook is widely expected to help the company maintain a good relationship with Trump after he shifts to his new role as executive chairman.</p><p>Ternus worked on some of Apple’s signature products under Cook, including the Apple Watch, AirPods and Apple Vision Pro. He will headline next week's launch of the latest iPhone at Apple's Cupertino, California, headquarters.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MHMISP7SEGKOVAJLYGCEVGMEX4.jpg?auth=10da6cb14e023d44b52b28b2fb0ef77b423c8884defc106263234796f2bb02c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Ternus, Apple's V.P. of Hardware Engineering, discusses the latest development for the iPad Pro during an event to announce new products Oct. 30, 2018, in the Brooklyn borough of New York. (AP Photo/Bebeto Matthews, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bebeto Matthews</media:credit></media:content></item><item><title><![CDATA[Postal Service work to comply with Trump's executive order is rushed, sloppy, whistleblower contends]]></title><link>https://www.local10.com/news/politics/2026/09/01/postal-service-work-to-comply-with-trumps-executive-order-is-rushed-sloppy-whistleblower-contends/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/01/postal-service-work-to-comply-with-trumps-executive-order-is-rushed-sloppy-whistleblower-contends/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The U.S. Postal Service is poised to launch a hastily built, error-riddled computer system that could jeopardize the process of mail voting relied upon by one-third of all voters, according to a whistleblower statement released Tuesday by Democratic Sen. Richard Blumenthal.]]></description><pubDate>Tue, 01 Sep 2026 19:50:05 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Postal Service is poised to launch a hastily built, error-riddled computer system that could jeopardize the process of mail voting relied upon by one-third of all voters, according to a whistleblower statement released Tuesday by Democratic Sen. Richard Blumenthal.</p><p>The effort is part of the implementation of President Donald Trump's executive order limiting mail voting and has been temporarily halted by a federal judge. The ruling is being appealed by the administration and the directive may ultimately end up back before the U.S. Supreme Court.</p><p>The disclosure from the unidentified whistleblower contends that the Postal Service has been scrambling to try to build a complex system that would normally take a year or more in only three months, sometimes in defiance of the judge's orders halting work. The goal is to have it ready for use in the midterm elections.</p><p>The disclosure contends that, due to the new procedures, a single scanning error in a batch of tens of thousands of ballot envelopes could prevent any from reaching voters. It details a system that election officials have already warned could not be implemented before the first mail ballots begin going out Friday in North Carolina.</p><p>“The Postal Service has designed a system to disenfranchise millions of Americans,” Blumenthal told reporters in advance of releasing the whistleblower information. “This administration seems hell-bent on changing the framework on casting ballots in this country clearly for political reasons.”</p><p>Executive order is subject to furious court action with midterms nearing</p><p>Trump’s executive order, signed in March, directed U.S. Citizenship and Immigration Services and the commissioner of the Social Security Administration to develop state citizenship lists and then required the Postal Service to send mail ballots only to voters who are on such a list. Ballot envelopes would have to comply with new Postal Service rules and include barcodes.</p><p>The online portal that is the subject of the whistleblower complaint is intended for states to deliver their lists of verified voters to the Postal Service.</p><p>The White House said the software buildout process is “neither complex nor unique” for the Postal Service because it already uses bulk mailing and intelligent mail barcodes for large customers. “Under President Trump, the federal government is working to ensure safe, transparent, and honest elections," spokeswoman Lauren Bis said.</p><p>Trump has long opposed voting by mail, even though he has repeatedly used the method to cast his own ballot. He falsely blamed mail voting for his 2020 election loss and has spent years spreading conspiracy theories about it. A report by the Brookings Institution published in 2025 found that mail voting fraud occurred in only about four cases out of every 10 million mail ballots cast.</p><p>Since returning to office, Trump has said Republicans should be “taking over” vote counting in Democratic areas and launched a sweeping attempt to reinvestigate the 2020 election, despite a mountain of evidence that he lost fairly to Democrat Joe Biden.</p><p>Until Trump came out against mail voting in 2020, the system was used equally by both parties. Since then, it has become more common among Democratic voters. More than 29% of all voters in 2024 cast their ballots through the mail.</p><p>After Trump issued his executive order, Democrats and civil rights groups sued and eventually won a ruling from U.S. District Court Judge Indira Talwani in Boston barring implementation of the system before the November midterms. But without ruling on the legality of Trump's order, the Supreme Court's conservative majority last week found that was premature and overruled Talwani, momentarily clearing the way for its implementation.</p><p>On the night of Aug. 21, the Postal Service released a final rule outlining how it would implement the order.</p><p>It said it would only send mail ballots for states that got approval for the design of their envelopes and submitted a list of voters receiving them through the still-not-active online portal. That rule gave plaintiffs a chance to sue again, and Talwani on Thursday night issued a 14-day restraining order against implementation of the measure.</p><p>Whistleblower complaint says portal development is rushed and sloppy</p><p>The letter from Blumenthal and an accompanying summary of the whistleblower's statements says the Postal Service began work on the portal on June 15 and stopped on June 25 after Talwani's initial order. Then on July 29, the Postal Service restarted the work. That was when the administration appealed the judge's order to the Supreme Court. The high court did not strike Talwani's injunction down until Aug. 24.</p><p>Talwani last week found the Postal Service violated her order by continuing to work on the final rule, but she imposed no sanctions on the government. On Monday, she issued a ruling refusing to lift the restraining order that also said the Postal Service could continue work on its portal, as long as it wasn't forcing states to use it.</p><p>In its summary of the whistleblower's statement, the group Whistleblower Aid says the hurried construction of the portal, with a goal of being active Tuesday, meant it did not undergo full testing.</p><p>“The apparently sloppy and rushed manner in which the Federal Ballot Mail Portal and supporting IT systems are being built poses significant risk,” the group wrote. “Potentially millions of American voters may not receive their mail-in ballot this election cycle in a timely manner, or at all.”</p><p>The statement also says the Postal Service is implementing a “zero percent” rule in which any errors in any mail ballots sent out by an election office could lead to all of them being discarded — even if it's simply one problem amid tens of thousands of legitimate ballots.</p><p>The rule requires ballots to be handled in a physical post office by an election official. Those will then be scanned to ensure they match the voter database. During three layers of checks, a single apparent error could cause the whole batch to be rejected, the statement says.</p><p>Blumenthal said he has “a very strong hope and some faith that our system of justice will strike down this unconstitutional and unconscionable rule.” But, he added, if it somehow goes into effect for the midterms, he would not advise voting by mail.</p><p>___</p><p>Associated Press writer Lindsay Whitehurst contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z3R7TQCSLAWTFRWPEXZO4PO5A4.jpg?auth=84ae1b55a56a7fdf05b6d886ee806bb8aad0e7824dfb8f8536775335dc04fefb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Delivery vans are parked during a protest staged as part of a countrywide National Day of Action Tuesday, July 28, 2026, outside the main United States Postal Service headquarters in northeast 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/ELEUDD5LIXD755X5U4VMVG4SXM.jpg?auth=6ad5f8c380dcd2007ea05faceff5c7b0ba4fa49671c14997b15a77569d74b1fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Supreme Court is seen on the morning after the conservative majority sided with the Trump administration in a case over President Donald Trump's executive order restricting mail-in voting, on Capitol Hill in Washington, Tuesday, Aug. 25, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Burnham pledges to restore hope as he makes his House of Commons debut as UK leader]]></title><link>https://www.local10.com/business/2026/09/01/burnham-pledges-to-restore-hope-as-he-makes-his-house-of-commons-debut-as-uk-leader/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/burnham-pledges-to-restore-hope-as-he-makes-his-house-of-commons-debut-as-uk-leader/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prime Minister Andy Burnham faced lawmakers in the House of Commons on Tuesday for the first time since becoming U.K. leader six weeks ago, with wars in Europe and the Middle East weighing on his promise to kick-start the economy, ease the cost of living and oversee a radical redistribution of power from London to Britain's regions.]]></description><pubDate>Tue, 01 Sep 2026 19:19:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prime Minister Andy Burnham faced lawmakers in the House of Commons on Tuesday for the first time since becoming U.K. leader six weeks ago, with wars in Europe and the Middle East weighing on his promise to kick-start the economy, ease the cost of living and oversee a radical redistribution of power from London to Britain's regions.</p><p>On the day Parliament returned from its summer break, Burnham said he would “unlock a feeling of positivity and possibility in every postcode in Britain.”</p><p>“We can make this next decade better than the last," he said. “We can lift the prospects of all our people and places. We can put more power into every postcode. We can let Britain believe again. We can bring back hope.”</p><p>It was a marked contrast to the downbeat pronouncements of Burnham's predecessor, Keir Starmer, who tended to accentuate the scale of the challenges Britain faces. After a string of missteps and local election defeats, Starmer was pushed out as leader by his own Labour Party just two years after winning a landslide 2024 election victory.</p><p>Starmer quit his seat in Parliament on Tuesday after 11 years, saying he wanted to “focus on other issues: international affairs including defense, security, trade and technology in a fast-changing world.” A special election will be held within weeks to replace him.</p><p>Burnham says Britain took ‘wrong turns’</p><p>Since taking office as the new Labour prime minister on July 20, Burnham has traveled around the country promising to deliver renewed national optimism. He has announced a series of modest money-saving measures aimed at giving “breathing space” to people and businesses, including a tax cut on domestic energy bills and a lowering of levies on pubs and nightclubs.</p><p>Burnham, a former lawmaker who was elected to Parliament in June after almost a decade away as mayor of Greater Manchester, expanded on the diagnosis of Britain's ills he set out during his campaign. He said the country had taken "a series of wrong turns” since the 1980s.</p><p>“Political power was centralized, economic power privatized, the country deindustrialized,” he said, adding that the U.K.'s 2016 vote to leave the European Union had added “a decade of low growth.”</p><p>He said that greater public control over water, energy and transportation can drive economic growth and ease households’ financial burden, though it’s unclear to what extent he plans to reverse decades of privatization of key pillars of the economy.</p><p>Conservative leader Kemi Badenoch said Burnham’s economic diagnosis “is completely wrong.”</p><p>“He thinks that if government spends more money, we will all get richer,” she said. “He is living in the past and he wants to take us back to the 1970s.”</p><p>Opponents also have questions about No. 10 North, a second prime minister’s office in Manchester. Burnham says it will help drive plans to give local leaders more powers and spread economic growth around the country. Critics call it an expensive gimmick.</p><p>Burnham said No. 10 North will oversee “the biggest redistribution of power this country has seen” by helping regions of Britain establish powerful local authorities to give people more “ownership and control” over their communities and lives.</p><p>Defense challenges loom for the new leader</p><p>Opinion polls suggest Labour has seen a “Burnham bounce” in popularity, but the new leader faces a stack of domestic and foreign problems.</p><p>In his first foreign trip as leader, Burnham visited Kyiv last month to underscore Britain’s support for Ukraine and share technology for making long-range missiles. In response, Russia accused Britain of taking part in the war on Kyiv’s side.</p><p>Burnham said that U.K. support for Ukraine “will not change, whatever the threats we face.”</p><p>Like other European countries, the United Kingdom is under pressure to spend more on the military in response to threats from Russia and weakened U.S. support for Europe.</p><p>Burnham’s government will have to provide details in the coming weeks on how it plans to fund an increase in defense spending to meet NATO’s target of 3.5% of gross domestic product by 2035.</p><p>Burnham also faces a contentious decision on whether to greenlight more oil and gas production in the North Sea, a move supported by U.S. President Donald Trump that faces opposition from advocates of clean energy.</p><p>Burnham did not address that directly, but said Britain will “meet the climate challenge.” He said he will attend the international COP31 climate conference in Turkey in November.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S2CPWJWXSFU5NKLXWBV52BNGW4.jpg?auth=53d30d6f470f48db305c08d9acd6471549f854d2463289b45e5139e271edcae2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham leaves 10 Downing Street, London, Tuesday, Sept. 1, 2026. (Stefan Rousseau/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYX6Y5ZDF6FIIER7LBXKDUC6BM.jpg?auth=f7b2f45e7143b74b434b70c37707d84b4760a566d12eaf195f810fab2aba66de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham leaves 10 Downing Street, London, Tuesday, Sept. 1, 2026. (Stefan Rousseau/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCXQLQC7WIRTB5RPQMY7DTYPYU.jpg?auth=f880d873dc3df908642f6af3660d45dab39920383528e26abfdb90bdd974369b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham leaves 10 Downing Street, London, Tuesday, Sept. 1, 2026. (Stefan Rousseau/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Rousseau</media:credit></media:content></item><item><title><![CDATA[Aaron Sorkin hits refresh on Facebook in 'The Social Reckoning' — Fall Movie Preview]]></title><link>https://www.local10.com/entertainment/2026/09/01/aaron-sorkin-hits-refresh-on-facebook-in-the-social-reckoning-fall-movie-preview/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/01/aaron-sorkin-hits-refresh-on-facebook-in-the-social-reckoning-fall-movie-preview/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When Aaron Sorkin made 2010’s “The Social Network,” he had heard of Facebook, he said at the time, “the way I’ve heard of a carburetor.” Sixteen years later, he has a much deeper idea of what Mark Zuckerberg’s social media empire has become.]]></description><pubDate>Tue, 01 Sep 2026 10:00:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When Aaron Sorkin made 2010’s “The Social Network,” he had heard of Facebook, he said at the time, “the way I’ve heard of a carburetor.” Sixteen years later, he has a much deeper idea of what Mark Zuckerberg’s social media empire has become.</p><p>“Back then, Facebook was a way to keep in touch with people you went to high school with. It’s something much different now,” Sorkin says. “‘The Social Network’ was about the invention of Facebook. ‘Social Reckoning’ is about what it’s become and, in particular, Facebook’s role in the rise of extremism and divisiveness.”</p><p>“The Social Reckoning,” which Sony Pictures will release Oct. 9, is one of the most timely movies arriving in theaters this fall. Last week, Sony debuted the film’s trailer the same day that Meta, Facebook’s parent company, agreed to pay up to $18 billion in penalties over claims its platform endangered children.</p><p>“The Social Reckoning” is poised to further scrutinize the social media behemoth at a time when Zuckerberg is under greater pressure than ever over the role Facebook plays in contemporary life and politics.</p><p>“When you see this movie, No. 1, I want you to be entertained,” Sorkin said in a recent exclusive interview with The Associated Press while doing the final mix on the film. “No. 2, you should be alarmed when you see the movie. I think people will be.”</p><p>Tech moguls are getting their close-up this fall</p><p>“The Social Reckoning” is one of several films this fall that will take aim at the tech moguls who have helped remake American life. Alex Gibney will unveil his four-hour documentary on Elon Musk, “Musk,” on Oct. 16. Luca Guadagnino’s “Artificial” dramatizes the saga of Sam Altman, the OpenAI chief executive.</p><p>But “The Social Reckoning,” which Sorkin wrote and directed, is sure to cause a stir given not just its subject but the legacy of “The Social Network.” Often cited as among the best American movies of the century, the film — directed by David Fincher and written by Sorkin — did much to examine and mythologize the origins of Facebook. It is, Sorkin acknowledges, a lot to live up to.</p><p>“To tell you the truth, I was hesitant,” Sorkin said. “I recognize the shadow that ‘The Social Network’ casts. But I think what’s going to happen is, 10 minutes into the movie, you’ll have forgotten about that and be invested in this.”</p><p>For the 65-year-old Sorkin, “The Social Reckoning” isn’t a sequel. It’s centered on the same figure, Zuckerberg, but captures him and his company at a dramatically different stage.</p><p>“It’s as if Henry Hill showed up in ‘Casino,’” says Sorkin, alluding to the “Goodfellas” protagonist.</p><p>Sorkin began contemplating “The Social Reckoning” around 2019, the same time he wrote an op-ed in The New York Times addressed to Zuckerberg. It alleged Facebook — which had just announced it was no longer going to fact-check political ads — was responsible for “crazy lies pumped into the water supply that corrupt the most important decisions we make together.” Zuckerberg responded by quoting Sorkin’s own dialogue from “The American President” about free speech.</p><p>“I read this, and I thought: it’s just impossible that Mark and the people around Mark don’t know the difference between an unpopular opinion and a lie,” Sorkin says. “And that kind of stayed with me.”</p><p>Sorkin has since said he blames Facebook for the Capitol riot on Jan. 6, 2021. Eventually, he was coaxed by Sony chief Tom Rothman and agent Ari Emanuel to wade back into one of his most beloved films.</p><p>“I said at the beginning I didn’t want to write ‘Jaws 2.’ I didn’t want to return and fail,” says Sorkin. “Then I met Frances Haugen and I met Jeff Horwitz and I started thinking more about it. I realized there was a terrific story and the only reason not to do it is being scared. And that’s just not a good enough reason.”</p><p>“The Social Reckoning” stars Mikey Madison as Haugen, a former data scientist at Facebook who became a whistleblower in 2021 and testified before Congress that Facebook was tuning its algorithm to put profit before public safety. Jeremy Allen White plays Wall Street Journal reporter Jeff Horwitz, a former Associated Press journalist. Jeremy Strong, not Jesse Eisenberg, plays Zuckerberg.</p><p>Zuckerberg and Meta have yet to say anything publicly about “The Social Reckoning.” The company declined to comment for this article.</p><p>In prepping “The Social Network,” Sorkin and producer Scott Rudin reached out to the company in an attempt to gain their cooperation. But after a lunch meeting, Facebook declined to participate — a blessing, Sorkin later realized. The script, Sorkin has said, “was vetted to within an inch of its life by a team of studio lawyers.” A similar process has followed on “The Social Reckoning.”</p><p>“I would have been happy to speak to him. I’ve never met Mark. I don’t know him at all,” Sorkin says. “And I don’t pretend to have any insight into how his mind works, only the results of how his mind works, and then I kind of reverse engineer it.”</p><p>Jeremy Strong takes over for Jesse Eisenberg</p><p>Sorkin initially reached out to Eisenberg about reprising the role of Zuckerberg. Before telling Eisenberg, or anyone else, of his plans, Sorkin spent two years researching and writing the screenplay.</p><p>“I didn’t know that Jesse simply did not want to play Mark Zuckerberg ever again,” Sorkin explains. “I talked to him a lot over a three-day weekend. He was clear that he loves ‘The Social Network,’ he loves how it launched his career, and he just doesn’t like being conflated with Mark Zuckerberg. I was just really lucky that Jeremy Strong had said, ‘Hey, listen, if for some reason Jesse doesn’t want to do it.’”</p><p>“It’s replacing Joe DiMaggio with Mickey Mantle,” he adds.</p><p>Strong’s performance, Sorkin says, “is a sight to see.” While the writer-director was happy to have no direct contact with Zuckerberg, Strong emailed the Facebook co-founder.</p><p>“Mark had no greater defender than Jeremy Strong, believe me,” Sorkin says. “Every night I’d get emails from him defending Mark. On the day we were shooting Jeremy’s last scene, as soon as we were done, he ran up to me and for the first time spoke in his own voice. He had only been using Mark’s voice. He came up to me and said, ‘If I had been playing Jeff, I’d have been defending Jeff.’ It was very important to him that I know that he didn’t mean any of that.”</p><p>When “The Social Network” came out, it included a postscript note that was meant to be a shock to audiences — that Facebook then had 500 million users. It now has some 3 billion. According to a study by Pew Research, 38% of Americans get their news from Facebook.</p><p>“I have a lot of empathy for wanting to build something, wanting to create something,” Sorkin says. “He has the kind of mind that can invent an entirely new social structure — one that he does feel comfortable in because he can sit at his keyboard. And it’s one that a lot of people feel a lot more comfortable in. There’s someone they can be at their keyboard that they can’t in not-digital life.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SEGIHEO7GFLISZS4KHSCLYLVEA.jpg?auth=75051f36572aee7591cd6ecc9904f84fb5fb96b4958a1dc0422bdd00203924fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows writer-director Aaron Sorkin, left, with actor Mikey Madison on the set of “The Social Reckoning.” (Leah Gallo/Sony Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Gallo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6CCVPSO3DWWFVBGCHYB5X4A3Q.jpg?auth=7ad5041de2137ecb7e56c1f90279eeb16449a65d16a3ba96dbeb48c3431986bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows Jeremy Strong as Mark Zuckerberg, in a scene from “The Social Reckoning.” (Leah Gallo/Sony Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Gallo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6J6VFBSEANUQF5PVFYTGTMGMG4.jpg?auth=1639ce03b08dba1a53f70161aa7345a4f5949364d6aa5c1ad540fd960bcf2581&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows Jeremy Allen White, left, and Mikey Madison in a scene from “The Social Reckoning.” (Leah Gallo/Sony Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Gallo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NP7K5WJ5CRZLH7PEM6YOUKXV5M.jpg?auth=9ea78825eda8309b83bc43ecb081465de3d835c91b2b4bd348515fb75a95e17b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows Jeremy Strong as Mark Zuckerberg, in a scene from “The Social Reckoning.” (Leah Gallo/Sony Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Gallo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQOCJJDCZ4OLXA2REVIJGVSYXY.jpg?auth=4fdf62ae768e62219494a12aad1eda6ae4ed990d29c46ff9ac0a3f31f9746d75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Sony Pictures shows Mikey Madison, left, and Jeremy Allen White in a scene from “The Social Reckoning.” (Leah Gallo/Sony Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Gallo</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/31/lauderhill-vice-mayor-accused-of-domestic-violence-as-he-campaigns-for-reelection/">Lauderhill vice mayor accused of domestic violence as he campaigns for commission seat</a></li><li><a href="https://www.local10.com/news/local/2026/08/31/2-teens-hospitalized-after-stabbing-at-miami-northwestern-senior-high-school-officials-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/31/2-teens-hospitalized-after-stabbing-at-miami-northwestern-senior-high-school-officials-say/">2 teens hospitalized after stabbing at Miami Northwestern Senior High School, officials say</a></li><li><a href="https://www.local10.com/news/2026/09/01/rescuers-saved-some-80-people-in-grand-canyon-floods-that-left-2-dead-and-1-missing-officials-say/" target="_self" rel="" title="https://www.local10.com/news/2026/09/01/rescuers-saved-some-80-people-in-grand-canyon-floods-that-left-2-dead-and-1-missing-officials-say/">Rescuers saved some 80 people in Grand Canyon floods that left 2 dead and 1 missing, officials say</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[China warns of 'consequences' for Taiwan after Taipei envoys attend Pacific leaders summit]]></title><link>https://www.local10.com/news/world/2026/09/01/china-warns-of-consequences-for-taiwan-after-taipei-envoys-attend-pacific-leaders-summit/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/china-warns-of-consequences-for-taiwan-after-taipei-envoys-attend-pacific-leaders-summit/</guid><dc:creator><![CDATA[By CHARLOTTE GRAHAM-McLAY, Associated Press]]></dc:creator><description><![CDATA[KOROR, Palau (AP) — China warned of “consequences” for Taiwan after officials from Beijing and Taipei attended a ceremonial event at a Pacific leaders summit, where major powers already had been urged to restrain from turning a meeting of mostly small island countries into a geopolitical sideshow.]]></description><pubDate>Tue, 01 Sep 2026 15:31:13 +0000</pubDate><content:encoded><![CDATA[<p>KOROR, Palau (AP) — China warned of “consequences” for Taiwan after officials from Beijing and Taipei attended a ceremonial event at a Pacific leaders summit, where major powers already had been urged to restrain from turning a meeting of mostly small island countries into a geopolitical sideshow.</p><p>The 18 member states and territories of the Pacific Islands Forum, which opened its annual summit in Palau's largest city Koror on Monday, do not include China, the United States or Taiwan. However, battles for influence over the lucrative oceans and strategically important locations of the forum’s members this week threatened, as they have before, to overshadow its summit.</p><p>Some theater was expected at this year’s event because the host country, a western Pacific island nation next to the Philippines that has close ties to the U.S., is among the 11 countries and the Vatican that recognize Taiwan, which Beijing says is a part of China.</p><p>Several Pacific leaders didn’t attend this year’s event. While some absences were due to ill health or politics at home and signaled in advance, analysts speculated others might be missing due to pressure from Beijing.</p><p>Envoys from China and Taiwan trade barbs</p><p>Ahead of the summit, Palau President Surangel Whipps Jr. hosted joint events with Taiwan’s representative, Foreign Minister Lin Chia-lung, and at the opening ceremony placed the envoys from Beijing and Taipei in the same row, although they were in separate blocks of seats.</p><p>After the event, China's representative, Pacific Envoy Qian Bo, told reporters in Koror that the presence of Taiwanese officials was “very inappropriate.” Asked if there would be consequences for Taiwan, Qian said there would “always be consequences.”</p><p>He denied the remarks were a threat and didn’t provide further details. Beijing has long sought Taipei’s exclusion from international summits through diplomatic pressure.</p><p>Chinese Foreign Ministry spokesperson Guo Jiakun claimed Taiwan is not a dialogue partner or development partner of the forum and therefore is in no position to participate in the event's activities.</p><p>Lin on Tuesday rejected the suggestion that his participation was illegitimate, accusing Beijing of dividing the region and “blaming the problems” on others.</p><p>“If we go to a party, we always follow the directions of the host,” Lin said in Koror. “However, whenever China goes to a party, it makes itself as if it's the host and China ruins the whole atmosphere of the party.”</p><p>Summit's host urged major powers not to interfere</p><p>China's criticism came at the end of an event where Palau's president urged the major powers present at the forum to leave the summit’s workings to member states.</p><p>“Our partners are welcome to sail with us but they do not choose our destination,” Whipps said in a speech. “The Pacific agenda must be driven by us and for us.”</p><p>Powerful nations interested in the Pacific have raced in recent years to shore up alliances among its leaders, intensifying a contest for influence between China and the U.S., Taiwan and forum members Australia and New Zealand. That has led to an explosion in interest in the annual Pacific leaders meeting, which has grown from a casual affair to a summit with 2,000 attendees.</p><p>Non-member countries invited to attend are called partners, with China holding so-called dialogue partner status and Taiwan registered as a development partner. Taiwan’s attendance at summits has provoked China's ire before, with the issue resulting in partner countries being barred from attending last year’s meeting in Solomon Islands.</p><p>Divisions are echoed among members</p><p>Ahead of each summit, Pacific leaders often try to focus attention on the matters they say are most pressing to them. These include the effects of climate change on the region and the struggles related to the COVID-19 pandemic and the start of the Iran war that have befallen their national economies, with many of them reliant on foreign aid, tourism and increasingly expensive imported gasoline.</p><p>However, as conflicting major powers over the past decade have escalated their efforts to secure access to Pacific waters and ports by inking security deals and offering funding, immigration access to their countries and other sweeteners, the leaders’ ability to speak with one voice at the annual summit has come under pressure.</p><p>In a recent episode, the forum’s foreign ministers failed to reach consensus on a statement criticizing Beijing’s launch of a ballistic missile into the South Pacific Ocean in July. While most member states strongly opposed China’s actions, the refusal of two to endorse a proposed statement meant none was issued.</p><p>Some analysts say the absence of certain major politicians from the summit could be another example, although those present have downplayed suggestions that the representation of some states by senior officials instead of national leaders would undermine discussions.</p><p>“I think that’s the great thing about the Pacific is that we may not all be here, but our voice is still being heard,” Tongan Prime Minister Fatafehi Fakafānua told The Associated Press on Tuesday. He added that some of the absent leaders “are still yet to arrive.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EY55TRVNG6YUWRRTW5BZW4UKEQ.jpg?auth=cd180c0659284575353741691428f92fb0886baf6e68d5f14fc7fa6f4d0dce03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taiwan's Foreign Minister Lin Chia-lung speaks to reporters during the Pacific Islands Forum Leaders Meeting in Koror, Palau, Tuesday, Sept. 1, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UR7ZUBLYCKZSTHKNFDDSDWVTZ4.jpg?auth=c1c5a340882be23c4d742170fe30dd14e8a48c0fda84716b90617c6b31ff5b41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palau's President Surangel Whipps Jr. speaks to reporters at the Pacific Islands Forum Leaders Meeting in Koror, Palau, Sunday, Aug. 30, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6RD76V2NC7KY43N43GV3ODMUKQ.jpg?auth=f14c361d99373e829062b47158bf5874ca4474826538d500f48ae4627370eef5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kiribati's director of foreign service and former ambassador to China, David Teaabo walks to his seat during the opening ceremony at the Pacific Islands Forum Leaders Meeting in Koror, Palau, Monday, Aug. 31, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PH774JGFJNYXUM2MLOTZHIYVBI.jpg?auth=6d0ec3beb5e87bd603c706b00f4179b5769c71c0d50f56575204fdf28a0ac184&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Samoa's Deputy Prime Minister Mulipola Anarosa 'Ale Molio'o walks to her seat during the opening ceremony at the Pacific Islands Forum Leaders Meeting in Koror, Palau, Monday, Aug. 31, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ICPYUR3YFC3IVTPKTXC3MLZHYU.jpg?auth=4242459bb1d9bb245d8b068e12794c7ae6e74810522354fcfa2743ddc9fd7d9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Zealand Foreign Minister Winston Peters speaks to reporters at the Pacific Islands Forum Leaders Meeting in Koror, Palau, Sunday, Aug. 30, 2026. (AP Photo/Charlotte Graham-McLay)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Graham-McLay</media:credit></media:content></item><item><title><![CDATA[US and Iran trade strikes, and other Mideast news]]></title><link>https://www.local10.com/news/world/2026/09/01/us-and-iran-trade-strikes-and-other-mideast-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/us-and-iran-trade-strikes-and-other-mideast-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The United States military struck targets in Iran on Tuesday as hostilities flared after a month without military action.]]></description><pubDate>Tue, 01 Sep 2026 20:15:37 +0000</pubDate><content:encoded><![CDATA[<p>The United States military struck targets in Iran on Tuesday as hostilities flared after a month without military action.</p><p>Iran fired missiles and drones in response, Iranian semiofficial media said. The Fars and Tasnim news agencies, seen as close to Iran’s security forces, reported late Tuesday that Iran had launched such operations.</p><p>One U.S. strike hit a home hosting a wedding, killing two people and wounding dozens, local officials said.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East. Full coverage can be found here.</p><p>US strikes targets in Iran</p><p>U.S. Central Command said the new strikes come after Tehran tried to attack commercial shipping in the Strait of Hormuz and U.S. service members in the region.</p><p>U.S. President Donald Trump warned in a social media post that if Iran retaliates, “they will be hit again at a much harder and higher level, but it will not be the biggest attack of them all, that is waiting in the wings.”</p><p>On Sunday, the U.S. military said it struck rocket launchers on Larak Island in the Strait of Hormuz. Iran responded by launching missiles at U.S. sites in Jordan, which were intercepted, while the United Arab Emirates said it stopped an Iranian drone over its waters.</p><p>After the U.S. and Israel attacked Iran on Feb. 28, Iran established a chokehold on the strait, through which a fifth of the world’s traded oil passed in peacetime, slowing ship traffic to a trickle. That has roiled the global economy, raising prices worldwide for energy and other goods.</p><p>While Iran’s President Masoud Pezeshkian has long favored a negotiated end to the war, the most powerful force in Iran remains the paramilitary Revolutionary Guard, which is pressing for greater concessions from the U.S., including Iranian control over the strait and financial compensation for the war. Those conditions would likely be unacceptable to Washington.</p><p>US renews regionwide Mideast travel alert</p><p>The State Department renewed a regionwide travel alert for the Middle East as hostilities between the U.S. and Iran resumed.</p><p>“Due to tensions in the Middle East, the security environment remains complex with the potential for unforeseen escalation,” the department said in a blanket advisory covering all countries in the region. The language is similar to that used in previous warnings that came before a lull in combat activities and said Americans in the Mideast should exercise heightened vigilance and be aware of potential travel disruptions.</p><p>Iran is working with Oman on a plan for shipping traffic</p><p>Iran has been working with Oman, which sits on the south side of the Strait of Hormuz, on a framework for managing shipping traffic, though it remains unclear whether the plan would be acceptable to the U.S.</p><p>Other Gulf nations have stressed the need to reopen the strait unconditionally.</p><p>Saudi Crown Prince Mohammed bin Salman, the kingdom’s de facto ruler, met with Oman’s Sultan Haitham bin Tariq on Tuesday, according to the Saudi Press Agency, which said the two discussed “ongoing efforts to maintain regional security and stability,” but did not mention the strait specifically.</p><p>Iran continues to deny UN inspectors access to nuclear sites</p><p>The United Nations nuclear watchdog has been unable to inspect nuclear facilities in Iran affected by the 12-day war in June 2025, according to a confidential report by the U.N. watchdog circulated to member states and seen Tuesday by The Associated Press.</p><p>The International Atomic Energy Agency said in its report that therefore it “cannot provide any information on the current size, composition or whereabouts of the stockpile of enriched uranium in Iran.”</p><p>Israeli raid to detain Hamas militant in Gaza kills 4 people</p><p>Israel said it detained a senior Hamas security official in a special forces raid in Gaza City on Tuesday. The operation killed at least four people, including two children, hospital officials said.</p><p>In a joint statement, Israel’s military and national security agency said the operation targeted the head of Hamas’ internal security.</p><p>Israeli Prime Minister Benjamin Netanyahu said in a statement that the detainee, who he did not name, is “one of the most senior Hamas leaders” and that he was most recently “engaged in efforts to restore Hamas’s governance in Gaza.”</p><p>Islamic State spokesperson killed in Yemen</p><p>Yemen’s state security said that Islamic State spokesperson Abu Huzayfah al-Ansari was killed in Yemen in a joint operation by Saudi-backed Yemeni government forces and the Yemeni counterterrorism forces.</p><p>He was killed at dawn Tuesday while he was hiding in a house in Seiyun city in the Yemeni province of Hadramout, according to a security statement published by state-run SABA news agency.</p><p>A U.S. official, who was not authorized to comment publicly and spoke on condition of anonymity, said there was no U.S. military involvement in the operation.</p><p>— Ben Finley contributed from Washington.</p><p>2 ships attacked in and around the Strait of Hormuz</p><p>The British military's United Kingdom Maritime Trade Operations Centre said it received reports of an attack on a ship in the Strait of Hormuz, and a second report involving a nearby tanker.</p><p>The UKMTO said a tanker was hit by three projectiles Monday on its way out of the Persian Gulf through the strait east of Oman. In the second attack the same day, the center received a report “involving a tanker and military forces” off the coast of Oman, east of the Strait of Hormuz.</p><p>There was no immediate claim of responsibility for the attacks.</p><p>__</p><p>This version corrects the item on the U.N. confidential report to reflect that the nuclear watchdog says it has been unable to inspect facilities affected by the 12-day war in 2025.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FAYKQX42KSTPDTA6EJ5MN3RNYI.jpg?auth=28f8479f0c9b794f75777b7f9373e919a824a018b8d9373a9cbbe83b282d7cc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Azerbaijani President Ilham Aliyev, Belarusian President Alexander Lukashenko, SCO Secretary-General Nurlan Yermekbayev, Indian Prime Minister Narendra Modi, Iranian President Masoud Pezeshkian, Kazakh President Kassym-Jomart Tokayev, Chinese President Xi Jinping, Armenian Prime Minister Nikol Pashinyan, Kyrgyz President Sadyr Japarov, Mongolian President Ukhnaa Khurelsukh, Russian President Vladimir Putin, Lao President Thongloun Sisoulith, Pakistani Prime Minister Shehbaz Sharif, Egyptian Deputy Prime Minister Hussein Issa, Tajik President Emomali Rahmon, Collective Security Treaty Organization (CSTO) Secretary General Taalatbek Masadykov, Turkish President Recep Tayyip Erdogan, Secretary General of the Conference on Interaction and Confidence Building Measures in Asia Kairat Sarybay, Uzbek President Shavkat Mirziyoyev, SCO Regional Anti-Terrorist Structure Ularbek Sharsheev and United Nations Secretary-General Antonio Guterres pose for a photo prior to a meeting in the Shanghai Cooperation Organization (SCO) Plus format in Bishkek, Kyrgyzstan Tuesday, Sept. 1, 2026. (Pyotr Kovalev, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pyotr Kovalev</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RLYNJTLZNHQBBTEVPZE42Q7X6Q.jpg?auth=306667755509287c7e0944e511850507907386975cc6377cabe11a6cd8392df6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin, right, and Iranian President Masoud Pezeshkian pose for a photo during their meeting on the sidelines of the Shanghai Cooperation Organization (SCO), in Bishkek, Kyrgyzstan, on Tuesday, Sept. 1, 2026. (Vyacheslav Prokofyev, Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Vyacheslav Prokofyev</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3KNDFLFGKPYVSMSDC2AYFAFCVQ.jpg?auth=68a7159a93c1970620171ed4adff88b7daf50a2c75e8fc5b45cbc44c830e6b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians carry the body of Abdullah Hamouda, 14, who, according to health authorities, was killed in an Israeli military strike, during his funeral in Gaza City, Tuesday, Sept. 1, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Transfer deadline day: Man City set for $169M move for Fernandez as English clubs spend record $4.3B]]></title><link>https://www.local10.com/sports/2026/09/01/transfer-deadline-day-man-city-set-for-169m-move-for-fernandez-as-english-clubs-spend-record-43b/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/transfer-deadline-day-man-city-set-for-169m-move-for-fernandez-as-english-clubs-spend-record-43b/</guid><dc:creator><![CDATA[By STEVE DOUGLAS and JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[A record-breaking spending spree by English soccer clubs was reaching its climax late Tuesday with Manchester City about to sign Chelsea midfielder Enzo Fernandez for 125 million pounds ($169 million), making the Argentina star one of the most expensive players in history.]]></description><pubDate>Tue, 01 Sep 2026 20:15:33 +0000</pubDate><content:encoded><![CDATA[<p>A record-breaking spending spree by English soccer clubs was reaching its climax late Tuesday with Manchester City about to sign Chelsea midfielder Enzo Fernandez for 125 million pounds ($169 million), making the Argentina star one of the most expensive players in history.</p><p>The deal for Fernandez would be the biggest yet of a summer when the Premier League's super-rich teams have splashed out almost $4.3 billion pounds combined — a record for a single transfer window — thanks to the competition's huge domestic and international broadcasting deals, which give its clubs unrivaled spending power.</p><p>City’s spending alone on new players could top $600 million during this window, according to figures stated by soccer industry website Transfermarkt, with Senegal winger Iliman Ndiaye joining from Everton before Tuesday's deadline for an initial $81 million. Chelsea and Tottenham are other top spenders in England this summer, with an outlay of more than $400 million each on new players.</p><p>City has agreed to a fee with Chelsea for Fernandez, clearing the way for the Argentina international to complete his move to the Etihad Stadium before the window shuts at 2200 GMT, a person with knowledge of the situation told The Associated Press.</p><p>The person spoke on condition of anonymity because the deal has not been publicly announced.</p><p>Fernandez would become the latest big-money signing as part of City's $440-million midfield rebuild, which includes the arrivals of Elliot Anderson ($155 million) and Ayyoub Bouaddi ($117 million).</p><p>The fee is the same as Liverpool paid last year for Alexander Isak, which has stood as the British-record transfer.</p><p>They will be tied in fourth place in the all-time list of most expensive soccer players, after Neymar (Barcelona to PSG for 222 million euros), Kylian Mbappé (Monaco to PSG for 180 million euros) and Ousmane Dembele (Borussia Dortmund to Barcelona for 148 million euros), according to Transfermarkt.</p><p>Abu Dhabi-controlled City has recouped almost $400 million in sales already this window — among the departures has been Spain's World Cup-winning captain Rodri and Bernardo Silva — and is set to let Jack Grealish leave again, possibly to Everton for another season-long loan.</p><p>The previous highest spend by Premier League teams in one window was 3.14 billion pounds ($4.25 billion) in 2025 and that has already been surpassed, even before all of the last-minute deals are pushed through ahead of the window closing. One of them could see U.S. striker Folarin Balogun move to Everton from Monaco, according to reports.</p><p>It is also deadline day for top-flight clubs in Spain, Italy, Germany and France, whose combined spending is unlikely to reach that of England.</p><p>The deadline in Germany, France and Italy was 1800 GMT and Spain's is 2159 GMT.</p><p>Premier League</p><p>It has been a summer of heavy change at Aston Villa, with a number of star players — Ollie Watkins, Morgan Rogers, Ezri Konsa and Emi Martinez, among them — leaving and a slew of new arrivals.</p><p>Its business continued Tuesday with the signing of Ibrahim Mbaye from Paris Saint-Germain.</p><p>The two-time Champions League-winning winger joins a new-look Villa attack, which has also seen the additions of Nicolas Jackson and Alejandro Garnacho.</p><p>Villa, which qualified for the Champions League last season, has lost its opening two league games this campaign.</p><p>Liverpool signed 18-year-old goalkeeper Lucca Brughmans from Belgian team Genk in a deal that reportedly could be worth up to 30 million pounds ($35 million). Brughmans has gone back to Genk on loan for the rest of the season.</p><p>Newcastle signed Belgium forward Matias Fernandez-Pardo from Lille for a reported 51 million pounds ($59 million) and sent Nick Woltemade on loan to Juventus, with the Germany striker having spent just one season in the Premier League after a 69 million pounds ($93 million) move.</p><p>Spain</p><p>Gabriel Jesus completed a move from Arsenal to Barcelona on a three-year deal.</p><p>The Brazil striker endured an injury-disrupted time at Arsenal, but was part of last season's title-winning team.</p><p>He is the latest forward to leave the Emirates Stadium during this window, following Leandro Trossard's move to Besiktas and teenager Ethan Nwaneri joining Borussia Dortmund on loan. Gabriel Martinelli is also expected to depart to Saudi Arabia.</p><p>Canada striker Jonathan David joined Atletico Madrid on loan from Juventus.</p><p>Italy</p><p>As well as signing Woltemade, Juventus brought in midfielder Pape Matar Sarr on loan from Tottenham.</p><p>Beto moved to Fiorentina from Everton as the replacement for Moise Kean, who joined Como — the team coached by Cesc Fabregas and in the Champions League this season — on loan.</p><p>Robinho Junior, the 18-year-old son of the former Brazil player Robinho, signed with Genoa and English forward Jonathan Rowe was loaned from Bologna to Atalanta.</p><p>Germany</p><p>Bayer Leverkusen made the biggest splash in Germany on Tuesday by announcing the signing of Ivory Coast right back Guéla Doué – the older brother of France star Désiré Doué – and the return of Moussa Diaby three years after he left for Aston Villa.</p><p>Media reports said Leverkusen was paying an initial 30 million euros ($35 million) to Strasbourg for Doué that could rise to a club-record 36 million ($42 million). It is paying another reported 27 million euros ($31 million) to Al-Ittihad for French winger Diaby.</p><p>Diaby scored 49 goals in 172 competitive games for Leverkusen between 2019-23 before he moved to Aston Villa. He spent just one year in England before his move in 2024 to Al-Ittihad, where he won the Saudi title along with Karim Benzema in 2024-25.</p><p>Spanish youngster Marc Guiu left Chelsea for Leipzig for a reported fee of up to 17 million euros ($19.7 million). The 20-year-old center forward was part of the Chelsea squad which won the Conference League and Club World Cup a year ago but never became a first-team regular or scored a Premier League goal.</p><p>France</p><p>Lille signed Maurits Kjaergaard as a replacement for Bouaddi.</p><p>The 23-year-old Dane joined from Salzburg on a five-year-old deal. A versatile box-to-box midfielder, Kjaergaard brings solid experience, having already featured in five European campaigns.</p><p>___</p><p>James Ellingworth from Dusseldorf, Ciarán Fahey from Berlin and Samuel Petrequin from Paris contributed to this report.</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2Z6PBDMM3NRYO4JJ54RKEAUMI.jpg?auth=d39d809fa7de8ca131ad2d2d75f06e60b24868e2d014f77399a7558152daac7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chelsea's Enzo Fernandez, left, and Romeo Lavia applaud the fans after the final whistle in the pre-season friendly match between Real Sociedad and Chelsea at Stamford Bridge, London, on Saturday, Aug. 15, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZWUD4IT6NFPOQQGFSKOEHEADVQ.jpg?auth=541c7ad146d639d2fd0af8fbb96f78505bbbcdd20414c6ce7f2dc005513c6c87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Folarin Balogun (20) walks off the pitch after losing to Belgium in their World Cup round of 16 soccer match in Seattle, on July 6, 2026. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2USIMFDD4AVR2GPM5MKJO33GB4.jpg?auth=8915907981e97d0fa330d5d88b3a9e4288986a6129bc081b861a90aa31940cb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Everton's Iliman Ndiaye is challenged by Bournemouth's Marcus Tavernier, left, and Adrien Truffert during the English Premier League soccer match between Bournemouth and Everton in Bournemouth, England, Saturday Aug. 29, 2026. (Peter Tarry/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Tarry</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Edouard makes land fall on the Gulf Coast, bringing the possibility of flooding]]></title><link>https://www.local10.com/news/2026/09/01/tropical-storm-edouard-makes-land-fall-on-the-gulf-coast-bringing-the-possibility-of-flooding/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/01/tropical-storm-edouard-makes-land-fall-on-the-gulf-coast-bringing-the-possibility-of-flooding/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[Rain fell across parts of Texas and Louisiana on Tuesday as Tropical Storm Edouard made landfall near the border between the two states, bringing the possibility of flooding, the National Hurricane Center warned.]]></description><pubDate>Tue, 01 Sep 2026 19:43:48 +0000</pubDate><content:encoded><![CDATA[<p>Rain fell across parts of Texas and Louisiana on Tuesday as Tropical Storm Edouard made landfall near the border between the two states, bringing the possibility of flooding, the National Hurricane Center warned.</p><p>The storm came ashore near Johnson Bayou, Louisiana, and was expected to rapidly weaken. It was centered about 15 miles (25 kilometers) south-southeast of Port Arthur, Texas, and had maximum sustained winds of 60 mph (95 kph). In the meantime, several storms were brewing in the Pacific Ocean, including Lowell, which reached hurricane strength Tuesday morning.</p><p>The hurricane center said Edouard was expected to dump 3 to 6 inches (8 to 15 centimeters) of rain along the Texas coast through east-central Texas, but some areas could see up to 9 inches (23 centimeters). Southwestern Louisiana was expected to see lesser amounts.</p><p>“That rainfall could produce some flash flooding and river flooding,” said Brad Reinhart, a senior hurricane specialist at the National Hurricane Center.</p><p>Storm heads toward Texas and Louisiana</p><p>Texas Gov. Greg Abbott said the biggest problem expected from the storm is flooding.</p><p>“This is our first big storm of the season, and I’ll tell you, Texas is prepared,” Orlando Alanis of the Texas Division of Emergency Management said during a news conference.</p><p>Crews worked Monday to clear dry vegetation that could ignite from a lightning strike and cause fast-spreading fires, Abbott said.</p><p>In Cameron, Louisiana, the winds had picked up and rain was coming through on and off Tuesday morning, said Connor Salvador, who owns an RV park there near the coast. “Nothing too crazy yet,” he said.</p><p>He said while there could be a “little bit” of flooding if they get a lot of rain, he wasn't too worried about Edouard.</p><p>“We’re pretty used to all these types of storms that come through,” he said.</p><p>Several storms in the Pacific Ocean</p><p>Forecasters said newly formed Hurricane Lowell in the Pacific Ocean was expected to remain several hundred miles away from Hawaii for the next several days at least, but swells from the hurricane were likely to impact parts of the islands beginning Wednesday.</p><p>“This hurricane is likely to increase the surf and make for dangerous beach conditions and marine conditions for any boaters near the Hawaiian islands over the next few days,” said Andrew Hagan, a forecaster with the National Hurricane Center.</p><p>Tropical Storm Marie formed in the Pacific Ocean early Tuesday well offshore of southwest Mexico and wasn’t threatening land, the center said. The storm was about 400 miles (643 kilometers) southwest of Manzanillo with maximum sustained winds of 45 mph (72 kph) and was moving northwest. Forecasters said Marie was gradually strengthening and was expected to become a hurricane by Wednesday night.</p><p>Elsewhere in the Pacific, Karina became a hurricane Sunday, fueled by warm waters far from any shore. It strengthened Monday into a powerful Category 4 storm but forecasters said Tuesday that it was expected to weaken. Forecasters said the storm centered 1,280 miles (2,059 kilometers) west-southwest of the southern tip of the Baja California peninsula of Mexico carried maximum sustained winds of 140 mph (222 kph) but wasn't threatening land.</p><p>Meanwhile, the remnants of Tropical Storm Dolly brought rain and thunderstorms to parts of Haiti and the Dominican Republic, the Turks & Caicos, and the Bahamas, the hurricane center said.</p><p>___</p><p>The story has been updated to correct that Dolly was a tropical storm, not a hurricane. ___</p><p>Associated Press journalist Julie Walker in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WD76QOGS2JTX67BZ7OMAYYL7W4.jpg?auth=b43c5265d5b3c1f1e0eec03cf7d425248cbd5cb524dd07aaea5a9a65b4f5eb39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image provided by NOAA shows Tropical Storm Edouard over the Gulf of Mexico, Tuesday, Sept. 1, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[Hopes high, expectations low for Germany as it prepares to host Women’s Basketball World Cup]]></title><link>https://www.local10.com/sports/2026/09/01/hopes-high-expectations-low-for-germany-as-it-prepares-to-host-womens-basketball-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/hopes-high-expectations-low-for-germany-as-it-prepares-to-host-womens-basketball-world-cup/</guid><dc:creator><![CDATA[By CIARÁN FAHEY, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Injuries and three straight losses in warmups have not dimmed hopes for host team Germany at the Women’s Basketball World Cup in Berlin.]]></description><pubDate>Tue, 01 Sep 2026 09:17:49 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Injuries and three straight losses in warmups have not dimmed hopes for host team Germany at the Women’s Basketball World Cup in Berlin.</p><p>As a well-known German saying goes, “hope is the last to die.”</p><p>Germany is making just its second World Cup appearance. The first was when it previously hosted the quadrennial tournament in 1998. The German team reached the second group stage on that occasion and will be aiming for a medal this time, though the absence of star player Satou Sabally is a major blow.</p><p>The New York Liberty forward is still dealing with the effects of a concussion — her second of the year — sustained in a game against Las Vegas in June.</p><p>Sabally’s younger sister Nyara, who plays for the Toronto Tempo, is yet to make her comeback from a calf injury, while Liberty’s Leonie Fiebich, another key player, is just back from a foot injury.</p><p>Discouraging buildup</p><p>Germany’s preparations for the expanded 16-team 20th edition of the tournament haven’t been optimal with three straight defeats to Spain, Hungary and Turkey in warmup games.</p><p>“Of course, we were hoping for a win but it was just a friendly,” Luisa Geiselsöder said of the latest loss, 63-62 to Turkey in Cologne on Thursday.</p><p>Geiselsöder’s WNBA colleagues Sabally, Fiebich and her Portland Fire teammate Frieda Bühner missed the warmup games but their arrival should provide a boost.</p><p>“We learned a lot today,” Germany coach Olaf Lange said after the Turkey game. “But with the three (WNBA players yet to arrive) we’re a completely different team.”</p><p>Lange said he was confident Nyara Sabally will be able to play at the tournament based on the results of an MRI scan on her calf.</p><p>Germany will also be reliant on combo guard Alexis Peterson as the primary playmaker.</p><p>Team captain Marie Gülich made her comeback from a serious knee injury in the 65-60 friendly loss to Spain.</p><p>Familiar foe</p><p>Germany starts Friday with another clash against Spain in the 14,000 capacity Berlin Arena, so-called for the tournament to avoid mentioning the venue’s frequently changing sponsor.</p><p>The Max-Schmeling-Halle, a multipurpose 9,000 seat venue named after Germany’s heavyweight champion from 1932, will also host games for the tournament.</p><p>Germany has never beaten Spain in seven competitive meetups. Spain won their last meeting 79-60 in the group stage of Eurobasket in Hamburg last year.</p><p>Germany then faces Japan in the Max-Schmeling-Halle on Saturday, before finishing Group A with a game it will be expected to win against Mali on Sept. 7.</p><p>Only the bottom team in each of the four groups is eliminated. The group winners advance directly to the quarterfinals, while the others face playoffs to advance to the last eight.</p><p>Big interest</p><p>Organizers announced that more than 200,000 tickets have been sold for the tournament already — more than for any of the previous editions. The final on Sept. 13 is sold out.</p><p>“We’re witnessing an extraordinary evolution of our sport, and this World Cup in Berlin will mark another major milestone,” German Basketball Federation president Ingo Weiss said. “200,000 tickets is a fantastic sign, and we’re far from finished yet.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MCIHFMPFTQ3OHAS7MHHL4XVSPQ.jpg?auth=4844cdf7cae38fbe22a825c0158309fcc558a6ad420ed1cfe3bd81428778dade&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portland Fire forward-center Frieda Buhner plays during a WNBA basketball game against the Chicago Sky in Portland, Ore., Saturday, May 9, 2026. (AP Photo/Amanda Loman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Loman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJHKWZ7T6AIHO6KQSXCVVT24VE.jpg?auth=5973be36a5f9dc5f8a935b626e14ade4472572dcb92fc6ff9a11cf5a597a2690&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Liberty forward Leonie Fiebich (13) gestures during the second half of a WNBA basketball game against the Toronto Tempo, Wednesday, June 3, 2026, in New York. (AP Photo/Heather Khalifa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OZULE6CID5BFAIGDWCU26MGND4.jpg?auth=5fa03a20973200ef856827aecc81c9f632a5c33525a59be0923083e3377cc1ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portland Fire center Luisa Geiselsoder (15) takes a free throw during a WNBA basketball game against the Chicago Sky in Portland, Ore., Saturday, May 9, 2026. (AP Photo/Amanda Loman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Loman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMPYJL26BSTAOVP65PSDKNQRGA.jpg?auth=8f0800cd842cda497ea500d7e859451b2355c0f406d004a44f18fc428fa65bad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toronto Tempo forward Nyara Sabally (8) reaches for the ball during the second half of a WNBA basketball game against the New York Liberty, Wednesday, June 3, 2026, in New York. (AP Photo/Heather Khalifa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Drones helped find people after Nepal floods but the search inside hydropower tunnels is a challenge]]></title><link>https://www.local10.com/news/world/2026/09/01/drones-helped-find-people-after-nepal-floods-but-the-search-inside-hydropower-tunnels-is-a-challenge/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/drones-helped-find-people-after-nepal-floods-but-the-search-inside-hydropower-tunnels-is-a-challenge/</guid><dc:creator><![CDATA[By SHRISTI KAFLE and AIJAZ HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — Drone pilot Manish Maharjan has helped rescue teams in Nepal find people missing after last week's catastrophic floods, sometimes using speakers mounted on the devices to call out to or play music for those stranded on hillsides.]]></description><pubDate>Tue, 01 Sep 2026 15:51:52 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — Drone pilot Manish Maharjan has helped rescue teams in Nepal find people missing after last week's catastrophic floods, sometimes using speakers mounted on the devices to call out to or play music for those stranded on hillsides.</p><p>But the search for hundreds of workers believed to be trapped in power plant tunnels — now a major focus of rescue operations — presents an entirely different challenge, he said.</p><p>“We found tunnels were filled with mud like toothpaste in a tube,” Maharjan said. “There was no hollow or empty space inside.”</p><p>Maharjan, who is also a filmmaker, joined the Nepal Army’s rescue efforts a day after the Aug. 26 flash floods, which have killed more than 1,000 people and left thousands missing in Nepal and Tibet.</p><p>“We used microphone speakers to call out to them. In some places, we even played songs and then waited for a response,” Maharjan said. "That worked in a few cases and helped us locate people."</p><p>The torrent of water unleashed after a glacial collapse caused widespread damage to critical infrastructure, including roads, buildings, bridges and hydropower plants — in the latest sign of the growing risks across the rapidly warming Himalayas. At least 900 workers are still missing from 12 hydropower projects buried under mud and debris. About 500 of them are believed to be trapped inside power plant tunnels.</p><p>Some workers in the tunnels managed to call for help when the disaster struck, according to Mohan Kumar Dangi, president of the Independent Power Producers’ Association. But it was unclear whether rescuers have had any contact with the trapped workers since the initial calls for help.</p><p>As time slips away, rescuers are finding it increasingly difficult to locate these missing people.</p><p>Maharjan, who has been operating thermal drones in the tunnels, said the searches were challenging because of their difficult access and the absence of any empty space.</p><p>“I can only fly drones in tunnels that are long and straight,” he said. “Once there are bends, turns or zigzags, it becomes much harder to operate and search effectively.”</p><p>At the Rasuwagadhi hydropower project on Monday, Maharjan managed to send a drone to search deep inside and all the way to the end of the tunnel but found no sign of any life.</p><p>“We checked repeatedly but it was filled with mud and debris,” he said. “Looking at it, I could only imagine the force of the flood.”</p><p>___</p><p>Hussain reported from New Delhi.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y2B2OTF35QIQ2O2AYRWYJA6X7A.jpg?auth=9a535bb37c556e6af06474454a5823a24036c83279386c4ad365d8f27f53ec47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by Manish Maharjan, filmmaker and drone pilot Manish Maharjan operates a drone at the entrance to a tunnel at the Rashuwaghadi hydropower project in Rasuwa district, Nepal, Monday, Aug. 31, 2026. (Manish Maharjan via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/TAMBGMGZLH6KTTVI56PBZ4XKRQ.jpg?auth=00727c45b15cf30fc9c6204f2f8bcbda12c9c4a52ccf6abcc59adcc098c2b3c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by Manish Maharjan, filmmaker and drone pilot Manish Maharjan operates a drone at the Rashuwaghadi hydropower project in Rasuwa district, Nepal, Monday, Aug. 31, 2026. (Manish Maharjan via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EDESZVUVQY42PTA6HWVBWY43IA.jpg?auth=28aa15d34c758099a1f65e7cc283356584ea1e28dbdf5e6cf2072623514b63c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by Manish Maharjan, filmmaker and drone pilot Manish Maharjan operates a drone at the Rashuwaghadi hydropower project in Rasuwa district, Nepal, Monday, Aug. 31, 2026. (Manish Maharjan via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/FLZK7ZE26UFDAGUKOVJHGHLM4E.jpg?auth=498f3c233135cfcaaecf4c5af668264f8ebedfdf5484b34058b6807909be54c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Nepal Army, shows Nepal army soldiers undertake rescue operation at the site of a hydropower project in Upper Trishuli, Nepal, Monday, Aug. 31, 2026. (Nepal Army via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/MVUO22TI2JOCOZSTJD62FHLMSY.jpg?auth=285d9658539409aacca434bb210ed6b5c6c4abdaf58f645d11343fe299dd41ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image provided by Vantor shows the Trishuli River along Rasuwagadhi hydro plant in Nepal Friday, Aug. 28, 2026. (Satellite image ©2026 Vantor via AP)]]></media:description></media:content></item><item><title><![CDATA[Russia pounds Kyiv for more than 12 hours, killing at least a dozen in 6th straight day of attacks]]></title><link>https://www.local10.com/news/world/2026/09/01/russia-pounds-kyiv-for-more-than-12-hours-killing-at-least-a-dozen-in-6th-straight-day-of-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/russia-pounds-kyiv-for-more-than-12-hours-killing-at-least-a-dozen-in-6th-straight-day-of-attacks/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia bombarded the Ukrainian capital for more than 12 hours overnight and into Tuesday, killing at least a dozen people in another aerial onslaught that authorities said was aimed at menacing civilians.]]></description><pubDate>Tue, 01 Sep 2026 19:14:27 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia bombarded the Ukrainian capital for more than 12 hours overnight and into Tuesday, killing at least a dozen people in another aerial onslaught that authorities said was aimed at menacing civilians.</p><p>The strikes marked an unprecedented sixth straight day of heavy Russian attacks on Kyiv since Russia launched the full-scale invasion of its neighbor more than 4½ years ago. The consecutive aerial assaults are designed to grind down civilians by disrupting daily life, Ukrainian officials have said.</p><p>The cruise and ballistic missiles, jet-powered drones, glide bombs and artillery salvos targeted Kyiv as well as eight other regions. The strikes wounded more than a dozen people, including three children, just as millions of Ukrainian schoolchildren returned to classes Tuesday to start their fifth school year since the invasion.</p><p>The European Union’s top diplomat said Russia’s army is struggling to make progress on the front line and wants to scare off Ukraine’s Western backers with its air campaign.</p><p>“Russia’s war is becoming more ruthless and destructive, but it’s unfortunately not closer to ending,” EU foreign policy chief Kaja Kallas said at a meeting of the bloc’s defense ministers in Ireland. “Russia’s army is bogged down on the ground, and that is why they are killing civilians from the skies.”</p><p>Attack hit residential buildings</p><p>The latest attack struck civilian infrastructure and residential buildings in several districts of Kyiv, authorities said, with eight people killed in the city itself and four others in the surrounding region.</p><p>Six employees of state-owned railway company Ukrzaliznytsia were among those killed in Kyiv when a ballistic missile hit a depot and other property, company Chairman Oleksandr Pertsovskyi said in a social media post.</p><p>Ukrainian President Volodymyr Zelenskyy said the dead included an Indian citizen.</p><p>Nearly 350 emergency workers were deployed in Kyiv and the surrounding region, Zelenskyy said.</p><p>The Russian Defense Ministry said its forces carried out a “massive strike” on Ukraine with “precision-guided weapons” and long-range drones. The assault targeted facilities that manufacture and store weapons as well as military-related infrastructure, it said.</p><p>Ukraine’s air force said the attack began at 6 p.m. Monday, using ballistic, cruise and anti-radar missiles, as well as 218 drones and decoys. About a third of the drones were jet-powered, making them much harder to intercept than propeller-driven versions.</p><p>The main Russian targets were in the Kyiv and southern Odesa regions, the air force said in a statement.</p><p>The attack on the Odesa region on the Black Sea damaged civilian infrastructure and wounded one person, regional head Oleh Kiper said.</p><p>Two residential buildings were damaged, while a fire broke out at a textile factory. Russian forces also struck the Orlivka international ferry crossing on the border with Romania, he said.</p><p>Russia also shelled the northern Zhytomyr region, starting fires at an industrial facility and a warehouse, Ukraine’s Emergency Service said.</p><p>In the capital, first responders worked to clear rubble from damaged apartment buildings and free trapped residents.</p><p>Russia says it intercepted more than 500 Ukrainian drones</p><p>Meanwhile, the Russian Defense Ministry said Tuesday that its air defenses overnight intercepted 516 Ukrainian drones over 18 Russian regions, as well as the illegally annexed Crimean Peninsula and the Black Sea.</p><p>In the Leningrad region, the drone attack sparked a fire in the port of Ust-Luga, Gov. Alexander Drozdenko said, as Ukraine extended its campaign to hurt Russia's oil sector, which is a mainstay of the economy.</p><p>Ust-Luga is one of Russia’s largest oil and gas export terminals, more than 800 kilometers (500 miles) away from Ukraine. It has been repeatedly targeted by Ukrainian drone attacks this year.</p><p>Hours later, Zelenskyy warned foreign airlines that the skies over Russia are not safe anymore.</p><p>“Although the Russian authorities are not properly informing people about this, Russian airspace will effectively be closing. The war started by Russia is closing its skies,” Zelenskyy said in a video address. “For now, the skies over Russia are for drones — not for civilian aviation.”</p><p>Elsewhere, the war in Ukraine was discussed Monday at a summit in Kyrgyzstan involving the leaders of China, Russia and India. Indian Prime Minister Narendra Modi told Russian President Vladimir Putin through a translator that India supports efforts to end the fighting.</p><p>“We need to move from endless war to the end of war, to the end of hostilities,” Modi said, adding that “this is very important for all of humanity.”</p><p>In other developments Tuesday, the German government blamed Russia for an attempted attack at Leipzig/Halle Airport last month using a drone laden with explosives. German leaders announced that they would shut down a Russian consulate, among other measures against Moscow.</p><p>The drone was found near a Ukrainian plane on Aug. 4, and the device was defused. Moscow has been widely accused by Western officials of running a campaign of sabotage and disruption across Europe with the aim of undermining support for Ukraine and destabilizing European nations.</p><p>Russian Foreign Ministry spokesperson Maria Zakharova rejected Germany's claims, calling them a “far-fetched and contrived pretext” for Berlin to escalate tensions and arguing that “no convincing or serious evidence has been presented whatsoever,” Russian state news agency Tass reported.</p><p>___</p><p>Associated Press Writer Lorne Cook in Brussels contributed to this report.</p><p>___</p><p>Follow the AP’s coverage of the war at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OWJRXSS4UNRYTDXZW3YHCCVJDI.jpg?auth=30f7584c097c7c93980578cced717766d86b2faef1351631ec2ecd2a8d6bddb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Locals watch as firefighters work after a Russian drone attack struck a residential building in Kyiv, Tuesday, Sept. 1, 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/FAILK256SWB3ZOBH3AOJIY5HNU.jpg?auth=feb11966b5c79a7233fb9df7b971fd0558f3e1cfc9b6d3819bcddcd979b31204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Locals watch as firefighters work after a Russian drone attack struck a residential building in Kyiv, Tuesday, Sept. 1, 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/PJBVQWT54WN5XNLV4W6C32RQRY.jpg?auth=7192d6b4e26c2119f990d2367238cfbe1f0fd2d8923b3ab8a0f9bb00f8879c92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters work after a Russian drone attack struck a residential building in Kyiv, Tuesday, Sept. 1, 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/BCBFHK55SVUJNQ5BZEW5AFUM5A.jpg?auth=bb56866d4f719db7ed88311b481a3680cd5c3962f7c2dc70dc2d7c97ad900c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters work after a Russian drone attack struck a residential building in Kyiv, Tuesday, Sept. 1, 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/NEBHCUXRZ2VALHNDY3ZZ5KCFPY.jpg?auth=3764eedc00d116bb939ec8f826947d060ca1fc533f310ba1a8b87650f80af3cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Locals watch as firefighters work after a Russian drone attack struck a residential building in Kyiv, Tuesday, Sept. 1, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Stocks slip on Wall Street under pressure from higher oil prices and rising bond yields]]></title><link>https://www.local10.com/business/2026/09/01/stocks-slip-on-wall-street-under-pressure-from-higher-oil-prices-and-rising-bond-yields/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/stocks-slip-on-wall-street-under-pressure-from-higher-oil-prices-and-rising-bond-yields/</guid><dc:creator><![CDATA[By DAMIAN J. TROISE and ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Stocks fell on Wall Street as another round of U.S. military strikes on Iran sent oil prices higher, stoking worries about stubbornly high inflation. Bond yields moved higher, putting even more pressure on stocks. The S&P 500 fell 0.7% Tuesday. The Dow Jones Industrial Average dropped 419 points, or 0.8%. The Nasdaq composite fell 1%. Big Tech stocks like Nvidia and Amazon were the heaviest weights dragging the market lower. Brent crude rose 4.6% and U.S. oil closed above $90 for the first time in more than a month. The yield on the 10-year Treasury rose to 4.79%.]]></description><pubDate>Tue, 01 Sep 2026 20:06:24 +0000</pubDate><content:encoded><![CDATA[<p>Stocks fell on Wall Street as another round of U.S. military strikes on Iran sent oil prices higher, stoking worries about stubbornly high inflation. Bond yields moved higher, putting even more pressure on stocks. The S&P 500 fell 0.7% Tuesday. The Dow Jones Industrial Average dropped 419 points, or 0.8%. The Nasdaq composite fell 1%. Big Tech stocks like Nvidia and Amazon were the heaviest weights dragging the market lower. Brent crude rose 4.6% and U.S. oil closed above $90 for the first time in more than a month. The yield on the 10-year Treasury rose to 4.79%.</p><p>THIS IS A BREAKING NEWS UPDATE. AP’s earlier story follows below.</p><p>Stocks fell broadly Tuesday as another round of U.S. military strikes on Iran sent oil prices higher, stoking worries about stubbornly high inflation and deepening a bond market sell-off.</p><p>The S&P 500 index fell 0.8%. The Dow Jones Industrial Average fell 448 points, or 0.8%, as of 3:01 p.m. Eastern time. The Nasdaq composite fell 1.1%.</p><p>The weak start to September follows a shaky but mostly positive month for Wall Street. Every major index notched monthly gains in August. The same worries continue to hang over Wall Street, though, including anxiety over rising prices, government debt, and the impact of global conflicts on the U.S. and the global economy.</p><p>Technology stocks were among the heaviest weights on the market. Microsoft fell 1.3% and Advanced Micro Devices fell 3.3%. Their big market values tend to give them more influence over the broader market’s direction and their growth amid the artificial-intelligence boom has been heavily reliant on borrowing, which becomes more expensive as interest rates rise.</p><p>Much of the continued pressure being felt by Wall Street is coming from an ongoing sell-off in U.S. government bonds. The yield on the 10-year Treasury, which tends to impact mortgage rates, rose to 4.80% from 4.75% late Monday. It was as low as 4.20% at the beginning of 2026.</p><p>The yield on the 2-year Treasury, which closely tracks expectations for Federal Reserve moves on interest rates, rose to 4.39% from 4.34% late Monday. That’s up significantly from about 3.50% at the beginning of 2026.</p><p>Bond yields, which have an inverse relationship to prices, rise as prices fall. Rising yields signal that investors are demanding a higher return from Treasurys because they are becoming riskier. Growing government debt is highlighting that risk.</p><p>The U.S. debt surpassed $40 trillion two weeks ago, a shocking milestone as defense costs and interest on the burgeoning deficit make up an enormous share of federal spending. The bond sell-off is global, with other nations facing the same economic pressures.</p><p>Higher yields on bonds signal higher borrowing costs on mortgages and a wide range of other loans. Higher borrowing costs tend to weigh down investments, including stocks, while making it more difficult for businesses to expand.</p><p>Oil prices have been behind much of the pressure on inflation, bond yields and the broader stock market. The price of Brent crude, the international standard, rose 4.6% to settle at $94.65. Energy costs remain high and volatile amid the ongoing U.S. war with Iran, which has essentially shut down the Strait of Hormuz, through which 20% of the world’s oil is typically shipped.</p><p>Higher oil prices have pushed up costs for everything from gasoline to shipped goods, fueling inflation that has been squeezing households and businesses. Higher inflation has also been a problem for the Fed, which is aiming to bring inflation down to a 2% rate.</p><p>The rate of inflation is well above 3%, and Wall Street expects the Fed to raise interest rates before the year is over in order to ease the rate of price increases. Investors are betting on a 66% chance that the central bank will raise its interest rate at its upcoming September meeting, according to CME FedWatch.</p><p>The Fed will get more updates on inflation ahead of the meeting. Meanwhile, it is getting updates on the jobs market this week. On Tuesday, the government reported that U.S. job openings rose slightly in July. A broader monthly report for August will be released on Friday.</p><p>Markets in Europe fell and markets in Asia were mixed.</p><p>___</p><p>AP Business Writers, Elaine Kurtenbach, Michelle Chapman and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2YRR4D2GVJVNAGQPHGW3ZNW2M.jpg?auth=385452451d5d89a71c4b38365962470cbd9a3fe51e59e02425def923fffdb453&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, Thursday, Aug. 27, 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/RVVVAOVNFL3RQ25FYN2632K244.jpg?auth=6fe57ade8f1d3dbcd30d1feb4141053bdbd541c3ac1ec55e1e3c9d177adbd65f&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, Thursday, Aug. 27, 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/DPP325MDUSALBIJ4XNZNVPB6AE.jpg?auth=f53e2446dc0c9e4896ed27994c3c04834328406ae8f94d2becf82edfd58e6e4f&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 Monday, Aug. 31, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EXGND47T6KY4SQPDWWS2JCKYD4.jpg?auth=b6251290f2c4e3c4e50ab0f67723b2ff0b4adfda829bd210c27a3bf394c38f58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders watch monitors at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Tuesday, Sept. 1, 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[Thailand's Pattaya anticipates USS Abraham Lincoln visit following its Middle East deployment]]></title><link>https://www.local10.com/news/world/2026/09/01/thailands-pattaya-anticipates-uss-abraham-lincoln-visit-following-its-middle-east-deployment/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/thailands-pattaya-anticipates-uss-abraham-lincoln-visit-following-its-middle-east-deployment/</guid><dc:creator><![CDATA[By JINTAMAS SAKSORNCHAI and ANTON L. DELGADO, Associated Press]]></dc:creator><description><![CDATA[PATTAYA, Thailand (AP) — Thousands of American service members are about to descend on eastern Thailand, as the USS Abraham Lincoln makes a port call near the city of Pattaya, famous for its beaches and nightlife.]]></description><pubDate>Tue, 01 Sep 2026 06:23:27 +0000</pubDate><content:encoded><![CDATA[<p>PATTAYA, Thailand (AP) — Thousands of American service members are about to descend on eastern Thailand, as the USS Abraham Lincoln makes a port call near the city of Pattaya, famous for its beaches and nightlife.</p><p>The aircraft carrier sailed past Singapore over the weekend on its way back to the U.S. after a lengthy deployment in the Middle East as part of the U.S. war against Iran.</p><p>The Lincoln is expected to dock at a port in Chonburi province this week, according to Thai officials.</p><p>More than 5,000 American service members are onboard and many are expected to visit Pattaya, according to the city's Mayor Poramet Ngampichet, who hopes the port call will boost the local economy. He said destroyer USS Frank E. Petersen Jr. will dock at a different port.</p><p>“For Pattaya to be seen as an important vacation spot is something that we have aimed for,” Poramet said. “We welcome more visits of the troops in the future, whether for a drill or a vacation, before they go back to the U.S.”</p><p>After meeting with American officials Monday, Poramet shared that the service members will be banned from certain recreational activities such as parasailing and marijuana use. Medical cannabis was legalized in Thailand in 2022 and dispensaries have become common in Thai cities.</p><p>Pattaya hopes for economic boost</p><p>Poramet said the visit is particularly welcome as international tourism has declined worldwide due to soaring gas prices as a result of the conflict in the Middle East.</p><p>Government officials are warning local businesses not to overcharge American sailors and there will be a greater police presence in popular areas along Pattaya Beach and the city’s Walking Street, he said.</p><p>Pattaya, a popular beach destination about 150 kilometers (93 miles) southeast of Bangkok, is also known for its seedier night scene. In recent years, though, the city has tried to promote its image instead for natural and cultural attractions.</p><p>Law enforcements agencies have been ordered to step up security measures to prevent undesirable situations, city police Chief Anek Srathongyoo said.</p><p>He said that if any U.S. service members break Thai law, they will be prosecuted accordingly.</p><p>Local business owners feeling the tourism slump from the Iran war are eager for the new arrivals — a banner hung over a local bar near a beach reading “Welcome all US military personnel Thank you for your service.”</p><p>Some, however, are more skeptical. Somkiet Noree, who runs a souvenir shop on Walking Street, said he knows about the upcoming visit but isn't sure if that will boost sales.</p><p>“Pattaya is quiet at the moment,” he said. “I hope they will come here and buy things.”</p><p>Bar employee Bualuang Ponok said she has seen American service members stroll Walking Street during past visits, but she doesn't expect many of them will be spending.</p><p>“They said 5,000 people will come here, but how many will reach us?" she said, unsure of where service members will choose to go.</p><p>Thailand port call follows Middle East deployment</p><p>Earlier in August, the usually Asia-based U.S.S. George Washington relieved the long-deployed Lincoln in the Middle East.</p><p>The Lincoln, one of the U.S. Navy’s largest warships, was part of American efforts in the Iran war, which flared back up over the weekend for the first time in a month.</p><p>This deployment included a record-setting uninterrupted time at sea of more than 250 days, which caused concerns following reports of deteriorating mental health among the crew and shortages of supplies including food and hygiene products.</p><p>U.S. President Donald Trump later downplayed these concerns and said that the deployment was “not nearly long enough.”</p><p>Thai officials have said the Lincoln will return to the U.S. after its port call in Thailand.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IGK3HRD4G2T3DIL5J6IGBXOT5M.jpg?auth=73b17ed22aef24fcd03f300e073c952d69f60aa6b7c6769b97aaecf6b821af81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A motorcycle taxi drives past a banner in Pattaya, Thailand, Tuesday, Sept. 1, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ILWENHXMOQ5Z5I4Z5VV5A2ER5U.jpg?auth=9fb773f6496c407fb9412c557e82e59cff9115892fe17effa0aad1fe6a542c54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers clean a road next to a sign of a cannabis shop in Pattaya, Thailand, Tuesday, Sept. 1, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3WLM5FSSNCFWG3JLYJUYXCKFA.jpg?auth=0667a301e80f695362b77f78d7a0895fef3f7487127b5fe962de2add95c7d1c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boats float by Pattaya beach in Thailand, Tuesday, Sept. 1, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IO57LFAPBYTVAXP5P6C6X3HI7A.jpg?auth=3917e3658dc2ca8cd20f05e72fe5cbd203639c23817512149410682fcd545b03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists spend time on a beach in Pattaya, Thailand, Tuesday, Sept. 1, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7PPVYCNARUEP53MY3QKFPHAPZI.jpg?auth=ba1e4e15f7726896cc0d7d8c4ee80d109962de5e80eea75f9669ecec20508daf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Navy aircraft carrier USS Abraham Lincoln sails past Singapore as seen from Batam, Indonesia, Sunday, Aug. 30, 2026. (AP Photo/Dita Alangkara)]]></media:description><media:credit role="author" scheme="urn:ebu">Dita Alangkara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMPCEJAQLDWZ66AKYNXPBT63HY.jpg?auth=691efda4d98b11193687ebd863845efa844d142bd2ce905eea9407b2a16a0cde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The map above shows the location of Pattaya City, Thailand where the USS Abraham Lincoln visits. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Mass burials in Nepal as death toll from flash floods exceeds 1,000]]></title><link>https://www.local10.com/news/world/2026/09/01/rescuers-comb-through-mud-and-debris-as-nepal-china-floods-leave-more-than-1000-dead/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/rescuers-comb-through-mud-and-debris-as-nepal-china-floods-leave-more-than-1000-dead/</guid><dc:creator><![CDATA[By SHRISTI KAFLE and SHEIKH SAALIQ, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — Rescue teams with search dogs continued to search through mud, rocks and debris on Tuesday on the border with Nepal and China for thousands of people still missing following the catastrophic floods that tore through communities across the Himalayas, leaving more than 1,000 dead.]]></description><pubDate>Tue, 01 Sep 2026 12:43:24 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — Rescue teams with search dogs continued to search through mud, rocks and debris on Tuesday on the border with Nepal and China for thousands of people still missing following the catastrophic floods that tore through communities across the Himalayas, leaving more than 1,000 dead.</p><p>As police in Kathmandu buried dozens of bodies in multiple trenches, Nepal’s disaster agency said that 1,003 deaths had been counted there, with 3,916 people missing, including 583 foreign nationals. In its latest update, China reported 16 deaths and 546 missing, including 261 foreigners.</p><p>The scale of the Aug. 26 disaster is hampering rescue efforts in both countries, with landslides, destroyed roads and widespread damage cutting off remote areas. Crews faced challenging conditions as they searched unstable terrain and piles of debris, raising fears the death toll could rise as rescuers reach isolated communities.</p><p>Race to reach missing hydropower workers</p><p>Rescuers are racing to reach hundreds of workers believed to be trapped inside tunnels at hydropower projects in Nepal damaged by the floods. About 900 workers are missing from 12 projects, with roughly 500 believed to be trapped in tunnels, according to local authorities.</p><p>Brig. Gen. Raja Ram Basnet, Nepal’s army spokesperson, said teams assisted by foreign experts were working at several hydropower projects. Images released by the army showed rescue teams entering debris-filled tunnels and wading through mud and water in the search for signs of life.</p><p>On the Chinese side, rescue crews scoured areas hit by mudslides, particularly around the Gyirong Port border crossing, which was destroyed.</p><p>Some rescuers, aided by search dogs, searched gaps among rocks and debris for signs of life. Other teams used heavy machinery to clear a major highway leading to Gyirong Port, hoping to clear the way for equipment, personnel and supplies to reach the disaster zone, according to China's state-run Global Times newspaper.</p><p>Mass burials of unidentified bodies in Kathmandu</p><p>In Kathmandu, police worked in heavy rain on Tuesday to bury dozens of bodies in multiple trenches next to a forested area.</p><p>Barbed wire was erected around the site, while blue numbered markers identified the graves of people whose names were not yet known.</p><p>Authorities in Nepal have been burying bodies in temporary graves until they can be identified. They are preserving DNA samples, photographing distinguishing facial features and recording other identifying details.</p><p>Each body is assigned a reference number to help families identify and claim the remains later.</p><p>Relief operations expanded to stranded communities</p><p>At least 11,814 people have been rescued so far, according to Nepalese authorities. Emergency crews used helicopters and other aircraft to reach stranded communities in areas where roads and bridges have been destroyed by the flooding and landslides.</p><p>Efforts are being stepped up to provide assistance to survivors in areas where roads and other transportation routes had been damaged or cut off.</p><p>China's Foreign Ministry spokesperson, Guo Jiakun, said a second batch of relief supplies was being sent to Nepal, including drones, DNA testing and water purification equipment. Chinese DNA testing experts will also help Nepal identity bodies, he said.</p><p>Bimal Sharma, a helicopter pilot who has been flying rescue and relief missions, said he was shocked to see the devastation in Timure, a border town close to Tibet that he has known for years.</p><p>“It felt like I was flying over an entirely different landscape,” said Sharma, adding that he has had little opportunity to speak with the people he rescued. “I can see the pain in their eyes. It’s heartbreaking,” he said.</p><p>Glacial collapse in the Himalayas</p><p>The disaster began in the Himalayas when a glacial collapse sent large amounts of rock, ice and meltwater into valleys below, triggering powerful floods downstream.</p><p>Scientists studying satellite imagery said the collapse appears to have involved the failure of bedrock beneath a glacier in the Himalayan region. The rockfall was powerful enough to register as a magnitude 5.2 seismic event.</p><p>The resulting surge of water and debris entered rivers that flow through valleys in Tibet and Nepal, causing them to rise rapidly. Floodwaters swept away homes, buildings, roads and bridges and carried mud and rocks downstream.</p><p>Nepal's Prime Minister Balendra Shah said that the disaster highlighted the need for action to combat climate change.</p><p>“This incident has indicated that the risks we face in the Himalayan region are increasing with climate change,” Shah said in a social media post Monday night. “Therefore, this region must be alert, and at the same time, it is time for us to strongly raise the issue of disasters caused by climate change before the international community.”</p><p>___</p><p>Saaliq reported from New Delhi. Associated Press journalists Victoria Milko in Kathmandu, Nepal, E. Eduardo Castillo in Beijing, Kanis Leung in Hong Kong and Aijaz Hussain in New Delhi contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HF4CTSVWDWC74YF3OCFJ3G4I24.jpg?auth=8cb37ac976c194e1f16aa653a1daf72331a2353708a27740d4e89a0031224e1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Nepal flag lies on a muddy track near the banks of the Trishuli river in Dhading District, Nepal, Sunday, Aug. 30, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3UUIJ4BXP6ZLZNOQGYCSTAJCL4.jpg?auth=6131e5e0aa9229ec272503cbdb7840f679dbaa2c5ff18a035fef5a31ae19259e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nepal Army soldiers carry a body of a worker recovered from the site of a hydropower project in Upper Trishuli, Nepal, Tuesday, Sept. 1, 2026. (AP Photo/Kaslai Dine)]]></media:description><media:credit role="author" scheme="urn:ebu">Kaslai Dine</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JK2IK7OTDWZRLYHEODX2GMY5DY.jpg?auth=f2ec6cca6cfca479b919fbd32414dc3c91e83a903183988e1a6dac0023418e9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced girls sit at a school converted into a temporary shelter for displaced residents in residents in Bidur, in Nepal's Nuwakot district, Tuesday, Sept. 1, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6JTDQFZWHDYD5ZZR2XRU6CP5U.jpg?auth=d21129d22aa44e42035d053a12ed480be2b2370f1e62863a03fc8f81d6be8ca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident carries an air cooler salvaged from his damaged house after flash flooding in the Devighat area of Nuwakot district, Nepal, Saturday, Aug. 29, 2026. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L45S4S2OM2GUUAXSZC7P4XCDK4.jpg?auth=7a72f5f6b1c8dac03ebbb59fe001b7a1a3dfb2112ce2420f3ebec3f4f081f2b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A resident shows a holy book as he salvages his belongings from damaged home filled with mud and debris in Devighat, in Nepal's Nuwakot district, Saturday, Aug. 29, 2026, following the Aug. 26 flash floods. (AP Photo/Rajesh Kumar Singh)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[Aaron Donald follows other Hall of Fame-caliber athletes in his return from retirement]]></title><link>https://www.local10.com/sports/2026/09/01/aaron-donald-follows-other-hall-of-fame-caliber-athletes-in-his-return-from-retirement/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/aaron-donald-follows-other-hall-of-fame-caliber-athletes-in-his-return-from-retirement/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[Aaron Donald's decision to come off the retirement couch and get back on the field after a two-year absence may be unusual but it's far from unprecedented.]]></description><pubDate>Tue, 01 Sep 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>Aaron Donald's decision to come off the retirement couch and get back on the field after a two-year absence may be unusual but it's far from unprecedented.</p><p>Donald joins a list of athletes who had called it quits after putting together Hall of Fame-caliber careers only to get the itch and decide to come back to play.</p><p>“Do I feel like I can play at a high level? Yes,” Donald said Sunday after announcing his decision to return to the Los Angeles Rams and continue a career that already featured three AP Defensive Player of the Year awards and eight first-team All-Pro selections. “Do I feel like I can still be myself? One hundred percent, and if I didn’t feel like that, I wouldn’t be here.”</p><p>Whether this comeback is more like Michael Jordan's first in the NBA when he won titles in his first three full seasons back, or his second, when he couldn't make the playoffs in two seasons with Washington, remains to be seen.</p><p>But few have made the attempt as a 35-year-old in the physical shape that Donald is in, providing hope that this one could be a success.</p><p>Other greats like Magic Johnson and Mario Lemieux made comebacks after early retirements for medical reasons. Johnson played 32 games for the Los Angeles Lakers in 1996 after a four-year absence following his announcement that he had contracted HIV.</p><p>Lemieux sat out three seasons battling Hodgkin's lymphoma before returning in 2000 to play five more seasons for the Pittsburgh Penguins, adding 77 goals and 152 assists to his already impressive totals.</p><p>Here are some other Hall of Famers in the North American team sports who came out of retirement with varying success:</p><p>Reggie White</p><p>The Minister of Defense was also a multitime AP Defensive Player of the Year when he stepped away following the 1998 season after winning his second DPOY award that season to give him 192 1/2 sacks, eight All-Pro selections and a certain ticket to Canton.</p><p>After sitting out the 1999 season, White joined the Carolina Panthers in 2000. While he played in all 16 games, the results weren't great. He had a career-low 5 1/2 sacks and played out the string with a team that finished 7-9 and missed the postseason.</p><p>Deion Sanders</p><p>Prime Time established himself as one of the NFL's greatest cornerbacks in his first 12 seasons with Atlanta, San Francisco, Dallas and Washington. He helped both the 49ers and Cowboys win a Super Bowl, was the Defensive Player of the Year in 1994 with San Francisco, and his 48 interceptions helped him garner six first-team All-Pro selections.</p><p>Sanders retired after the 2000 season and first tried to make a comeback late in 2002 but the Chargers blocked his possible move to the Raiders with a waiver claim that kept him on the retired list.</p><p>Sanders eventually came back two years later in 2004 at age 37. He played two more seasons with Baltimore, with five interceptions in 25 games.</p><p>Michael Jordan</p><p>Jordan first stepped away at the top of his game in 1993 after winning his third straight NBA title with the Chicago Bulls. It wasn't a full retirement as he opted to give baseball a try, playing in the minor leagues for the Chicago White Sox organization.</p><p>He came back late in the 1994-95 season and scored 55 points in his fifth game back but fell short in the playoffs with the Bulls losing in the second round to Orlando. Chicago was nearly unbeatable the next three seasons, setting a then-record with 72 wins in 1995-96 with Jordan winning another title and his fourth MVP. The Bulls won it all the next two seasons for a second three-peat with Jordan once again retiring after winning MVP in 1998 in what was billed as “The Last Dance.”</p><p>Jordan became a part-owner of the Washington Wizards in 2000 and decided to come back and play in the 2001-02 season at age 38. Jordan still had something in the tank as he averaged at least 20 points per game in both seasons with Washington but it wasn't enough.</p><p>Bob Cousy</p><p>Cousy was one of the NBA's first superstars as the dazzling point guard on the dynastic Boston Celtics before retiring in 1963 after winning his fifth straight NBA title and his 12th All-NBA selection. His retirement ceremony in 1963 was nicknamed the Boston Tear Party for the emotional toll it took on the city.</p><p>Cousy sat out the next six seasons before getting hired as head coach of the Cincinnati Royals in 1969. Late in his first season he decided to come out of retirement and play as well at the age of 41 as the second player to appear in an NBA game in his 40s.</p><p>The comeback didn't last long. Cousy played seven games at the end of the season, making just one basket and recording 10 assists in his brief time before going back to being a full-time coach.</p><p>Ryne Sandberg</p><p>Sandberg made the surprise decision to retire from the Chicago Cubs midway through the 1994 season at age 34 as he was struggling with a career-low .238 average and just five homers in 57 games.</p><p>After sitting out the next season, Sandberg returned to the Cubs in 1996 and played two more seasons. He hit 25 homers in his first season back to lead all second basemen. He added 12 more homers the next season for a last-place team before hanging it up for good.</p><p>Gordie Howe</p><p>Mr. Hockey retired at age 43 with 786 goals in 1,687 games with the Detroit Red Wings and was inducted into the Hockey Hall of Fame the following year. But in 1973 he decided to return to the ice at age 45 to play with his sons Mark and Marty for Houston of the WHA.</p><p>He spent six seasons in the upstart league before finishing his career back in the NHL with the Hartford Whalers. He finished his final season at age 52, having recorded 15 goals and 26 assists in 80 games to extend his own records for goals, points and games played.</p><p>Jacques Plante</p><p>Plante had won six Stanley Cups with Montreal and was one of the most important goaltenders in hockey history when he retired in 1965 at age 36. Plante was the first goalie to wear a mask regularly and was one of the first to play the puck outside the crease in a practice that is now commonplace.</p><p>After sitting out three seasons, Plante returned in 1968-69 to play for the St. Louis Blues in their second season as an expansion team. He helped them reach the Stanley Cup Final in his first season before losing to his old Canadiens team and played four more seasons after that in the NHL, finishing with Boston in 1973-74. He then played 31 games in 1974-75 for Edmonton in the WHA before retiring for good before the next season.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/47CDONOWPE4V5OGAPRMPJ7UQFE.jpg?auth=d8579e9860f68bb7f9c61c22edb73810dbf8518c40da1a681f1013e8354c827b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Wizards' Michael Jordan gets control of the ball with pressure from Indiana Pacers' Al Harrington in the fourth quarter of play, Jan. 4, 2003, in Washington. (AP PHoto/Lawrence Jackson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lawrence Jackson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WRUIZBQGNLAE6L73JXEYSZVLHM.jpg?auth=70f34fc6eb734fcac50f15cf0740c3ccdb5d468f766c675211edae1a4a428d48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Baltimore Ravens cornerback Deion Sanders smiles during the third quarter of a football game against the Green Bay Packers, Dec. 19, 2005, in Baltimore. (AP Photo/Gail Burton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gail Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IYUBPXW7G37RYSPWQRTQ47HNKI.jpg?auth=a025875d8893489df346af7e0363037c5ad7ccaeab9dd4a0fdf7408747905ea6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carolina Panthers' Reggie White (92) sacks San Francisco 49ers quarterback Jeff Garcia (5) in the fourth quarter of the Panthers' win in Charlotte, N.C., Oct. 22, 2000. (AP Photo/Chuck Burton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chuck Burton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XITEKPXOVEKOXCOXU3DUO6GW6I.jpg?auth=ec0e44c155ccf6082f39f457bd531918cde3408a422b82a0bcfb9c39f3fc78e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Cubs Ryne Sandberg watches his home run ball against the Los Angeles Dodgers in the second inning, Aug. 2, 1997, in Chicago. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJVAYDSADCAVK4BRGDC7YTXQTA.jpg?auth=973a3a501512e5a32ae2b5709bae75ce999710208adf0be3f0129367f1c20ce5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gordie Howe, right, of the Houston Aeros, comes in to head Tom Earl of the New England Whalers off rom the puck during the first period of the World Hockey Association playoff game in Hartford, Conn., May 11, 1976. (AP Photo/Bob Child, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bob Child</media:credit></media:content></item><item><title><![CDATA[Yankees call out Red Sox radio voice for suggesting beaning for late stolen bases]]></title><link>https://www.local10.com/sports/2026/09/01/yankees-call-out-red-sox-radio-voice-for-suggesting-beaning-for-late-stolen-bases/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/yankees-call-out-red-sox-radio-voice-for-suggesting-beaning-for-late-stolen-bases/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Several New York Yankees are taking exception to comments made by Boston Red Sox radio announcer Will Flemming during a weekend series between the rivals.]]></description><pubDate>Tue, 01 Sep 2026 04:53:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Several New York Yankees are taking exception to comments made by Boston Red Sox radio announcer Will Flemming during a weekend series between the rivals.</p><p>Jazz Chisholm Jr. was among the players who called out Flemming on Monday after the WEEI radio announcer called the second baseman a “bush league player” for stealing two bases with the Yankees leading 7-1 in the eighth inning of Sunday's series finale.</p><p>Chisholm and several teammates also called out Flemming for suggesting Red Sox pitcher Jovani Moran retaliate by beaning Yankees catcher Austin Wells.</p><p>“They’re called unwritten rules because you’re not really breaking any rules,” Chisholm told reporters before Monday's game against the Los Angeles Angels. “You’ve seen teams — actually them — do the same thing where they’re pouring on runs. We didn’t have nothing to say or nothing to do about it. That’s just showing how unprofessional he is.”</p><p>Flemming apologized on social media for what he said during the telecast.</p><p>“Since I have been receiving nonstop calls and threats, I felt like it was important to hop back on here and say: My comments during yesterday’s broadcast crossed a line. I’m emotional and a fan at heart and that bled into the broadcast,” Flemming posted. “I meant no disrespect to the Yankees players or organization. I could and should have used different words. These rivalry games get me fired up; I apologize for letting the emotion of the moment get the best of me.”</p><p>—</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/53FU7DX3NEPHN2K3V74QO55LOU.jpg?auth=54cedf7010c046b0172c6b4eededd5ce932f55aa72eb933ab72a50f7bb324653&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Jazz Chisholm Jr., right, watches after he hit into a fielder's choice in the eighth inning during the second baseball game of a doubleheader against the Boston Red Sox, Saturday, Aug. 29, 2026, in New York. (AP Photo/Corey Sipkin)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey Sipkin</media:credit></media:content></item><item><title><![CDATA[California Assembly backs off voting on bill that would aid wildfire victims]]></title><link>https://www.local10.com/business/2026/09/01/california-legislature-to-vote-on-bill-to-aid-wildfire-victims-after-blocking-parts-of-newsoms-plan/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/01/california-legislature-to-vote-on-bill-to-aid-wildfire-victims-after-blocking-parts-of-newsoms-plan/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — The California Assembly opted not to vote Tuesday on legislation meant to help wildfire victims, deciding at the last minute to push back a decision on a bill that some Democrats, including Gov. Gavin Newsom, said wouldn't meaningfully address the financial challenges caused by catastrophic blazes.]]></description><pubDate>Tue, 01 Sep 2026 19:44:51 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — The California Assembly opted not to vote Tuesday on legislation meant to help wildfire victims, deciding at the last minute to push back a decision on a bill that some Democrats, including Gov. Gavin Newsom, said wouldn't meaningfully address the financial challenges caused by catastrophic blazes.</p><p>Lawmakers introduced the legislation over the weekend after they rejected an ambitious proposal by Newsom that would have limited electric companies’ financial liability for fires sparked by their equipment.</p><p>After deciding not to vote on the bill, Assembly Speaker Robert Rivas said lawmakers would revisit the issue this fall.</p><p>“The proposal before us does not yet deliver the relief, accountability or meaningful reform that Californians deserve,” the Democrat said in a statement. “So, we are going back to work — and we will not stop until we have done everything in our power to deliver real results.”</p><p>Newsom's plan would have reduced the amount utilities had to pay some victims and barred insurance companies from suing electrical companies to get reimbursed for damages paid out to homeowners.</p><p>The governor said the last-minute compromise he made with lawmakers would have had some benefits for wildfire victims, such as getting paid faster, but that it failed to make necessary, sweeping reforms to tackle the question of who covers the cost of fires ignited by utility equipment.</p><p>Newsom acknowledged that the bill would have made some progress toward addressing the contentious, high-stakes issue.</p><p>“I could have easily walked away from it,” he told reporters Monday. “And that would have been a disservice to you and the people of this state.”</p><p>Who pays for wildfires is a contentious issue</p><p>Newsom's failure to get his full plan passed by the end of the session marked a rare loss for the governor, who has often found support for his policy wishes in the Democratic-led Legislature. It comes as he wraps his final session before leaving office in January.</p><p>Fire victims heavily criticized his proposal, even protesting outside the governor's mansion in Sacramento last week. They argued Newsom’s plan would have placed the needs of utilities over those of victims, while insurance companies said shifting more of the cost of damage onto them would have required them to raise rates for policyholders.</p><p>Joy Chen, executive director of Every Fire Survivor’s Network, a group of victims of the 2025 Los Angeles-area fires, said the deal was a win for them.</p><p>“Survivors from across California came to Sacramento and asked our elected representatives to stand with the people whose homes, communities and lives have been devastated,” she said in a statement. “They listened.”</p><p>Newsom hoped his plan would help stabilize the state's notoriously high electricity rates by protecting utilities from the full financial impacts of wildfires. Utilities have raised rates to pay for wildfire prevention and recovery as climate change has made the blazes more intense and frequent. Under California law, utilities have to pay damages for fires ignited by their equipment, even if a judge doesn’t find them negligent.</p><p>The question of who should cover the cost of utility-sparked fires has persisted throughout Newsom’s tenure, which began after the most destructive wildfire in state history. He signed a law in 2019 — his first year in office — that created a $21 billion fund, paid for by utility shareholders and ratepayers, to help utilities pay for wildfire damages if they take certain safety measures. He and lawmakers agreed last year to supplement the pot of money with another $18 billion fund.</p><p>Newsom unveiled his latest proposal as Southern California Edison faces claims from the state’s second-most destructive blaze, a 2025 fire that killed 19 people outside of Los Angeles.</p><p>Compromise aims to pay victims faster</p><p>The bill lawmakers were slated to vote on would have created a program to ensure that fire victims get paid more quickly, banned hedge funds from profiting from wildfire claims and barred utility executives from receiving bonuses if their company's equipment sparked a blaze that ends up damaging or destroying more than 500 buildings.</p><p>The California Catastrophe Response Council, which oversees the wildfire fund, would have appoint an administrator to create a process to resolve survivor claims more quickly.</p><p>Utilities and some lawmakers criticize the bill</p><p>Pacific Gas & Electric, which filed for bankruptcy in 2019 after it faced claims from a devastating Northern California blaze started by the utility's equipment, and Edison International, Southern California Edison's parent company, were disappointed with the deal. They said in a letter to lawmakers that the bill would fail to stabilize rates for Californians and wouldn't provide “durable, long-term solutions” for compensating victims, sustaining the state's wildfire fund, or managing utilities' financial risk.</p><p>Assemblymember Rick Zbur, a Democrat, called it a “disaster” that lawmakers couldn't agree on making more sweeping reforms.</p><p>“We’re nibbling around the edges, and we’re not dealing with the structural issues,” he said at a hearing on the bill.</p><p>Katelyn Roedner Sutter, of the Environmental Defense Fund, was also underwhelmed with the proposal, saying it wouldn't go far enough to lower the risk of fires and stabilize electricity and insurance rates.</p><p>“The best I can say about this bill is it's fine,” she said after the hearing.</p><p>The Legislature typically has until Aug. 31 to pass bills at the end of a two-year session, but lawmakers and Newsom couldn't agree to a deal in time to vote Monday. They circumvented the end-of-session deadline by adding what's known as an urgency clause to the bill. That means it would have needed the approval of two-thirds of the Legislature and would have taken effect immediately after it's signed into law.</p><p>Legislature passes the nation's first smoke contamination testing standards</p><p>Lawmakers also passed a bill Monday that would create the nation’s first standards for testing and cleaning up lead, asbestos and other toxic contaminants inside homes after a wildfire.</p><p>Assemblymember John Harabedian, a Democrat who wrote the bill, said it was borne out of the deadly 2025 Eaton Fire that swept through Altadena, which he represents. He said it’s important for lawmakers to “figure out very quickly how to protect wildfire survivors and rebuild communities,” and the bill is one way to do that.</p><p>___</p><p>Associated Press reporter Dorany Pineda in Los Angeles contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LOTH27K6HQ2IO5MA4PQWBUX7GQ.jpg?auth=63f87e46a5a1f186c1410fe514992d8d549f673393fd45445f3aa8cf93a2c051&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Assemblymember Jacqui Irwin, right, talks with Assemblymember Steve Bennett during an Assembly session at the Capitol, Monday, Aug. 31, 2026, in Sacramento, Calif. (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/FTNB3OF4T74MU2GMWQ7ATAEF3A.jpg?auth=3a98e70b95bdcd7abb11080f020ad2f0023fa5a99997a08891f347ece93c5c03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate President pro Tempore Monique Limón, right, listens to speakers with, from right, state Senators Aisha Wahab, Sabrina Cervantes and Laura Richardson during a floor session in the Senate Chambers at the Capitol, Monday, Aug. 31, 2026, in Sacramento, Calif. (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/FSHT5IXXIEBKNWWIIWKYII4GZQ.jpg?auth=13c3ef0e4e58a7046fa06fea46927a6e19994dbb04acb4d3b29e4669152f3b6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - California Gov. Gavin Newsom attends the National Association of Latino Elected and Appointed Officials conference in Los Angeles, July 14, 2026. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Reports: U.S. striker Folarin Balogun is headed on transfer to Premier League club Everton]]></title><link>https://www.local10.com/sports/2026/09/01/reports-us-striker-folarin-balogun-is-headed-on-transfer-to-premier-league-club-everton/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/01/reports-us-striker-folarin-balogun-is-headed-on-transfer-to-premier-league-club-everton/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — United States striker Folarin Balogun is set to head to Premier League team Everton on a transfer from Monaco, British media reported on Monday.]]></description><pubDate>Tue, 01 Sep 2026 04:18:22 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — United States striker Folarin Balogun is set to head to Premier League team Everton on a transfer from Monaco, British media reported on Monday.</p><p>The transfer fee offered by Everton is reported to be in the range of 40 million pounds ($54 million) on a four-year deal, the British Press Association said. It said personal terms had yet to be worked out before the deal could be completed prior to Tuesday's transfer deadline.</p><p>The 25-year-old Balogun, who had two years remaining on a contract at Monaco, gained attention this summer scoring three goals for the United States as it reached the knockout stage of the World Cup. He was the top scorer for the U.S. team.</p><p>He also made headlines after drawing a red card and a one-game suspension in a 2-0 victory over Bosnia and Herzegovina in a round-of-32 match.</p><p>The one-game suspension was deferred by FIFA after U.S. President Donald Trump intervened, allowing Balogun to play in the round of 16. Balogun eventually played in the 4-1 loss to Belgium that ended the U.S. team's home World Cup run.</p><p>The intervention prompted a formal complaint to FIFA ethics investigators.</p><p>Balogun was born in New York but grew up in Britain. He came up through Arsenal's academy before moving to Middlesbrough, then to the French league with Reims and eventually to Monaco.</p><p>He scored 13 goals last season in 30 Ligue 1 matches.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZWUD4IT6NFPOQQGFSKOEHEADVQ.jpg?auth=541c7ad146d639d2fd0af8fbb96f78505bbbcdd20414c6ce7f2dc005513c6c87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Folarin Balogun (20) walks off the pitch after losing to Belgium in their World Cup round of 16 soccer match in Seattle, on July 6, 2026. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[Democrats are again angling for Rep. Mike Lawler's House seat. Can he hold on in liberal New York?]]></title><link>https://www.local10.com/news/politics/2026/09/01/democrats-are-again-angling-for-rep-mike-lawlers-house-seat-can-he-hold-on-in-liberal-new-york/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/01/democrats-are-again-angling-for-rep-mike-lawlers-house-seat-can-he-hold-on-in-liberal-new-york/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[HAVERSTRAW, N.Y. (AP) — U.S. Rep. Mike Lawler is considered one of the nation’s most vulnerable Republicans in this year's midterm elections. It was the same story in his last campaign, too.]]></description><pubDate>Tue, 01 Sep 2026 04:17:01 +0000</pubDate><content:encoded><![CDATA[<p>HAVERSTRAW, N.Y. (AP) — U.S. Rep. Mike Lawler is considered one of the nation’s most vulnerable Republicans in this year's midterm elections. It was the same story in his last campaign, too.</p><p>But in a political era where both parties are drifting further apart, he's banking on New York voters still wanting a rare moderate voice in a polarized Washington. In fact, he thinks it's helpful that he's a Republican in an otherwise liberal state.</p><p>“Well, I think one thing to keep in mind is New York is controlled by Democrats,” he said in an interview. “Their policies are directly responsible for the high cost of living, the decline in the quality of life, the out-of-control pro-criminal policies that make people less safe. These are their policies.”</p><p>Lawler, who represents a lush and leafy section of the Hudson Valley, is trying to harness suburban anxiety over New York City Mayor Zohran Mamdani and the surging progressive movement as he tries to beat the odds in a battleground district with many more registered Democrats than Republicans.</p><p>“Democrats, to me, have gone crazy,” said Frank Zambrano, a 70-year-old retired fire marshal who lives in Rockland County and said his kids went to school with Lawler. “Give me something in the middle.”</p><p>While Lawler's foes try to tie him to President Donald Trump's most inflammatory positions, he argues that he's willing to push back on both sides. In a recent campaign video, Lawler showcased a clip of Trump jokingly using an expletive to describe how much of “a pain” the congressman was to push for expanding a critical tax deduction known as SALT, which benefits homeowners in more expensive states like New York.</p><p>It may be difficult, however, for Lawler to paint his Democratic opponent Cait Conley as a progressive in Mamdani's mold.</p><p>A decorated combat veteran with degrees from Harvard and MIT, Conley is running as a pro-military moderate who can fight the president's agenda and capture some of the outsider energy that has lifted Democrats elsewhere.</p><p>“I think that that fire, that drive, that desire for change, it’s not just contained to progressive voters,” she said in an interview. “People are sick of status quo politicians. They’re sick of the people who got us here.”</p><p>Lawler walks a Trump tightrope</p><p>Democrats want to claw back control of Congress by leveraging concerns over the U.S. war with Iran and an affordability crisis that's hitting everything from food to fuel to housing.</p><p>Lawler has heard a lot of those concerns firsthand, since they have been shouted at him during raucous town halls he's held in the district. He said it's possible to back Trump but also not agree with him on everything.</p><p>At a recent campaign event, Lawler told reporters he didn't support the president’s decision to end Temporary Protected Status for Haitian immigrants, noting he shepherded bipartisan legislation in the House to extend the policy and argued Haitians make up a critical part of his district’s healthcare workers.</p><p>After the event, Lawler told The Associated Press: “When I agree with the president, I’m willing to say it. And when I disagree with him, I’m willing to say it.”</p><p>“When it comes to President Trump, number one, he’s the president of the United States, and the idea that you just say ‘I hate you, I refuse to work with you,’ you get nowhere. Where does that get you in terms of serving your constituents or your districts? Too many of my colleagues on the other side of the aisle have taken that posture and they’ve gotten nothing done," he said.</p><p>Like other Democrats running this year, Conley has sought to play up her opponent’s relationship to Trump, painting the incumbent as too beholden to the president’s agenda on Iran, tariffs and cuts to the social safety net.</p><p>"Trump is throwing all the love on Lawler," she said, mentioning her opponent's recent rally in the district with the president. “Don’t tell me you stand up to him.”</p><p>Lawler's opponent aims to fend off progressive label</p><p>Conley, a former counterterrorism director at the National Security Council under President Joe Biden, has tried to distance herself from some progressive positions that could damage her in the district as Lawler moves to lump her in with urban liberals.</p><p>She said she doesn't want to defund the police, and she doesn't use the term genocide to describe Israel's military actions in Gaza. Instead, she argues voters are more concerned with the economy and “the corruption and greed” coming from the Trump administration. As Conley strolled through a Jewish music and arts festival in the district on a recent Sunday, one voter appeared to agree.</p><p>“We need to flip this Congress and fight the corruption,” Francine Goldstein, a 67-year-old retiree, said after greeting Conley at the event.</p><p>Lawler appeared to invite controversy recently by posting a picture of himself wearing a red jacket that he apparently previously used for a Michael Jackson costume in college.</p><p>A spokesperson for Lawler said the post — which included a caption that said “it’s a little snug, but it still fits!” — was intended as a joking reference to people saying his clothes were too tight in a recent campaign video.</p><p>But critics swiftly pointed out that Lawler had used blackface when he wore the jacket two decades ago, and the photos emerged during his last campaign. He apologized at the time and said the costume was meant to be “a genuine homage to one of my childhood idols.”</p><p>Shifting district lines have benefited Lawler</p><p>Lawler first won the seat in 2022 when he defeated former U.S. Rep. Sean Patrick Maloney, then the chair of the Democratic Congressional Campaign Committee. It was a major upset that came as Republicans flipped a handful of suburban New York House seats by gearing campaigns toward crime concerns.</p><p>In that race, Lawler was boosted, at least in part, after a bungled redistricting process by state Democrats resulted in a new court-ordered map that reshaped the seat.</p><p>Lawler then won a second term after defeating former U.S. Rep. Mondaire Jones by a wider margin. Jones held the seat before redistricting, but he struggled to adapt his progressive background to a new set of voters.</p><p>Lawler was victorious in the same election that the district supported former Vice President Kamala Harris over Trump. That year, Democrats were able to flip a few other battleground seats the party lost in the previous election, making Lawler's victory even more vexing for Democrats.</p><p>That dynamic has made the district a priority of national Democrats and their campaign spending groups, which are expected to make a big play for the seat this fall.</p><p>“Everybody who thinks they know what’s going to happen in November I think is fooling themselves,” Lawler said. ”This is not like any normal midterm.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2S32XX4O2VDX3XTG2PTMO6N5DM.jpg?auth=5dd65ce9653cab1119fc6a1b2a37f4aeb253d6ba2179eb6ff68306f5c3abfacd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Mike Lawler, R-N.Y., speaks at an event with President Donald Trump at Rockland Community College, Friday, May 22, 2026, in Suffern, N.Y. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHLH6Q7X54I3BM33ZOWM2NETLM.jpg?auth=2fe571b8234e63cec04a33c023130b5baee251b53b384c639c46b47356db8106&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Cait Conley poses for a portrait in New York, Sunday, Aug. 16, 2026. (AP Photo/Anthony Izaguirre)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Izaguirre</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BOUDJD6XVMK6NNYZY7UIQX5JQA.jpg?auth=8c5037f8b7ff1d29e07b66df5ac3be25f78fa8696d9d594660632c520600d6ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump shakes hands with Rep. Mike Lawler, R-N.Y., at Rockland Community College, May 22, 2026, in Suffern, N.Y. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Researchers catch sharks off NY's Hamptons, attach trackers to toothy predators]]></title><link>https://www.local10.com/tech/2026/09/01/researchers-catch-sharks-off-nys-hamptons-attach-trackers-to-toothy-predators/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/01/researchers-catch-sharks-off-nys-hamptons-attach-trackers-to-toothy-predators/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[SOUTHAMPTON, N.Y. (AP) — Just off one of New York’s famed Hamptons beaches, shark researcher Greg Metzger reels in one of the day’s prize catches: a young but powerful sand tiger shark.]]></description><pubDate>Tue, 01 Sep 2026 16:19:12 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHAMPTON, N.Y. (AP) — Just off one of New York’s famed Hamptons beaches, shark researcher Greg Metzger reels in one of the day’s prize catches: a young but powerful sand tiger shark.</p><p>He and another marine researcher quickly lasso the tail of the sharp-toothed female to the side of the boat and hold it steady as they take tissue samples and work to attach small data collection devices. Metzger marvels as the shark’s thick, rugged skin snaps a surgical-grade scalpel.</p><p>“It’s no surprise that they’ve been around since prehistoric times and they’re still going strong,” Metzger says as he stitches up the incision and sends it along its way.</p><p>Metzger and other researchers are catching, tagging and releasing a wide range of sharks as they seek to understand the local population and shed more light on one of the world’s few confirmed great white shark nurseries, where masses of young predators spend their first vulnerable years feeding and growing. Other white shark nurseries recognized globally are in the coastal waters off California, Mexico and Australia.</p><p>“It’s that initial fear of sharks that captures people’s imagination,” said Metzger, who also teaches marine science at Southampton High School. “Hopefully, through educational opportunities like today, we’ll be able to show that these sharks are far from mindless eating machines.”</p><p>Warmer waters are drawing tropical sharks north</p><p>The researchers attach different types of tags. One relays location by sending an acoustic signal that can be detected by monitoring receivers set up along the coast. Another measures depth and water temperature for several months, then pops off.</p><p>The data illustrates how sharks can cover vast distances in a year, said Bradley Peterson, the Stony Brook University marine scientist working with Metzger this particular day.</p><p>“Their tags are being detected in North Carolina and Georgia and Florida and the Gulf of Mexico, and then they’ll be back here the following year,” he said. “So a lot of them are coming up here to get themselves fueled up and fattened up.”</p><p>The research also suggests more varied species of sharks are coming up from more tropical southern waters during the summer months, as the waters off Long Island's coast and elsewhere are warming, likely due to climate change, said Frank Quevedo, executive director at the South Fork Natural History Museum and Nature Center, which is coordinating the research.</p><p>“We’re seeing more spinner sharks, more black tip sharks, more bull sharks,” he said as he showed off the Bridgehampton museum’s interactive exhibit on the work. “These are temperate sharks that utilize this habitat when the food source is here. So right now is like prime time.”</p><p>To be clear, the waters off Long Island have long been known to be a haven for all manner of sharks. The bestselling Peter Benchley novel “Jaws” was set in a fictional seaside town in the Hamptons before the blockbuster film version, which Netflix is bringing back to its streaming library Tuesday along with its sequels, was shot on location on Martha’s Vineyard, Massachusetts.</p><p>The International Shark Attack File, a database at the Florida Museum of Natural History, includes no records of a fatal shark attack on Long Island, though beachgoers have been bitten in recent years, including one this summer, prompting local officials to invest in safety measures, including shark-spotting drones.</p><p>“There’s this huge misconception that there’s this surge of sharks in Long Island waters. These sharks have always been here,” Metzger said. “A reason why we’re seeing more is because of technology. There’s more drones. Everybody’s got a cellphone now.”</p><p>Researchers are learning more about baby whites</p><p>Quevedo says baby whites are already about 4 feet (1.2 meters) long and weigh up to 80 pounds (36 kilograms) at birth, and they aren’t reared by their mothers, meaning they must immediately fend for themselves.</p><p>That's why they're drawn to the relatively shallow, coastal areas off Long Island, where they can safely feed on schools of fish away from other predators, including older sharks, he said.</p><p>“It’s just like in nursery school, where kids learn the basics,” Quevedo explained.</p><p>As they mature, the great whites head north to feast on larger prey, particularly the teeming colonies of seals along the beaches of Cape Cod in Massachusetts.</p><p>But as local waters warm, researchers have observed young whites venturing into New England waters sooner, bringing them dangerously close to the adult predators, Quevedo said.</p><p>Scientists hope research will inspire more shark conservation</p><p>When “Jaws” burst onto the cultural scene more than 50 years ago, it led to a surge in recreational fishing for great whites off the Hamptons that had a devastating effect, according to Quevedo.</p><p>Great whites don’t mate until they’re into their 20s and later, meaning many likely never had a chance to reproduce.</p><p>“When you kill a shark at a size of 10 years, that shark can only be a juvenile, never reproduced before,” Quevedo said. “So you’re wiping out that whole species, that whole population.”</p><p>Conservation efforts in recent decades have helped white sharks and others rebound, though their numbers are nowhere near what they likely were more than a century ago, he added.</p><p>“The predators are the ones that are balance keepers,” Quevedo said. “If we can protect apex predators around the world, you’re pretty much sustaining the world and keeping it as healthy as possible.”</p><p>___</p><p>Associated Press reporters Ted Shaffrey and Julie Walker contributed to this story.</p><p>___</p><p>Follow Philip Marcelo at https://x.com/philmarcelo</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HWYALGDWH5YLOXG3S3GTSRHYVY.jpg?auth=3c529b29006eac2e23d0c3aac437d00dafa316c2e7fd290d49ed3a5e39702d82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Greg Metzger, lead field biologist for SOFO's shark research and education program, catches a sand tiger shark off the coast of Hampton Bays, N.Y., Thursday, Aug. 20, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KIDYDNIUUVIEGZHGDOD5S53PAM.jpg?auth=361bb818dc89944ebaaa5d0c7f95e89e4d6f187353e539fa2669bef20f03c503&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by SOFO Sharks, members of the SOFO Shark research team tag a juvenile white shark in Montauk, N.Y., in Aug., 2020. (AP Photo/Seth Wenig)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/N2SPWYAN4ASK4SZIBEYJJHFGTE.jpg?auth=d9bcd8d42785bef11dc0dafafe27195279e8c3e4f66a1e90681c2f4010dbf9a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Greg Metzger, lead field biologist for SOFO's shark research and education program, catches a sand tiger shark off the coast of Hampton Bays, N.Y., Thursday, Aug. 20, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EB5VGPPL3TFVFOILYS6UJW44YY.jpg?auth=f05b374fe358a8776b65ac205d431b285237b8f89979b2132199bf424e236bf0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by SOFO Sharks, members of the SOFO Shark research team tag a juvenile white shark in Montauk, N.Y., in Aug., 2020. (AP Photo/Seth Wenig)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ELKFK3JZ3IE7WJS2ALIY3GPLPE.jpg?auth=a92a33769888129e5479881b7e65dbeafdd49089f58ab7dbf4d06b270d1e0139&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sand tiger shark is brought along side a boat after being caught for scientific study off the coast of Hampton Bays, N.Y., Thursday, Aug. 20, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[With elections nearing, battleground Republicans still waiting for Trump to open his campaign wallet]]></title><link>https://www.local10.com/news/politics/2026/09/01/with-elections-nearing-battleground-republicans-still-waiting-for-trump-to-open-his-campaign-wallet/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/01/with-elections-nearing-battleground-republicans-still-waiting-for-trump-to-open-his-campaign-wallet/</guid><dc:creator><![CDATA[By THOMAS BEAUMONT and JILL COLVIN, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — When Vice President JD Vance stepped on stage in Michigan on Monday, it was MAGA Inc. writing the check for the campaign event. It was a rare bit of spending in a battleground state from a powerful political organization that has mostly been missing in action this year.]]></description><pubDate>Tue, 01 Sep 2026 04:06:23 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — When Vice President JD Vance stepped on stage in Michigan on Monday, it was MAGA Inc. writing the check for the campaign event. It was a rare bit of spending in a battleground state from a powerful political organization that has mostly been missing in action this year.</p><p>With just over two months to go before the midterm elections, President Donald Trump is still sitting on most of his colossal war chest, and he's been growing his money pile instead of spending it.</p><p>Even though the president and his team insist they'll open their wallet soon, frustrations are growing as Republicans try to maintain control of Congress despite headwinds partially of Trump's own creation. While the president remains the party's best asset in turning out its base, he is historically unpopular, with low marks on his handling of the economy and the ongoing war in Iran that most Americans say was not worth fighting.</p><p>The ticking clock narrows Republicans' options because time on the airwaves gets more limited and more expensive as the election draws near.</p><p>“Hope springs eternal,” said Republican donor Dan Eberhart, one of many who have been left wondering about the president’s plans.</p><p>Texas is a particular issue, especially after Trump helped scandal-plagued state Attorney General Ken Paxton beat incumbent Sen. John Cornyn, turning what was supposed to be a safe Republican seat into a potential toss up.</p><p>Democratic nominee James Talarico has dramatically outraised Paxton, bringing in more than $68.5 million to Paxton’s $9 million. Talarico had more than $21.5 million cash on hand at the end of June, versus Paxton’s $1.75 million.</p><p>“We need help from the president,” Sen. John Kennedy, a Louisiana Republican, told Fox News over the weekend. “I’m hoping that the president is going to spend $100 or $200 million in Texas, but he hasn’t committed to it yet.”</p><p>MAGA I</p><p>nc. is the country's biggest political war chest</p><p>MAGA Inc. had more than $403 million at the end of July, according to the latest campaign finance filings, having brought in another $3 million over the course of the month and having spent practically nothing. That's more cash than any of the major party committees.</p><p>Its only major outlay so far has been in South Carolina, where the group invested nearly $830,000 on a last-minute get-out-the-vote push to help Sen. Darline Graham win the Republican nomination to succeed her late brother Lindsey Graham. The sum included about $774,000 on get-out-the-vote phone calls and $53,500 on text messages.</p><p>In the meantime, Trump has continued to raise money.</p><p>He headlined a Republican National Committee fundraiser in Texas last Thursday and participated in several MAGA Inc. meetings and a dinner at his golf course in Virginia on Saturday.</p><p>The group announced last week that it is planning to hold a series of rallies in battleground states, which started Monday with the Michigan event headlined by Vance.</p><p>MAGA Inc. will be spending in competitive races, according to an operative familiar with the group's plans who spoke on condition of anonymity to discuss the yet-to-be-announced investments.</p><p>That is expected to include ads highlighting the president and his accomplishments, which he has pushed to focus on despite his low approval ratings, a strategy first reported by The Atlantic.</p><p>The delay could have consequences</p><p>Some Republican campaign vendors such as advertisers, direct mail companies and canvassing firms were told in August by MAGA Inc. leaders to be ready for action. But they have not been made aware of a comprehensive plan, according to people with knowledge of the situation who requested anonymity to discuss private deliberations.</p><p>The delays come with consequences. Advertising rates are much higher at this late date in the campaign than they were in the spring when other organizations reserved airtime.</p><p>Indeed, some Republican strategists familiar with the status of the president’s still-developing plans said it is almost certainly too late for outside groups to even purchase advertising in key markets in Texas, where MAGA Inc. was asked by Senate Republican leadership to commit resources.</p><p>MAGA Inc. has been testing ads for Paxton, including one criticizing Talarico over rural hospital policy, but the ad has yet to air. People familiar with conversations said it might run online or on digital channels instead of on television.</p><p>While super PACs have traditionally spent big on television buys, the group also has other options.</p><p>Because the runoff campaign was so brief, the MAGA Inc. team worked to appeal directly to voters who feel loyal to Trump but are less likely to vote in non-presidential elections. Aides have discussed a similar approach in Texas, focused on outreach such as neighborhood canvassing, phone calls and mail specifically targeting those low-propensity voters, according to people with knowledge of the discussions.</p><p>Some Republican operatives who otherwise worry about limited time believe such an effort could make a difference as long as MAGA Inc. commits a significant amount of money to the effort.</p><p>Trump promises to spend money</p><p>The president and his team have said the money is coming soon.</p><p>“Of course,” Trump said when recently asked by Punchbowl News. “I’m going to help Republicans.”</p><p>James Blair, the former White House deputy chief of staff who left to run Trump's midterm operation, has also said money is on its way.</p><p>“The president is going to expend substantial resources to win the midterms,” he said in June on “The Sean Spicer Show.” “He cares deeply about the party winning, and anything he can do to support that he’s going to do and is already doing."</p><p>But Trump also has incentives to keep much of the money he has amassed.</p><p>As a lame-duck president constitutionally barred from running for a third term, maintaining a commanding sum in the bank would help him to continue to wield power. He proved this cycle that he is extremely adept at ousting members he opposes, and Republican candidates could continue traveling to Mar-a-Lago to seek his blessing in the years ahead.</p><p>As Trump told Punchbowl News about his campaign cash, “I can spend it on pretty much anything I want."</p><p>___ Colvin reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5HVYZLUPRPYTFCCF44NLOFQYOA.jpg?auth=3fda4caebc5a09484e9862f9847c9a75057114a4fa121ae70b4b46803c0c0062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump smiles during an event about drug prices, in the Oval Office of the White House, Monday, Aug. 31, 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[Massachusetts Democratic primary is a generational clash as Rep. Seth Moulton targets Sen. Ed Markey]]></title><link>https://www.local10.com/news/politics/2026/09/01/massachusetts-democratic-primary-is-a-generational-clash-as-rep-seth-moulton-targets-sen-ed-markey/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/01/massachusetts-democratic-primary-is-a-generational-clash-as-rep-seth-moulton-targets-sen-ed-markey/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[As Democrats across the U.S. signal an increasing appetite for change, U.S. Rep. Seth Moulton is hoping that momentum will help him oust longtime Massachusetts U.S. Sen. Ed Markey in Tuesday’s primary.]]></description><pubDate>Tue, 01 Sep 2026 18:12:35 +0000</pubDate><content:encoded><![CDATA[<p>As Democrats across the U.S. signal an increasing appetite for change, U.S. Rep. Seth Moulton is hoping that momentum will help him oust longtime Massachusetts U.S. Sen. Ed Markey in Tuesday’s primary.</p><p>Moulton, a moderate, is among the many Democrats who have called for generational change this year as they challenge much older opponents.</p><p>Markey, 80, has been a fixture in Massachusetts politics since the 1970s and is seeking a third six-year term. Moulton, 47, has repeatedly argued that the Democratic Party is stuck in the “status quo” and questioned Markey’s accomplishments during his lengthy time in office.</p><p>“People ought to ask, what are you going to accomplish in the next six years that you haven’t been able to accomplish in the last 50?” Moulton said.</p><p>Markey has pointed to Moulton’s more moderate positions to argue that it is Moulton — not the older incumbent — who is out of touch with Massachusetts voters. Markey has boasted about his 2022 climate bill and called for an end to the war in Iran to bring down energy costs.</p><p>He also sharply criticized Moulton for opposing “Medicare for All” — though Moulton has called for universal healthcare.</p><p>“He has a backwards-looking political agenda,” Markey said.</p><p>In heavily Democratic Massachusetts, the primary is considered the most critical election hurdle, and the winner is expected to prevail in the general election in November.</p><p>The Senate race is not the only generational challenge for Democrats on Tuesday's ballot. A similar dynamic is playing out in the 8th Congressional District, where Patrick Roath hopes to oust longtime incumbent Rep. Stephen Lynch, and in the 1st Congressional District of western Massachusetts, where progressive public school teacher Jeromie Whalen is running against Rep. Richard Neal.</p><p>Moulton's comments on transgender children have been an issue</p><p>During the campaign Markey repeatedly pointed out that Moulton, in 2024, raised eyebrows among some in the party for saying he did not want his daughters playing sports against transgender girls.</p><p>Critics said he was echoing President Donald Trump’s talking points against allowing transgender athletes in girls’ and women’s sports.</p><p>Moulton has since apologized for his remarks, saying it was not his intention to hurt the transgender community and stressing his support for other transgender rights bills.</p><p>“If you’re in the trans community or you’re a trans kid feeling the weight of the Trump administration and the Supreme Court, you matter,” Moulton said during an August debate. “You’re valued, and I will always have your back.”</p><p>Moulton, who enlisted in the Marines after the attacks on Sept. 11, 2001, and served four tours of duty in Iraq, was first elected to Massachusetts’ 6th Congressional District in 2014. He launched a 2020 presidential campaign but dropped it after a few months.</p><p>Markey was elected to the Senate in 2013. Before that he represented Massachusetts’ 7th Congressional District from 1976 to 2013.</p><p>Markey notably fended off a challenge in 2020 from Rep. Joe Kennedy III, a younger rival from one of the nation's most famous political families. Markey did so by aligning himself with the liberal wing of the Democratic Party.</p><p>Antoine Hilaire, a 76-year-old Democrat who voted for Markey in Brockton on Tuesday, said being older can be a positive because it offers people experience and wisdom.</p><p>“If the older one is doing the better job, I don’t know,” he said. “He’s doing a good job. It’s not a big, big, big problem.”</p><p>Longtime Democratic House incumbents also face younger challengers</p><p>Lynch, 71, has held the 8th District seat in south Boston since 2001. He faces Roath, a 39-year-old lawyer who contended that it is time to end “wait-your-turn” politics. Lynch stressed the value of experience inside Congress.</p><p>Lynch has fended off other youth challenges in the past, but Roath’s campaign is hoping for a boost of excitement after longtime Democratic incumbent U.S. Rep. John Larson was defeated by former Hartford Mayor Luke Bronin in August in neighboring Connecticut. Like Roath, Bronin called for the need for generational change while running against an establishment politician.</p><p>Meanwhile, the 1st District primary in western Massachusetts has pitted Neal, 77, against Whalen, 39.</p><p>Neal, known as the dean of the New England House delegation, was first elected in 1988. Whalen ran to the left of Neal, calling for Medicare for All and questioning whether Neal has done enough to oppose Trump’s agenda.</p><p>Whalen recently was endorsed by Our Revolution, a progressive organization founded by Sen. Bernie Sanders of Vermont.</p><p>___</p><p>Associated Press reporter Leah Willingham contributed from Brockton.</p><p>___</p><p>The story has been updated to correct Larson’s first name to John, from Jim.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B3HMTNYQFKFXXSXDXT6VMOY4OU.jpg?auth=c3dd863dedd9fa186cf0c9d8bc5a10e349d0fc95f79e29f13e10e44f6f2cd38a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ed Markey speaks during a Get Out the Vote event supporting Markey, Saturday, Aug. 29, 2026 in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWZEUHNGKCTBCLMNNFFYZM4RHA.jpg?auth=49fe154f254c6b8e4074c22063ace58ea4c6f321b39677456605ba977aa0ff45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Seth Moulton, D-Mass. who is campaigning to unseat Sen. Ed Markey, D-Mass., speaks to prospective voters Saturday, Aug. 29, 2026, in Wakefield, Mass. (AP Photo/Josh Reynolds)]]></media:description><media:credit role="author" scheme="urn:ebu">Josh Reynolds</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HZURBHGLMEKDV7FGDO7AII55ZY.jpg?auth=aa9e43e2cf05dadce9070c6085fde3337d976ce0cc726de3654658726ec594f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this combination photo, Sen. Ed Markey, D-Mass., speaks during a news conference at the Capitol in Washington, March 27, 2025, left, and Rep. Seth Moulton, D-Mass., speaks during a candidate forum, Aug. 3, 2019, in Las Vegas. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WRYTDIBBUN6YP4AW77GGSGW7J4.jpg?auth=e77412a226365efaafe24d873e657a857f03dc580ce4111cb1029b5aaba9582b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Roath, a Democrat candidate challenging U.S. Rep. Stephen Lynch (D-Mass.) in the 8th Congressional District, talks with residents at a retirement community, Wednesday, Aug. 26, 2026, in Westwood, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MIANEGRGJKHCLLJ6M2ZAHMBX3U.jpg?auth=b5b0453fbd940c76f5b63e61bdf869f51f7cab17fce214bd9dfde83011013fb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Stephen Lynch, D-Mass., speaks during a news conference on Feb. 18, 2026, in New Albany, Ohio. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item></channel></rss>