Search a title or topic

Over 20 million podcasts, powered by 

Player FM logo

Dave Zed Podcasts

show episodes
 
Artwork

1
The Dr. Drew Podcast

PodcastOne / Carolla Digital

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Dr. Drew Pinsky, board certified internist and addiction medicine specialist, takes listener calls and talks to experts on a variety of topics relating to health, relationships, sex and drug addiction.
  continue reading
 
Artwork

1
Developer Voices

Kris Jenkins

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly+
 
Deep-dive discussions with the smartest developers we know, explaining what they're working on, how they're trying to move the industry forward, and what we can learn from them. You might find the solution to your next architectural headache, pick up a new programming language, or just hear some good war stories from the frontline of technology. Join your host Kris Jenkins as we try to figure out what tomorrow's computing will look like the best way we know how - by listening directly to the ...
  continue reading
 
Artwork

1
The Approach

World Gospel Mission

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
This is The Approach, where we help you walk with the next generation as they seek to use their gifts, talents, and experience to journey with Jesus and participate in the Great Commission. On this micro-cast we want to give you a snapshot of the next generation, provide you with tools to disciple, empower and pray for the next generation whether you’re a parent, teacher, coach, mentor, or friend. Each episode, we’ll cover a topic, a quick fact about Gen Z, or you might’ve heard them referre ...
  continue reading
 
Artwork

1
The Electric Underground Podcast

The Electric Underground Podcast

icon
Unsubscribe
icon
icon
Unsubscribe
icon
Monthly
 
Join your hosts Dave Tryxx aka DJ Last Level Boss and his long time boys Martin B & Bardi(and a revolving panel of buddies) as they dive into the finer points of the underground electronic music scene in an uncensored, honest and funny af podcast. Each week they'll be joined by a new guest ranging from promoters / label heads / artist / DJs and generally dope friends. keep up to date right here for new episodes as well as an *EXCLUSIVE* mix by a guest artist each and every week. Interested i ...
  continue reading
 
Loading …
show series
 
How confident are you when your test suite goes green? If you're honest, probably not 100% confident - because most bugs come from scenarios we never thought to test. Traditional testing only catches the problems we anticipate, but the 3am pager alerts? Those come from the unexpected interactions, timing issues, and edge cases we never imagined. In…
  continue reading
 
How would you build a Heroku-like platform from scratch? This week we're diving deep into the world of cloud platforms and infrastructure with Anurag Goel, founder and CEO of Render. Starting from the seemingly simple task of hosting a web service, we quickly discover why building a production-ready platform is far more complex than it appears. Why…
  continue reading
 
How hard is it to write a good database engine? Hard enough that sometimes it takes several versions to get it just right. Paul Dix joins us this week to talk about his journey building InfluxDB, and he's refreshingly frank about what went right, and what went wrong. Sometimes the real database is the knowledge you pick up along the way.... Paul wa…
  continue reading
 
If AI coding tools are here to stay, what form will they take? How will we use them? Will they be just another window in our IDE, will they push their way to the centre of our development experience, displacing the editor? No one knows, but Zach Lloyd is making a very interesting bet with the latest version of Warp. In this deep dive, Zach walks us…
  continue reading
 
Ever wondered why data integration is still such a nightmare in 2025? Marty Pitt has built something that might finally solve it. TaxiQL isn't just another query language - it's a semantic layer that lets you query across any system without caring about field names, API differences, or where the data actually lives. Instead of writing endless mappi…
  continue reading
 
At 23, Isaac is already jaded about software reliability - and frankly, he's got good reason to be. When your grandmother can't access her medical records because a username change broke the entire system, when bugs routinely make people's lives harder, you start to wonder: why do we just accept that software is broken most of the time? Isaac's ans…
  continue reading
 
How do you retrofit a clustered data-processing system to use cheap commodity storage? That’s the big question in this episode as we look at one of the many attempts to build a version of Kafka that uses object storage services like S3 as its main disk, sacrificing a little latency for cheap, infinitely-scalable disks. There are several companies t…
  continue reading
 
Java’s has been evolving faster than any 30 year old language has a right to do, and there’s probably no-one more pleased about it than my guest this week - Josh Long. He’s a Java & Kotlin programming, a JVM enthusiast in general, and an advocate for Spring, and he has chapters full of news about what’s been happening in Javaland over the past few …
  continue reading
 
I’m joined this week by one of the authors of Apache Kafka In Action, to take a look at the state of Kafka, event systems & stream-processing technology. It’s an approach (and a whole market) that’s had at least a decade to mature, so how has it done? What does Kafka offer to developers and businesses, and which parts do they actually care about? W…
  continue reading
 
Building a database is a serious undertaking. There are just so many parts that you have to implement before you even get to a decent prototype, and so many hours of work before you could begin working on the ideas that would make your database unique. Apache DataFusion is a project that hopes to change all that, but building an extensible, composa…
  continue reading
 
