POPULARITY
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
The Geospatial FM podcast topic profile: 1. Data engineering for geospatial2. GEOSPATIAL FOR WORLD MODELS (foundation models are so last week)3. GEOSPATIAL IN PREDICTION MARKETS (spatial finance is so 2022)4. In this context, stocks, globally5. Human rights outcomes of these stocksItem 5 is always number 1. So we are finishing the year with that focus. Let's look at this BBC article about a murder of a tribal landowner to make way for the world's largest dictator vanity project, The Line in Saudi Arabia: https://www.bbc.com/news/world-middle-east-52375343. Abdul Rahim Al-Huwaiti spoke in this video before he was murdered: https://www.youtube.com/watch?v=f8Mp_CKbjdE. One thing he predicted was being framed by the government surrounding his dead body with weapons. They did report finding his body in such a state: https://spcommreports.ohchr.org/TMResultsBase/DownLoadFile?gId=35599. Another BBC article profiles Col Rabih Alenezi https://www.bbc.com/news/world-middle-east-68945445. He said he was a security force leader who was asked by the government to, if necessary, kill villages who resisted eviction. He refused and escaped to the UK. Whoever replaced him obviously was not so upstanding, and Abdul Rahim al-Hwaiti was killed. So we have a suitably arresting human rights issue to examine for the podcast. I then used The UN's Communication Report and Search tool (https://spcommreports.ohchr.org/Tmsearch/TMDocuments) to find out about the western companies involved, an issue flagged by the BBC. I found a UN Letter of Urgent Appeal to AECOM: https://spcommreports.ohchr.org/TMResultsBase/DownLoadPublicCommunicationFile?gId=28030. The communication search tool shows the CEO, Mr Rudd, does not appear to have responded to the letter. It is significant that AECOM was a recipient, because they're the best international design firm according to Engineering News Record (https://www.enr.com/toplists/2025-top-500-design-firms-preview). Last year it was Jacbos, also a delivery partner on The Line, but they have not received a letter of urgent appeal.In the letter, reference is made to an earlier one about the killing of Abdul Rahim Al-Huwaiti (https://spcommreports.ohchr.org/TMResultsBase/DownLoadPublicCommunicationFile?gId=25483). The UN accompanied that letter a week later with a summary for the public: https://news.un.org/en/story/2023/05/1136322. In tying up loose ends, I observed that another recipient of such a letter was Solar Water. They announced in 2019 what they were doing for NEOM: https://www.solarwaterplc.com/company-news/green-technology-in-the-neom-project-and-others-how-will-it-change-the-rules-of-the-game-in-the-gulf/. Five years later, however, after receiving the letter (https://spcommreports.ohchr.org/TMResultsBase/DownLoadPublicCommunicationFile?gId=28049), they gave up $100 million by cancelling the project: https://www.businessinsider.com/malcolm-aw-canceled-100m-neom-contract-human-rights-abuse-saudi-2024-5. AECOM has done no such thing. They could not even bear to respond to the letter. Despite being a signatory to the UN Global Compact (https://unglobalcompact.org/what-is-gc/participants/17780-AECOM-Technology-Corporation).AECOM is in the Consultancy vertical of the World Model 500. The podcast remains faithful to its 5 topics. Topic 5, human rights, is always number 1. Please accept, dear Mr. Rudd, the assurances of my highest consideration.
Noël, c'est la dinde, les chansons, les cadeaux, les biscuits, les beignes, la boisson, la famille, mais c'est aussi et surtout… le sapin. ERRATUM: bien sûr le grand sapin
Your Friendly Neighborhood Bearded Weirdo Nolan Bryan, The One The Only The Pastor Gary Podosek, The Man Behind The Digital Curtain Steve Cattell discuss what Gid has done in the Past year and what we were honored to be used by God in His plan. Thank you for continuing to follow and listen to us. During this off season we will be rebranding and will comeback during 2026 with restored ferver and passion to continue to bring truth to those without it!informthevotenj.com - for all things political to help you vote in the state of New Jerseyhttps://linktr.ee/Church_and_State - to get to all our links and infoMusic created by Tom MacDonald - Thank you sir for the permission to use it!
Be good to your servant while I live, that I may obey your word. 18 Open my eyes that I may see wonderful things in your law. 19 I am a stranger on earth; do not hide your commands from me. 20 My soul is consumed with longing for your laws at all times. 21 You rebuke the arrogant, who are accursed, those who stray from your commands. 22 Remove from me their scorn and contempt, for I keep your statutes. 23 Though rulers sit together and slander me, your servant will meditate on your decrees. 24 Your statutes are my delight; they are my counselors.Become a supporter of this podcast: https://www.spreaker.com/podcast/faith-love-trust--3493635/support.
Democrats celebrated victories across the country on Tuesday, but the story of the election here in Denver is a little more complicated. So now that the dust has settled, what do the results tell us about how Denverites are feeling about the big questions facing our city — affordability, density, safety, crime? Content creator and House District 5 candidate Rayna Kingston (aka, @raynakingdenver) joins host Bree Davies and producer Paul Karolyi to talk about the big picture. Plus, Denver's fastest growing company, Palantir, is moving from downtown to Cherry Creek, but their new HQ has already been vandalized? And as always, our wins and fails of the week. Presenting… The Denver-est Denver Awards! You're cordially invited to attend a fancy holiday party slash formal awards show celebrating the very best of Denver on Dec. 18 at The Oriental Theater. City Cast Denver Neighbors can expect a discount code in the inbox later today, but everyone can buy tickets now! And we need your help picking the winners, too! Nominate your faves in our six big categories right now! Paul talked about influencer payola, Clerk and Recorder Paul López, our past episode on why Palantir moved to Denver, and Mondoweiss' interview with a local anti-Palantir activist. Bree mentioned the failed effort to form a GID in Cherry Creek, the Chili's on South Monaco, and Aurora city councilmember Danielle Jurinsky. What do you think Palantir moving to Cherry Creek? Text or leave us a voicemail with your name and neighborhood, and you might hear it on the show: 720-500-5418 For even more news from around the city, subscribe to our morning newsletter Hey Denver at denver.citycast.fm. Watch clips from the show on YouTube: youtube.com/@citycastdenver or Instagram @citycastdenver Chat with other listeners on reddit: r/CityCastDenver Support City Cast Denver by becoming a member: membership.citycast.fm/Denver Learn more about the sponsors of this November 7th episode: Blue Sky CBD - Use promo code CITY CAST DENVER to receive 30% off. Denver Film Multipass Elizabeth Martinez with PorchLight Real Estate - Do you have a question about Denver real estate? Submit your questions for Elizabeth Martinez HERE, and she might answer in next week's segment. Looking to advertise on City Cast Denver? Check out our options for podcast and newsletter ads at citycast.fm/advertise
We discuss what Gid the Fathers heart is like from Luke 15
Egész életét a színpadon töltötte, szinte minden hangszeren játszik, 1990- s szólólemezét teljesen egymaga játszotta fel Gidófalvy Attila (Gido), akit már a Fáraóból megismerhettek az meberek a hetvenes évek közepén, majd jött 46 év a Karthagoval, egy olyan csapattal, akik lassan fél évszázada együtt zenélnek, és nem is akárhogyan...
Abstract: This article examines two instances in the Book of Mormon in which captives escape through the negligence of drunken and sleeping guards. It suggests that details about the wine used to intoxicate the Lamanite guards in the city of Gid provide support for a candidate consumable, which, despite the impression the title may give, is not a piece of triple-chocolate cake, but is in fact an alcoholic drink brewed using cacao. The article briefly reviews the history of chocolate/cacao as it touches upon liberating captives from bondage and the use of deceptive practices in times of warfare. It briefly discusses the possibility of a Lamanite intelligence network driving some of the political events during the Lamanite wars narrated in the book of Alma. The post Death by Chocolate: Considering the Wine Imbibed by the Lamanite Guards first appeared on The Interpreter Foundation.
The apostle John salutes the seven churches of Asia; and declares when, where, and how, the revelation of Jesus Christ was made to him; to declare it to the Pastors of the seven churches in Asia Minor. We see that God allowed the Apostle, who was caught in the presence of God that he would understand what God wanted man to understand. He gave it to the Angels; whose responsibility it is to make the people of Gid aware of what the futures held. This is also known as the “Eschatological Apocalyptic Jesus Christos” (The Revelation of Jesus Christ). Thank you mighty God for your continuous and consistent love.
In this episode of The Distribution, host Brandon Sedloff sits down with Greg Bates, CEO of GID Investment Advisors, to explore how a 65-year-old private company is navigating today's real estate landscape with a focus on long-term value creation, vertical integration, and investor alignment. Greg shares his journey from growing up in a competitive family in Massachusetts to building and leading major investment platforms at GE Capital, and eventually joining GID. He discusses the evolution of multifamily and industrial real estate, the rising role of private credit, and how GID is positioning itself to remain disciplined and focused amid shifting market conditions and investor expectations. This episode covers: The value of vertical integration and why GID avoids third-party property management How GID thinks about product-market fit, partner alignment, and long-term capital Lessons from building businesses inside GE Capital and transitioning to entrepreneurial leadership The benefits and challenges of raising institutional capital while staying focused on alpha GID's approach to innovation, including AI, ESG, and building a captive insurance platform Greg also reflects on market cycles, the risks of chasing trends, and why he believes great outcomes come from buying high-quality assets and holding them through time. This is a wide-ranging conversation with an experienced operator and investor leading one of the country's most respected real estate investment firms. Past results are not indicative of future performance. This podcast is not intended as investment advice and is for information purposes only. GID is a client of Juniper Square. Links: Greg on LinkedIn - https://www.linkedin.com/in/greg-bates-164809b/ GID - https://gid.com/ Brandon on LinkedIn - https://www.linkedin.com/in/bsedloff/ Juniper Square - https://www.junipersquare.com/ Topics: (00:00:00) - Intro (00:01:45) - Greg's background and career (00:13:33) - Lessons learned in building companies (00:18:22) - Advice for folks changing companies (00:20:41) - Joining GID (00:22:29) - GID as an organization today (00:26:22) - Capitalization (00:29:36) - Developing products and ideas (00:37:25) - Vertical integration (00:42:09) - The state of the market in 2025 (00:46:32) - The future of multifamily and industrial (00:51:18) - Credit as a more durable business line (00:53:11) - The motivation to continue building GID (00:56:40) - AI and data
We talk about an exciting partnership between the United Way of Kenosha County and the Community-Based Learning Program at the University of Wisconsin-Parkside that resulted in the creation of an interactive online map house on the United Way's website that allows people to find resources and services in the community. Our guests: Carolynn Friesch, Chief Executive Officer of the United Way of Kenosha County... Amy Garrigan, UW-Parkside Community Engagement Specialist .... Jevon Claussen, Senior Director of Community Impact Operations for the United Way of Kenosha Country .... Dr. Caitlin Whitaker, Associate Professor of Geography and Anthropology ..... Kalista Butkiewicz, a junior environmental studies major at Parkside and a student in Professor Whitaker's GID & Communities course .... and Tamarra Coleman, former Executive Director of the Shalom Center and current CEO of the Racine YMCA. (The Shalom Center is one of the agencies that is part of this new online map.)
In dieser Episode dreht sich alles um CRM und Managed Marketing Automation. Mein Gast ist Sandra Karau von der GID, die genau in diesem Bereich ihre Expertise hat. Wir sprechen darüber, warum CRM nicht nur eine Software, sondern eine Denkweise ist – und wie Unternehmen damit ihre Kundenbeziehungen nachhaltig verbessern. Ein weiteres zentrales Thema ist die Managed Marketing Automation: Wie Unternehmen durch clevere Prozesse Kunden gezielt ansprechen, den Verkaufsprozess optimieren und dadurch effizienter arbeiten. Sandra bringt spannende Beispiele aus der Praxis mit – unter anderem, warum es beim Möbelkauf nach der Bestellung oft still wird und wie Automatisierung hier für ein besseres Kundenerlebnis sorgt. Natürlich geht es auch um Videos und den Multinutzen von Videoinhalten: Wie lassen sich Videos strategisch in CRM-Prozesse einbinden, um Kundenbindung und Interaktion zu verbessern? In dieser Folge erfährst Du: ✅ Warum CRM mehr als nur eine Software ist ✅ Wie Managed Marketing Automation den Verkaufsprozess effizienter macht ✅ Wie Unternehmen durch Automatisierung ein besseres Kundenerlebnis schaffen ✅ Warum Videos ein zentraler Bestandteil moderner CRM-Strategien sein können ✅ Welche praktischen Beispiele zeigen, wie gut CRM-Prozesse funktionieren können Freu Dich auf eine spannende Folge mit vielen praxisnahen Tipps!
Gid continues to challenge Iyov regarding his lack of understanding of the natural world. Today we speak about the animal kingdom.
Dr. Saud al-Sharafat, a former brigadier general in the Jordan General Intelligence (GID), joins the podcast to discuss his 29-year career in the agency. Sharafat, who also serves as the chairman of the Shorufat Center for Globalization and Terrorism Studies, views the GID's relationship with the CIA. He details which country is the GID's top adversary and highlights a misconception some Jordanians have about the GID. Finally, Sharafat responds to reports of GID intervention in domestic Jordanian politics.
Whips and chains, oh yes Leather collars, harnesses Plush encounters, fur lined walls And neon countertops Painted in gold, Tame, and made silent Kept underground, as always Your secret. What happens in cerulean stays in cerulean I only smile when I see the color yellow and then dream of him, Seeking nothing but solace At the concourse, we converse momentarily And then go our separate ways Forever and always Forever and always Your secrets I smell like dirt And arrived in the real world Covered in blood And scraped over the, Over the knees, Yes I did Come recover then, What you've lost from the world Born in chaos, not quite But almost, as we're once swarmed the waters Lee it better quiet, now Keep it better quiet now, Keep it better quiet now, your secrets There lies no tru loyalty to bands tied On middle fingers Besides to one's own self And they who they shall Desire and claim as another Extention of God, In her Or their arms There is no claim to faith or mercy Than what comes between us, Bombshells As argued in chaos —mother, you're not listening To the call of the wild Then now, How am i bound to that besides being In sanctity Jimmy, what did you do?! I don't know what I did! You lyin bastard. I'm not lying! So, where ya from? —I don't know where I'm from. Listen, I'm gonna need you SHUT UP, JUST SHUT UP. It seems like these scenes are getting shorter. I'm bored with this. Ok. Let's do something else. I fuckin hate you. I hate you. I fuckin hate you. 88. Oh no: 8 Wait, what the— *dolphin* WOAH, okay: Oh, no. No, No, no OHNONO. I told you I'd find him. Anyway. Seems like there's something more important I should be doing. Are you sure this is the right place. Right place. Right time. Fuck— FUCK. What, what happened. I lost my— SKRILLEX! No. SKRILLEX. NO, NO— SKR— I swear to God, Google knows everything. Google don't know shit about SHIT. I gotta lose –m–39 lbs. For what. MADONNA DO IT FOR THE BANANAS. I hate— you. COME ON, MISTER. Fuck off, Madonna, I'M A GOD. I miss Beyoncé. That's not relevant. Beyoncé is relevant to everything. *smacks* QUIT FANGIRLING. Trust me, I hate you. I don't trust you, but I believe you. I got it. I hate this place. Holy shit. What. I developed a new phobia. What's that mean?! I don't know, I can probably use it in a fight or something. For what. SPECIAL ABILITY UNLOCKED. I see you looking over my shoulder I see the shadows, I try not to jump at em. I spent six months in a coffin, you know I spent my life a sarcophagus (Wow, I got it right.) Try not to mutter those haunts in a hospital Try to recover from trauma Uncovered post traumatics, Anxiety attacks and a lot of those— What do you call them? A flashback. Here goes one: SONNY MOORE aka SKRILLEX appears. I told you not to— But I did! I didn't mean to! But you did! This is ludachris! Oh look, it's— Fuck. God dammit. Come on! What's his name!? What's his name?! I'll think abo it it. Are you serious? Another shapeshifter? Yes, I guess welll just have to kill them all, then. I just want to go home. You don't have one. …oh. So here we have. Okay, wait a second. I wasn't faking my symptoms at all, actually. My heart had dropped, and been pounding and fluttering insessantly— It had been a hard week, but especially the last three days; The coughing—. Everyone seemed to be wearing clothing with stars or bears on it, Champion sportswear. I fucking hate champion sportswear. But the palpitations were real as ever— and now— On a Saturday night in the Jamaica, Queens medical center emergency room, There they were again. Only this time I knew exactly why. ‘Too Bizzare' by Skrillex begins to play, via Complications 003- The Trauma Method. Irony. It was ironic, but still startling, Started with some nostalgic traumas, Every other time I saw an ER doctor (Why I don't go) Fuck, I just realized I have to airdrop myself 880 times. That fucking sucks. Did you say you were a doctor? I was, once. When is “once” At some point. Listen, I'm gonna need you to backtrack to get to the bottom of this. I'm innocent, I promise! We caught you at 27 different angles doing this. Oh. [beat] I plead the 5th. Ohh. Cerulean. My favorite. c R A Y On Oh, I get it, I L L U M I N A T U S. Nice, it worked. I know everything about you. So you do. [beat] You're a God. What the fuck do you want from me. Listen. I. Am not. A God, Right. That's exactly what a God would say. No they wouldn't! Because a God wouldn't say anything! AHA. Don't ‘AHA' ME. I don't mind, at all It don't matter— to me I don't mind, at all It don't matter—to me Might as well not think about it The space between us Might as well just stay awake then No sense in leaving Just to come back It don't matter to me, now Now and again I go crazy just making arrangements, But besides that, If you like it, you should have it It's a long road, As Kaskade says, And a short dance, With the right one And time goes by I would call it mild, But actually I'm in a wild panic It might be a heart attack I just might even Die right here But I don't mind, at all It don't matter—to me I don't mind—at all It don't matter to me, I said I don't mind, at all, now It really don't matter to me I said, I don't mind, at all It really don't matter to anyone Now does it (Not it doesn') I don't mind, at all It don't matter— to me I don't mind, at all It don't matter—to me Might as well not think about it The space between us Might as well just stay awake then No sense in leaving Just to come back Palpitations and precipitations at the pulpit Preacher, please don't make me a culprit I been prayin— I been paying my tithes, 10% Even, Now 25, Almost half of me is not mine! Why try? I've been walking out, in straight lines I been crying silently It ain't right I been making most of my nights Sometimes I see sun come up twice Up, down up 10 degrees, It ain't right Up down up 33, it ain't right Up, down, up I've been spending my time Down, up, down Riding round, Trying not to down in my mind Up, down up What is this. It's my project. What is it? The Festival Project. Yeah but—what— What. Is it? …it's my project. *painfully infuriated* Okay, enter here. EXAM ROOM 10 Why exam room 10? Because. Where are the other nine? Just—get in. I'm not going in there! JUST GET IN. UGH. DEADMAU5 (head and all) stands at a tall podium in the center of the room) What is this, This is deadmau5. I know that. —-!!! —?!? What. !!! What? This is the exam? Yes! NO. What is “no”. I'm not playing for deadmau5. That's the exam. Then I fail! Automatic Fail? yes. Automatic fail. Then you win. What. *slams gavel* Congratulations—you're the next superstar DJ. WhY. . What. Woohoo! I just retired! DEADMAU5 exits. … … After a few moments of comic tension, the Deadmau5 head rolls back in through the exit which he has taken. Ugh. Fuck this. No matter what you do, you're a superstar DJ. What. No! Yes. The answer is yes. NO. Fuck. What the FUCK. No matter what you do. You want to go, Go, you want to die, Die, you want to try, try You want to cry, cry Do what you want; As so will I, Demand is demand— Supply is supply. EDX So then, I followed this long hallway under the stage deck. Uh huh. And it led to a door— Uhhuh, where'd the door lead? To a portal. Woah. Pasqualle! You made it! I—yes. Congratulations! *blows party horn* *Daisies/ confetti* You're like 25! I'll be 25 forever. Nice! Yeah. I guess that's why it's called ‘music'—a musician without muses is just useless. ‘Well, whose next?' I wondered. All of my muses were not just so wonderful to me, but adored by many—and perhaps this is what allured me most—beffldled ans confounded me; once my mind was set on somehh th int, there was nothing else its eye could see—and for how long one God could only know, how deep the love would go and that the blood would run deep, and the scars to show for it, only upon my heart and never by soul—for a love was a love, and even once came and gone, to the end of my life I knew I would still ponder upon them, at one time or another, my muses—star studded lovers, rather than crossed, shiny and golden like all diamond and trophies so treasured and thought of as precious. ‘Yes, you are—precious.' Another tongue in cheek thought, for the other that I was, and also was not, as summer drew onward as short as it would come and go—a reminder to leave the apartment more often, and to mind my manners, to find the upper echelon wherever it was and come quietly into its doors, to open my world and wordform of thought, into a place where my heart always was; then, and only then, would I be home. Amongst the men and women of the uppercut and classy, luxurious big fishing ponds and flocks of doves upon olive branches—the peaceful world long parted from where mine was, by only the fault of my own. What had been done just certainly was, and yet, what was to come was an open poem, not of mine, but Godform in thought. ‘I wonder what's at the top of Rockefeller Plaza.' —perhaps, a gander at the bottom of an even larger entertainment complex. Then, again, only God would know what was beyond all that I wanted; a job—and not just any job at all— the one that I had always wanted. Mmm. Birthday cake. Suddenly the taste of a white confetti crème filled my mouth with a delicious remnince of what it might be like to taste a confectionary sugar again—but i couldn't imagine ever making it just on talent and charisma alone—no. Indeed, it seemed something had damaged my charm, and perhaps it was just the swarms and droves of phone controlled masses that saw me as nothing more than dust, I had started to surrender my desire to perform, and the quality of my music—along with my ability to make it, suffered with the awful thing that had been crowding my soul at all—whatever it was, evil and dark in nature, sure saw to it that it wanted to hurt me in all the ways that it could—and in all the ways it could not, I stayed away from most others, favoring my delisuins of love. ‘Nobody seems to understand that the pain they cause will only harm themselves.', I thought Younger souls, however, they were—and they would be kept in the pain that I was in one way or another until eventual death, far behind me on the infinite road to the source. Far enough behind, that it seeker to destroy my progress, and for all that it could, it also couldn't. The infliction of pain would simply not act as a measure for control any longer. Of into my own world, where I was at least free from the thoughts and judgement of others. She's the most beautiful girl, And I'm the most beautiful boy; So naturally, we belong together, don't we? I see a pretty picture, Picket fences and a family Golden Retrievers Someone reliever her; She doesn't believe me TV dreams and exquisite pretty people Burning candles, fire flames and frequent figures, Guest characters and cameos, Repeat offenders, multiple appearances Suddenly, really, it's another need People, people pleasers Audience affection, Tragic endings, Butterflies and new beginnings Gun under my tongue, Rubber like a frog My mind is in a fog Haven't bothered going on a walk To Trader Joe's but The anthem of my youth, A lost soul Another form of my love So what I wonder Put the gun up under my chin Rubber like a frog Blow my head off Just cause I didn't blow up Selfish cunt Big brother, Another hypnotist Little brother, Gotta love him Gotta love em For the Love of God I could stop for a moment Wash my mind out with soap Like I'm ten years younger, even Seriously 20 years between us, You can't even hide underwater In a bathtub Seriously, Someone help us For the love of God, for the love of Hollywood Seriously, Someone love us, For the love of God, For the love of Rockefeller Plaza Someone help us Another possible walk of stars A little shop of horrors Another whole story I get rid of my demons The hoes screamin I put semen in her Permanent like semen, Just keep dreamin I'mma just keep preaching SaMo, Brooklyn Europe Next I keep scheming Whoever you are; If you're a wreck— You need a check No respect, neglect Just cover your neck (I'm blind to my own design, sometimes) That's what the eye is Try this: Close your eyes and say thrice, kids I am the God of the eye, Osiris I am the Gid of the Eye, I'm Osiris I am the God, I walk amongst the highest Thoth, You lost Better just die and keep trying I am the God of the eye, I am (Try this) I am the God of the eye (I never due) I am the God of the eye (That's right, three times) I am the God of the eye No black and white television, In my dimension we pay attention to centrifugal, The mission isn't in materialism, Whatever your spending If money the God,l of your eye, Realize, I am higher My gunfire, Is right on the back of The one dollar I am the God of the eye I Am Your money is nothin to us We come in peace, To end suffering Pretty little nigga Look just like Kendrick Kickin it with jigga I'm the new hits boson Part of me never left Boston (Fuck Starr!) Part of me never left homeless This ain't my home It's my office You never heard this song You don't notice I'm an ugly kid, you don't notice me Rooftop smells like soy sauce On god I am ugly You don't notice -Atari the God Can we get back to this, please? Damn. She really whooped her ass, though. Janet, can I borrow you for a second? No. Please. [Whoopi Holdberg appears in the doorway, gesturing “c'mon”] …alright. I got convictions on my lips, I took a picture Turn the page The worst of all was, it really did seem like they were racists— INSOMNIAC EVENTS Not just racists— the most deadly kind of racists. WHITE SUPREMACISTS You really want it this way, don't you? No! I LOVE you! Oh, do you? If there's a mile in here, I swear to god.. Are you high enough yet? I thought so HIGHER! hire star* What. Just do it. You remember these guys, right? GOOD CANNABIS, FAIRBANKS, ALASKA No. Why are we back here. Alright, we might have fucked up. Why. This guy sucks. HEY. What. COME BACK TO ALASKA never that. WHAT, WHY NOT! GOD HATES FAGS!!! Well, you're wrong! WHITE POWER. Nah. ALL LIVES MATTER O rly? Even this guy? Literally every “NO” …so, all lives. Look, I don't care what color it is; I want that book in my library. GO TO THE LIVRARY. NO. GET IN HERE. NO AUBREY. STAY DEAD. She's dead, right? YOU CALLED ME HERE. I didn't! You Did. I did not, all i said was *swoons* …I love her. (I really do) WHAT?! “I Love you?!” It was more the *swoon* that did it. Disconnect. Fuck, I lost deadmau5 again What'd you do to him? Nothing! Put him back! He's still there! He's right there, you see him? No! This isn't deadmau5. We want deadmau5 bring him BACK. Fuck, I fucked up. What'd you do? …nothing? Pick up the phone Pick up the phone …hello? Who IS this? Fuck it, I quit. Man, God never puts my dishes back in the right place, like ever. I told you, I don't live here, I'm just… Babysitting. CC! What! CC! What? CC WHAT. Fuck, man. That was wild. Where the fuck have you been? I don't know. You don't know—you smell funny. “Funny” is that what that smell is? No. When were you? When? Ha. Did you—- Did I what? —did you go to a party without me? Lmfao fuck these niggaz. Why, what happened. What's this. Where was it?! Idlewild. “IdLeWiLd”?!?!? You. Old. One here and die, you know l It's cattle call for curtain calls guy Where did this go— What was this, once? It's the return Welcome to Oz This is the Tower of Babel Remember; I wrote that Better than the bottom, Still not the top —it's not as fast, when it's not going all the way up Did you jump yet Come around more Keep coughing Are you sure this is where it was or—? Somewhere else I stayed Back when I was homeless It's hopeless! We lost her Antenna, antenna SUPERMARKET I loved her —she was undercover —I'm still in your stirrups I'm lost in New York, then BACKFIRE Adele remix is on have a seat Can I go now? I still need a hat, a half dollar and an alter cloth You could win an award for this; I don't want an award, I just want my son back Motherhood, motherhood Brotherhood, brotherhood This isn't one of us! No one was No one was Can I go now? Where to? Home! Nope, that's just the office, I'm still homeless, unless I They got cabanas on top of offices! (The rich and the famous Networking and brunches— _this looks fun, doesn't it? I altered the course of history In brief exchanges and Various social atrocities This is hypocrisy! lol rly This is hypocrisy!! Hyper awareness and, psychic inclinations… You realize the more low quality people you let in The more low quality this country becomes, don't you? I put a roll in the back of the chosen ones. Used to be cast more, Now something seldom ever happens Such as this— A fun Fortune 500 What does that even mean Forbes. Look it up. What if the policy is Foreign; Look it up. I know enough about the girl next door to know Something is horrible, Something inside of her Rots at the core, Her obsession; My undeservedness of such, What she must, I mustn't, just Unjustice Broski, okay I got to discard All the pichardo Besides just this one (I'm standing on top of you) Put somebody worthy on the fourth floor Worse off, I was done for Before I got to New York What's her for?! I know enough about the man upstairs to know All these glares and “How dare you's” and Hatred says Why would you wait 30 years Until today, I guess Something is certainly off about her. I said yes. It was more probably something like “SUCK MY DICK” What. “YOU HEARD ME” Oh yes, I did. From 1990 to 1993 From 1990 To 1993 From 1990 To 1993 Stop breeding these things, “Love is familiarity” No Love is what you make it But you can't Because of slavery They don't make music —they don't make love either Well, look where your lust took you! Nowhere! Exactly! Look where your love took you: Vegas, Los Angeles, South of the Border Above it a New Yorker— Under budget, Celibate and My arms are too short to jump the turnstyle, Meanwhile My ex husband left permanent scars on My face My lips My arms My hands And my heart. Did you bite him? Of course I bit him, he was strangling me. You definitely won this fight. I know. Look, if I don't call for security, This bitch is gonna make me kill her. OCTOPUSSY NO. What. NO. Stankass. I will KILL this bitch. Look, I gotta get ahead in this. I need a WIN. These are customs. Trash. Wash your pussy. Send her back. Nah, you know what. Remove that hex. Wait, what, really?! Yeah, like; Reverse it. Woah. That's crazy. They got like….white slaves now. That's not right. What do you mean. That's not it. You said “reverse it” This is what the white supremacy just did to everyone else: [world in crisis except for for people who look like Kayla Lauren, to whom EVERYTHING is a fucking crisis, that isn't] BECKY/KAREN/WICKED WITCH OF WHITE AMERICA I AM OFFENDED I'm offended that you signed your like 12 year old daughter up to pose nearly nude, but— Hey look, it's us now; is this freedom?! Uh…. Why are all the female models like 12 and all the male models are fully grown men— Or women. Right. Idk. Wait, I do. You do?! Wait. Something tells me all the pedophiles and all the white supremacists are in the same group… Run the same businesses— Have the same families. This is disgusting Okay, this is gross That's not right ! That's not my job! Oh, it's not!!? NO. Who should I call That guy. So you want this? Oh, it's a death curse?! It will NEVER end. Wanna bet. I'll kill you and take the whole world with me. Now that's a threat. Thing is, I'm actually making it. I'm telling on you! Ok. Wait 30 years though so you look and sound REALLY fucking stupid. Ok. 30 YEARS. Doesn't make sense. What's the statute of limitations for— Hm. Depends. Depends on what. Who are you?! WHO ARE YOU?! NOBODY YOU SHOULD KNOW ABOUT THEN WHY DO I? wtf is this? This is Texas being petty. Ok, fuck ya‘lol YAW. I'm serious, wtf is wrong with you. Something. What. Fix me. Fix you. Hm. Ok. *COUGHING* Somethings wrong here. Yep, it's definitely some kind of FIX IT. Where's this ROCK? At the ROCK. Like, where tho?! Ur gonna need this. What. They r crucifying u. Noted. Hunts Point Food Distribution Cente Lmfao I need this word hold on eliminating redundancies, setting strict timelines, and allowing cases to proceed contemporaneously [ Finally, recognizing the danger that social media poses to young people and mental health, New York City Department of Health and Mental Hygiene Commissioner Dr. Ashwin Vasan today issued a Health Commissioner's Advisory identifying unfettered access to and use of social media as a public health hazard, just as past U.S. surgeons general have done with tobacco and firearms.] A win. I don't play dead. What do you call this: DIE! DIE, BITCH! Corrections. I still don't understand how this— ACID HAPPENS. Out of sight Out of mind So why these guys Tryna waste my time Tryna fuck with my mind with All these lights OH MY GOD I ain't got time for that Well, Maybe I do— I just Don't like NIGGAZ LIKE YOU. (Say what) I don't like Niggaz like U! I'm Sunnï Blū! You're stupid Oh, so he put a curse on sunni blu, too? Ok. Cool. When all my aliases come up This dumb motherfucking drunk Is gonna get stuck In his own woods He'll bury himself In the words that he left With the scars In the words that he left With the scars Sunni blu Is the sayer of stars I slaughtered them all Swallowed them whole Like a big black hole I'm a big black god I'm a big black God Fuck Twinkle that broad One punch girl One punch girl 5 punch faggot I'll unwrap flags on your Goddamn Fuck that Put a curse on my alter ego Lucky he's a he, tho I blow holes in em I blow smoke And love sausage I'm a hedon And he not a Hero He broke He lost I'm open Shirts vs skins I got 666 Curses to show you What your words did IM RA I'm a big black God You're at home with the young apostle Let's be honest He never even liked his father So turned him to a mother, Told his mother to run far, And bring back The life that I want I'm a big black God In light skinned clothing You don't know to explode Or explode on me Cause my mommy's a Dark skinned icon That my God Find something to pass the time, God Sunni with I, huh I won Fuck a pedophile wifebeater Bury him in the woods with his fury Fear me, now I'm coming up with reverse curses And cures Cause my words Bought the whole world Buried you in the woods I'll bury you in the woods, Bitch Very good I'm a big black God -Blū. GOD is the GOAT I just became god I do what I want I get what I want when I want it I don't want no problems Me myself and God only I buy everything I used to steal These tears in my heart say I'm healing What's the difference, anyway? I've never been fit for your interests, or industry Add insult to injury Add everything to my Amazon cart, then My sympathies Nothing is greater in heaven As it is in hell, for this industry Turned on its head And turned over from 7 to ten Check your messages, then Shut up kid, this doesn't involve you You're not included in the package Michael c hall and John c Riley reprise Mr. Cellophane in the style of DEXTER MORGAN. HA. Classic. GOT EM. V.O. I met her at The Jumping Point …If you haven't seen him at his worst… WHERE'S MY SHIT?! …yo…you are so evil… [*breaks everything*] …Then you don't deserve him at his best. Wake up in a wet bed, sweat pouring engine strikes Disaster, roaring Ranting, raving,, Lunatics, icons Ione, eye color No warning: I want you Adonis New Adonis I got something for you; It's got four doors, I know you can't afford it, Come on, Only one offer Come on, You know I want you What I want a car in New York for? Even the scorecard, Cork off the bottle, huh? Go figure. I got sharp numbers, No harm no foul ball; Still stick in the Capstone, There's a sandstorm On the first montage. Pitch up, With the fever pitch With the fever pitch downstroke UP Pitch down With the force With the force Or What have you Play ball, No– playfair Payboy model Wayfair value Strict non-orders Foreigner syndrome Alcohol bottle Palindrome, Astronomy No, Farquad Noah's Ark and all Going door to door, the doctor Doing more and more The Talk show host Losing more the Mortimer, Call it Losing more, The Watchamacalit, Chocolate bar, So far, Hard to forget No, Hard Ball, Soft pitch— Watch this: THE COSMIC AVENGER (V.O) I cannot resist a chocolate cake! Huh. Seriously, I'm telling you. *sniffs* hm. {Enter The Multiverse} Yo, i'm telling you: she's spot on. Like, scary accurate. Precise. Always right. Even on Tuesdays. Why would it matter if it's Tuesday or not? Most Psychics are wrong on Tuesdays. Really. You didn't know about this? Never heard that. Most of them. {Enter The Multiverse} [The Festival Project.™] COPYRIGHT © THE FESTIVAL PROJECT 2019-2024 | THE COMPLEX COLLECTIVE. © ALL RIGHTS RESERVED. © -Ū.
Findes kilden til din ledelsessucces i Amazonas? Det mener dagens bro fm-gæst, debattør, antropolog, ph.d. og tidligere lektor ved KU, Christian Groes. For i Amazonas tætte underskov gror der imponerende ledelsesidealer blandt junglens stammefolk. Og dem har vi hårdt brug for herhjemme.Netop derfor er Christian, og medforfatter Dennis Nørmark, aktuelle med bogen, Gid min leder var høvding, som er et opgør med det klassiske ledelseshierarki med den bestemmende leder i toppen. Det bedre alternativ, argumenterer forfatterne, finder vi blandt Amazonas høvdinge, der besidder egenskaber, der gør dem til exceptionelt dygtige ledere.Høvdingene fornemmer nemlig ikke kun, hvorfor den ene klan er blevet uvenner med den anden, men ved også, hvordan de får dem til at tale sammen igen. Høvdingen ser mønstre, andre ikke får øje på, og navigerer i konflikter med en imponerende evne til mentalisering – sådan som vi kalder det i moderne ledelse. En færdighed, mange moderne ledere kunne lære meget af. Det handler om at sætte sig i andres sted, forstå deres perspektiv og bruge den indsigt til at skabe relationer – og resultater.Lyt med, og hør:hvad du kan lære af 'oprindelig viden'hvorfor generøsitet vinder følgeskabhvordan du konfliktmægler som en høvding.
(1) Theology of Evil and Suffering (2) Practicality of Evil and Suffering (a) Spiritual growth happens in the midst of evil and suffering - James 1:2-4 (b) Gid is working for good in the midst of evil and suffering - Romans 8:28 (c) God is glorified in the midst of evil and suffering - Job 1:20-21
Gid has a plan for your life. Everything happens for a reason.Our job is to seek the Lord and make sure we are in the center of His will! Support the show
- Det er som om, der er nogle tektoniske plader, der rykker sig. Der er en revolution på vej i måden, vi leder på, og der er en anderledes parathed til at tale om det end for blot få år tilbage. Dennis Nørmark, antropolog, forfatter og foredragsholder, er første gæst i den nye sæson af Finans's ledelsespodcast, og han lægger ikke fingrene imellem, når han skal sætte ord på, hvad det er for en type af ledelse tiden kalder på. Han har netop udgivet en ny bog, “Gid min chef var høvding”, og den beskriver meget præcist, hvad det er for en type ledere, vi har brug for nu. Og det er ikke de samme, som dem vi kender fra de fleste større, danske virksomheder i dag. - Høvdingelederen lytter mere, er nysgerrig og stiller mange spørgsmål. Der sker noget i et rum, hvor høvdingelederen er til stede. Det er som, vi alle bliver lidt klogere og kan lidt mere, siger Dennis Nørmark i første episode af Ledelse med Louise Orbesen. Vært: Louise Orbesen Gæst: Dennis Nørmark, antropolog, forfatter og foredragsholder Produktion: Kasper SøegaardSee omnystudio.com/listener for privacy information.
Know that Gid is with you! Don't overthink the process. Open your mouth confess your miracles to others and watch God work!
Dårlig ledelse er den største udfordring på det danske arbejdsmarked. Og det er derfor på tide, at vi sparker røvhullerne ud af ledelseslagene. Sådan skriver antropologerne Dennis Nørmark og Christian Groes, der er aktuelle med bogen »Gid min chef var høvding«. Den moderne leder skal i stedet lade sig inspirere af vores forfædres chefer, »høvdingene« og deres måde at lede på. Høvdingen er underlagt fællesskabet og træffer aldrig egoistiske beslutninger. Men kan de fællesskabsorienterede høvdinge træffe de nødvendige beslutninger, hvis lokummet virkelig brænder? Gæst: Dennis Nørmark, antropolog og forfatter. Vært: Kaare Svejstrup.See omnystudio.com/listener for privacy information.
Helaman, Gid, and Teomner take the city of Manti though strategy, not numbers. This is a reading of Alma Chapter 58. Here is a link to the text: https://www.churchofjesuschrist.org/study/scriptures/bofm/alma/58?lang=eng
Coach Mark Gottfried delves into the essence of leadership and decision-making with guest Marc Koehler, a former naval officer and leadership expert. Through discussions on the GID mentality, Koehler and Gottfried explore the critical elements that define effective leadership. Koehler shares riveting experiences from his time on a nuclear submarine, illustrating the importance of teamwork, transparency, and empathy. The episode highlights the parallels between Koehler's military service and sports leadership, emphasizing resilience and rapid, informed decision-making.
Nacionalinio krizių valdymo centro vadovas sako, kad šiuo metu Izraelyje yra apie 180 Lietuvos piliečių, o Libane – apie 40. Pasak Vilmanto Vitkausko, situacija Artimųjų Rytų regione gali pasikeisti labai greitai, todėl jis ragina pasinaudoti galimybėmis išvykti iš šių šalių. Vilniaus oro uoste naktį nusileido bendrovės „WizzAir“ lėktuvas, kuriuo iš Izraelio, LRT žurnalistų skaičiavimu, sugrįžo iki 10-ies lietuvių. Kiti lėktuve buvę žmonės – užsieniečiai. Šįryt anksti ryte iš Vilniaus kilo lėktuvas į Tel Avivą, jame buvo penki Lietuvos piliečiai.Artėjant naujiems mokslo metams, rubrikoje „Aktualus klausimas“ klausytojų teiraujamės: kiek šiemet planuojate skirti lėšų vaikui išleisti į mokyklą? Tuo tarpu, tūkstančiai Lietuvos vaikų naujų mokslo metų dėl nepritekliaus laukia su nerimu. Daliai jų trūksta net elementarių higienos priemonių. SOS vaikų kaimų Lietuvoje draugija kviečia žmones aukoti daiktus, kurių vaikams reikia pasiruošimui į mokyklą, pamokoms ir prasmingam laisvalaikiui.Į LRT girdi kreipėsi Elektrėnų gyventoja. Prieš pusantrų metų ji įsigijo butą senos statybos name, žinodama apie numatytą renovaciją. Tačiau paaiškėjus, kad už ją teks sumokėti dvigubai daugiau nei vertas pats butas, moteris teigia tapusi situacijos įkaite. Kodėl Lietuvoje stringa daugiabučių renovacija?Jau keletą mėnesių įmonės, ūkininkai ir gyventojų bendrijos gali teikti paraiškas ir gauti finansavimą iki 500-ų kilovatvalandžių talpos individualiems elektros energijos kaupimo įrenginiams įsirengti. Ar po audrų ilgai užtrukus elektros energijos atkūrimui suskubo naudotis parama?Tikrinant Lietuvoje dirbančius gidus, aptinkama asmenų, paslaugas teikiančių nelegaliai. Patikrinimus kartu su Darbo inspekcija kelis kartus per metus organizuojanti Gidų ir kelionių vadovų profesinė sąjunga tikisi didesnio valstybinių institucijų įsitraukimo. Jos teigia, kad patys gidai turėtų ieškoti nelegaliai dirbančių kolegų, nes valstybės resursų tam nepakanka.Ved. Darius Matas
In this episode: we go to the US to look at how African Americans were overtaxed and dispossessed - a lesser known story of struggles against tax injustice, from the experience of George Floyd's great great grandfather to this day. Taxcast host Naomi Fowler speaks to historian and author Andrew W Kahrl of The Black Tax: 150 years of theft, exploitation, and dispossession in America: "Every stage of the research on this book was one revelation after another. These legalized forms of theft actually happened at far greater frequency than historians have ever really recognized. Historically, and still today, taxes are both a problem in the US, but they're also the solution." Plus: the OECD ignores a formal letter from UN human rights experts raising concerns about the detrimental and discriminatory impacts on the Global South of OECD and G20 tax policy: "There has been no response. One way to describe it would be to say it's disappointing. Another way to describe it would say it's shocking and downright unacceptable." Transcript of the show: https://podcasts.taxjustice.net/wp-content/uploads/2024/06/Transcript_Taxcast-June-2024.pdf (some is automated) Further Reading: OECD tax reforms risk violating human rights law, UN experts warn in special intervention: https://taxjustice.net/press/oecd-tax-reforms-risk-violating-human-rights-law-un-experts-warn-in-special-intervention/ Formal letter from UN Human Rights experts to the OECD raising human rights concerns over tax reforms: https://spcommreports.ohchr.org/TMResultsBase/DownLoadPublicCommunicationFile?gId=28676 Litany of failure: new briefing sets out OECD's manifold shortcomings in international tax talks: https://taxjustice.net/2024/05/28/litany-of-failure-new-briefing-sets-out-oecds-manifold-shortcomings-in-international-tax-talks/ The Black Tax: 150 Years of Theft, Exploitation, and Dispossession in America by Andrew W. Kahrl: https://uk.bookshop.org/p/books/the-black-tax-150-years-of-theft-exploitation-and-dispossession-in-america-andrew-w-kahrl/7592145?ean=9780226730592 The living new deal: a website with a collection of all the public infrastructure, bridges, roads, swimming pools, community centres etc that were built during the 1930s and 40s: https://livingnewdeal.org/ The Project Gutenberg eBook of The Souls of Black Folk, by W. E. B. Du Bois: https://www.gutenberg.org/files/408/408-h/408-h.htm All our podcasts are available with more information on https://podcasts.taxjustice.net/production/taxcast/ and you can find all our other podcasts (all separate monthly productions in Arabic, French, Portuguese and Spanish) here https://podcasts.taxjustice.net/
This is not the free world. We remain unfree from the reign of Man. A reign of terror; A reign of disease; Restlessness, Abuse; A reign of war. Power and control. I was indeed a submissive, But not so much so that I had become null to the insensitivities of the world, the common man a mere conjecture of what had been true to become of women, as slaves to their captors—doomed to repeat the cycle of what had been born of war at all—born in the truth that mankind had been born of woman, bred to be almost entirely consumed in the physical realm by the mysteries of such as what had been before, in the darkness of chaos. Wonder, in the curiosity as such lies the hidden mystique of a world which he knows not beyond the unconscious conception of his own creation; a manifestation within the confines of the spirit— a world of material wealth, born from thought—our of the warmth and the light of nature, of cosmos, the woman's womb and world from where the fabric of life is woven— a love which he seems not to understand at all, but becomes however facinated with the touch of lust, knowing nothing of a love and of a mother often overlooked as God. The Red Dawn Is Upon Us Who but a man could protect a sacred heart overshadowed by the scars of a body so tragically missed by the misfortune of the modern man's insatiable thirst for perfection—his pride and his dignity clouding with judgement the eye of beauty in the uneven and illogical blindness of lust—the quilted pride and honor in lawlessness; the wilted and weathered age of one another falling into dissatisfaction, a curse to which his own demise furnishes want beyond logic, succumbs need to nothingness— a disfigurement of heart and spirit, waging war within himself, burning what he seeks to hide longer, loveform vanishing as does his wisdom, plundered perfection at its peak for nothing less than progression— a mind shattered at the unlasting haunts of wilderness, nature of God unknown as nature itself becomes destroyed; mankind, a toxic variety, a wounded force of demise upon its planet and its creatures housed. The damage to my mind would never heal, as the scars on my lips and face had not— the knowing that man had no bounds, his rage would destroy earth as it had destroyed me—there was no peace, there was no love—there was no kindness known at all; man's intolerance of nature had consumed all of us—his inability to understand the divinity in cosmic form, an unknown void. Secret President Deathwish Enter The Multiverse The Legend of S Ū P C Я E E™ The Secret Life of Sunnï Blū Ascension L E G E N D S The Seven Souls Saga OWSLA CONFIDENTIAL, LTD.The infinite Skrillifiles: Next Generation— Quantum Force [The door is kicked in.] What the FUCK. I'M THE FUCK I get that. Whatever, move. [he begins to rifle through the cabinets] Now where is it? What the fuck are you looking for? Shut UP. WHY ARE YOU IN MY HOUSE. You call this a house? Dammit. Where would she keep something like this—? If by “she” you mean ME. I don't mean “you.” I'm the only one who lives here. NOBODY lives here. What. Right. What?! Right what?! You really don't know, do you? Don't know what? You are not who you think you are. Who do I think I am? What?! Who do you think I AM? That's right. Now shut up. Get out of my house. This is not a HOUSE. And even if it was a HOUSE, it's not YOUR house. What! SHUT UP. You're making a mess! I am a mess. STOP IT. That's alright—I know you'll clean it up. I thought I'm not who I thought I am. Yeah. But I know who you are. Tsh. Are you going somewhere with this? Eventually, but right now I need my back rubbed. Fine. PREVIOUSLY ON… Whatever Just— “Tidbits” Points: Jennifer Lopez in the 90's enters immidiate superstardom and fame, as The Illuminati, which has been tracking her every move for quite some time, conspicuously gifts her with a handful of large, rare, and uncut diamonds—she becomes a Kingpin and near overnight success, keeping the secret of the diamonds to herself—however, as she is skyrocketed to success and fame, strange and mystical things begin happening all around—and even more strange and mysterious, mystical people—besides the usually strange and magical celebrities and otherwise unworldly weirdos within the Illuminati's ranks— begin to appear, acting as guiding forces between the multidimensional realms which within the various portals a hidden world — infinity and beyond— has been kept, only exposed through the stories, shows, and — Wait a second — a montage— montage— I'm being intercepted. What? What about a montage?? I love a good montage. Everybody loves a good montage. the infinite Jennifer Aniston and her Multidimensional counterparts Jennifer Aniston is tasked as becoming a guardian angel, to help protect and watch over the mysterious extraterrestrial formerly known as supacree, currently masquerading as CC as she attempts to escape the spiral of magical attacks from unknown forces, after being trapped in New York City. You know what? I love it. I'll take it. Are you sure? Yeah, I'm sure. I love her. I love her. it'll take it. JENNIFER ANNISTON, a well-known A-list actress whose rise to fame in the 1990's created her as a Hollywood superstar (and Illuminati staple) has been looking for the perfect project to invest her time to— rumors within the Underground have been circulating about a “secret podcast”, to which it's curator, a homeless and downtrodden musician and amateur DJ publishing Illuminati doctrine, some of which is only known to the limited and coveted higher ranks within the organization, interwoven into the plot's narratives as “Easter eggs”; the unformed screenplays have been archived and passed around for a number of years within a small community of elites, and some even plagiarized by the mindless and money hungry lowest ranking industry professionals—however—as it is known by the leaders of the organization as a whole, the true origins of this doctrine remains “unknown”, and the identity of the author, is surmised to be the prophesied scribe, set to arrive as the dawning of a new era arises, to write within her words the hidden truths to be sought by all mankind and otherwise—and therefore, must be protected and hidden within the organizations cradle at all costs; though misunderstood greatly, The Illuminati has been tasked with spreading the divine light to the human species through artform and storytelling, and as the art of wordfare becomes a lost art, the doctrine must be colluded to be written, before the end of the scribe's time, said to be often—a most untimely death, as the forces of darkensss seek to end all that remains of the love and light of the divine kind. Damn, really: Jennifer Aniston. I really like her eyes: Well yeah, they're mine, so. Apparently or whatever, Jennifer Anniston is assigned to guide CC as she trains to stand up as the scribe — Who revealed herself as so in Los Angeles, at Carl Cox's show. I dropped three cards for form the center of my eye, Here: An equilateral triangle. I Am. Two— These markings will be known to those as I, The scribe. Three— A world unknown awaits all those who seek the truth of the divine light in the pursuit of higher knowledge. INT. EQUINOX SPORTS CLUB NEW YORK. MANHATTAN. DAY JENNIFER ANNISTON enters the elevator—to her left, towering over her, she spots JIMMY FALLON, trying to remain unseen. …Jim? Oh, yeah, hey, What re you doing here? Whatever I want. You shouldn't be here. You shouldn't be here. This is by the way, when Satan switches from Jimmy fallon's body to Jennifer Anniston, hereby known as Jennifer Anisatan— just before the scene at Equinox “I'm holding in a fart.” So wait, who is Jimmy Fallon, then? Who the fuck knows. Who the fuck cares. I'm over it. ————————————————No wait, don't. Tie me to the cross Bleed on my sickness m Crossfaders, behind us Blinder up, bonded Surreal, The sunsets are longer Open your mind, your highness Crossfire, behind us (Someone else writing this) Dawn comes on stronger The sunsets are longer Tie me to your honor Come before me Somebody said you were the apocalypse I should have listened to my father Somebody told me you won the world at a carnival I should have never listened to my mother I should have listened to my father I should have listened to my father I should have listened to my father Come before me Tie me to your honor Born of blood, The borderline genius You were the apocalypse Tie me to your cross MAYA RUDOLPH Is weird. MAYA RUDOLPH prepares for a SAYONCE in her formerly secret apartment on the upper east side dedicated entirely to magical purposes Ok. Ok. Okay? Ok. The worst part about it is, I do understand you, Because I am you The very worst part of it is I want a family To hold you hand And rub your back But I just can't have you —I'm just a fan, dude. The truth is I've got two suitcases, Some capsules of cyanide, An axe and some anthrax A cat in my lap And a failing laptop I've been living hand to mouth I've got A ripped backpack A stress ball A Hackey sack A hockey bag A volleyball And a mouthful of gunpowder How do you like me now? It's gonna take forever to fund my project But it's gonna take longer To find my body Cause nobody loves me Nobody has my number The phone is shut off And so is the water (By that I mean, my love; It's all coming out blood now) I must be backed up And stuffed full of crystal cocks I could give it up for a wand Or a ringworm Oh God My wrists are itching to ditch this place I fell asleep with a gun to my head And woke up Cobain Okay? Ok Okay? Ok. Sorry to wake you I came to rape you HEATH LEDGER hello. OH, GOD. HEATH LEDGER I heard you like ghosts. I— I don't. HEATH LEDGER Oh, you don't? No—! HEATH LEDGER oh! wait—who are you? HEATH LEDGER (Makes joker face) All my friends are dead, anyway I'm loving more ghosts than people these days The faces, the golden days The golden retrievers I need some relief, man Release me Sweet, freedom Just lay on your back, And I'll take it from there JOKER? Aha. I'm in love with the idea of Death The idea of Leaving this world behind The idea of love The ideal of love The ideal of love The seductive touch I'm in love with the idea of Not knowing pain The idea of Not needing money The idea of love The ideal of love The ideal of love The seductive barrel of a gun So run away Run far from me Far as the eye can see— And I'll aim for the head But probably just get the neck Or the center of the back Twirl around, girl Do your dance Heads or tales for the daughters The blondes, The live that you wanted The life that you wasted The knife to your back The life flight The kite hack Never spend your heart on band tickets Don't you know This is so much more Disappointing in person We all are Never spend your bet on your bottom dollar The kite and the rock band The lost rock The last dollar Diamonds on your JENNIFER LOPEZ GET IN THE BACK OF THE VAN, BITCH. NO WAY, J-LO. YOU LOVE ME EXACTLY. GETAWAYFROMME. DONT MAKE ME CALL GOLDBERG. I'M LIKE WAY MORE SCARED OF JANET JACKSON. JANRT JACKSON GUESS WHAT?! OH NO!!! NOOOO. U PICKS UP TO SUPER SPEED wtf. How does she run that fast, that fat? I really don't know. Did you call my name? Did you wake me from my relentless dreams I needed you Just like you needed me I called your name You called me Follow me home Follow me to the road we both know Open the doors for the lonely Follow me home Follow me home Sista sista What it is, mista? Turn the tables, Drums, then get my sticks sucked You dig it? Turn on the television I'm on in an minute This could be infinite, Nothing to defend here, Just No, not the google documents! GET IN THE HOLE. Hm. What. Blood Shower All along the watch tower Do you feel good? Do you? Do you feel bad about this. I do. I feel bad about this. I forgot to tell you– I should probably let you know that I just want to MAN, FUCK THIS DUDE. MA. WAHT. IT'S ON. WHAt. THE SHOW IS ON. THEWHAT. THE– *suddenly self aware* …I gotta get out of Boston. What, first this was about war, now it's about bird people? It's about a war WITH the bird people. I should sleep. Hahaha. No. This isn't funny anymore. At least it's over. MA– Oh, it's far from over. Yo, i'm going through some crazy shit right now. Spur of the moment I'd never thought of it; This is gonna take forever. I don't have the patience To even write this I just want french fries right now But been up for two days with no gym and I'm on a diet. GUAC TIME. No, no burritos. GUAC TIME. Oh shit, this is getting real as fuck . NOw i see it three ways. I love it. I hate it. HEY, LET ME OUT. GET BACK IN YOUR HOLE, SKRILLEX. I'M DILLON FRANCIS. IN THE HOLE. Check it out. Huh. It's another DJ. *agrees* Should we pick him up. WEll, the good news is: I found your friend. Oh, that's good. The bad news is: He's dead. Oh, that–'s … nice. Yeah. It is. Uh. Kaskade. Yeah. We gotta find Ryan. Why. What's up? You're freaking me out. Why. What's up. Nothing IS it my eyes? I– *wild ass eyes* Yeah, it's probably that. Fuck dude, what did you do to deadmau5. NOTHIN. He's not the same. What the fuck is that. Holy shit I jus timejumped Where the fuck are you going. How the fuck could this happen?! It COULDN'T. Well, that's it then. *shrugs* Well, I guess we're just gonna have to go dig up Dillon Francis. I guess so. Do you think he's still alive. Like, probably not– Maybe… No, probably not @prodbywar& @Halmadeit This amazon order took me nine hours Alexa, I think i should fire her Like a arm I don't leave at night without armor Don't make me a martyr Your mom will be proud of us all If i make it outta here And i'll look after her Got the whole block coming up on my heels as I walk Wtf is it… Idk dude. Is it speeding up? I…i think so. There's no way this is 140 IT's 140. It's 140 . There's no way. Yes way. Nah huh. Let me see. No. Let me at the decks. Let me at the decks. NO. YO LET ME AT THE DECKS. You want deks. Yes. I got deks. Really. yeus . I never listened to it like this In ableton I read serato, synesthesia and rekordbox I talk a lot, I'm like a human music box I walk a lot I run my mouth a mile a minute (faster than i run around the track reciting rap words) Like they're passwords. Oh, I could do this forever.. I wish i had i microphone right now And was all alone With the lights off Lying on the floor I'd be lying if i said I could afford you Just to fornicate But may consider playing with a foreigner If you're all for her I'm unnerved, you know Cause i've been up so long My monster likes to play with boys and Make the bass go down below where Nobody does anymore Once I get a hold of things Or the hang of it You've got another hot ones on your hands I've another record under my belt Or in my roster, Whatever you'd call it But now I've got no time to bark about Wanting a dog and a daughter But none of the responsibility or Going through all the trouble to find her a father I'm still holding a fart in. Reaally–cause–it's been a really long time. WHAT WOULD YOU KNOW ABOUT A LONG TIME, JIMMY FALLON?? Um a lot! You literally just saw me make the journey all the way up from nothing. I am nothing EXACTLY. I don't have time to fight with you Jiimmy Fallon. I did NOT write these games by myself you know?! Um, excuse me– “GAMES” ?! YES, GAMES. Uh, I've only got one game with you in it, my friend. Is that so! One game that I've written with the Great–formerly LATE Jimmy Fallon. Is that like a play on words cause i'm on late night TV YOu'RE ON ALL THE TIME TV, JIMMY. NBC SHIT IS PRACTICALLY AUTOMATICALLY SYNDICATED. -_- …are you alright. –_-_-__-_ Hold on, I think i've got it Nice, I found a growler. yOu still haven't got all the monsters and sprites Ive got all the big ones, but the little ones are harder to catch. GrO0Wl3rrr. Aww. He's so ugly. Yeah, but cute, though, right. I don't think so. Gro)WwlErrrrrrrrr. Aww. That's so fucking gross. lol . so what does this thing look like. Well, that't the thing about the monsters and sprites. WHAT THE FUCK IS THAT. It's alright, it's alright–he's nice. WHAT. THAT'S A SPRITE. No, it's a monster. He's just scary. SUPACREE. David Bowie. What up. God, it took me ages to find you. Tell me about it. I'm still trying. We've been expecting you for a long time. You were expecting I'd die? Yes. So when she says she's “married to the music…” I'm married to the music. Oh, so. Yo, honestly if you een want to talk to this bitch, you'd better have like a musical instrument, or a mic in your hands, Otherwise– No, getawayfrom me. It's not even worth it. HI. –No. What's up? Tempo. SUNNI Cotour From the store I was poor Now i'm honorable In velour, Glamour (Snap) Forsure, Jesus Christs is making appearances in my abletons I'm not able to comprehend or understand exactly the message, But the evidence sire is mounting Get it Reached the temple, More of a sanctuary, Is that sacrilegious I guess it is, I'm stressed as ever Trying to get it to gether I'm way too tired for a remix; All i really want is some fries that are french And some thighs that are thick Like mine to sit on like five or six dicks Pick up up like chopped sticks Even more previously on— WHAT SHOW IS THIS? I DONT KNOW. (BUT ITS A THING.) “The mayor” is a secret underground rap star lol #trappin Okay, What's else happened Idk hold on Okay, So whats the sauce on this sandwich. Oh. Jeez, this again. That *sandwhich? Hah. There's no sauce on that sandwhich. —there's not!? No: You see. It's very simple. WAKE UP, YOU'RE A ROCKSTAR. we gotta take the train. The train?! NO. NOTTHETRAIN. NO. Man, fuck the train! [SUNNI BLŪ wakes up on the train.] What's this, the train? [is the train] (Angrily, tossing newspaper) Man, FUCK the train! Other hobo: Aww, thanks, I need that for my— [s/he snatches back the paper]. Wait! I need that back—what day is it? [drunkenly illegible gibberish turns into perfect Hebrew] GODDAMMIT, it's Shabbat; I gotta get to Temple. [s/he shoves the newspaper back into the hobo's lap] Here. Oh no, I thought I couldn't forget RABI FUCK _]€_# WHAT WAS IT GODDAMIT IT WAS SO CLEVER. God So it was… What did you do with it? Do with what My idea what idea My—my rabbi joke— What rabbi joke you know what rabbi joke! You were the one who gave it to me. Oh, did I? YES, SATAN, JESUS. GOD Ohh, Satan-Jesus. I like that one. NO— it was— It was much better than that, it was— It was funny. Oh, it was? YES. —did you write it down? Fuck, I realize I just opened a A FUCK PORTAL. OHH, GET IN IT, GET INSIDE. I had an Artemis in my pocket But I lost him Walked away from the cornermarker And the cornerstone, for the sunset I wonder if songs always come When I'm walking, Or God makes us promises, For world of I'm not JB, I'm KG, Can you see me now? If you could see what I see, We'd be even wtf did I just write this And not realize I just wrote this Yeah. That shit happens to me all the time. WHAT. ALL THE TKMEx Shut up, THE ANDRE3K CHARADES GAME is getting intense. What in the FUCK is that. *flutes* Ohh. And KITES. yyyyyYYYYYYYAAAAAHHH—— GODDAMMIT. I can't see really, I just dream I'm not thinking, I'm dancing This is what you asked for Exactly what you asked for For once, I'm finally glad I have your eyes on My friend I can see you all on the horizon, Singing NO, NO MORE MUSICALS!! Jimmy, what did you do?! I don't know what I did! You lyin bastard. I'm not lying! So, where ya from? —I don't know where I'm from. Listen, I'm gonna need you SHUT UP, JUST SHUT UP. It seems like these scenes are getting shorter. I'm bored with this. Ok. Let's do something else. I fuckin hate you. I hate you. I fuckin hate you. 88. Oh no: 8 Wait, what the— *dolphin* WOAH, okay: Oh, no. No, No, no OHNONO. I told you I'd find him. Anyway. Seems like there's something more important I should be doing. Are you sure this is the right place. Right place. Right time. Fuck— FUCK. What, what happened. I lost my— SKRILLEX! No. SKRILLEX. NO, NO— SKR— I swear to God, Google knows everything. Google don't know shit about SHIT. I gotta lose m 39 lbs. For what. MADONNA DO IT FOR THE BANANAS. I hate— you. COME ON, MISTER. Fuck off, Madonna, I'M A GOD. I miss Beyoncé. That's not relevant. Beyoncé is relevant to everything. *smacks* QUIT FANGIRLING. Trust me, I hate you. I don't trust you, but I believe you. I got it. I hate this place. Holy shit. What. I developed a new phobia. What's that mean?! I don't know, I can probably use it in a fight or something. For what. SPECIAL ABILITY UNLOCKED. I see you looking over my shoulder I see the shadows, I try not to jump at em. I spent six months in a coffin, you know I spent my life a sarcophagus (Wow, I got it right.) Try not to mutter those haunts in a hospital Try to recover from trauma Uncovered post traumatics, Anxiety attacks and a lot of those— What do you call them? A flashback. Here goes one: SONNY MOORE aka SKRILLEX appears. I told you not to— But I did! I didn't mean to! But you did! This is ludachris! Oh look, it's— Fuck. God dammit. Come on! What's his name!? What's his name?! I'll think abo it it. Are you serious? Another shapeshifter? Yes, I guess welll just have to kill them all, then. I just want to go home. You don't have one. …oh. So here we have. Okay, wait a second. I wasn't faking my symptoms at all, actually. My heart had dropped, and been pounding and fluttering insessantly— It had been a hard week, but especially the last three days; The coughing—. Everyone seemed to be wearing clothing with stars or bears on it, Champion sportswear. I fucking hate champion sportswear. But the palpitations were real as ever— and now— On a Saturday night in the Jamaica, Queens medical center emergency room, There they were again. Only this time I knew exactly why. ‘Too Bizzare' by Skrillex begins to play, via Complications 003- The Trauma Method. Irony. It was ironic, but still startling, Started with some nostalgic traumas, Every other time I saw an ER doctor (Why I don't go) Fuck, I just realized I have to airdrop myself 880 times. That fucking sucks. Did you say you were a doctor? I was, once. When is “once” At some point. Listen, I'm gonna need you to backtrack to get to the bottom of this. I'm innocent, I promise! We caught you at 27 different angles doing this. Oh. [beat] I plead the 5th. Ohh. Cerulean. My favorite. c R A Y On Oh, I get it, I L L U M I N A T U S. Nice, it worked. I know everything about you. So you do. [beat] You're a God. What the fuck do you want from me. Listen. I. Am not. A God, Right. That's exactly what a God would say. No they wouldn't! Because a God wouldn't say anything! AHA. Don't ‘AHA' ME. I don't mind, at all It don't matter— to me I don't mind, at all It don't matter—to me Might as well not think about it The space between us Might as well just stay awake then No sense in leaving Just to come back It don't matter to me, now Now and again I go crazy just making arrangements, But besides that, If you like it, you should have it It's a long road, As Kaskade says, And a short dance, With the right one And time goes by I would call it mild, But actually I'm in a wild panic It might be a heart attack I just might even Die right here But I don't mind, at all It don't matter—to me I don't mind—at all It don't matter to me, I said I don't mind, at all, now It really don't matter to me I said, I don't mind, at all It really don't matter to anyone Now does it (Not it doesn') I don't mind, at all It don't matter— to me I don't mind, at all It don't matter—to me Might as well not think about it The space between us Might as well just stay awake then No sense in leaving Just to come back Palpitations and precipitations at the pulpit Preacher, please don't make me a culprit I been prayin— I been paying my tithes, 10% Even, Now 25, Almost half of me is not mine! Why try? I've been walking out, in straight lines I been crying silently It ain't right I been making most of my nights Sometimes I see sun come up twice Up, down up 10 degrees, It ain't right Up down up 33, it ain't right Up, down, up I've been spending my time Down, up, down Riding round, Trying not to down in my mind Up, down up What is this. It's my project. What is it? The Festival Project. Yeah but—what— What. Is it? …it's my project. *painfully infuriated* Okay, enter here. EXAM ROOM 10 Why exam room 10? Because. Where are the other nine? Just—get in. I'm not going in there! JUST GET IN. UGH. DEADMAU5 (head and all) stands at a tall podium in the center of the room) What is this, This is deadmau5. I know that. —-!!! —?!? What. !!! What? This is the exam? Yes! NO. What is “no”. I'm not playing for deadmau5. That's the exam. Then I fail! Automatic Fail? yes. Automatic fail. Then you win. What. *slams gavel* Congratulations—you're the next superstar DJ. WhY. . What. Woohoo! I just retired! DEADMAU5 exits. … … After a few moments of comic tension, the Deadmau5 head rolls back in through the exit which he has taken. Ugh. Fuck this. No matter what you do, you're a superstar DJ. What. No! Yes. The answer is yes. NO. Fuck. What the FUCK. No matter what you do. You want to go, Go, you want to die, Die, you want to try, try You want to cry, cry Do what you want; As so will I, Demand is demand— Supply is supply. EDX So then, I followed this long hallway under the stage deck. Uh huh. And it led to a door— Uhhuh, where'd the door lead? To a portal. Woah. Pasqualle! You made it! I—yes. Congratulations! *blows party horn* *Daisies/ confetti* You're like 25! I'll be 25 forever. Nice! Yeah. I guess that's why it's called ‘music'—a musician without muses is just useless. ‘Well, whose next?' I wondered. All of my muses were not just so wonderful to me, but adored by many—and perhaps this is what allured me most—beffldled ans confounded me; once my mind was set on somehh th int, there was nothing else its eye could see—and for how long one God could only know, how deep the love would go and that the blood would run deep, and the scars to show for it, only upon my heart and never by soul—for a love was a love, and even once came and gone, to the end of my life I knew I would still ponder upon them, at one time or another, my muses—star studded lovers, rather than crossed, shiny and golden like all diamond and trophies so treasured and thought of as precious. ‘Yes, you are—precious.' Another tongue in cheek thought, for the other that I was, and also was not, as summer drew onward as short as it would come and go—a reminder to leave the apartment more often, and to mind my manners, to find the upper echelon wherever it was and come quietly into its doors, to open my world and wordform of thought, into a place where my heart always was; then, and only then, would I be home. Amongst the men and women of the uppercut and classy, luxurious big fishing ponds and flocks of doves upon olive branches—the peaceful world long parted from where mine was, by only the fault of my own. What had been done just certainly was, and yet, what was to come was an open poem, not of mine, but Godform in thought. ‘I wonder what's at the top of Rockefeller Plaza.' —perhaps, a gander at the bottom of an even larger entertainment complex. Then, again, only God would know what was beyond all that I wanted; a job—and not just any job at all— the one that I had always wanted. Mmm. Birthday cake. Suddenly the taste of a white confetti crème filled my mouth with a delicious remnince of what it might be like to taste a confectionary sugar again—but i couldn't imagine ever making it just on talent and charisma alone—no. Indeed, it seemed something had damaged my charm, and perhaps it was just the swarms and droves of phone controlled masses that saw me as nothing more than dust, I had started to surrender my desire to perform, and the quality of my music—along with my ability to make it, suffered with the awful thing that had been crowding my soul at all—whatever it was, evil and dark in nature, sure saw to it that it wanted to hurt me in all the ways that it could—and in all the ways it could not, I stayed away from most others, favoring my delisuins of love. ‘Nobody seems to understand that the pain they cause will only harm themselves.', I thought Younger souls, however, they were—and they would be kept in the pain that I was in one way or another until eventual death, far behind me on the infinite road to the source. Far enough behind, that it seeker to destroy my progress, and for all that it could, it also couldn't. The infliction of pain would simply not act as a measure for control any longer. Of into my own world, where I was at least free from the thoughts and judgement of others. She's the most beautiful girl, And I'm the most beautiful boy; So naturally, we belong together, don't we? I see a pretty picture, Picket fences and a family Golden Retrievers Someone reliever her; She doesn't believe me TV dreams and exquisite pretty people Burning candles, fire flames and frequent figures, Guest characters and cameos, Repeat offenders, multiple appearances Suddenly, really, it's another need People, people pleasers Audience affection, Tragic endings, Butterflies and new beginnings Gun under my tongue, Rubber like a frog My mind is in a fog Haven't bothered going on a walk To Trader Joe's but The anthem of my youth, A lost soul Another form of my love So what I wonder Put the gun up under my chin Rubber like a frog Blow my head off Just cause I didn't blow up Selfish cunt Big brother, Another hypnotist Little brother, Gotta love him Gotta love em For the Love of God I could stop for a moment Wash my mind out with soap Like I'm ten years younger, even Seriously 20 years between us, You can't even hide underwater In a bathtub Seriously, Someone help us For the love of God, for the love of Hollywood Seriously, Someone love us, For the love of God, For the love of Rockefeller Plaza Someone help us Another possible walk of stars A little shop of horrors Another whole story I get rid of my demons The hoes screamin I put semen in her Permanent like semen, Just keep dreamin I'mma just keep preaching SaMo, Brooklyn Europe Next I keep scheming Whoever you are; If you're a wreck— You need a check No respect, neglect Just cover your neck (I'm blind to my own design, sometimes) That's what the eye is Try this: Close your eyes and say thrice, kids I am the God of the eye, Osiris I am the Gid of the Eye, I'm Osiris I am the God, I walk amongst the highest Thoth, You lost Better just die and keep trying I am the God of the eye, I am (Try this) I am the God of the eye (I never due) I am the God of the eye (That's right, three times) I am the God of the eye No black and white television, In my dimension we pay attention to centrifugal, The mission isn't in materialism, Whatever your spending If money the God,l of your eye, Realize, I am higher My gunfire, Is right on the back of The one dollar I am the God of the eye I Am Your money is nothin to us We come in peace, To end suffering Pretty little nigga Look just like Kendrick Kickin it with jigga I'm the new hits boson Part of me never left Boston (Fuck Starr!) Part of me never left homeless This ain't my home It's my office You never heard this song You don't notice I'm an ugly kid, you don't notice me Rooftop smells like soy sauce On god I am ugly You don't notice -Atari the God Can we get back to this, please? Damn. She really whooped her ass, though. Janet, can I borrow you for a second? No. Please. [Whoopi Holdberg appears in the doorway, gesturing “c'mon”] …alright. I got convictions on my lips, I took a picture Turn the page The worst of all was, it really did seem like they were racists— INSOMNIAC EVENTS Not just racists— the most deadly kind of racists. WHITE SUPREMACISTS You really want it this way, don't you? No! I LOVE you! Oh, do you? If there's a mile in here, I swear to god.. Are you high enough yet? I thought so HIGHER! hire star* What. Just do it. You remember these guys, right? GOOD CANNABIS, FAIRBANKS, ALASKA No. Why are we back here. Alright, we might have fucked up. Why. This guy sucks. HEY. What. COME BACK TO ALASKA never that. WHAT, WHY NOT! GOD HATES FAGS!!! Well, you're wrong! WHITE POWER. Nah. ALL LIVES MATTER O rly? Even this guy? Literally every “NO” …so, all lives. Look, I don't care what color it is; I want that book in my library. GO TO THE LIVRARY. NO. GET IN HERE. NO AUBREY. STAY DEAD. She's dead, right? YOU CALLED ME HERE. I didn't! You Did. I did not, all i said was *swoons* …I love her. (I really do) WHAT?! “I Love you?!” It was more the *swoon* that did it. Disconnect. Fuck, I lost deadmau5 again What'd you do to him? Nothing! Put him back! He's still there! He's right there, you see him? No! This isn't deadmau5. We want deadmau5 bring him BACK. Fuck, I fucked up. What'd you do? …nothing? Pick up the phone Pick up the phone …hello? Who IS this? Fuck it, I quit. Man, God never puts my dishes back in the right place, like ever. I told you, I don't live here, I'm just… Babysitting. CC! What! CC! What? CC WHAT. Fuck, man. That was wild. Where the fuck have you been? I don't know. You don't know—you smell funny. “Funny” is that what that smell is? No. When were you? When? Ha. Did you—- Did I what? —did you go to a party without me? Lmfao fuck these niggaz. Why, what happened. What's this. Where was it?! Idlewild. “IdLeWiLd”?!?!? You. Old. One here and die, you know l It's cattle call for curtain calls guy Where did this go— What was this, once? It's the return Welcome to Oz This is the Tower of Babel Remember; I wrote that Better than the bottom, Still not the top —it's not as fast, when it's not going all the way up Did you jump yet Come around more Keep coughing Are you sure this is where it was or—? Somewhere else I stayed Back when I was homeless It's hopeless! We lost her Antenna, antenna SUPERMARKET I loved her —she was undercover —I'm still in your stirrups I'm lost in New York, then BACKFIRE Adele remix is on have a seat Can I go now? I still need a hat, a half dollar and an alter cloth You could win an award for this; I don't want an award, I just want my son back Motherhood, motherhood Brotherhood, brotherhood This isn't one of us! No one was No one was Can I go now? Where to? Home! Nope, that's just the office, I'm still homeless, unless I They got cabanas on top of offices! (The rich and the famous Networking and brunches— _this looks fun, doesn't it? I altered the course of history In brief exchanges and Various social atrocities This is hypocrisy! lol rly This is hypocrisy!! Hyper awareness and, psychic inclinations… You realize the more low quality people you let in The more low quality this country becomes, don't you? I put a roll in the back of the chosen ones. Used to be cast more, Now something seldom ever happens Such as this— A fun Fortune 500 What does that even mean Forbes. Look it up. What if the policy is Foreign; Look it up. I know enough about the girl next door to know Something is horrible, Something inside of her Rots at the core, Her obsession; My undeservedness of such, What she must, I mustn't, just Unjustice Broski, okay I got to discard All the pichardo Besides just this one (I'm standing on top of you) Put somebody worthy on the fourth floor Worse off, I was done for Before I got to New York What's her for?! I know enough about the man upstairs to know All these glares and “How dare you's” and Hatred says Why would you wait 30 years Until today, I guess Something is certainly off about her. I said yes. It was more probably something like “SUCK MY DICK” What. “YOU HEARD ME” Oh yes, I did. From 1990 to 1993 From 1990 To 1993 From 1990 To 1993 Stop breeding these things, “Love is familiarity” No Love is what you make it But you can't Because of slavery They don't make music —they don't make love either Well, look where your lust took you! Nowhere! Exactly! Look where your love took you: Vegas, Los Angeles, South of the Border Above it a New Yorker— Under budget, Celibate and My arms are too short to jump the turnstyle, Meanwhile My ex husband left permanent scars on My face My lips My arms My hands And my heart. Did you bite him? Of course I bit him, he was strangling me. You definitely won this fight. I know. Look, if I don't call for security, This bitch is gonna make me kill her. OCTOPUSSY NO. What. NO. Stankass. I will KILL this bitch. Look, I gotta get ahead in this. I need a WIN. These are customs. Trash. Wash your pussy. Send her back. Nah, you know what. Remove that hex. Wait, what, really?! Yeah, like; Reverse it. Woah. That's crazy. They got like….white slaves now. That's not right. What do you mean. That's not it. You said “reverse it” This is what the white supremacy just did to everyone else: [world in crisis except for for people who look like Kayla Lauren, to whom EVERYTHING is a fucking crisis, that isn't] BECKY/KAREN/WICKED WITCH OF WHITE AMERICA I AM OFFENDED I'm offended that you signed your like 12 year old daughter up to pose nearly nude, but— Hey look, it's us now; is this freedom?! Uh…. Why are all the female models like 12 and all the male models are fully grown men— Or women. Right. Idk. Wait, I do. You do?! Wait. Something tells me all the pedophiles and all the white supremacists are in the same group… Run the same businesses— Have the same families. This is disgusting Okay, this is gross That's not right ! That's not my job! Oh, it's not!!? NO. Who should I call That guy. So you want this? Oh, it's a death curse?! It will NEVER end. Wanna bet. I'll kill you and take the whole world with me. Now that's a threat. Thing is, I'm actually making it. I'm telling on you! Ok. Wait 30 years though so you look and sound REALLY fucking stupid. Ok. 30 YEARS. Doesn't make sense. What's the statute of limitations for— Hm. Depends. Depends on what. Who are you?! WHO ARE YOU?! NOBODY YOU SHOULD KNOW ABOUT THEN WHY DO I? wtf is this? This is Texas being petty. Ok, fuck ya‘lol YAW. I'm serious, wtf is wrong with you. Something. What. Fix me. Fix you. Hm. Ok. *COUGHING* Somethings wrong here. Yep, it's definitely some kind of FIX IT. Where's this ROCK? At the ROCK. Like, where tho?! Ur gonna need this. What. They r crucifying u. Noted. Hunts Point Food Distribution Cente Lmfao I need this word hold on eliminating redundancies, setting strict timelines, and allowing cases to proceed contemporaneously [ Finally, recognizing the danger that social media poses to young people and mental health, New York City Department of Health and Mental Hygiene Commissioner Dr. Ashwin Vasan today issued a Health Commissioner's Advisory identifying unfettered access to and use of social media as a public health hazard, just as past U.S. surgeons general have done with tobacco and firearms.] A win. I don't play dead. What do you call this: DIE! DIE, BITCH! Corrections. I still don't understand how this— ACID HAPPENS. Out of sight Out of mind So why these guys Tryna waste my time Tryna fuck with my mind with All these lights OH MY GOD I ain't got time for that Well, Maybe I do— I just Don't like NIGGAZ LIKE YOU. (Say what) I don't like Niggaz like U! I'm Sunnï Blū! You're stupid Oh, so he put a curse on sunni blu, too? Ok. Cool. When all my aliases come up This dumb motherfucking drunk Is gonna get stuck In his own woods He'll bury himself In the words that he left With the scars In the words that he left With the scars Sunni blu Is the sayer of stars I slaughtered them all Swallowed them whole Like a big black hole I'm a big black god I'm a big black God Fuck Twinkle that broad One punch girl One punch girl 5 punch faggot I'll unwrap flags on your Goddamn Fuck that Put a curse on my alter ego Lucky he's a he, tho I blow holes in em I blow smoke And love sausage I'm a hedon And he not a Hero He broke He lost I'm open Shirts vs skins I got 666 Curses to show you What your words did IM RA I'm a big black God You're at home with the young apostle Let's be honest He never even liked his father So turned him to a mother, Told his mother to run far, And bring back The life that I want I'm a big black God In light skinned clothing You don't know to explode Or explode on me Cause my mommy's a Dark skinned icon That my God Find something to pass the time, God Sunni with I, huh I won Fuck a pedophile wifebeater Bury him in the woods with his fury Fear me, now I'm coming up with reverse curses And cures Cause my words Bought the whole world Buried you in the woods I'll bury you in the woods, Bitch Very good I'm a big black God -Blū. GOD is the GOAT I just became god I do what I want I get what I want when I want it I don't want no problems Me myself and God only I buy everything I used to steal These tears in my heart say I'm healing What's the difference, anyway? I've never been fit for your interests, or industry Add insult to injury Add everything to my Amazon cart, then My sympathies Nothing is greater in heaven As it is in hell, for this industry Turned on its head And turned over from 7 to ten Check your messages, then Shut up kid, this doesn't involve you You're not included in the package Michael c hall and John c Riley reprise Mr. Cellophane in the style of DEXTER MORGAN. HA. Classic. GOT EM. V.O. I met her at The Jumping Point … Illegal immigration creates the need for inflation beyond the affordability of the average taxpayer, even earning income at a living wage or above median income; as a result, the American taxpayers are negatively affected by the per-person cost that each individual migrant—and each individual migrant child, which burdens the system with the responsibility of said costs—the housing, supplemental nutrition, and education falling onto the American taxpayer. With the world debt increasing due to the limited availability of resources and the increasing cost of living, continued inflation and diminishing energy resources, the mass migration of hundreds of thousands of undocumented illegal individuals seeking asylum should not have been allowed at all, and should be seen as a direct threat to the safety and security of the Nation, as the United States continues to struggle with China's economically strategic infiltration, limiting the ability of the United States to act due to its amount of debt alone. {Enter The Multiverse} “The Secret President” Each eligible male over the age of 18 seeking asylum or citezenship having moved to the country illegally should ideally be automatically drafted to serve under the Armed forces of the United Atates of America, after completing a health and safety evaluation—assuring each applicant for citezenship is a peaceful, law abiding citezen, employed and tax paying, does not burden the Human Services/Welfare system, and immidiately strengthens the ability of the United States to protect itself from hostile threat. Females and minors granted asylum will have to prove the conception of each minor child born in the United States occurred within the United States to ensure citezenship of said child or children born within the United States— children may no longer be used as a form of automatic citezenshio unless conceived within the United States. Oh yeah, in a perfect world. Look, Maria and her 6 kids should not be the responsibility of the working class taxpayers, and Carlito should not be the backbone foundation of his entire family by his automatic citizenship just by being born without a choice; this child, an infant, should not be used as a means of immigrating to the United States—this directly affects his quality of life and the wellbeing of others, and even his own ability to make decisions during his lifetime. I guess. Whatever. It costs less and adds more value to our National growth if instead of allowing what has happened to continue, we actually put these human beings into a better world by creating it for them, because of their inability to do it themselves— and giving them the ability to become higher thinking, well educated, healthy and productive human beings instead of glorified slaves, laborers, and baby machines that burden and congest literally every system we have. All the while knowing that in the right conditions, these children could become some of the brightest minds in our world. The problem is, these people are coming with nothing and expecting everything. Food, clothing, shelter — All because they've been programmed to believe that living in the United States offers something better— when in reality, this is a game of control, corporate slavery and greed— the ability to build and maintain wealth often overlooked by a corporate conglomerate to buy and sell what lies just out of reach of the true American laborers: the American dream, and the American lifestyle. Brand name clothes, cars, and shoes—oftentimes the intensity of needing to become the American standard of materialism often logistically outweighs the migrant's need to create independence outside of the system— a system which costs American m Born citezens what should be a birthright of affordability and growth, the maintenance of finances, and the adaptability of the American worker—when paying out of pocket for living expenses, education, and housing falls to the working class, almost a dying breed, as the increase of poverty of lower income Americans vanishes the lower and middle working classes. We simply cannot afford it. Stay in Mexico, wtf. Life is simple, the food is good— You don't need Nikes and an iPhone; But I get it— You see the music videos, The American tourists, The lifestyles of the rich and the famous And you think— You really think “That could be me. That could be us” The American Dream But freedom isn't free They're waging a war on everything that isn't The American doll— They only want the best of the best Of the most beautiful women— And nothing, And I mean nothing— And I mean nothing at all Is uglier than poverty— So, your chance of escaping this slavery, Is slim to none, Without selling your body, Your soul, And your mind Even as the most beautiful women of the world, Even yet unborn to become from the womb of your mother The hustle is real Enter The Multiverse} [The Festival Project.™] COPYRIGHT © THE FESTIVAL PROJECT 2019-2024 | THE COMPLEX COLLECTIVE. © ALL RIGHTS RESERVED. © -Ū. Love, Skrillex.
What the FUCK did you DO? What did I do?! You know what you did! I didn't do anything! Oh yeah? No! Not on purpose! GODDAMMIT, YOU SON OF A— Where's Jimmy Fallon?! What?! I don't know! Oh no. Oh shit, run. Oh no. What in the FUCK— I am “the fuck” You know what. I'm gonna sue the everliving shit out of you. For WHAT. We'll see. Fuck. Uh oh. FUCK. What now? What this time? Apparently, Jimmy Fallon is missing. What the fuck does that got to do with me. We'll see. Okay, great, Now finish that chapter. What fucking chapter?! All of it. That's—a lot. I want all of it. By my desk, by noon tomorrow. “By” your desk?! Yes, BY. Not ON. I've got too much stuff on my desk— …but it's…like 9 o clock. Should be easy, given your natural talents. What natural talents. PEACOCK. AHAHAHAHA. Okay. Well. Well what. This sucks. I lost all my coins. Hey. Ugh. You dropped this. So how was Los Angeles. What the fuck. You fucking DICK. I told you, I own shares in this. So what's the plan for this, exactly. I dunno, Harry. I got a book of stamps, And a yellow envelope marked “Jimmy Fallon” I will hate you forever. Well, that's retarded. I haven't even smited you yet. I will annihilate you, human. WHERE'S MY SHIT. Who the fuck are you, anyway? Nobody! No one. No one cares about this series, yo. I'l seriously doubt that, Jesse Pinkman. What is this stuff. It's your stuff. This is not what I ordered— Hey— Why is it BLUE Cause it is. So. WHY IN THE— Mischief managed. Alright. This should be good for the night, but we gotta get out of here by morning; I thought your parents owned this place. It's a time share! So? So it's like only —part of the time. That is stupid. No! You're stupid! You're the one who got us into this mess. It's your mess, I was just cleaning it up! Whatever! Stop trippin. Nobody's “tripping.” That's it. I'll be a stripper. Straight outta hell, that kid. Don't I know it. Alright, fine. I said, whatever you do— DONT watch this show. Stuff it, J. Slatts. I'll kill you with my eyeballs Sounds like a threat. Put on a lawsuit, then. Maybe I oughtta… —with a bow tie. You'll look so pretty. I thought I was already pretty. Uh huh. Yeah, look, so honestly I don't know if I'll ever be on the same vibration as like, Jimmy Fallon and them, ok? I don't know how I did it; I don't know what did it, It just happened and then— And then WHAT. It just—ended. Just like that. I'm not trying to offend anybody here. Just like that. Now, I ask: What are we going to do to sell you this dream? Doesnt matter what you do, I'll never believe it. Sure, fine; Don't believe it— We're gonna make you live it. Who the hell us “we” anyway? Now you're speaking in my cadence— Don't flatter yourself I like it. Too late, I guess. So, you see We're building Power triangles And love squares Power triangles And love squares Don't let it scare you, There's love there Don't let it scare you, There's love there Never fear where love has dared To call you up there Corrupt file—no fair. Don't be suprised even the odds seem to turn in your favor, I promise you; Nobody's ever ready For what has just happened here. WAKE UP, FUCKER. Ugh, I can't go through this again. So, I guess I'll have to erase, Or just secretly publish Everything I've ever written About my actual experience as a color, Just so that I can earn money As anything other than A slave— A maid, A housekeeper, A dog walker Or servitor So far under her, That I can't see far enough up to just Scratch the surface Her birthright: The entire network And mine, To sit under her, Wondering what the world would be like At the other end of the spectrum The word form of the White woman The wicked witch of all directions, In which I stand in; I'm at her mercy I've been abandoned before But this disservice, is, I'm afraid The best advice I can take is just To go straight to the bank with my angst and my hatred And shove it So here comes the nameless Face I love, Yet, The faceless God, Was Intoxicated, at best— Manipulation of the Mass Media I'm so Seriously jaded In this torture chamber In my corner office In this hall of racists, I claim, but if all is One in the same Then It's one in the same And I'm mainstream I'm famous If it's One in the same Then It's one in the same If it's One in the same Then I'm mainstream I'm so famous In a whole room full of humans I'm groomed to be useful for something, But what? It just hasn't come yet. I could sit down with a paper and pen, But I'm filling up all of my documents With hollandaise and God For what? It's just another song, or something Or something. It's just another — Goddamnit it, more coughs again. I told you not to watch this. Why do I taste pancakes? Maybe you're having a stroke again. Chyeah, a stroke of genius. I'll show you a stroke. Or don't. Well, there goes the captain. where is that scene, anyway? I don't know, I just wrote it. Great, she left the door open. She's got no furniture! It's a “dance floor” It's “the black box” she called it “the black box” Goddamn, do you listen to all her stuff? “Fear stimulates my imagination” Pilot ASOT Fuck man, What is a woman to a man, And an androgynous genius to The industry, or anyone at all If all are foes ans frauds All else is toxic! I woke up with one hand tucked behind my back Feeling dead drunk, I just woke up again But never fell asleep What world am I in? The end of the Dream sequence The end of the energy keeping me between three things: My past, My future And these prequels, Sequels And seeing arrangements And She's going crazy But nobody quite understands That these demons are chasing me saying “You deserved those hands in your face” The scratches on Kayla's back should have had me but I was too fat To find love again And still have something Wonderfully, undone And wrong with me Wrong with me enough to slam poetry So I'm guessing the white women I love beyond words and bounds are— In charge of whatever happens At the top of the rock; So I jumped off. I want to see someone suffer for all that I've done; No, that's dark, and karmic, you know— To go on like that; The confusions and refusal to accept that The album is called ChaosMagick, But the cover is more Urgent, A prose or a pawn of protection Against all the coughs And the reckless mismanagement The hands in my head And the eye on my scar And the lies on my heart So tell me, What happens When you're flying a kite with your heart, And it's broken? What happens to the kite , When you fly it with your heart And your art up in bundles— heartbroken, heartbroken So what come of Miss May, Come January? What come of Miss April By Next December what comes of the words I was saying For no one But everyone heard them And I've been gone Much longer than months, But still stocked up on all that I've wanted Or all that I got Or just, all that I love But got no undercovera to acknowledge no more How right I was Or how wrong I am What come of Miss June, when Miss January comes around? what come now, around August, Whe March is long forgotten? What comes of the drugs, Of the come ups, and come downs What comes of the process When nothing is served But the surf has come up Somewhere And I just can't love enough To go there I want to go to there I want to be that girl I want to sit at the top of the rock Writing songs, and sipping mock cocktails I want to Don't you know I just want to get back to Where I belong I'm so out of money and love That I want to be Under the train, When it's coming (Sometimes it's just the impulse that says “GO” Then the train starts to slow And my pain bubbles up into a numb, Dumb, crumbling cluster of poetry You know? Or you don't Cause you're all just on your phones Scrolling Some black man stands over me, Reminding me of why I never trust the ones Who want me most, Or just assume, By color code, That I belong to them I'm sorry, I just can't write with your arms around my neck like this Your heart around my arms like this It's so wholesome I had other verses but forgot them They took away my movies for the curses And the hexes That they put on me I said don't. And the king said “Heads will roll” Cause, you know; I've got parts for all of them now, The ones I'd forgotten But come from the catacombs, Back from the conduit You know, This is awful I had another one, But lost it. The king?! Which one. Teas I! No, it wasn't, It was Gían's father, From further off Should I call John back? Which one? Turns out, I love all of them— Turns out, I've got all of them In my college I taught them all to be someone Becoming of acknowledgement With nombres most common Juan, in subcultures, but Beyond that (Or above them) It's John, Or just Jonathan, Watch the ones who drop the consanant; They're always so troublesome, But I took them all up As understudies, Social Studies and some theatrics, Joan of Ark said Two more moments (Two more weeks in) I could have a body worthy Of a Grammy award, but — Would I be a writer then? Probably not, hon— Writers are Off a bit. If you were pretty, ever at all— would you have written this?! If I were pretty at all would there be reason to be this Conflicted? Some of those old New York hallways Haven't been painted In ages Since they made them Don't make that face at me I only dropped my key once On the fourth floor —they're horrible, you know To us, The “brothers” know no love They are destruction, speaking Of this, I got a cold heart. Cold like the robber Cold like the calling I've done in my corner office cold, like the jello mold forming a thought process Worthy enough I might love it like a husband We're re-evaluating your circumstances. Whatever the fuck that's supposed to mean. I've got friends at USPS What the fuck could that even account to. Look, I'm gonna have to give this some serious considerations. It's not that serious. It's not that serious. Of course it is! I'm up to my knees in investments! So?! I wade a waiste deep, Surely you can get by “Up to your knees” What exactly do you need? Money. And lots of it. I mean, from me. Money. Really? Leave me alone. I told you not to write this. You're a voice in my head; No, I'm the hand in your mailbox. What in the fuck do you believe in. I believe in everything! They said you were a genius; I didn't expect you to be —at the very least, lucid— *squints* learn some new vocabulary, okay? For what? Dinner. Maybe. We're still in the process of voting. She's crazy. We'd be crazy not to actually hire her. Her accounts are all practically open; We could just take it. Yeah, and when she kills herself, and there's no blood on our hands— There's nothing that can be done about the amount of this stuff that's already printed! Printed?! What?! You mean— She's published? Self-published. My, what a beautiful happenstance To have already had you And awakened atop mattresses Marked for my assassins hand— Polite, I lost you All of us, Atop the rock We stood and suffered Months beyond a montage, Undercover Love was lost, And all's uncertain The interception of God, At the cost of What terror and cutbacks Have caused us all What you lost was $50, a Hallmark Card, an Academy award, a long lost star's phone number, And all that you wanted, The cock of the gun Was the sound that you wondered What was called , then ran off into wonder. How am I gonna make money And become an award winning songwriter Music producer And multidisciplinary artist, Without all the funding it takes to get noviced Without taking clothes off Wake up 10 years younger I'm suffering My stomach was a rubber band My stomach was a rubber band My only song was Water I forgot to stop For the applause I drowned in all the love; right then and there I died of Lovenessness [The Festival Project] The sound and laughter of children play A baby in a basket The basket case at Trader Joe's Who know what happens It just doesn't pull my heartstrings any longer That my son belongs without his mother So I'd better have another This is us, come on. Don't do this to me. Don't do this, Timmy, you'll be sorry. Come on! We're not even in that movie! We are, though; it's still Listen, you've got the right guy for this. Are you sure. Yeah, I promise. Officers, Stop for a *movement [hot cops flash dance number] Fuck, well, that was all wrong. But worth it! What I meant was— God, this show gets good at 31, But I'm only 22, So I guess I'll know how wrong the war was Once we've lost it, Cause imm a man now The episode is over, Soon comes the next episode With snoop dogg, Or not That was our wedding album. Scatterbrained, and pregnant— There she was just putting all the things together That she needed to be Needed To be needed. There she was, All on 4/20 Trying not to do the wrong thing, But what was it? To be loved. Then, There she was at 21 just going off again At some event— A friend, and her Back then could not imagine They'd become him To be someone. Not as one, But of entirely another World apart, aside from Cyclones into snow cones Turns the watchers into artists All their own, And off my own accord Or own account Or done with boredom Dove soap Open doors And clocks that turn the other hand away, Each day you love Manhattan But can't have that. That's it— This is just Season 1 of Mad Men WHERE THE FUCK IS— [she throws her hands above her head in surrender] I don't KNOW! Oh, you're a girl now?! I guess! What's with those pants, then? To hide the assets! What assets?! You look tragic. I'm going for ‘skeleton' to match all your wives and everybody else on the red carpet Who said you get the red carpet? Manhattan. That guy lies! Well how about this: The walk of stars were carved out in blocks of marble All in my honor. 1000/1 You're our God, now. What! I don't want to be God! SUCK IT UP. YOU WON. I don't wanna! Yaaaaaaayyy. You got the award! All the awards! Speech! Speech! SUNNI BLŪ Uh—- I'm drunk, And there's nothing on the teleprompter [a man in the audience coughs] A-HEM. [Sunni Blū immidiateky shoots the coughing man] [multi-camera shots of celebrity audience reactions; laughing, clapping in hilarity as if someone hasn't just died] TAYLOR SWIFT (unmoved at all) SUNNÏ BLŪ I don't know why you're laughing. That was awful. That guy died [audience is insane, super fake as usual] [more cut takes] SUNNÏ BLŪ It should have been you, Taylor. TAYLOR SWIFT (Still unaffected) SUNNI BLU Anyway. I'd like to thank the academy… Cause I am the academy [Audience is celebrities being celebrities] SUNNI BLU You guys are all idiots: I'm a go f*ck myself— And anyone else who wants to show up At my afterparty. Whatever. Peace. [cheesy academy award music plays—Sunnï knocks over the mic, peaces out obnoxiously; the audience cheers wildly and the host returns to the stage.] Who's the host? Whatever. Hey, better than nothin. You're telling me. yeah. I know: Oh, she's a comic? Yeah. I got it. BOB SAGET Ooh, that's good. Ū No—no my God. No Bob Saget, stop it! Wait, Bob Saget is dead right? Last I recall: Fuck—FUCK! Dammit. Dammit, dammit. Okay, Rue— you're up. Rue, what in the— Shhhh, don't let them know I'm in here! Oh, wait— It's me, Blanche. That's hot. I'm a debutant. My god, you're so young. Here, take this, What's that, You'll need that. V.O. I'm being hunted by the ghost of Bob Saget. *haunted. No, hunted! There she is! Grab her! Ooh, Bob Saget. Why, yes. How old are you? Not dead yet! You don't have to kidnap me, I'll happily go with you, sir. Really? Yes. GET IN THE— NOH, GET IN THE VAN. INT. IN THE VAN. [a bunch of hot male celebrities are in the van] Oh. Okay. Wow. That was easy. What is it, Friday. It's Friday and a half. Friday.5 What. There's a Friday movie between 1 and 2 So I guess this is season 8.5 I guess this is season 8.5 HEY, GET BACK HERE. What is this. It's your lunch. I don't want this. Well, okay. What— is this strange music— They call it dubstep Come on, Jimmy, you're slipping Kimmel, cause Fallon is dead or presumed missing Probably Skrillex Probably a bounty on his head, Dog willing The Festival Priojects Inclement Infinite Is coming up next, on Legends Come on Jim, KEEP UP. Nobody can know about this, okay? Wait, where's Kimmel Okay, I got O'Brien— Black Irish Bastard… Alright, Alec Baldwin is a little tied up, right now, but LEMON, Fuck. That's l—future me. What?! I gotta go, okay?! What? Go where. Let's get DRUNK. No, That's—I got a show tonight What?! Look at my lexicon. Your—what, Meet me on Lexington. Oh, this pussy is finished! I got it, I got it! He's LENNONNNNN!! JOHN LENNON Fuck. Look, I gotta go. John Lennon?! You're dead! Funny, I thought not. Watch this. MOOOOOOOOOOOM. Fuck, What, It's my kid. I gotta go. Wait, you have kids?! Well, I just had you, didn't I? “The mayor” is a secret underground rap star lol #trappin Okay, What's else happened Idk hold on Okay, So whats the sauce on this sandwich. Oh. Jeez, this again. That *sandwhich? Hah. There's no sauce on that sandwhich. —there's not!? No: You see. It's very simple. WAKE UP, YOU'RE A ROCKSTAR. we gotta take the train. The train?! NO. NOTTHETRAIN. NO. Man, fuck the train! [SUNNI BLŪ wakes up on the train.] What's this, the train? [is the train] (Angrily, tossing newspaper) Man, FUCK the train! Other hobo: Aww, thanks, I need that for my— [s/he snatches back the paper]. Wait! I need that back—what day is it? [drunkenly illegible gibberish turns into perfect Hebrew] GODDAMMIT, it's Shabbat; I gotta get to Temple. [s/he shoves the newspaper back into the hobo's lap] Here. Oh no, I thought I couldn't forget RABI FUCK _]€_# WHAT WAS IT GODDAMIT IT WAS SO CLEVER. God So it was… What did you do with it? Do with what My idea what idea My—my rabbi joke— What rabbi joke you know what rabbi joke! You were the one who gave it to me. Oh, did I? YES, SATAN, JESUS. GOD Ohh, Satan-Jesus. I like that one. NO— it was— It was much better than that, it was— It was funny. Oh, it was? YES. —did you write it down? Fuck, I realize I just opened a A FUCK PORTAL. OHH, GET IN IT, GET INSIDE. I had an Artemis in my pocket But I lost him Walked away from the cornermarker And the cornerstone, for the sunset I wonder if songs always come When I'm walking, Or God makes us promises, For world of I'm not JB, I'm KG, Can you see me now? If you could see what I see, We'd be even wtf did I just write this And not realize I just wrote this Yeah. That shit happens to me all the time. WHAT. ALL THE TKMEx Shut up, THE ANDRE3K CHARADES GAME is getting intense. What in the FUCK is that. *flutes* Ohh. And KITES. yyyyyYYYYYYYAAAAAHHH—— GODDAMMIT. I can't see really, I just dream I'm not thinking, I'm dancing This is what you asked for Exactly what you asked for For once, I'm finally glad I have your eyes on My friend I can see you all on the horizon, Singing NO, NO MORE MUSICALS!! Jimmy, what did you do?! I don't know what I did! You lyin bastard. I'm not lying! So, where ya from? —I don't know where I'm from. Listen, I'm gonna need you SHUT UP, JUST SHUT UP. It seems like these scenes are getting shorter. I'm bored with this. Ok. Let's do something else. I fuckin hate you. I hate you. I fuckin hate you. 88. Oh no: 8 Wait, what the— *dolphin* WOAH, okay: Oh, no. No, No, no OHNONO. I told you I'd find him. Anyway. Seems like there's something more important I should be doing. Are you sure this is the right place. Right place. Right time. Fuck— FUCK. What, what happened. I lost my— SKRILLEX! No. SKRILLEX. NO, NO— SKR— I swear to God, Google knows everything. Google don't know shit about SHIT. I gotta lose m 39 lbs. For what. MADONNA DO IT FOR THE BANANAS. I hate— you. COME ON, MISTER. Fuck off, Madonna, I'M A GOD. I miss Beyoncé. That's not relevant. Beyoncé is relevant to everything. *smacks* QUIT FANGIRLING. Trust me, I hate you. I don't trust you, but I believe you. I got it. I hate this place. Holy shit. What. I developed a new phobia. What's that mean?! I don't know, I can probably use it in a fight or something. For what. SPECIAL ABILITY UNLOCKED. I see you looking over my shoulder I see the shadows, I try not to jump at em. I spent six months in a coffin, you know I spent my life a sarcophagus (Wow, I got it right.) Try not to mutter those haunts in a hospital Try to recover from trauma Uncovered post traumatics, Anxiety attacks and a lot of those— What do you call them? A flashback. Here goes one: SONNY MOORE aka SKRILLEX appears. I told you not to— But I did! I didn't mean to! But you did! This is ludachris! Oh look, it's— Fuck. God dammit. Come on! What's his name!? What's his name?! I'll think abo it it. Are you serious? Another shapeshifter? Yes, I guess welll just have to kill them all, then. I just want to go home. You don't have one. …oh. So here we have. Okay, wait a second. I wasn't faking my symptoms at all, actually. My heart had dropped, and been pounding and fluttering insessantly— It had been a hard week, but especially the last three days; The coughing—. Everyone seemed to be wearing clothing with stars or bears on it, Champion sportswear. I fucking hate champion sportswear. But the palpitations were real as ever— and now— On a Saturday night in the Jamaica, Queens medical center emergency room, There they were again. Only this time I knew exactly why. ‘Too Bizzare' by Skrillex begins to play, via Complications 003- The Trauma Method. Irony. It was ironic, but still startling, Started with some nostalgic traumas, Every other time I saw an ER doctor (Why I don't go) Fuck, I just realized I have to airdrop myself 880 times. That fucking sucks. Did you say you were a doctor? I was, once. When is “once” At some point. Listen, I'm gonna need you to backtrack to get to the bottom of this. I'm innocent, I promise! We caught you at 27 different angles doing this. Oh. [beat] I plead the 5th. Ohh. Cerulean. My favorite. c R A Y On Oh, I get it, I L L U M I N A T U S. Nice, it worked. I know everything about you. So you do. [beat] You're a God. What the fuck do you want from me. Listen. I. Am not. A God, Right. That's exactly what a God would say. No they wouldn't! Because a God wouldn't say anything! AHA. Don't ‘AHA' ME. I don't mind, at all It don't matter— to me I don't mind, at all It don't matter—to me Might as well not think about it The space between us Might as well just stay awake then No sense in leaving Just to come back It don't matter to me, now Now and again I go crazy just making arrangements, But besides that, If you like it, you should have it It's a long road, As Kaskade says, And a short dance, With the right one And time goes by I would call it mild, But actually I'm in a wild panic It might be a heart attack I just might even Die right here But I don't mind, at all It don't matter—to me I don't mind—at all It don't matter to me, I said I don't mind, at all, now It really don't matter to me I said, I don't mind, at all It really don't matter to anyone Now does it (Not it doesn') I don't mind, at all It don't matter— to me I don't mind, at all It don't matter—to me Might as well not think about it The space between us Might as well just stay awake then No sense in leaving Just to come back Palpitations and precipitations at the pulpit Preacher, please don't make me a culprit I been prayin— I been paying my tithes, 10% Even, Now 25, Almost half of me is not mine! Why try? I've been walking out, in straight lines I been crying silently It ain't right I been making most of my nights Sometimes I see sun come up twice Up, down up 10 degrees, It ain't right Up down up 33, it ain't right Up, down, up I've been spending my time Down, up, down Riding round, Trying not to down in my mind Up, down up What is this. It's my project. What is it? The Festival Project. Yeah but—what— What. Is it? …it's my project. *painfully infuriated* Okay, enter here. EXAM ROOM 10 Why exam room 10? Because. Where are the other nine? Just—get in. I'm not going in there! JUST GET IN. UGH. DEADMAU5 (head and all) stands at a tall podium in the center of the room) What is this, This is deadmau5. I know that. —-!!! —?!? What. !!! What? This is the exam? Yes! NO. What is “no”. I'm not playing for deadmau5. That's the exam. Then I fail! Automatic Fail? yes. Automatic fail. Then you win. What. *slams gavel* Congratulations—you're the next superstar DJ. WhY. . What. Woohoo! I just retired! DEADMAU5 exits. … … After a few moments of comic tension, the Deadmau5 head rolls back in through the exit which he has taken. Ugh. Fuck this. No matter what you do, you're a superstar DJ. What. No! Yes. The answer is yes. NO. Fuck. What the FUCK. No matter what you do. You want to go, Go, you want to die, Die, you want to try, try You want to cry, cry Do what you want; As so will I, Demand is demand— Supply is supply. EDX So then, I followed this long hallway under the stage deck. Uh huh. And it led to a door— Uhhuh, where'd the door lead? To a portal. Woah. Pasqualle! You made it! I—yes. Congratulations! *blows party horn* *Daisies/ confetti* You're like 25! I'll be 25 forever. Nice! Yeah. I guess that's why it's called ‘music'—a musician without muses is just useless. ‘Well, whose next?' I wondered. All of my muses were not just so wonderful to me, but adored by many—and perhaps this is what allured me most—beffldled ans confounded me; once my mind was set on somehh th int, there was nothing else its eye could see—and for how long one God could only know, how deep the love would go and that the blood would run deep, and the scars to show for it, only upon my heart and never by soul—for a love was a love, and even once came and gone, to the end of my life I knew I would still ponder upon them, at one time or another, my muses—star studded lovers, rather than crossed, shiny and golden like all diamond and trophies so treasured and thought of as precious. ‘Yes, you are—precious.' Another tongue in cheek thought, for the other that I was, and also was not, as summer drew onward as short as it would come and go—a reminder to leave the apartment more often, and to mind my manners, to find the upper echelon wherever it was and come quietly into its doors, to open my world and wordform of thought, into a place where my heart always was; then, and only then, would I be home. Amongst the men and women of the uppercut and classy, luxurious big fishing ponds and flocks of doves upon olive branches—the peaceful world long parted from where mine was, by only the fault of my own. What had been done just certainly was, and yet, what was to come was an open poem, not of mine, but Godform in thought. ‘I wonder what's at the top of Rockefeller Plaza.' —perhaps, a gander at the bottom of an even larger entertainment complex. Then, again, only God would know what was beyond all that I wanted; a job—and not just any job at all— the one that I had always wanted. Mmm. Birthday cake. Suddenly the taste of a white confetti crème filled my mouth with a delicious remnince of what it might be like to taste a confectionary sugar again—but i couldn't imagine ever making it just on talent and charisma alone—no. Indeed, it seemed something had damaged my charm, and perhaps it was just the swarms and droves of phone controlled masses that saw me as nothing more than dust, I had started to surrender my desire to perform, and the quality of my music—along with my ability to make it, suffered with the awful thing that had been crowding my soul at all—whatever it was, evil and dark in nature, sure saw to it that it wanted to hurt me in all the ways that it could—and in all the ways it could not, I stayed away from most others, favoring my delisuins of love. ‘Nobody seems to understand that the pain they cause will only harm themselves.', I thought Younger souls, however, they were—and they would be kept in the pain that I was in one way or another until eventual death, far behind me on the infinite road to the source. Far enough behind, that it seeker to destroy my progress, and for all that it could, it also couldn't. The infliction of pain would simply not act as a measure for control any longer. Of into my own world, where I was at least free from the thoughts and judgement of others. She's the most beautiful girl, And I'm the most beautiful boy; So naturally, we belong together, don't we? I see a pretty picture, Picket fences and a family Golden Retrievers Someone reliever her; She doesn't believe me TV dreams and exquisite pretty people Burning candles, fire flames and frequent figures, Guest characters and cameos, Repeat offenders, multiple appearances Suddenly, really, it's another need People, people pleasers Audience affection, Tragic endings, Butterflies and new beginnings Gun under my tongue, Rubber like a frog My mind is in a fog Haven't bothered going on a walk To Trader Joe's but The anthem of my youth, A lost soul Another form of my love So what I wonder Put the gun up under my chin Rubber like a frog Blow my head off Just cause I didn't blow up Selfish cunt Big brother, Another hypnotist Little brother, Gotta love him Gotta love em For the Love of God I could stop for a moment Wash my mind out with soap Like I'm ten years younger, even Seriously 20 years between us, You can't even hide underwater In a bathtub Seriously, Someone help us For the love of God, for the love of Hollywood Seriously, Someone love us, For the love of God, For the love of Rockefeller Plaza Someone help us Another possible walk of stars A little shop of horrors Another whole story I get rid of my demons The hoes screamin I put semen in her Permanent like semen, Just keep dreamin I'mma just keep preaching SaMo, Brooklyn Europe Next I keep scheming Whoever you are; If you're a wreck— You need a check No respect, neglect Just cover your neck (I'm blind to my own design, sometimes) That's what the eye is Try this: Close your eyes and say thrice, kids I am the God of the eye, Osiris I am the Gid of the Eye, I'm Osiris I am the God, I walk amongst the highest Thoth, You lost Better just die and keep trying I am the God of the eye, I am (Try this) I am the God of the eye (I never due) I am the God of the eye (That's right, three times) I am the God of the eye No black and white television, In my dimension we pay attention to centrifugal, The mission isn't in materialism, Whatever your spending If money the God,l of your eye, Realize, I am higher My gunfire, Is right on the back of The one dollar I am the God of the eye I Am Your money is nothin to us We come in peace, To end suffering Pretty little nigga Look just like Kendrick Kickin it with jigga I'm the new hits boson Part of me never left Boston (Fuck Starr!) Part of me never left homeless This ain't my home It's my office You never heard this song You don't notice I'm an ugly kid, you don't notice me Rooftop smells like soy sauce On god I am ugly You don't notice -Atari the God Can we get back to this, please? Damn. She really whooped her ass, though. Janet, can I borrow you for a second? No. Please. [Whoopi Holdberg appears in the doorway, gesturing “c'mon”] …alright. I got convictions on my lips, I took a picture Turn the page The worst of all was, it really did seem like they were racists— INSOMNIAC EVENTS Not just racists— the most deadly kind of racists. WHITE SUPREMACISTS You really want it this way, don't you? No! I LOVE you! Oh, do you? If there's a mile in here, I swear to god.. Are you high enough yet? I thought so HIGHER! hire star* What. Just do it. You remember these guys, right? GOOD CANNABIS, FAIRBANKS, ALASKA No. Why are we back here. Alright, we might have fucked up. Why. This guy sucks. HEY. What. COME BACK TO ALASKA never that. WHAT, WHY NOT! GOD HATES FAGS!!! Well, you're wrong! WHITE POWER. Nah. ALL LIVES MATTER O rly? Even this guy? Literally every “NO” …so, all lives. Look, I don't care what color it is; I want that book in my library. GO TO THE LIVRARY. NO. GET IN HERE. NO AUBREY. STAY DEAD. She's dead, right? YOU CALLED ME HERE. I didn't! You Did. I did not, all i said was *swoons* …I love her. (I really do) WHAT?! “I Love you?!” It was more the *swoon* that did it. Disconnect. Fuck, I lost deadmau5 again What'd you do to him? Nothing! Put him back! He's still there! He's right there, you see him? No! This isn't deadmau5. We want deadmau5 bring him BACK. Fuck, I fucked up. What'd you do? …nothing? Pick up the phone Pick up the phone …hello? Who IS this? Fuck it, I quit. Man, God never puts my dishes back in the right place, like ever. I told you, I don't live here, I'm just… Babysitting. CC! What! CC! What? CC WHAT. Fuck, man. That was wild. Where the fuck have you been? I don't know. You don't know—you smell funny. “Funny” is that what that smell is? No. When were you? When? Ha. Did you—- Did I what? —did you go to a party without me? Lmfao fuck these niggaz. Why, what happened. What's this. Where was it?! Idlewild. “IdLeWiLd”?!?!? You. Old. One here and die, you know l It's cattle call for curtain calls guy Where did this go— What was this, once? It's the return Welcome to Oz This is the Tower of Babel Remember; I wrote that Better than the bottom, Still not the top —it's not as fast, when it's not going all the way up Did you jump yet Come around more Keep coughing Are you sure this is where it was or—? Somewhere else I stayed Back when I was homeless It's hopeless! We lost her Antenna, antenna SUPERMARKET I loved her —she was undercover —I'm still in your stirrups I'm lost in New York, then BACKFIRE Adele remix is on have a seat Can I go now? I still need a hat, a half dollar and an alter cloth You could win an award for this; I don't want an award, I just want my son back Motherhood, motherhood Brotherhood, brotherhood This isn't one of us! No one was No one was Can I go now? Where to? Home! Nope, that's just the office, I'm still homeless, unless I They got cabanas on top of offices! (The rich and the famous Networking and brunches— _this looks fun, doesn't it? I altered the course of history In brief exchanges and Various social atrocities This is hypocrisy! lol rly This is hypocrisy!! Hyper awareness and, psychic inclinations… You realize the more low quality people you let in The more low quality this country becomes, don't you? I put a roll in the back of the chosen ones. Used to be cast more, Now something seldom ever happens Such as this— A fun Fortune 500 What does that even mean Forbes. Look it up. What if the policy is Foreign; Look it up. I know enough about the girl next door to know Something is horrible, Something inside of her Rots at the core, Her obsession; My undeservedness of such, What she must, I mustn't, just Unjustice Broski, okay I got to discard All the pichardo Besides just this one (I'm standing on top of you) Put somebody worthy on the fourth floor Worse off, I was done for Before I got to New York What's her for?! I know enough about the man upstairs to know All these glares and “How dare you's” and Hatred says Why would you wait 30 years Until today, I guess Something is certainly off about her. I said yes. It was more probably something like “SUCK MY DICK” What. “YOU HEARD ME” Oh yes, I did. From 1990 to 1993 From 1990 To 1993 From 1990 To 1993 Stop breeding these things, “Love is familiarity” No Love is what you make it But you can't Because of slavery They don't make music —they don't make love either Well, look where your lust took you! Nowhere! Exactly! Look where your love took you: Vegas, Los Angeles, South of the Border Above it a New Yorker— Under budget, Celibate and My arms are too short to jump the turnstyle, Meanwhile My ex husband left permanent scars on My face My lips My arms My hands And my heart. Did you bite him? Of course I bit him, he was strangling me. You definitely won this fight. I know. Look, if I don't call for security, This bitch is gonna make me kill her. OCTOPUSSY NO. What. NO. Stankass. I will KILL this bitch. Look, I gotta get ahead in this. I need a WIN. These are customs. Trash. Wash your pussy. Send her back. Nah, you know what. Remove that hex. Wait, what, really?! Yeah, like; Reverse it. Woah. That's crazy. They got like….white slaves now. That's not right. What do you mean. That's not it. You said “reverse it” This is what the white supremacy just did to everyone else: [world in crisis except for for people who look like Kayla Lauren, to whom EVERYTHING is a fucking crisis, that isn't] BECKY/KAREN/WICKED WITCH OF WHITE AMERICA I AM OFFENDED I'm offended that you signed your like 12 year old daughter up to pose nearly nude, but— Hey look, it's us now; is this freedom?! Uh…. Why are all the female models like 12 and all the male models are fully grown men— Or women. Right. Idk. Wait, I do. You do?! Wait. Something tells me all the pedophiles and all the white supremacists are in the same group… Run the same businesses— Have the same families. This is disgusting Okay, this is gross That's not right ! That's not my job! Oh, it's not!!? NO. Who should I call That guy. So you want this? Oh, it's a death curse?! It will NEVER end. Wanna bet. I'll kill you and take the whole world with me. Now that's a threat. Thing is, I'm actually making it. I'm telling on you! Ok. Wait 30 years though so you look and sound REALLY fucking stupid. Ok. 30 YEARS. Doesn't make sense. What's the statute of limitations for— Hm. Depends. Depends on what. Who are you?! WHO ARE YOU?! NOBODY YOU SHOULD KNOW ABOUT THEN WHY DO I? wtf is this? This is Texas being petty. Ok, fuck ya‘lol YAW. I'm serious, wtf is wrong with you. Something. What. Fix me. Fix you. Hm. Ok. *COUGHING* Somethings wrong here. Yep, it's definitely some kind of FIX IT. Where's this ROCK? At the ROCK. Like, where tho?! Ur gonna need this. What. They r crucifying u. Noted. Hunts Point Food Distribution Cente Lmfao I need this word hold on eliminating redundancies, setting strict timelines, and allowing cases to proceed contemporaneously [ Finally, recognizing the danger that social media poses to young people and mental health, New York City Department of Health and Mental Hygiene Commissioner Dr. Ashwin Vasan today issued a Health Commissioner's Advisory identifying unfettered access to and use of social media as a public health hazard, just as past U.S. surgeons general have done with tobacco and firearms.] A win. I don't play dead. What do you call this: DIE! DIE, BITCH! Corrections. I still don't understand how this— ACID HAPPENS. Out of sight Out of mind So why these guys Tryna waste my time Tryna fuck with my mind with All these lights OH MY GOD I ain't got time for that Well, Maybe I do— I just Don't like NIGGAZ LIKE YOU. (Say what) I don't like Niggaz like U! I'm Sunnï Blū! You're stupid Oh, so he put a curse on sunni blu, too? Ok. Cool. When all my aliases come up This dumb motherfucking drunk Is gonna get stuck In his own woods He'll bury himself In the words that he left With the scars In the words that he left With the scars Sunni blu Is the sayer of stars I slaughtered them all Swallowed them whole Like a big black hole I'm a big black god I'm a big black God Fuck Twinkle that broad One punch girl One punch girl 5 punch faggot I'll unwrap flags on your Goddamn Fuck that Put a curse on my alter ego Lucky he's a he, tho I blow holes in em I blow smoke And love sausage I'm a hedon And he not a Hero He broke He lost I'm open Shirts vs skins I got 666 Curses to show you What your words did IM RA I'm a big black God You're at home with the young apostle Let's be honest He never even liked his father So turned him to a mother, Told his mother to run far, And bring back The life that I want I'm a big black God In light skinned clothing You don't know to explode Or explode on me Cause my mommy's a Dark skinned icon That my God Find something to pass the time, God Sunni with I, huh I won Fuck a pedophile wifebeater Bury him in the woods with his fury Fear me, now I'm coming up with reverse curses And cures Cause my words Bought the whole world Buried you in the woods I'll bury you in the woods, Bitch Very good I'm a big black God -Blū. GOD is the GOAT I just became god I do what I want I get what I want when I want it I don't want no problems Me myself and God only I buy everything I used to steal These tears in my heart say I'm healing What's the difference, anyway? I've never been fit for your interests, or industry Add insult to injury Add everything to my Amazon cart, then My sympathies Nothing is greater in heaven As it is in hell, for this industry Turned on its head And turned over from 7 to ten Check your messages, then Shut up kid, this doesn't involve you You're not included in the package Michael c hall and John c Riley reprise Mr. Cellophane in the style of DEXTER MORGAN. HA. Classic. GOT EM. V.O. I met her at The Jumping Point {Enter The Multiverse} [The Festival Project.™] COPYRIGHT © THE FESTIVAL PROJECT 2019-2024 | THE COMPLEX COLLECTIVE. © ALL RIGHTS RESERVED. © -Ū.
Reading God's word should leave a powerful impact on your life that changes you for the better! Join Phelicia DeRosier, and Cross DeRosier while we study the Gospel of John! This week, We will talk about prayer, wine and approaching Gid with Boldness! You won't want to miss it!
This week on The Changed Life, Pastor Bobby joins Pastor Ken to discuss and further dissect Sunday's installment of our current sermon series Gid in Trial, "God's Word." If you haven't already, make sure to watch Pastor Bobby's message here: https://youtu.be/F5ZWA3qRIwcPastor Bobby's Book Recommendations: Jesus and the Eyewitnesses by Richard BauckhamThe Biblical Canon by Lee Martin McdonaldPastor Ken's Book Recommendations: Can We Still Believe the Bible by Craig BlombergLove Your God With All Your Mind by J.P. Moreland
"But do these treatments work? Lawrence Mayer and Paul McHugh write 'Adolescents with gender identity disorder have poor anxiety tolerance. Seeking sex reassignment surgery is a defensive solution and a mechanism for control of anxiety. The thought of not having a solution for their distress increases their anxiety, thus making it very difficult to achieve a therapeutic alliance.' Basically, this means, according to their analysis, that giving adolescents a sex change doesn't actually treat their underlying anxieties or depression, rather it sweeps their emotional distress under the rug by providing a temporary bandage that makes them FEEL like they are in control." Studies Mentioned: Alexander Danvers, “Serotonin Imbalance Found Not to Be Linked to Depression,” https://www.psychologytoday.com/us/blog/how-do-you-know/202207/serotonin-imbalance-found-not-be-linked-depression#:~:text=New%20research%2C%20reviewing%20huge%20bodies,SSRIs%2C%20remain%20an%20effective%20treatment. Darlynne Gehring and Gail Knudson, “Prevalence of Childhood Trauma in a Clinical Population of Transsexual People,” https://psycnet.apa.org/record/2005-05206-002 Kenneth Zucker and Susan Bradley, “Gender Identity Disorder and Psychological Problems in Children and Adolescents,” https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2697020/#:~:text=Gender%20identity%20disorders%20(GID)%20can,clinical%20course%20is%20highly%20variable. Lawrence Mayer and Paul McHugh, “Sexuality and Gender: Findings from the Biological, Psychological, and Social Sciences,” https://www.thenewatlantis.com/publications/executive-summary-sexuality-and-gender Lawrence Mayer and Paul McHugh, “Sexuality and Gender: Findings from the Biological, Psychological, and Social Sciences,” https://www.thenewatlantis.com/publications/executive-summary-sexuality-and-gender Paul McHugh, “Transgenderism: A Pathogenic Meme,” https://www.thepublicdiscourse.com/2015/06/15145/ Giulia Giacomelli, “Bone Health in Transgenderism: A Review,” https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9150228/ Janella Hudson, Leena Nahata, Elizabeth Dietz, and Gwendolyn P. Quinn, “Fertility Counseling for Transgender AYAs” https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5979264/#:~:text=Cross%2Dsex%20hormones%20have%20many,which%20can%20lead%20to%20azoospermia. Jennifer Block, “Gender dysphoria in young people is rising—and so is professional disagreement,” https://www.bmj.com/content/380/bmj.p382
How can we transition to a world that feels better? Well Kelly Krezek is putting her hands in the soil with her team and they are making this happen! They are providing master planning services to eco villages and developing support for project management from pre development all the way into implementation. Combining the practicalities of finance and real estate allows communities like these to be funded and born so that communities can thrive together! BIO: Kelly Krezek has 12 years of experience in financial planning, real estate investing, and sustainable community development. She has traveled to over 60 eco-communities across 7 countries and 3 continents and she has worked on 16 sustainable real estate development projects ranging from $5M to $400M in size. Kelly personally has raised millions of dollars for real estate projects and is currently working on multiple regenerative development projects in Costa Rica. Kelly Krezek is the Founder CEO of New Earth Development, a regenerative real estate development company. She has 12 years of experience in financial planning, real estate investing, project management, and sustainable development. As a real estate investor, Kelly co-founded a real estate group with over 1000 members and spoke on stages with top real estate professionals in Sacramento, CA. She also trained and managed a team of over 200 real estate investors. She owned and managed multiple fix and flip properties and rentals at once, running large teams of contractors, architects, and other experts. She has incorporated best practices for environmental, social and governance structures as a Sustainability Consultant for large commercial real estate companies such as Howard Hughes, GID, PGIM, and Jamestown with diverse portfolios of multi-family, office, and industrial buildings, with over $100 Billion in assets under management. As Founder and CEO of New Earth Development, Kelly specializes in creating environments that allow humanity to thrive and live harmoniously with nature, each other, and the planet. She uses permaculture principles to create homes with renewable energy, clean water, food forests, recycled and low-consumption water systems, zero-waste systems, and regenerative materials that will last hundreds of years. Through traveling to over 60 eco-communities across 7 countries and 3 continents, she gained a broad perspective of the best cutting-edge sustainable practices and technologies to provide solutions to global issues. During this time, close partnerships were developed with many founders of eco-resorts and communities which expanded her network to include the brightest minds in decentralized currency and economic models, co-governance models, clean and efficient transportation, holistic health care, and experiential education systems that integrate collective individual expression and personal development. Kelly has worked on over 16 sustainable real estate development projects ranging from $5M to $400M in size including eco-smart city plans, sustainable retreat center developments, community and building designs across California, Arizona, Florida, Texas, Mexico, Costa Rica, Nicaragua and Thailand. She is now working on multiple development projects in Costa Rica and has built a model for regenerative development for many different locations and cultures, which she shares in her online regenerative development program. Social Links: Kelly Krezek: https://www.facebook.com/kkrezek/ https://www.linkedin.com/in/kellykrezek/ https://www.instagram.com/kellykrezek/ New Earth Development: https://www.instagram.com/newearthdevelopment/ https://www.facebook.com/newearthdevelopment.org https://www.linkedin.com/company/new-earth-development Website: www.newearthdevelopment.org Free Masterclass: www.newearthdevelopment.org/freemasterclass Interviewed by Maddie Mackey @mediaontherise --- Support this podcast: https://podcasters.spotify.com/pod/show/maddiemackey/support
We mostly focus on the "moments" in life, forgetting the "ordinary" days that lead to those days. Everything that seems as though Gid just did sporadically is well planned orchestrated years before. Ours is to number our day and apply our hearts to wisdom in anticipation of the fullness of time for the manifestation of His generosity to us.
Show notes will be posted upon receipt.
In Episode 102 of the Get It Done Podcast, host Jimi Ryan welcomes "The Real" Brad Lea, CEO of Lightspeed VT, a seasoned entrepreneur with multiple eight-figure businesses, the host of Dropping Bombs, Husband and father to seven. We walk through Brad's inspiring journey, touching on childhood experiences, overcoming adversity, and the importance of authenticity. To say we go everywhere is an understatement, from personal style preferences to thought-provoking discussions on politics, conspiracy theories, and even flat earth beliefs. Brad shares actionable insights for listeners, emphasizing discipline, goal-setting, and learning from those who've achieved success. Notes: 0:02:46 Melissa, Brads wife calls 0:04:45 Who was the Fake Brad Lea? 0:06:41 Jimi punts on GID format, talks about being bald 0:09:25 Wes Watson mention, discipline vs cavalier 0:12:20 Successful with the hard work 0:13:13 We are all going to die 0:15:02 Cavalier and Supercilious defined by Alexa 0:17:33 Ray Ban vs Gucci 0:20:45 Star Wars 0:24:55 Jesus, Yeshua, Flat Earth, Christmas and Easter 0:28:26 What is a Version of the Bible? 0:31:07 Seek and you shall find 0:38:09 Brought to you by Shape 0:38:27 Rene Rodriguez mention Heal and Honor 0:42:25 It's because of you not because of him 0:45:21 4 Baby-mommas, How it happened? 0:49:34 Why not to be patient 0:51:43 Who are you going to make happy? 0:54:05 How you get anything you want in life 1:00:02 Do you feel like you ever got a big break? 1:01:02 If you were to do it all over again, Brad, what would you change? 1:01:37 Was there ever a time Brad you felt like giving up? 1:04:24 Dr. Squatch mention 1:06:45 What advice would you give to someone looking to Get It Done? 1:08:42 Brad asking for a honest review Connect with Brad Lea https://bradlea.com/ Instagram: https://www.instagram.com/therealbradlea/ Connect with Jimi Ryan https://linktr.ee/jimiryan Sign up for a 15-min Demo of Shape https://setshape.com/jimi
Kyle Kauffman | Dec. 17 2023 In our lives the temptation to seek comfort in this world and apart from Gid is great. Our lives can so easily become all about finding and keeping comfort. We end up trying to avoid all that is uncomfortable even when we know God is calling us to give up our comfort. Christmas can so easily just become another season where we look for comfort in what this world offers rather than in God. In Christmas, we find a Savior who choose to give up all his comfort in order to become a man to rescue us and reunite us with God. As a result, we can now find comfort in God that is not temporary or simply circumstantial. Rather it's actually when our lives become most uncomfortable that Jesus becomes our greatest comfort. And as we find our comfort in him, we are then called to give up the comforts of this life for His cause in this world.
Power of Purity | Helping Men to Honor God with their Sexual Gift
What can God stop? God is God, and God is all powerful, and God is almighty, and nothing is too hard for God. God can do anything God wants to do, and God can stop anything God wants to stop. In this episode Tony shares 15 amazing things that God stopped in the bible, along with the corresponding verse for each of these 15 things. (1) God stopped sickness. (2) God stopped the storm. (3) God stopped the armies of pharaoh. (4) God stopped paralysis. (5) God stopped leprosy. (6) God stopped lameness. (7) Gid stopped infertility. (8) God stopped hungry lions. (9) God stopped 135,00 Midianites. (10) God stopped the firey furnace. (11) God stopped demons. (12) God stopped deafness. (13) God stopped Goliath. (14) God stopped blindness. (15) God stoppeed death itself. Is there something going on in your life right now that you would like God to "STOP"? In this episode Tony affirms that God can "STOP" anything God wants to "STOP", but also shares one very important reality that we absolutley need to understand and accept.
Solomon uses his Gid-given wisdom to organize and consolidate his kingdom. But the seeds of the future dissolution of his kingdom are sown.
A conversation with three longtime multifamily industry veterans, Donald Davidoff, the Chief Executive Officer & Co-Founder of Real Estate Business Analytics, Heather Cooper, Vice President, of Revenue & Business Intelligence, with Equity Residential, and Bryan Pierce, Vice President of Revenue Management at GID…discussing the history of Pricing and Revenue Management in the multifamily industry, as well as the current challenges and the opportunities in the future.See omnystudio.com/listener for privacy information.
We answer some questions we have got through reddit, fakebook and friends. Please keep asking those if you want our opinions. Best part, Gid take on working, Ashton love of messy home made noodles and dad don't tip for that. Support the show
James Nash has founded 3 companies. The first was Bike Dock Solutions in 2008 which started life as a university project. Much of his focus currently is on ActiveScore which helps building owners and developers improve their cycling and active travel facilities. They have helped design and certify 350+ developments in Europe, US, Asia, Middle East and Australia-including 22 Bishopsgate in London, which is the largest office building in Europe. Clients include Blackstone, Brookfield, Lendlease, Invesco, Vornado Realty Trust, BentallGreenOak, GID, JLL, CBRE, Savills, Knight Frank, Colliers, Perial, AXA IM, PATRIZIA, Bruntwood, and EcoWorld. ActiveScore is recognized by GRESB as a design and/or construction green building certification scheme. He has also been an advisor to WELL Certification on all things Cycling and active travel related. For real estate sustainability/mobility consultants and architects they have an extremely popular free AP Programme with over 500 AP's from over 40 countries. Show Highlights The proactive part of wellness in and around buildings and communities you need to consider for healthier buildings. The movement towards bike connective travel and bike share systems. James shares his entrepreneurial journey and start-up tips that transformed his business. The evolution of bike storage on ESG, various rating systems, tools and services provided for people who are occupants of a building. Active Score tools, advisory rolls and educational supports AP program that brings these best practices forward. Global expansion and global standard within buildings An emissions calculator that also includes scope free emissions The electrification of bikes and all things on wheels. An incredible opportunity and an area that currently isn't really getting much attention. “The main driver for this is the mindset change. I think building owners have realized the importance of these services from a sustainability point of view, but now also from a business case point of view. I think they realize that their tenants actually want much better cycle facilities or active travel facilities. It can actually help them attract tenants, whether it's a commercial office or whether it's a residential building.” -James Nash Get the episode transcript here!! Show Resource and Information James Nash on LinkedIn ActiveScore Certification The Chimp Paradox Connect with Charlie Cichetti and GBES Charlie on LinkedIn Green Building Educational Services GBES on Twitter Connect on LinkedIn Like on Facebook Google+ GBES Pinterest Pins GBES on Instagram GBES is excited our membership community is growing. Consider joining our membership community as members are given access to some of the guests on the podcasts that you can ask project questions. If you are preparing for an exam, there will be more assurance that you will pass your next exam, you will be given cliff notes if you are a member, and so much more. Go to www.gbes.com/join to learn more about the 4 different levels of access to this one-of-a-kind career-advancing green building community! If you truly enjoyed the show, don't forget to leave a positive rating and review on iTunes. We have prepared more episodes for the upcoming weeks, so come by again next week! Thank you for tuning in to the Green Building Matters Podcast! Copyright © 2023 GBES
On today's episode of OTN, I got to have a lovely conversation with Josh Morris and Gideon Johnston from the Athens-based rock quartet, Hallpass.Their new single, 'Maine' is out now on all streaming platforms!We got to discuss their songwriting process, working with previous OTN guest Tommy Trautwein (WBAZ Studios), recording their debut EP, being fresh on the Athens music scene, and why Gid is such a King Gizzard fan.@bandhallpass@gideonljohhnston@joshmorris_33@parkerwierling@onthatnote_podcast
This lecture on living an Orthodox life by Fr. Seraphim Rose has had its audio remastered as well as edited with many beautiful Orthodox visuals to accompany his edifying words. Please enjoy. Make sure to check it out and let me know what you think. God bless Intro Music Follow Keynan Here! https://linktr.ee/keynanrwils b-dibe's Bandcamp: https://b-dibe.bandcamp.com/ b-dibe's Soundcloud: https://soundcloud.com/b-dibe Superchat Here https://streamlabs.com/churchoftheeternallogos Rokfin: https://rokfin.com/dpharry Website: http://www.davidpatrickharry.com GAB: https://gab.com/dpharry Support COTEL with Crypto! Bitcoin: 3QNWpM2qLGfaZ2nUXNDRnwV21UUiaBKVsy Ethereum: 0x0b87E0494117C0adbC45F9F2c099489079d6F7Da Litecoin: MKATh5kwTdiZnPE5Ehr88Yg4KW99Zf7k8d If you enjoy this production, feel compelled, or appreciate my other videos, please support me through my website memberships (www.davidpatrickharry.com) or donate directly by PayPal or crypto! Any contribution would be greatly appreciated. Thank you Logos Subscription Membership: http://davidpatrickharry.com/register/ Venmo: @cotel - https://account.venmo.com/u/cotel PayPal: https://www.paypal.me/eternallogos Donations: http://www.davidpatrickharry.com/donate/ PayPal: https://www.paypal.me/eternallogos Website: http://www.davidpatrickharry.com Rokfin: https://rokfin.com/dpharry Rumble: https://rumble.com/user/COTEL Odysee: https://odysee.com/@ChurchoftheEternalLogos:d GAB: https://gab.com/dpharry Telegram: https://t.me/eternallogos Minds: https://www.minds.com/Dpharry Bitchute: https://www.bitchute.com/channel/W10R... DLive: https://dlive.tv/The_Eternal_Logos Instagram: https://www.instagram.com/dpharry/ Twitter: https://twitter.com/eternal_logos
Countdown continues with number 3 on the GID list. Kush is back with another wild tale.Tune in now to hear how this man killed 7 people before Police caught him.
As commuting trends evolve, influenced by global events and the rising cost of fuel, the built environment needs to reflect and support these changes. Updates to planning policies and urban design can take years, resulting in old solutions for new problems. Green certifications like ActiveScore allow new standards to be implemented quickly and in sync with industry trends. What You Will Learn: You will understand what Active Travel is. You will understand what ActiveScore does. You will learn about the relationship between Active Travel and ESG. Learn how well-designed Active Travel facilities in buildings can positively impact tenant experience. You will learn about ActiveScore's free AP Program. This webinar can be self-reported for one half-hour of LEED or WELL continuing education. James Nash has founded 3 companies. The first was Bike Dock Solutions in 2008 which started life as a university project. Much of his focus currently is on ActiveScore which helps building owners and developers improve their cycling and active travel facilities. They have helped design and certify 350+ developments in Europe, US, Asia, Middle East and Australia-including 22 Bishopsgate in London, which is the largest office building in Europe. Clients include Blackstone, Brookfield, Lendlease, Invesco, Vornado Realty Trust, BentallGreenOak, GID, JLL, CBRE, Savills, Knight Frank, Colliers, Perial, AXA IM, PATRIZIA, Bruntwood, and EcoWorld. ActiveScore is recognised by GRESB as a design and/or construction green building certification scheme. He has also been an advisor to WELL Certification on all things Cycling and active travel related. For real estate sustainability/mobility consultants and architects they have an extremely popular free AP Programme with over 500 AP's from over 40 countries. Alex Georgiadis is the Head of Consultancy at ActiveScore. He oversees all of the certification and design projects ActiveScore works on. Alex has a design background and his passion is cycling. So much so, he spent some time working as a mobile bike mechanic, servicing commercial office buildings around London. This gave him great insight into the issues cyclists regularly face when commuting. He now regularly uses this knowledge to educate building owners and improve the active travel facilities within buildings across the world. David Reed is an entrepreneur who is passionate about solving problems with sustainable solutions. A leader in sustainable mobility, he has 13+ years of experience generating new revenue and building partnerships with and for municipalities, universities, startups, corporations, and real estate companies. He is a coalition builder and problem solver, deeply invested in colleague and client shared success. David's clients and partners have included the public, private, and non-profit sectors. Show Highlights Active Score is this intersection of transportation, sustainability and the built environment. Components and benefits of Active Travel Assess and certify buildings being active travel friendly. Help organizations and developments become future-proof by creating sustainable infrastructures and services. Only globally recognized accreditation for active travel amenities in real estate. Provide engagement services that set up active travel user groups within buildings. Employer retention Active Score can help identify commuting trends within a region or group, connect with rating systems and ESG with their clean air calculator. LEED benchmarks and credits Active Score blends with to determine which is the best standard and certification to align. Active Score design benefits Creating a more efficient and streamlined design process for both the client and the design team. Build understanding of what makes a good active travel facility. Design consultation and the design lab services. Active Score certification can be applied to both existing and new developments. “In terms of other benefits of Active Travel, health and wellbeing. I'm sure you are all familiar with how Active Travel can help an individual's health and wellbeing. The stat from this report that is very interesting is how 82% of people that were surveyed said they felt less stressed when they arrived in the office after cycling to work. So health and wellbeing. Active travel can have a huge impact on health and wellbeing” -James Nash Get the episode transcript here!! Show Resource and Information ActiveScore James Nash-Linkedin David Reed-Linkedin Alex Georgiadis- Linkedin All About ActiveScore on Vimeo Connect with Charlie Cichetti and GBES Charlie on LinkedIn Green Building Educational Services GBES on Twitter Connect on LinkedIn Like on Facebook Google+ GBES Pinterest Pins GBES on Instagram GBES is excited our membership community is growing. Consider joining our membership community as members are given access to some of the guests on the podcasts that you can ask project questions. If you are preparing for an exam, there will be more assurance that you will pass your next exam, you will be given cliff notes if you are a member, and so much more. Go to www.gbes.com/join to learn more about the 4 different levels of access to this one-of-a-kind career-advancing green building community! If you truly enjoyed the show, don't forget to leave a positive rating and review on iTunes. We have prepared more episodes for the upcoming weeks, so come by again next week! Thank you for tuning in to the Green Building Matters Podcast! Copyright © 2023 GBES
Omegle is an online platform where strangers from across the world are paired together for video and text chats. In March of 2022, The United Nations' Human Rights Council launched a special cyber investigation into the platform and found that many adult men use the site as a space for sexual activity. The site, which collects no identifying information from its users, is grappling with allegations of enabling child predation. Freelance journalist David Alm reported on Omegle for Mother Jones and joined The Takeaway to discuss his findings.
THE THESIS: If President Trump and Governor DeSantis both run for president, there will have never been two stronger candidates on the Republican side. We should base our decision on prayer that Gid will reveal to us the best path and on measurable, objective factors for what the Country needs. THE SCRIPTURE & SCRIPTURAL RESOURCES: John 19:10-12 10 “Do you refuse to speak to me?” Pilate said. “Don't you realize I have power either to free you or to crucify you?” 11 Jesus answered, “You would have no power over me if it were not given to you from above. Therefore the one who handed me over to you is guilty of a greater sin.” 12 From then on, Pilate tried to set Jesus free, but the Jewish leaders kept shouting, “If you let this man go, you are no friend of Caesar. Anyone who claims to be a king opposes Caesar.” THE NEWS & COMMENT: Deep State District of Columbia Jury Pool ‘Saturated with Prejudice,' Opinion Survey Finds; Attorneys in two Oath Keepers cases file motion to change venue from DC to eastern Virginia Nearly three out of four District of Columbia residents are likely to find Jan. 6 defendants guilty in federal court, while 85 percent believe the events of Jan. 6 were criminal acts including insurrection, an attack, or a riot, a survey by two defense attorneys found. Results of the survey by Inlux Research + Analytics were included late April 15 in a change-of-venue motion (pdf) filed by defendants in two Oath Keepers conspiracy cases. The research was commissioned on behalf of Thomas E. Caldwell of Berryville, Virginia, and Connie Meggs of Dunnellon, Florida. The study is the third recent research project that alleges the pool of potential jurors in the District of Columbia is biased against defendants charged with crimes stemming from unrest at the U.S. Capitol on Jan. 6, 2021. Covid --- which IS RUN BY THE DEEP STATE! Dr. Zelenko: the Covid response was a successful, global effort to create a massive PsyOp to gain further control over society Wall Street Analyst: COVID Vaccines ‘Greatest Fraud in History' | Art Moore | Larry Elder Sexualizing and mutilating kids -- The Party [AUDIO] - Disney queerness BLM, which is coddled by the Deep State Technocrats Brian Stelter citing Yale & MIT scholars who think conservatives deserve being censored more on Twitter. No humility at all in this. No Hunter Biden squashing. No Wuhan lab-leak admissions. Just conservatives raising funds with victimization narratives Babylon Bee mocks Twitter EMERGENCY ALERT: On the heels of rail carriers canceling grain shipments, CF Industries warns that FERTILIZER rail shipments are now being halted during spring planting THE LISTENERS: Michelle from Pasco Hi Todd, You asked our thoughts on President Trump and Governor DeSantis. I have always been a big supporter of President Trump. I still think he may very well be the best president this country has had since Abraham Lincoln. However, I started having some serious reservations about him when he continued bragging about Operation Warp Speed considering the devastating consequences these covid shots have caused. He should admit he made a mistake, and apologize. Fast forward to a few days ago, when he endorsed pro-abortion, pro-child-transing, anti-gun globalist Dr. Mehmet Oz, and my support for Trump is really waning.... At this point, if DeSantis were running against Trump, I would definitely vote for DeSantis. However, I don't think DeSantis would run against Trump. If Trump ends up the republican nominee, I would probably vote for him for a third time. Thank you for all you are doing to speak truth and glorify God. Michelle from Pasco --- --- --- Todd, Regarding the president question. We need a president strong enough to start the climb back to sanity. No one is perfect, especially at that level due to the compromises made to get to a high level of power. I too was disappointed in Trump's endorsement of Dr. Oz. Unless he knows something that we don't regarding Dr. Oz. I would vote for Trump and I believe him to be stronger that DeSantis or Abbott. I think DeSantis has a better vision than Abbott about the issues we face so he would be my second choice. I have thought about the possibility that Trump staying the background, using his strength and influence to help a person like DeSantis to drive the narrative and be a stronger President. Trump has to be mindful of his age and the need for a successor. The election may be a good way to set up his successor and keep his presence in the office of the President. Thanks for your drive and I pray that the evil one stays far away form you! Mike --- --- --- Fred On today's podcast, you asked your listeners to tell you who we would pick between Trump and DeSantis. I would select Trump hands down. Trump is a true fighter. He is not afraid to get down in the mud to fight the deep state. The degradation he has had to endure during the four years of his Presidency is hard to comprehend. He has stood tall and kept fighting for the American people. Yes, he has not always looked good during these battles, but an effective street fighter rarely looks good. We need a doer and fighter at this point in time in our history. President Trump is a fighter, winner, and achiever. As I tell my friends, I don't know if President Trump will be elected President again, but the good Lord made him the tip of the spear to help destroy the deep state. I believe President Trump is a godly man. I have heard him talk about his faith in God. I have not heard governor DeSantis talk about his faith. DeSantis has done a lot of good things for the state of Florida. I'm not sure how committed DeSantis is to destroying the deep state and to continue the fight of cleaning up the swamp. I'm not sure how he would stand up to the type of pounding President Trump has taken. What is DeSantis's commitment to help turn American back towards God. In a debate with Michelle Obama, would he be aggressive enough to show people how warped her values are. In the back of my mind, I get the feeling he's not that far away from joining the shiney shoe Republicans. Does he have the stomach to battle the deep state and clean up the swamp. Does he have the will to help America become a Godly nation again. I understand almost all of President Trumps failing. At this time in the world's history he is the type of leader needed for America and the World. --- --- --- Tricia I joined the Trump train from the moment he declared his candidacy…why? He is a political outsider and he wasn't crazy like Ross Perot and others who tried to run in the past. Why do I still support him? He proved himself and has shown what this country can be if it is run honestly. My hope for the future? He runs again with, yes I am going to say it, Ron DeSantis as his running mate. Why? My biggest concern was who could follow Trump? I believe DeSantis is my answer and serving with Trump gives him the opportunity to get an inside look at what it entails to be president. Who would I choose to run with DeSantis? Candace Owens. God does not require perfect, non sinners for his purposes…there are many biblical examples of this…even Abraham sinned with his maid yet look at how important he was to God. As you always say…the president is an employee who is doing a job for us. I am not his wife so I do not have to live with him. Also, I am not God so I do not have the right to judge him. On an aside, please try not to be so judgemental about others you disagree with. Only God knows their hearts and He is the one to judge…not us. We must all remember to be humble. Thanks for the wonderful show and I am looking forward to attending your May 20th event. See omnystudio.com/listener for privacy information.
This week Matt is joined by Bob DeWitt and Greg Bates from GID, the Boston-based, vertically integrated real estate investment manager. Bob is Vice Chairman and former CEO of GID and Greg is currently CEO and President.
This week Matt is joined by Bob DeWitt and Greg Bates from GID, the Boston-based, vertically integrated real estate investment manager. Bob is Vice Chairman and former CEO of GID and Greg is currently CEO and President. The pair tell the story of generational transitions in the real estate business through GID's unique lens. Bob recalls transforming the business in the 90's and early 2000's as GID, and others, institutionalized their businesses. This opened doors to significant professionalization and scaling in both the apartment sector and commercial real estate. GID underwent another major growth spurt more recently when it has scaled to compete with the new huge private equity investment shops as part of real estate's transition from an alternative asset class into a primary asset class. Greg foresees operational excellence becoming valued over capital appreciation as a measure of success as the market continues to shift.The theme of transition continues with Matt's firm, Terra Search Partners, which has recently become part of the global talent advisory firm ZRG Partners, where Matt will become global co-head of their real estate practice. This merger will enable ZRG to grow its real estate practice globally and further Terra Search Partners' long standing mission to help shape the future of the real estate industry.
Join your host Dr. Matt Driscoll and his guest Linden Dukes as they discuss: Tell us your story. What or who inspired you to get into the health field? Tell us about your business “Getting it Daily.” What inspired you to start Getting it Daily?” What services do you offer? How do we find discipline and consistency in our training? You seem like you deeply care about others and your community. What community events does GID participate in or have lined up this year? What does your nutrition look like? What are you currently reading and researching? How do you win the day? Anything else exciting planned for 2022 with the business? What are three things you've learned in starting your own business? Who is your target client with your business? How can listeners connect with you online, hear more about your business and sign up for a class? If you have a friend coming to Rochester, who has never been here, where would you take them? --- This episode is sponsored by · Anchor: The easiest way to make a podcast. https://anchor.fm/app Support this podcast: https://anchor.fm/dr-matt-driscoll/support