Podcasts about Slash

  • 3,670PODCASTS
  • 7,817EPISODES
  • 1hAVG DURATION
  • 2DAILY NEW EPISODES
  • Mar 6, 2026LATEST

POPULARITY

20192020202120222023202420252026

Categories



Best podcasts about Slash

Show all podcasts related to slash

Latest podcast episodes about Slash

Hack or Slash - A Horror Movie Review Podcast

This week we're returning to Woodsboro as we check out Scream 7 (2026). We discuss the franchise's return to Sidney Prescott, debate the brutality of Ghostface's kills, and unpack the film's divisive third act. This episode contains spoilers, beginning at 41:27. Mentioned in the Episode Watch the Movie Scream 7 (2026) Support the Show We've launched our Patreon to have a place for listener support to help keep our show going. We are accepting support in the form of small monthly donations from our audience. The proceeds we gain from Patreon are put towards ongoing website fees, funding for new content, and equipment upgrades. In return, our patrons enjoy bonus content, early access, live streams, and exclusive channels in our Discord server. Support the Show on Patreon We're building a community where our listeners and horror fans as a whole can connect and share the ideas, movies, games, experiences, and stories they are most passionate about. Our community is completely free and powered by Discord, which you can access from both a web browser and mobile app. We're looking forward to your arrival! Join our Discord Server Contact Us You can connect with us by creepin' on us on Facebook, Twitter or Instagram, @HackorSlash. You can also share your opinions with us by leaving us an audio message on our website, hackorslash.live. Special Thanks We want to give a special thanks to these patrons for continuing to make this show possible Music Credits "Hack or Slash" by Daniel Stapleton  

Latent Space: The AI Engineer Podcast — CodeGen, Agents, Computer Vision, Data Science, AI UX and all things Software 3.0