Jupyter’s become an incredibly popular programming and data science tool, but how does it actually work? How have they built an interactive language execution engine? And if we understand the architecture, what else could it be used for? Joining me to look inside the Jupyter toolbox are Afshin Darian and Sylvain Corlay, two of Jupyters long-standin…
  continue reading
 
Ever since we invented makefiles, the programming world has been wrestling with the problem of building software stacks reliably. This week we’re going to look at one of the most ambitious solutions available - Nix. Nix tries to do everything from invoking your compiler to installing your language, and even providing your operating system. But how …
  continue reading
 
Graphite is a new image editor with an interesting architecture - it’s a classic UI-driven app, an image-manipulation language, and a library of programmable graphics primitives that any Rust coder could use, extend or add to. The result is something that you can use like Photoshop or Inkscape, or make use of in batch pipelines, a bit like ImageMag…
  continue reading
 
ReScript is a strongly-typed programming language that compiles to JavaScript, and that puts it squarely in competition with TypeScript. So why would a JavaScript developer choose to learn it next? What does it offer that makes it a tempting proposition? And how are the ReScript developers making life easier for anyone who wants to make the switch?…
  continue reading
 
Trustfall is a library based on a simple question - what happens if we can query absolutely anything? If you could join REST APIs and databases with filesystems and dockerfiles? It’s possible in theory because those are all just datasources. Predrag Gruevski is trying to make it easy by building a universal query engine, with pluggable datasources,…
  continue reading
 
Dimitris Kyriakoudis is a researcher, programmer and musician who's combining all three talents to build dedicated music hardware. Specifically a device called the µseq, which reads Lisp programs and uses them to drive synthesizers to make music. In this episode we go through the full platform that he's building, from soldering resistors to an RPi …
  continue reading
 
If you want to build really large software systems well, you have to stop thinking of them as just software systems. Beyond a certain size, everything your software touches becomes part of the wider system. You’re part of the system, your users are part of the system, and every other employee & department & priority eventually forms part of that sy…
  continue reading
 
To kick off 2025 we’re looking at Fyrox a game engine built in Rust, largely by one person - Dmitry Stepanov. For an individual project, it’s covered an incredible amount of ground, covering the rendering and animation features you’d expect from a game engine, with some features that might surprise you - like Rust scripting support with hot-reloadi…
  continue reading
 
Integration testing is always a tricky thing, fraught with problems setting up the right environment and attempting to control the system’s state. That’s particularly true when you’re dealing with a mix of software and hardware, and even worse when you don’t have control of what the hardware can do. This week I’m joined by Dave Lucia of TVLab’s, wh…
  continue reading
 
Sam Aaron is the creator of Sonic Pi, one of the most unusual software platforms you’ll encounter. It’s a live-coding playground for making music. A tool that lets you write code that defines sounds and musical phrases, and build up a hole program that plays anything from a short bleep to a whole nightclub set. And Sam’s creator has been using it l…
  continue reading
 
Evan Czaplicki—the creator of the Elm programming language —joins me to discuss the state and future of Elm, the friendly, type-safe functional programming language. On many fronts Elm has been a huge success: it’s been popular with new and seasoned programmers alike; it’s helped push several language ideas into the mainstream; it’s been a key part…
  continue reading
 
This week we’re going to look at the most essential piece of firmware in a programmer’s toolkit - the brain. I’m joined by Chris Ferdinandi to explore what it’s like to be a programmer with ADHD. It’s an unusual topic for the channel, but the more I spoke to him, the more I wanted to know what coding is like when your brain is wired differently, ho…
  continue reading
 
What have we learned from more than a decade of deploying microservices? Was it a good idea? Are we any better at figuring out what a microservice is, or where its boundaries lie? Does splitting things up create fragmentation problems? And is it too late to put the genie back in the bottle? This week we’re going to look at all these questions and m…
  continue reading
 
Pony is a language born out of what should be a simple need - actor-style programming with C performance. On the face of it, that shouldn’t be too hard to do. Writing an actor framework isn’t trivial, but it’s well-trodden ground. The hard part is balancing performance and memory management. When your actors start passing hundreds of thousands of c…
  continue reading
 
This week, Dr. Drew talks with comedian and writer Mike Glazer, whose journey has taken him from the roller hockey rink to the comedy stage. Mike shares insights into his experiences with mental health, including struggles with OCD, depression, and family challenges. He opens up about shifting from partying tales to more introspective stand-up, as …
  continue reading
 
This week we take a look at Bevy, a new game engine written in Rust. And in particular, we look at a core component of Bevy that has something to teach you even if you never write a game: its Entity Component System, or ECS. An ECS is an approach to managing complex systems with large numbers of moving parts, that takes some inspiration from the Re…
  continue reading
 
This week, Dr. Drew welcomes back fitness expert and documentary filmmaker Vinnie Tortorich to discuss the ever-evolving world of health and nutrition. Vinnie shares updates on his latest documentary, Dirty Keto, and dives into the challenges of distributing a film that exposes the food industry’s deceptive marketing tactics. They also reflect on t…
  continue reading
 
