Multiple demonstrators at a march to support Israeli hostages suffer burn injuries after the FBI says a suspect used a makeshift flamethrower and yelled, “Free Palestine.” Ukraine launches a surprise attack deep inside Russia using smuggled shipping containers and drones. And massive Canadian wildfires prompt evacuations and concerns about air quality in the U.S.
Facial recognition systems use artificial intelligence to analyze patterns in faces, and they've come under increasing scrutiny, particularly in policing. There have been multiple instances of false positives leading to the arrest and detainment of innocent people. There's no federal regulation of this technology, but at least a dozen states have laws that limit its use. So, some law enforcement authorities have turned to a new system called Track, made by a company called Veritone. It doesn't analyze faces, but looks to the rest of the body for clues — things like clothing, body type or hair — according to recent reporting by James O'Donnell for MIT Technology Review.
A terrorist assaults and injures several, including children, with molotov cocktails at a walking event in support of the remaining Hamas-held hostages in Boulder, Colorado.
Legacy media outlets like CNN, CBS, and the Washington Post are lambasted for dishonest news coverage.
Minnesota Governor Tim Walz calls on Democrats to change tactics by being “meaner.”
Thanks for making The Daily Signal Podcast your trusted source for the day’s top news. Subscribe on your favorite podcast platform and never miss an episode.
Every single rocket that has ever been launched into space has been a rocket that burned some sort of fuel.
These chemical fuel rockets have worked well for making the short trip to orbit. Beyond that point, however, they are not necessarily the best option for space travel.
There are a host of proposed methods for space travel that don’t involve rockets, some of which have already been tested.
Learn more about alternative forms of space flight and the possible future of space exploration on this episode of Everything Everywhere Daily.
In the latest installment of the ongoing interview series with contributing editor Mark Bauerlein, Joy Pullmann joins in to discuss her recent book, "False Flag: Why Queer Politics Mean the End of America."
Intro music by Jack Bauerlein.
If you want to leverage the power of LLMs in your Python apps, you would be wise to consider an agentic framework. Agentic empowers the LLMs to use tools and take further action based on what it has learned at that point. And frameworks provide all the necessary building blocks to weave these into your apps with features like long-term memory and durable resumability. I'm excited to have Sydney Runkle back on the podcast to dive into building Python apps with LangChain and LangGraph.
Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 10am PT. Older video versions available there too.
Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it.
Tech stack: The technology choices behind the product are surprisingly simple; dare I say, pragmatic!
Python: most of the product’s code is written in this language.
FastAPI: the Python framework used for building APIs quickly, using standard Python type hints. As the name suggests, FastAPI’s strength is that it takes less effort to create functional, production-ready APIs to be consumed by other services.
C: for parts of the code that need to be highly optimized, the team uses the lower-level C programming language
Temporal: used for asynchronous workflows and operations inside OpenAI. Temporal is a neat workflow solution that makes multi-step workflows reliable even when individual steps crash, without much effort by developers. It’s particularly useful for longer-running workflows like image generation at scale
This is related to speeding up a test suite, speeding up necessary imports.
Finding what’s slow
Use python -X importtime <the reset of the command
Ex: python -X importtime ptyest
Techniques
Lazy imports
move slow-to-import imports into functions/methods
Avoiding circular imports
hopefully you’re doing that already
Optimize __init__.py files
Avoid unnecessary imports, heavy computations, complex logic
Notes from Brian
Some questions remain open for me
Does module aliasing really help much?
This applies to testing in a big way
Test collection imports your test suite, so anything imported at the top level of a file gets imported at test collection time, even if you only are running a subset of tests using filtering like -x or -m or other filter methods.
Run -X importtime on test collection.
Move slow imports into fixtures, so they get imported when needed, but NOT at collection.
A lively story of death, What to Expect When You're Dead: An Ancient Tour of Death and the Afterlife (Princeton University Press, 2025) by Dr. Robert Garland explores the fascinating death-related beliefs and practices of a wide range of ancient cultures and traditions—Mesopotamian, Egyptian, Hindu, Jewish, Zoroastrian, Etruscan, Greek, Roman, Early Christian, and Islamic. By drawing on the latest scholarship on ancient archaeology, art, literature, and funerary inscriptions, Dr. Garland invites readers to put themselves in the sandals of ancient peoples and to imagine their mental state moment by moment as they sought—in ways that turn out to be remarkably similar to ours—to assist the dead on their journey to the next world and to understand life’s greatest mystery. What to Expect When You’re Dead chronicles the ways ancient peoples answered questions such as: How to achieve a good death and afterlife? What’s the best way to dispose of a body? Do the dead face a postmortem judgement—and where do they end up? Do the dead have bodies in the afterlife—and can they eat, drink, and have sex? And what can the living do to stay on good terms with the nonliving? Filled with intriguing stories and frequent humor, What to Expect When You’re Dead will be a morbidly delicious treat for every reader alive.
This interview was conducted by Dr. Miranda Melcher whose new book focuses on post-conflict military integration, understanding treaty negotiation and implementation in civil war contexts, with qualitative analysis of the Angolan and Mozambican civil wars.
Live from Capital Turnaround in Washington, D.C., Leah, Kate, and Melissa wade right into the swamp, breaking down the (very weird, very disturbing) sexual harassment claims against Texas’s ex-solicitor general, Judd Stone and holding their noses to read Coach Brett Kavanaugh’s opinion on the National Environmental Policy Act. Then, the hosts welcome special guests Ambassador Norm Eisen and Emily Amick, author of the Substack, Emily in Your Phone, to talk about the avalanche of litigation against the Trump administration and reproductive rights (and wrongs), respectively.