All speakers are announced at AIE EU, schedule coming soon. Join us there or in Miami with the renowned organizers of React Miami! Singapore CFP also open!We've called this out a few times over in AINews, but the overwhelming consensus in the Valley is that “the IDE is Dead”. In November it was just a gut feeling, but now we actually have data: even at the canonical “VSCode Fork” company, people are officially using more agents than tab autocomplete (the first wave of AI coding):Cursor has launched cloud agents for a few months now, and this specific launch is around Computer Use, which has come a long way since we first talked with Anthropic about it in 2024, and which Jonas productized as Autotab:We also take the opportunity to do a live demo, talk about slash commands and subagents, and the future of continual learning and personalized coding models, something that Sam previously worked on at New Computer. (The fact that both of these folks are top tier CEOs of their own startups that have now joined the insane talent density gathering at Cursor should also not be overlooked).Full Episode on YouTube!please like and subscribe!Timestamps00:00 Agentic Code Experiments00:53 Why Cloud Agents Matter02:08 Testing First Pillar03:36 Video Reviews Second Pillar04:29 Remote Control Third Pillar06:17 Meta Demos and Bug Repro13:36 Slash Commands and MCPs18:19 From Tab to Team Workflow31:41 Minimal Web UI Philosophy32:40 Why No File Editor34:38 Full Stack Cursor Debate36:34 Model Choice and Auto Routing38:34 Parallel Agents and Best Of N41:41 Subagents and Context Management44:48 Grind Mode and Throughput Future01:00:24 Cloud Agent Onboarding and MemoryTranscriptEP 77 - CURSOR - Audio version[00:00:00]Agentic Code ExperimentsSamantha: This is another experiment that we ran last year and didn't decide to ship at that time, but may come back to LM Judge, but one that was also agentic and could write code. So it wasn't just picking but also taking the learnings from two models or and models that it was looking at and writing a new diff.And what we found was that there were strengths to using models from different model providers as the base level of this process. Basically you could get almost like a synergistic output that was better than having a very unified like bottom model tier.Jonas: We think that over the coming months, the big unlock is not going to be one person with a model getting more done, like the water flowing faster and we'll be making the pipe much wider and so paralyzing more, whether that's swarms of agents or parallel agents, both of those are things that contribute to getting much more done in the same amount of time.Why Cloud Agents Matterswyx: This week, one of the biggest launches that Cursor's ever done is cloud agents. I think you, you had [00:01:00] cloud agents before, but this was like, you give cursor a computer, right? Yeah. So it's just basically they bought auto tab and then they repackaged it. Is that what's going on, or,Jonas: that's a big part of it.Yeah. Cloud agents already ran in their own computers, but they were sort of site reading code. Yeah. And those computers were not, they were like blank VMs typically that were not set up for the Devrel X for whatever repo the agents working on. One of the things that we talk about is if you put yourself in the model shoes and you were seeing tokens stream by and all you could do was cite read code and spit out tokens and hope that you had done the right thing,swyx: no chanceJonas: I'd be so bad.Like you obviously you need to run the code. And so that I think also is probably not that contrarian of a take, but no one has done that yet. And so giving the model the tools to onboard itself and then use full computer use end-to-end pixels in coordinates out and have the cloud computer with different apps in it is the big unlock that we've seen internally in terms of use usage of this going from, oh, we use it for little copy changes [00:02:00] to no.We're really like driving new features with this kind of new type of entech workflow. Alright, let's see it. Cool.Live Demo TourJonas: So this is what it looks like in cursor.com/agents. So this is one I kicked off a while ago. So on the left hand side is the chat. Very classic sort of agentic thing. The big new thing here is that the agent will test its changes.So you can see here it worked for half an hour. That is because it not only took time to write the tokens of code, it also took time to test them end to end. So it started Devrel servers iterate when needed. And so that's one part of it is like model works for longer and doesn't come back with a, I tried some things pr, but a I tested at pr that's ready for your review.One of the other intuition pumps we use there is if a human gave you a PR asked you to review it and you hadn't, they hadn't tested it, you'd also be annoyed because you'd be like, only ask me for a review once it's actually ready. So that's what we've done withTesting Defaults and Controlsswyx: simple question I wanted to gather out front.Some prs are way smaller, [00:03:00] like just copy change. Does it always do the video or is it sometimes,Jonas: Sometimes.swyx: Okay. So what's the judgment?Jonas: The model does it? So we we do some default prompting with sort. What types of changes to test? There's a slash command that people can do called slash no test, where if you do that, the model will not test,swyx: but the default is test.Jonas: The default is to be calibrated. So we tell it don't test, very simple copy changes, but test like more complex things. And then users can also write their agents.md and specify like this type of, if you're editing this subpart of my mono repo, never tested ‘cause that won't work or whatever.Videos and Remote ControlJonas: So pillar one is the model actually testing Pillar two is the model coming back with a video of what it did.We have found that in this new world where agents can end-to-end, write much more code, reviewing the code is one of these new bottlenecks that crop up. And so reviewing a video is not a substitute for reviewing code, but it is an entry point that is much, much easier to start with than glancing at [00:04:00] some giant diff.And so typically you kick one off you, it's done you come back and the first thing that you would do is watch this video. So this is a, video of it. In this case I wanted a tool tip over this button. And so it went and showed me what that looks like in, in this video that I think here, it actually used a gallery.So sometimes it will build storybook type galleries where you can see like that component in action. And so that's pillar two is like these demo videos of what it built. And then pillar number three is I have full remote control access to this vm. So I can go heat in here. I can hover things, I can type, I have full control.And same thing for the terminal. I have full access. And so that is also really useful because sometimes the video is like all you need to see. And oftentimes by the way, the video's not perfect, the video will show you, is this worth either merging immediately or oftentimes is this worth iterating with to get it to that final stage where I am ready to merge in.So I can go through some other examples where the first video [00:05:00] wasn't perfect, but it gave me confidence that we were on the right track and two or three follow-ups later, it was good to go. And then I also have full access here where some things you just wanna play around with. You wanna get a feel for what is this and there's no substitute to a live preview.And the VNC kind of VM remote access gives you that.swyx: Amazing What, sorry? What is VN. AndJonas: just the remote desktop. Remote desktop. Yeah.swyx: Sam, any other details that you always wanna call out?Samantha: Yeah, for me the videos have been super helpful. I would say, especially in cases where a common problem for me with agents and cloud agents beforehand was almost like under specification in my requests where our plan mode and going really back and forth and getting detailed implementation spec is a way to reduce the risk of under specification, but then similar to how human communication breaks down over time, I feel like you have this risk where it's okay, when I pull down, go to the triple of pulling down and like running this branch locally, I'm gonna see that, like I said, this should be a toggle and you have a checkbox and like, why didn't you get that detail?And having the video up front just [00:06:00] has that makes that alignment like you're talking about a shared artifact with the agent. Very clear, which has been just super helpful for me.Jonas: I can quickly run through some other Yes. Examples.Meta Agents and More DemosJonas: So this is a very front end heavy one. So one question I wasswyx: gonna say, is this only for frontJonas: end?Exactly. One question you might have is this only for front end? So this is another example where the thing I wanted it to implement was a better error message for saving secrets. So the cloud agents support adding secrets, that's part of what it needs to access certain systems. Part of onboarding that is giving access.This is cloud is working onswyx: cloud agents. Yes.Jonas: So this is a fun thing isSamantha: it can get super meta. ItJonas: can get super meta, it can start its own cloud agents, it can talk to its own cloud agents. Sometimes it's hard to wrap your mind around that. We have disabled, it's cloud agents starting more cloud agents. So we currently disallow that.Someday you might. Someday we might. Someday we might. So this actually was mostly a backend change in terms of the error handling here, where if the [00:07:00] secret is far too large, it would oh, this is actually really cool. Wow. That's the Devrel tools. That's the Devrel tools. So if the secret is far too large, we.Allow secrets above a certain size. We have a size limit on them. And the error message there was really bad. It was just some generic failed to save message. So I was like, Hey, we wanted an error message. So first cool thing it did here, zero prompting on how to test this. Instead of typing out the, like a character 5,000 times to hit the limit, it opens Devrel tools, writes js, or to paste into the input 5,000 characters of the letter A and then hit save, closes the Devrel tools, hit save and gets this new gets the new error message.So that looks like the video actually cut off, but here you can see the, here you can see the screenshot of the of the error message. What, so that is like frontend backend end-to-end feature to, to get that,swyx: yeah.Jonas: Andswyx: And you just need a full vm, full computer run everything.Okay. Yeah.Jonas: Yeah. So we've had versions of this. This is one of the auto tab lessons where we started that in 2022. [00:08:00] No, in 2023. And at the time it was like browser use, DOM, like all these different things. And I think we ended up very sort of a GI pilled in the sense that just give the model pixels, give it a box, a brain in a box is what you want and you want to remove limitations around context and capabilities such that the bottleneck should be the intelligence.And given how smart models are today, that's a very far out bottleneck. And so giving it its full VM and having it be onboarded with Devrel X set up like a human would is just been for us internally a really big step change in capability.swyx: Yeah I would say, let's call it a year ago the models weren't even good enough to do any of this stuff.SoSamantha: even six months ago. Yeah.swyx: So yeah what people have told me is like round about Sonder four fire is when this started being good enough to just automate fully by pixel.Jonas: Yeah, I think it's always a question of when is good enough. I think we found in particular with Opus 4 5, 4, 6, and Codex five three, that those were additional step [00:09:00] changes in the autonomy grade capabilities of the model to just.Go off and figure out the details and come back when it's done.swyx: I wanna appreciate a couple details. One 10 Stack Router. I see it. Yeah. I'm a big fan. Do you know any, I have to name the 10 Stack.Jonas: No.swyx: This just a random lore. Some buddy Sue Tanner. My and then the other thing if you switch back to the video.Jonas: Yeah.swyx: I wanna shout out this thing. Probably Sam did it. I don't knowJonas: the chapters.swyx: What is this called? Yeah, this is called Chapters. Yeah. It's like a Vimeo thing. I don't know. But it's so nice the design details, like the, and obviously a company called Cursor has to have a beautiful cursorSamantha: and it isswyx: the cursor.Samantha: Cursor.swyx: You see it branded? It's the cursor. Cursor, yeah. Okay, cool. And then I was like, I complained to Evan. I was like, okay, but you guys branded everything but the wallpaper. And he was like, no, that's a cursor wallpaper. I was like, what?Samantha: Yeah. Rio picked the wallpaper, I think. Yeah. The video.That's probably Alexi and yeah, a few others on the team with the chapters on the video. Matthew Frederico. There's been a lot of teamwork on this. It's a huge effort.swyx: I just, I like design details.Samantha: Yeah.swyx: And and then when you download it adds like a little cursor. Kind of TikTok clip. [00:10:00] Yes. Yes.So it's to make it really obvious is from Cursor,Jonas: we did the TikTok branding at the end. This was actually in our launch video. Alexi demoed the cloud agent that built that feature. Which was funny because that was an instance where one of the things that's been a consequence of having these videos is we use best of event where you run head to head different models on the same prompt.We use that a lot more because one of the complications with doing that before was you'd run four models and they would come back with some giant diff, like 700 lines of code times four. It's what are you gonna do? You're gonna review all that's horrible. But if you come back with four 22nd videos, yeah, I'll watch four 22nd videos.And then even if none of them is perfect, you can figure out like, which one of those do you want to iterate with, to get it over the line. Yeah. And so that's really been really fun.Bug Repro WorkflowJonas: Here's another example. That's we found really cool, which is we've actually turned since into a slash command as well slash [00:11:00] repro, where for bugs in particular, the model of having full access to the to its own vm, it can first reproduce the bug, make a video of the bug reproducing, fix the bug, make a video of the bug being fixed, like doing the same pattern workflow with obviously the bug not reproducing.And that has been the single category that has gone from like these types of bugs, really hard to reproduce and pick two tons of time locally, even if you try a cloud agent on it. Are you confident it actually fixed it to when this happens? You'll merge it in 90 seconds or something like that.So this is an example where, let me see if this is the broken one or the, okay, this is the fixed one. Okay. So we had a bug on cursor.com/agents where if you would attach images where remove them. Then still submit your prompt. They would actually still get attached to the prompt. Okay. And so here you can see Cursor is using, its full desktop by the way.This is one of the cases where if you just do, browse [00:12:00] use type stuff, you'll have a bad time. ‘cause now it needs to upload files. Like it just uses its native file viewer to do that. And so you can see here it's uploading files. It's going to submit a prompt and then it will go and open up. So this is the meta, this is cursor agent, prompting cursor agent inside its own environment.And so you can see here bug, there's five images attached, whereas when it's submitted, it only had one image.swyx: I see. Yeah. But you gotta enable that if you're gonna use cur agent inside cur.Jonas: Exactly. And so here, this is then the after video where it went, it does the same thing. It attaches images, removes, some of them hit send.And you can see here, once this agent is up, only one of the images is left in the attachments. Yeah.swyx: Beautiful.Jonas: Okay. So easy merge.swyx: So yeah. When does it choose to do this? Because this is an extra step.Jonas: Yes. I think I've not done a great job yet of calibrating the model on when to reproduce these things.Yeah. Sometimes it will do it of its own accord. Yeah. We've been conservative where we try to have it only do it when it's [00:13:00] quite sure because it does add some amount of time to how long it takes it to work on it. But we also have added things like the slash repro command where you can just do, fix this bug slash repro and then it will know that it should first make you a video of it actually finding and making sure it can reproduce the bug.swyx: Yeah. Yeah. One sort of ML topic this ties into is reward hacking, where while you write test that you update only pass. So first write test, it shows me it fails, then make you test pass, which is a classic like red green.Jonas: Yep.swyx: LikeJonas: A-T-D-D-T-D-Dswyx: thing.No, very cool. Was that the last demo? Is thereJonas: Yeah.Anything I missed on the demos or points that you think? I think thatSamantha: covers it well. Yeah.swyx: Cool. Before we stop the screen share, can you gimme like a, just a tour of the slash commands ‘cause I so God ready. Huh, what? What are the good ones?Samantha: Yeah, we wanna increase discoverability around this too.I think that'll be like a future thing we work on. Yeah. But there's definitely a lot of good stuff nowJonas: we have a lot of internal ones that I think will not be that interesting. Here's an internal one that I've made. I don't know if anyone else at Cursor uses this one. Fix bb.Samantha: I've never heard of it.Jonas: Yeah.[00:14:00]Fix Bug Bot. So this is a thing that we want to integrate more tightly on. So you made it forswyx: yourself.Jonas: I made this for myself. It's actually available to everyone in the team, but yeah, no one knows about it. But yeah, there will be Bug bot comments and so Bug Bot has a lot of cool things. We actually just launched Bug Bot Auto Fix, where you can click a button and or change a setting and it will automatically fix its own things, and that works great in a bunch of cases.There are some cases where having the context of the original agent that created the PR is really helpful for fixing the bugs, because it might be like, oh, the bug here is that this, is a regression and actually you meant to do something more like that. And so having the original prompt and all of the context of the agent that worked on it, and so here I could just do, fix or we used to be able to do fixed PB and it would do that.No test is another one that we've had. Slash repro is in here. We mentioned that one.Samantha: One of my favorites is cloud agent diagnosis. This is one that makes heavy use of the Datadog MCP. Okay. And I [00:15:00] think Nick and David on our team wrote, and basically if there is a problem with a cloud agent we'll spin up a bunch of subs.Like a singleswyx: instance.Samantha: Yeah. We'll take the ideas and argument and spin up a bunch of subagents using the Datadog MCP to explore the logs and find like all of the problems that could have happened with that. It takes the debugging time, like from potentially you can do quick stuff quickly with the Datadog ui, but it takes it down to, again, like a single agent call as opposed to trolling through logs yourself.Jonas: You should also talk about the stuff we've done with transcripts.Samantha: Yes. Also so basically we've also done some things internally. There'll be some versions of this as we ship publicly soon, where you can spit up an agent and give it access to another agent's transcript to either basically debug something that happened.So act as an external debugger. I see. Or continue the conversation. Almost like forking it.swyx: A transcript includes all the chain of thought for the 11 minutes here. 45 minutes there.Samantha: Yeah. That way. Exactly. So basically acting as a like secondary agent that debugs the first, so we've started to push more andswyx: they're all the same [00:16:00] code.It is just the different prompts, but the sa the same.Samantha: Yeah. So basically same cloud agent infrastructure and then same harness. And then like when we do things like include, there's some extra infrastructure that goes into piping in like an external transcript if we include it as an attachment.But for things like the cloud agent diagnosis, that's mostly just using the Datadog MCP. ‘Cause we also launched CPS along with along with this cloud agent launch, launch support for cloud agent cps.swyx: Oh, that was drawn out.Jonas: We won't, we'll be doing a bigger marketing moment for it next week, but, and you can now use CPS andswyx: People will listen to it as well.Yeah,Jonas: they'llSamantha: be ahead of the third. They'll be ahead. And I would I actually don't know if the Datadog CP is like publicly available yet. I realize this not sure beta testing it, but it's been one of my favorites to use. Soswyx: I think that one's interesting for Datadog. ‘cause Datadog wants to own that site.Interesting with Bits. I don't know if you've tried bits.Samantha: I haven't tried bits.swyx: Yeah.Jonas: That's their cloud agentswyx: product. Yeah. Yeah. They want to be like we own your logs and give us our, some part of the, [00:17:00] self-healing software that everyone wants. Yeah. But obviously Cursor has a strong opinion on coding agents and you, you like taking away from the which like obviously you're going to do, and not every company's like Cursor, but it's interesting if you're a Datadog, like what do you do here?Do you expose your logs to FDP and let other people do it? Or do you try to own that it because it's extra business for you? Yeah. It's like an interesting one.Samantha: It's a good question. All I know is that I love the Datadog MCP,Jonas: And yeah, it is gonna be no, no surprise that people like will demand it, right?Samantha: Yeah.swyx: It's, it's like anysystemswyx: of record company like this, it's like how much do you give away? Cool. I think that's that for the sort of cloud agents tour. Cool. And we just talk about like cloud agents have been when did Kirsten loves cloud agents? Do you know, in JuneJonas: last year.swyx: June last year. So it's been slowly develop the thing you did, like a bunch of, like Michael did a post where himself, where he like showed this chart of like ages overtaking tap. And I'm like, wow, this is like the biggest transition in code.Jonas: Yeah.swyx: Like in, in [00:18:00] like the last,Jonas: yeah. I think that kind of got turned out.Yeah. I think it's a very interest,swyx: not at all. I think it's been highlighted by our friend Andre Kati today.Jonas: Okay.swyx: Talk more about it. What does it mean? Yeah. Is I just got given like the cursor tab key.Jonas: Yes. Yes.swyx: That's that'sSamantha: cool.swyx: I know, but it's gonna be like put in a museum.Jonas: It is.Samantha: I have to say I haven't used tab a little bit myself.Jonas: Yeah. I think that what it looks like to code with AI code generally creates software, even if you want to go higher level. Is changing very rapidly. No, not a hot take, but I think from our vendor's point at Cursor, I think one of the things that is probably underappreciated from the outside is that we are extremely self-aware about that fact and Kerscher, got its start in phase one, era one of like tab and auto complete.And that was really useful in its time. But a lot of people start looking at text files and editing code, like we call it hand coding. Now when you like type out the actual letters, it'sswyx: oh that's cute.Jonas: Yeah.swyx: Oh that's cute.Jonas: You're so boomer. So boomer. [00:19:00] And so that I think has been a slowly accelerating and now in the last few months, rapidly accelerating shift.And we think that's going to happen again with the next thing where the, I think some of the pains around tab of it's great, but I actually just want to give more to the agent and I don't want to do one tab at a time. I want to just give it a task and it goes off and does a larger unit of work and I can.Lean back a little bit more and operate at that higher level of abstraction that's going to happen again, where it goes from agents handing you back diffs and you're like in the weeds and giving it, 32nd to three minute tasks, to, you're giving it, three minute to 30 minute to three hour tasks and you're getting back videos and trying out previews rather than immediately looking at diffs every single time.swyx: Yeah. Anything to add?Samantha: One other shift that I've noticed as our cloud agents have really taken off internally has been a shift from primarily individually driven development to almost this collaborative nature of development for us, slack is actually almost like a development on [00:20:00] Id basically.So Iswyx: like maybe don't even build a custom ui, like maybe that's like a debugging thing, but actually it's that.Samantha: I feel like, yeah, there's still so much to left to explore there, but basically for us, like Slack is where a lot of development happens. Like we will have these issue channels or just like this product discussion channels where people are always at cursing and that kicks off a cloud agent.And for us at least, we have team follow-ups enabled. So if Jonas kicks off at Cursor in a thread, I can follow up with it and add more context. And so it turns into almost like a discussion service where people can like collaborate on ui. Oftentimes I will kick off an investigation and then sometimes I even ask it to get blame and then tag people who should be brought in. ‘cause it can tag people in Slack and then other people will comeswyx: in, can tag other people who are not involved in conversation. Yes. Can just do at Jonas if say, was talking to,Samantha: yeah.swyx: That's cool. You should, you guys should make a big good deal outta that.Samantha: I know. It's a lot to, I feel like there's a lot more to do with our slack surface area to show people externally. But yeah, basically like it [00:21:00] can bring other people in and then other people can also contribute to that thread and you can end up with a PR again, with the artifacts visible and then people can be like, okay, cool, we can merge this.So for us it's like the ID is almost like moving into Slack in some ways as well.swyx: I have the same experience with, but it's not developers, it's me. Designer salespeople.Samantha: Yeah.swyx: So me on like technical marketing, vision, designer on design and then salespeople on here's the legal source of what we agreed on.And then they all just collaborate and correct. The agents,Jonas: I think that we found when these threads is. The work that is left, that the humans are discussing in these threads is the nugget of what is actually interesting and relevant. It's not the boring details of where does this if statement go?It's do we wanna ship this? Is this the right ux? Is this the right form factor? Yeah. How do we make this more obvious to the user? It's like those really interesting kind of higher order questions that are so easy to collaborate with and leave the implementation to the cloud agent.Samantha: Totally. And no more discussion of am I gonna do this? Are you [00:22:00] gonna do this cursor's doing it? You just have to decide. You like it.swyx: Sometimes the, I don't know if there's a, this probably, you guys probably figured this out already, but since I, you need like a mute button. So like cursor, like we're going to take this offline, but still online.But like we need to talk among the humans first. Before you like could stop responding to everything.Jonas: Yeah. This is a design decision where currently cursor won't chime in unless you explicitly add Mention it. Yeah. Yeah.Samantha: So it's not always listening.Yeah.Jonas: I can see all the intermediate messages.swyx: Have you done the recursive, can cursor add another cursor or spawn another cursor?Samantha: Oh,Jonas: we've done some versions of this.swyx: Because, ‘cause it can add humans.Jonas: Yes. One of the other things we've been working on that's like an implication of generating the code is so easy is getting it to production is still harder than it should be.And broadly, you solve one bottleneck and three new ones pop up. Yeah. And so one of the new bottlenecks is getting into production and we have a like joke internally where you'll be talking about some feature and someone says, I have a PR for that. Which is it's so easy [00:23:00] to get to, I a PR for that, but it's hard still relatively to get from I a PR for that to, I'm confident and ready to merge this.And so I think that over the coming weeks and months, that's a thing that we think a lot about is how do we scale up compute to that pipeline of getting things from a first draft An agent did.swyx: Isn't that what Merge isn't know what graphite's for, likeJonas: graphite is a big part of that. The cloud agent testingswyx: Is it fully integrated or still different companiesJonas: working on I think we'll have more to share there in the future, but the goal is to have great end-to-end experience where Cursor doesn't just help you generate code tokens, it helps you create software end-to-end.And so review is a big part of that, that I think especially as models have gotten much better at writing code, generating code, we've felt that relatively crop up more,swyx: sorry this is completely unplanned, but like there I have people arguing one to you need ai. To review ai and then there is another approach, thought school of thought where it's no, [00:24:00] reviews are dead.Like just show me the video. It's it like,Samantha: yeah. I feel again, for me, the video is often like alignment and then I often still wanna go through a code review process.swyx: Like still look at the files andSamantha: everything. Yeah. There's a spectrum of course. Like the video, if it's really well done and it does like fully like test everything, you can feel pretty competent, but it's still helpful to, to look at the code.I make hep pay a lot of attention to bug bot. I feel like Bug Bot has been a great really highly adopted internally. We often like, won't we tell people like, don't leave bug bot comments unaddressed. ‘cause we have such high confidence in it. So people always address their bug bot comments.Jonas: Once you've had two cases where you merged something and then you went back later, there was a bug in it, you merged, you went back later and you were like, ah, bug Bot had found that I should have listened to Bug Bot.Once that happens two or three times, you learn to wait for bug bot.Samantha: Yeah. So I think for us there's like that code level review where like it's looking at the actual code and then there's like the like feature level review where you're looking at the features. There's like a whole number of different like areas.There'll probably eventually be things like performance level review, security [00:25:00] review, things like that where it's like more more different aspects of how this feature might affect your code base that you want to potentially leverage an agent to help with.Jonas: And some of those like bug bot will be synchronous and you'll typically want to wait on before you merge.But I think another thing that we're starting to see is. As with cloud agents, you scale up this parallelism and how much code you generate. 10 person startups become, need the Devrel X and pipelines that a 10,000 person company used to need. And that looks like a lot of the things I think that 10,000 person companies invented in order to get that volume of software to production safely.So that's things like, release frequently or release slowly, have different stages where you release, have checkpoints, automated ways of detecting regressions. And so I think we're gonna need stacks merg stack diffs merge queues. Exactly. A lot of those things are going to be importantswyx: forward with.I think the majority of people still don't know what stack stacks are. And I like, I have many friends in Facebook and like I, I'm pretty friendly with graphite. I've just, [00:26:00] I've never needed it ‘cause I don't work on that larger team and it's just like democratization of no, only here's what we've already worked out at very large scale and here's how you can, it benefits you too.Like I think to me, one of the beautiful things about GitHub is that. It's actually useful to me as an individual solo developer, even though it's like actually collaboration software.Jonas: Yep.swyx: And I don't think a lot of Devrel tools have figured that out yet. That transition from like large down to small.Jonas: Yeah. Kers is probably an inverse story.swyx: This is small down toJonas: Yeah. Where historically Kers share, part of why we grew so quickly was anyone on the team could pick it up and in fact people would pick it up, on the weekend for their side project and then bring it into work. ‘cause they loved using it so much.swyx: Yeah.Jonas: And I think a thing that we've started working on a lot more, not us specifically, but as a company and other folks at Cursor, is making it really great for teams and making it the, the 10th person that starts using Cursor in a team. Is immediately set up with things like, we launched Marketplace recently so other people can [00:27:00] configure what CPS and skills like plugins.So skills and cps, other people can configure that. So that my cursor is ready to go and set up. Sam loves the Datadog, MCP and Slack, MCP you've also been using a lot butSamantha: also pre-launch, but I feel like it's so good.Jonas: Yeah, my cursor should be configured if Sam feels strongly that's just amazing and required.swyx: Is it automatically shared or you have to go and.Jonas: It depends on the MCP. So some are obviously off per user. Yeah. And so Sam can't off my cursor with my Slack MCP, but some are team off and those can be set up by admins.swyx: Yeah. Yeah. That's cool. Yeah, I think, we had a man on the pod when cursor was five people, and like everyone was like, okay, what's the thing?And then it's usually something teams and org and enterprise, but it's actually working. But like usually at that stage when you're five, when you're just a vs. Code fork it's like how do you get there? Yeah. Will people pay for this? People do pay for it.Jonas: Yeah. And I think for cloud agents, we expect.[00:28:00]To have similar kind of PLG things where I think off the bat we've seen a lot of adoption with kind of smaller teams where the code bases are not quite as complex to set up. Yes. If you need some insane docker layer caching thing for builds not to take two hours, that's going to take a little bit longer for us to be able to support that kind of infrastructure.Whereas if you have front end backend, like one click agents can install everything that they need themselves.swyx: This is a good chance for me to just ask some technical sort of check the box questions. Can I choose the size of the vm?Jonas: Not yet. We are planning on adding that. Weswyx: have, this is obviously you want like LXXL, whatever, right?Like it's like the Amazon like sort menu.Jonas: Yes, exactly. We'll add that.swyx: Yeah. In some ways you have to basically become like a EC2, almost like you rent a box.Jonas: You rent a box. Yes. We talk a lot about brain in a box. Yeah. So cursor, we want to be a brain in a box,swyx: but is the mental model different? Is it more serverless?Is it more persistent? Is. Something else.Samantha: We want it to be a bit persistent. The desktop should be [00:29:00] something you can return to af even after some days. Like maybe you go back, they're like still thinking about a feature for some period of time. So theswyx: full like sus like suspend the memory and bring it back and then keep going.Samantha: Exactly.swyx: That's an interesting one because what I actually do want, like from a manna and open crawl, whatever, is like I want to be able to log in with my credentials to the thing, but not actually store it in any like secret store, whatever. ‘cause it's like this is the, my most sensitive stuff.Yeah. This is like my email, whatever. And just have it like, persist to the image. I don't know how it was hood, but like to rehydrate and then just keep going from there. But I don't think a lot of infra works that way. A lot of it's stateless where like you save it to a docker image and then it's only whatever you can describe in a Docker file and that's it.That's the only thing you can cl multiple times in parallel.Jonas: Yeah. We have a bunch of different ways of setting them up. So there's a dockerfile based approach. The main default way is actually snapshottingswyx: like a Linux vmJonas: like vm, right? You run a bunch of install commands and then you snapshot more or less the file system.And so that gets you set up for everything [00:30:00] that you would want to bring a new VM up from that template basically.swyx: Yeah.Jonas: And that's a bit distinct from what Sam was talking about with the hibernating and re rehydrating where that is a full memory snapshot as well. So there, if I had like the browser open to a specific page and we bring that back, that page will still be there.swyx: Was there any discussion internally and just building this stuff about every time you shoot a video it's actually you show a little bit of the desktop and the browser and it's not necessary if you just show the browser. If, if you know you're just demoing a front end application.Why not just show the browser, right? Like it Yeah,Samantha: we do have some panning and zooming. Yeah. Like it can decide that when it's actually recording and cutting the video to highlight different things. I think we've played around with different ways of segmenting it and yeah. There's been some different revs on it for sure.Jonas: Yeah. I think one of the interesting things is the version that you see now in cursor.com actually is like half of what we had at peak where we decided to unshift or unshipped quite a few things. So two of the interesting things to talk about, one is directly an answer to your [00:31:00] question where we had native browser that you would have locally, it was basically an iframe that via port forwarding could load the URL could talk to local host in the vm.So that gets you basically, so inswyx: your machine's browser,likeJonas: in your local browser? Yeah. You would go to local host 4,000 and that would get forwarded to local host 4,000 in the VM via port forward. We unshift that like atswyx: Eng Rock.Jonas: Like an Eng Rock. Exactly. We unshift that because we felt that the remote desktop was sufficiently low latency and more general purpose.So we build Cursor web, but we also build Cursor desktop. And so it's really useful to be able to have the full spectrum of things. And even for Cursor Web, as you saw in one of the examples, the agent was uploading files and like I couldn't upload files and open the file viewer if I only had access to the browser.And we've thought a lot about, this might seem funny coming from Cursor where we started as this, vs. Code Fork and I think inherited a lot of amazing things, but also a lot [00:32:00] of legacy UI from VS Code.Minimal Web UI SurfacesJonas: And so with the web UI we wanted to be very intentional about keeping that very minimal and exposing the right sum of set of primitive sort of app surfaces we call them, that are shared features of that cloud.Environment that you and the agent both use. So agent uses desktop and controls it. I can use desktop and controlled agent runs terminal commands. I can run terminal commands. So that's how our philosophy around it. The other thing that is maybe interesting to talk about that we unshipped is and we may, both of these things we may reship and decide at some point in the future that we've changed our minds on the trade offs or gotten it to a point where, putswyx: it out there.Let users tell you they want it. Exactly. Alright, fine.Why No File EditorJonas: So one of the other things is actually a files app. And so we used to have the ability at one point during the process of testing this internally to see next to, I had GID desktop and terminal on the right hand side of the tab there earlier to also have a files app where you could see and edit files.And we actually felt that in some [00:33:00] ways, by restricting and limiting what you could do there, people would naturally leave more to the agent and fall into this new pattern of delegating, which we thought was really valuable. And there's currently no way in Cursor web to edit these files.swyx: Yeah. Except you like open up the PR and go into GitHub and do the thing.Jonas: Yeah.swyx: Which is annoying.Jonas: Just tell the agent,swyx: I have criticized open AI for this. Because Open AI is Codex app doesn't have a file editor, like it has file viewer, but isn't a file editor.Jonas: Do you use the file viewer a lot?swyx: No. I understand, but like sometimes I want it, the one way to do it is like freaking going to no, they have a open in cursor button or open an antigravity or, opening whatever and people pointed that.So I was, I was part of the early testers group people pointed that and they were like, this is like a design smell. It's like you actually want a VS. Code fork that has all these things, but also a file editor. And they were like, no, just trust us.Jonas: Yeah. I think we as Cursor will want to, as a product, offer the [00:34:00] whole spectrum and so you want to be able to.Work at really high levels of abstraction and double click and see the lowest level. That's important. But I also think that like you won't be doing that in Slack. And so there are surfaces and ways of interacting where in some cases limiting the UX capabilities makes for a cleaner experience that's more simple and drives people into these new patterns where even locally we kicked off joking about this.People like don't really edit files, hand code anymore. And so we want to build for where that's going and not where it's beenswyx: a lot of cool stuff. And Okay. I have a couple more.Full Stack Hosting Debateswyx: So observations about the design elements about these things. One of the things that I'm always thinking about is cursor and other peers of cursor start from like the Devrel tools and work their way towards cloud agents.Other people, like the lovable and bolts of the world start with here's like the vibe code. Full cloud thing. They were already cloud edges before anyone else cloud edges and we will give you the full deploy platform. So we own the whole loop. We own all the infrastructure, we own, we, we have the logs, we have the the live site, [00:35:00] whatever.And you can do that cycle cursor doesn't own that cycle even today. You don't have the versal, you don't have the, you whatever deploy infrastructure that, that you're gonna have, which gives you powers because anyone can use it. And any enterprise who, whatever you infra, I don't care. But then also gives you limitations as to how much you can actually fully debug end to end.I guess I'm just putting out there that like is there a future where there's like full stack cursor where like cursor apps.com where like I host my cursor site this, which is basically a verse clone, right? I don't know.Jonas: I think that's a interesting question to be asking, and I think like the logic that you laid out for how you would get there is logic that I largely agree with.swyx: Yeah. Yeah.Jonas: I think right now we're really focused on what we see as the next big bottleneck and because things like the Datadog MCP exist, yeah. I don't think that the best way we can help our customers ship more software. Is by building a hosting solution right now,swyx: by the way, these are things I've actually discussed with some of the companies I just named.Jonas: Yeah, for sure. Right now, just this big bottleneck is getting the code out there and also [00:36:00] unlike a lovable in the bolt, we focus much more on existing software. And the zero to one greenfield is just a very different problem. Imagine going to a Shopify and convincing them to deploy on your deployment solution.That's very different and I think will take much longer to see how that works. May never happen relative to, oh, it's like a zero to one app.swyx: I'll say. It's tempting because look like 50% of your apps are versal, superb base tailwind react it's the stack. It's what everyone does.So I it's kinda interesting.Jonas: Yeah.Model Choice and Auto Routingswyx: The other thing is the model select dying. Right now in cloud agents, it's stuck down, bottom left. Sure it's Codex High today, but do I care if it's suddenly switched to Opus? Probably not.Samantha: We definitely wanna give people a choice across models because I feel like it, the meta change is very frequently.I was a big like Opus 4.5 Maximalist, and when codex 5.3 came out, I hard, hard switch. So that's all I use now.swyx: Yeah. Agreed. I don't know if, but basically like when I use it in Slack, [00:37:00] right? Cursor does a very good job of exposing yeah. Cursors. If people go use it, here's the model we're using.Yeah. Here's how you switch if you want. But otherwise it's like extracted away, which is like beautiful because then you actually, you should decide.Jonas: Yeah, I think we want to be doing more with defaults.swyx: Yeah.Jonas: Where we can suggest things to people. A thing that we have in the editor, the desktop app is auto, which will route your request and do things there.So I think we will want to do something like that for cloud agents as well. We haven't done it yet. And so I think. We have both people like Sam, who are very savvy and want know exactly what model they want, and we also have people that want us to pick the best model for them because we have amazing people like Sam and we, we are the experts.Yeah. We have both the traffic and the internal taste and experience to know what we think is best.swyx: Yeah. I have this ongoing pieces of agent lab versus model lab. And to me, cursor and other companies are example of an agent lab that is, building a new playbook that is different from a model lab where it's like very GP heavy Olo.So obviously has a research [00:38:00] team. And my thesis is like you just, every agent lab is going to have a router because you're going to be asked like, what's what. I don't keep up to every day. I'm not a Sam, I don't keep up every day for using you as sample the arm arbitrator of taste. Put me on CRI Auto.Is it free? It's not free.Jonas: Auto's not free, but there's different pricing tiers. Yeah.swyx: Put me on Chris. You decide from me based on all the other people you know better than me. And I think every agent lab should basically end up doing this because that actually gives you extra power because you like people stop carrying or having loyalty with one lab.Jonas: Yeah.Best Of N and Model CouncilsJonas: Two other maybe interesting things that I don't know how much they're on your radar are one the best event thing we mentioned where running different models head to head is actually quite interesting becauseswyx: which exists in cursor.Jonas: That exists in cur ID and web. So the problem is where do you run them?swyx: Okay.Jonas: And so I, I can share my screen if that's interesting. Yeahinteresting.swyx: Yeah. Yeah. Obviously parallel agents, very popal.Jonas: Yes, exactly. Parallel agentsswyx: in you mind. Are they the same thing? Best event and parallel agents? I don't want to [00:39:00] put words in your mouth.Jonas: Best event is a subset of parallel agents where they're running on the same prompt.That would be my answer. So this is what that looks like. And so here in this dropdown picker, I can just select multiple models.swyx: Yeah.Jonas: And now if I do a prompt, I'm going to do something silly. I am running these five models.swyx: Okay. This is this fake clone, of course. The 2.0 yeah.Jonas: Yes, exactly. But they're running so the cursor 2.0, you can do desktop or cloud.So this is cloud specifically where the benefit over work trees is that they have their own VMs and can run commands and won't try to kill ports that the other one is running. Which are some of the pains. These are allswyx: called work trees?Jonas: No, these are all cloud agents with their own VMs.swyx: Okay. ButJonas: When you do it locally, sometimes people do work trees and that's been the main way that people have set out parallel so far.I've gotta say.swyx: That's so confusing for folks.Jonas: Yeah.swyx: No one knows what work trees are.Jonas: Exactly. I think we're phasing out work trees.swyx: Really.Jonas: Yeah.swyx: Okay.Samantha: But yeah. And one other thing I would say though on the multimodel choice, [00:40:00] so this is another experiment that we ran last year and the decide to ship at that time but may come back to, and there was an interesting learning that's relevant for, these different model providers. It was something that would run a bunch of best of ends but then synthesize and basically run like a synthesizer layer of models. And that was other agents that would take LM Judge, but one that was also agentic and could write code. So it wasn't just picking but also taking the learnings from two models or, and models that it was looking at and writing a new diff.And what we found was that at the time at least, there were strengths to using models from different model providers as the base level of this process. Like basically you could get almost like a synergistic output that was better than having a very unified, like bottom model tier. So it was really interesting ‘cause it's like potentially, even though even in the future when you have like maybe one model as ahead of the other for a little bit, there could be some benefit from having like multiple top tier models involved in like a [00:41:00] model swarm or whatever agent Swarm that you're doing, that they each have strengths and weaknesses.Yeah.Jonas: Andre called this the council, right?Samantha: Yeah, exactly. We actually, oh, that's another internal command we have that Ian wrote slash council. Oh, and they some, yeah.swyx: Yes. This idea is in various forms everywhere. And I think for me, like for me, the productization of it, you guys have done yeah, like this is very flexible, but.If I were to add another Yeah, what your thing is on here it would be too much. I what, let's say,Samantha: Ideally it's all, it's something that the user can just choose and it all happens under the hood in a way where like you just get the benefit of that process at the end and better output basically, but don't have to get too lost in the complexity of judging along the way.Jonas: Okay.Subagents for ContextJonas: Another thing on the many agents, on different parallel agents that's interesting is an idea that's been around for a while as well that has started working recently is subagents. And so this is one other way to get agents of the different prompts and different goals and different models, [00:42:00] different vintages to work together.Collaborate and delegate.swyx: Yeah. I'm very like I like one of my, I always looking for this is the year of the blah, right? Yeah. I think one of the things on the blahs is subs. I think this is of but I haven't used them in cursor. Are they fully formed or how do I honestly like an intro because do I form them from new every time?Do I have fixed subagents? How are they different for slash commands? There's all these like really basic questions that no one stops to answer for people because everyone's just like too busy launching. We have toSamantha: honestly, you could, you can see them in cursor now if you just say spin up like 50 subagents to, so cursor definesswyx: what Subagents.Yeah.Samantha: Yeah. So basically I think I shouldn't speak for the whole subagents team. This is like a different team that's been working on this, but our thesis or thing that we saw internally is that like they're great for context management for kind of long running threads, or if you're trying to just throw more compute at something.We have strongly used, almost like a generic task interface where then the main agent can define [00:43:00] like what goes into the subagent. So if I say explore my code base, it might decide to spin up an explore subagent and or might decide to spin up five explore subagent.swyx: But I don't get to set what those subagent are, right?It's all defined by a model.Samantha: I think. I actually would have to refresh myself on the sub agent interface.Jonas: There are some built-in ones like the explore subagent is free pre-built. But you can also instruct the model to use other subagents and then it will. And one other example of a built-in subagent is I actually just kicked one off in cursor and I can show you what that looks like.swyx: Yes. Because I tried to do this in pure prompt space.Jonas: So this is the desktop app? Yeah. Yeah. And that'sswyx: all you need to do, right? Yeah.Jonas: That's all you need to do. So I said use a sub agent to explore and I think, yeah, so I can even click in and see what the subagent is working on here. It ran some fine command and this is a composer under the hood.Even though my main model is Opus, it does smart routing to take, like in this instance the explorer sort of requires reading a ton of things. And so a faster model is really useful to get an [00:44:00] answer quickly, but that this is what subagent look like. And I think we wanted to do a lot more to expose hooks and ways for people to configure these.Another example of a cus sort of builtin subagent is the computer use subagent in the cloud agents, where we found that those trajectories can be long and involve a lot of images obviously, and execution of some testing verification task. We wanted to use that models that are particularly good at that.So that's one reason to use subagents. And then the other reason to use subagents is we want contexts to be summarized reduced down at a subagent level. That's a really neat boundary at which to compress that rollout and testing into a final message that agent writes that then gets passed into the parent rather than having to do some global compaction or something like that.swyx: Awesome. Cool. While we're in the subagents conversation, I can't do a cursor conversation and not talk about listen stuff. What is that? What is what? He built a browser. He built an os. Yes. And he [00:45:00] experimented with a lot of different architectures and basically ended up reinventing the software engineer org chart.This is all cool, but what's your take? What's, is there any hole behind the side? The scenes stories about that kind of, that whole adventure.Samantha: Some of those experiments have found their way into a feature that's available in cloud agents now, the long running agent mode internally, we call it grind mode.And I think there's like some hint of grind mode accessible in the picker today. ‘cause you can do choose grind until done. And so that was really the result of experiments that Wilson started in this vein where he I think the Ralph Wigga loop was like floating around at the time, but it was something he also independently found and he was experimenting with.And that was what led to this product surface.swyx: And it is just simple idea of have criteria for completion and do not. Until you complete,Samantha: there's a bit more complexity as well in, in our implementation. Like there's a specific, you have to start out by aligning and there's like a planning stage where it will work with you and it will not get like start grind execution mode until it's decided that the [00:46:00] plan is amenable to both of you.Basically,swyx: I refuse to work until you make me happy.Jonas: We found that it's really important where people would give like very underspecified prompt and then expect it to come back with magic. And if it's gonna go off and work for three minutes, that's one thing. When it's gonna go off and work for three days, probably should spend like a few hours upfront making sure that you have communicated what you actually want.swyx: Yeah. And just to like really drive from the point. We really mean three days that No, noJonas: human. Oh yeah. We've had three day months innovation whatsoever.Samantha: I don't know what the record is, but there's been a long time with the grantsJonas: and so the thing that is available in cursor. The long running agent is if you wanna think about it, very abstractly that is like one worker node.Whereas what built the browser is a society of workers and planners and different agents collaborating. Because we started building the browser with one worker node at the time, that was just the agent. And it became one worker node when we realized that the throughput of the system was not where it needed to be [00:47:00] to get something as large of a scale as the browser done.swyx: Yeah.Jonas: And so this has also become a really big mental model for us with cloud, cloud agents is there's the classic engineering latency throughput trade-offs. And so you know, the code is water flowing through a pipe. The, we think that over the coming months, the big unlock is not going to be one person with a model getting more done, like the water flowing faster and we'll be making the pipe much wider and so ing more, whether that's swarms of agents or parallel agents, both of those are things that contribute to getting.Much more done in the same amount of time, but any one of those tasks doesn't necessarily need to get done that quickly. And throughput is this really big thing where if you see the system of a hundred concurrent agents outputting thousands of tokens a second, you can't go back like that.Just you see a glimpse of the future where obviously there are many caveats. Like no one is using this browser. IRL. There's like a bunch of things not quite right yet, but we are going to get to systems that produce real production [00:48:00] code at the scale much sooner than people think. And it forces you to think what even happens to production systems. Like we've broken our GitHub actions recently because we have so many agents like producing and pushing code that like CICD is just overloaded. ‘cause suddenly it's like effectively weg grew, cursor's growing very quickly anyway, but you grow head count, 10 x when people run 10 x as many agents.And so a lot of these systems, exactly, a lot of these systems will need to adapt.swyx: It also reminds me, we, we all, the three of us live in the app layer, but if you talk to the researchers who are doing RL infrastructure, it's the same thing. It's like all these parallel rollouts and scheduling them and making sure as much throughput as possible goes through them.Yeah, it's the same thing.Jonas: We were talking briefly before we started recording. You were mentioning memory chips and some of the shortages there. The other thing that I think is just like hard to wrap your head around the scale of the system that was building the browser, the concurrency there.If Sam and I both have a system like that running for us, [00:49:00] shipping our software. The amount of inference that we're going to need per developer is just really mind-boggling. And that makes, sometimes when I think about that, I think that even with, the most optimistic projections for what we're going to need in terms of buildout, our underestimating, the extent to which these swarm systems can like churn at scale to produce code that is valuable to the economy.And,swyx: yeah, you can cut this if it's sensitive, but I was just Do you have estimates of how much your token consumption is?Jonas: Like per developer?swyx: Yeah. Or yourself. I don't need like comfy average. I just curious. ISamantha: feel like I, for a while I wasn't an admin on the usage dashboard, so I like wasn't able to actually see, but it was a,swyx: mine has gone up.Samantha: Oh yeah.swyx: But I thinkSamantha: it's in terms of how much work I'm doing, it's more like I have no worries about developers losing their jobs, at least in the near term. ‘cause I feel like that's a more broad discussion.swyx: Yeah. Yeah. You went there. I didn't go, I wasn't going there.I was just like how much more are you using?Samantha: There's so much stuff to be built. And so I feel like I'm basically just [00:50:00] trying to constantly I have more ambitions than I did before. Yes. Personally. Yes. So can't speak to the broader thing. But for me it's like I'm busier than ever before.I'm using more tokens and I am also doing more things.Jonas: Yeah. Yeah. I don't have the stats for myself, but I think broadly a thing that we've seen, that we expect to continue is J'S paradox. Whereswyx: you can't do it in our podcast without seeingJonas: it. Exactly. We've done it. Now we can wrap. We've done, we said the words.Phase one tab auto complete people paid like 20 bucks a month. And that was great. Phase two where you were iterating with these local models. Today people pay like hundreds of dollars a month. I think as we think about these highly parallel kind of agents running off for a long times in their own VM system, we are already at that point where people will be spending thousands of dollars a month per human, and I think potentially tens of thousands and beyond, where it's not like we are greedy for like capturing more money, but what happens is just individuals get that much more leverage.And if one person can do as much as 10 people, yeah. That tool that allows ‘em to do that is going to be tremendously valuable [00:51:00] and worth investing in and taking the best thing that exists.swyx: One more question on just the cursor in general and then open-ended for you guys to plug whatever you wanna put.How is Cursor hiring these days?Samantha: What do you mean by how?swyx: So obviously lead code is dead. Oh,Samantha: okay.swyx: Everyone says work trial. Different people have different levels of adoption of agents. Some people can really adopt can be much more productive. But other people, you just need to give them a little bit of time.And sometimes they've never lived in a token rich place like cursor.And once you live in a token rich place, you're you just work differently. But you need to have done that. And a lot of people anyway, it was just open-ended. Like how has agentic engineering, agentic coding changed your opinions on hiring?Is there any like broad like insights? Yeah.Jonas: Basically I'm asking this for other people, right? Yeah, totally. Totally. To hear Sam's opinion, we haven't talked about this the two of us. I think that we don't see necessarily being great at the latest thing with AI coding as a prerequisite.I do think that's a sign that people are keeping up and [00:52:00] curious and willing to upscale themselves in what's happening because. As we were talking about the last three months, the game has completely changed. It's like what I do all day is very different.swyx: Like it's my job and I can't,Jonas: Yeah, totally.I do think that still as Sam was saying, the fundamentals remain important in the current age and being able to go and double click down. And models today do still have weaknesses where if you let them run for too long without cleaning up and refactoring, the coke will get sloppy and there'll be bad abstractions.And so you still do need humans that like have built systems before, no good patterns when they see them and know where to steer things.Samantha: I would agree with that. I would say again, cursor also operates very quickly and leveraging ag agentic engineering is probably one reason why that's possible in this current moment.I think in the past it was just like people coding quickly and now there's like people who use agents to move faster as well. So it's part of our process will always look for we'll select for kind of that ability to make good decisions quickly and move well in this environment.And so I think being able to [00:53:00] figure out how to use agents to help you do that is an important part of it too.swyx: Yeah. Okay. The fork in the road, either predictions for the end of the year, if you have any, or PUDs.Jonas: Evictions are not going to go well.Samantha: I know it's hard.swyx: They're so hard. Get it wrong.It's okay. Just, yeah.Jonas: One other plug that may be interesting that I feel like we touched on but haven't talked a ton about is a thing that the kind of these new interfaces and this parallelism enables is the ability to hop back and forth between threads really quickly. And so a thing that we have,swyx: you wanna show something or,Jonas: yeah, I can show something.A thing that we have felt with local agents is this pain around contact switching. And you have one agent that went off and did some work and another agent that, that did something else. And so here by having, I just have three tabs open, let's say, but I can very quickly, hop in here.This is an example I showed earlier, but the actual workflow here I think is really different in a way that may not be obvious, where, I start t

