Daily Briefing: How to handle ICE encounters
Welcome to the Daily Briefing. Start with these reads:
- A judge argued Trump and the DOJ created a lawsuit he couldn’t lose.
- Daylight saving time could be a thing of the past.
- Will it cool down by fall?
Nicole Fallert here, bringing you the news to know on Tuesday.
Man fatally shot by ICE during Maine traffic stop
Homeland Security Secretary Markwayne Mullin said an ICE officer shot a man Monday in Maine after he “weaponized” his vehicle, citing a term ICE officials also used in describing the fatal shooting on July 7 by an ICE agent of Lorenzo Salgado Araujo in Houston.
The man shot in Maine was a 26-year-old native of Colombia with a work permit to be in the U.S., according to an immigrant rights group.
- How to handle ICE encounters: Here is what immigration and civil rights organizations want you to know about being stopped by ICE.
More news to know now
- Lindsey Graham’s replacement: Graham’s sister, Darline Graham Nordone, will be sworn in today to serve the remainder of his Senate term. Graham Nordone doesn’t have any political experience.
- Diarrhea data cuts: Last year, the Centers for Disease Control and Prevention program known as FoodNet cut monitoring for some pathogens, including cyclospora, which is behind a current outbreak.
- Conflicting accounts emerge about death of Nolan Wells: Speculation around Wells’ death has intensified as photos and video allegedly connected to the case have been shared online.
MLB
Jordan Walker takes it home!
Jordan Walker won the 2026 Home Run Derby on Monday in Philadelphia, becoming the first St. Louis Cardinals player to win the competition. Walker put in an insane rally late in the final.
World Cup
It’s Spain against France today!
Kylian Mbappé is key to France’s chances against Spain in today’s semifinal. The player trained yesterday and was declared fit despite leaving the pitch in last week’s game against Morocco. But his team faces a tough Spain bolstered by teen star Lamine Yamal, whose birthday wish is to win.
Before you go
- We want our own Erling Haaland taxidermy raccoon.
- See Zendaya’s perfect summer ensemble.
- Ma from “Little House” isn’t a trad wife.
Have feedback on the Daily Briefing? Shoot Nicole an email at NFallert@usatoday.com.
(function () { let route = window.ga_data.route, headline = route.headline || document.title, url = route.url, sponsoredText = (route.sponsoredSeries || route.sponsoredStory) ? 'Story From ' + route.sponsoredName + ': ' : '';
nsbFacebookURL(url, headline); nsbTwitterURL(url, headline, sponsoredText); nsbEmailURL(url, headline, sponsoredText); nsbSMSURL(url, headline, sponsoredText);
function nsbFacebookURL(url, headline) { let ele = document.querySelectorAll('.nsb-facebook'); if (!ele) return;
nsbSetLink(ele, `https://www.facebook.com/dialog/feed?app_id=${window.ga_data.site.facebook.appid}&redirect_uri=${window.location.href}&link=${url}&name=${encodeURIComponent(headline)}`); }
function nsbTwitterURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-twitter'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`); nsbSetLink(ele, `https://twitter.com/intent/tweet?text=${text} ${url} via @${window.ga_data.site.twitter.primary_account}`); }
function nsbEmailURL(url, headline, sponsoredText) { let description = document.querySelector('meta[name="description"]') ? encodeURIComponent(document.querySelector('meta[name="description"]').getAttribute('content')) : null, siteName = window.ga_data.site.publicationName, text = encodeURIComponent(`${sponsoredText}${headline}`);
if (!description && text) ele.remove(); else nsbSetLink(document.querySelectorAll('.nsb-email'), `mailto:?subject=${siteName} ${text}&body=From ${siteName}%0D%0A${text}%0D%0A${description}%0D%0A%0D%0A${url}%0D%0A%0D%0A%0D%0A%0D%0A`); }
function nsbSMSURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-text'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`) + '%0A%0A'; nsbSetLink(ele, `sms:?&body=${text}${encodeURIComponent(url)}`); }
function nsbSetLink (ele, url) { let links = ele; links.forEach(link => { link.setAttribute('href', url); }); } })();
function fireNavShareAnalytics (type) { try { let analytics = document.getElementById("pageAnalytics"), section = ga_data.route.sectionName || ga_data.route.ssts.split('/')[0]; if (analytics) { analytics.fireEvent(`${ga_data.route.basePageType}:${section}:nav-share-buttons:${type}`); } else { if (window.newrelic) window.newrelic.noticeError('page analytics tag not found'); } } catch (e) { if (window.newrelic) window.newrelic.noticeError(e); } }