The Stack Overflow Podcast - Better vibes and vibe coding with Gemini 2.5

Gemini 2.5 is DeepMind’s most advanced model yet, with strong reasoning and coding capabilities. 

Connect with Tulsee on LinkedIn.

Connect with Logan on LinkedIn and Stack Overflow

Check out our previous episode with Logan, we discussed his unique path from coding to AI to product, the challenges of non-determinism in AI models, and surprising lessons from working at the Apple Store.

Congrats to Populous badge winner Pascal MARTIN for answering the question PHP echo vs PHP short echo tags.

Big Technology Podcast - WWDC Dispatch: Apple Refines in a Reinvention Era

Alex Kantrowitz joins live from WWDC, where Apple just announced a number of new design changes including a completely updated operating system with 'Liquid Glass' styling. But in an era of reinvention, where AI is at the center of the technology's evolution, Apple introduced a number of refinements. This short, solo episode looks at Apple's strategy, vision, and execution in a changing moment for the tech industry.


---

Enjoying Big Technology Podcast? Please rate us five stars ⭐⭐⭐⭐⭐ in your podcast app of choice.

Want a discount for Big Technology on Substack? Here’s 25% off for the first year: https://www.bigtechnology.com/subscribe?coupon=0843016b

Questions? Feedback? Write to: bigtechnologypodcast@gmail.com

Python Bytes - #435 Stop with .folders in my ~/

Topics covered in this episode:
Watch on YouTube

About the show

Sponsored by us! Support our work through:

Connect with the hosts

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.

Michael #1: platformdirs

  • A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
  • Why the community moved on from appdirs to platformdirs
  • At AppDirs:
    • Note: This project has been officially deprecated. You may want to check out pypi.org/project/platformdirs/ which is a more active fork of appdirs. Thanks to everyone who has used appdirs. Shout out to ActiveState for the time they gave their employees to work on this over the years.
  • Better than AppDirs:
    • Works today, works tomorrow – new Python releases sometimes change low-level APIs (win32com, pathlib, Apple sandbox rules). platformdirs tracks those changes so your code keeps running.
    • First-class typing – no more types-appdirs stubs; editors autocomplete paths as Path objects.
    • Richer directory set – if you need a user’s Downloads folder or a per-session runtime dir, there’s a helper for it.
    • Cleaner internals – rewritten to use pathlib, caching, and extensive test coverage; all platforms are exercised in CI.
    • Community stewardship – the project lives in the PyPA orbit and gets security/compatibility patches quickly.

Brian #2: poethepoet - Poe the Poet is a batteries included task runner that works well with poetry or with uv.”

Michael #3: Python Pandas Ditches NumPy for Speedier PyArrow

  • Pandas 3.0 will significantly boost performance by replacing NumPy with PyArrow as its default engine, enabling faster loading and reading of columnar data.
  • Recently talked with Reuven Lerner about this on Talk Python too.
  • In the next version, v3.0, PyArrow will be a required dependency, with pyarrow.string being the default type inferred for string data.
  • PyArrow is 10 times faster.
  • PyArrow offers columnar storage, which eliminates all that computational back and forth that comes with NumPy.
  • PyArrow paves the way for running Pandas, by default, on Copy on Write mode, which improves memory and performance usage.

Brian #4: pointblank: Data validation made beautiful and powerful

  • “With its … chainable API, you can … validate your data against comprehensive quality checks …”

Extras

Brian:

Michael:

Joke: Does your dog bite?

Big Technology Podcast - Apple’s AI ‘Gap Year’ at WWDC?, Elon Vs. Trump Goes Nuclear, NYTimes’ OpenAI Attack

Ranjan Roy from Margins is back for our weekly discussion of the latest tech news. We cover: 1) What's coming at Apple's WWDC developer conference 2) Apple may be taking an AI gap year 3) Apple's Upcoming AI bets 4) Airpods enhancements 5) Apple's new operating system 6) Why Apple should buy Perplexity 7) Is Perplexity positioning itself for a sale 8) Elon vs. Trump explodes 9) What the fight means for Tesla, SpaceX, the Tech Right, and Musk's legacy 10) Why Elon needs robotaxis more than ever 11) Problems at DOGE 11) OpenAI forced to preserve our chats to due New York Times lawsuit.

---

Enjoying Big Technology Podcast? Please rate us five stars ⭐⭐⭐⭐⭐ in your podcast app of choice.

Want a discount for Big Technology on Substack? Here’s 25% off for the first year: https://www.bigtechnology.com/subscribe?coupon=0843016b

Questions? Feedback? Write to: bigtechnologypodcast@gmail.com

Code Story: Insights from Startup Tech Leaders - S11 Bonus: Emmanuel Straschnov, Bubble

Emmanuel Straschnov grew up in rural France, which is interestingly enough where he started doing computer stuff (he mentioned there wasn't much else to do in the 90's). He grew up sailing, as he lived next to the shore in Normandy. He never really thought he would end up coding, but after obtaining his MBA, he ended up doing just that. Outside of tech, he is married with 2 children. He mentions that most of his hobby time is devoted to them, but on occasion, he likes to travel, continue sailing, and to sing.

Many years ago, Emmanuel noticed that there were a lot of people searching for technical founders, and using services to find technical founders. He thought this to be wrong, as many people have product ideas and just need a product to help them build it... so, he created something just for them.

This is the creation story of Bubble.

Sponsors


Links



Our Sponsors:
* Check out Vanta: https://vanta.com/CODESTORY


Support this podcast at — https://redcircle.com/code-story/donations

Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy

Talk Python To Me - #508: Program Your Own Computer with Python