Uncharted: Crime and mayhem in the music industry
Times the Rock' N' Roll Party Went Too Far

Uncharted: Crime and mayhem in the music industry

Play Episode Listen Later Mar 3, 2026 33:17


Rock'n'roll has always thrived on rebellion, excess, and the thrill of pushing every boundary. But sometimes, the party goes so far off the rails it becomes legendary...for all the wrong reasons. In this episode of Uncharted, we dive deep into the most infamous stories of rock-star overindulgence: from Led Zeppelin's airborne palace of debauchery, to Keith Moon's chaotic hotel escapades, to Queen's jaw‑dropping Halloween blowout in New Orleans, and the near‑fatal addictions that almost claimed Guns N' Roses members Slash and Duff McKagan. Some stories are myths. Some are very real. All of them show what happens when fame, money, and zero accountability collide. It's wild, unbelievable, chaotic...and occasionally tragic. These are moments when the rock'n'roll party didn't just get out of hand… it detonated. Strap in. Learn more about your ad choices. Visit megaphone.fm/adchoices

SeanGeek and FastFret Podcast
Michael Pastore: MTV Babies, Wolfgang's Destiny, and Christmas Disco Fever

SeanGeek and FastFret Podcast

Play Episode Listen Later Mar 2, 2026 77:57