Given how many languages have been written in C over the years, it’s not surprising to see new languages being written in Rust. What is surprising about this week’s guest is the domain he’s writing for: Computer Aided Design (CAD). Could Rust be sneaking its way into the CAD world too? Joining me to discuss the design and implementation of a CAD pr…
  continue reading
 
This week, Dr. Drew welcomes back musician and addiction counselor, Bob Forrest, for a candid discussion on addiction, recovery, and personal growth. Bob opens up about his son’s emerging music career, the challenges of parenting, and his wife’s battle with addiction and postpartum depression. Together, they explore the evolving landscape of addict…
  continue reading
 
For some kinds of application, there is no faster or cheaper way to build a user interface than in the terminal. Sure, it’s not going to suit every kind of user out there, but for those of us that are happy on the command line, rich Text User Interfaces (or TUIs) open all the exploration and discoverability benefits of a GUI are a fraction of the d…
  continue reading
 
This week, Dr. Drew talks with Dr. Andrew Hartz, founder of the Open Therapy Institute, about the growing influence of political bias in the mental health field. Dr. Hartz explains how therapy has shifted away from being patient-centered, with an increasing number of therapists imposing their political ideologies during sessions. They discuss how t…
  continue reading
 
Lustre is a web framework that takes a lot of inspiration from Elm, some from React, and a surprising amount from Erlang’s actor model, to provide a library that blurs the lines between executing on the client, or on the server. Support Developer Voices on Patreon: https://patreon.com/DeveloperVoices Support Developer Voices on YouTube: https://www…
  continue reading
 
This week, Dr. Drew talks to journalist and author Julia Hotz. Julia shares insights from her book, The Connection Cure, exploring how loneliness affects our health as severely as smoking 15 cigarettes a day. Together with Dr. Drew, they unpack the concept of "social prescribing"—a revolutionary approach where doctors prescribe activities like volu…
  continue reading
 
I’m always interested in what factors shape the design of a programming language. This week we’re taking a look at a language that’s wholly shaped by its need to support a very specific kind of program - audio processing. Anything from creating a simple echo sound effect, to building an entire digital instrument based on a 17th-century harpsichord.…
  continue reading
 
This week Dr. Drew talks to physician and researcher Dr. Eugene Lipov. They discuss PTSD and the research that could change the way we treat PTSD symptoms. His book, "The Invisible Machine", is available now.Book on Amazon: www.amazon.com/Invisible-Machine-Startling-Scientific-Breakthrough/See Privacy Policy at https://art19.com/privacy and Califor…
  continue reading
 
This week we take a look at what you can do with a GPU when you get away from just using it to draw polygons. Agnès Leroy has spent most of her career programming, optimizing and converting programs to run on that oh-so-curious piece of specialised processing hardware, and we go through all the places that journey has taken her. From simulating the…
  continue reading
 
This week, Dr. Drew talks to singer and sound healing expert Jeralyn Glass. Jeralyn shares her remarkable journey from Broadway and opera stages to her work with crystal singing bowls, a practice she turned to in order to help process her own grief. Together, they discuss how sound therapy can alleviate deep emotional pain, reduce stress, and promo…
  continue reading
 
OCaml has one of the best-loved compilers available, and parts of it are surprisingly pluggable, so it’s not surprising that someone would eventually try to wed OCaml with JavaScript and the web browser. In fact, the ecosystem has gone further, and there are now a bevvy of options for people who want to write OCaml and run it in the browser, or wan…
  continue reading
 
This week, Dr. Drew has a follow-up discussion with Dr. Patrick McGrath, Chief Clinical Officer at NOCD, a leading platform for virtual OCD therapy. Dr. McGrath describes the complexities of treating Obsessive-Compulsive Disorder (OCD) and related conditions, such as hoarding, body-focused repetitive behaviors, and trichotillomania (hair-pulling). …
  continue reading
 
This week, Dr. Drew talks to Dr. Patrick McGrath, Chief Clinical Officer at NOCD, as they discuss the complexities of Obsessive-Compulsive Disorder (OCD) and its related conditions. Dr. McGrath sheds light on the challenges of diagnosing and treating OCD, the benefits of exposure and response prevention therapy, and how virtual therapy has transfor…
  continue reading
 
This week Dr. Drew talks to psychotherapist and anxiety specialist Jennie Crooks. Jennie and Drew discuss recovery, attachment styles, anxiety and exposure therapy. West Coast Anxiety: https://www.instagram.com/westcoastanxietySee Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-i…
  continue reading
 
Mapping is a hugely complex task to take on. Even if you moved as much of the data-management as you can out to 3rd-party services, you’d still have a tonne of work to do weaving together map tiles, routing information, GPS data, points of interest, search and more. And as if that wasn’t enough, you’d probably want that software to work on a whole …
  continue reading
 
Loading …
Copyright 2025 | Privacy Policy | Terms of Service | | Copyright
Listen to this show while you explore
Play