
Daily Briefing: TSA workers will be paid
Welcome to the Daily Briefing. Start the day with these headlines:
- Check if your Thermos was recalled.
- King Charles III toured Shenandoah National Park.
- “It’s gonna be May.”
Nicole Fallert here, recovering from the Taylor Swift “Toy Story” countdown saga. Transportation Security Administration agents can work Friday knowing they’ll get paid. And we meet a Kentucky Derby horse.
House finally ends record-breaking Homeland Security shutdown
It felt as long as a winding airport security line: A 75-day Department of Homeland Security shutdown ended Thursday when the House of Representatives passed a funding bill for the agency with seemingly unanimous support, sending it to President Donald Trump’s desk.
The ordeal, which exposed fierce acrimony between House and Senate Republicans, left thousands of workers without pay, upended air travel and jeopardized Americans’ safety.
The impasse was prompted by congressional Democrats’ demands for immigration enforcement reforms after the killings of Alex Pretti and Renee Nicole Good in Minnesota earlier this year. Yet the big changes they wanted, such as a ban on masks for officers and judicial warrant requirements for immigration raids, never materialized.
More news to know now
- Trump signals Iran blockade could last months. President Trump said the U.S. is currently in “what some people would call” a war with Iran, a new distinction from the president one day before the Trump administration prepares to cross the 60-day threshold to receive congressional approval for the war or withdraw troops from Iran.
- She’s held the title of “farmer.” Dr. Nicole Saphier is Trump’s new pick for U.S. surgeon general. Here’s what she’s said on health topics, including vaccines.
- Is “heroin chic” back? Lately, there’s concern about a “larger cultural swing towards the thin ideal yet again,” says Sam DeCaro, director of clinical outreach and education at The Renfrew Center, which specializes in eating disorder treatment.
Hollywood
A family affair
They’re not just costars; they’re also family. Stanley Tucci and Emily Blunt together earned their stars on the Hollywood Walk of Fame on Thursday a day before “Devil Wears Prada 2” releases in theaters. Read our review.
2026 Kentucky Derby
So Happy is your Derby horse to cheer for
The horse named So Happy, who sold for a modest $20,000 at a yearling sale, is headed for the Kentucky Derby this weekend. He is listed at 15-1 by TwinSpires.com for the race May 2 at Churchill Downs in Louisville, and So Happy also stands at the center of a heartbreaking and heartwarming story. And here’s how to make a mint julep for the race.
Before you go
- Tom Holland talked to USA TODAY about sobriety.
- We’re listening to new Kacey Musgraves music.
- Sophie Cunningham was all of us after Blake Shelton crashed her practice.
Have feedback on the Daily Briefing? Shoot Nicole an email at NFallert@usatoday.com.
html a.nsb-link,html .primary-content a.nsb-link{box-shadow:0 0;cursor:pointer;height:var(–spacer-twentyfour,24px);margin-right:var(–spacer-twentyfour,24px);text-shadow:none;width:var(–spacer-twentyfour,24px)}a.nsb-link span{max-width:0;overflow:hidden;position:absolute;visibility:hidden}.nsb-svg{height:var(–spacer-twentyfour,24px);width:var(–spacer-twentyfour,24px)}.nsb-twitter-button{fill:var(–social-twitter,#4099ff)}.nsb-email-button{fill:var(–color-dove-gray,#787878)}.nsb-facebook-button{fill:var(–social-facebook,#3b5998)}.nsb-sms-button{fill:var(–color-ui-green,#008c33)}.nsb-svg.gallery{fill:var(–color-ui-white,#fff)}
(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);
}
}