In this episode, we welcome Michael, author of "The Mighty Van Halen: One Fan's Journey," for a nostalgic journey through the cassette rock era of the 1980s.We start by tackling some technical challenges with audio and Discord setup before diving into Michael's book, which chronicles his coming-of-age as a Van Halen fan during the golden age of rock. Michael shares how readers from different regions have found his story deeply relatable, highlighting the unique experiences of a generation that built stereos, traded tapes, and lived for new album releases.The conversation flows naturally into memories of first hearing Van Halen—from Michael's 1970s introduction to the band, to watching MTV's early days, to the cultural phenomenon of the 1984 album. We discuss David Lee Roth's eclectic SiriusXM radio show and share stories about the transition from vinyl and cassette culture to the digital age.We explore concert experiences and the modern music scene, touching on Wolfgang Van Halen's upcoming shows, potential collaborations with Billie Eilish, and news about Slash filming in Winnipeg. The conversation takes a fun turn as we share our most anticipated album purchases—from Van Halen's 1984 to KISS's Dynasty—and reminisce about our first music purchases, early disco influences, and those treasured Christmas albums from the late '70s.It's a celebration of the era when music was a tactile experience and every new album release was an event.https://www.amazon.com/Mighty-Van-Halen-Fans-Journey/dp/B0G1KYGKGG Linktree: https://linktr.ee/seangeekpodcastPatreon: https://www.patreon.com/c/meetthegeeksWe are a part of the Boneless Podcast Network: https://boneless-catalogue-player.lovable.app/Merch:Tee Public: https://www.teepublic.com/seangeekpodcastRed Bubble: https://www.redbubble.com/people/seangeekpodcast/shop@seangeekpodcast on Twitter, Instagram and FacebookMentioned in this episode:New Merch AdAn ad that incorporates Red Bubble and Tee Public

Las cosas que hay que escuchar
Las Cosas Que Hay Que Escuchar T08E01

Las cosas que hay que escuchar

Play Episode Listen Later Feb 28, 2026 58:46


Ya está online el episodio 8.01 de Las Cosas Que Hay Que Escuchar, en el cual iniciamos esta octava temporada escuchando la música de Green Day, Bikini Kill, Mercury Girls, Marilina Bertoldi, Meconio, Nash the Slash, Weird Al Yankovic, María Pelae, Molotov, Adriano Celentano, Love Of Lesbian, Danielle Dax, Giuni Russo y Martinibomb. Y, obviamente, todo el delirio habitual de Saurio y las voces que lo atormentan. Si quieren convidar con un cafecito ☕, pueden hacerlo acá: https://cafecito.app/saurio © Saurio 2026

Hack or Slash - A Horror Movie Review Podcast

This week we're going online with The Den (2013). We revisit the wild west nostalgia of Chatroulette culture, debate how well the screen-life format builds tension, and unpack where the third act loses the plot. This episode contains spoilers, beginning at 36:27. Mentioned in the Episode Watch the Movie The Den (2013) Support the Show We've launched our Patreon to have a place for listener support to help keep our show going. We are accepting support in the form of small monthly donations from our audience. The proceeds we gain from Patreon are put towards ongoing website fees, funding for new content, and equipment upgrades. In return, our patrons enjoy bonus content, early access, live streams, and exclusive channels in our Discord server. Support the Show on Patreon We're building a community where our listeners and horror fans as a whole can connect and share the ideas, movies, games, experiences, and stories they are most passionate about. Our community is completely free and powered by Discord, which you can access from both a web browser and mobile app. We're looking forward to your arrival! Join our Discord Server Contact Us You can connect with us by creepin' on us on Facebook, Twitter or Instagram, @HackorSlash. You can also share your opinions with us by leaving us an audio message on our website, hackorslash.live. Special Thanks We want to give a special thanks to these patrons for continuing to make this show possible Music Credits "Hack or Slash" by Daniel Stapleton  

InObscuria Podcast
Ep. 323: Grave Mistake: EDGUY Shoulda Been Huge!!! Part 2

InObscuria Podcast

Play Episode Listen Later Feb 27, 2026 95:30


This week we're talking about that guy again… The 2nd episode focused on EDGUY in another edition of our “Grave Mistakes: They Shoulda Been Huge!!!”. A German power metal band that Kevin affectionately calls “Helloween Jr.”. This episode starts at the peak of their provocative power metal prowess and ends with their evolution to a hard-rocking power glam powerhouse. They did well in Europe and other parts of the world, but we think they Shoulda Been Huge in the States! This episode is rooted in our Should Have Been category. A German band that followed in the footsteps of Helloween, flying the flag of “Power Metal” from the late 90s to 2014. Unfortunately, they were never really recognized to the degree they deserve outside of Europe. We think they SHOULDA BEEEN HUGE… and we are ready to fly that banner proudly! Songs this week include: Edguy - “Mysteria” from Hellfire Club (2004) Edguy - “Superheroes” from Superheroes – EP (2005) Edguy - “Rocket Ride” from Rocket Ride (2006) Edguy - “Nine Lives” from Tinnitus Sanctus (2008) Edguy - “Lavatory Love Machine (Live)” from Fucking With Fire (Live In Sao Paolo 2006) (2009) Edguy - “Pandora's Box” from Age Of The Joker (2011) Edguy - “Love Tyger” from Space Police – Defenders Of The Crown (2014)   Buy cool stuff with our logo on it!:InObscuria Store Visit us: https://inobscuria.com/ https://www.facebook.com/InObscuria https://twitter.com/inobscuria https://www.instagram.com/inobscuria/ Check out Robert's amazing fire sculptures and metal workings here: http://flamewerx.com/ If you'd like to check out Kevin's band THE SWEAR, take a listen on all streaming services or pick up a digital copy of their latest release here: https://theswear.bandcamp.com/ If you want to hear Robert and Kevin's band from the late 90s – early 00s BIG JACK PNEUMATIC, check it out here: https://bigjackpnuematic.bandcamp.com/

Irish and Celtic Music Podcast
High Kings & The Heart of Celtic Music #748

Irish and Celtic Music Podcast

Play Episode Listen Later Feb 26, 2026 65:44


What do a slip jig, a sailor's lament, a whiskey - soaked anthem, and a timeless Irish air all have in common? They're all in episode 748 of the Irish & Celtic Music Podcast — and you won't want to miss a single track  -  -  Subscribe now at CelticMusicPodcast.com! Irish Millie, Alex Sturbaum, Kera - Lynne Newman, Kinnfolk, Jenny and the Weazels, Tiller's Folly, Sean Heely, Beth Patterson, Lane to the Glen, Sue Tillotson, Jim Cunningham, Jim Tillotson, Dan Possumato, Kevin Burke, Frances Cunningham, Derek Warfield & The Young Wolfe Tones, The Far North, Shades of Green, The Muckers, Rogue Diplomats, The High Kings GET CELTIC MUSIC NEWS IN YOUR INBOX The Celtic Music Magazine is a quick and easy way to plug yourself into more great Celtic culture. Enjoy seven weekly news items with what's happening with Celtic music and culture online. Subscribe now and get 34 Celtic MP3s for Free. VOTE IN THE CELTIC TOP 20 FOR 2026 This is our way of finding the best songs and artists each year. You can vote for as many songs and tunes that inspire you in each episode. Your vote helps me create this year's Best Celtic music episode. You have just three weeks to vote this year. Vote Now! THIS WEEK IN CELTIC MUSIC 0:07 - Irish Millie "Slip Jig" from GRACE 1:55 - WELCOME 5:05 - Alex Sturbaum "Happy to Meet, Sorry to Part / The Coachman's Whip / My Maryanne (feat. Kera - Lynne Newman)" from Slash 8:26 - Kinnfolk "The Hat Song" from The Knotted Circle 13:48 - Jenny and the Weazels "The Goldfinch (Live at the Jackson Theater)" from Single 18:33 - Tiller's Folly "Far End of the Road" from Far End of the Road 22:34 - FEEDBACK 25:57 - Sean Heely and Beth Patterson "Socair Ort, a Dhòmhnaill, Seall!" from Stir the Blood to Fire 30:31 - Lane to the Glen "Aughamore : The Bog of Allen : Tom Maguire's Fancy (Reels)" from Lane to the Glen 34:02 - Sue Tillotson & Jim Cunningham "Bonnie Ship the Diamond / Celtic Society Quickstep (feat. Jim Tillotson)" from Water Horse 37:21 - Dan Possumato "Da Eye Wifey (feat. Kevin Burke & Frances Cunningham)" from An Teachín Gorm 39:57 - Derek Warfield & The Young Wolfe Tones "The Galtee Mountain Boy" from Let Ye All Be Irish Tonight 43:19 - THANKS 45:39 - The Far North "Sailor And The Sea" from Songs For Weathering Storms 49:08 - Shades of Green "I'm Irish" from Conversations We Never Had 51:46 - The Muckers "Whiskey Tango" from Whiskey Tango 56:37 - Rogue Diplomats "Come Out Ye Black And Tans" from Whiskey Picnic 59:57 - CLOSING 1:00:56 - The High Kings "Red Is The Rose" from Decade: Best Of The High Kings 1:04:05 - CREDITS Support for this program comes from Dr. Annie Lorkowski of Centennial Animal Hospital in Corona, California. Support for this program comes from International speaker, Joseph Dumond, teaching the ancient roots of the Gaelic people. Learn more about their origins at Sightedmoon.com Support for this program comes from Cascadia Cross Border Law Group, Creating Transparent Borders for more than twenty five years, serving Alaska and the world. Find out more at   www.CascadiaLawAlaska.com Support for this program comes from Hank Woodward. The Executive Producer for St Patrick's Month is John Sharkey White, II. The Irish & Celtic Music Podcast was produced by Marc Gunn, The Celtfather and our Patrons on Patreon. The show was edited by Mitchell Petersen with Graphics by Miranda Nelson Designs. Visit our website to follow the show. You'll find links to all of the artists played in this episode. Todd Wiley is the editor of the Celtic Music Magazine. Subscribe to get 34 Celtic MP3s for Free. Plus, you'll get 7 weekly news items about what's happening with Celtic music and culture online. Best of all, you will connect with your Celtic heritage. Please tell one friend about this podcast. Word of mouth is the absolute best way to support any creative endeavor. Finally, remember. Clean energy isn't just good for the planet, it's good for your wallet. Solar and wind are now the cheapest power sources in history. But too many politicians would rather protect billionaires than help working families save on their bills. Real change starts when we stop allowing the ultra - rich to write our energy policy and run our government. Let's choose affordable, renewable power. Clean energy means lower costs, more freedom, and a planet that can actually breathe. Promote Celtic culture through music at http://celticmusicpodcast.com/. WELCOME THE IRISH & CELTIC MUSIC PODCAST * Helping you celebrate Celtic culture through music. I am Marc Gunn. I'm a Celtic musician and also host of Pub Songs & Stories. Every song has a story, every episode is a toast to Celtic and folk songwriters. Discover the stories behind the songs from the heart of the Celtic pub scene. This podcast is for fans of all kinds of Celtic music. We are here to build a diverse Celtic community and help the incredible artists who so generously share their music with you. If you hear music you love, please email the artists to let them know you heard them on the Irish & Celtic Music Podcast. These musicians are not part of some corporation. They are small indie groups that rely on people just like you to support their music so they can keep creating it. Please show your generosity. Buy a CD, Album Pin, Shirt, Digital Download, or join their community on Patreon. You can find a link to all of the artists in the shownotes, along with show times, when you visit our website at celticmusicpodcast.com. Email follow@bestcelticmusic to learn how to subscribe to the podcast and you will get a free music - only episode. IRISH & CELTIC MUSIC PODFEST Join us Sunday, March 8, 2026, from 12 to 6 PM for the Irish & Celtic Music PodFest and Arts Market at The Lost Druid Brewery in Avondale Estates, Georgia. Spend the afternoon surrounded by live Celtic and folk music from Kinnfolk, The Muckers, May Will Bloom, and Marc Gunn. Grab a pint, enjoy the tunes, and share the energy of a true Celtic gathering. While the music plays, explore our Arts Market filled with handmade crafts, art, and unique gifts from local creators. It's a celebration of music, creativity, and community — all in one place. Come for the songs. Stay for the spirit. We'll see you at The Lost Druid on March 8.

