POPULARITY
Categories
See omnystudio.com/listener for privacy information.
If the idea of FaceTime sex makes you want to immediately close your laptop and never speak of it again, I get it — but hear me out. Whether you're in a long-distance relationship, traveling, or just looking to try something new with a partner you see every day, virtual sex is one of the most underrated tools for keeping intimacy alive. And when you do it right, it's genuinely hot. In this episode, I'm walking you through everything you need to know — from the practical setup to what to actually say — so it stops feeling awkward and starts feeling like real sex. In this episode, you'll learn: • How to actually set up, prepare, and get in the mood before the call — including the one thing you can do beforehand that builds confidence and arousal at the same time • What to say during FaceTime sex, even if dirty talk doesn't come naturally to you — plus how to use past memories, future fantasies, and simple direction to keep things moving • How to handle it when your partner's virtual kinks don't match yours, when sexting with someone outside your relationship starts bleeding into your real one, and how to know when a sexting session is actually over This episode is sponsored by... LELO SONA 3 – https://lelo.to/HX2gO (Use code SWE20 for a stackable 20% off!) More Dr. Emily: • Shop With Emily! Explore Emily's favorite toys, pleasure accessories, bedroom essentials, and more — designed to support your pleasure and confidence. Free shipping on orders $99+ (some exclusions apply).5 • Interested in 1:1 Coaching with Emily? Go to sexwithemily.com/coaching to apply! • Sex With Emily Guides: Explore pleasure, deepen connections, and enhance intimacy using these Sex With Emily downloadable guides. • The only sex book you'll ever need: Smart Sex: How to Boost Your Sex IQ and Own Your Pleasure • Want more? Visit the Sex With Emily Website • Let's get social: Instagram | X | Facebook | TikTok | Threads | YouTube • Let's text: Sign up here • Want me to slide into your email inbox? Sign Up Here for sex tips on the regular. Chapters: 0:00 - Intro 1:48 - Who Benefits from Virtual Sex (Long-Distance, Couples & Singles) 3:34 - Sending Nudes: Risks, Consent & Generational Differences 6:51 - Safety First: Platforms, Boundaries & Mutual Consent 8:01 - The Power of Foreplay Before You Go Live 10:58 - How to Pull Off FaceTime Sex: Prep, Setup & Device Tips 16:16 - Dirty Talk & What to Actually Say in the Moment 20:06 - Q&A: How to Spice Up Virtual Sex 22:07 - Q&A: Navigating Kinks You're Not Into 26:44 - Q&A: How Does a Sexting Session Actually End? 28:28 - Q&A: Is Sexting Outside My Marriage Cheating? Learn more about your ad choices. Visit megaphone.fm/adchoices
On the final day of the Cheltenham Festival, Nick is joined on course by Lydia Hislop and Timeform's Dan Barber to reflect on all the drama from yesterday including comments on the going by Willie Mullins/JP McManus as well as Home By The Lee's surprise victory in yesterday's Stayers' Hurdle. Charlotte is out on the gallops catching up with Patrick Mullins who has a strong book of rides and is full of confidence ahead of Gaelic Warrior's Gold Cup bid for the team. Ben Pauling joins via FaceTime to look ahead to The Jukebox Man and Diva Luna this afternoon and shares why he's optimistic for his runner in the Albert Bartlett.
On the final day of the Cheltenham Festival, Nick is joined on course by Lydia Hislop and Timeform's Dan Barber to reflect on all the drama from yesterday including comments on the going by Willie Mullins/JP McManus as well as Home By The Lee's surprise victory in yesterday's Stayers' Hurdle. Charlotte is out on the gallops catching up with Patrick Mullins who has a strong book of rides and is full of confidence ahead of Gaelic Warrior's Gold Cup bid for the team. Ben Pauling joins via FaceTime to look ahead to The Jukebox Man and Diva Luna this afternoon and shares why he's optimistic for his runner in the Albert Bartlett.
What happens when a love story begins before FaceTime, before cheap international calls, and before staying connected was easy? In this heartfelt conversation, I sit down with my husband Michael, who played an important role in my memoir, Gumption: Sacred Whispers, Bold Moves, and the Courage to Become. We reflect on our 35-year marriage, our long-distance love story between Germany and the United States, the lessons life's highs and lows have taught us, and why human connection matters more than ever in a world shaped by screens, social media, and AI. This is a conversation about love, resilience, purpose, and the power of staying flexible through life's many seasons. If you want to become a supporter and an advanced reader, you can pre-order the book at your preferred bookstore. If you are in the US you can pre- order the book at Barnes & Nobles. https://www.barnesandnoble.com/w/gumption-sabine-kvenberg/1148750776?ean=9781636989150 Email the receipt to Sabine@SabineKvenberg.com receive the link to my advanced virtual copy.
Join Kyle, Nader, Vibhu, and swyx live at NVIDIA GTC next week!Now that AIE Europe tix are ~sold out, our attention turns to Miami and World's Fair!The definitive AI Accelerator chip company has more than 10xed this AI Summer:And is now a $4.4 trillion megacorp… that is somehow still moving like a startup. We are blessed to have a unique relationship with our first ever NVIDIA guests: Kyle Kranen who gave a great inference keynote at the first World's Fair and is one of the leading architects of NVIDIA Dynamo (a Datacenter scale inference framework supporting SGLang, TRT-LLM, vLLM), and Nader Khalil, a friend of swyx from our days in Celo in The Arena, who has been drawing developers at GTC since before they were even a glimmer in the eye of NVIDIA:Nader discusses how NVIDIA Brev has drastically reduced the barriers to entry for developers to get a top of the line GPU up and running, and Kyle explains NVIDIA Dynamo as a data center scale inference engine that optimizes serving by scaling out, leveraging techniques like prefill/decode disaggregation, scheduling, and Kubernetes-based orchestration, framed around cost, latency, and quality tradeoffs. We also dive into Jensen's “SOL” (Speed of Light) first-principles urgency concept, long-context limits and model/hardware co-design, internal model APIs (https://build.nvidia.com), and upcoming Dynamo and agent sessions at GTC.Full Video pod on YouTubeTimestamps00:00 Agent Security Basics00:39 Podcast Welcome and Guests07:19 Acquisition and DevEx Shift13:48 SOL Culture and Dynamo Setup27:38 Why Scale Out Wins29:02 Scale Up Limits Explained30:24 From Laptop to Multi Node33:07 Cost Quality Latency Tradeoffs38:42 Disaggregation Prefill vs Decode41:05 Kubernetes Scaling with Grove43:20 Context Length and Co Design57:34 Security Meets Agents58:01 Agent Permissions Model59:10 Build Nvidia Inference Gateway01:01:52 Hackathons And Autonomy Dreams01:10:26 Local GPUs And Scaling Inference01:15:31 Long Running Agents And SF ReflectionsTranscriptAgent Security BasicsNader: Agents can do three things. They can access your files, they can access the internet, and then now they can write custom code and execute it. You literally only let an agent do two of those three things. If you can access your files and you can write custom code, you don't want internet access because that's one to see full vulnerability, right?If you have access to internet and your file system, you should know the full scope of what that agent's capable of doing. Otherwise, now we can get injected or something that can happen. And so that's a lot of what we've been thinking about is like, you know, how do we both enable this because it's clearly the future.But then also, you know, what, what are these enforcement points that we can start to like protect?swyx: All right.Podcast Welcome and Guestsswyx: Welcome to the Lean Space podcast in the Chromo studio. Welcome to all the guests here. Uh, we are back with our guest host Viu. Welcome. Good to have you back. And our friends, uh, Netter and Kyle from Nvidia. Welcome.Kyle: Yeah, thanks for having us.swyx: Yeah, thank you. Actually, I don't even know your titles.Uh, I know you're like architect something of Dynamo.Kyle: Yeah. I, I'm one of the engineering leaders [00:01:00] and a architects of Dynamo.swyx: And you're director of something and developers, developer tech.Nader: Yeah.swyx: You're the developers, developers, developers guy at nvidia,Nader: open source agent marketing, brev,swyx: and likeNader: Devrel tools and stuff.swyx: Yeah. BeenNader: the focus.swyx: And we're, we're kind of recording this ahead of Nvidia, GTC, which is coming to town, uh, again, uh, or taking over town, uh, which, uh, which we'll all be at. Um, and we'll talk a little bit about your sessions and stuff. Yeah.Nader: We're super excited for it.GTC Booth Stunt Storiesswyx: One of my favorite memories for Nader, like you always do like marketing stunts and like while you were at Rev, you like had this surfboard that you like, went down to GTC with and like, NA Nvidia apparently, like did so much that they bought you.Like what, what was that like? What was that?Nader: Yeah. Yeah, we, we, um. Our logo was a chaka. We, we, uh, we were always just kind of like trying to keep true to who we were. I think, you know, some stuff, startups, you're like trying to pretend that you're a bigger, more mature company than you are. And it was actually Evan Conrad from SF Compute who was just like, you guys are like previousswyx: guest.Yeah.Nader: Amazing. Oh, really? Amazing. Yeah. He was just like, guys, you're two dudes in the room. Why are you [00:02:00] pretending that you're not? Uh, and so then we were like, okay, let's make the logo a shaka. We brought surfboards to our booth to GTC and the energy was great. Yeah. Some palm trees too. They,Kyle: they actually poked out over like the, the walls so you could, you could see the bread booth.Oh, that's so funny. AndNader: no one else,Kyle: just from very far away.Nader: Oh, so you remember it backKyle: then? Yeah I remember it pre-acquisition. I was like, oh, those guys look cool,Nader: dude. That makes sense. ‘cause uh, we, so we signed up really last minute, and so we had the last booth. It was all the way in the corner. And so I was, I was worried that no one was gonna come.So that's why we had like the palm trees. We really came in with the surfboards. We even had one of our investors bring her dog and then she was just like walking the dog around to try to like, bring energy towards our booth. Yeah.swyx: Steph.Kyle: Yeah. Yeah, she's the best,swyx: you know, as a conference organizer, I love that.Right? Like, it's like everyone who sponsors a conference comes, does their booth. They're like, we are changing the future of ai or something, some generic b******t and like, no, like actually try to stand out, make it fun, right? And people still remember it after three years.Nader: Yeah. Yeah. You know what's so funny?I'll, I'll send, I'll give you this clip if you wanna, if you wanna add it [00:03:00] in, but, uh, my wife was at the time fiance, she was in medical school and she came to help us. ‘cause it was like a big moment for us. And so we, we bought this cricket, it's like a vinyl, like a vinyl, uh, printer. ‘cause like, how else are we gonna label the surfboard?So, we got a surfboard, luckily was able to purchase that on the company card. We got a cricket and it was just like fine tuning for enterprises or something like that, that we put on the. On the surfboard and it's 1:00 AM the day before we go to GTC. She's helping me put these like vinyl stickers on.And she goes, you son of, she's like, if you pull this off, you son of a b***h. And so, uh, right. Pretty much after the acquisition, I stitched that with the mag music acquisition. I sent it to our family group chat. Ohswyx: Yeah. No, well, she, she made a good choice there. Was that like basically the origin story for Launchable is that we, it was, and maybe we should explain what Brev is andNader: Yeah.Yeah. Uh, I mean, brev is just, it's a developer tool that makes it really easy to get a GPU. So we connect a bunch of different GPU sources. So the basics of it is like, how quickly can we SSH you into a G, into a GPU and whenever we would talk to users, they wanted A GPU. They wanted an A 100. And if you go to like any cloud [00:04:00] provisioning page, usually it's like three pages of forms or in the forms somewhere there's a dropdown.And in the dropdown there's some weird code that you know to translate to an A 100. And I remember just thinking like. Every time someone says they want an A 100, like the piece of text that they're telling me that they want is like, stuffed away in the corner. Yeah. And so we were like, what if the biggest piece of text was what the user's asking for?And so when you go to Brev, it's just big GPU chips with the type that you want withswyx: beautiful animations that you worked on pre, like pre you can, like, now you can just prompt it. But back in the day. Yeah. Yeah. Those were handcraft, handcrafted artisanal code.Nader: Yeah. I was actually really proud of that because, uh, it was an, i I made it in Figma.Yeah. And then I found, I was like really struggling to figure out how to turn it from like Figma to react. So what it actually is, is just an SVG and I, I have all the styles and so when you change the chip, whether it's like active or not it changes the SVG code and that somehow like renders like, looks like it's animating, but it, we just had the transition slow, but it's just like the, a JavaScript function to change the like underlying SVG.Yeah. And that was how I ended up like figuring out how to move it from from Figma. But yeah, that's Art Artisan. [00:05:00]Kyle: Speaking of marketing stunts though, he actually used those SVGs. Or kind of use those SVGs to make these cards.Nader: Oh yeah. LikeKyle: a GPU gift card Yes. That he handed out everywhere. That was actually my first impression of thatNader: one.Yeah,swyx: yeah, yeah.Nader: Yeah.swyx: I think I still have one of them.Nader: They look great.Kyle: Yeah.Nader: I have a ton of them still actually in our garage, which just, they don't have labels. We should honestly like bring, bring them back. But, um, I found this old printing press here, actually just around the corner on Ven ness. And it's a third generation San Francisco shop.And so I come in an excited startup founder trying to like, and they just have this crazy old machinery and I'm in awe. ‘cause the the whole building is so physical. Like you're seeing these machines, they have like pedals to like move these saws and whatever. I don't know what this machinery is, but I saw all three generations.Like there's like the grandpa, the father and the son, and the son was like, around my age. Well,swyx: it's like a holy, holy trinity.Nader: It's funny because we, so I just took the same SVG and we just like printed it and it's foil printing, so they make a a, a mold. That's like an inverse of like the A 100 and then they put the foil on it [00:06:00] and then they press it into the paper.And I remember once we got them, he was like, Hey, don't forget about us. You know, I guess like early Apple and Cisco's first business cards were all made there. And so he was like, yeah, we, we get like the startup businesses but then as they mature, they kind of go somewhere else. And so I actually, I think we were talking with marketing about like using them for some, we should go back and make some cards.swyx: Yeah, yeah, yeah. You know, I remember, you know, as a very, very small breadth investor, I was like, why are we spending time like, doing these like stunts for GPUs? Like, you know, I think like as a, you know, typical like cloud hard hardware person, you go into an AWS you pick like T five X xl, whatever, and it's just like from a list and you look at the specs like, why animate this GP?And, and I, I do think like it just shows the level of care that goes throughout birth and Yeah. And now, and also the, and,Nader: and Nvidia. I think that's what the, the thing that struck me most when we first came in was like the amount of passion that everyone has. Like, I think, um, you know, you talk to, you talk to Kyle, you talk to, like, every VP that I've met at Nvidia goes so close to the metal.Like, I remember it was almost a year ago, and like my VP asked me, he's like, Hey, [00:07:00] what's cursor? And like, are you using it? And if so, why? Surprised at this, and he downloaded Cursor and he was asking me to help him like, use it. And I thought that was, uh, or like, just show him what he, you know, why we were using it.And so, the amount of care that I think everyone has and the passion, appreciate, passion and appreciation for the moment. Right. This is a very unique time. So it's really cool to see everyone really like, uh, appreciate that.swyx: Yeah.Acquisition and DevEx Shiftswyx: One thing I wanted to do before we move over to sort of like research topics and, uh, the, the stuff that Kyle's working on is just tell the story of the acquisition, right?Like, not many people have been, been through an acquisition with Nvidia. What's it like? Uh, what, yeah, just anything you'd like to say.Nader: It's a crazy experience. I think, uh, you know, we were the thing that was the most exciting for us was. Our goal was just to make it easier for developers.We wanted to find access to GPUs, make it easier to do that. And then all, oh, actually your question about launchable. So launchable was just make one click exper, like one click deploys for any software on top of the GPU. Mm-hmm. And so what we really liked about Nvidia was that it felt like we just got a lot more resources to do all of that.I think, uh, you [00:08:00] know, NVIDIA's goal is to make things as easy for developers as possible. So there was a really nice like synergy there. I think that, you know, when it comes to like an acquisition, I think the amount that the soul of the products align, I think is gonna be. Is going speak to the success of the acquisition.Yeah. And so it in many ways feels like we're home. This is a really great outcome for us. Like we you know, I love brev.nvidia.com. Like you should, you should use it's, it's theKyle: front page for GPUs.Nader: Yeah. Yeah. If you want GP views,Kyle: you go there, getswyx: it there, and it's like internally is growing very quickly.I, I don't remember You said some stats there.Nader: Yeah, yeah, yeah. It's, uh, I, I wish I had the exact numbers, but like internally, externally, it's been growing really quickly. We've been working with a bunch of partners with a bunch of different customers and ISVs, if you have a solution that you want someone that runs on the GPU and you want people to use it quickly, we can bundle it up, uh, in a launchable and make it a one click run.If you're doing things and you want just like a sandbox or something to run on, right. Like open claw. Huge moment. Super exciting. Our, uh, and we'll talk into it more, but. You know, internally, people wanna run this, and you, we know we have to be really careful from the security implications. Do we let this run on the corporate network?Security's guidance was, Hey, [00:09:00] run this on breath, it's in, you know, it's, it's, it's a vm, it's sitting in the cloud, it's off the corporate network. It's isolated. And so that's been our stance internally and externally about how to even run something like open call while we figure out how to run these things securely.But yeah,swyx: I think there's also like, you almost like we're the right team at the right time when Nvidia is starting to invest a lot more in developer experience or whatever you call it. Yeah. Uh, UX or I don't know what you call it, like software. Like obviously NVIDIA is always invested in software, but like, there's like, this is like a different audience.Yeah. It's aNader: widerKyle: developer base.swyx: Yeah. Right.Nader: Yeah. Yeah. You know, it's funny, it's like, it's not, uh,swyx: so like, what, what is it called internally? What, what is this that people should be aware that is going on there?Nader: Uh, what, like developer experienceswyx: or, yeah, yeah. Is it's called just developer experience or is there like a broader strategy hereNader: in Nvidia?Um, Nvidia always wants to make a good developer experience. The thing is and a lot of the technology is just really complicated. Like, it's not, it's uh, you know, I think, um. The thing that's been really growing or the AI's growing is having a huge moment, not [00:10:00] because like, let's say data scientists in 2018, were quiet then and are much louder now.The pie is com, right? There's a whole bunch of new audiences. My mom's wondering what she's doing. My sister's learned, like taught herself how to code. Like the, um, you know, I, I actually think just generally AI's a big equalizer and you're seeing a more like technologically literate society, I guess.Like everyone's, everyone's learning how to code. Uh, there isn't really an excuse for that. And so building a good UX means that you really understand who your end user is. And when your end user becomes such a wide, uh, variety of people, then you have to almost like reinvent the practice, right? Yeah. You haveKyle: to, and actually build more developer ux, right?Because the, there are tiers of developer base that were added. You know, the, the hackers that are building on top of open claw, right? For example, have never used gpu. They don't know what kuda is. They, they, they just want to run something.Nader: Yeah.Kyle: You need new UX that is not just. Hey, you know, how do you program something in Cuda and run it?And then, and then we built, you know, like when Deep Learning was getting big, we built, we built Torch and, and, but so recently the amount of like [00:11:00] layers that are added to that developer stack has just exploded because AI has become ubiquitous. Everyone's using it in different ways. Yeah. It'sNader: moving fast in every direction.Vertical, horizontal.Vibhu: Yeah. You guys, you even take it down to hardware, like the DGX Spark, you know, it's, it's basically the same system as just throwing it up on big GPU cluster.Nader: Yeah, yeah, yeah. It's amazing. Blackwell.swyx: Yeah. Uh, we saw the preview at the last year's GTC and that was one of the better performing, uh, videos so far, and video coverage so far.Awesome. This will beat it. Um,Nader: that wasswyx: actually, we have fingersNader: crossed. Yeah.DGX Spark and Remote AccessNader: Even when Grace Blackwell or when, um, uh, DGX Spark was first coming out getting to be involved in that from the beginning of the developer experience. And it just comes back to what youswyx: were involved.Nader: Yeah. St. St.swyx: Mars.Nader: Yeah. Yeah. I mean from, it was just like, I, I got an email, we just got thrown into the loop and suddenly yeah, I, it was actually really funny ‘cause I'm still pretty fresh from the acquisition and I'm, I'm getting an email from a bunch of the engineering VPs about like, the new hardware, GPU chip, like we're, or not chip, but just GPU system that we're putting out.And I'm like, okay, cool. Matters. Now involved with this for the ux, I'm like. What am I gonna do [00:12:00] here? So, I remember the first meeting, I was just like kind of quiet as I was hearing engineering VPs talk about what this box could be, what it could do, how we should use it. And I remember, uh, one of the first ideas that people were idea was like, oh, the first thing that it was like, I think a quote was like, the first thing someone's gonna wanna do with this is get two of them and run a Kubernetes cluster on top of them.And I was like, oh, I think I know why I'm here. I was like, the first thing we're doing is easy. SSH into the machine. And then, and you know, just kind of like scoping it down of like, once you can do that every, you, like the person who wants to run a Kubernetes cluster onto Sparks has a higher propensity for pain, then, then you know someone who buys it and wants to run open Claw right now, right?If you can make sure that that's as effortless as possible, then the rest becomes easy. So there's a tool called Nvidia Sync. It just makes the SSH connection really simple. So, you know, if you think about it like. If you have a Mac, uh, or a PC or whatever, if you have a laptop and you buy this GPU and you want to use it, you should be able to use it like it's A-A-G-P-U in the cloud, right?Um, but there's all this friction of like, how do you actually get into that? That's part of [00:13:00] Revs value proposition is just, you know, there's a CLI that wraps SSH and makes it simple. And so our goal is just get you into that machine really easily. And one thing we just launched at CES, it's in, it's still in like early access.We're ironing out some kinks, but it should be ready by GTC. You can register your spark on Brev. And so now if youswyx: like remote managed yeah, local hardware. Single pane of glass. Yeah. Yeah. Because Brev can already manage other clouds anyway, right?Vibhu: Yeah, yeah. And you use the spark on Brev as well, right?Nader: Yeah. But yeah, exactly. So, so you, you, so you, you set it up at home you can run the command on it, and then it gets it's essentially it'll appear in your Brev account, and then you can take your laptop to a Starbucks or to a cafe, and you'll continue to use your, you can continue use your spark just like any other cloud node on Brev.Yeah. Yeah. And it's just like a pre-provisioned centerswyx: in yourNader: home. Yeah, exactly.swyx: Yeah. Yeah.Vibhu: Tiny little data center.Nader: Tiny little, the size ofVibhu: your phone.SOL Culture and Dynamo Setupswyx: One more thing before we move on to Kyle. Just have so many Jensen stories and I just love, love mining Jensen stories. Uh, my favorite so far is SOL. Uh, what is, yeah, what is S-O-L-S-O-LNader: is actually, i, I think [00:14:00] of all the lessons I've learned, that one's definitely my favorite.Kyle: It'll always stick with you.Nader: Yeah. Yeah. I, you know, in your startup, everything's existential, right? Like we've, we've run out of money. We were like, on the risk of, of losing payroll, we've had to contract our team because we l ran outta money. And so like, um, because of that you're really always forcing yourself to I to like understand the root cause of everything.If you get a date, if you get a timeline, you know exactly why that date or timeline is there. You're, you're pushing every boundary and like, you're not just say, you're not just accepting like a, a no. Just because. And so as you start to introduce more layers, as you start to become a much larger organization, SOL is is essentially like what is the physics, right?The speed of light moves at a certain speed. So if flight's moving some slower, then you know something's in the way. So before trying to like layer reality back in of like, why can't this be delivered at some date? Let's just understand the physics. What is the theoretical limit to like, uh, how fast this can go?And then start to tell me why. ‘cause otherwise people will start telling you why something can't be done. But actually I think any great leader's goal is just to create urgency. Yeah. [00:15:00] There's an infiniteKyle: create compelling events, right?Nader: Yeah.Kyle: Yeah. So l is a term video is used to instigate a compelling event.You say this is done. How do we get there? What is the minimum? As much as necessary, as little as possible thing that it takes for us to get exactly here and. It helps you just break through a bunch of noise.swyx: Yeah.Kyle: Instantly.swyx: One thing I'm unclear about is, can only Jensen use the SOL card? Like, oh, no, no, no.Not everyone get the b******t out because obviously it's Jensen, but like, can someone else be like, no, likeKyle: frontline engineers use it.Nader: Yeah. Every, I think it's not so much about like, get the b******t out. It's like, it's like, give me the root understanding, right? Like, if you tell me something takes three weeks, it like, well, what's the first principles?Yeah, the first principles. It's like, what's the, what? Like why is it three weeks? What is the actual yeah. What's the actual limit of why this is gonna take three weeks? If you're gonna, if you, if let's say you wanted to buy a new computer and someone told you it's gonna be here in five days, what's the SOL?Well, like the SOL is like, I could walk into a Best Buy and pick it up for you. Right? So then anything that's like beyond that is, and is that practical? Is that how we're gonna, you know, let's say give everyone in the [00:16:00] company a laptop, like obviously not. So then like that's the SOL and then it's like, okay, well if we have to get more than 10, suddenly there might be some, right?And so now we can kind of piece the reality back.swyx: So, so this is the. Paul Graham do things that don't scale. Yeah. And this is also the, what people would now call behi agency. Yeah.Kyle: It's actually really interesting because there's a, there's a second hardware angle to SOL that like doesn't come up for all the org sol is used like culturally at aswyx: media for everything.I'm also mining for like, I think that can be annoying sometimes. And like someone keeps going IOO you and you're like, guys, like we have to be stable. We have to, we to f*****g plan. Yeah.Kyle: It's an interesting balance.Nader: Yeah. I encounter that with like, actually just with, with Alec, right? ‘cause we, we have a new conference so we need to launch, we have, we have goals of what we wanna launch by, uh, by the conference and like, yeah.At the end of the day, where isswyx: this GTC?Nader: Um, well this is like, so we, I mean we did it for CES, we did for GT CDC before that we're doing it for GTC San Jose. So I mean, like every, you know, we have a new moment. Um, and we want to launch something. Yeah. And we want to do so at SOL and that does mean that some, there's some level of prioritization that needs [00:17:00] to happen.And so it, it is difficult, right? I think, um, you have to be careful with what you're pushing. You know, stability is important and that should be factored into S-O-L-S-O-L isn't just like, build everything and let it break, you know, that, that's part of the conversation. So as you're laying, layering in all the details, one of them might be, Hey, we could build this, but then it's not gonna be stable for X, y, z reasons.And so that was like, one of our conversations for CES was, you know, hey, like we, we can get this into early access registering your spark with brev. But there are a lot of things that we need to do in order to feel really comfortable from a security perspective, right? There's a lot of networking involved before we deliver that to users.So it's like, okay. Let's get this to a point where we can at least let people experiment with it. We had it in a booth, we had it in Jensen's keynote, and then let's go iron out all the networking kinks. And that's not easy. And so, uh, that can come later. And so that was the way that we layered that back in.Yeah. ButKyle: It's not really about saying like, you don't have to do the, the maintenance or operational work. It's more about saying, you know, it's kind of like [00:18:00] highlights how progress is incremental, right? Like, what is the minimum thing that we can get to. And then there's SOL for like every component after that.But there's the SOL to get you, get you to the, the starting line. And that, that's usually how it's asked. Yeah. On the other side, you know, like SOL came out of like hardware at Nvidia. Right. So SOL is like literally if we ran the accelerator or the GPU with like at basically full speed with like no other constraints, like how FAST would be able to make a program go.swyx: Yeah. Yeah. Right.Kyle: Soswyx: in, in training that like, you know, then you work back to like some percentage of like MFU for example.Kyle: Yeah, that's a, that's a great example. So like, there's an, there's an S-O-L-M-F-U, and then there's like, you know, what's practically achievable.swyx: Cool. Should we move on to sort of, uh, Kyle's side?Uh, Kyle, you're coming more from the data science world. And, uh, I, I mean I always, whenever, whenever I meet someone who's done working in tabular stuff, graph neural networks, time series, these are basically when I go to new reps, I go to ICML, I walk the back halls. There's always like a small group of graph people.Yes. Absolute small group of tabular people. [00:19:00] And like, there's no one there. And like, it's very like, you know what I mean? Like, yeah, no, like it's, it's important interesting work if you care about solving the problems that they solve.Kyle: Yeah.swyx: But everyone else is just LMS all the time.Kyle: Yeah. I mean it's like, it's like the black hole, right?Has the event horizon reached this yet in nerves? Um,swyx: but like, you know, those are, those are transformers too. Yeah. And, and those are also like interesting things. Anyway, uh, I just wanted to spend a little bit of time on, on those, that background before we go into Dynamo, uh, proper.Kyle: Yeah, sure. I took a different path to Nvidia than that, or I joined six years ago, seven, if you count, when I was an intern.So I joined Nvidia, like right outta college. And the first thing I jumped into was not what I'd done in, during internship, which was like, you know, like some stuff for autonomous vehicles, like heavyweight object detection. I jumped into like, you know, something, I'm like, recommenders, this is popular. Andswyx: yeah, he did RexiKyle: as well.Yeah, Rexi. Yeah. I mean that, that was the taboo data at the time, right? You have tables of like, audience qualities and item qualities, and you're trying to figure out like which member of [00:20:00] the audience matches which item or, or more practically which item matches which member of the audience. And at the time, really it was like we were trying to enable.Uh, recommender, which had historically been like a little bit of a CP based workflow into something that like, ran really well in GPUs. And it's since been done. Like there are a bunch of libraries for Axis that run on GPUs. Uh, the common models like Deeplearning recommendation model, which came outta meta and the wide and deep model, which was used or was released by Google were very accelerated by GPUs using, you know, the fast HBM on the chips, especially to do, you know, vector lookups.But it was very interesting at the time and super, super relevant because like we were starting to get like. This explosion of feeds and things that required rec recommenders to just actively be on all the time. And sort of transitioned that a little bit towards graph neural networks when I discovered them because I was like, okay, you can actually use graphical neural networks to represent like, relationships between people, items, concepts, and that, that interested me.So I jumped into that at [00:21:00] Nvidia and, and got really involved for like two-ish years.swyx: Yeah. Uh, and something I learned from Brian Zaro Yeah. Is that you can just kind of choose your own path in Nvidia.Kyle: Oh my God. Yeah.swyx: Which is not a normal big Corp thing. Yeah. Like you, you have a lane, you stay in your lane.Nader: I think probably the reason why I enjoy being in a, a big company, the mission is the boss probably from a startup guy. Yeah. The missionswyx: is the boss.Nader: Yeah. Uh, it feels like a big game of pickup basketball. Like, you know, if you play one, if you wanna play basketball, you just go up to the court and you're like, Hey look, we're gonna play this game and we need three.Yeah. And you just like find your three. That's honestly for every new initiative that's what it feels like. Yeah.Vibhu: It also like shows, right? Like Nvidia. Just releasing state-of-the-art stuff in every domain. Yeah. Like, okay, you expect foundation models with Nemo tron voice just randomly parakeet.Call parakeet just comes out another one, uh, voice. TheKyle: video voice team has always been producing.Vibhu: Yeah. There's always just every other domain of paper that comes out, dataset that comes out. It's like, I mean, it also stems back to what Nvidia has to do, right? You have to make chips years before they're actually produced.Right? So you need to know, you need to really [00:22:00] focus. TheKyle: design process starts likeVibhu: exactlyKyle: three to five years before the chip gets to the market.Vibhu: Yeah. I, I'm curious more about what that's like, right? So like, you have specialist teams. Is it just like, you know, people find an interest, you go in, you go deep on whatever, and that kind of feeds back into, you know, okay, we, we expect predictions.Like the internals at Nvidia must be crazy. Right? You know? Yeah. Yeah. You know, you, you must. Not even without selling to people, you have your own predictions of where things are going. Yeah. And they're very based, very grounded. Right?Kyle: Yeah. It, it, it's really interesting. So there's like two things that I think that Amed does, which are quite interesting.Uh, one is like, we really index into passion. There's a big. Sort of organizational top sound push to like ensure that people are working on the things that they're passionate about. So if someone proposes something that's interesting, many times they can just email someone like way up the chain that they would find this relevant and say like, Hey, can I go work on this?Nader: It's actually like I worked at a, a big company for a couple years before, uh, starting on my startup journey and like, it felt very weird if you were to like email out of chain, if that makes [00:23:00] sense. Yeah. The emails at Nvidia are like mosh pitsswyx: shoot,Nader: and it's just like 60 people, just whatever. And like they're, there's this,swyx: they got messy like, reply all you,Nader: oh, it's in, it's insane.It's insane. They justKyle: help. You know, Maxim,Nader: the context. But, but that's actually like, I've actually, so this is a weird thing where I used to be like, why would we send emails? We have Slack. I am the entire, I'm the exact opposite. I feel so bad for anyone who's like messaging me on Slack ‘cause I'm so unresponsive.swyx: Your emailNader: Maxi, email Maxim. I'm email maxing Now email is a different, email is perfect because man, we can't work together. I'm email is great, right? Because important threads get bumped back up, right? Yeah, yeah. Um, and so Slack doesn't do that. So I just have like this casino going off on the right or on the left and like, I don't know which thread was from where or what, but like the threads get And then also just like the subject, so you can have like working threads.I think what's difficult is like when you're small, if you're just not 40,000 people I think Slack will work fine, but there's, I don't know what the inflection point is. There is gonna be a point where that becomes really messy and you'll actually prefer having email. ‘cause you can have working threads.You can cc more than nine people in a thread.Kyle: You can fork stuff.Nader: You can [00:24:00] fork stuff, which is super nice and just like y Yeah. And so, but that is part of where you can propose a plan. You can also just. Start, honestly, momentum's the only authority, right? So like, if you can just start, start to make a little bit of progress and show someone something, and then they can try it.That's, I think what's been, you know, I think the most effective way to push anything for forward. And that's both at Nvidia and I think just generally.Kyle: Yeah, there's, there's the other concept that like is explored a lot at Nvidia, which is this idea of a zero billion dollar business. Like market creation is a big thing at Nvidia.Like,swyx: oh, you want to go and start a zero billion dollar business?Kyle: Jensen says, we are completely happy investing in zero billion dollar markets. We don't care if this creates revenue. It's important for us to know about this market. We think it will be important in the future. It can be zero billion dollars for a while.I'm probably minging as words here for, but like, you know, like, I'll give an example. NVIDIA's been working on autonomous driving for a a long time,swyx: like an Nvidia car.Kyle: No, they, they'veVibhu: used the Mercedes, right? They're around the HQ and I think it finally just got licensed out. Now they're starting to be used quite a [00:25:00] bit.For 10 years you've been seeing Mercedes with Nvidia logos driving.Kyle: If you're in like the South San Santa Clara, it's, it's actually from South. Yeah. So, um. Zero billion dollar markets are, are a thing like, you know, Jensen,swyx: I mean, okay, look, cars are not a zero billion dollar market. But yeah, that's a bad example.Nader: I think, I think he's, he's messaging, uh, zero today, but, or even like internally, right? Like, like it's like, uh, an org doesn't have to ruthlessly find revenue very quickly to justify their existence. Right. Like a lot of the important research, a lot of the important technology being developed that, that's kind ofKyle: where research, research is very ide ideologically free at Nvidia.Yeah. Like they can pursue things that they wereswyx: Were you research officially?Kyle: I was never in research. Officially. I was always in engineering. Yeah. We in, I'm in an org called Deep Warning Algorithms, which is basically just how do we make things that are relevant to deep warning go fast.swyx: That sounds freaking cool.Vibhu: And I think a lot of that is underappreciated, right? Like time series. This week Google put out time. FF paper. Yeah. A new time series, paper res. Uh, Symantec, ID [00:26:00] started applying Transformers LMS to Yes. Rec system. Yes. And when you think the scale of companies deploying these right. Amazon recommendations, Google web search, it's like, it's huge scale andKyle: Yeah.Vibhu: You want fast?Kyle: Yeah. Yeah. Yeah. Actually it's, it, I, there's a fun moment that brought me like full circle. Like, uh, Amazon Ads recently gave a talk where they talked about using Dynamo for generative recommendation, which was like super, like weirdly cathartic for me. I'm like, oh my God. I've, I've supplanted what I was working on.Like, I, you're using LMS now to do what I was doing five years ago.swyx: Yeah. Amazing. And let's go right into Dynamo. Uh, maybe introduce Yeah, sure. To the top down and Yeah.Kyle: I think at this point a lot of people are familiar with the term of inference. Like funnily enough, like I went from, you know, inference being like a really niche topic to being something that's like discussed on like normal people's Twitter feeds.It's,Nader: it's on billboardsKyle: here now. Yeah. Very, very strange. Driving, driving, seeing just an inference ad on 1 0 1 inference at scale is becoming a lot more important. Uh, we have these moments like, you know, open claw where you have these [00:27:00] agents that take lots and lots of tokens, but produce, incredible results.There are many different aspects of test time scaling so that, you know, you can use more inference to generate a better result than if you were to use like a short amount of inference. There's reasoning, there's quiring, there's, adding agency to the model, allowing it to call tools and use skills.Dyno sort came about at Nvidia. Because myself and a couple others were, were sort of talking about the, these concepts that like, you know, you have inference engines like VLMS, shelan, tenor, TLM and they have like one single copy. They, they, they sort of think about like things as like one single copy, like one replica, right?Why Scale Out WinsKyle: Like one version of the model. But when you're actually serving things at scale, you can't just scale up that replica because you end up with like performance problems. There's a scaling limit to scaling up replicas. So you actually have to scale out to use a, maybe some Kubernetes type terminology.We kind of realized that there was like. A lot of potential optimization that we could do in scaling out and building systems for data [00:28:00] center scale inference. So Dynamo is this data center scale inference engine that sits on top of the frameworks like VLM Shilling and 10 T lm and just makes things go faster because you can leverage the economy of scale.The fact that you have KV cash, which we can define a little bit later, uh, in all these machines that is like unique and you wanna figure out like the ways to maximize your cash hits or you want to employ new techniques in inference like disaggregation, which Dynamo had introduced to the world in, in, in March, not introduced, it was a academic talk, but beforehand.But we are, you know, one of the first frameworks to start, supporting it. And we wanna like, sort of combine all these techniques into sort of a modular framework that allows you to. Accelerate your inference at scale.Nader: By the way, Kyle and I became friends on my first date, Nvidia, and I always loved, ‘cause like he always teaches meswyx: new things.Yeah. By the way, this is why I wanted to put two of you together. I was like, yeah, this is, this is gonna beKyle: good. It's very, it's very different, you know, like we've, we, we've, we've talked to each other a bunch [00:29:00] actually, you asked like, why, why can't we scale up?Nader: Yeah.Scale Up Limits ExplainedNader: model, you said model replicas.Kyle: Yeah. So you, so scale up means assigning moreswyx: heavier?Kyle: Yeah, heavier. Like making things heavier. Yeah, adding more GPUs. Adding more CPUs. Scale out is just like having a barrier saying, I'm gonna duplicate my representation of the model or a representation of this microservice or something, and I'm gonna like, replicate it Many times.Handle, load. And the reason that you can't scale, scale up, uh, past some points is like, you know, there, there, there are sort of hardware bounds and algorithmic bounds on, on that type of scaling. So I'll give you a good example that's like very trivial. Let's say you're on an H 100. The Maxim ENV link domain for H 100, for most Ds H one hundreds is heus, right?So if you scaled up past that, you're gonna have to figure out ways to handle the fact that now for the GPUs to communicate, you have to do it over Infin band, which is still very fast, but is not as fast as ENV link.swyx: Is it like one order of magnitude, like hundreds or,Kyle: it's about an order of magnitude?Yeah. Okay. Um, soswyx: not terrible.Kyle: [00:30:00] Yeah. I, I need to, I need to remember the, the data sheet here, like, I think it's like about 500 gigabytes. Uh, a second unidirectional for ENV link, and about 50 gigabytes a second unidirectional for Infin Band. I, it, it depends on the, the generation.swyx: I just wanna set this up for people who are not familiar with these kinds of like layers and the trash speedVibhu: and all that.Of course.From Laptop to Multi NodeVibhu: Also, maybe even just going like a few steps back before that, like most people are very familiar with. You see a, you know, you can use on your laptop, whatever these steel viol, lm you can just run inference there. All, there's all, you can, youcan run it on thatVibhu: laptop. You can run on laptop.Then you get to, okay, uh, models got pretty big, right? JLM five, they doubled the size, so mm-hmm. Uh, what do you do when you have to go from, okay, I can get 128 gigs of memory. I can run it on a spark. Then you have to go multi GPU. Yeah. Okay. Multi GPU, there's some support there. Now, if I'm a company and I don't have like.I'm not hiring the best researchers for this. Right. But I need to go [00:31:00] multi-node, right? I have a lot of servers. Okay, now there's efficiency problems, right? You can have multiple eight H 100 nodes, but, you know, is that as a, like, how do you do that efficiently?Kyle: Yeah. How do you like represent them? How do you choose how to represent the model?Yeah, exactly right. That's a, that's like a hard question. Everyone asks, how do you size oh, I wanna run GLM five, which just came out new model. There have been like four of them in the past week, by the way, like a bunch of new models.swyx: You know why? Right? Deep seek.Kyle: No comment. Oh. Yeah, but Ggl, LM five, right?We, we have this, new model. It's, it's like a large size, and you have to figure out how to both scale up and scale out, right? Because you have to find the right representation that you care about. Everyone does this differently. Let's be very clear. Everyone figures this out in their own path.Nader: I feel like a lot of AI or ML even is like, is like this. I think people think, you know, I, I was, there was some tweet a few months ago that was like, why hasn't fine tuning as a service taken off? You know, that might be me. It might have been you. Yeah. But people want it to be such an easy recipe to follow.But even like if you look at an ML model and specificKyle: to you Yeah,Nader: yeah.Kyle: And the [00:32:00] model,Nader: the situation, and there's just so much tinkering, right? Like when you see a model that has however many experts in the ME model, it's like, why that many experts? I don't, they, you know, they tried a bunch of things and that one seemed to do better.I think when it comes to how you're serving inference, you know, you have a bunch of decisions to make and there you can always argue that you can take something and make it more optimal. But I think it's this internal calibration and appetite for continued calibration.Vibhu: Yeah. And that doesn't mean like, you know, people aren't taking a shot at this, like tinker from thinking machines, you know?Yeah. RL as a service. Yeah, totally. It's, it also gets even harder when you try to do big model training, right? We're not the best at training Moes, uh, when they're pre-trained. Like we saw this with LAMA three, right? They're trained in such a sparse way that meta knows there's gonna be a bunch of inference done on these, right?They'll open source it, but it's very trained for what meta infrastructure wants, right? They wanna, they wanna inference it a lot. Now the question to basically think about is, okay, say you wanna serve a chat application, a coding copilot, right? You're doing a layer of rl, you're serving a model for X amount of people.Is it a chat model, a coding model? Dynamo, you know, back to that,Kyle: it's [00:33:00] like, yeah, sorry. So you we, we sort of like jumped off of, you know, jumped, uh, on that topic. Everyone has like, their own, own journey.Cost Quality Latency TradeoffsKyle: And I, I like to think of it as defined by like, what is the model you need? What is the accuracy you need?Actually I talked to NA about this earlier. There's three axes you care about. What is the quality that you're able to produce? So like, are you accurate enough or can you complete the task with enough, performance, high enough performance. Yeah, yeah. Uh, there's cost. Can you serve the model or serve your workflow?Because it's not just the model anymore, it's the workflow. It's the multi turn with an agent cheaply enough. And then can you serve it fast enough? And we're seeing all three of these, like, play out, like we saw, we saw new models from OpenAI that you know, are faster. You have like these new fast versions of models.You can change the amount of thinking to change the amount of quality, right? Produce more tokens, but at a higher cost in a, in a higher latency. And really like when you start this journey of like trying to figure out how you wanna host a model, you, you, you think about three things. What is the model I need to serve?How many times do I need to call it? What is the input sequence link was [00:34:00] the, what does the workflow look like on top of it? What is the SLA, what is the latency SLA that I need to achieve? Because there's usually some, this is usually like a constant, you, you know, the SLA that you need to hit and then like you try and find the lowest cost version that hits all of these constraints.Usually, you know, you, you start with those things and you say you, you kind of do like a bit of experimentation across some common configurations. You change the tensor parallel size, which is a form of parallelismVibhu: I take, it goes even deeper first. Gotta think what model.Kyle: Yes, course,ofKyle: course. It's like, it's like a multi-step design process because as you said, you can, you can choose a smaller model and then do more test time scaling and it'll equate the quality of a larger model because you're doing the test time scaling or you're adding a harness or something.So yes, it, it goes way deeper than that. But from the performance perspective, like once you get to the model you need, you need to host, you look at that and you say, Hey. I have this model, I need to serve it at the speed. What is the right configuration for that?Nader: You guys see the recent, uh, there was a paper I just saw like a few days ago that, uh, if you run [00:35:00] the same prompt twice, you're getting like double Just try itagain.Nader: Yeah, exactly.Vibhu: And you get a lot. Yeah. But the, the key thing there is you give the context of the failed try, right? Yeah. So it takes a shot. And this has been like, you know, basic guidance for quite a while. Just try again. ‘cause you know, trying, just try again. Did you try again? All adviceNader: in life.Vibhu: Just, it's a paper from Google, if I'm not mistaken, right?Yeah,Vibhu: yeah. I think it, it's like a seven bas little short paper. Yeah. Yeah. The title's very cute. And it's just like, yeah, just try again. Give it ask context,Kyle: multi-shot. You just like, say like, hey, like, you know, like take, take a little bit more, take a little bit more information, try and fail. Fail.Vibhu: And that basic concept has gone pretty deep.There's like, um, self distillation, rl where you, you do self distillation, you do rl and you have past failure and you know, that gives some signal so people take, try it again. Not strong enough.swyx: Uh, for, for listeners, uh, who listen to here, uh, vivo actually, and I, and we run a second YouTube channel for our paper club where, oh, that's awesome.Vivo just covered this. Yeah. Awesome. Self desolation and all that's, that's why he, to speed [00:36:00] on it.Nader: I'll to check it out.swyx: Yeah. It, it's just a good practice, like everyone needs, like a paper club where like you just read papers together and the social pressure just kind of forces you to just,Nader: we, we,there'sNader: like a big inference.Kyle: ReadingNader: group at a video. I feel so bad every time. I I, he put it on like, on our, he shared it.swyx: One, one ofNader: your guys,swyx: uh, is, is big in that, I forget es han Yeah, yeah,Kyle: es Han's on my team. Actually. Funny. There's a, there's a, there's a employee transfer between us. Han worked for Nater at Brev, and now he, he's on my team.He wasNader: our head of ai. And then, yeah, once we got in, andswyx: because I'm always looking for like, okay, can, can I start at another podcast that only does that thing? Yeah. And, uh, Esan was like, I was trying to like nudge Esan into like, is there something here? I mean, I don't think there's, there's new infant techniques every day.So it's like, it's likeKyle: you would, you would actually be surprised, um, the amount of blog posts you see. And ifswyx: there's a period where it was like, Medusa hydra, what Eagle, like, youKyle: know, now we have new forms of decode, uh, we have new forms of specula, of decoding or new,swyx: what,Kyle: what are youVibhu: excited? And it's exciting when you guys put out something like Tron.‘cause I remember the paper on this Tron three, [00:37:00] uh, the amount of like post train, the on tokens that the GPU rich can just train on. And it, it was a hybrid state space model, right? Yeah.Kyle: It's co-designed for the hardware.Vibhu: Yeah, go design for the hardware. And one of the things was always, you know, the state space models don't scale as well when you do a conversion or whatever the performance.And you guys are like, no, just keep draining. And Nitron shows a lot of that. Yeah.Nader: Also, something cool about Nitron it was released in layers, if you will, very similar to Dynamo. It's, it's, it's essentially it was released as you can, the pre-training, post-training data sets are released. Yeah. The recipes on how to do it are released.The model itself is released. It's full model. You just benefit from us turning on the GPUs. But there are companies like, uh, ServiceNow took the dataset and they trained their own model and we were super excited and like, you know, celebrated that work.ZoomVibhu: different. Zoom is, zoom is CGI, I think, uh, you know, also just to add like a lot of models don't put out based models and if there's that, why is fine tuning not taken off?You know, you can do your own training. Yeah,Kyle: sure.Vibhu: You guys put out based model, I think you put out everything.Nader: I believe I know [00:38:00]swyx: about base. BasicallyVibhu: without baseswyx: basic can be cancelable.Vibhu: Yeah. Base can be cancelable.swyx: Yeah.Vibhu: Safety training.swyx: Did we get a full picture of dymo? I, I don't know if we, what,Nader: what I'd love is you, you mentioned the three axes like break it down of like, you know, what's prefilled decode and like what are the optimizations that we can get with Dynamo?Kyle: Yeah. That, that's, that's, that's a great point. So to summarize on that three axis problem, right, there are three things that determine whether or not something can be done with inference, cost, quality, latency, right? Dynamo is supposed to be there to provide you like the runtime that allows you to pull levers to, you know, mix it up and move around the parade of frontier or the preto surface that determines is this actually possible with inference And AI todayNader: gives you the knobs.Kyle: Yeah, exactly. It gives you the knobs.Disaggregation Prefill vs DecodeKyle: Uh, and one thing that like we, we use a lot in contemporary inference and is, you know, starting to like pick up from, you know, in, in general knowledge is this co concept of disaggregation. So historically. Models would be hosted with a single inference engine. And that inference engine [00:39:00] would ping pong between two phases.There's prefill where you're reading the sequence generating KV cache, which is basically just a set of vectors that represent the sequence. And then using that KV cache to generate new tokens, which is called Decode. And some brilliant researchers across multiple different papers essentially made the realization that if you separate these two phases, you actually gain some benefits.Those benefits are basically a you don't have to worry about step synchronous scheduling. So the way that an inference engine works is you do one step and then you finish it, and then you schedule, you start scheduling the next step there. It's not like fully asynchronous. And the problem with that is you would have, uh, essentially pre-fill and decode are, are actually very different in terms of both their resource requirements and their sometimes their runtime.So you would have like prefill that would like block decode steps because you, you'd still be pre-filing and you couldn't schedule because you know the step has to end. So you remove that scheduling issue and then you also allow you, or you yourself, to like [00:40:00] split the work into two different ki types of pools.So pre-fill typically, and, and this changes as, as model architecture changes. Pre-fill is, right now, compute bound most of the time with the sequence is sufficiently long. It's compute bound. On the decode side because you're doing a full Passover, all the weights and the entire sequence, every time you do a decode step and you're, you don't have the quadratic computation of KV cache, it's usually memory bound because you're retrieving a linear amount of memory and you're doing a linear amount of compute as opposed to prefill where you retrieve a linear amount of memory and then use a quadratic.You know,Nader: it's funny, someone exo Labs did a really cool demo where for the DGX Spark, which has a lot more compute, you can do the pre the compute hungry prefill on a DG X spark and then do the decode on a, on a Mac. Yeah. And soVibhu: that's faster.Nader: Yeah. Yeah.Kyle: So you could, you can do that. You can do machine strat stratification.Nader: Yeah.Kyle: And like with our future generation generations of hardware, we actually announced, like with Reuben, this [00:41:00] new accelerator that is prefilled specific. It's called Reuben, CPX. SoKubernetes Scaling with GroveNader: I have a question when you do the scale out. Yeah. Is scaling out easier with Dynamo? Because when you need a new node, you can dedicate it to either the Prefill or, uh, decode.Kyle: Yeah. So Dynamo actually has like a, a Kubernetes component in it called Grove that allows you to, to do this like crazy scaling specialization. It has like this hot, it's a representation that, I don't wanna go too deep into Kubernetes here, but there was a previous way that you would like launch multi-node work.Uh, it's called Leader Worker Set. It's in the Kubernetes standard, and Leader worker set is great. It served a lot of people super well for a long period of time. But one of the things that it's struggles with is representing a set of cases where you have a multi-node replica that has a pair, right?You know, prefill and decode, or it's not paired, but it has like a second stage that has a ratio that changes over time. And prefill and decode are like two different things as your workload changes, right? The amount of prefill you'll need to do may change. [00:42:00] The amount of decode that you, you'll need to do might change, right?Like, let's say you start getting like insanely long queries, right? That probably means that your prefill scales like harder because you're hitting these, this quadratic scaling growth.swyx: Yeah.And then for listeners, like prefill will be long input. Decode would be long output, for example, right?Kyle: Yeah. So like decode, decode scale. I mean, decode is funny because the amount of tokens that you produce scales with the output length, but the amount of work that you do per step scales with the amount of tokens in the context.swyx: Yes.Kyle: So both scales with the input and the output.swyx: That's true.Kyle: But on the pre-fold view code side, like if.Suddenly, like the amount of work you're doing on the decode side stays about the same or like scales a little bit, and then the prefilled side like jumps up a lot. You actually don't want that ratio to be the same. You want it to change over time. So Dynamo has a set of components that A, tell you how to scale.It tells you how many prefilled workers and decoded workers you, it thinks you should have, and also provides a scheduling API for Kubernetes that allows you to actually represent and affect this scheduling on, on, on your actual [00:43:00] hardware, on your compute infrastructure.Nader: Not gonna lie. I feel a little embarrassed for being proud of my SVG function earlier.swyx: No, itNader: wasreallyKyle: cute. I, Iswyx: likeNader: it's all,swyx: it's all engineering. It's all engineering. Um, that's where I'mKyle: technical.swyx: One thing I'm, I'm kind of just curious about with all with you see at a systems level, everything going on here. Mm-hmm. And we, you know, we're scaling it up in, in multi, in distributed systems.Context Length and Co Designswyx: Um, I think one thing that's like kind of, of the moment right now is people are asking, is there any SOL sort of upper bounds. In terms of like, let's call, just call it context length for one for of a better word, but you can break it down however you like.Nader: Yeah.swyx: I just think like, well, yeah, I mean, like clearly you can engage in hybrid architectures and throw in some state space models in there.All, all you want, but it looks, still looks very attention heavy.Kyle: Yes. Uh, yeah. Long context is attention heavy. I mean, we have these hybrid models, um,swyx: to take and most, most models like cap out at a million contexts and that's it. Yeah. Like for the last two years has been it.Kyle: Yeah. The model hardware context co-design thing that we're seeing these days is actually super [00:44:00] interesting.It's like my, my passion, like my secret side passion. We see models like Kimmy or G-P-T-O-S-S. I'm use these because I, I know specific things about these models. So Kimmy two comes out, right? And it's an interesting model. It's like, like a deep seek style architecture is MLA. It's basically deep seek, scaled like a little bit differently, um, and obviously trained differently as well.But they, they talked about, why they made the design choices for context. Kimmy has more experts, but fewer attention heads, and I believe a slightly smaller attention, uh, like dimension. But I need to remember, I need to check that. Uh, it doesn't matter. But they discussed this actually at length in a blog post on ji, which is like our pu which is like credit puswyx: Yeah.Kyle: Um, in, in China. Chinese red.swyx: Yeah.Kyle: It's, yeah. So it, it's, it's actually an incredible blog post. Uh, like all the mls people in, in, in that, I've seen that on GPU are like very brilliant, but they, they talk about like the creators of Kimi K two [00:45:00] actually like, talked about it on, on, on there in the blog post.And they say, we, we actually did an experiment, right? Attention scales with the number of heads, obviously. Like if you have 64 heads versus 32 heads, you do half the work of attention. You still scale quadratic, but you do half the work. And they made a, a very specific like. Sort of barter in their system, in their architecture, they basically said, Hey, what if we gave it more experts, so we're gonna use more memory capacity.But we keep the amount of activated experts the same. We increase the expert sparsity, so we have fewer experts act. The ratio to of experts activated to number of experts is smaller, and we decrease the number of attention heads.Vibhu: And kind of for context, what the, what we had been seeing was you make models sparser instead.So no one was really touching heads. You're just having, uh,Kyle: well, they, they did, they implicitly made it sparser.Vibhu: Yeah, yeah. For, for Kimmy. They did,Kyle: yes.Vibhu: They also made it sparser. But basically what we were seeing was people were at the level of, okay, there's a sparsity ratio. You want more total parameters, less active, and that's sparsity.[00:46:00]But what you see from papers, like, the labs like moonshot deep seek, they go to the level of, okay, outside of just number of experts, you can also change how many attention heads and less attention layers. More attention. Layers. Layers, yeah. Yes, yes. So, and that's all basically coming back to, just tied together is like hardware model, co-design, which isKyle: hardware model, co model, context, co-design.Vibhu: Yeah.Kyle: Right. Like if you were training a, a model that was like. Really, really short context, uh, or like really is good at super short context tasks. You may like design it in a way such that like you don't care about attention scaling because it hasn't hit that, like the turning point where like the quadratic curve takes over.Nader: How do you consider attention or context as a separate part of the co-design? Like I would imagine hardware or just how I would've thought of it is like hardware model. Co-design would be hardware model context co-designKyle: because the harness and the context that is produced by the harness is a part of the model.Once it's trained in,Vibhu: like even though towards the end you'll do long context, you're not changing architecture through I see. Training. Yeah.Kyle: I mean you can try.swyx: You're saying [00:47:00] everyone's training the harness into the model.Kyle: I would say to some degree, orswyx: there's co-design for harness. I know there's a small amount, but I feel like not everyone has like gone full send on this.Kyle: I think, I think I think it's important to internalize the harness that you think the model will be running. Running into the model.swyx: Yeah. Interesting. Okay. Bash is like the universal harness,Kyle: right? Like I'll, I'll give. An example here, right? I mean, or just like a, like a, it's easy proof, right? If you can train against a harness and you're using that harness for everything, wouldn't you just train with the harness to ensure that you get the best possible quality out of,swyx: Well, the, uh, I, I can provide a counter argument.Yeah, sure. Which is what you wanna provide a generally useful model for other people to plug into their harnesses, right? So if youKyle: Yeah. Harnesses can be open, open source, right?swyx: Yeah. So I mean, that's, that's effectively what's happening with Codex.Kyle: Yeah.swyx: And, but like you may want like a different search tool and then you may have to name it differently or,Nader: I don't know how much people have pushed on this, but can you.Train a model, would it be, have you have people compared training a model for the for the harness versus [00:48:00] like post training forswyx: I think it's the same thing. It's the same thing. It's okay. Just extra post training. INader: see.swyx: And so, I mean, cognition does this course, it does this where you, you just have to like, if your tool is slightly different, um, either force your tool to be like the tool that they train for.Hmm. Or undo their training for their tool and then Oh, that's re retrain. Yeah. It's, it's really annoying and like,Kyle: I would hope that eventually we hit like a certain level of generality with respect to training newswyx: tools. This is not a GI like, it's, this is a really stupid like. Learn my tool b***h.Like, I don't know if, I don't know if I can say that, but like, you know, um, I think what my point kind of is, is that there's, like, I look at slopes of the scaling laws and like, this slope is not working, man. We, we are at a million token con
(!!!unbeauftrag und unbezahlte Werbung!!!) Treckertod von Udo FröhlichBand 1 der neu entstehenden Krimireihe "Theo Pott ermittelt". Die Hörer und Oberkommissar Theo Pott werden erfahren, wie schnell es mit der Stille und Gelassenheit in einem Dorf vorbei sein kann, wenn ein Serienkiller es auf ihre Bauern abgesehen hat.Über den AutorUdo Fröhlich schreibt Romane und Kurzgeschichten aus dem Leben, stets mit einer Prise ( schwarzem) Humor angereichert. Er bedient unterschiedliche Genres, wie Comedy, Horror und Krimi.SocialMedia & Websitehttps://www.instagram.com/udofroehlichautor/https://www.facebook.com/udo.frohlich.545https://www.youtube.com/@autorudofrohlich631Jetzt reinhören.---Meine LesungEin Podcast in dem Autoren ihre Bücher, und auch sich selbst vorstellen.Du als Leser, mit Interesse an Lesungen, kommst voll auf deine Kosten. Finden für dich interessante Lesungen nicht in deiner näheren Umgebung statt? Dann ist dieser Podcast genau das Richtige für dich. Hier stellen diverse Autoren ihre Bücher im Rahmen einer Lesung vor. Ein paar Fragen zum Autor und seinem Buch dürfen natürlich nicht fehlen. Der Podcast kommt in einem wöchentlichen Rhythmus und bietet ein riesiges Portfolio an Autoren bzw. Buch-Lesungen. Du kannst diesen Podcast auch kostenlos mit der App deiner Wahl abonnieren. Sobald es eine neue Folge gibt, wird diese zum anhören bereitgestellt. Alle Einzelheiten und Informationen unter https://meinelesung.de.Bist du AutorIn oder Autor und möchtest dein Buch in meinem Podcast vorstellen? Aufnahmen sind per Telefon, Skype, FaceTime, Zoom oder bei einem gemütlichen und persönlichen Zusammensitzen möglich. Melde dich ganz einfach bei mir, und wir können vorab alle Einzelheiten besprechen.Weitere Einzelheiten, Informationen und Kontaktmöglichkeiten unter https://meinelesung.de.Dir gefällt dieser Podcast? Dann empfehle ihn weiter und lass eine kleine Bewertung in den entsprechenden Portalen da, wie zum Beispiel Apple Podcasts (iTunes) oder Podcast.de.Herzlichen Dank. SocialMedia:website: https://meinelesung.deInstagram: https://www.instagram.com/meinelesungfacebook: https://www.facebook.com/meineLesungYouTube: https://www.youtube.com/@meinelesungPodcast AbonnementRSS-Feed: https://pcr.apple.com/id1484505215
On this episode of National Disability Radio, we sit down with award-winning recording artist, advocate, and author Lachi for a powerful conversation about disability pride, music, and unmasking. Lachi shares her journey, from navigating the music industry as a blind artist, to founding RAMPD, a coalition amplifying disability culture across the industry. We talk about what it means to say “I identify as blind,” move beyond the medical and social models of disability into a cultural model rooted in identity and joy, and remind listeners that no one can defeat someone who hasn't given up. From glam canes to Grammy stages, this episode is about claiming space, rejecting internalized ableism, and turning perceived flaws into flexes. Transcript: Alden Blevins: It’s Lachi? I feel very- Lachi: Lachi like Versace. Alden Blevins: Lachi like… Oh, I love that. Michelle Bishop: That is the best way to explain it. Lachi: I mean, but you know what I’m saying? Come on. Alden Blevins: Well, we’re really excited about having you today because we’re all music lovers in this group here. Michelle Bishop: Yes. Alden Blevins: We talk about music all the time. Michelle Bishop: So much. Lachi: Good, good, good, good, good, good, good. I’m in the right place. Michelle Bishop: Hi everyone. Welcome back to National Disability Radio, the official podcast of the National Disability Rights Network. I am Michelle Bishop, 1/3 of your podcast hosting team. Stephanie Flynt McEben: And I’m Stephanie Flynt McEben, public policy analyst here at NDRN. Alden Blevins: I am Alden. I am a communication specialist at NDRN and I am so excited today, like I mentioned, we’re all lovers of music, so we got a guest that I’m really excited about. Lachi is an award-winning recording artist and a recording Academy Grammy’s national trustee. She’s also a disability advocate who’s been breaking barriers in the music industry and beyond. She’s the founder of RAMPD, which by the way, is such a fun play name. I really love that. And the author of the upcoming book, I Identify as Blind. So without further ado, Michelle, you’ve got some questions to kick us off, I think. Michelle Bishop: Yes. We’re so excited to have you with us. As Alden said, we are. We’re huge music lovers. I’m pretty sure we spend most of our meetings where we allegedly plan this podcast just talking about music. So you’re absolutely in the right place today, but to get us started, I mean, you’ve been open about the fact, and I’m just really interested in this as a disability rights podcast. You’ve been really open about the fact that it took you some time to really embrace your identity as a blind and disabled woman, especially in the industry that you’re in that often really rewards conformity. Can you tell us a little bit more about that journey for you, both as an artist and as someone navigating just the world with a disability? Lachi: Okay. Yeah, for sure. Hey, everybody. Lachi here, Lachi like Versace. I am a Black woman with cornrows, chilling here in New York in my studio. I also identify as blind, I identify as neurodivergent, and I identify as an Aries. So do with that what you will. Michelle Bishop: All the important points right there. Lachi: All the important points like name, age, sign. Thank you. Okay. Yeah, but I’m really glad to be here. And thank you for that question, and thank you for having me. So music has always been a very integral part of my life of growing up. Where other babies would kick in the womb, when she was pregnant with me, I was playing the piano in the womb. I don’t know how she got a piano in there, but she’s not a liar, so I’m going to take her word for it. When I was super-duper young, I didn’t really have a lot of friends, especially because of the fact that I had differences and this and that. And so I would take to music to, I guess, understand the world better and have the world understand me better. I just knew how to express myself through song and it just said the things I needed to say. It was the prayer I needed. And because of music, I started to find confidence in how to speak and how to behave and how to act. And as I got older, when I was growing up, disability was not necessarily a thing people talked about a lot in schools and teachers didn’t know what to do. My parents didn’t really know what to do. And so I would always just turn to music. It’s actually right now I’m working on a children’s album because I think that kids need to hear music that has to do with disability and neurodivergence, as well as their parents as they grow up. When I got into college, I started wanting to do music, but I studied business and finance because when I told my parents I wanted to do music, they were like, “That’s not how you spell doctor.” because they are Nigerian immigrants and everybody else in my family went to either med school and blah, blah, blah. And I was like, “No, I want to do music.” But I did get a day job after school, after college, and didn’t love it because this girl is not going to exist behind a desk. So I ended up going to South by Southwest and I got signed actually from playing the guitar at a hole in the wall spot that nobody was at, except for this A&R apparently. So we got signed to an imprint under EMI, which was a major label back then, and we started touring and music then became my life. Now today, why wouldn’t I pay my respects back to music? I mean, it’s because of music that I was able to really lean into who I am, my disability, my confidence, et cetera. So because of that, because of how much music has given to me in my life, I’m here using music to give back to other people with disabilities. Now, your question was essentially, how do you sit here and try to bring about change for disability in an industry that is not only about conformity, but also about like, “Hey, pick me to exploit.” is essentially what the music industry is. You’re raising your hand to be exploited and that’s what kind of authenticity is that? But at the end of the day, music is some of the truest forms of storytelling. And I think to myself, just the way that hip hop has amplified Black culture and the way that country music has amplified rural culture and the way that different global musics have represented different global cultures. I want to use music to amplify disability culture. I want to use music to amplify disability stories and feelings that are difficult to put words to, that are words of the soul, which is essentially what music is. And so I started going to studios and realizing things weren’t as accessible as they should be. I started speaking with organizations and realizing things weren’t as inclusive as they should be. And the response I kept getting was like, “Oh, well, there’s nobody with a disability in the music industry, so why would we make these measures?” And so I have made it my life’s goal through RAMPD, which by the way, the best thing we ever accomplished was our acronym, not us working with the Grammys to get sign language on the red carpet, not us getting these partnerships with title, Live Nation, Spotify. I mean, we’ve done so much, not just for artists, but also for professionals. And we’ve started to realize something really interesting with the work we’ve done with RAMPD. We are getting people joining our membership who are director level folks, who are label owners, who are like the big wigs that write the checks, and they’re like, “I’m neurodivergent. I’m actually hard of hearing. I have a TBI.” And so when I originally set out, they said, “We don’t do disability inclusion because nobody’s disabled.” That was three years ago. Now I’m like, not only are there neurodivergent and disabled music professionals out here, but we all are. So really to conclude, it’s just that everyone is navigating trying to make it out in this world, but everyone’s masking. Everyone feels that they have to change some part of themselves to be as close as they can to what success looks like, be as close as they can to what “beauty” looks like, what winning looks like. But really all it is internalized ableism. And I say, as soon as we drop that internalized ableism and we really start to sit in who we truly are and we start to recognize our perceived flaws as flexes, that’s when we truly start to win. And so that’s what we’re finding out with RAMPD, that people are like, “You know what? I’m tired of navigating this difficult industry with the added layer of having to mask.” And so that’s why I do what I do. Michelle Bishop: Yes. And honestly, as ridiculous as it sounds that they say to you, “Oh, there aren’t any people with disabilities.” When I tell you, we see that in everything that we do. I do voting work at NDRN and we’ll have elections officials tell us, “This polling place isn’t accessible, but there aren’t any people with disabilities that vote here.” And it’s like, “What? You realize we’re everywhere and we do all sorts of things.” Maybe the reason they think there’s no people with disabilities here is because they’re stuck outside and they can’t get in because you didn’t make it accessible, just a thought. But I mean, it sounds like coming up against all that is really, correct me if I’m wrong, helped you to develop that identity and that disability pride in the industry. When did you first say, “I identify as blind.” and what did that mean for you? Lachi: Well, so when I first came into really doing the disability thing, really leaning in, I wanted to find out more influencers or thought leaders and such with disabilities. I didn’t really know that many people. This is pre COVID, 2018, 2019, that kind of thing. And so I came across an influencer, her name is Molly Burke, and we’re great friends now, but I didn’t know her back then. I had just seen her tagline and it had said, “I’m Molly Burke and I’m a YouTuber who happens to be blind.” And for some reason I was like, “I don’t know if I love the happens to be blind thing.” I was like, “Well, I’m proud of being blind. Blindness is part of my identity. I don’t just happen to be a woman. I don’t just happen to be a Nigerian. I don’t just happen to be all of the things I am.” And so I would go to… I was touring… We’re always touring and every time I tour and do a show, I do a comedic open where I just introduce myself, I do a quick self-description, et cetera. And in my self-description, I would say, and I don’t just happen to be blind. My blindness is part of my identity, has given me all of the opportunities I have, and it’s really made me a deeper blah, blah, blah. It was just too long. So I had punched it up to be, “My name is Lachi like Versace. She, her, I’m a Black woman with cornrows and I identify as blind.” And the interesting thing about that is people took onto it. They were like, “Oh, that’s cool, nice and punchy.” But whenever I would say it in front of a large crowd or like I’ve said it on interviews or during commercials, I would get this weird, I don’t know, pushback of like, you can’t identify as blind. Blindness is an identity. It’s a medical condition. Or they’ll be like, “Do you read braille or not?” Or they’ll be like, “We don’t want people to think trans blindness is a thing where you just have a blind identity.” And then you can be like, “Well, I’m blind today, so that’s my identity.” And I thought that was really fun. I was like, “Look, everybody’s upset. They’re talking about blindness though.” So I really leaned all the way into it. And I have to say, I am super proud of my disability identity. Was it music that brought me there? I think in a sense and in a way, like today I have a few songs, you guys are music lovers, I have a few songs out that really talk about my disability pride. I think that a lot of the times as we navigate the world, masking our disability, masking our chronic condition, our difference or whatever, we end up overcompensating. We end up building up this really, really thick problem solving muscle or this really, really thick how to get around things muscle and we overcompensate. When we’re finally accommodated, when we finally get to a place where we’re accommodated or we have the tools we need, we’re coming in like bulk as hell. We’re coming in with problem solving muscles. We’re coming in with all of these things that we had to build up because of navigating the world differently, because of every day working through this very difficult maze that is living a life unaccommodated, then when we finally are accommodated, then we are killing it and crushing it. And how could you not be proud of that? How can that not give you a sense of pride? So the songs that I would love for you guys to check out that are mine is I have a song called Life on Hard, which has gone viral several times on Instagram. I’m known as an Instagram rapper, which is like, what? Hello, I do disability advocacy. Look at that stuff. But anyway, so I have a song called Life on Hard, which is essentially about just winning the game of life, playing it on the hardest setting out here while people are still trying to consult the manual. I have another song called Professional, which is oftentimes when I walk on the stage, people see the cane and they’re like, “Aw, she’s going to do a song for us. Is this from Make a Wish Foundation?” And then I bust out these raps or I hop on the piano and I go ape on this piano and then they’re like, “Oh, snap. What? Okay.” And I’m like, “Bro, I’m a professional artist. I’m not object for pity to make you feel good because you felt weird on a Monday and you didn’t feel like getting up for work, but it’s like, she could do it. So can I.” I’m like, “No, I can do it. You most likely probably just can’t.” So that’s what that song’s about. And then there’s The Bag, and The Bag is just essentially like, I’ve been told no so much like, “No, you can’t. No, you’re not good enough. No, we don’t want you.” And I’m like, “You know what? Yes, I am good enough and I deserve everything. So I’m going to throw everything I deserve in the bag, which is everything.” I don’t know. I would not be the person I am if I didn’t love all parts of myself. And that includes my disabilities, that includes my neurodivergences and all of the other wacky, weird body jazz that I bring with me everywhere I go. Michelle Bishop: Lachi, can we maybe, do you and I just FaceTime each other every morning and hype each other up? Stephanie Flynt McEben: I was literally about to say the same thing. I would like in on a true call. Michelle Bishop: I don’t know if you know. Actually, I want to say quickly, I know some of those songs actually from social media, but they’re real. They’re so real. So people haven’t heard music, go check it out. I don’t know if you know one of our co-hosts, Stephanie is blind. You’re speaking directly to her soul right now. Stephanie Flynt McEben: I literally just texted them in our podcast group text and I was like, she’s totally speaking to my soul RN, but of course I don’t want to interrupt anything. Michelle Bishop: No, I know you’re dying to talk to her about the book, Stephanie, and take it away. Stephanie Flynt McEben: Yeah, no, absolutely, for sure. And as somebody who is blind and who also identifies as a blind person and definitely does not identify with the medical model of disability, clearly gotten to more of a social model. But yeah, in terms of going through that journey of accepting all of who you are and everything about yourself, for me, I mean, it took a minute, especially when you’re talking about your experiences as a child and I totally feel that. I was that girl playing the harmonica on the jungle gym by herself. Anyway, this is about you. This is not about me, but I’m just saying that I totally relate to you on a spiritual level. And given that, I would love to know, were there any particular moments when it came to writing the book that were particularly hard or healing? Because I mean, I think that we all know that it’s not always a linear journey. Some days are going to be harder than others. And so would love to get your perspective on that. And I think that our listeners would be interested. Lachi: Yeah, absolutely. The journey for me has been one of constantly unwrapping this amazing gift. I always try to use that as the visual, if you will, of you have this big present and you get to unwrap it and then you just keep getting something cooler inside and then you get to unwrap that and you get something cooler inside and you just keep unwrapping this beautiful gift that is yourself. But you don’t realize that when you first get the box, the amazing stuff that’s going on inside, and it takes time to get to it. So a lot of times growing up, I would kick myself in the butt of, I wish I had come to this when I was so much younger. I wish there were people out there when I was younger, role models that I could look up to when I was eight years old and pointing on the TV and saying like, “Okay, well, I mean, I understand that Ray Charles existed, but that’s not going to…” Stephanie Flynt McEben: Stevie Wonder is here, Ray Charles is here, but we need more of us. Hello. Lachi: We need more of us. Hello. Exactly. And so this time and place where I am right now is where I needed to be for this to work. So I can’t really kick myself in the butt of like, “I wish I had this. I wish I knew this so much earlier. I would’ve been so much further.” That kind of thing. You have to be where you got to be where you need to be. Even right now, this conversation we’re having right now is going to have been necessary for the next thing that is happening in our lives. And just the other day, I was hanging out with Queen Herby, who’s been one of my favorite more modern rappers. I just did a thing with Apl.de.ap. I have done some stuff with Black Caviar. Folks that I’ve looked up to, I’m having the opportunity to Snoop Dogg. I’m having the opportunity to work with these days because of the fact that I am here at the right time now. So when I was writing my book, we were peeling back all the layers. I’m a generally very positive and energetic, social butterfly type of person today. But it’s interesting, I wasn’t always this person and I had to unpack all the layers to get there. One of the biggest things that happens to me, so I’ve always been low vision. So I was born with relatively low vision and it stayed the same throughout my teens and early 20s. But one day I woke up and my sight was just gone. Boom. So the interesting thing is anybody listening would be like, “Oh my God, if I woke up and my sight was gone, I would just die or I would not know what to do. My life would be over.” Stephanie Flynt McEben: Yep. Heard that a million times. Yes. Lachi: But for me, it was weird because I was already low vision, so I was going from level one to the underwater level or whatever. So it wasn’t like that life changing of a thing. I was already using screen readers or Zoom text. I was already doing stuff of that nature. So I wake up blind and I’m just like, “Okay, I guess this is it. This is the day that they told me was coming.” What had ended up happening was my corneas had erupted. And so I went to the doctor and he was like, “You’re going to become completely blind. You’re going to go from this much worse vision than you’ve had to complete blindness over the course of time.” So here you go, here’s a coupon. Bye.” or whatever. So I’m like, all right. So I had decided at that moment that I wanted to start a bucket list. So I was like, okay, what are all the things I’ve always wanted to do before completely going completely blind? So I was like, let me go skydiving, let me go spolunking, let me go meet with people, meet with celebrities and just do all of the things I’ve always wanted to do before I lose my vision. So I went out and I did it. This is still me doing it. This is still me doing it. And so I say that because to people who say if I ever went blind, I would just die. Well, when I went blind, it made me want to live. And that’s what opened me up into being this person that I am today. Stephanie Flynt McEben: That is amazing. I genuinely love that. Lachi: We talk about charity model and propping disabled folks up as tools of pity. We talk about medical model, which is really just waiting around for cure, making the cure the hero. We talk about social model, which is a really good place to live in the sense of things are impairing if they’re not accessible. Society is impairing if it’s not inclusive. But honestly, if I have all of the things, like if I have all my tools, if I have all that I need and if folks are inclusive, then I’m still blind, but I’m not impaired. But I like to go a little step further into what is the cultural model. And so the cultural model is it’s not just a discussion of what society should and shouldn’t do. It’s actually a celebration of what you gain as a person who identifies with their disability or their neurodivergence, the things they need to overcompensate because they’re navigating the world a little differently, leaning into that. So let’s say for instance, deaf culture, sign language, and the fact that folks can have complete discussions outside of what we’re talking about, there is so much deaf pride out in these streets, that is a celebration of culture that comes out of disability. And for me, let’s say for instance, I have ADHD and it powers my one million and counting ideas. I have diagnosed OCD, which helps me carry out all those one million and counting ideas. I have diagnosed general anxiety disorder, which gives me my empathy and my excitement. And then I am blind, which when I have the tools I need, it gives me drive. It keeps me determined, it keeps me focused, and it gives me my dope ass glam canes. There was a girl and her mom, and she came up to me after a show and she was like, “Oh my God, your music was great.” I was like, thank you. She’s like, “Mommy, can I get one of those canes?” And then her mom was like, “Ugh, well, you have to be blind.” And I’m like, “Yeah, girl, you better want to be me.” Stephanie Flynt McEben: Yeah. We drive sticks. Anyway, sorry. Lachi: Yes. You know what? I speak softly and I carry a big old stick. Thank you. Stephanie Flynt McEben: Yes. Amen to that. Exactly. As somebody who considers themself a lifelong disability advocate, I never really thought about it in the sense of going beyond the social into the cultural. So thank you so, so much. We all learn something new every single day on this podcast, but I’d love to know a little bit more about, obviously you were very, very, very good at talking through these experiences in such a way that they are very relatable and easy to understand and that thing. So I’d love to pick your brain about the intended audience of your book. Who did you write it for? Other blind folks? Did you write it for, was it written for multiple audiences? Lachi: Yeah, honestly, I wrote it for the person who is masking. I wrote it for anyone who is tired of… Listen, let me put it like this. Let’s face it, disability is boring, a lot of the time it’s sad and it’s compliancy. We have to go the extra mile to make it fun because the actual truth of it is that the only reason it’s boring, sad, and compliancy is because society has kept it that way through its collective internalized ableism. And so my book is actually a humor book. It’s a pop culture book. It’s a comedy book. In fact, when we were talking to the publisher, it’s like, we should be putting this up against other comedic books, not necessarily disability books because it’s a book. I got so many jokes. I have dad jokes, they’re corny jokes, I have rap bars. I rap in a lot of the book just because I was like, “Hey, this rhymes.” I’m going to say it like a rap. We’re doing the audiobook right now, so I actually get to wrap it, which is really fun. Stephanie Flynt McEben: Oh, that is so cool. Oh my gosh. Lachi: Which is really, really fun. But really, honestly, what the book is what everything I do is it is using joy, soul, pop culture, jokes, humor, fashion, and just a really good time to celebrate disability, as well as community. So what you’ll find in this book is my story through my story, through historical deep dives, through interviews with some really, really cool popular figures and a really big deep dose of disability joy. And so a lot of folks who have disabilities, they will read this book and they’ll be energized. It’ll be like, “This is really great. I’m glad that I finally get to read a book that talks about disability in a positive way.” For blind specific folks, they might relate to a few of my stories because I talk about the day I woke up blind, I talk about when I went skydiving blind, I talk about just some of my interesting blind moments. But then I also talk about how I would go to red carpets and not know how to talk to anybody. So I’m in this amazing room with all these celebrities I can’t see and I’m just sitting on the wall. So I talk about some of the hard times too as well. But at the end of the day, really what the book is is an invitation in for somebody who feels a little different, a little awkward, has to mask, and just needed that invite in to talk about disability in a fun, joyful, celebratory way, to recognize that yes, that thing in you that’s different, that thing in you that society has told you you should view as a weakness and hide, you should be proud of. And I say this to people all the time. I say it in the industry, I say it to all my friends, I say it to anyone who will listen. I say it to my local barista and they come back and they say things like, “Oh my God, I’m so glad you said it that way. It turns out I have a titanium hip and I’ve never told anybody about that.” And that’s the vibe. The vibe is someone who was like, “I really needed this to be said to me this way, and now I am able to step all the way into my disability identity.” Alden Blevins: I love, especially what you said about joy. I feel like for me as an autistic person, my experience in the arts is that it is really a space where people who maybe don’t belong in other spaces or don’t feel like they belong in other spaces or are made to feel like they don’t belong in other spaces. I think that a lot of them really do find a safe space in music, in the arts, in theater. And I just wanted to ask, why do you think the music space is such a special one for you and why do you think it’s a place where other people with disabilities seem to flock together as well? Lachi: I mean, you hit the nail on the head. Counterculture, I mean, music often rewards counterculture. And then it eventually becomes mainstream and then we got to rebel against that. So music is a place where your soul can speak. And I think a lot of the times with disabilities, especially autism for me, I’m ADHD, OCD, a different neurodivergence situation, but a lot of the issue is communication. We don’t know how to say exactly what we need or whoever we’re talking to just doesn’t know how to hear what we’re saying. And so I think that what music does is it allows a soul to speak to a soul. A lot of the times music does this thing where you’ll be listening to a song and you’ll just be like, “That, that right there. That’s what I it me. That’s the thing I’m feeling.” type deal. Music has the ability to do that. And so for me, right now, this children’s album that I’m working on, the kids’ album, which is an album that is essentially R&B, pop, electronic, sort of the genres that I dance in for kids centered on disability and neurodivergence. Because what I want to do is be able to say, “Hey, I want you to point at that and say, that’s me.” And I think the easiest and quickest way to point at something and say, “That’s me also.” has been music. And so it’s why it’s been my strongest medium. Again, it’s not my only medium. I’m talking to folks through the book, I’m talking to folks through fashion, et cetera, et cetera. But again, music has been just the quickest, easiest point A to point B conversation easer, if you will, about disability. Another thing I also love to use is humor and comedy. So I make jokes all the time. They’re all bad. They’re all very not good jokes. I need to probably get a joke writer, but the fact that I’m having such a good time telling the jokes, I think I think is all that really matters. So I think both music and humor are just really, really great spaces for two people to get to relate to something that may be difficult to talk about. Stephanie Flynt McEben: Yo, if you need a joke writer, I’m your girl. I actually do a joke every single episode of this podcast. Michelle Bishop: Her jokes are not better than yours, Lachi. Don’t hire her. Stephanie Flynt McEben: My jokes are pretty bad. They’re worse than dad’s jokes. They’re like granddad jokes. Alden Blevins: Yeah. Stephanie is the queen of the jokes on our podcast. She always brings one through. Didn’t know that you were working on a children’s music album, and I think that’s really interesting. I actually used to be a teacher, so children’s music is something that’s near and dear to my heart. So I just wanted to ask, what would you want to tell to younger people with disabilities, younger disabled creatives about claiming space and being able to tell their own stories? Lachi: Well, one thing that I heard from someone else, I don’t remember who it was. I think it was- Michelle Bishop: Jordan? Lachi: Yes, Jordan. He’s the one that said this. Michelle Bishop: I love him. Lachi: Yeah, he’s so funny. I met him at a… What did I meet him at? The Webby Awards or something. But anyway, no one can ever defeat someone who hasn’t given up. And for some reason that hit me, and I don’t even think he was trying to say it that deep. He was just saying a joke or something. But I took that and it was like, no one can ever defeat someone who hasn’t given up. So at the end of the day, you are really the only one who can end whatever you’re trying to get. Because as long as you are still going for it, it is still still there. It’s like a Schrodinger’s cat. It’s like as long as you’re still running for it, that opportunity is still there for you to have. The opportunity is never lost as long as you’re still going for it. And people can tell you, people can take your shoulders and tell you to go right. People can take your shoulders and tell you to go left. But until you take your own shoulders and go in the direction that your heart, your soul, your passion, your fire, desires, that is when you truly begin to live. And so I say personally, lean into that. I hear from a lot of younger, especially creators with disabilities. I mentor a lot of folks, tons and tons of folks. It’s one of the things I love to do the most. But what I love to tell folks is you are going to be the best you. And that you is going to include all of the different parts of who you are, but it is especially going to include you leaning in to the things that make you different and unique as unique selling points. Earlier I talked about how people try so hard to be the “definition of beauty”, definition of success, definition of whatever. Everyone’s trying to be this reference man. Everyone’s trying to be as close as they can to the reference man. And if I’m as close as I can to the reference man, then I’ll be successful or then I’ll get this job or then I’ll get this gig. But the truth of the matter is when we look at all of the people that are doing all of the big things, they’re “eccentric”. They’re “weird”. They did some big different idea that no one was thinking about and everybody fell into their trend. The further away you are from the reference man, that is when you start to win. That is when you’ll start to see success. That is when you’ll start to feel much better about yourself. That is when you can wake up in the morning, look in the mirror and say, “I am fine.” When you are able to accept all of those different freckles of yourself that are as far away from the reference man as possible, because guess what? There is room outside of the barrel for everyone to win if they are all being their unique self and running their unique purpose. That’s what I would tell to young disabled creators. Michelle Bishop: That’s amazing. Almost feel like we should stop there, but I have so many follow-up questions. Lachi: Listen, I’m here to drop as many mics as they will let me keep breaking. Michelle Bishop: I was wondering how you see the conversation around disability and inclusion and evolving these days. And a lot of our listeners are people with disabilities or people who have other even multiple intersecting identities in which they experience barriers as well. What does allyship look like to you? Lachi: This is one of my favorite questions. So yes, we have folks with disabilities and we have folks who want to work with people with disabilities, want to help a friend with a disability, want to make sure they don’t say the wrong thing to a person with a disability, neurodivergence, chronic condition, mental health condition. That’s not an ally. Wanting to help a person with a disability is not an ally. To me, wanting to support someone with a disability, that’s an ally in the very basic definition of allyship. Here’s what I think an ally is. To answer the question, I got to do two things. One, talk about the disability umbrella. So the disability umbrella encompasses so many forms of disability. It is neurodivergence, which is ADHD, dyslexia, OCD. It is mental health conditions like anxiety, depression, bipolar. It is someone who learns a little differently. It is someone who has explosive situations like anger management. It is someone who has substance abuse disorder, maybe somebody who drinks too much or uses different substances. It is chronic back pain. You know what I’m saying? It is asthma. It is EDS. It’s POTS. It is long COVID. It is different complications that you gain after pregnancy. It is different complications that you gain as you age. It is different complications you gain through menopause. It is temporary. It is breaking your arm and wearing a cast. It is seasonal depression. There is nobody on this earth that is not within the disability umbrella. And I don’t mean that you’re going to grow into it. I don’t mean in the future. I mean right now. Whether you identify as a person with a disability or not, you have disability identity because you have experience in your body disability. And when you figure that out, then you’re an ally. Allyship is seeing yourself through the other person because you can’t look through someone else’s eyes unless you can see yourself in them. And you can’t see yourself in disability until you recognize the disability identity within yourself. All of a sudden, and I say this and people are like, “What? I say this, but I’ve seen this. I’ve seen it happen. I’ve seen people who did not associate themselves with any form of disability or anything and they’re just like, Oh, them. Oh, I’ll help them. We have a conversation and then we have a follow-up conversation and then we’re drinking and then all of a sudden they’re telling me all their disabilities and then they’re walking a little different when they encounter disability. It’s no longer a them thing. And so that’s what an ally is. People with disabilities are also allies. I am an ally to the deaf community because I recognize though I’m not deaf, I see the having to navigate the world differently in you of myself. So that’s how I define an ally. An ally is someone who understands their own disability identity and can see it in others. Michelle Bishop: Don’t mind me over here just taking notes. Stephanie Flynt McEben: Literally. Oh my gosh. Lachi, thank you so, so, so much for being with us and taking time. I know that your website, lachimusic.com is one of the places where folks can stay up to date on all of the latest and greatest things that you’re up to. Is there anything else in particular you would like to plug for our listeners? Lachi: Like you said, LACHI, L-A-C-H-I M-U-S-I-C. I’m on the internets everywhere. Instagram, Spotify, check out the old music. If you’re a creator, a music creator or professional with a disability, check us out at RAMPD, R-A-M-P-D.org. Or if you want to donate or if you want to partner with us over at RAMPD, please do. If you are a cane user, whether you’re a blind cane user or you use Mobility Cane, check out glamcanes.com, get your canes bejeweled. I Identify as Blind, our book is out on Penguin Random House, imprint called Tiny Reparations by Phoebe Robinson, who is also a comedian. So we’re out here all writing very funny books. So please check it out. And lastly, listen, try to find moments in your day of disability joy. And when you find that moment, take a picture of it or write it down so that you can go back to it and live for those moments. So thank you guys so much for having me on this podcast. It’s really been a blast getting to talk at you about all things I identify as blind. Alden Blevins: I love it. I was over here taking notes too because I just found so much of myself in what you were saying and so many things were poignant and empowering. I, as an autistic person, try to be an ally to other parts of the disability community myself. And that’s something where I’m always trying to put myself in the shoes of another person and what they might experience. So I think that’s really powerful. We were so grateful to be able to connect and learn more about you, Lachi. Lachi: Yes, yes, yes. So honored to be here, guys. Michelle Bishop: Before you head out, Lachi, do you want to hear one of Stephanie’s grandpa jokes? Lachi: I was going to say, I was like, “Let’s hear one of these granddad jokes.” Let me see. Stephanie Flynt McEben: Okay. This might be- Michelle Bishop: Okay, do it. Stephanie Flynt McEben: … a granddad joke. Okay. Where do spiders like to get their information? Lachi: The web? Michelle Bishop: That would be something to do with web. Stephanie Flynt McEben: But what kind of web? Lachi: Wow. Really? You are fired from being my comedy writer. You are fired to be my comedy writer. I was rooting for you too. I was like, let’s just… Please. Stephanie Flynt McEben: I wouldn’t even get to the punchline yet. Michelle Bishop: Worldwide web? Stephanie Flynt McEben: It is the worldwide web. Michelle Bishop: Oh. Stephanie Flynt McEben: It’s fine. It’s fine. My wife warned me not to tell that joke this month and I didn’t lose it. Michelle Bishop: Oh my gosh. I’m so glad you stuck around for that part. Lachi: As I live and breathe. Thank you guys so, so much. This has been so much fun and I will see who else I can tell that joke to. And go ahead and just to help you out, Stephanie, I’ll go ahead and embarrass myself by telling that joke to others. Stephanie Flynt McEben: Not my best work, but that is allyship. Yes. Michelle Bishop: Oh my gosh, Lachi, thank you so much. And everyone, please lachimusic.com. Check it out. Listen to the music, read the book. Alden Blevins: Speaking of the worldwide web, this has been National Disability Radio. We celebrate stories, leadership, and talent of people with disabilities. If you enjoyed this episode, be sure to subscribe, share, and continue the conversation with us on that worldwide web at ndrn.org or anywhere you get your favorite podcasts. Thanks for listening and until next time. Stephanie Flynt McEben: Bye.
On this episode of National Disability Radio, we sit down with award-winning recording artist, advocate, and author Lachi for a powerful conversation about disability pride, music, and unmasking. Lachi shares her journey, from navigating the music industry as a blind artist, to founding RAMPD, a coalition amplifying disability culture across the industry. We talk about what it means to say “I identify as blind,” move beyond the medical and social models of disability into a cultural model rooted in identity and joy, and remind listeners that no one can defeat someone who hasn't given up. From glam canes to Grammy stages, this episode is about claiming space, rejecting internalized ableism, and turning perceived flaws into flexes. Transcript: Alden Blevins: It’s Lachi? I feel very- Lachi: Lachi like Versace. Alden Blevins: Lachi like… Oh, I love that. Michelle Bishop: That is the best way to explain it. Lachi: I mean, but you know what I’m saying? Come on. Alden Blevins: Well, we’re really excited about having you today because we’re all music lovers in this group here. Michelle Bishop: Yes. Alden Blevins: We talk about music all the time. Michelle Bishop: So much. Lachi: Good, good, good, good, good, good, good. I’m in the right place. Michelle Bishop: Hi everyone. Welcome back to National Disability Radio, the official podcast of the National Disability Rights Network. I am Michelle Bishop, 1/3 of your podcast hosting team. Stephanie Flynt McEben: And I’m Stephanie Flynt McEben, public policy analyst here at NDRN. Alden Blevins: I am Alden. I am a communication specialist at NDRN and I am so excited today, like I mentioned, we’re all lovers of music, so we got a guest that I’m really excited about. Lachi is an award-winning recording artist and a recording Academy Grammy’s national trustee. She’s also a disability advocate who’s been breaking barriers in the music industry and beyond. She’s the founder of RAMPD, which by the way, is such a fun play name. I really love that. And the author of the upcoming book, I Identify as Blind. So without further ado, Michelle, you’ve got some questions to kick us off, I think. Michelle Bishop: Yes. We’re so excited to have you with us. As Alden said, we are. We’re huge music lovers. I’m pretty sure we spend most of our meetings where we allegedly plan this podcast just talking about music. So you’re absolutely in the right place today, but to get us started, I mean, you’ve been open about the fact, and I’m just really interested in this as a disability rights podcast. You’ve been really open about the fact that it took you some time to really embrace your identity as a blind and disabled woman, especially in the industry that you’re in that often really rewards conformity. Can you tell us a little bit more about that journey for you, both as an artist and as someone navigating just the world with a disability? Lachi: Okay. Yeah, for sure. Hey, everybody. Lachi here, Lachi like Versace. I am a Black woman with cornrows, chilling here in New York in my studio. I also identify as blind, I identify as neurodivergent, and I identify as an Aries. So do with that what you will. Michelle Bishop: All the important points right there. Lachi: All the important points like name, age, sign. Thank you. Okay. Yeah, but I’m really glad to be here. And thank you for that question, and thank you for having me. So music has always been a very integral part of my life of growing up. Where other babies would kick in the womb, when she was pregnant with me, I was playing the piano in the womb. I don’t know how she got a piano in there, but she’s not a liar, so I’m going to take her word for it. When I was super-duper young, I didn’t really have a lot of friends, especially because of the fact that I had differences and this and that. And so I would take to music to, I guess, understand the world better and have the world understand me better. I just knew how to express myself through song and it just said the things I needed to say. It was the prayer I needed. And because of music, I started to find confidence in how to speak and how to behave and how to act. And as I got older, when I was growing up, disability was not necessarily a thing people talked about a lot in schools and teachers didn’t know what to do. My parents didn’t really know what to do. And so I would always just turn to music. It’s actually right now I’m working on a children’s album because I think that kids need to hear music that has to do with disability and neurodivergence, as well as their parents as they grow up. When I got into college, I started wanting to do music, but I studied business and finance because when I told my parents I wanted to do music, they were like, “That’s not how you spell doctor.” because they are Nigerian immigrants and everybody else in my family went to either med school and blah, blah, blah. And I was like, “No, I want to do music.” But I did get a day job after school, after college, and didn’t love it because this girl is not going to exist behind a desk. So I ended up going to South by Southwest and I got signed actually from playing the guitar at a hole in the wall spot that nobody was at, except for this A&R apparently. So we got signed to an imprint under EMI, which was a major label back then, and we started touring and music then became my life. Now today, why wouldn’t I pay my respects back to music? I mean, it’s because of music that I was able to really lean into who I am, my disability, my confidence, et cetera. So because of that, because of how much music has given to me in my life, I’m here using music to give back to other people with disabilities. Now, your question was essentially, how do you sit here and try to bring about change for disability in an industry that is not only about conformity, but also about like, “Hey, pick me to exploit.” is essentially what the music industry is. You’re raising your hand to be exploited and that’s what kind of authenticity is that? But at the end of the day, music is some of the truest forms of storytelling. And I think to myself, just the way that hip hop has amplified Black culture and the way that country music has amplified rural culture and the way that different global musics have represented different global cultures. I want to use music to amplify disability culture. I want to use music to amplify disability stories and feelings that are difficult to put words to, that are words of the soul, which is essentially what music is. And so I started going to studios and realizing things weren’t as accessible as they should be. I started speaking with organizations and realizing things weren’t as inclusive as they should be. And the response I kept getting was like, “Oh, well, there’s nobody with a disability in the music industry, so why would we make these measures?” And so I have made it my life’s goal through RAMPD, which by the way, the best thing we ever accomplished was our acronym, not us working with the Grammys to get sign language on the red carpet, not us getting these partnerships with title, Live Nation, Spotify. I mean, we’ve done so much, not just for artists, but also for professionals. And we’ve started to realize something really interesting with the work we’ve done with RAMPD. We are getting people joining our membership who are director level folks, who are label owners, who are like the big wigs that write the checks, and they’re like, “I’m neurodivergent. I’m actually hard of hearing. I have a TBI.” And so when I originally set out, they said, “We don’t do disability inclusion because nobody’s disabled.” That was three years ago. Now I’m like, not only are there neurodivergent and disabled music professionals out here, but we all are. So really to conclude, it’s just that everyone is navigating trying to make it out in this world, but everyone’s masking. Everyone feels that they have to change some part of themselves to be as close as they can to what success looks like, be as close as they can to what “beauty” looks like, what winning looks like. But really all it is internalized ableism. And I say, as soon as we drop that internalized ableism and we really start to sit in who we truly are and we start to recognize our perceived flaws as flexes, that’s when we truly start to win. And so that’s what we’re finding out with RAMPD, that people are like, “You know what? I’m tired of navigating this difficult industry with the added layer of having to mask.” And so that’s why I do what I do. Michelle Bishop: Yes. And honestly, as ridiculous as it sounds that they say to you, “Oh, there aren’t any people with disabilities.” When I tell you, we see that in everything that we do. I do voting work at NDRN and we’ll have elections officials tell us, “This polling place isn’t accessible, but there aren’t any people with disabilities that vote here.” And it’s like, “What? You realize we’re everywhere and we do all sorts of things.” Maybe the reason they think there’s no people with disabilities here is because they’re stuck outside and they can’t get in because you didn’t make it accessible, just a thought. But I mean, it sounds like coming up against all that is really, correct me if I’m wrong, helped you to develop that identity and that disability pride in the industry. When did you first say, “I identify as blind.” and what did that mean for you? Lachi: Well, so when I first came into really doing the disability thing, really leaning in, I wanted to find out more influencers or thought leaders and such with disabilities. I didn’t really know that many people. This is pre COVID, 2018, 2019, that kind of thing. And so I came across an influencer, her name is Molly Burke, and we’re great friends now, but I didn’t know her back then. I had just seen her tagline and it had said, “I’m Molly Burke and I’m a YouTuber who happens to be blind.” And for some reason I was like, “I don’t know if I love the happens to be blind thing.” I was like, “Well, I’m proud of being blind. Blindness is part of my identity. I don’t just happen to be a woman. I don’t just happen to be a Nigerian. I don’t just happen to be all of the things I am.” And so I would go to… I was touring… We’re always touring and every time I tour and do a show, I do a comedic open where I just introduce myself, I do a quick self-description, et cetera. And in my self-description, I would say, and I don’t just happen to be blind. My blindness is part of my identity, has given me all of the opportunities I have, and it’s really made me a deeper blah, blah, blah. It was just too long. So I had punched it up to be, “My name is Lachi like Versace. She, her, I’m a Black woman with cornrows and I identify as blind.” And the interesting thing about that is people took onto it. They were like, “Oh, that’s cool, nice and punchy.” But whenever I would say it in front of a large crowd or like I’ve said it on interviews or during commercials, I would get this weird, I don’t know, pushback of like, you can’t identify as blind. Blindness is an identity. It’s a medical condition. Or they’ll be like, “Do you read braille or not?” Or they’ll be like, “We don’t want people to think trans blindness is a thing where you just have a blind identity.” And then you can be like, “Well, I’m blind today, so that’s my identity.” And I thought that was really fun. I was like, “Look, everybody’s upset. They’re talking about blindness though.” So I really leaned all the way into it. And I have to say, I am super proud of my disability identity. Was it music that brought me there? I think in a sense and in a way, like today I have a few songs, you guys are music lovers, I have a few songs out that really talk about my disability pride. I think that a lot of the times as we navigate the world, masking our disability, masking our chronic condition, our difference or whatever, we end up overcompensating. We end up building up this really, really thick problem solving muscle or this really, really thick how to get around things muscle and we overcompensate. When we’re finally accommodated, when we finally get to a place where we’re accommodated or we have the tools we need, we’re coming in like bulk as hell. We’re coming in with problem solving muscles. We’re coming in with all of these things that we had to build up because of navigating the world differently, because of every day working through this very difficult maze that is living a life unaccommodated, then when we finally are accommodated, then we are killing it and crushing it. And how could you not be proud of that? How can that not give you a sense of pride? So the songs that I would love for you guys to check out that are mine is I have a song called Life on Hard, which has gone viral several times on Instagram. I’m known as an Instagram rapper, which is like, what? Hello, I do disability advocacy. Look at that stuff. But anyway, so I have a song called Life on Hard, which is essentially about just winning the game of life, playing it on the hardest setting out here while people are still trying to consult the manual. I have another song called Professional, which is oftentimes when I walk on the stage, people see the cane and they’re like, “Aw, she’s going to do a song for us. Is this from Make a Wish Foundation?” And then I bust out these raps or I hop on the piano and I go ape on this piano and then they’re like, “Oh, snap. What? Okay.” And I’m like, “Bro, I’m a professional artist. I’m not object for pity to make you feel good because you felt weird on a Monday and you didn’t feel like getting up for work, but it’s like, she could do it. So can I.” I’m like, “No, I can do it. You most likely probably just can’t.” So that’s what that song’s about. And then there’s The Bag, and The Bag is just essentially like, I’ve been told no so much like, “No, you can’t. No, you’re not good enough. No, we don’t want you.” And I’m like, “You know what? Yes, I am good enough and I deserve everything. So I’m going to throw everything I deserve in the bag, which is everything.” I don’t know. I would not be the person I am if I didn’t love all parts of myself. And that includes my disabilities, that includes my neurodivergences and all of the other wacky, weird body jazz that I bring with me everywhere I go. Michelle Bishop: Lachi, can we maybe, do you and I just FaceTime each other every morning and hype each other up? Stephanie Flynt McEben: I was literally about to say the same thing. I would like in on a true call. Michelle Bishop: I don’t know if you know. Actually, I want to say quickly, I know some of those songs actually from social media, but they’re real. They’re so real. So people haven’t heard music, go check it out. I don’t know if you know one of our co-hosts, Stephanie is blind. You’re speaking directly to her soul right now. Stephanie Flynt McEben: I literally just texted them in our podcast group text and I was like, she’s totally speaking to my soul RN, but of course I don’t want to interrupt anything. Michelle Bishop: No, I know you’re dying to talk to her about the book, Stephanie, and take it away. Stephanie Flynt McEben: Yeah, no, absolutely, for sure. And as somebody who is blind and who also identifies as a blind person and definitely does not identify with the medical model of disability, clearly gotten to more of a social model. But yeah, in terms of going through that journey of accepting all of who you are and everything about yourself, for me, I mean, it took a minute, especially when you’re talking about your experiences as a child and I totally feel that. I was that girl playing the harmonica on the jungle gym by herself. Anyway, this is about you. This is not about me, but I’m just saying that I totally relate to you on a spiritual level. And given that, I would love to know, were there any particular moments when it came to writing the book that were particularly hard or healing? Because I mean, I think that we all know that it’s not always a linear journey. Some days are going to be harder than others. And so would love to get your perspective on that. And I think that our listeners would be interested. Lachi: Yeah, absolutely. The journey for me has been one of constantly unwrapping this amazing gift. I always try to use that as the visual, if you will, of you have this big present and you get to unwrap it and then you just keep getting something cooler inside and then you get to unwrap that and you get something cooler inside and you just keep unwrapping this beautiful gift that is yourself. But you don’t realize that when you first get the box, the amazing stuff that’s going on inside, and it takes time to get to it. So a lot of times growing up, I would kick myself in the butt of, I wish I had come to this when I was so much younger. I wish there were people out there when I was younger, role models that I could look up to when I was eight years old and pointing on the TV and saying like, “Okay, well, I mean, I understand that Ray Charles existed, but that’s not going to…” Stephanie Flynt McEben: Stevie Wonder is here, Ray Charles is here, but we need more of us. Hello. Lachi: We need more of us. Hello. Exactly. And so this time and place where I am right now is where I needed to be for this to work. So I can’t really kick myself in the butt of like, “I wish I had this. I wish I knew this so much earlier. I would’ve been so much further.” That kind of thing. You have to be where you got to be where you need to be. Even right now, this conversation we’re having right now is going to have been necessary for the next thing that is happening in our lives. And just the other day, I was hanging out with Queen Herby, who’s been one of my favorite more modern rappers. I just did a thing with Apl.de.ap. I have done some stuff with Black Caviar. Folks that I’ve looked up to, I’m having the opportunity to Snoop Dogg. I’m having the opportunity to work with these days because of the fact that I am here at the right time now. So when I was writing my book, we were peeling back all the layers. I’m a generally very positive and energetic, social butterfly type of person today. But it’s interesting, I wasn’t always this person and I had to unpack all the layers to get there. One of the biggest things that happens to me, so I’ve always been low vision. So I was born with relatively low vision and it stayed the same throughout my teens and early 20s. But one day I woke up and my sight was just gone. Boom. So the interesting thing is anybody listening would be like, “Oh my God, if I woke up and my sight was gone, I would just die or I would not know what to do. My life would be over.” Stephanie Flynt McEben: Yep. Heard that a million times. Yes. Lachi: But for me, it was weird because I was already low vision, so I was going from level one to the underwater level or whatever. So it wasn’t like that life changing of a thing. I was already using screen readers or Zoom text. I was already doing stuff of that nature. So I wake up blind and I’m just like, “Okay, I guess this is it. This is the day that they told me was coming.” What had ended up happening was my corneas had erupted. And so I went to the doctor and he was like, “You’re going to become completely blind. You’re going to go from this much worse vision than you’ve had to complete blindness over the course of time.” So here you go, here’s a coupon. Bye.” or whatever. So I’m like, all right. So I had decided at that moment that I wanted to start a bucket list. So I was like, okay, what are all the things I’ve always wanted to do before completely going completely blind? So I was like, let me go skydiving, let me go spolunking, let me go meet with people, meet with celebrities and just do all of the things I’ve always wanted to do before I lose my vision. So I went out and I did it. This is still me doing it. This is still me doing it. And so I say that because to people who say if I ever went blind, I would just die. Well, when I went blind, it made me want to live. And that’s what opened me up into being this person that I am today. Stephanie Flynt McEben: That is amazing. I genuinely love that. Lachi: We talk about charity model and propping disabled folks up as tools of pity. We talk about medical model, which is really just waiting around for cure, making the cure the hero. We talk about social model, which is a really good place to live in the sense of things are impairing if they’re not accessible. Society is impairing if it’s not inclusive. But honestly, if I have all of the things, like if I have all my tools, if I have all that I need and if folks are inclusive, then I’m still blind, but I’m not impaired. But I like to go a little step further into what is the cultural model. And so the cultural model is it’s not just a discussion of what society should and shouldn’t do. It’s actually a celebration of what you gain as a person who identifies with their disability or their neurodivergence, the things they need to overcompensate because they’re navigating the world a little differently, leaning into that. So let’s say for instance, deaf culture, sign language, and the fact that folks can have complete discussions outside of what we’re talking about, there is so much deaf pride out in these streets, that is a celebration of culture that comes out of disability. And for me, let’s say for instance, I have ADHD and it powers my one million and counting ideas. I have diagnosed OCD, which helps me carry out all those one million and counting ideas. I have diagnosed general anxiety disorder, which gives me my empathy and my excitement. And then I am blind, which when I have the tools I need, it gives me drive. It keeps me determined, it keeps me focused, and it gives me my dope ass glam canes. There was a girl and her mom, and she came up to me after a show and she was like, “Oh my God, your music was great.” I was like, thank you. She’s like, “Mommy, can I get one of those canes?” And then her mom was like, “Ugh, well, you have to be blind.” And I’m like, “Yeah, girl, you better want to be me.” Stephanie Flynt McEben: Yeah. We drive sticks. Anyway, sorry. Lachi: Yes. You know what? I speak softly and I carry a big old stick. Thank you. Stephanie Flynt McEben: Yes. Amen to that. Exactly. As somebody who considers themself a lifelong disability advocate, I never really thought about it in the sense of going beyond the social into the cultural. So thank you so, so much. We all learn something new every single day on this podcast, but I’d love to know a little bit more about, obviously you were very, very, very good at talking through these experiences in such a way that they are very relatable and easy to understand and that thing. So I’d love to pick your brain about the intended audience of your book. Who did you write it for? Other blind folks? Did you write it for, was it written for multiple audiences? Lachi: Yeah, honestly, I wrote it for the person who is masking. I wrote it for anyone who is tired of… Listen, let me put it like this. Let’s face it, disability is boring, a lot of the time it’s sad and it’s compliancy. We have to go the extra mile to make it fun because the actual truth of it is that the only reason it’s boring, sad, and compliancy is because society has kept it that way through its collective internalized ableism. And so my book is actually a humor book. It’s a pop culture book. It’s a comedy book. In fact, when we were talking to the publisher, it’s like, we should be putting this up against other comedic books, not necessarily disability books because it’s a book. I got so many jokes. I have dad jokes, they’re corny jokes, I have rap bars. I rap in a lot of the book just because I was like, “Hey, this rhymes.” I’m going to say it like a rap. We’re doing the audiobook right now, so I actually get to wrap it, which is really fun. Stephanie Flynt McEben: Oh, that is so cool. Oh my gosh. Lachi: Which is really, really fun. But really, honestly, what the book is what everything I do is it is using joy, soul, pop culture, jokes, humor, fashion, and just a really good time to celebrate disability, as well as community. So what you’ll find in this book is my story through my story, through historical deep dives, through interviews with some really, really cool popular figures and a really big deep dose of disability joy. And so a lot of folks who have disabilities, they will read this book and they’ll be energized. It’ll be like, “This is really great. I’m glad that I finally get to read a book that talks about disability in a positive way.” For blind specific folks, they might relate to a few of my stories because I talk about the day I woke up blind, I talk about when I went skydiving blind, I talk about just some of my interesting blind moments. But then I also talk about how I would go to red carpets and not know how to talk to anybody. So I’m in this amazing room with all these celebrities I can’t see and I’m just sitting on the wall. So I talk about some of the hard times too as well. But at the end of the day, really what the book is is an invitation in for somebody who feels a little different, a little awkward, has to mask, and just needed that invite in to talk about disability in a fun, joyful, celebratory way, to recognize that yes, that thing in you that’s different, that thing in you that society has told you you should view as a weakness and hide, you should be proud of. And I say this to people all the time. I say it in the industry, I say it to all my friends, I say it to anyone who will listen. I say it to my local barista and they come back and they say things like, “Oh my God, I’m so glad you said it that way. It turns out I have a titanium hip and I’ve never told anybody about that.” And that’s the vibe. The vibe is someone who was like, “I really needed this to be said to me this way, and now I am able to step all the way into my disability identity.” Alden Blevins: I love, especially what you said about joy. I feel like for me as an autistic person, my experience in the arts is that it is really a space where people who maybe don’t belong in other spaces or don’t feel like they belong in other spaces or are made to feel like they don’t belong in other spaces. I think that a lot of them really do find a safe space in music, in the arts, in theater. And I just wanted to ask, why do you think the music space is such a special one for you and why do you think it’s a place where other people with disabilities seem to flock together as well? Lachi: I mean, you hit the nail on the head. Counterculture, I mean, music often rewards counterculture. And then it eventually becomes mainstream and then we got to rebel against that. So music is a place where your soul can speak. And I think a lot of the times with disabilities, especially autism for me, I’m ADHD, OCD, a different neurodivergence situation, but a lot of the issue is communication. We don’t know how to say exactly what we need or whoever we’re talking to just doesn’t know how to hear what we’re saying. And so I think that what music does is it allows a soul to speak to a soul. A lot of the times music does this thing where you’ll be listening to a song and you’ll just be like, “That, that right there. That’s what I it me. That’s the thing I’m feeling.” type deal. Music has the ability to do that. And so for me, right now, this children’s album that I’m working on, the kids’ album, which is an album that is essentially R&B, pop, electronic, sort of the genres that I dance in for kids centered on disability and neurodivergence. Because what I want to do is be able to say, “Hey, I want you to point at that and say, that’s me.” And I think the easiest and quickest way to point at something and say, “That’s me also.” has been music. And so it’s why it’s been my strongest medium. Again, it’s not my only medium. I’m talking to folks through the book, I’m talking to folks through fashion, et cetera, et cetera. But again, music has been just the quickest, easiest point A to point B conversation easer, if you will, about disability. Another thing I also love to use is humor and comedy. So I make jokes all the time. They’re all bad. They’re all very not good jokes. I need to probably get a joke writer, but the fact that I’m having such a good time telling the jokes, I think I think is all that really matters. So I think both music and humor are just really, really great spaces for two people to get to relate to something that may be difficult to talk about. Stephanie Flynt McEben: Yo, if you need a joke writer, I’m your girl. I actually do a joke every single episode of this podcast. Michelle Bishop: Her jokes are not better than yours, Lachi. Don’t hire her. Stephanie Flynt McEben: My jokes are pretty bad. They’re worse than dad’s jokes. They’re like granddad jokes. Alden Blevins: Yeah. Stephanie is the queen of the jokes on our podcast. She always brings one through. Didn’t know that you were working on a children’s music album, and I think that’s really interesting. I actually used to be a teacher, so children’s music is something that’s near and dear to my heart. So I just wanted to ask, what would you want to tell to younger people with disabilities, younger disabled creatives about claiming space and being able to tell their own stories? Lachi: Well, one thing that I heard from someone else, I don’t remember who it was. I think it was- Michelle Bishop: Jordan? Lachi: Yes, Jordan. He’s the one that said this. Michelle Bishop: I love him. Lachi: Yeah, he’s so funny. I met him at a… What did I meet him at? The Webby Awards or something. But anyway, no one can ever defeat someone who hasn’t given up. And for some reason that hit me, and I don’t even think he was trying to say it that deep. He was just saying a joke or something. But I took that and it was like, no one can ever defeat someone who hasn’t given up. So at the end of the day, you are really the only one who can end whatever you’re trying to get. Because as long as you are still going for it, it is still still there. It’s like a Schrodinger’s cat. It’s like as long as you’re still running for it, that opportunity is still there for you to have. The opportunity is never lost as long as you’re still going for it. And people can tell you, people can take your shoulders and tell you to go right. People can take your shoulders and tell you to go left. But until you take your own shoulders and go in the direction that your heart, your soul, your passion, your fire, desires, that is when you truly begin to live. And so I say personally, lean into that. I hear from a lot of younger, especially creators with disabilities. I mentor a lot of folks, tons and tons of folks. It’s one of the things I love to do the most. But what I love to tell folks is you are going to be the best you. And that you is going to include all of the different parts of who you are, but it is especially going to include you leaning in to the things that make you different and unique as unique selling points. Earlier I talked about how people try so hard to be the “definition of beauty”, definition of success, definition of whatever. Everyone’s trying to be this reference man. Everyone’s trying to be as close as they can to the reference man. And if I’m as close as I can to the reference man, then I’ll be successful or then I’ll get this job or then I’ll get this gig. But the truth of the matter is when we look at all of the people that are doing all of the big things, they’re “eccentric”. They’re “weird”. They did some big different idea that no one was thinking about and everybody fell into their trend. The further away you are from the reference man, that is when you start to win. That is when you’ll start to see success. That is when you’ll start to feel much better about yourself. That is when you can wake up in the morning, look in the mirror and say, “I am fine.” When you are able to accept all of those different freckles of yourself that are as far away from the reference man as possible, because guess what? There is room outside of the barrel for everyone to win if they are all being their unique self and running their unique purpose. That’s what I would tell to young disabled creators. Michelle Bishop: That’s amazing. Almost feel like we should stop there, but I have so many follow-up questions. Lachi: Listen, I’m here to drop as many mics as they will let me keep breaking. Michelle Bishop: I was wondering how you see the conversation around disability and inclusion and evolving these days. And a lot of our listeners are people with disabilities or people who have other even multiple intersecting identities in which they experience barriers as well. What does allyship look like to you? Lachi: This is one of my favorite questions. So yes, we have folks with disabilities and we have folks who want to work with people with disabilities, want to help a friend with a disability, want to make sure they don’t say the wrong thing to a person with a disability, neurodivergence, chronic condition, mental health condition. That’s not an ally. Wanting to help a person with a disability is not an ally. To me, wanting to support someone with a disability, that’s an ally in the very basic definition of allyship. Here’s what I think an ally is. To answer the question, I got to do two things. One, talk about the disability umbrella. So the disability umbrella encompasses so many forms of disability. It is neurodivergence, which is ADHD, dyslexia, OCD. It is mental health conditions like anxiety, depression, bipolar. It is someone who learns a little differently. It is someone who has explosive situations like anger management. It is someone who has substance abuse disorder, maybe somebody who drinks too much or uses different substances. It is chronic back pain. You know what I’m saying? It is asthma. It is EDS. It’s POTS. It is long COVID. It is different complications that you gain after pregnancy. It is different complications that you gain as you age. It is different complications you gain through menopause. It is temporary. It is breaking your arm and wearing a cast. It is seasonal depression. There is nobody on this earth that is not within the disability umbrella. And I don’t mean that you’re going to grow into it. I don’t mean in the future. I mean right now. Whether you identify as a person with a disability or not, you have disability identity because you have experience in your body disability. And when you figure that out, then you’re an ally. Allyship is seeing yourself through the other person because you can’t look through someone else’s eyes unless you can see yourself in them. And you can’t see yourself in disability until you recognize the disability identity within yourself. All of a sudden, and I say this and people are like, “What? I say this, but I’ve seen this. I’ve seen it happen. I’ve seen people who did not associate themselves with any form of disability or anything and they’re just like, Oh, them. Oh, I’ll help them. We have a conversation and then we have a follow-up conversation and then we’re drinking and then all of a sudden they’re telling me all their disabilities and then they’re walking a little different when they encounter disability. It’s no longer a them thing. And so that’s what an ally is. People with disabilities are also allies. I am an ally to the deaf community because I recognize though I’m not deaf, I see the having to navigate the world differently in you of myself. So that’s how I define an ally. An ally is someone who understands their own disability identity and can see it in others. Michelle Bishop: Don’t mind me over here just taking notes. Stephanie Flynt McEben: Literally. Oh my gosh. Lachi, thank you so, so, so much for being with us and taking time. I know that your website, lachimusic.com is one of the places where folks can stay up to date on all of the latest and greatest things that you’re up to. Is there anything else in particular you would like to plug for our listeners? Lachi: Like you said, LACHI, L-A-C-H-I M-U-S-I-C. I’m on the internets everywhere. Instagram, Spotify, check out the old music. If you’re a creator, a music creator or professional with a disability, check us out at RAMPD, R-A-M-P-D.org. Or if you want to donate or if you want to partner with us over at RAMPD, please do. If you are a cane user, whether you’re a blind cane user or you use Mobility Cane, check out glamcanes.com, get your canes bejeweled. I Identify as Blind, our book is out on Penguin Random House, imprint called Tiny Reparations by Phoebe Robinson, who is also a comedian. So we’re out here all writing very funny books. So please check it out. And lastly, listen, try to find moments in your day of disability joy. And when you find that moment, take a picture of it or write it down so that you can go back to it and live for those moments. So thank you guys so much for having me on this podcast. It’s really been a blast getting to talk at you about all things I identify as blind. Alden Blevins: I love it. I was over here taking notes too because I just found so much of myself in what you were saying and so many things were poignant and empowering. I, as an autistic person, try to be an ally to other parts of the disability community myself. And that’s something where I’m always trying to put myself in the shoes of another person and what they might experience. So I think that’s really powerful. We were so grateful to be able to connect and learn more about you, Lachi. Lachi: Yes, yes, yes. So honored to be here, guys. Michelle Bishop: Before you head out, Lachi, do you want to hear one of Stephanie’s grandpa jokes? Lachi: I was going to say, I was like, “Let’s hear one of these granddad jokes.” Let me see. Stephanie Flynt McEben: Okay. This might be- Michelle Bishop: Okay, do it. Stephanie Flynt McEben: … a granddad joke. Okay. Where do spiders like to get their information? Lachi: The web? Michelle Bishop: That would be something to do with web. Stephanie Flynt McEben: But what kind of web? Lachi: Wow. Really? You are fired from being my comedy writer. You are fired to be my comedy writer. I was rooting for you too. I was like, let’s just… Please. Stephanie Flynt McEben: I wouldn’t even get to the punchline yet. Michelle Bishop: Worldwide web? Stephanie Flynt McEben: It is the worldwide web. Michelle Bishop: Oh. Stephanie Flynt McEben: It’s fine. It’s fine. My wife warned me not to tell that joke this month and I didn’t lose it. Michelle Bishop: Oh my gosh. I’m so glad you stuck around for that part. Lachi: As I live and breathe. Thank you guys so, so much. This has been so much fun and I will see who else I can tell that joke to. And go ahead and just to help you out, Stephanie, I’ll go ahead and embarrass myself by telling that joke to others. Stephanie Flynt McEben: Not my best work, but that is allyship. Yes. Michelle Bishop: Oh my gosh, Lachi, thank you so much. And everyone, please lachimusic.com. Check it out. Listen to the music, read the book. Alden Blevins: Speaking of the worldwide web, this has been National Disability Radio. We celebrate stories, leadership, and talent of people with disabilities. If you enjoyed this episode, be sure to subscribe, share, and continue the conversation with us on that worldwide web at ndrn.org or anywhere you get your favorite podcasts. Thanks for listening and until next time. Stephanie Flynt McEben: Bye.
Apple cerró su semana de lanzamientos con un producto inesperado: la MacBook NEO. Una Mac pensada para estudiantes, usuarios nuevos y para quienes quieren entrar al ecosistema Apple al menor precio posible. ✔️ Desde 599 dólares✔️ Chip A18 Pro (sí, el del iPhone 16 Pro)✔️ macOS completo funcionando sobre arquitectura de iPhone✔️ Pantalla Liquid Retina de 13 pulgadas✔️ 16 horas de autonomía✔️ Diseño ultraliviano con nuevo anodizado✔️ Cámara FaceTime 1080p con Center Stage✔️ Wi-Fi 6 y Bluetooth 6 Pero también tiene limitaciones importantes: ⚠️ Solo 8 GB de RAM⚠️ Sin posibilidad de ampliación⚠️ Desde 256 GB de almacenamiento⚠️ Menos potencia que la MacBook Air M5
In this laid-back, family-focused conversation, a Division I FCS head coach, Shawn Watson, with 40 years of experience breaks down what really matters in recruiting in 2026, beyond highlights and measurables. You'll hear why character and long-term life plans are a separating factor, how the transfer portal has accelerated everything, and why camps, calls, FaceTime, and real relationships are now critical to getting on a coach's radar. Coach Watson also shares the exact questions recruits should ask to get clarity, “Where do I stand on your board?”, how parents can support without taking over, and what makes the Wofford academic + alumni network a legitimate “life after football” advantage.Want Some 1:1 Help With Getting Your Son a College Football Scholarship? Click Here To Learn More & Schedule Your 15 Minute Scholarship Evaluation:https://gonextplay.com/book-evaluation-call?el=youtube-orgClick Here to Register for My Free Live Training:https://gonextplay.com/free-training?el=richie-yt-bio
BE WARNED: It's LuAnna, and this podcast contains honest, upfront opinions, rants, bants and general explicit content. But you know you love it.On this week's LuAnna: Two WiFi engineers get into an actual barney in Lu's Dubai house, bins are back in the chat (to Bec's disdain), Katherine Ryan's facelift has Lu eyeing up York for a little “preventative tweak”, and a devastating update on Enzo's fish… RIP Six Seven
In1 Timothy 2:1 we read: “I exhort therefore, first of all, thatsupplications, prayers, intercessions, and giving of thanks be made for allmen, for kings, and for all who are in authority, that we may lead a quiet andpeaceable life in all godliness and reverence. For this is good and acceptablein the sight of God our Savior, who desires all men to be saved and to come tothe knowledge of the truth.” Then in verse 8 Paul goes on to write: “Idesire therefore that the men pray everywhere, lifting up holy hands, withoutwrath and doubting.” Today we want to talk about the variety ofprayer. BeforeI do that, let me ask you to pray specifically for my family—Jonathan andHeidi—and my grandchildren. They are in Jordan. They contacted us early, rightafter this conflict began, and even showed us video of missiles going overheadand interceptors striking those missiles that were headed toward Israel. Theyare scheduled to come home tomorrow morning, Sunday morning, but that is nowuncertain. So please pray for Jonathan and his family, for their safety, andfor the safety of all Americans who are in that part of the Middle East. I wasable to Facetime with Jonathan and the grandchildren as they were on the roofof their apartment there in Amman Jordan for a few minutes early this morningour time. They said they would definitely appreciate all your prayers for theirfamily and all their associates and friends there in the Middle East! Weknow that as we pray, God answers prayer. Nothing is impossible with God. Hehas a divine purpose in everything that takes place. Our responsibility is topray. We stand in prayer. We stand in the gap. As you look at this passage ofScripture, notice the variety of prayer: “praying always with allprayer and supplication.” Also in Philippians 4:6 we read: “Be anxiousfor nothing, but in everything by prayer and supplication, with thanksgiving,let your requests be made known to the Lord.” Prayerhas many forms. In these passages it is called prayer, supplication, andthanksgiving. Then in 1 Timothy 2:1, which we just read, it speaks ofsupplications, prayers, intercessions, and giving of thanks. We know thatprayer includes confession, petitions, intercession, thanksgiving, and praise. Sometimesbelievers only ask for things when they pray. But prayer is much more thanasking. When I was a brand-new Christian, I picked up a book by Dr. John R.Rice about prayer. The title was Prayer: Asking and Receiving.Certainly, prayer includes asking and receiving—but it is also thanksgiving. Itis also praise. It is also interceding for others. Jobprayed for his friends in Job 42:10. With friends like Job had, he did not needenemies—just read the book of Job. Yet when he prayed for his friends, theScripture says his captivity was turned. He was released. God was then able tobless him again in a wonderful and powerful way. Prayer may be public orprivate. It may be loud or silent. Often, as thoughts come to our minds, we canimmediately take them to the Lord. He knows our thoughts from afar, and we canturn those thoughts into prayer. Prayercan be planned or spontaneous. It might be while we are kneeling. It could bewhile we are standing, sitting, or walking. I practice prayer walking in myneighborhood regularly. It is a wonderful time to pray for my neighbors byname—those I have met—and to ask for God's grace, mercy, help, and salvation torest upon them if they need Christ. Myfriend, prayer comes in many varieties and many forms. But the main thing isthat we pray always with all prayer and supplications. May the Lord help us todo just that. And again, I ask you to pray for our family—Jonathan, Heidi, andthe children—in the Middle East, along with all of our friends who are in thatregion. God bless you today. Jesus is coming soon. Keep looking up and continuein prayer. Godbless you, and may you have a wonderful, wonderful day.
Kevin survived the New York blizzard … and lived to tell the tale! Jenna and Kevin catch up FaceTime-style - from snow days in Central Park to Dianna Agron commanding the stage at Café Carlyle, and Matthew Morrison taking over for Jonathan Groff in Just in Time on Broadway. Plus, a backstage update on Kevin’s Traitors game at Spelling Bee … and yes, he reveals his role. Add in the Glee clips making the rounds, what they’ve been binge-watching, and more. For fun, exclusive content, and behind-the-scenes clips, follow us on Instagram @andthatswhatyoureallymissedpod & TikTok @thatswhatyoureallymissed!See omnystudio.com/listener for privacy information.
Scoping in the Age of AI (Part 2): Workflow Mastery, Coaching, and Avoiding AI "Scopist” Scams.In this episode, we continue the conversation as a Part 2 of Episode 77. Brynn discusses with Rachel Harris about hands-on coaching to streamline scoping and editing, including observing reporters via Zoom plus FaceTime to see exact mouse and keyboard actions, identifying repetitive pain points, and customizing macros, keyboard mappings, and EZ Speaker usage to reduce steps and save time.Rachel shares how she gamified learning shortcuts to avoid the mouse, explains why many reporters were never taught CaseCATalyst capabilities, and suggests a small set of high-impact shortcuts can be “life changing,” while fixes must be tailored to each workflow.Brynn describes pausing her VTM approach to build a more sustainable app focused on dashboards, bookkeeping, billing, deadlines, and transcript tracking.Rachel warns about marketplace confusion and Facebook “scams” involving non–court-reporting-trained “AI/digital” scopists, urging mastery and clear “steno scopist” labeling. Rachel shares where to find her coaching and Scoping International.00:00 Welcome Back Part Two00:24 Hands-on Coaching Setup02:07 Macros And EZ Speakers02:59 Keyboard-Only Scoping05:19 Overcoming the Awkwardness07:12 You're Not Supposed To Know09:08 Five Shortcuts That Matter11:42 Building A VTM App14:19 Scams with "Steno Scopists"19:42 Where AI Fits In23:01 How To Find Rachel23:52 Scoping International And Certs26:22 Favorite Hidden Text Shortcut27:49 Wrap Up And Next Episode28:18 VTM App (New Version)Takeaways:In this episode, we delve into hands-on coaching techniques that enhance scoping and editing processes for court reporters.We emphasize the importance of observing reporters in their natural workflows to identify efficiency improvements.A significant focus is placed on the customization of keyboard shortcuts and macros to streamline repetitive tasks.The conversation highlights the necessity of mastering software tools to alleviate burnout and stress among court reporters.We explore the implications of AI in the court reporting industry and the need for discerning its impact on workflows.Lastly, we discuss the emerging trend of digital scopists and the importance of understanding the foundational skills required for effective scoping.
Survivor legend Jenna Lewis-Dougherty joins The Exclusive for an exit interview following the Survivor 50 premiere. Jenna doesn't hold back on why she felt like the "odd man out" from the second she landed, revealing the "FaceTime and Zoom" pre-game culture that left her playing from the bottom. She breaks down exactly why she believes Christian Hubicki is the true "chess master" of the Cila tribe, explaining how he used Rick Devens as a "lackey" to do his dirty work while keeping his own hands clean. From the truth about Cirie Fields' challenge liability to what we didn't see at Tribal Council, Jenna gives a raw, unfiltered look at what it's like to return to the game after 20 years.
Matt went from AI skeptic to true believer in one week. This episode documents his conversion experience with OpenClaw - the autonomous AI agent that lives on his Mac mini, has access to his code repositories, and is currently rewriting his entire therapy practice management software while he sleeps. The conversation ranges from the practical ("What the hell is an AI agent?") to the philosophical ("Are we creating angels or demons?") to the theological ("What does it mean to be human when code writes itself?"). They both wonder if we're standing on the event horizon of something we don't yet understand. Also: marriage, children, and why Gen X was the best generation (objectively). Cheers y'all
This week on Olivia's House, we're joined by Tik Tok's “big sister” Christina ‘Tinx' Najjar, who has built a cult following with her 'Rich Mom Starter Packs', brutally honest dating advice and mini-mic truths that somehow feel like a Facetime from one of your best friends. From her rise during lockdown to becoming one of the most influential voices on social media, Tinx opens up about the reality behind the screen. She talks dating in New York vs LA, ghosting culture, her famous “Box Theory,” and why modern relationships are more confusing than ever. Tinx also gets honest about the dark side of the internet, dealing with trolls, vulnerability online, and the moment she realised just how dangerous social media can be. She shares her thoughts on phone addiction, doom-scrolling, friendships in your 30s, and why being single and happy might be the ultimate power move. Plus, Tinx Takes returns with her unfiltered hot takes on situationships, soft launches, clean girl aesthetic and dating men without social media. If you're feeling a bit lost, navigating heartbreak, or just need someone to say what you're already thinking out loud, this one's for you. Funny, honest, chaotic and painfully relatable, this is Tinx unfiltered. Podcast Description: Welcome to Olivia's House - Olivia Attwood's stylish, intimate podcast blends sharp humour with unfiltered, heartfelt conversation. From New York to London, Olivia invites bold guests to explore love, fame, family, and everything in between- no topic is off-limits. Expect scandalous stories, laugh-out-loud chaos, and the honest, messy moments that make us human. So… are you coming in? Follow Olivia's House on socials: https://www.instagram.com/thisisoliviashouse/https://www.tiktok.com/@thisisoliviashouse Learn more about your ad choices. Visit podcastchoices.com/adchoices
Madi and Khat are back with another FaceTime style episode, the dynamic duo discusses the season at the crucial halfway point, takes a best friends quiz, and reveals decades old secrets about one another.See omnystudio.com/listener for privacy information.
Subscribe: https://barstool.link/3vOJjvs Chapters: 00:00 - 07:30 - Intro/trip recaps 07:31 - 42:33 - Olympic drama 42:34 - 49:10 - Traitors 49:11 - 54:58 - America's Next Top Model doc 54:59 - 58:03 - Puerto Vallarta Pat and Kelly sit down to discuss the drama surrounding Team USA's gold medal hockey win, her FaceTime with Dave, Traitors, the America's Next Top Model documentary, and gays stuck in Puerto Vallarta. SUPPORT OUR SPONSORS: FABLETICS Head to https://Fabletics.com/outandabout, take a quick style quiz, and be sure to select about when prompted to unlock your 80% off. WAYFAIR Head to https://Wayfair.com right now to shop all things home. MEUNDIES Get 20% off your first order, plus free shipping at https://MeUndies.com/patYou can find every episode of this show on Apple Podcasts, Spotify or YouTube. Prime Members can listen ad-free on Amazon Music. For more, visit barstool.link/outandabout
From Command to Control: Stories of Digital Dilemmas The hosts discuss Apple Mail email signatures and discover that when a website URL lacks a prefix, Apple Mail defaults it to an insecure http link, which can trigger junk filtering; they also note cases where a displayed https link still points to http behind the scenes. They compare Apple Mail to Outlook in business environments, mention limitations around advanced signature management, and comment on Apple's minimal transparency in service-status outage explanations. They cover Apple's iOS 12 update extending certificates for services like iMessage, FaceTime, and device activation through January 2027, and then shift to opinions and speculation about Tim Cook's political pandering possibly being tied to tariffs and CEO succession timing. Returning to tech, they explain Apple Pay's security benefits—device-specific numbers and unique transaction codes—especially after a client's credit card was repeatedly compromised, and discuss adding additional browser protection via Malwarebytes Browser Guard and Chrome/Safari extension deployment through MDM (Addigy), including using ChatGPT to generate a configuration profile. They also describe using ChatGPT to edit MailChimp newsletter HTML quickly, and explore AI-assisted app development ideas such as an iOS app that converts call logs into calendar entries, referencing a Steven Robles video about building an app with AI while noting potential security pitfalls like exposed credentials. Lgistics issue involving gear ordered for testing via an Amazon locker at Staples. When attempting pickup, the host discovers the locker has no keypad and relies on the Amazon app and NFC. Despite signing into the client's Amazon account and enabling required app permissions (Bluetooth and device access), the locker cannot be accessed. Amazon customer service suggests the order data may be incomplete due to a third-party seller and issues immediate refunds or credits. 00:00 Welcome In: Time, the Clock Tower, and "Running Out of Time" 00:46 Client Referral Follow-Up: When People Go Radio Silent 01:39 Apple Mail Link Gotcha: Why Your Clean URL Becomes HTTP 04:13 Hidden Signature Code: Displayed HTTPS, Actual HTTP (and Spam Filters) 05:45 Why Apple Should Default to HTTPS (Google Already Does) 08:34 Signature Tools & Workflows: WiseStamp, Outlook, and What Clients Actually Use 10:37 Apple Still Updating Old iOS: Certificate Expiration and 2027 Cutoff 11:40 Tim Cook, Politics, and the CEO Succession Theory 15:06 Bully-Pulpit News Cycle: Waiting for the Next Outrage 16:08 Epstein Files & Accountability: Why Consequences Aren't Landing in the U.S. 18:16 From Past Scandals to Today: How the Bar Moved (Back to Tech) 19:00 Merch & Sponsorship Shoutouts (The Command Control Power Mug) 19:47 Apple Services Outages & the Vague Status Page Problem 21:14 Why Apple Pay Is Safer After a Card Gets Compromised 23:40 Dashlane vs Malwarebytes Browser Guard: Phishing/Scam Blocking Extensions 28:19 Layered Web Protection: Safari Safe Browsing, DNS Filtering, and Extension Risks 31:36 ChatGPT for Real Work: Fixing a Mailchimp Newsletter with HTML 33:06 AI-Assisted App Idea: Turn Call Logs into Calendar Entries (and Vibe Coding) 37:59 Security Caveats + Wrap-Up Quip About AI Summaries
Welcome to Season 3 of the Mitchell Pehlke Lacrosse Show presented by Duke Cannon! Why didn't Notre Dame have a live stream for their game against Georgetown? James Hogan has a theory! Doogs has a strong take on the new No. 1 team, and Mitch does a wellness check on Brett Dobson after the Olympics. Tewaaraton winner and former PLL MVP Matt Rambo also joins the show to spark some conversation around PLL and WLL Championship Series! 00:25: Welcome Back!!! 02:00: Who is the No. 1 Team? 11:20: Why wasn't Notre Dame Georgetown Streamed? 21:20: FaceTime with Brett Dobson 33:15: PLL Championship Series Preview 49:00: WLL Championship Series Preview 1:00:45: Matt Rambo Joins The Show! 1:25:10: What's Wrong with Maryland? 1:47:00: Champ Series Buckets Challenge
Pumped Up Parenting | The Best Advice that NO ONE ELSE GIVES YOU about Raising Kids in Today's World
Screens are everywhere, and most parents are stuck in the same loop: How much is too much? Am I ruining their brain? Is this just what modern childhood looks like now? In this Raising Eyebrows episode, Family & Relationship Empowerment Coach Celia Kibler and double-board-certified physician Dr. Kailey Buller unpack the real story on screen time so you can stop guessing, drop the guilt, and make confident choices for your family. You will hear clear, practical guidance on what the research actually says about screens from babyhood through the teen years, including why the early years are so sensitive, why slower, calmer shows make it easier for kids to transition away, and how too much screen time affects sleep, mood, tantrums, and language development. Celia and Dr. Kailey talk about background TV, shared screen time, FaceTime with grandparents, and those “just this once” moments on a flight or in a waiting room, so you know what really matters and where you can relax.Then they turn to what to do instead of handing over a device. From loose-parts play with toilet paper rolls, boxes, noodles, and bowls, to obstacle courses, nature walks, grocery store adventures, rainbow dinners, and silly “make up stories” in the car or before bed, you will walk away with simple, screen-free ideas that build your child's brain, feed their imagination, and actually make the day feel easier and more fun for you too.To go deeper with Celia's calm parenting support, join the Be A Better Parent Skool Community at skool.com/beabetterparent, where you can connect with other parents and get access to more coaching, classes, and replays. Explore more of Celia's resources at BeABetterParent.com and follow her on Instagram at @beabetterparentdotcom. For medical, postpartum, and newborn guidance you can trust, follow Dr. Kailey Buller on Instagram at @vitalswithdrbuller for compassionate, science-backed advice that helps you feel steadier in those early years. And if you are ready for calm, on-demand support in your pocket, download the Be A Better Parent app on the App Store and Google Play. You will get 24/7 parenting guidance, expert videos, and community support so you never have to figure this out alone
In this episode, we take a ride through one of our favorite rabbit holes — how the world changed insanely fast across just a handful of generations… and how that speed has completely reshaped the way we live, communicate, listen to music, drive cars, raise kids, and even think about time itself.We start with a viral nostalgia post that sparked a massive reaction online and quickly realize that what feels “normal” depends entirely on when you were born. From the Silent Generation to Gen Alpha, we unpack how each group grew up in a totally different technological reality — rotary phones, party lines, and answering machines… all the way to smartphones, streaming, and kids who've never known a world without touchscreens.Generations & Tech Deep DiveAlong the way we revisit:The weirdly communal (and slightly chaotic) days of shared phone lines and busy signals. Generations & Tech Deep DiveDial-up internet — when going online meant tying up the house phone and praying no one picked it up. Generations & Tech Deep DiveRecording songs off the radio, burning CDs, and the lawless Napster era that changed music forever. Generations & Tech Deep DiveThe evolution from pagers and car phones to today's always-connected digital existence. Generations & Tech Deep DiveHow cars, communication, and even our tolerance for risk and convenience have shifted with each generation. Generations & Tech Deep DiveWhat starts as nostalgia turns into a bigger question:Are generational differences really about age — or about the technology that shaped our formative years?This one is part history, part cultural therapy session, and part “how did we survive that?” storytelling. If you've ever tried explaining to a teenager what rewinding a cassette meant, this conversation is for you.This week we accidentally turned a simple nostalgia conversation into a full-blown generational investigation… and possibly a group therapy session for anyone who remembers when the internet made noise.After stumbling across a viral post that set the comment section on fire, we started asking a simple question:Why do people from different generations remember reality so differently?Turns out, it might have something to do with growing up in completely different technological universes.We're talking about a journey that starts with shared phone lines, rotary dials, and answering machines that ate your cassette tape… and ends with kids today who can FaceTime someone across the planet before they can tie their shoes.Generations & Tech Deep DiveIn this episode we revisit:The chaos of party-line telephones, where privacy was basically a myth and your neighbor might be listening. Generations & Tech Deep DiveDial-up internet — when logging on meant sacrificing the household phone and waiting through robot screeches like you were summoning technology from the underworld. Generations & Tech Deep DiveThe golden era of recording songs off the radio, burning CDs for your friends, and pretending Napster wasn't definitely illegal. Generations & Tech Deep DiveThe evolution from pagers and brick phones to today's pocket supercomputers that somehow still run out of battery by 2 p.m. Generations & Tech Deep DiveHow every generation thinks the one after them is ruining everything… while also using technology they don't fully understand. Generations & Tech Deep DiveSomewhere along the way we realized this isn't just nostalgia — it's about how insanely fast culture, risk, communication, music, and even attention spans have changed in just a few decades.If you've ever:Yelled “GET OFF THE INTERNET, I'M TRYING TO MAKE A CALL,”Owned a phone that could survive a nuclear winter,Or tried explaining rewinding a tape to someone born after 2010……this episode is for you.Cheers!m&t
Have mercy! But there was no mercy shown when having to confront Mercy (2026) in IMAX! From desktop film auteur Timur Bekmambetov, Mercy (2026) features Detective Chris Raven (Chris Pratt) sitting in a chair trying to prove to artificial intelligence Judge Maddox (Rebecca Ferguson) that he is innocent of murdering his own wife. He's got 90 minutes to do so using all the bells and whistles of a desktop film, and the clock is ticking! He's on FaceTime, he's accessing emails and texts, he's bringing up bodycam footage and security footage, he's trying every technological trick in the book to prove he's less than 92% guilty to avoid execution. Listen to our reactions as this hawt take definitely got heated up!
What if success isn't about pushing harder but allowing yourself to be pulled toward your purpose? In this episode, Seth Streeter shares how he helps people navigate major life transitions and discover their inspired life purpose as co-founder of Mission Wealth, a wealth management firm he started 25 years ago that now manages $14 billion in assets for 4,600 families across 34 US locations. Seth has been a financial advisor for 34 years, specializing in guiding clients through major life events while helping them live more fulfilling lives through assessments across 12 dimensions of wealth. After going through divorce and the financial crisis, Seth realized he was achieving traditional success but wasn't fulfilled, leading him to spend an introspective year attending retreats, meditating, and traveling to India. In the last eight years, Seth has led purpose-driven retreats for over 2,000 people, including nine-day retreats in Bhutan where leaders trek in the Himalayas and stay with monks. Seth spoke at Davos with Deepak Chopra on conscious leadership and leads the purpose community for YPO. Seth reveals the relationship that transformed his life: Joe Bosco, owner of an Italian restaurant in Fort Collins, Colorado where Seth worked as a dishwasher through high school. When Seth was looking at colleges and his parents wanted him to attend Colorado State, Joe Bosco said "you should check out Santa Barbara, California" because he went there for horse shows. Seth had never heard of Santa Barbara but applied to UCSB because of Joe Bosco and spent 27 years there, founding Mission Wealth, having his children, serving on 10 nonprofit boards, starting sustainable future.org, and doing a TED Talk, all because Joe Bosco suggested he check out UC Santa Barbara. Seth also credits Chip Conley, founder of MEA, as a mentor who showed him how to move from his head to his heart. [00:03:40] Led Two Nine-Day Purpose Retreats in Bhutan In Asia for most of the trip Had 25 leaders in each group trekking in Himalayas Stayed overnight at monasteries, lived with monks Contemplated purpose individually, within companies, within world at large [00:04:40] Mission Wealth: 25 Years and $14 Billion Co-founded Mission Wealth 25 years ago Independent registered investment advisory firm 34 locations across US, manages just under $14 billion in assets About 4,600 families, team of 200 advisors and professionals [00:05:20] Started Leading Retreats Eight Years Ago In last eight years started leading retreats and coaching For different companies, leaders, different groups of people Takes paid time off to do it, spends vacations leading retreats About 2,000 people have gone through in-person programs [00:06:00] The 13 Inches From Head to Heart Great quote: "furthest distance many travel in lifetime are 13 inches from head to heart" As financial guy, had heart in what he did, loved helping people solve problems This work feels more intimate, more meaningful Really helping people give themselves permission to be best version of who they want to be [00:08:00] Started in Financial Services Right Out of College Right out of college, needed a job Was in student government at UC Santa Barbara, thought he'd be entrepreneur Dad was in government, mom was teacher, brother was police officer Family said "you need a job with benefits, security, and paycheck" [00:09:00] Went Through His Own Tough Journey Went through divorce, financial crisis, bumps in life Realized success script needed to be rewritten Was working hard but wasn't fulfilled, wasn't content Achieving success in traditional way materially but didn't feel fulfilled [00:09:20] The Introspective Year That Changed Everything Decided to do whole introspective year Went to retreats, read self-help books, listened to podcasts Got into meditation, went to India, did all these "woo" things That year opened up whole new framework for living [00:10:20] Push Energy vs Pull Energy As entrepreneur, had lot of push energy: building vision, growing team, charging hill Used that in Ironman, marathons, running nonprofits After personal reflection, started to adopt pull energy approach More of allowance, trusting doors close and open for reason [00:11:20] Speaking at Davos With Deepak Chopra Was asked to speak at panel in Malibu with five people Woman from Finland asked if he'd been to Davos, offered to get him in Three months before event, confirmed: Thursday with Deepak Chopra on Conscious Leadership in Era of AI Couldn't have pushed way into that opportunity, was being open and available [00:14:40] 12 Dimensions of Wealth Talk about wealth not just in financial sense but across 12 dimensions Impact families are having, quality of relationships, physical health, intellectual growth Seeing families grow true wealth feels very rewarding Lead purpose community for all of YPO [00:15:00] The Success Script and Grind Mentality Lot of people followed success script, did what they were taught Worked hard in school, career, moved through ranks or started company Rinsed and repeated grind mentality to get ahead Now 40, 50, or 60 saying "is this all there is?" [00:17:00] Woman Going Through Divorce Woman in mid-50s going through divorce Two daughters just graduated high school, going to East Coast for college Husband ended 30-year marriage right at same time From financial standpoint she was fine, but really struggling with identity [00:18:00] Converting Husband's Office Into Studio She loved working with single women's nonprofits, domestic shelters Also loved skincare, always did facials for daughters Helped her convert former husband's office into studio Became licensed aesthetician, did facials for women in community including free ones for women through tough times [00:19:20] The Inspired Life Purpose Exercise Had someone at retreat who was CEO, just exited food tech company in New York Did exercise called Your Inspired Life Purpose Four circles: innate gifts, skills, passion, what world needs most Look at how those four circles intersect [00:20:00] Paul's Life Manifesto CEO named Paul came up with amazing idea during exercise Went to room that night, wrote his life manifesto Next morning: "I was up most of the night, I now have life manifesto" Wanted to change food systems of North America leveraging technology [00:20:40] Started a Blog, Got Recruited by Patagonia Paul decided to start blog writing about his vision Just couple months later, recruiter read one of his blog posts Interviewed for new position Became head of Patagonia's Food Provision Company [00:24:00] Invested Heavily in Relationships Since High School Always had lunch meetings 12 to 1, five days a week at same restaurant Would book with clients, teammates, or people in community City council members, students, nonprofit leaders, business leaders Every single day asking: who is this person, what makes them tick, how can I support them? [00:25:00] Working at Italian Restaurant in Fort Collins Worked at Italian restaurant through high school to pay bills Was bus boy, dishwasher, had all the jobs Owner was Joe Bosco, owned restaurant in Fort Collins and one in Casper, Wyoming Was thinking about colleges, parents would pay for Colorado State [00:25:40] "You Should Check Out Santa Barbara" Wanted to do something different, applied to UCLA and Berkeley Joe Bosco said "you should check out Santa Barbara, California, they have university there" Used to go there for horse shows Had never even heard of Santa Barbara at the time [00:26:00] Chose UCSB Because of Joe Bosco Applied to UCSB, packet looked amazing, university on coast Ended up choosing UCSB as his university because of Joe Bosco Spent 27 years in Santa Barbara, half of his adult life Founded company there, had children there, on 10 nonprofit boards [00:31:00] Meeting Ashley Brilliant Mom was sixth grade teacher, had cartoons called Pot Shots by Ashley Brilliant in classroom Going through tough time in Santa Barbara, Ashley's cartoons spoke to him three days in row Wrote thank you note to Mr. Brilliant He replied, met for lunch at Chinese restaurant [00:32:00] The Fortune Cookie Message After meal, got fortune cookies Ashley's note said: "Finally, the answer you've been looking for is sitting across from you" Seth's said: "If at first it's a no, it may become a maybe" Decided to help Ashley start building business around his cartoons [00:34:40] Service Trip to Honduras Took son on service trip to Honduras, worked at orphanage Security guard had wooden leg, very archaic piece of wood with hinge 34 years old, probably made $2 a day, couldn't get new leg Decided to get him a leg [00:35:40] Getting Him a $10,000 Leg Took almost a year but got friend who was Paralympic athlete involved Got him fancy $10,000 leg that was molded and fit for him Had to get it down there strategically because shipping would mean it gets stolen He sent FaceTime video: first time he'd been able to slow dance with wife since car accident 10 years prior KEY QUOTES "A lot of people followed the success script, worked hard in school and career, rinsed and repeated this grind mentality. Now they're 40, 50, or 60 saying 'is this all there is? I now have success, but there's a creative in me that hasn't been out to play.'" - Seth Streeter "The furthest distance many of us travel in our lifetimes are the 13 inches from our head to our heart. This work feels more intimate and meaningful because it's really helping people give themselves permission to be the best version of who they want to be." - Seth Streeter "I had a lot of push energy as an entrepreneur. But I started to adopt a pull energy approach, more of an allowance, trusting that when a door closes it closes for a reason, when it opens for a reason. I was being pulled to where I was supposed to be." - Seth Streeter CONNECT WITH SETH STREETER
Hidden Killers With Tony Brueski | True Crime News & Commentary
Two versions of the same family. One told to a judge. One allegedly lived by the girl who's now dead.On November 7th, 2025, Anna Kepner—an 18-year-old cheerleader from Titusville, Florida—was found dead under a bed on the Carnival Horizon cruise ship. Wrapped in blankets. Covered with life vests. Her death was ruled mechanical asphyxiation. Her 16-year-old stepbrother, who shared that cabin, is now the sole suspect.Under oath, Anna's stepmother described the three teenagers sharing that room as "best friends" and "the Three Amigos." But Anna's ex-boyfriend told reporters a different story: he claims the stepbrother was obsessed with her. He alleges that nine months before the cruise, the stepbrother climbed on top of Anna during a FaceTime call and ran when confronted.Custody hearings revealed the stepbrother had been in therapy for over a year. A travel advisor recommended separate rooms for the step-siblings. That recommendation was apparently overruled. On the night before Anna's body was found, her ex-boyfriend alleges the youngest sibling in that cabin was locked out—and heard yelling, chairs thrown, and the stepbrother screaming at Anna.The adults' cabin was directly across the hall. Shauntel Hudson testified she last saw the teens at 7:30pm. Nearly sixteen hours passed before anyone checked on Anna.This episode examines the psychological traps of blended families—the pressure to present harmony, the confirmation bias that filters out concerning behavior, and why children often suppress their own distress to avoid breaking the family narrative. People outside the household allegedly saw patterns. The custody-battling father raised alarms. The ex-boyfriend reported obsessive behavior. But the family sailed off on vacation anyway.The stepbrother appeared in sealed federal juvenile proceedings on February 6th, 2026. Anna's father confirmed he was arrested and released to a guardian. He told reporters he was "pissed off."Anna was supposed to graduate in May. She planned to join the Navy. She got a night no one checked on her until it was too late.#AnnaKepner #CarnivalHorizon #CruiseShipDeath #BlendedFamilyDynamics #FBIHomicide #TrueCrime #CustodyHearing #RedFlags #CarnivalCruise #HiddenKillersJoin Our SubStack For AD-FREE ADVANCE EPISODES & EXTRAS!: https://hiddenkillers.substack.com/Want to comment and watch this podcast as a video? Check out our YouTube Channel. https://www.youtube.com/@hiddenkillerspodInstagram https://www.instagram.com/hiddenkillerspod/Facebook https://www.facebook.com/hiddenkillerspod/Tik-Tok https://www.tiktok.com/@hiddenkillerspodX Twitter https://x.com/TrueCrimePodListen Ad-Free On Apple Podcasts Here: https://podcasts.apple.com/us/podcast/true-crime-today-premium-plus-ad-free-advance-episode/id1705422872This publication contains commentary and opinion based on publicly available information. All individuals are presumed innocent until proven guilty in a court of law. Nothing published here should be taken as a statement of fact, health or legal advice.
When medical school forces couples apart, students face tough realities Medical students dish on the messy, tender, and surprisingly philosophical reality of long-distance relationships during med school, from navigating five-hour drives and FaceTime rituals to deciding whether love can survive diverging lives on opposite sides of the world. Dave is joined by co-host M1s Cory Karasek and first-timers Elizabeth Meyer, Margaret Huang, and Jonah Albrecht — each bringing a completely different version of the long-distance story. Liz is making it work with her boyfriend Riley, who logs most of the miles so she can keep studying. Jonah is bracing for the moment his girlfriend Victoria leaves for PA school hours away, still figuring out the logistics while trying not to be, as he admits, aggressively Type B about the whole thing. Cory brings the perspective nobody wants but everyone needs — the relationship that didn’t make it through the distance — somehow managing to be funny, honest, and more or less at peace about it. And Margaret? Well, she opens with “I catfished you guys” and proceeds to deliver an unexpectedly beautiful take on love, friendship, and a 15-year long-distance best friendship that started on Skype in fifth grade. If you’re wondering whether your relationship can survive medical training, this episode won’t give you a formula — but it’ll give you something better. You’ll walk away with real talk on how to have the big conversations before distance hits, when “figuring it out as you go” works best, and how intentionally folding your partner into your new world can be the thing that keeps you from drifting into strangers. It’s warm, it wanders, it goes places you don’t expect — and somewhere between the insider trading jokes and the onesie party bus tangent, there’s genuinely useful stuff in here for anyone trying to love someone from far away while also surviving med school. Episode credits: Producer: Dave Etler Co-hosts: Cory Karasek, Elizabeth Meyer, Margaret Huang, Jonah Albrect The views and opinions expressed on this podcast belong solely to the individuals who share them. They do not represent the positions of the University of Iowa, the Carver College of Medicine, or the State of Iowa. All discussions are intended for entertainment purposes only and should not be taken as professional, legal, financial, or medical advice. Nothing said on this podcast should be used to diagnose, treat, or prevent any medical condition. Always seek qualified professional guidance for personal decisions. We Want to Hear From You: YOUR VOICE MATTERS! We welcome your feedback, listener questions, and shower thoughts. Do you agree or disagree with something we said today? Did you hear something really helpful? Can we answer a question for you? Are we delivering a podcast you want to keep listening to? Let us know at https://theshortcoat.com/tellus and we'll put your message in a future episode. Or email theshortcoats@gmail.com. We need to know more about you! https://surveys.blubrry.com/theshortcoat (email a screenshot of the confirmation screen to theshortcoats@gmail.com with your mailing address and Dave will mail you a thank you package!) The Short Coat Podcast is FeedSpot’s Top Iowa Student Podcast, and its Top Iowa Medical Podcast! Thanks for listening! We do more things on… Instagram: https://www.instagram.com/theshortcoat YouTube: https://www.youtube.com/theshortcoat You deserve to be happy and healthy. If you’re struggling with racism, harassment, hate, your mental health, or some other crisis, visit http://theshortcoat.com/help, and send additions to the resources there to theshortcoats@gmail.com. We love you.
We've had some shocking updates from our listeners. In one case, an affair turned out not to be just one, but two. Another story involved a man desperately trying to hide his whereabouts during a FaceTime call. One mum was excited for her family holiday, only to discover her partner had already been frolicking in the sea with another woman. Another man had an affair with someone 13 years younger and, as if that wasn't enough, she later found out he had been visiting prostitutes… more than 40 in just six months. Hosted on Acast. See acast.com/privacy for more information.
See omnystudio.com/listener for privacy information.
Chaque semaine, toi et moi on papote
Kate had four FaceTime dates scheduled. All four men flaked....
Episode 137 brings a familiar voice back into the Jungle as Kay Bunnie returns to the den. This time, it's deeper, looser, and more reflective — a mix of laughter, honest tension, and late-night energy that only someone who's lived the highs and lows of digital culture can bring. Before the topics take over, the squad revisits the vibes from the 2026 Super Bowl performance that had everybody talking — from the visuals to the impact, the aftermath, and what it means when culture and spectacle intersect.Once the room gets warmed up, the music conversation flows naturally into the rhythm of connection and attraction. The beat becomes the backdrop for honesty, and the questions get sharper, the laughs get louder, and the truths get unfiltered.In the Trendy segment this time around, current headlines become problematics, sparking debate about where influence, accountability, and entertainment collide. The squad doesn't just mention what happened — they break down what it means that culture keeps evolving faster than we can process it, and why some moments resonate louder than others.But the heart of Episode 137 lives in the relationship talk — where the Jungle always gets real. The first question opens the door to a deeper exploration of connection: in today's world, are people more comfortable forming romantic bonds through social media, or does real-life chemistry still hold the crown? The conversation doesn't stop there. Kay and the squad dig into whether emotional maturity and communication are more important now than sexual chemistry or physical attraction, especially as expectations around relationships evolve. They also revisit the topic of middlemen in modern dating — when forming new connections, is it common to lean on a friend to make that first introduction, and what does that say about confidence, intention, and the way we navigate vulnerability in 2026?Kay's return isn't just a guest spot — it's a reminder that the Jungle is ever-changing, just like the people in it. What starts as conversation ends up feeling like reflection — on culture, connection, and how we show up for each other in spaces that constantly shift under our feet.Episode 137 is insightful, provocative, hilarious, and unfiltered — exactly the energy the Jungle demands.Welcome back to the Jungle.—Subscribe: YouTube.com/@JSCNetwork_ Follow: @thejunglesquadcast Ape Loso – @apeishere_ Rad – @radical_jl Rahh – @_rahhbanks Guest: Kay Bunnie#JungleSquadCast #Episode137 #KayBunnie #SuperBowl2026 #RelationshipTalk #PodcastUnfiltered #CultureDebate
Dear Bestie,
On this episode of Tommy Talk, Tommy dives into the unwritten rules for calling, texting and FaceTiming. Is it ever okay to rogue FaceTime someone? Are voice notes longer than one minute annoying or actually appreciated? How long should someone take to respond to a text? Does anyone even leave voicemails anymore, and do they still have value? Tommy shares his millennial perspective, then turns to his two Gen Z producers, Celia and Steph, to find out what really triggers them when it comes to phone communication in 2026. From hot takes to hard truths, let’s see how many of these situations you relate to and whether any of our opinions change the way you think about communicating in the modern world. Executive Producers: iHeart Media and Elvis Duran Podcast Network Follow us on socials! Instagram: @neversaidthisbefore YouTube: @neversaidthisbeforeSee omnystudio.com/listener for privacy information.
In this episode, Brock Johnson breaks down how to 10X your Instagram followers in 30 days using new Reels strategies that are working right now. He walks through the latest Instagram Reel trends for 2026, including linked Reels, outro strategies, FaceTime-style Reels, curated Reel collections, and the outro swap trend. Brock also covers high-performing formats like NAPs Reels, trending holiday content, fake green screens, challenges, and starting a Reel series to increase retention. This episode focuses on practical Reel growth hacks, viral formats, and hook strategies that align with how the Instagram algorithm is currently boosting Reels to non-followers. Watch On YouTube
This week the Dads talk about the Super Bowl, Bad Bunny and Green Day. Some players excel only when they are in the right organization. Foo's son participates in a student led walkout against ICE. Open campus vs closed campus high schools. Gym finally gets his wife's car stereo squared away with an Alpine. Big storm coming with snow expectations. Piper kills her car battery but is saved with a jumper pack and Facetime help from Dad. E-Bike discussion coming soon. Plus more!
My daughter called me the other night via FaceTime. It was all about a boy, a dilemma, and a conversation she'd had... with ChatGPT. She read us the entire transcript. Word for word. The advice was thoughtful. Structured. Strangely familiar. Because it echoed the very guidance I've given her for years. From my book. From our conversations. From my work. And still, to her, ChatGPT felt clearer. More helpful. More precise. That moment stayed with me. Not because the advice was wrong, it wasn't. But because it revealed something deeper about where we're sourcing our wisdom, and why so many are turning toward AI to meet emotional needs that (I believe, in my decades of experience) requires something far more human. In this episode, I unpack that moment, and the larger shift it signals for all of us. We explore: Why AI is becoming a source of emotional support What well-worded advice can't replace The gap between resonance and true relationship safety What gets lost when guidance isn't rooted in lived experience And why embodiment, not information, is the portal to real change This isn't about resisting innovation. It's about remembering what technology is great at…and what it can never hold. LISTEN ON SPOTIFY LISTEN ON APPLE PODCASTS If you're navigating something that insight alone hasn't been able to shift, this is the exact work we do at Kiru Psychotherapy. Reach out if you're ready for support (from humans!) Dr. Shyam XO Where to Connect: My Clinic: Kiru Psychotherapy: https://kirupsychotherapy.com Free Masterclass: Inside the Mind 1:1 Support: Cognitive Freedom Program LINKEDIN: https://www.linkedin.com/in/dr-shyamala-kiru-4a853aa5/ INSTAGRAM: https://www.instagram.com/iam.drshyam/
On today's episode of Have Kids They Said, Rich and Nicole break down the Super Bowl and halftime, remind everyone to please fact-check themselves, and wonder whether AI is about to take social media entirely out. Rich still cannot get Nicole on the reality-show train, they agree a nice dinner beats wild parties every time, and share worries over Nancy Guthrie. Matt is the star of today's 'You're Not That Cool', they close things out with 'Shower Thoughts', and ask the very important question: when will kids finally learn FaceTime etiquette?Hit play, weigh in loudly, and send this episode to the person who absolutely needs a FaceTime intervention. Have Kids, They Said... is a SiriusXM Network Podcast made by Nicole Ryan and Rich Davis.If you'd like to send us a message or ask a question email us at HKTSpod@gmail.comFollow on social media:Instagram @havekidstheysaidpodNicole @mashupnicoleRich @richdavisand @siriusxm Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.
Chaque semaine, toi et moi on papote
In this episode, I sat down via FaceTime with Brandon Thrower to talk about Tanawha Adventure's new race...the Catawba Falls 15K! You can hear Brandon's love for Catawba Falls as he describes every detail of the course from start to finish. If you are running this race or considering running it in the future, make sure you listen! Tanawha Adventures website: https://www.tanawhaadventures.com/catawbafalls15kTanawha Adventures Instagram: https://www.instagram.com/tanawhaadventuresFacing Vert's Instagram: https://www.instagram.com/facingvert
Welcome to Channel Nine. This week Mike Carroll joins us to discuss 13 year old Mei Ozeki boardsliding the huge Rowley rail 24 years later, 303 Skateshop Retail Report, Courthouse In Session, David Loy's “XX” Birdhouse part, JP Villa's "PIÃ0" part, Scott Johnston Facetimes in to talk about his iconic clip, answering your questions from our Hotline and much more! Become a Channel Member & Receive Perks: https://www.youtube.com/TheNineClub/joinNew Merch: https://thenineclub.com Sponsored By: Ridge: Upgrade your wallet today! Get 10% Off Ridge with code NINECLUB at https://www.Ridge.com/nineclub AG1: Get a FREE Welcome Kit worth $76 when you subscribe, including 5 AG1Travel Packs, a shaker, canister, scoop & bottle of AG Vitamin D3+K2. https://drinkag1.com/nineclub LMNT: Grab a free Sample Pack with 8 flavors when you buy any drink mix or Sparkling. https://drinklmnt.com/nineclub Woodward: Purchase camp with code NINECLUB before Jan 31 and receive a $450 discount off of summer camp. https://www.woodwardpa.com Monster Energy: Monster Energy's got the punch you need to stay focused and fired up. https://www.monsterenergy.com Yeti: Built for the wild, Yeti keeps you ready for any adventure. https://www.yeti.com Richardson: Custom headwear for teams, brands, and businesses crafted with quality in every stitch. https://richardsonsports.com Etnies: Get 20% off your purchase using our code NINECLUB or use our custom link. https://etnies.com/NINECLUB éS Footwear: Get 20% off your purchase using our code NINECLUB or use our custom link. https://esskateboarding.com/NINECLUB Emerica: Get 20% off your purchase using our code NINECLUB or use our custom link. https://emerica.com/NINECLUB Find The Nine Club: Website: https://thenineclub.com Instagram: https://www.instagram.com/thenineclub X: https://www.twitter.com/thenineclub Facebook: https://www.facebook.com/thenineclub Discord: https://discord.gg/thenineclub Twitch: https://www.twitch.tv/nineclub Nine Club Clips: https://www.youtube.com/nineclubclips More Nine Club: https://www.youtube.com/morenineclub I'm Glad I'm Not Me: https://www.youtube.com/chrisroberts Chris Roberts: https://linktr.ee/Chrisroberts Links We Talked About: David Loy's “XX” Birdhouse Part: https://www.youtube.com/watch?v=Q5NFvqbXVbQ JP Villa's "PIÃ0" part: https://youtu.be/gJnglCRCAs4?si=Y3N765Y9qxG8zw2Z Mei Ozeki Boardslide: https://www.instagram.com/p/DT3HLNeD6nw/?igsh=NTc4MTIwNjQ2YQ== 303 Skateshop Website 15% off use code NINECLUB: https://www.303boards.com 303 Skateshop Instagram: https://www.instagram.com/303boards Learn more about your ad choices. Visit megaphone.fm/adchoices
Mocha questions whether it's ever appropriate for two men to FaceTime each other, sparking a hilarious debate in the room. Maurie sits down with Paris Hilton to chat about her new film Infinite Icon: A Visual Memoir, and Jamaican bobsledder Nimroy Turgott joins the show to talk about the team's Olympic momentum.
In his attempt to distance himself from the increasingly tedious God's Not Dead franchise, David A.R. White tries out a standard action thriller with the finest washed up actors Hollywood has to offer. It's 2025's A Line of Fire, starring Cuba Gooding Jr., Jason Patric, Katrina Bowden, and Scott Baio. Cash (White) is a retired FBI agent, widower, great dad, fantastic cook, and patriot with amazing hair who everyone likes and is cool. When his former partner is gunned down at a yacht party by GTA Online maniacs on WaveRunners, her niece Jamie (Bowden) retreats to a safe house and calls Cash for help. He takes time out of being the greatest dad and man who's ever lived to save her, gunning down meaty goons with CGI muzzle flashes and computer squibs. Despite being the greatest FBI agent to ever live and smartest man alive, he seems unconcerned that every time he calls his former FBI buddies for help, his plans are thwarted by the homicidal drug cartel. Josef (Patric) knows his every move: casting his chess piece acolytes across the board via Facetime from his Southern California McMansion. Meanwhile, Javier (Gooding Jr.) traipses around his chaste fully-clothed Miami strip club, fielding Zoom calls for his drug empire over the sound of quiet club music. Can Cash save Jamie and his daughters (who are of course kidnapped) in time? Can he trust his former FBI colleagues, such as the Nick Offerman-y Rocco (Tommy Snider) or the fashion homunculus Joan Rycker (Eve Richards, whose acting is so bad it makes me question the order of the universe)? You'll have to listen to find out!
Find out why we HATE when someone FaceTime's us! See omnystudio.com/listener for privacy information.
Find out the home decor trends that people think should come back. What did you do as a kid that you knew your parents were going to punish you for — and what was the punishment? Also, find out the crazy places we ran into an ex. Then, we don't want you to FaceTime us!!! And as always, the latest pop culture news in DALLAS' DISH, latest crazy news stories in BUT WAIT, MY LITTLE SECRET, ARE YOU SMARTER THAN KINCAID? and so much MORE! ► YouTube: KincaidandDallas ► TikTok: @KincaidandDallas ► Instagram: @KincaidandDallas ► Facebook: KincaidandDallasSee omnystudio.com/listener for privacy information.
Joey is trying to plan a spring break trip for his family and is considering going to London. Schools are out again today, and Knox County is on a 2-hour delay tomorrow. Karly had signed up for a jiu jitsu class last night but canceled an hour before because she got scared. Nancy suggested she try Thai chi. Joey then asked if that was a drink. We had to tell him that Thai Chi is martial arts and CHAI TEA is the drink. Call and tell us your biggest DIY fail for a chance to win tickets and a gift basket for the Dogwood Arts Home and Garden Show! And get qualified for a $500 shopping spree at the event. Hot Tea: Savannah Guthrie’s mom is still missing, and there is foul play suspected. An Olympic figure skater has to change his Despicable Me Minion themed routine due to music copyright issues. Dwight Yoakum stopped his concert to answer a FaceTime call from Billy Bob Thorton. Cracker Barrel told their employees that they now must eat Cracker Barrel for every meal while traveling for business. Nancy failed at teaching her college class on Zoom last night. She couldn’t figure out the technology, her family was at home, her dog was snoring, and her grandbaby was crying. She gave up 20 minutes early and ended class. Joey let her try to redeem herself with technology by letting her push the buttons to go to traffic. Lucky 7 for $50 to Old South Candy Videos of Gary LeVox from Rascal Flatts singing poorly at a recent concert are going viral. We hope he was just having a rough night or sound issues. We played examples of other artists’ poor performances. We talked to Summer from the TV show Extracted and recapped episode 2! Group Therapy: I’ve been pretending to be gluten free for 3 years to avoid my coworkers cooking See omnystudio.com/listener for privacy information.
Chaque semaine, toi et moi on papote
Vice President JD Vance travels to Minneapolis to push back on claims of ICE overreach, calling viral reports about a detained five-year-old misleading and blaming local officials for failing to protect federal officers amid escalating unrest. Two NYPD detectives seeking medical care in Brooklyn say they were treated with hostility by hospital staff who allegedly mistook them for ICE agents, prompting an internal union investigation and an apology from NYU Langone. Former Special Counsel Jack Smith faces sharp questioning from House Republicans over secret subpoenas, gag orders, and prosecutorial overreach as Democrats rally to defend his collapsed cases against President Trump - Reporter Julie Kelly weighs in. Barron Trump is credited with saving a woman's life after witnessing an alleged assault over FaceTime and alerting UK emergency services. Herald Group: Learn more at https://GuardYourCard.com Lean: If you want to lose meaningful weight at a healthy pace and keep it off... Add LEAN to your diet and exercise lifestyle. Get 20% OFF WHEN YOU ENTER MK at https://TAKELEAN.com Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.
More advice from Dating University! Trust your gut, trust your Board of Advisors (you have one, right?)--and FACETIME them before you go!See omnystudio.com/listener for privacy information.