If you've heard the phrase "Automate the boring things" for Python, this episode starts with that idea and takes it to another level. We have Glyph back on the podcast to talk about "Programming YOUR computer with Python." We dive into a bunch of tools and frameworks and especially spend some time on integrating with existing platform APIs (e.g. macOS's BrowserKit and Window's COM APIs) to build desktop apps in Python that make you happier and more productive. Let's dive in!

Episode sponsors

Posit
Agntcy
Talk Python Courses

Glyph on Mastodon: @glyph@mastodon.social
Glyph on GitHub: github.com/glyph

Glyph's Conference Talk: LceLUPdIzRs: youtube.com
Notify Py: ms7m.github.io
Rumps: github.com
QuickMacHotkey: pypi.org
QuickMacApp: pypi.org
LM Studio: lmstudio.ai
Coolify: coolify.io
PyWin32: pypi.org
WinRT: pypi.org
PyObjC: pypi.org
PyObjC Documentation: pyobjc.readthedocs.io
Watch this episode on YouTube: youtube.com
Episode #508 deep-dive: talkpython.fm/508
Episode transcripts: talkpython.fm

--- Stay in touch with us ---
Subscribe to Talk Python on YouTube: youtube.com
Talk Python on Bluesky: @talkpython.fm at bsky.app
Talk Python on Mastodon: talkpython
Michael on Bluesky: @mkennedy.codes at bsky.app
Michael on Mastodon: mkennedy

Lex Fridman Podcast - #471 – Sundar Pichai: CEO of Google and Alphabet

Sundar Pichai is CEO of Google and Alphabet.
Thank you for listening ❤ Check out our sponsors: https://lexfridman.com/sponsors/ep471-sc
See below for timestamps, transcript, and to give feedback, submit questions, contact Lex, etc.

Transcript:
https://lexfridman.com/sundar-pichai-transcript

CONTACT LEX:
Feedback – give feedback to Lex: https://lexfridman.com/survey
AMA – submit questions, videos or call-in: https://lexfridman.com/ama
Hiring – join our team: https://lexfridman.com/hiring
Other – other ways to get in touch: https://lexfridman.com/contact

EPISODE LINKS:
Sundar’s X: https://x.com/sundarpichai
Sundar’s Instagram: https://instagram.com/sundarpichai
Sundar’s Blog: https://blog.google/authors/sundar-pichai/
Google Gemini: https://gemini.google.com/
Google’s YouTube Channel: https://www.youtube.com/@Google

SPONSORS:
To support this podcast, check out our sponsors & get discounts:
Tax Network USA: Full-service tax firm.
Go to https://tnusa.com/lex
BetterHelp: Online therapy and counseling.
Go to https://betterhelp.com/lex
LMNT: Zero-sugar electrolyte drink mix.
Go to https://drinkLMNT.com/lex
Shopify: Sell stuff online.
Go to https://shopify.com/lex
AG1: All-in-one daily nutrition drink.
Go to https://drinkag1.com/lex

OUTLINE:
(00:00) – Introduction
(00:07) – Sponsors, Comments, and Reflections
(07:55) – Growing up in India
(14:04) – Advice for young people
(15:46) – Styles of leadership
(20:07) – Impact of AI in human history
(32:17) – Veo 3 and future of video
(40:01) – Scaling laws
(43:46) – AGI and ASI
(50:11) – P(doom)
(57:02) – Toughest leadership decisions
(1:08:09) – AI mode vs Google Search
(1:21:00) – Google Chrome
(1:36:30) – Programming
(1:43:14) – Android
(1:48:27) – Questions for AGI
(1:53:42) – Future of humanity
(1:57:04) – Demo: Google Beam
(2:04:46) – Demo: Google XR Glasses
(2:07:31) – Biggest invention in human history

PODCAST LINKS:
– Podcast Website: https://lexfridman.com/podcast
– Apple Podcasts: https://apple.co/2lwqZIr
– Spotify: https://spoti.fi/2nEwCF8
– RSS: https://lexfridman.com/feed/podcast/
– Podcast Playlist: https://www.youtube.com/playlist?list=PLrAXtmErZgOdP_8GztsuKi9nrraNbKKp4
– Clips Channel: https://www.youtube.com/lexclips

Code Story: Insights from Startup Tech Leaders - S11 Bonus: Clayton Gentry, Podstock

Clayton Gentry has been digitally oriented his whole life. When he was younger, he was into photography and making videos with his friends and for school - either highlight videos for school events or promotional videos for businesses. He's always liked making things look good on a screen, and was attracted to the art of it - which, he attributes to his mother's genes. These days, he lives in Brooklyn, plays guitar, and likes to run in Prospect Park near his home.

Toward the end of 2022, Clayton and his co-founder, Michael, re-connected on starting something new. Given Michael had extensive industry knowledge in the podcast world, Clayton and he combined their super powers to take on the multi-platform nature of podcasting.

This is the creation story of Podstock.

Sponsors


Links



Our Sponsors:
* Check out Vanta: https://vanta.com/CODESTORY


Support this podcast at — https://redcircle.com/code-story/donations

Advertising Inquiries: https://redcircle.com/brands

Privacy & Opt-Out: https://redcircle.com/privacy

The Government Huddle with Brian Chidester - Breaking the Huddle: The State of Social Services – Navigating Change to Preserve Critical Programs (Part 3)

Andrew McClanahan, Senior Director at LexisNexis Risk Solutions for Government Relations rejoins for Part Three of the conversation around government program integrity and we tackle the urgent "so what" in today’s government assistance landscape — what can agencies actually do to strengthen their fraud, waste, and abuse defenses amid tightening budgets, AI-driven bot attacks, and mounting operational pressures? We also unpack practical, tech-enabled strategies for modernizing fraud prevention frameworks, streamlining verification processes, and improving both customer experience and staff retention.