Slash 'N Cast
SCREAM 7 Final Trailer, Ready or Not 2, Wednesday, and More! | Slash 'N Cast LIVE | February 24, 2026

Slash 'N Cast

Play Episode Listen Later Feb 25, 2026 110:26 Transcription Available


WATCH THE FULL EPISODE HERE - https://youtube.com/live/OppiWbrRez8?feature=shareMembers keep the channel alive! Join below! ►https://www.youtube.com/channel/UCc0_UBdlG6-1yzZXPtUxkzg/join ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬For free stickers, send a self-addressed stamped envelope to:Slash 'N CastPO Box 21Byron, IL 61010▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬Save 20% on GFUEL!►https://sldr.page.link/8efc► Use Code "SlashNCast" to save at checkout!▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬Save 20% at FANGORIA!► https://shop.fangoria.com/slashncast► Use Code "SLASHNCAST" to save at checkout!▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬DISCORD COMMUNITY► https://discord.gg/slashncastTWITTER► http://www.twitter.com/SlashNCastFACEBOOK► https://www.facebook.com/slashncastINSTAGRAM► https://www.instagram.com/slashncast/TWITCH► https://www.twitch.tv/slashncast▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬©2017-2026 Slash 'N Cast, LLC.#horror #horrornews #slashncast #txchainsaw #horrorgaming #horrorgames #scary #leatherface #deadbydaylight #leatherfacetcg #gaming #gamingnews #2024games #latestnews #gameplay

CQ Morning Briefing
House looks to slash energy efficiency programs

CQ Morning Briefing

Play Episode Listen Later Feb 25, 2026 1:58


Republicans continue their push against Biden-era climate policies. The Senate closes in on a SBIR deal. Trump's surgeon general nominee faces senators amid "MAHA" tensions. Kristina Karisch has your CQ Morning Briefing for Wednesday, Feb. 25, 2026.

Africalink | Deutsche Welle
Ghana's cocoa price slash sparks outrage

Africalink | Deutsche Welle

Play Episode Listen Later Feb 25, 2026 25:23


Ghana's cocoa industry is facing a major shake-up after the government slashed the producer price by 28%. It's a heavy blow for many of the country's 800,000 cocoa farmers. But officials say they were forced into the decision after global cocoa prices plunged. Eddy Micah Jr. speaks with Nana Aduna II of the Ghana National Association of Cocoa farmers and DW correspondent Eric Mawuena Egbeta.

4BC Breakfast with Neil Breen Podcast
Australia's new "Pro-Family" plan wants to slash HECS debt for every child born

4BC Breakfast with Neil Breen Podcast

Play Episode Listen Later Feb 25, 2026 15:01 Transcription Available


Gerard Holland revealed a radical proposal to wipe 25% of a mother’s student debt for every child she has, aiming to end the financial "penalty" of staying home. It’s a bold move to give parents real choice between the workforce and the nursery—but is it enough to fix our birth rate?See omnystudio.com/listener for privacy information.

Noize In The Attic Podcast
Episode 7: Noize In The Attic 2026 Ep.7

Noize In The Attic Podcast

Play Episode Listen Later Feb 22, 2026 115:17


new John Sykes, Masterplan and COC plus Slash, Zebra and more! 

Dr. Joseph Mercola - Take Control of Your Health
Health Officials Slash the Number of Vaccines Recommended for All Kids

Dr. Joseph Mercola - Take Control of Your Health

Play Episode Listen Later Feb 20, 2026 15:53


Federal health officials reduced the number of vaccines recommended for all children and reorganized the schedule to align more closely with other developed nations, giving parents clearer decision points The updated framework separates vaccines into universal, high-risk, and shared clinical decision-making categories, increasing your role in evaluating what fits your child's specific situation The U.S. moved away from being a global outlier in the number of childhood vaccines recommended for all children, signaling a shift toward a more focused national approach Officials committed to stronger research standards, including placebo-controlled trials and longer-term safety monitoring, signaling a push for more transparent evidence The revised structure encourages you to weigh risks and benefits more carefully while strengthening your child's immune resilience through foundational health habits

Hack or Slash - A Horror Movie Review Podcast
433: Invasion of the Body Snatchers (1956)

Hack or Slash - A Horror Movie Review Podcast

Play Episode Listen Later Feb 20, 2026 68:37


This week we're getting existential in black-and-white as we check out Invasion of the Body Snatchers (1956). We dig into how the film weaponizes "cozy" small-town normalcy, why its paranoia still hits 70 years later, and what makes its central theme feel timeless. This episode contains spoilers, beginning at 37:20. Mentioned in the Episode Watch the Movie Invasion of the Body Snatchers (1956) Support the Show We've launched our Patreon to have a place for listener support to help keep our show going. We are accepting support in the form of small monthly donations from our audience. The proceeds we gain from Patreon are put towards ongoing website fees, funding for new content, and equipment upgrades. In return, our patrons enjoy bonus content, early access, live streams, and exclusive channels in our Discord server. Support the Show on Patreon We're building a community where our listeners and horror fans as a whole can connect and share the ideas, movies, games, experiences, and stories they are most passionate about. Our community is completely free and powered by Discord, which you can access from both a web browser and mobile app. We're looking forward to your arrival! Join our Discord Server Contact Us You can connect with us by creepin' on us on Facebook, Twitter or Instagram, @HackorSlash. You can also share your opinions with us by leaving us an audio message on our website, hackorslash.live. Special Thanks We want to give a special thanks to these patrons for continuing to make this show possible Music Credits "Hack or Slash" by Daniel Stapleton  

Is Breakfast Included?
259 - Chet Haun

Is Breakfast Included?

Play Episode Listen Later Feb 20, 2026 71:22


This week Bernie sits down with fellow guitar tech Chet Haun. Chet discusses his journey from Indiana and early internet web design days to working alongside rock heavyweights like John 5, Rob Zombie, Slash, Wolfgang Van Halen, and more. He shares behind-the-scenes stories from the road and reflects on the realities of tour life, hearing loss, and the pressure of being the trusted “co-pilot” on stage. instagram.com/hauncustomguitars******************************************Hungry for more?Check us out at https://isbreakfast.com******************************************

Not Today, Thank You
Patreon Dot Com Slash JakeYapp

Not Today, Thank You

Play Episode Listen Later Feb 20, 2026 18:39


I called this episode that because I think in all my staring-at-my-shoes waffle, I didn't actually mention the bloody URL. All a bit manic. How are you? You alright? Next week will be so much better. SO much. You don't even know. Hosted on Acast. See acast.com/privacy for more information.

Irish and Celtic Music Podcast
Donegal Jigs & Modern Celtic Voices #747

Irish and Celtic Music Podcast

Play Episode Listen Later Feb 19, 2026 65:51


From the jigs of County Clare to the reels of Donegal, this week we're taking you on a musical journey across Ireland and beyond. We've got everything from Boxing Robin's energetic traditional sets to contemporary voices like Nerea The Fiddler and Irish Millie. Plus, the legendary Altan stops by with a stunning reel selection. Grab your headphones—this is This Week in Celtic Music on the Irish & Celtic Music Podcast #747  -  -  Subscribe now at CelticMusicPodcast.com! Boxing Robin, Alex Sturbaum, Vienna Scheyer, The Drowsy Lads, Nerea The Fiddler, Erin Ruth, Autumn Rhodes, Tulua, ISHNA, Sue Tillotson, Jim Cunningham, Altan, Low Power Trio, Ian Alistair Gosbee, Ironwood music, Callán, Irish Millie, The Irish Rovers GET CELTIC MUSIC NEWS IN YOUR INBOX The Celtic Music Magazine is a quick and easy way to plug yourself into more great Celtic culture. Enjoy seven weekly news items with what's happening with Celtic music and culture online. Subscribe now and get 34 Celtic MP3s for Free. VOTE IN THE CELTIC TOP 20 FOR 2026 This is our way of finding the best songs and artists each year. You can vote for as many songs and tunes that inspire you in each episode. Your vote helps me create this year's Best Celtic music episode. You have just three weeks to vote this year. Vote Now! THIS WEEK IN CELTIC MUSIC 0:06 - Boxing Robin "Clare to Donegal Jigs" from The View From Here 3:29 - WELCOME 5:29 - Alex Sturbaum "Irishman's Heart to the Ladies / Hills of Glenorchy / When the Cock Crows it is Day (feat. Vienna Scheyer)" from Slash 10:25 - The Drowsy Lads "Memories and Moments" from Time Flies 13:57 - Nerea The Fiddler "A Moment of Absence" from Off The Beatn Path 16:15 - Erin Ruth, Autumn Rhodes "Irish Ways & Irish Laws" from single 19:10 - FEEDBACK 23:09 - Tulua "Rambling Boys of Pleasure" from No Coming No Going 28:56 - ISHNA "Cunla" from Slí Amach 32:57 - Sue Tillotson & Jim Cunningham "Star of the County Down" from Water Horse 35:55 - Altan "The House of Baoithín Selection: Miss Stewart's/Bonnie Annie/Hand Me Down The Tea Things/House of Baoithín (Reels)" from Donegal 39:42 - Low Power Trio "Arthur McBride" from Dirty Old Town 45:13 - THANKS 47:05 - Ian Alistair Gosbee "Grace" from Ray of Sunshine 50:01 - Ironwood "The White Gypsy" from Gretna Green 54:08 - Callán "Young Bridie" from Bloody Callán 56:57 - Irish Millie "Big Red" from GRACE 1:00:49 - CLOSING 1:01:49 - The Irish Rovers "Across The Western Ocean" from Drunken Sailor 1:04:21 - CREDITS Support for this program comes from Hank Woodward. Support for this program comes from Dr. Annie Lorkowski of Centennial Animal Hospital in Corona, California. Support for this program comes from International speaker, Joseph Dumond, teaching the ancient roots of the Gaelic people. Learn more about their origins at Sightedmoon.com Support for this program comes from Cascadia Cross Border Law Group, Creating Transparent Borders for more than twenty five years, serving Alaska and the world. Find out more at   www.CascadiaLawAlaska.com The Irish & Celtic Music Podcast was produced by Marc Gunn, The Celtfather and our Patrons on Patreon. The show was edited by Mitchell Petersen with Graphics by Miranda Nelson Designs. Visit our website to follow the show. You'll find links to all of the artists played in this episode. Todd Wiley is the editor of the Celtic Music Magazine. Subscribe to get 34 Celtic MP3s for Free. Plus, you'll get 7 weekly news items about what's happening with Celtic music and culture online. Best of all, you will connect with your Celtic heritage. Please tell one friend about this podcast. Word of mouth is the absolute best way to support any creative endeavor. Finally, remember. Clean energy isn't just good for the planet, it's good for your wallet. Solar and wind are now the cheapest power sources in history. But too many politicians would rather protect billionaires than help working families save on their bills. Real change starts when we stop allowing the ultra - rich to write our energy policy and run our government. Let's choose affordable, renewable power. Clean energy means lower costs, more freedom, and a planet that can actually breathe. Promote Celtic culture through music at http://celticmusicpodcast.com/. WELCOME THE IRISH & CELTIC MUSIC PODCAST * Helping you celebrate Celtic culture through music. I am Marc Gunn. I'm a Celtic musician and also host of Pub Songs & Stories. Every song has a story, every episode is a toast to Celtic and folk songwriters. Discover the stories behind the songs from the heart of the Celtic pub scene. This podcast is for fans of all kinds of Celtic music. We are here to build a diverse Celtic community and help the incredible artists who so generously share their music with you. If you hear music you love, please email the artists to let them know you heard them on the Irish & Celtic Music Podcast. These musicians are not part of some corporation. They are small indie groups that rely on people just like you to support their music so they can keep creating it. Please show your generosity. Buy a CD, Album Pin, Shirt, Digital Download, or join their community on Patreon. You can find a link to all of the artists in the shownotes, along with show times, when you visit our website at celticmusicpodcast.com. Email follow@bestcelticmusic to learn how to subscribe to the podcast and you will get a free music - only episode. IRISH & CELTIC MUSIC PODFEST Join us Sunday, March 8, 2026, from 12 to 6 PM for the Irish & Celtic Music PodFest and Arts Market at The Lost Druid Brewery in Avondale Estates, Georgia. Spend the afternoon surrounded by live Celtic and folk music from Kinnfolk, The Muckers, May Will Bloom, and Marc Gunn. Grab a pint, enjoy the tunes, and share the energy of a true Celtic gathering. While the music plays, explore our Arts Market filled with handmade crafts, art, and unique gifts from local creators. It's a celebration of music, creativity, and community — all in one place. Come for the songs. Stay for the spirit. We'll see you at The Lost Druid on March 8.

Syntax - Tasty Web Development Treats
980: AI Coding Explained

Syntax - Tasty Web Development Treats

Play Episode Listen Later Feb 18, 2026 52:13


Wes and Scott talk about the state of AI coding in 2026—from editors and models to agents, skills, slash commands, MCPs, and more. They unpack what these things actually do, how they overlap, and how to use them effectively without overcomplicating your setup. Show Notes 00:00 Welcome to Syntax! 01:39 The tools: editors, terminals, GUIs 05:27 Wes' and Scott's current AI setups 13:17 Picking the right model 18:58 How exactly do agents work? 22:32 Subagents and parallel workflows 24:29 Brought to you by Sentry.io 24:54 What goes in agents.md (and what doesn't) 26:47 Skills vs agents Skills Superpowers 34:03 Slash commands as reusable prompts 36:02 Hooks and keeping your code from going off the rails 38:00 Plugins and bundling your setup 39:24 What MCP is and why it's powerful 40:54 Cloud agents and running jobs remotely 43:47 Choosing the right AI tool 47:41 Sick Picks + Shameless Plugs Sick Picks Scott: ULTRALOQ Bolt Fingerprint WiFi Smart Lock Wes: St. Denis Medical Shameless Plugs Syntax YouTube Channel Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott: X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads

Decibel Geek Podcast
Geekwire - Week of 02.16.26

Decibel Geek Podcast

Play Episode Listen Later Feb 16, 2026 55:32


This week on Geekwire, we dig into some big movement in the hard rock and metal world as Skid Row teams up with Sweetwater for a worldwide search for a brand-new singer — and yes, anyone with the pipes can throw their hat in the ring. We also hit comments from Slash, who explains how the Guns N' Roses recording process has always worked as a democracy behind the scenes, plus tour news as W.A.S.P. announces the “1984 to Headless” North American run with special guests KK's Priest. We discuss a tough update from the metal world as Twisted Sister cancels all 2026 reunion shows due to Dee Snider's health challenges, and the reaction across the scene. Also in the mix: Manowar shares emotional words following news about Ross “The Boss,” Accept guitarist Philip Shouse unveils his debut EP, and Blaze Bayley explains why he's stepping away from meet-and-greets at future shows. We check out a funny story from Chris Jericho involving Ozzy Osbourne, along with new music news from Donnie Vie signing to Steven Van Zandt's label. KISS-related headlines dominate part of the show as Gene Simmons joins an all-star tribute to the Bon Scott era of AC/DC, the sons of Paul Stanley and Gene Simmons release the first Stanley Simmons video, and the classic “I Was Made For Lovin' You” video crosses the one-billion-view mark on YouTube. Plus: Brett Carlisle's run on American Idol, the bizarre Chattanooga KISS memorabilia theft story (by popular demand), and renewed discussion around the Kurt Cobain investigation as claims resurface while Seattle police stand by the original ruling. We hope you enjoy Geekwire and SHARE with a friend. Decibel Geek is a proud member of the Pantheon Podcasts family. Contact Us! Rate, Review, and Subscribe in iTunes Join the Facebook Fan Page Follow on Twitter Follow on Instagram E-mail Us Subscribe to our Youtube channel! Support Us! Buy a T-Shirt! Donate to the show! Stream Us! Stitcher Radio Spreaker TuneIn Become a VIP Subscriber! Click HERE for more info! Comment Below Direct Download  Learn more about your ad choices. Visit megaphone.fm/adchoices

Rock N Roll Pantheon
Decibel Geek Podcast - Geekwire - Week of 02.16.26

Rock N Roll Pantheon

Play Episode Listen Later Feb 16, 2026 55:32


This week on Geekwire, we dig into some big movement in the hard rock and metal world as Skid Row teams up with Sweetwater for a worldwide search for a brand-new singer — and yes, anyone with the pipes can throw their hat in the ring. We also hit comments from Slash, who explains how the Guns N' Roses recording process has always worked as a democracy behind the scenes, plus tour news as W.A.S.P. announces the “1984 to Headless” North American run with special guests KK's Priest. We discuss a tough update from the metal world as Twisted Sister cancels all 2026 reunion shows due to Dee Snider's health challenges, and the reaction across the scene. Also in the mix: Manowar shares emotional words following news about Ross “The Boss,” Accept guitarist Philip Shouse unveils his debut EP, and Blaze Bayley explains why he's stepping away from meet-and-greets at future shows. We check out a funny story from Chris Jericho involving Ozzy Osbourne, along with new music news from Donnie Vie signing to Steven Van Zandt's label. KISS-related headlines dominate part of the show as Gene Simmons joins an all-star tribute to the Bon Scott era of AC/DC, the sons of Paul Stanley and Gene Simmons release the first Stanley Simmons video, and the classic “I Was Made For Lovin' You” video crosses the one-billion-view mark on YouTube. Plus: Brett Carlisle's run on American Idol, the bizarre Chattanooga KISS memorabilia theft story (by popular demand), and renewed discussion around the Kurt Cobain investigation as claims resurface while Seattle police stand by the original ruling. We hope you enjoy Geekwire and SHARE with a friend. Decibel Geek is a proud member of the Pantheon Podcasts family. Contact Us! Rate, Review, and Subscribe in iTunes Join the Facebook Fan Page Follow on Twitter Follow on Instagram E-mail Us Subscribe to our Youtube channel! Support Us! Buy a T-Shirt! Donate to the show! Stream Us! Stitcher Radio Spreaker TuneIn Become a VIP Subscriber! Click HERE for more info! Comment Below Direct Download  Learn more about your ad choices. Visit megaphone.fm/adchoices

Another FN Podcast
REPLAY - Dynasty vs Unmasked - Ahmet Zappa Todd Kerns Chad Stewart Paul Gargano Eddie Trunk

Another FN Podcast

Play Episode Listen Later Feb 16, 2026 143:20 Transcription Available


Replay from Sept 22, 2020.The Drunken Summit ensues as Eddie Trunk Todd Kerns, Chad Stewart, Paul Gargano, Ahmet Zappa and myself debate KISS Dynasty vs Unmasked. We also give our takes on the new Ace Frehley album "Origins 2".This show features 3 Another FN Podcast Hall Of Famers - Eddie Trunk, Chad Stewart & Paul Gargano.AD free for you guys except the ad for the show this Saturday. Enjoy.PATREON - https://www.patreron.com/realizzypres...WEBSITE - https://www.izzypresley.comDawson's Links@Dawsangeles - Twitter/Instagram/Facebookhttps://www.patreon.com/thewatercoolerIzzy's linkshttps://www.lasvegasguitartradeshow.comhttps://www.sotastick.comhttps://vintageguitarsrus.comhttps://www.beeteramplification.comhttps://www.thesmokinkills.comhttps://www.7thavenuepizza.comhttps://www.lockecustomguitars.com https://valkenburgusa.com https://www.monstersofrockcruise.comMERCH https://official-izzy-presley-store.creator-spring.comhttps://www.teepublic.com/user/official-izzy-presleyCAMEOhttps://www.cameo.com/realizzypresley RAISE YOUR GLASSEShttps://www.amazon.com/RAISE-YOUR-GLA...

Sly Flourish's Lazy DM Prep
We All Won – Three Years since the OGL Crisis – Lazy RPG Talk show

Sly Flourish's Lazy DM Prep

Play Episode Listen Later Feb 16, 2026 68:13


D&D and RPG news and commentary by Mike Shea of https://slyflourish.com Contents 00:00:00 Show Start 00:01:02 Sly Flourish News: Many RPG Hobbies, X and Slash to Track Damage, Secret Project Batch 2 00:04:15 Kickstarter Spotlight: Rock and Roar Monsters for OSE and Shadowdark 00:05:40 Kickstarter Spotlight: Under the Shadow of Helfast Spire for Shadowdark 00:07:37 Kickstarter Spotlight: Blades 68 00:08:59 Kickstarter Spotlight: Nimble Reprint 00:11:20 Kickstarter Spotlight: Numenera for Cypher 00:18:04 Commentary: We All Won – Three Years since the OGL Crisis 00:47:51 DM Tip: Because of X, You Know Y 00:54:40 Patreon Question: Running Two Groups Thorugh the Same Campaign 00:58:03 Patreon Question: Pausing Personal Quests 01:01:12 Patreon Question: Adding 5e Rules to D&D 2024 Links Subscribe to the Sly Flourish Newsletter Support Sly Flourish on Patreon Buy Sly Flourish Books: The Many TTRPG Hobbies Use Slashes and Xs to Track Damage Rock & Roar Kickstarter Under the Shadow of Helfast Spire by Bob World Builder Blades '68 Nimble 5e Numenera Cypher BackerKit Campaign History of the OGL

100 Guitarists
Slash: The Most Iconic Les Paul Player?

100 Guitarists

Play Episode Listen Later Feb 16, 2026 49:13


PG Editorial Director Richard Bienstock has interviewed Slash more than a few times throughout the last couple decades. So, we've called on him to join us in celebrating the Guns N' Roses guitarist as we discuss his sound, his riffs, and his look! Tune in to find out about the time the two went guitar shopping and when Slash showed up at Richard's desk. Sponsored by Gibson: gibson.comFollow Nick: https://www.instagram.com/nickmillevoiFollow Jason: https://www.instagram.com/jasonshadrickGet at us: 100guitarists@premierguitar.comCall/Text: 319-423-9734Podcast powered by Sweetwater. Get your podcast set up here! - https://sweetwater.sjv.io/75rE0dSubscribe to the podcast:Spotify: https://open.spotify.com/show/0aXdYIDOmS8KtZaZGNazVb?si=c63d98737a6146afApple: https://podcasts.apple.com/us/podcast/100-guitarists/id1746527331

Hack or Slash - A Horror Movie Review Podcast
432: The Strangers: Chapter 3 (2026)

Hack or Slash - A Horror Movie Review Podcast

Play Episode Listen Later Feb 13, 2026 60:13


This week we're closing the book on The Strangers: Chapter 3 (2026). We question why this story needed three movies, unpack how over-explaining defangs the franchise's essence, and debate the decision quality of its leading lady. This episode contains spoilers, beginning at 25:42. Mentioned in the Episode Watch the Movie The Strangers: Chapter 3 (2026) Mentioned in the Episode Madelaine Petsch Talks The Strangers Chapter 3, Reshoots & More Madelaine Petsch Explains Why The Strangers: Chapter 3 Sticks the Landing Support the Show We've launched our Patreon to have a place for listener support to help keep our show going. We are accepting support in the form of small monthly donations from our audience. The proceeds we gain from Patreon are put towards ongoing website fees, funding for new content, and equipment upgrades. In return, our patrons enjoy bonus content, early access, live streams, and exclusive channels in our Discord server. Support the Show on Patreon We're building a community where our listeners and horror fans as a whole can connect and share the ideas, movies, games, experiences, and stories they are most passionate about. Our community is completely free and powered by Discord, which you can access from both a web browser and mobile app. We're looking forward to your arrival! Join our Discord Server Contact Us You can connect with us by creepin' on us on Facebook, Twitter or Instagram, @HackorSlash. You can also share your opinions with us by leaving us an audio message on our website, hackorslash.live. Special Thanks We want to give a special thanks to these patrons for continuing to make this show possible Music Credits "Hack or Slash" by Daniel Stapleton  

Appetite for Distortion
Ryan Roxie: Fight Another Day, Slash's Snakepit and Alice Cooper | Ep. 551

Appetite for Distortion

Play Episode Listen Later Feb 13, 2026 49:04


Ryan Roxie, longtime guitarist for rock legend Alice Cooper, returns to the podcast after 7 years! Ryan talks his new song "Fight Another Day," reflects on Slash's Snakepit, life lessons learned from Alice, and more! More info: https://ryanroxie.com/ https://youtu.be/2VE9X1PdU7U?si=lzc2TwfG8LCKz7D7 Our website: www.afdpod.com

IEN Radio
LISTEN: Brewing Giant to Slash Thousands of Jobs Amid Sluggish Sales, Tech Push

IEN Radio

Play Episode Listen Later Feb 13, 2026 1:31


The world's second-largest brewer says it plans to combat a sluggish beer market by using technology to make its operations more efficient — and, in turn, slash thousands of jobs.Heineken, which announced its latest financial results Wednesday, said that it expects to cut between 5,000 and 6,000 jobs over the next two years — amounting to up to 7% of the Dutch brewer's global workforce.Company officials indicated that some of the cuts would stem from previously announced cost-cutting efforts in its main office, regional operations and supply chain, while others, Reuters reported, would focus on Europe and “non-priority markets” that have lower growth prospects for the company.The company's top executive told CNBC that Heineken aims to achieve up to $600 million in annual savings, and that “technology digitization in general, and AI specifically,” would be an important component of those efforts.Heineken and other leading brewers have faced growing challenges to demand on a number of fronts in recent years, from the rise of other beverage categories to increasing health concerns about alcohol to, of late, tightened consumer spending.Heineken indicated that beer volumes were down 2.4% last year, although its adjusted operating profit rose by a better-than-expected 4.4%. The company expects profit growth of between 2% and 6% this year.The announcement also comes as Heineken seeks a new chief executive: Dolf van den Brink announced unexpectedly last month that he would step down after nearly six years at the helm.

Rock At Night
Chatting with guitarist Ryan Roxie

Rock At Night

Play Episode Listen Later Feb 11, 2026 35:18


Ryan Roxie has been "in the trenches" of the rock and roll wars for four decades, playing alongside such legends as Alice Cooper and Slash from Guns N' Roses. "Tampa" Earl with Rock At Night had the chance to sit down to talk with Ryan about how Alice treats his "hired guns" like family, Ryan's System-12 Guitar Method for teaching guitar, his "In The Trenches" podcast, and his latest song "Fight Another Day" which is out now. [...]

Interviews
Chatting with guitarist Ryan Roxie

Interviews

Play Episode Listen Later Feb 11, 2026 35:18


Ryan Roxie has been "in the trenches" of the rock and roll wars for four decades, playing alongside such legends as Alice Cooper and Slash from Guns N' Roses. "Tampa" Earl with Rock At Night had the chance to sit down to talk with Ryan about how Alice treats his "hired guns" like family, Ryan's System-12 Guitar Method for teaching guitar, his "In The Trenches" podcast, and his latest song "Fight Another Day" which is out now. [...]

Rock News Weekly Podcast
Beck's new Valentine's Day themed album out this week, new single from Doom Generator on Fishbone comp, Steven Drozd explains why he left the Flaming Lips after 33 years, Ozzfest 2027? & more! 2/9/26

Rock News Weekly Podcast

Play Episode Listen Later Feb 9, 2026 55:01


Operation Ivy's Jesse Michaels give an update on more long-awaited new music from his new band Doom Generator,  Beck announces a new album coming out on Valentine's Day filled with rarities, soundtrack selections and covers, Steven Drozd explains his sudden departure from the Flaming Lips after 33 years with the band, Sharon Osbourne is in talks with Live Nation to revive the Ozzfest festival brand to possibly tour in 2027, Slash confirms that the upcoming Guns N' Roses album will indeed feature new original material, not more older vault recordings… PLUS ‘This Week in Rock & Roll History Trivia', Rock Birthdays, ‘The Best & Worst Rock Album Artwork of the Week' & much more!All of our links are up at www.rocknewsweekly.com every Monday, where you can check out the full episode on 8 different platforms (including Amazon Audible & Apple/Google Podcasts)Watch us LIVE, chat with us & more…Every Sunday around 2pm PST @ https://www.twitch.tv/rocknewsweeklyWatch all of our videos, interviews & subscribe at Youtube.com/@rocknewsweeklyFollow us online:Instagram.com/rocknewsweeklyFacebook.com/rocknewsweeklyTwitter.com/rocknewsweeklyTikTok.com/@rocknewsweekly#Beck #StevenDrozd #FlamingLips #OzzFest2027 #GunsNRoses#Rock #News #RockNews #RockNewsWeekly #RockNewsWeeklyPodcast #Podcast #Podcasts #Metal #HeavyMetal #Alt #Alternative #ClassicRock #70s #80s #90s #Indie #Trivia #RockTrivia #RockBirthdays #NewMusic #NewMusicReleases

The Hook and Bridge Podcast
2026 Grammys Recap/ The H&B Awards!

The Hook and Bridge Podcast

Play Episode Listen Later Feb 9, 2026 106:23 Transcription Available


Send in your music story!A blizzard outside, a firestorm in music. We start with the easy stuff—laughs, life updates, and a nostalgia trip through 2000s anthems—then dive straight into the friction points shaping live music right now: dynamic ticket pricing, runaway fees, and why mid-level artists can't afford to tour while mega-acts sell out arenas. It's Grammys week, but the real story sits underneath the trophies.We unpack a headline-heavy slate: tours from Queens of the Stone Age and Zayn Malik, a tragic breaking loss in the community, and a ceremony that crowned Bad Bunny and Kendrick Lamar while Post Malone led a surging Ozzie tribute with Slash, Chad Smith, Duff McKagan, and Andrew Watt. On the red carpet, the tone trended surprisingly classic—Lady Gaga and Sabrina Carpenter kept it timeless—punctuated by a single shock piece that lit up the timeline. Performances got the microscope from us too: what landed, what missed, and how televised moments dovetail with marketing cycles like a Super Bowl halftime.Then we tackle the question that won't die: should artists speak on politics? Jelly Roll's refusal to weigh in sparked backlash, and we push back on the expectation that entertainers must campaign. Autonomy matters—for artists and for fans. We talk about separating art from the artist, when lines get crossed, and how to “vote” with your wallet without letting parasocial noise make your choices. It's a candid, sometimes uncomfortable, always honest conversation about taste, ethics, and the business machine behind the music we love.To end on a note that's ours, we host the HB Guest Grammys. Fan Favorite goes to TX2 for the interview that lit our early charts. Best Album shout goes to Keep Flying's Time and Tide, with love to Snacktime for pure fun. “Realest” guest turns into a heartfelt debate—Forest Day, Scott Blasey, and Ralph Sutton each get flowers—because the best part of this show is still the people behind the songs.If this hit your feed just right, follow, subscribe, and drop a review. Share it with a friend who's argued about Ticketmaster this year—we want your take and your winners.Check out our Website! Become a member!Support the showPlease give us a quick rate and review. If you enjoyed the audio version head over to our Youtube for video content! Follow the Instagram for special content and weekly updates. Check out our website and leave us a voice message to be heard on the show or find out more about the guests!Ever wanted to start your own podcast? Here is a link to get started!https://www.buzzsprout.com/?referrer_id=1964696https://www.youtube.com/channel/UCONMXkuIfpVizopNb_CoIGghttps://www.instagram.com/hook_and_bridge_podcast/https://www.thehookandbridgepodcast.com/

Slash 'N Cast
SCREAM 7, Ready or Not 2, Toxic Commando, and More! | Slash 'N Cast LIVE | February 6, 2026

Slash 'N Cast

Play Episode Listen Later Feb 8, 2026 84:54 Transcription Available


WATCH THE FULL EPISODE HERE - https://youtube.com/live/UWDhZiQE1Hs?feature=shareMembers keep the channel alive! Join below! ►https://www.youtube.com/channel/UCc0_UBdlG6-1yzZXPtUxkzg/join ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬Save 20% on GFUEL!►https://sldr.page.link/8efc► Use Code "SlashNCast" to save at checkout!▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬Save 20% at FANGORIA!► https://shop.fangoria.com/slashncast► Use Code "SLASHNCAST" to save at checkout!▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬DISCORD COMMUNITY► https://discord.gg/slashncastTWITTER► http://www.twitter.com/SlashNCastFACEBOOK► https://www.facebook.com/slashncastINSTAGRAM► https://www.instagram.com/slashncast/TWITCH► https://www.twitch.tv/slashncast▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬©2017-2026 Slash 'N Cast, LLC.#horror #horrornews #slashncast #txchainsaw #horrorgaming #horrorgames #scary #leatherface #deadbydaylight #leatherfacetcg #gaming #gamingnews #2024games #latestnews #gameplay

The Signal
Will the home battery boom slash power bills?

The Signal

Play Episode Listen Later Feb 8, 2026 15:13


Demand for home batteries in Australia has taken off, with a generous government subsidy prompting more people to add power storage to their solar panel set up. More people installed a battery in the second half of last year than during the previous five years. Renewable power generation also made up half of the nation's power supply last quarter.Today, Tony Wood from the Grattan Institute on what the surge in home batteries and renewables in the grid means for everyone's power bills now and into the future.Featured: Tony Wood, Energy and Climate Change Senior Fellow at Grattan Institute 

Hack or Slash - A Horror Movie Review Podcast
431: Cannibal Holocaust (1980)

Hack or Slash - A Horror Movie Review Podcast

Play Episode Listen Later Feb 6, 2026 66:56


This week we're heading into the jungle to dissect Cannibal Holocaust (1980). We unpack its legacy as a found-footage trailblazer, wrestle with its hypocritical commentary on media exploitation, and explore the ethical dilemmas posed by its production. This episode contains spoilers, beginning at 38:24 Mentioned in the Episode Watch the Movie Cannibal Holocaust (1980) Main Episode The movie Roger Ebert walked out of after 25 minutes: "Among the most idiotic films ever made" 'Cannibal Holocaust' Was So Gruesome the Director Was Charged With Murder 10 Horror Movies Accused of Being Real Support the Show We've launched our Patreon to have a place for listener support to help keep our show going. We are accepting support in the form of small monthly donations from our audience. The proceeds we gain from Patreon are put towards ongoing website fees, funding for new content, and equipment upgrades. In return, our patrons enjoy bonus content, early access, live streams, and exclusive channels in our Discord server. Support the Show on Patreon We're building a community where our listeners and horror fans as a whole can connect and share the ideas, movies, games, experiences, and stories they are most passionate about. Our community is completely free and powered by Discord, which you can access from both a web browser and mobile app. We're looking forward to your arrival! Join our Discord Server Contact Us You can connect with us by creepin' on us on Facebook, Twitter or Instagram, @HackorSlash. You can also share your opinions with us by leaving us an audio message on our website, hackorslash.live. Special Thanks We want to give a special thanks to these patrons for continuing to make this show possible Music Credits "Hack or Slash" by Daniel Stapleton  

It Just Makes Sense
Chit Chat 189 A Packed Weekend: Tacos, Drag Shows, and Grammy Takes

It Just Makes Sense

Play Episode Listen Later Feb 6, 2026 35:13


A Weekend of Taco Frustrations, Family Birthdays, and Grammy OpinionsWhy is it so hard to just swap one taco for another?Jeff's weekend started with a frustrating Friday night at a Mexican restaurant where the server refused to let them substitute a fish taco into their chorizo and steak trio selection. (Seriously, how hard can it be?) The weekend that followed was packed with celebrations: birthday gatherings for both Mike at Tees and Taps and Marie at Jen's, complete with virtual golf, endless food, and cake. On Sunday, Jeff's family celebrated multiple birthdays while welcoming their mother back from a trip.Sam also caught the Grammys. Bruno Mars's opening performance stood out, though they felt uncomfortable with how some aging legends were presented on stage. The Post Malone and Slash tribute to Ozzy Osbourne was a highlight, but the multi-artist tribute segment felt confusing and overly crowded.The week wrapped with discussions about Ryan Murphy's new FX series "Beauty" and some surprisingly delicious chicken wing soup.Ready for more chaotic weekends and strong opinions? Give this episode a listen.

Authentic Business Adventures Podcast
Unlocking Hidden Revenue

Authentic Business Adventures Podcast

Play Episode Listen Later Feb 6, 2026 72:27


Doug Brown - CEO Sales Strategies On Knowing What to Look For: "Number one, we help companies find revenue, hidden revenue that they already paid for but they haven't collected in their bank." There's a funny thing about business, and that is that your entrepreneurial journey will take you places you may have never dreamed of.  This can often mean that you are in a situation, with a business, that you may not fully understand.  That can lead to you leaving money on the table.  So how do you make sure your business sis as profitable as possible? Doug Brown learned these lessons early on.  Trial by fire, similar to how many of us entrepreneurs get taught.  After years of experience and some profitable success, he decided it was time to share his knowledge. From sweeping floors at his father's electric machinery repair shop as a young child to discovering multi-million dollar opportunities inside companies, Doug Brown shares his journey through entrepreneurship, the lessons learned from the trenches, and the emotional impact of helping business owners transform not just their companies, but their lives. Listen as Dough explains some things to look for in your business to make sure you keep of the cash you have earned. Enjoy! Visit Doug at: https://ceosalesstrategies.com/   Podcast Overview: 00:00 "Entrepreneurial Journey and Business Insights" 05:29 Early Lessons in Business Leadership 15:06 Medicine to Music Business Shift 16:48 From Medicine to Business Success 25:18 "Straight Talk Changed My Life" 26:58 "Moral Obligation to Guide Others" 33:37 "Connection Builds Rapport" 37:36 "Preventing Revenue Leakage" 43:57 Customer Insights Through Questions 47:42 "Seeking Feedback on Past Missteps" 56:06 Effective Prospecting Leads to Opportunities 01:01:24 "Hiring: Learning and Improvement" 01:03:34 "Preparing for Top Talent" 01:10:10 "Skate to Future Success" Sponsors: Live Video chat with our customers here with LiveSwitch: https://join.liveswitch.com/gfj3m6hnmguz Some videos have been recorded with Riverside: https://www.riverside.fm/?utm_campaign=campaign_5&utm_medium=affiliate&utm_source=rewardful&via=james-kademan Podcast Transcription: Doug Brown [00:00:00]: So what they would do is they did a two and a half hour business training and at the end of the, toward the end of the training, they would go around the room and say, hey James, what did you find here? And you go, Well, I found $600,000 in my business, you know, and they go from person to person to person. They were small rooms, they were only like 10 to 20 people. But what they were doing after that, you know, I mean, they were literally finding sometimes hundreds of millions of dollars in these trainings. Right? James Kademan [00:00:30]: You have found Authentic Business Ventures, the business program that brings you the struggle stories and triumphant successes of business owners across the land. Downloadable audio episodes can be found in the podcast link phone@drawincustomers.com we are locally underwritten by the Bank of Sun Prairie, Calls On Call Extraordinary Answering Service, the Bold Business Book and Live Switch. Today we're welcoming Slash, preparing to learn from Doug C. Brown of CEO Sales Strategies. So Doug, how are you doing today? Doug Brown [00:00:59]: James? I'm doing great. Thanks for having me here. I'm so grateful. James Kademan [00:01:02]: Yeah, you know, it's funny, I just came back from a trade show in Florida, so. And when you work in a booth, the name of the game is sales. So I'm excited to talk to you now because maybe I should have talked to you last week before I went to this thing. Let's just lay the foundation. What is CEO Sales strategies? Doug Brown [00:01:19]: So the company itself is a company that does primarily four things. Number one, we help companies find revenue, hidden revenue that they already paid for but they haven't collected in their bank. And I don't mean, you know, outstanding invoices, I mean in the whole customer journey, there are places where revenue just stagnated, stopped, not optimized. Could be, you know, something as simple as pricing dormant clients, lack of follow up, something like that. Where we get in there, we find what that revenue is and we, we go, you know, identify it and then help collect it and put that money in the bank for the folks. We also do that with margins, ebitda, so profit, if you will, in some capacities. We manage or build, you know, teams of sales people as well for companies. And then we end up coaching CEOs and founder led businesses on how to do all of the above. James Kademan [00:02:28]: All right, and how do you get involved in something like this? Imagine you don't. Just, you're not born with sales strategies for CEOs. Doug Brown [00:02:37]: No, no, I actually it started when I was very young. I didn't realize it until, you know, I'm 63. This year and I was doing a podcast and somebody asked me, how did you learn what you're doing? And I actually started working for my father's business when I was three years. And. Yeah, three, all right. Yeah, I was sweeping floors for 25 cents a week. I loved it because they used to bring me to the, to the lunches, you know, so we'd go to like the, the local, you know, pub and grub, if you will, or whatever. They prop me up on the bar stool, give me my Roy Rogers and they'd sit and have business conversations. Doug Brown [00:03:19]: I hear my mother wasn't too pleased they took me to the bars. James Kademan [00:03:22]: But, you know, you learn in all kinds of places. So it's all. Doug Brown [00:03:28]: So, you know, a lot of that stuff when we're with children, it sets in. Like you hear CEOs and business owners talking and, and so along the path, you know, we started selling at 5 or 6 to clients, but it was a family owned business, so the family helped me. And one day I sold a part for $20 and we paid 10 for it. And I realized I was making 25 cents a week at that point, which was still pretty good for that time. But I had to work a whole week for 10 bucks. And I just did this in like six minutes. Right. So what I realized is you can make money by looking at ratios and numbers and that's where it kind of started. Doug Brown [00:04:10]: So even in my dad's business when I was a young boy, I mean, 10 years old, I'm looking at his inventory and trying to figure out, because, you know, when you have inventory at the end of the year, you got to pay taxes on it. And so I was looking at, like, how do we widen out the margins in the company? And I, I always had my own businesses growing up since 13, and you know, I always worked my dad until I was up to about 19, before I went into the military. And so I was kind of doing this with all these businesses back then and that's how it sort of started. I didn't realize it, but then as I got into larger businesses, you know, tens of millions and hundreds of millions, I realized that they had the same challenges that businesses in the hundreds of thousands or the millions, multi millions still have, just on a different level. But when you look at the math and metrics in all of this, you can find all these great stories that tell you the story of where you're supposed to be going. Once you figure that out, then you just optimize the point. So it's, I guess I Don't know if I was born with this or it just kind of, you know, it certainly the skill grew over, over time, but I enjoy doing it because to me it's like a treasure hunt. James Kademan [00:05:23]: Sure. Fair. It sounds like you were sent on that trajectory with your dad's business. What type of business did your dad have? Doug Brown [00:05:29]: He had an electric machinery repair company, so industrial machinery, and it was sales and service and you know, so I was constantly around all kinds of different businesses from manufacturing to, I mean, you name it, pretty much we were, we were around anything that had a, like even in an office building, they had a commercial fan or something. We would, you know, we would work on that. So it was a great, wonderful part of my life that, you know, I love doing it. And you know, sometimes when you're a little, little kid, you don't realize some of the things that shape you as you get older. But as I start to look back on things, you know, even my dad ended up in the hospital one time. He had a heart attack and I was 17 years old and I had to run the company for a little while and that was a super learning experience. But I got at certain levels of the books I never got at before, so I was able to kind of look at it. So when he came back, I was like, dad, I think we should do this and this and that. Doug Brown [00:06:33]: And one of the things that was successful in my dad's business was actually raising prices because he hadn't done it in over 10 years. James Kademan [00:06:40]: Oh, wow. Okay. Doug Brown [00:06:41]: Yeah, yeah. So my dad was a brilliant guy. He just wasn't the, he was a guy who knew how to build a business around him, but he didn't know how to build a systematic, functional, you know, business without him being present. James Kademan [00:06:57]: Sure, that's fair. So the inspiration for, I guess growing the business or seeing even that the pricing should be different. Imagine a 17 year old. That's not necessarily something that every 17 year old in the world is going to be aware of or even know that it's a thing, let alone no look at it. Doug Brown [00:07:16]: Well, I mean, Most of the 17 year olds I meet are really smart. They just, they didn't, they weren't around it probably for 14 years. Right. And so, you know, and I, I had, you know, I, I could, I could look and see things that, and spot things that could be monetized a lot of times. So for example, even when I was, I think I was 8 years old and I wanted to, you know,

Appetite for Distortion
Tailgunner: New Music, Guns N' Roses, and Grammys Review | Ep. 550

Appetite for Distortion

Play Episode Listen Later Feb 5, 2026 34:25


Tailgunner is on the rise. Judas Priest guitar legend K.K. Downing has dubbed them “the next big thing" and produced their new album, "Midnight Blitz." We talk to Tom (aka Bones) and Rhea about their growth in the UK metal scene, Guns N' Roses fandom, and thoughts on the Grammys. Plus, "Shotgun News" with more talk about a potential new GN'R album and the Ozzy tribute with Slash and Duff. Guest appearance from Baby Brownstone. More info: https://linktr.ee/tailgunnerhq https://www.facebook.com/tailgunnerhq/ https://www.instagram.com/tailgunnerhq/ https://label.napalmrecords.com/tailgunner WEBSITE: www.afdpod.com

Autoline Daily - Video
AD #4226 - Tesla Mass Produces Dry Electrodes to Slash Costs By $1 Billion; Analyst Predicts Chinese OEMs Will Launch U.S. Joint Ventures In 2026; Ford Talks with Geely To Fill Excess Factory Capacity in Spain

Autoline Daily - Video

Play Episode Listen Later Feb 4, 2026 9:04


- Ford Talks with Geely To Fill Excess Factory Capacity in Spain - NADA CEO Mike Stanton Calls Chinese Car Imports "Bad for Consumers” - Analyst Predicts Chinese OEMs Will Launch U.S. Joint Ventures In 2026 - Tesla Mass Produces Dry Electrodes to Slash Costs By $1 Billion - Uber's Margin Squeeze: Lower Profits Today, More Robotaxis Tomorrow - Renault To Build EV Motors in France Using Chinese Components - $4 A Day for A New Car: China's 8-Year Loan War Begins - Honda And Mythic Co-Develop Energy-Efficient Ai Chips for SDVs - Singing Fish and Grizzly Bears: Jeep's "Cruel" New Cherokee Ad

Autoline Daily
AD #4226 - Tesla Mass Produces Dry Electrodes to Slash Costs By $1 Billion; Analyst Predicts Chinese OEMs Will Launch U.S. Joint Ventures In

Autoline Daily

Play Episode Listen Later Feb 4, 2026 8:49 Transcription Available


- Ford Talks with Geely To Fill Excess Factory Capacity in Spain - NADA CEO Mike Stanton Calls Chinese Car Imports "Bad for Consumers” - Analyst Predicts Chinese OEMs Will Launch U.S. Joint Ventures In 2026 - Tesla Mass Produces Dry Electrodes to Slash Costs By $1 Billion - Uber's Margin Squeeze: Lower Profits Today, More Robotaxis Tomorrow - Renault To Build EV Motors in France Using Chinese Components - $4 A Day for A New Car: China's 8-Year Loan War Begins - Honda And Mythic Co-Develop Energy-Efficient Ai Chips for SDVs - Singing Fish and Grizzly Bears: Jeep's "Cruel" New Cherokee Ad

Race Industry Now!
WRC's Next Era Revealed: Saudi Finale, Ogier's 9th Title & the New WRC 27 Rules

Race Industry Now!

Play Episode Listen Later Feb 4, 2026 33:38


In this exclusive Race Industry Week interview, Peter Thul — WRC Promoter and two-time German National Co-Driver Champion — breaks down one of the most transformative moments in World Rally Championship history.Fresh off the dramatic Saudi Arabia season finale, Thul reflects on a championship decided on the very last stage, Sébastien Ogier's historic ninth world title, and the bold roadmap toward the new WRC 27 regulations that will reshape the sport beginning in 2027.For the first time, Thul details how WRC will:• Slash top-category costs from ~€1M per rally to ~€345K per car• Transition from Rally1 to the new WRC 27 platform• Open the door to new manufacturers, tuners, and customer teams• Enable SUV body styles and wider brand identity• Create a real pathway from national rallying to the world stageHe also confirms:• 2026 as the final season of Rally1• Strategic calendar changes for Japan, Sardinia & potential new markets• Rally USA test event with 2027 WRC debut in view• Long-term integration with ARA and North American rallyingFrom sustainable fuels and future powertrain flexibility to the return of Lancia, the role of Toyota, Hyundai, Ford/M-Sport, and the potential of Chinese OEMs, this conversation delivers an unprecedented look at how the FIA and WRC are building a 10-year technical and commercial foundation for the sport.This episode is essential viewing for rally fans, manufacturers, engineers, team owners, tuners, and motorsport business leaders worldwide.RACE INDUSTRY WEEK was brought to you by:ETS Racing Fuels, Penske Racing Shocks, ARP, Inc., Scott Lewis Associates, Fifth Third Bank Motorsports, PEAK, Crower, & CTech Manufacturing.#WRC #WorldRallyChampionship #PeterThul #Ogier #SebastienOgier #WRC27#Rally1 #Rally2 #RallyRacing #Motorsports #FIA #RallySaudiArabia#RallyUSA #RallyMonteCarlo #MotorsportBusiness #RaceEngineering#SustainableFuels #OEM #HybridRacing #EPARTRADE #RaceIndustryWeek

Smart Franchising with Fransmart
How Smart Franchisees Slash Build-Out Costs with Used Equipment

Smart Franchising with Fransmart

Play Episode Listen Later Feb 3, 2026 24:12 Transcription Available


In this episode of Smart Franchising, Dan Rowe sits down with Neal Sherman, founder of TAGeX Brands, to uncover one of the most underutilized levers in franchising: the restaurant equipment aftermarket. With build-out costs continuing to rise, Neal breaks down how franchisees and brands can dramatically reduce startup expenses by sourcing surplus and used equipment from closed locations, test programs, and overbuilt supply chains.Neal shares how TAGeX —now the largest restaurant equipment auction and resale platform in North America—helps operators save on capital equipment while speeding up timelines with tariff-free, readily available inventory. The conversation explores why stainless equipment lasts decades, how buying used still allows for depreciation and SBA financing, and why early-stage and multi-unit franchisees are often best positioned to benefit.Dan and Neal also dive into second-generation conversions, monetizing unused FF&E instead of paying for disposal, and how franchisors can proactively support franchisees by lowering required build-out costs. Drawing on Dan's experience scaling brands like Five Guys and Neal's work with 41 of the top 50 restaurant chains, this episode delivers practical, high-impact insight for founders, franchisors, and operators looking to open faster, invest smarter, and maximize returns in an increasingly expensive market.

Syndication Made Easy with Vinney (Smile) Chopra
How Smart Investors Buy Businesses & Slash Taxes | The Vinney and Beau Show [SHORTS]

Syndication Made Easy with Vinney (Smile) Chopra

Play Episode Listen Later Jan 31, 2026 3:22


Entrepreneurship isn't about quitting your job tomorrow. It's about creating options, leverage, and time freedom.

Firearms Radio Network (All Shows)
Handgun Radio 477 – Hand Cannons & Pea Shooters!

Firearms Radio Network (All Shows)

Play Episode Listen Later Jan 30, 2026


Hello and welcome to Handgun Radio! I'm NOT your host Ryan Michad, This is  Weerd Beard from the wild woods of West Morocco, I'm Joined by my Crew, and this is your home for all the news, information and discussion in the handgunning world!   This week, we talk hand Cannons and pea Shooters   So, guys, how was your week?   Week in Review:   Drink Segment: (I got nothing,  David?) Stromboli Ingredients 1 ¾ cups lukewarm water 1 tablespoon granulated sugar 2 1/4 teaspoons or one packet active dry yeast 6 cups King Arthur Unbleached All-Purpose Flour 1 tablespoon table salt 1 large egg 1 tablespoon water Recipe Weigh or measure the flour and add to the mixing bowl with the sugar and salt. Stir a pinch of sugar and the yeast into the warm water. Once it starts bubbling, add to the other ingredients in the mixer. Let run until the dough cleans the sides of the bowl. Turn out onto a floured surface and knead by hand until the dough is smooth and supple. Place in an oiled bowl, turning once to coat all sides. Cover with a damp towel and let sit until doubled in size. 1 to 2 hours. Punch the dough down, and let rise again. For about half the time as the previous rise. Divide dough in half and roll out into rectangle. Lightly coat the surface with olive oil, avoiding the edges. Add sauce, meats, cheeses, and any other toppings desired. Roll the dough by the long edge, pinch the ends, and fold the ends under. Cover with a damp towel and let rise for 45 to 60 minutes. Whisk together the egg and water for the glaze. Slash the tops of the Stromboli, then brush the tops with the egg and water mixture. Preheat oven to 450F. Bake for 15 minutes. Turn the temperature down to 400F and bake another 15 minutes, or until the crust is golden brown. Allow the Stromboli to cool for 10-15 minutes, then slice and serve.   Main Topic:  Hand Cannons and Pea Shooters   Hand Cannons: S&W X Frame Remington Rolling Block .50 50 Reing Ruger Super Redhawk Magnum Research BFR Magnum Research Lone Eagle .44 Magnum and .50 AE Desert Eagle Colt Schofield S&W Model 29 .600 Nitro Revolver Howda Pistols Springfield Armory Single-Shot System Colt Walker Bond Arms Cyclops   Pea Shooters: NAA Mini Revolver S&W Escort Beretta Bobcat Rossi Garrucha .22 Short Revolvers Astra 2000 in .22 Short or .25 ACP .25 ACP .32 S&W Short Parlor guns, many in .22 BB and CB rimfire Liliput 4.25mm Kolibri 2mm   Wrap Up: Don't forget to shop Brownells using our affiliate link! Head to firearmsradio.net and click the affiliate link in the upper right hand corner! Be sure to go like Handgun Radio on facebook and share it with your friends! Leave us a review on iTunes! Check out VZ Grips!  Listen to all the great shows on the Firearms Radio Network! Check out the Patriot Patch Company!! www.patriotpatch.co   Weerd where can people find you? Assorted Calibers Podcast,  Weer'd World   Ryan Wild woods of central Maine Weekly on Handgun Radio   Oddball gunscarstech.com Assorted Calibers Podcast ACP and HGR Facebook Play screechingtires.wav   David Blue Collar Prepping Brena Bock Author Page David Bock Author Page Team And More Claus of War: Santa's Battle Chronicles Xander: Assorted Calibers Podcast Here so Ryan doesn't do a bad impression of me   Until next week, have fun & safe shooting!  

Hack or Slash - A Horror Movie Review Podcast

This week we're heading into the woods for the patron-selected Eden Lake (2008). We break down its bleak Broken Britain energy, question the believability of its antagonists, and unpack an ending that left us cold. This episode contains spoilers, beginning at 22:02. Mentioned in the Episode Watch the Movie Eden Lake (2008) Main Episode Broken Britain Jack O'Connell Support the Show We've launched our Patreon to have a place for listener support to help keep our show going. We are accepting support in the form of small monthly donations from our audience. The proceeds we gain from Patreon are put towards ongoing website fees, funding for new content, and equipment upgrades. In return, our patrons enjoy bonus content, early access, live streams, and exclusive channels in our Discord server. Support the Show on Patreon We're building a community where our listeners and horror fans as a whole can connect and share the ideas, movies, games, experiences, and stories they are most passionate about. Our community is completely free and powered by Discord, which you can access from both a web browser and mobile app. We're looking forward to your arrival! Join our Discord Server Contact Us You can connect with us by creepin' on us on Facebook, Twitter or Instagram, @HackorSlash. You can also share your opinions with us by leaving us an audio message on our website, hackorslash.live. Special Thanks We want to give a special thanks to these patrons for continuing to make this show possible Music Credits "Hack or Slash" by Daniel Stapleton  

The Ben and Skin Show
Rock Legends, Reunions, and $200 Metallica Boots

The Ben and Skin Show

Play Episode Listen Later Jan 30, 2026 5:27 Transcription Available


Krystina opens the Cookie Jar with a bombshell, this Sunday's Grammys will feature Post Malone, Slash, Duff McKagan, Chad Smith, and producer Andrew Watt teaming up for a supercharged Ozzy homage. Naturally, Skin immediately points out that Chad Smith appears at every tribute like a drumming version of the Avengers — and yes, he still looks exactly like Will Ferrell.

Guitar Dads
NAMM 2026: Mini Modelers, Machine Learning, more GAS!

Guitar Dads

Play Episode Listen Later Jan 30, 2026 52:06


The Dads are back with a special NAMM 2026 episode! We were not at NAMM this year, but it still brought the heat with some massive announcements. Neural DSP unveiled the Quad Cortex Mini, while Wampler dropped jaws with their Pedalhead—a revolutionary machine learning-powered power amp that's changing the game for direct recording. Gibson made their triumphant return to the NAMM show floor after years away and shocked with new Epiphones that are blurring the line between budget and premium instruments. On the amp front, Slash debuted a new signature Magnatone that's already turning heads, and Friedman added more fire to their lineup with several new amplifier models. It's shaping up to be an expensive year for gear heads—your wallet has been warned. Please support our sponsor, Coppersound Pedals www.coppersoundpedals.com and use code DADS10 to 10% off your order, INCLUDING the new Foxcatcher V2 which is available NOW! 

The Rizzuto Show
Celebrity News: Busty Granny, $2M Jingles & the Greatest Debut Albums Ever

The Rizzuto Show

Play Episode Listen Later Jan 29, 2026 40:28


Welcome to your daily comedy podcast, where absolutely nothing makes sense and we like it that way.Today's show kicks off with a story that nobody asked for but everyone will remember forever: a 73-year-old former born-again Christian reinventing herself as an escort named Busty Granny. She spent decades in prayer and celibacy, then hit 57, downloaded the internet, and said “oh… THIS is what we've been missing.” Now she's got clients young enough to still have homework and zero interest in OnlyFans because, quote, that sounds boring. Inspirational? Traumatizing? Both.Then we get into the most depressing career math of all time: a woman casually sings seven words into her phone for a Dr Pepper jingle and walks away with $2 million, while the rest of us are out here working full-time jobs and eating gas-station sandwiches. Naturally, this leads to the crew trying to invent jingles for every brand that will absolutely never call back.Somehow that spirals into one of the most fun debates we've had in a while — the biggest debut albums of all time. We're talking massive numbers, MTV miracles, and how one 4am spin turned a “failed” album into a 50-million-copy monster. Along the way we argue, forget basic facts, remember them loudly, and realize radio used to be way more powerful than TikTok will ever admit.Movies get dragged (respectfully… mostly), Brendan Fraser gets the comeback love he deserves, and we debate whether seeing a movie in a theater automatically adds two letter grades just because popcorn exists.In Crap on Celebrities, we hit everything from band lawsuits and surprise documentaries to tour dropouts, concert ticket chaos, and some genuinely heartbreaking but honest conversations about aging, memory, and how terrifying it is to not know what's happening inside your own brain.We also celebrate birthdays, overshare existential dread, and somehow end the show discussing a literal geyser of poop water blasting into the Potomac River — because if we're going to spiral, we're doing it together.It's another daily comedy podcast episode packed with weird news, pop culture, dark laughs, and moments where we all pause and go, “Wait… are we okay?”Spoiler: probably not. But at least we're funny.MUSICMotley Crue has officially won its heated legal battle against former guitarist Mick Mars. Lainey Wilson sure has kept herself busy. It was just announced that Netflix has officially acquired the new documentary "Lainey Wilson: Keepin' Country Cool". It drops on April 22nd. Two more artists have dropped out of the 2026 Rock the Country Festival. Morgan Wade and Carter Faith are no longer part of the lineup. And neither artist has shared an official reason for stepping away. Their exit comes just days after Ludacris also dropped out. His team called his original booking a "mix-up." The festival is headlined by Kid Rock and will feature Jason Aldean, Jelly Roll, Miranda Lambert, and more.In other Kid Rock News – he went to Congress to confront an issue we're all united on: How much Ticketmaster and Live Nation charge for shows. Quick Hits:Post Malone, Andrew Watt, Chad Smith, Duff McKagan, and Slash will perform a special tribute to Ozzy Osbourne during the Grammys on Sunday night.Jack White posted a video showing off the next Third Man Vault package, Jimi Hendrix's Valley of the Jams 1969-1970. Check it out on Instagram.Tom Morello and Rise Against will headline A Concert of Solidarity & Resistance to Defend Minnesota Friday at noon at First Avenue in Minneapolis. TVThe fourth season of Ted Lasso is set to debut this summer. Stephen Colbert announced on "Late Night With Seth Meyers" that the final episode of "The Late Show" will air on Thursday, May 21. MOVING ON INTO MOVIE NEWS:Matthew Lillard recently caught a stray from Quentin Tarantino when he said he didn't care for him. But that resulted in an outpouring of love that made Matthew feel like he was living through his own wake. Actress and producer Patricia Schneider has filed for divorce from Rob Schneider, describing their 15-year marriage as "irretrievably broken" with no chance of reconciliation. Bill Cosby has admitted under oath that he obtained prescriptions for Quaaludes specifically to give to women. Bruce Willis' wife, Emma says Bruce is unaware of his frontotemporal dementia diagnosis.AND FINALLYHere are five of the BEST:1. Jack Black: "I was begging my boss for an extra shift, he overheard and tipped me $100 on a $20ish tab. From then on, he never left me less than a $50 tip and would always check in with me when it was the end of the month to make sure I had rent cash."2. Harrison Ford: "My uncle said that he's incredibly nice and took the whole crew out for lunch to thank them for working on his helicopter."3. Justin Bieber: "He was by himself at a mall, and he wasn't trying to be incognito . . . He drew me in with a big hug and chatted me up. He was lovely."4. John Travolta: "The guy is totally down to earth . . . He is also someone who asks a lot of questions and is actually interested in what you have to say."5. Dolly Parton: "Can confirm that she's just as great as you'd assume. She was just so nice to everyone. She was a lot smaller than I expected."Here are five of the WORST:1. Jennifer Lopez: "She was super rude and dismissive . . . and had this attitude that she was better than you."2. Jenna Fischer from "The Office": "[She] was really difficult to work with. Just really demanding."3. Jared Leto: "[He's] a narcissistic [A-hole]. He complains about every single thing and really enjoys being difficult. I think he does it for fun."4. Diana Ross: "[She] cut in front of me at the airport check-in counter once . . . I was flabbergasted by this lady who had the guts to sweep in front of us AND touch the gate agent's computer."5. John Cusack: "Outside of a restaurant: 'Hey, Mr. Cusack, I like your movies.' . . . 'I don't care.'"AND THAT IS YOUR CRAP ON CELEBRITIES! Follow The Rizzuto Show → https://linktr.ee/rizzshowConnect with The Rizzuto Show Comedy Podcast → https://1057thepoint.com/RizzShowHear The Rizz Show daily on the radio at 105.7 The Point | Hubbard Radio in St. Louis, MOSee Privacy Policy at https://art19.com/privacy and California Privacy Notice at https://art19.com/privacy#do-not-sell-my-info.

RTÉ - Morning Ireland
A long-delayed deal between India and the European Union will slash tariffs on most goods

RTÉ - Morning Ireland

Play Episode Listen Later Jan 28, 2026 5:00


Dan O'Brien, Chief Economist at the Institute of International and European Affairs, reacts to the trade deal agreed between the European Union and India

Hack or Slash - A Horror Movie Review Podcast
429: 28 Years Later: The Bone Temple (2026)

Hack or Slash - A Horror Movie Review Podcast

Play Episode Listen Later Jan 23, 2026 62:39


This week we're examining the post-apocalyptic landscape of 28 Years Later: The Bone Temple (2026). We delve into the dynamics between the surviving characters, assess the impact of its cinematography, and unpack its tonal shifts from its predecessor. This episode contains spoilers, beginning at 31:59. Mentioned in the Episode Watch the Movie 28 Years Later: The Bone Temple (2026) Previous Episodes 397: 28 Years Later (2025) 396: 28 Weeks Later (2007) 302: 28 Days Later (2002) Support the Show We've launched our Patreon to have a place for listener support to help keep our show going. We are accepting support in the form of small monthly donations from our audience. The proceeds we gain from Patreon are put towards ongoing website fees, funding for new content, and equipment upgrades. In return, our patrons enjoy bonus content, early access, live streams, and exclusive channels in our Discord server. Support the Show on Patreon We're building a community where our listeners and horror fans as a whole can connect and share the ideas, movies, games, experiences, and stories they are most passionate about. Our community is completely free and powered by Discord, which you can access from both a web browser and mobile app. We're looking forward to your arrival! Join our Discord Server Contact Us You can connect with us by creepin' on us on Facebook, Twitter or Instagram, @HackorSlash. You can also share your opinions with us by leaving us an audio message on our website, hackorslash.live. Special Thanks We want to give a special thanks to these patrons for continuing to make this show possible Music Credits "Hack or Slash" by Daniel Stapleton