Podcasts about developers

  • 7,705PODCASTS
  • 24,660EPISODES
  • 43mAVG DURATION
  • 6DAILY NEW EPISODES
  • Nov 29, 2023LATEST

POPULARITY

20162017201820192020202120222023

Categories




    Best podcasts about developers

    Show all podcasts related to developers

    Latest podcast episodes about developers

    No Plans to Merge
    WIRECON

    No Plans to Merge

    Play Episode Listen Later Nov 29, 2023 104:58


    Daniel and Caleb wax nostalgic about the various eras of Laravel, their long and eventfull friendship, Laracon talk nerves, and a tentative plan for WIRECON.

    Coder Radio
    546: A Very Tidy Excuse

    Coder Radio

    Play Episode Listen Later Nov 29, 2023 44:54


    The messy details and tidy excuses we noticed in all this OpenAI upset, and some fundamental problems that have been plaguing desktop Linux for years.

    The LA Report
    Slain LA Deputy's Family Files $20M Lawsuit, LA Council Approves Rent Hike Limits & Hotel Developer Requirements — The P.M. Edition

    The LA Report

    Play Episode Listen Later Nov 29, 2023 8:16


    The parents of an LA County Sheriff's deputy killed outside a Palmdale station is suing the county. The LA City Council addresses housing policy with two votes -- one adopts requirements for hotel developers and the other limits rent hikes. Plus, more. Support The L.A. Report by donating now at LAist.com/join and by visiting https://laist.com. Support the show: https://laist.com

    WP Builds
    This Week in WordPress #277

    WP Builds

    Play Episode Listen Later Nov 28, 2023 92:30


    The WordPress news from the last week which commenced Monday 19th November 2023.

    Python Bytes
    #362 You can deprecate a global variable?

    Python Bytes

    Play Episode Listen Later Nov 28, 2023 28:10


    Topics covered in this episode: Habits of great software engineers Flask 3.0 Build Conway's Game of Life With Python polars business Extras Joke Watch on YouTube About the show Sponsored by Scout APM Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Brian #1: Habits of great software engineers As we wind up the year, many people are thinking about goals for the new year. Here's a decent list to think about Focusing beyond the code Efficiency / Antifragility Joy of tinkering Knowing the why Thinking in systems Tech detox The art of approximation Transferring Knowledge to Other Problems Making Hard Things Easy Playing the Long Game Developing a Code Nose Strong Opinions loosely held Michael #2: Flask 3.0 Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("flask"), instead. #5230 How do you even do that? This is news to me: [build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [metadata] name = "your-package-name" version = "0.1.0" Remove previously deprecated code. #5223 Brian #3: Build Conway's Game of Life With Python Leodanis Pozo Ramos CLI curses version Nice walk through of breaking the problem into parts. Michael #4: polars business It's a plugin for Polars, which allows you to do business day arithmetic. The big advantage of using this directly (as opposed to converting to pandas/numpy, using their business day tools, and then converting back) is that polars-business fits right in with the Polars lazy API. This means you'll still be able to get the gains from the Polars query optimiser without having to step into eager execution. All you need to use is it is pip install polars-business Written in Rust, but end-users doesn't need Rust to run it, Python is all you need. Extras Brian: BLACKFRIDAY code still works for 50% off The Complete pytest Course, Full Course + Community Access, through Nov 30 Also Debugging chapter is up, and it includes a small TDD example. Michael: Dear Python Community by Kenneth Reitz Python 3.13a2 out and Major new features of the 3.13 series, compared to 3.12 Thank you Black Friday supporters. Joke: ai vs dev

    Screaming in the Cloud
    Chronosphere on Crafting a Cloud-Native Observability Strategy with Rachel Dines

    Screaming in the Cloud

    Play Episode Listen Later Nov 28, 2023 29:41


    Rachel Dines, Head of Product and Technical Marketing at Chronosphere, joins Corey on Screaming in the Cloud to discuss why creating a cloud-native observability strategy is so critical, and the challenges that come with both defining and accomplishing that strategy to fit your current and future observability needs. Rachel explains how Chronosphere is taking an open-source approach to observability, and why it's more important than ever to acknowledge that the stakes and costs are much higher when it comes to observability in the cloud. About RachelRachel leads product and technical marketing for Chronosphere. Previously, Rachel wore lots of marketing hats at CloudHealth (acquired by VMware), and before that, she led product marketing for cloud-integrated storage at NetApp. She also spent many years as an analyst at Forrester Research. Outside of work, Rachel tries to keep up with her young son and hyper-active dog, and when she has time, enjoys crafting and eating out at local restaurants in Boston where she's based.Links Referenced: Chronosphere: https://chronosphere.io/ LinkedIn: https://www.linkedin.com/in/rdines/ TranscriptAnnouncer: Hello, and welcome to Screaming in the Cloud with your host, Chief Cloud Economist at The Duckbill Group, Corey Quinn. This weekly show features conversations with people doing interesting work in the world of cloud, thoughtful commentary on the state of the technical world, and ridiculous titles for which Corey refuses to apologize. This is Screaming in the Cloud.Corey: Welcome to Screaming in the Cloud. I'm Corey Quinn. Today's featured guest episode is brought to us by our friends at Chronosphere, and they have also brought us Rachel Dines, their Head of Product and Solutions Marketing. Rachel, great to talk to you again.Rachel: Hi, Corey. Yeah, great to talk to you, too.Corey: Watching your trajectory has been really interesting, just because starting off, when we first started, I guess, learning who each other were, you were working at CloudHealth which has since become VMware. And I was trying to figure out, huh, the cloud runs on money. How about that? It feels like it was a thousand years ago, but neither one of us is quite that old.Rachel: It does feel like several lifetimes ago. You were just this snarky guy with a few followers on Twitter, and I was trying to figure out what you were doing mucking around with my customers [laugh]. Then [laugh] we kind of both figured out what we're doing, right?Corey: So, speaking of that iterative process, today, you are at Chronosphere, which is an observability company. We would have called it a monitoring company five years ago, but now that's become an insult after the observability war dust has settled. So, I want to talk to you about something that I've been kicking around for a while because I feel like there's a gap somewhere. Let's say that I build a crappy web app—because all of my web apps inherently are crappy—and it makes money through some mystical form of alchemy. And I have a bunch of users, and I eventually realize, huh, I should probably have a better observability story than waiting for the phone to ring and a customer telling me it's broken.So, I start instrumenting various aspects of it that seem to make sense. Maybe I go too low level, like looking at all the discs on every server to tell me if they're getting full or not, like their ancient servers. Maybe I just have a Pingdom equivalent of is the website up enough to respond to a packet? And as I wind up experiencing different failure modes and getting yelled at by different constituencies—in my own career trajectory, my own boss—you start instrumenting for all those different kinds of breakages, you start aggregating the logs somewhere and the volume gets bigger and bigger with time. But it feels like it's sort of a reactive process as you stumble through that entire environment.And I know it's not just me because I've seen this unfold in similar ways in a bunch of different companies. It feels to me, very strongly, like it is something that happens to you, rather than something you set about from day one with a strategy in mind. What's your take on an effective way to think about strategy when it comes to observability?Rachel: You just nailed it. That's exactly the kind of progression that we so often see. And that's what I really was excited to talk with you about today—Corey: Oh, thank God. I was worried for a minute there that you'd be like, “What the hell are you talking about? Are you just, like, some sort of crap engineer?” And, “Yes, but it's mean of you to say it.” But yeah, what I'm trying to figure out is there some magic that I just was never connecting? Because it always feels like you're in trouble because the site's always broken, and oh, like, if the disk fills up, yeah, oh, now we're going to start monitoring to make sure the disk doesn't fill up. Then you wind up getting barraged with alerts, and no one wins, and it's an uncomfortable period of time.Rachel: Uncomfortable period of time. That is one very polite way to put it. I mean, I will say, it is very rare to find a company that actually sits down and thinks, “This is our observability strategy. This is what we want to get out of observability.” Like, you can think about a strategy and, like, the old school sense, and you know, as an industry analyst, so I'm going to have to go back to, like, my roots at Forrester with thinking about, like, the people, and the process, and the technology.But really what the bigger component here is like, what's the business impact? What do you want to get out of your observability platform? What are you trying to achieve? And a lot of the time, people have thought, “Oh, observability strategy. Great, I'm just going to buy a tool. That's it. Like, that's my strategy.”And I hate to bring it to you, but buying tools is not a strategy. I'm not going to say, like, buy this tool. I'm not even going to say, “Buy Chronosphere.” That's not a strategy. Well, you should buy Chronosphere. But that's not a strategy.Corey: Of course. I'm going to throw the money by the wheelbarrow at various observability vendors, and hope it solves my problem. But if that solved the problem—I've got to be direct—I've never spoken to those customers.Rachel: Exactly. I mean, that's why this space is such a great one to come in and be very disruptive in. And I think, back in the days when we were running in data centers, maybe even before virtual machines, you could probably get away with not having a monitoring strategy—I'm not going to call it observability; it's not we call the back then—you could get away with not having a strategy because what was the worst that was going to happen, right? It wasn't like there was a finite amount that your monitoring bill could be, there was a finite amount that your customer impact could be. Like, you're paying the penny slots, right?We're not on the penny slots anymore. We're in the $50 craps table, and it's Las Vegas, and if you lose the game, you're going to have to run down the street without your shirt. Like, the game and the stakes have changed, and we're still pretending like we're playing penny slots, and we're not anymore.Corey: That's a good way of framing it. I mean, I still remember some of my biggest observability challenges were building highly available rsyslog clusters so that you could bounce a member and not lose any log data because some of that was transactionally important. And we've gone beyond that to a stupendous degree, but it still feels like you don't wind up building this into the application from day one. More's the pity because if you did, and did that intelligently, that opens up a whole world of possibilities. I dream of that changing where one day, whenever you start to build an app, oh, and we just push the button and automatically instrument with OTel, so you instrument the thing once everywhere it makes sense to do it, and then you can do your vendor selection and what you said were decisions later in time. But these days, we're not there.Rachel: Well, I mean, and there's also the question of just the legacy environment and the tech debt. Even if you wanted to, the—actually I was having a beer yesterday with a friend who's a VP of Engineering, and he's got his new environment that they're building with observability instrumented from the start. How beautiful. They've got OTel, they're going to have tracing. And then he's got his legacy environment, which is a hot mess.So, you know, there's always going to be this bridge of the old and the new. But this was where it comes back to no matter where you're at, you can stop and think, like, “What are we doing and why?” What is the cost of this? And not just cost in dollars, which I know you and I could talk about very deeply for a long period of time, but like, the opportunity costs. Developers are working on stuff that they could be working on something that's more valuable.Or like the cost of making people work round the clock, trying to troubleshoot issues when there could be an easier way. So, I think it's like stepping back and thinking about cost in terms of dollar sense, time, opportunity, and then also impact, and starting to make some decisions about what you're going to do in the future that's different. Once again, you might be stuck with some legacy stuff that you can't really change that much, but [laugh] you got to be realistic about where you're at.Corey: I think that that is a… it's a hard lesson to be very direct, in that, companies need to learn it the hard way, for better or worse. Honestly, this is one of the things that I always noticed in startup land, where you had a whole bunch of, frankly, relatively early-career engineers in their early-20s, if not younger. But then the ops person was always significantly older because the thing you actually want to hear from your ops person, regardless of how you slice it, is, “Oh, yeah, I've seen this kind of problem before. Here's how we fixed it.” Or even better, “Here's the thing we're doing, and I know how that's going to become a problem. Let's fix it before it does.” It's the, “What are you buying by bringing that person in?” “Experience, mostly.”Rachel: Yeah, that's an interesting point you make, and it kind of leads me down this little bit of a side note, but a really interesting antipattern that I've been seeing in a lot of companies is that more seasoned ops person, they're the one who everyone calls when something goes wrong. Like, they're the one who, like, “Oh, my God, I don't know how to fix it. This is a big hairy problem,” I call that one ops person, or I call that very experienced person. That experience person then becomes this huge bottleneck into solving problems that people don't really—they might even be the only one who knows how to use the observability tool. So, if we can't find a way to democratize our observability tooling a little bit more so, like, just day-to-day engineers, like, more junior engineers, newer ones, people who are still ramping, can actually use the tool and be successful, we're going to have a big problem when these ops people walk out the door, maybe they retire, maybe they just get sick of it. We have these massive bottlenecks in organizations, whether it's ops or DevOps or whatever, that I see often exacerbated by observability tools. Just a side note.Corey: Yeah. On some level, it feels like a lot of these things can be fixed with tooling. And I'm not going to say that tools aren't important. You ever tried to implement observability by hand? It doesn't work. There have to be computers somewhere in the loop, if nothing else.And then it just seems to devolve into a giant swamp of different companies, doing different things, taking different approaches. And, on some level, whenever you read the marketing or hear the stories any of these companies tell you also to normalize it from translating from whatever marketing language they've got into something that comports with the reality of your own environment and seeing if they align. And that feels like it is so much easier said than done.Rachel: This is a noisy space, that is for sure. And you know, I think we could go out to ten people right now and ask those ten people to define observability, and we would come back with ten different definitions. And then if you throw a marketing person in the mix, right—guilty as charged, and I know you're a marketing person, too, Corey, so you got to take some of the blame—it gets mucky, right? But like I said a minute ago, the answer is not tools. Tools can be part of the strategy, but if you're just thinking, “I'm going to buy a tool and that's going to solve my problem,” you're going to end up like this company I was talking to recently that has 25 different observability tools.And not only do they have 25 different observability tools, what's worse is they have 25 different definitions for their SLOs and 25 different names for the same metric. And to be honest, it's just a mess. I'm not saying, like, go be Draconian and, you know, tell all the engineers, like, “You can only use this tool [unintelligible 00:10:34] use that tool,” you got to figure out this kind of balance of, like, hands-on, hands-off, you know? How much do you centralize, how much do you push and standardize? Otherwise, you end up with just a huge mess.Corey: On some level, it feels like it was easier back in the days of building it yourself with Nagios because there's only one answer, and it sucks, unless you want to start going down the world of HP OpenView. Which step one: hire a 50-person team to manage OpenView. Okay, that's not going to solve my problem either. So, let's get a little more specific. How does Chronosphere approach this?Because historically, when I've spoken to folks at Chronosphere, there isn't that much of a day one story, in that, “I'm going to build a crappy web app. Let's instrument it for Chronosphere.” There's a certain, “You must be at least this tall to ride,” implicit expectation built into the product just based upon its origins. And I'm not saying that doesn't make sense, but it also means there's really no such thing as a greenfield build out for you either.Rachel: Well, yes and no. I mean, I think there's no green fields out there because everyone's doing something for observability, or monitoring, or whatever you want to call it, right? Whether they've got Nagios, whether they've got the Dog, whether they've got something else in there, they have some way of introspecting their systems, right? So, one of the things that Chronosphere is built on, that I actually think this is part of something—a way you might think about building out an observability strategy as well, is this concept of control and open-source compatibility. So, we only can collect data via open-source standards. You have to send this data via Prometheus, via Open Telemetry, it could be older standards, like, you know, statsd, Graphite, but we don't have any proprietary instrumentation.And if I was making a recommendation to somebody building out their observability strategy right now, I would say open, open, open, all day long because that gives you a huge amount of flexibility in the future. Because guess what? You know, you might put together an observability strategy that seems like it makes sense for right now—actually, I was talking to a B2B SaaS company that told me that they made a choice a couple of years ago on an observability tool. It seemed like the right choice at the time. They were growing so fast, they very quickly realized it was a terrible choice.But now, it's going to be really hard for them to migrate because it's all based on proprietary standards. Now, of course, a few years ago, they didn't have the luxury of Open Telemetry and all of these, but now that we have this, we can use these to kind of future-proof our mistakes. So, that's one big area that, once again, both my recommendation and happens to be our approach at Chronosphere.Corey: I think that that's a fair way of viewing it. It's a constant challenge, too, just because increasingly—you mentioned the Dog earlier, for example—I will say that for years, I have been asked whether or not at The Duckbill Group, we look at Azure bills or GCP bills. Nope, we are pure AWS. Recently, we started to hear that same inquiry specifically around Datadog, to the point where it has become a board-level concern at very large companies. And that is a challenge, on some level.I don't deviate from my typical path of I fix AWS bills, and that's enough impossible problems for one lifetime, but there is a strong sense of you want to record as much as possible for a variety of excellent reasons, but there's an implicit cost to doing that, and in many cases, the cost of observability becomes a massive contributor to the overall cost. Netflix has said in talks before that they're effectively an observability company that also happens to stream movies, just because it takes so much effort, engineering, and raw computing resources in order to get that data do something actionable with it. It's a hard problem.Rachel: It's a huge problem, and it's a big part of why I work at Chronosphere, to be honest. Because when I was—you know, towards the tail end at my previous company in cloud cost management, I had a lot of customers coming to me saying, “Hey, when are you going to tackle our Dog or our New Relic or whatever?” Similar to the experience you're having now, Corey, this was happening to me three, four years ago. And I noticed that there is definitely a correlation between people who are having these really big challenges with their observability bills and people that were adopting, like Kubernetes, and microservices and cloud-native. And it was around that time that I met the Chronosphere team, which is exactly what we do, right? We focus on observability for these cloud-native environments where observability data just goes, like, wild.We see 10X 20X as much observability data and that's what's driving up these costs. And yeah, it is becoming a board-level concern. I mean, and coming back to the concept of strategy, like if observability is the second or third most expensive item in your engineering bill—like, obviously, cloud infrastructure, number one—number two and number three is probably observability. How can you not have a strategy for that? How can this be something the board asks you about, and you're like, “What are we trying to get out of this? What's our purpose?” “Uhhhh… troubleshooting?”Corey: Right because it turns into business metrics as well. It's not just about is the site up or not. There's a—like, one of the things that always drove me nuts not just in the observability space, but even in cloud costing is where, okay, your costs have gone up this week so you get a frowny face, or it's in red, like traffic light coloring. Cool, but for a lot of architectures and a lot of customers, that's because you're doing a lot more volume. That translates directly into increased revenues, increased things you care about. You don't have the position or the context to say, “That's good,” or, “That's bad.” It simply is. And you can start deriving business insight from that. And I think that is the real observability story that I think has largely gone untold at tech conferences, at least.Rachel: It's so right. I mean, spending more on something is not inherently bad if you're getting more value out of it. And it definitely a challenge on the cloud cost management side. “My costs are going up, but my revenue is going up a lot faster, so I'm okay.” And I think some of the plays, like you know, we put observability in this box of, like, it's for low-level troubleshooting, but really, if you step back and think about it, there's a lot of larger, bigger picture initiatives that observability can contribute to in an org, like digital transformation. I know that's a buzzword, but, like that is a legit thing that a lot of CTOs are out there thinking about. Like, how do we, you know, get out of the tech debt world, and how do we get into cloud-native?Maybe it's developer efficiency. God, there's a lot of people talking about developer efficiency. Last week at KubeCon, that was one of the big, big topics. I mean, and yeah, what [laugh] what about cost savings? To me, we've put observability in a smaller box, and it needs to bust out.And I see this also in our customer base, you know? Customers like DoorDash use observability, not just to look at their infrastructure and their applications, but also look at their business. At any given minute, they know how many Dashers are on the road, how many orders are being placed, cut by geos, down to the—actually down to the second, and they can use that to make decisions.Corey: This is one of those things that I always found a little strange coming from the world of running systems in large [unintelligible 00:17:28] environments to fixing AWS bills. There's nothing that even resembles a fast, reactive response in the world of AWS billing. You wind up with a runaway bill, they're going to resolve that over a period of weeks, on Seattle business hours. If you wind up spinning something up that creates a whole bunch of very expensive drivers behind your bill, it's going to take three days, in most cases, before that starts showing up anywhere that you can reasonably expect to get at it. The idea of near real time is a lie unless you want to start instrumenting everything that you're doing to trap the calls and then run cost extrapolation from there. That's hard to do.Observability is a very different story, where latencies start to matter, where being able to get leading indicators of certain events—be a technical or business—start to be very important. But it seems like it's so hard to wind up getting there from where most people are. Because I know we like to talk dismissively about the past, but let's face it, conference-ware is the stuff we're the proudest of. The reality is the burning dumpster of regret in our data centers that still also drives giant piles of revenue, so you can't turn it off, nor would you want to, but you feel bad about it as a result. It just feels like it's such a big leap.Rachel: It is a big leap. And I think the very first step I would say is trying to get to this point of clarity and being honest with yourself about where you're at and where you want to be. And sometimes not making a choice is a choice, right, as well. So, sticking with the status quo is making a choice. And so, like, as we get into things like the holiday season right now, and I know there's going to be people that are on-call 24/7 during the holidays, potentially, to keep something that's just duct-taped together barely up and running, I'm making a choice; you're make a choice to do that. So, I think that's like the first step is the kind of… at least acknowledging where you're at, where you want to be, and if you're not going to make a change, just understanding the cost and being realistic about it.Corey: Yeah, being realistic, I think, is one of the hardest challenges because it's easy to wind up going for the aspirational story of, “In the future when everything's great.” Like, “Okay, cool. I appreciate the need to plant that flag on the hill somewhere. What's the next step? What can we get done by the end of this week that materially improves us from where we started the week?” And I think that with the aspirational conference-ware stories, it's hard to break that down into things that are actionable, that don't feel like they're going to be an interminable slog across your entire existing environment.Rachel: No, I get it. And for things like, you know, instrumenting and adding tracing and adding OTEL, a lot of the time, the return that you get on that investment is… it's not quite like, “I put a dollar in, I get a dollar out,” I mean, something like tracing, you can't get to 60% instrumentation and get 60% of the value. You need to be able to get to, like, 80, 90%, and then you'll get a huge amount of value. So, it's sort of like you're trudging up this hill, you're charging up this hill, and then finally you get to the plateau, and it's beautiful. But that hill is steep, and it's long, and it's not pretty. And I don't know what to say other than there's a plateau near the top. And those companies that do this well really get a ton of value out of it. And that's the dream, that we want to help customers get up that hill. But yeah, I'm not going to lie, the hill can be steep.Corey: One thing that I find interesting is there's almost a bimodal distribution in companies that I talk to. On the one side, you have companies like, I don't know, a Chronosphere is a good example of this. Presumably you have a cloud bill somewhere and the majority of your cloud spend will be on what amounts to a single application, probably in your case called, I don't know, Chronosphere. It shares the name of the company. The other side of that distribution is the large enterprise conglomerates where they're spending, I don't know, $400 million a year on cloud, but their largest workload is 3 million bucks, and it's just a very long tail of a whole bunch of different workloads, applications, teams, et cetera.So, what I'm curious about from the Chronosphere perspective—or the product you have, not the ‘you' in this metaphor, which gets confusing—is, it feels easier to instrument a Chronosphere-like company that has a primary workload that is the massive driver of most things and get that instrumented and start getting an observability story around that than it does to try and go to a giant company and, “Okay, 1500 teams need to all implement this thing that are all going in different directions.” How do you see it playing out among your customer base, if that bimodal distribution holds up in your world?Rachel: It does and it doesn't. So, first of all, for a lot of our customers, we often start with metrics. And starting with metrics means Prometheus. And Prometheus has hundreds of exporters. It is basically built into Kubernetes. So, if you're running Kubernetes, getting Prometheus metrics out, actually not a very big lift. So, we find that we start with Prometheus, we start with getting metrics in, and we can get a lot—I mean, customers—we have a lot of customers that use us just for metrics, and they get a massive amount of value.But then once they're ready, they can start instrumenting for OTEL and start getting traces in as well. And yeah, in large organizations, it does tend to be one team, one application, one service, one department that kind of goes at it and gets all that instrumented. But I've even seen very large organizations, when they get their act together and decide, like, “No, we're doing this,” they can get OTel instrumented fairly quickly. So, I guess it's, like, a lining up. It's more of a people issue than a technical issue a lot of the time.Like, getting everyone lined up and making sure that like, yes, we all agree. We're on board. We're going to do this. But it's usually, like, it's a start small, and it doesn't have to be all or nothing. We also just recently added the ability to ingest events, which is actually a really beautiful thing, and it's very, very straightforward.It basically just—we connect to your existing other DevOps tools, so whether it's, like, a Buildkite, or a GitHub, or, like, a LaunchDarkly, and then anytime something happens in one of those tools, that gets registered as an event in Chronosphere. And then we overlay those events over your alerts. So, when an alert fires, then first thing I do is I go look at the alert page, and it says, “Hey, someone did a deploy five minutes ago,” or, “There was a feature flag flipped three minutes ago,” I solved the problem right then. I don't think of this as—there's not an all or nothing nature to any of this stuff. Yes, tracing is a little bit of a—you know, like I said, it's one of those things where you have to make a lot of investment before you get a big reward, but that's not the case in all areas of observability.Corey: Yeah. I would agree. Do you find that there's a significant easy, early win when customers start adopting Chronosphere? Because one of the problems that I've found, especially with things that are holistic, and as you talk about tracing, well, you need to get to a certain point of coverage before you see value. But human psychology being what it is, you kind of want to be able to demonstrate, oh, see, the Meantime To Dopamine needs to come down, to borrow an old phrase. Do you find that some of there's some easy wins that start to help people to see the light? Because otherwise, it just feels like a whole bunch of work for no discernible benefit to them.Rachel: Yeah, at least for the Chronosphere customer base, one of the areas where we're seeing a lot of traction this year is in optimizing the costs, like, coming back to the cost story of their overall observability bill. So, we have this concept of the control plane in our product where all the data that we ingest hits the control plane. At that point, that customer can look at the data, analyze it, and decide this is useful, this is not useful. And actually, not just decide that, but we show them what's useful, what's not useful. What's being used, what's high cardinality, but—and high cost, but maybe no one's touched it.And then we can make decisions around aggregating it, dropping it, combining it, doing all sorts of fancy things, changing the—you know, downsampling it. We can do this, on the trace side, we can do it both head based and tail based. On the metrics side, it's as it hits the control plane and then streams out. And then they only pay for the data that we store. So typically, customers are—they come on board and immediately reduce their observability dataset by 60%. Like, that's just straight up, that's the average.And we've seen some customers get really aggressive, get up to, like, in the 90s, where they realize we're only using 10% of this data. Let's get rid of the rest of it. We're not going to pay for it. So, paying a lot less helps in a lot of ways. It also helps companies get more coverage of their observability. It also helps customers get more coverage of their overall stack. So, I was talking recently with an autonomous vehicle driving company that recently came to us from the Dog, and they had made some really tough choices and were no longer monitoring their pre-prod environments at all because they just couldn't afford to do it anymore. It's like, well, now they can, and we're still saving the money.Corey: I think that there's also the downstream effect of the money saving to that, for example, I don't fix observability bills directly. But, “Huh, why is your CloudWatch bill through the roof?” Or data egress charges in some cases? It's oh because your observability vendor is pounding the crap out of those endpoints and pulling all your log data across the internet, et cetera. And that tends to mean, oh, yeah, it's not just the first-order effect; it's the second and third and fourth-order effects this winds up having. It becomes almost a holistic challenge. I think that trying to put observability in its own bucket, on some level—when you're looking at it from a cost perspective—starts to be a, I guess, a structure that makes less and less sense in the fullness of time.Rachel: Yeah, I would agree with that. I think that just looking at the bill from your vendor is one very small piece of the overall cost you're incurring. I mean, all of the things you mentioned, the egress, the CloudWatch, the other services, it's impacting, what about the people?Corey: Yeah, it sure is great that your team works for free.Rachel: [laugh]. Exactly, right? I know, and it makes me think a little bit about that viral story about that particular company with a certain vendor that had a $65 million per year observability bill. And that impacted not just them, but, like, it showed up in both vendors' financial filings. Like, how did you get there? How did you get to that point? And I think this all comes back to the value in the ROI equation. Yes, we can all sit in our armchairs and be like, “Well, that was dumb,” but I know there are very smart people out there that just got into a bad situation by kicking the can down the road on not thinking about the strategy.Corey: Absolutely. I really want to thank you for taking the time to speak with me about, I guess, the bigger picture questions rather than the nuts and bolts of a product. I like understanding the overall view that drives a lot of these things. I don't feel I get to have enough of those conversations some weeks, so thank you for humoring me. If people want to learn more, where's the best place for them to go?Rachel: So, they should definitely check out the Chronosphere website. Brand new beautiful spankin' new website: chronosphere.io. And you can also find me on LinkedIn. I'm not really on the Twitters so much anymore, but I'd love to chat with you on LinkedIn and hear what you have to say.Corey: And we will, of course, put links to all of that in the [show notes 00:28:26]. Thank you so much for taking the time to speak with me. It's appreciated.Rachel: Thank you, Corey. Always fun.Corey: Rachel Dines, Head of Product and Solutions Marketing at Chronosphere. This has been a featured guest episode brought to us by our friends at Chronosphere, and I'm Corey Quinn. If you've enjoyed this podcast, please leave a five-star review on your podcast platform of choice, whereas if you've hated this podcast, please leave a five-star review on your podcast platform of choice, along with an angry and insulting comment that I will one day read once I finished building my highly available rsyslog system to consume it with.Corey: If your AWS bill keeps rising and your blood pressure is doing the same, then you need The Duckbill Group. We help companies fix their AWS bill by making it smaller and less horrifying. The Duckbill Group works for you, not AWS. We tailor recommendations to your business, and we get to the point. Visit duckbillgroup.com to get started.

    The LA Report
    Gas Average In LA County Dips Below $5, LA Hotel Developers To Replace Lost Housing? & Arctic Bird Arrives In SoCal— The A.M. Edition

    The LA Report

    Play Episode Listen Later Nov 28, 2023 7:02


    LA County's gas price average hits four-month low. LA council votes today on whether to require hotel developers to replace any lost permanent housing. A rare arctic visitor shows up In South LA County. Support The L.A. Report by donating now at LAist.com/join and by visiting https://laist.com. Support the show: https://laist.com

    BroadwayRadio
    Special Episode: Gail Merrifield Papp on ‘Public/Private: My Life with Joe Papp at the Public Theater’

    BroadwayRadio

    Play Episode Listen Later Nov 27, 2023 29:45


    On today’s episode, Matt Tamanini is in conversation with Gail Merrifield Papp the longtime Developer of New Plays and Musicals at The Public Theater and the widow of the Public’s founder Joe Papp. In the book, Gail discusses the early days of free Shakespeare in Central Park to new plays, read more The post Special Episode: Gail Merrifield Papp on ‘Public/Private: My Life with Joe Papp at the Public Theater’ appeared first on BroadwayRadio.

    The Fortnite Podcast
    OUT OF TOUCH DEVELOPER RUINS THEIR REPUTATION .. POKIMANE UNDER CRITICISM? .. and More!

    The Fortnite Podcast

    Play Episode Listen Later Nov 27, 2023 54:12


    Another episode of the Podcast is here. Developers of a small game company have a crazy take on social media resulting in huge backlash. Pokimane's latest product launch hits a snag with consumers. and much more  SUPPORT OUR COFFEE AT >>> CafeCollazo.com! From your favorite Fortnite commentator MonsterDface , and W-key master JonWkeyRush.  This Content will serve as a weekly addition to our podcast rotation! This will be a more interactive pod. With weekly audience features, call ins and topics. All live streamed VODS are accessible on our home channel: PracticeServer Recorded Thursdays @ 7pm ET

    Azure DevOps Podcast
    Maarten Balliauw: Developer Tools - Episode 273

    Azure DevOps Podcast

    Play Episode Listen Later Nov 27, 2023 35:52


    Maarten loves building web and cloud apps. His main interests are in .NET web technologies, C#, and application performance. He is Developer Advocate at JetBrains and created SpeakerTravel, a tool to help conference organizers. Maarten is a frequent speaker at various national and international events. In his free time, he brews his own beer.   Topics of Discussion: [4:34] The mindset difference between developing software applications for everyday use versus developer tools, and how it affects the programming process. [5:40] What is JetBrains, and why should .NET devs care? [6:44] IDE stands for integrated development environments. [9:01] JetBrains announcing Rider. [10:31] Essential software development patterns for desktop applications. [13:35] What does the code generally look like? Is it .NET events? Is it observer pattern? [15:54] Maarten talks about the approach of creating general-purpose business applications with modular components, making development and maintenance more efficient. [18:35] TeamCity, a continuous integration (CI) server used internally and for building products. [19:50] The concept of a safe merge. [21:11] JetBrains Toolbox. [21:53] How Maarten compartmentalizes tests. [24:44] Static analysis tools for code quality and customization. [27:38] Duplicate code identifier. [30:41] VS Code. [32:13] What are some interesting things to look out for in the future?   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer's Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo's Twitter — Follow to stay informed about future events! Maarten's Blog Rider Resharper Building a .NET IDE with JetBrains Rider NDepend Visual Studio for Mac Retirement Announcement .NET Annotated Monthly — Sept 2023   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

    Food School: Smarter Stronger Leaner.
    Exercise MVP. Entrepreneur, VC, developer? Why you need to exercise each morning and how to accomplish that with ZERO workout time.

    Food School: Smarter Stronger Leaner.

    Play Episode Listen Later Nov 27, 2023 26:30


    TUNE IN TO LEARN:  If you ask yourself how you can make your brain work better – make better decisions, come up with innovative solutions, learn and test faster.  Or just feel more confident, motivated and driven pitching or closing deals.  Exercise is your hack.  Short on time?  Want to know how to save time, boost your brain and have an awesome bod?  Tune in to learn how to:  a) get all the brain-body benefits of exercise preventing brain decline and your worse decisions;  b) WITHOUT hours of training, in fact, with no gym time at all.  Research-based. The 80/20 and MVP of everything you need to know about moving for productivity, innovation and more deals closed.  Scientific American:  "You don't really need 10 000 daily steps to stay healthy"  The Washington Post:"These 2-minute exercise bursts may be better than your regular workout" 

    Relay FM Master Feed
    Mac Power Users 720: The 2023 Developer Roundtable

    Relay FM Master Feed

    Play Episode Listen Later Nov 26, 2023 119:01


    Sun, 26 Nov 2023 22:00:00 GMT http://relay.fm/mpu/720 http://relay.fm/mpu/720 David Sparks and Stephen Hackett Stephen and David are joined by David Smith, Malin Sundberg and Ken Case to talk about developing for Apple's platforms here in 2023. Stephen and David are joined by David Smith, Malin Sundberg and Ken Case to talk about developing for Apple's platforms here in 2023. clean 7141 Subtitle: Buckets Full of LEGOStephen and David are joined by David Smith, Malin Sundberg and Ken Case to talk about developing for Apple's platforms here in 2023. This episode of Mac Power Users is sponsored by: 1Password: Never forget a password again. TextExpander: Get 20% off with this link and type more with less effort! Expand short abbreviations into longer bits of text, even fill-ins, with TextExpander. Squarespace: Save 10% off your first purchase of a website or domain using code MPU. Tailscale: Secure remote access to shared resources. Sign up today. Guest Starring: David Smith, Malin Sundberg, and Ken Case Links and Show Notes: Sign up for the MPU email newsletter and join the MPU forums. More Power Users: Ad-free episodes with regular bonus segments Submit Feedback Get 20% off all Annual Memberships - Relay FM The Omni Group Ken Case on Mastodon David Smith, Independent iOS Developer Under the Radar - Relay FM _David Smith on Mastodon Mercury Weather Orbit | Time Tracking & Invoicing Mac Power Users #698: The 80/20 Split, with Malin Sundberg - Relay FM Malin on Mastodon Apple Announces iPhone 2.0 Software Beta and iPhone Software Development Kit - Apple“We're excited about creating a vibrant third-party developer community with potentially thousands of native applications for iPhone and iPod touch,” said Steve Jobs, Apple's CEO. “iPhone's enterprise features combined with its revolutionary Multi-Touch user interface and advanced software architecture provide the best user experience and the most advanced software platform ever for a mobile device.” NeXTcube - Wikipedia OmniGraphSketcher Support - The Omni Group Apple Beta Software Program Apple Platforms State of the Union (2023) Requesting Technical Support - Apple Developer Apple Computer, Inc. Agrees to Aquire NeXT Software, Inc. iOS 17.2 hints at sideloading apps from outside the App Store - 9to5Mac Apple Search Ads Program Swift - Apple Developer SwiftUI - Apple Developer Objective-C - Wikipedia OmniFocus 4 First Look & Invitation to Help Test - The Omni Group Blog Mac Catalyst - Apple Developer Work with Apple and visionOS - Apple Developer WeatherKit - Apple Developer

    Mac Power Users
    720: The 2023 Developer Roundtable

    Mac Power Users

    Play Episode Listen Later Nov 26, 2023 119:01


    Sun, 26 Nov 2023 22:00:00 GMT http://relay.fm/mpu/720 http://relay.fm/mpu/720 The 2023 Developer Roundtable 720 David Sparks and Stephen Hackett Stephen and David are joined by David Smith, Malin Sundberg and Ken Case to talk about developing for Apple's platforms here in 2023. Stephen and David are joined by David Smith, Malin Sundberg and Ken Case to talk about developing for Apple's platforms here in 2023. clean 7141 Subtitle: Buckets Full of LEGOStephen and David are joined by David Smith, Malin Sundberg and Ken Case to talk about developing for Apple's platforms here in 2023. This episode of Mac Power Users is sponsored by: 1Password: Never forget a password again. TextExpander: Get 20% off with this link and type more with less effort! Expand short abbreviations into longer bits of text, even fill-ins, with TextExpander. Squarespace: Save 10% off your first purchase of a website or domain using code MPU. Tailscale: Secure remote access to shared resources. Sign up today. Guest Starring: David Smith, Malin Sundberg, and Ken Case Links and Show Notes: Sign up for the MPU email newsletter and join the MPU forums. More Power Users: Ad-free episodes with regular bonus segments Submit Feedback Get 20% off all Annual Memberships - Relay FM The Omni Group Ken Case on Mastodon David Smith, Independent iOS Developer Under the Radar - Relay FM _David Smith on Mastodon Mercury Weather Orbit | Time Tracking & Invoicing Mac Power Users #698: The 80/20 Split, with Malin Sundberg - Relay FM Malin on Mastodon Apple Announces iPhone 2.0 Software Beta and iPhone Software Development Kit - Apple“We're excited about creating a vibrant third-party developer community with potentially thousands of native applications for iPhone and iPod touch,” said Steve Jobs, Apple's CEO. “iPhone's enterprise features combined with its revolutionary Multi-Touch user interface and advanced software architecture provide the best user experience and the most advanced software platform ever for a mobile device.” NeXTcube - Wikipedia OmniGraphSketcher Support - The Omni Group Apple Beta Software Program Apple Platforms State of the Union (2023) Requesting Technical Support - Apple Developer Apple Computer, Inc. Agrees to Aquire NeXT Software, Inc. iOS 17.2 hints at sideloading apps from outside the App Store - 9to5Mac Apple Search Ads Program Swift - Apple Developer SwiftUI - Apple Developer Objective-C - Wikipedia OmniFocus 4 First Look & Invitation to Help Test - The Omni Group Blog Mac Catalyst - Apple Developer Work with Apple and visionOS - Apple Developer WeatherKit - Apple Developer

    Coding Blocks
    2023 Holiday Season Developer Shopping List

    Coding Blocks

    Play Episode Listen Later Nov 25, 2023


    It's that time of year again when the three of us reflect on the things we've bought and loved, or the things we want to get…and want to love…So, come join us in this episode for our usual amount of fun while seeing if there's anything that might make your shopping list! A small note […]

    Ruff Talk VR
    Interview with Ben Outram - Developer of Squingle

    Ruff Talk VR

    Play Episode Listen Later Nov 24, 2023 55:30


    On this episode of Ruff Talk VR we are joined with Ben Outram the creator of Squingle! One of our favorite VR puzzle games, we wonder how this game is still on the Meta Quest app lab store instead of the official store. Listen as we catch up with Ben, hear more about the new mixed reality mode, what's coming next for Squingle, and more! Discord: https://discord.gg/9JTdCccucSPatreon: https://www.patreon.com/rufftalkvrGaming Showcase: https://www.rufftalkvr.com/p/2024-ruff-talk-vr-gaming-showcase/Tabor Radio: https://www.buzzsprout.com/2216985If you enjoy the podcast be sure to rate us 5 stars and subscribe! Join our official subreddit at https://www.reddit.com/r/RuffTalkVR/Get 20% OFF @manscaped + Free Shipping with promo code RUFFTALKVR at MANSCAPED.com!Squingle Store Link: https://www.meta.com/experiences/3728129847268965/Store Description: Now with MIXED REALITY and HAND TRACKING support!Squingle is a “surreal, clever, and addictive” experience, where you must guide revolving orbs through glasslike 3D mazes while being taken on a journey of cosmic transcendence by an ontologically ambiguous goddess.  With striking visuals, a progressive electronic soundtrack, and a squidgy logic all of its own, Squingle has become a cult classic with the highest user rating of any Quest game on the entire Quest game ecosystem (at time of writing). And critics agree!“Brilliantly creative” ~ RoadToVR10/10 - “The perfect VR game.” ~ Zimtok593% - "A masterpiece.” ~ RuffTalkVR9.1/10 - "One of the most fascinating and original things ever seen.” ~ VRItalia“A great puzzle game.” ~ UploadVR91% - “One of a kind.” ~ VRGameCriticSolve ingenious puzzles, overtake friends in Leaderboards, race your own ghost, and unlock all Achievements. And with the all-new Mixed Reality update, see colorful fractals emanate across your walls and furniture as you customise your environment.Read Squingle's user reviews!Support the show

    Podcasting 2.0
    Episode 156: Model Drift

    Podcasting 2.0

    Play Episode Listen Later Nov 24, 2023 111:07 Transcription Available


    Podcasting 2.0 November 24th 2023 Episode 156: "Model Drift" Adam & Dave discuss a solution for one of the biggest challenges in modern podcasting ShowNotes We are LIT Exciting to see apps incorporating music LIT Live Show Minneapolis LIT WebSockets Wavlake boostagrams as comments Interesting that apps like Podfans and PodPage are offering podcastmirror services This is changing hosting Badges vs Podcast hosts promoting Featured page on apps Status of ActivityPub bridge Fedififcation AI - Descript doesn't notice a huge gap in audio? Licensing New – AWS Public IPv4 Address Charge + Public IP Insights | AWS News Blog PSP Ambassador Alby scaling issues - alternatives Buzzsprout Making money correction ------------------------------------- MKUltra chat Transcript Search What is Value4Value? - Read all about it at Value4Value.info V4V Stats Last Modified 11/24/2023 13:13:25 by Freedom Controller

    WP Builds
    351 – The one where the entire episode was created by AI

    WP Builds

    Play Episode Listen Later Nov 23, 2023 54:08


    On the podcast today we're straying into the world of AI. Not in the way that everybody else does, with an intelligent analysis of the use of AI and tools to make your life easier. No that's too difficult for us. We've decided to pollute your podcast listening experience today with an episode made (almost) entirely with AI tools. Honestly, I'd give up here if I were you, but if you fancy a laugh, please feel free to continue. Do not write in complaining about the "hour of your life that you're never going to get back". We know, we had to make this thing! We input some fairly boilerplate text prompts into a variety of AI tools (you can find out which in the recording) and read out what they told us to say. No edits, no modifications, it's exactly what the AI thought would make a good podcast. Somewhat alarmingly, they're way better than usual (they're not I hope, I just added that in to be self deprecating). It's early days for AI, and so it's somewhat expected that the output of the AI models was going to be generic, and a little over-the-top, but in some cases it's impressive; the text often stays on-message and adds a certain je ne sais quoi.

    The EBFC Show
    Revolutionize Construction: Business, Tech & Leadership Insights with Adam Stark

    The EBFC Show

    Play Episode Listen Later Nov 22, 2023 46:46


    Join us for a captivating episode with Adam Stark, a visionary in the realms of real estate and construction and a Special Forces veteran. Adam's remarkable journey in real estate began at a New York-based Developer, where he quickly ascended to VP of Construction and Development, leading numerous high-stakes, multi-million dollar projects. His insights into the industry's inefficiencies spurred the creation of Jet.Build with his Co-Founder—a VC-backed software transforming the construction and development landscape into a streamlined, efficient command center.   Adam's narrative extends beyond his professional accomplishments. His service in the IDF Special Forces, combined with an educational background from Northeastern University and an MBA from New York University, paints a portrait of a multidimensional leader. A wellness author, a 500-hour certified yoga teacher, and a mindfulness coach, Adam embodies the principles of holistic leadership and personal development. This episode is an invitation to explore the synthesis of rigorous business acumen, innovative technology, and mindful leadership, offering valuable takeaways for anyone in the construction and real estate sectors looking to make impactful changes.   Connect with Adam via LinkedIn at https://www.linkedin.com/in/adamstark512/   Connect with Felipe via Construction Scrum (book & audiobook) via https://constructionscrum.com/ Social media at https://thefelipe.bio.link Subscribe on YouTube to never miss new videos here: https://click.theebfcshow.com/youtube    --- Today's episode is sponsored by the Lean Construction Institute (LCI). This non-profit organization operates as a catalyst to transform the industry through Lean project delivery using an operating system centered on a common language, fundamental principles, and basic practices. Learn more at https://www.leanconstruction.org 

    Working Draft » Podcast Feed
    Revision 594: Vom Chaos zum Code – wie Developer ihre Arbeit effizient strukturieren

    Working Draft » Podcast Feed

    Play Episode Listen Later Nov 22, 2023 91:26


    In dieser Revision haben wir Martin Dilger zu Gast, der als selbstständiger Entwickler, Berater und Trainer tätig ist. Mit ihm sprechen wir darüber, wie Entwickler*innen ihre Arbeit effizienter strukt…

    The Angular Show
    A+ Show S6E13 | The Story About Storybook | Katarina Skroumpelou

    The Angular Show

    Play Episode Listen Later Nov 22, 2023 68:07


    If you're like a lot of software engineers, you may have heard of Storybook, you might even think you're using Storybook, but are you actually getting all of the benefits of Storybook in your repo? Join us as we welcome Katarina Skroumpelou, who spends her days making it easier to use Storybook in Nx monorepos to talk about all of the things you are probably missing out on with Storybook. More about KatarinaBlueSky: @psybercity.bsky.socialX: @psybercity LinkedIn: Katerina Skroumpelouhttps://psyber.city/%F0%9F%90%88Check out Novella's website! https://novella.app/Follow us on X: The Angular Plus Show The Angular Plus Show is a part of ng-conf. ng-conf is a multi-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. Developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts.Join: http://www.ng-conf.org/Attend: https://ti.to/ng-confFollow: https://twitter.com/ngconfhttps://www.linkedin.com/company/ng-confhttps://bsky.app/profile/ng-conf.bsky.socialhttps://www.facebook.com/ngconfofficialRead: https://medium.com/ngconf Watch: https://www.youtube.com/@ngconfonlineStock media provided by JUQBOXMUSIC/ Pond5

    Going Long Podcast with Billy Keels
    How Having a Commercial Real Estate Advisor Can Open Up Investment Opportunities - Josh Weiner

    Going Long Podcast with Billy Keels

    Play Episode Listen Later Nov 22, 2023 35:15


    Going Long Podcast Episode 371: How Having a Commercial Real Estate Advisor Can Open Up Investment Opportunities ( To see the Video Version of today's conversation just CLICK HERE. ) In the conversation with today's guest, Josh Weiner, you'll learn the following:   [00:28 - 02:05] Show introduction with comments from Billy. [02:05 - 05:36] Guest introduction and first questions. [05:56 - 10:54] The backstory and decisions made that led Josh to this point in his journey. [10:54- 16:15] Josh shares how he came to the decision to go the Advisor / Broker route even though he had the possibility of going into the Developer side of Real Estate, having a Grandfather who had a lot of experience in the game. [16:15 - 21:21] Josh talks about some of the different criteria and goals of different companies who are coming to him for advice on their commercial Real Estate development plans and goals. [21:21 - 25:50] Josh reveals how you should start out looking to understand which niches of specialization and market locations are the right fit for you in Real Estate investing and development.   Here's what Josh shared with us during today's conversation:    Where in the world Josh is currently based: Washington D.C. The most positive thing to happen in the past 24 hours: Josh had a great conversation and catch-up with a partner at his company! Favourite city in Europe: Capri, Italy. A mistake that Josh would like you to learn from so that you don't have to pay full price: Make the most of slow time or when you may be struggles, and just keep going - use the time to connect with people, make plans, and keep moving forward! Book Recommendation: How to Win Friends and Influence People, by Dale Carnegie. - https://www.amazon.co.uk/How-Win-Friends-Influence-People/dp/0091906814    Be sure to reach out and connect with Josh Weiner by using the info below:      Website: https://klnb.com/  Email: jweiner@klnb.com  LinkedIn: https://www.linkedin.com/in/josh-weiner-retail-real-estate-advisor-8a59b69  To see the Video Version of today's conversation just CLICK HERE.   How to leave a review for The Going Long Podcast: https://youtu.be/qfRqLVcf8UI     Start taking action TODAY so that you can gain more Education and Control over your financial life. Be sure to connect with Billy!  He's made it easy for you to do…Just go to any of these sites:   Website: www.billykeels.com Youtube: billykeels Facebook: Billy Keels Fan Page Instagram: @billykeels Twitter: @billykeels LinkedIn: Billy Keels

    Ruff Talk VR
    Interview with Richard Eastes - Co-founder and Creative Director at Toast Interactive Developers of Richie's Plank Experience

    Ruff Talk VR

    Play Episode Listen Later Nov 22, 2023 67:27


    On this episode of Ruff Talk VR we are joined with Richard Eastes the co-founder and creative director over at Toast Interactive! The studio behind Richie's Plank Experience (and soon Max Mustard!). Listen as we get to know Richard, dive into the behind the scenes of Richie's Plank Experience, hear more about their next VR game Max Mustard, and more!Discord: https://discord.gg/9JTdCccucSPatreon: https://www.patreon.com/rufftalkvrGaming Showcase: https://www.rufftalkvr.com/p/2024-ruff-talk-vr-gaming-showcase/Tabor Radio: https://www.buzzsprout.com/2216985If you enjoy the podcast be sure to rate us 5 stars and subscribe! Join our official subreddit at https://www.reddit.com/r/RuffTalkVR/Get 20% OFF @manscaped + Free Shipping with promo code RUFFTALKVR at MANSCAPED.com!Genotype Website: https://www.playgenotype.com/Richie's Plank Experience Store Link: https://www.meta.com/experiences/1642239225880682/Richie's Plank Experience was designed to invoke the strongest possible emotions in the shortest possible time. Test your fear of heights or entertain your friends and family as they walk the plank 80 stories high and experience terrifying real fear, knees weak and palms sweaty!The plank setup has been vastly improved through the use of immersive Mixed Reality on Meta Quest 2, 3 and Pro devices. Adjust the position, rotation and dimensions of your in game plank to match your real world plank or create a virtual plank right in your living room!Once you have mastered the art of walking the plank, crank it up a notch and see if you can make it through Nightmare mode. Our Halloween themed experience is a great way to scare you and your guests during the spooky season.Have you ever wondered what it feels like to fly? With our Hero Academy, you can fly through the city like a superhero, take out rockets or fight fires.We even have a Christmas themed VR experience the whole family can enjoy. Our Santa Simulator is great for kids and family gatherings during Christmas time.Warning: This game invokes a near-instant emotional reaction. Due to the nature of virtual reality, this experience can affect your balance, cause dizziness and affect your decision making ability. Follow the in-game Safety Guidelines to reduce the risk of serious injury or harm.Support the show

    Drive With Tom Elliott
    The 'not acceptable' move one Melbourne developer is making

    Drive With Tom Elliott

    Play Episode Listen Later Nov 22, 2023 6:17


    Melbourne Deputy Mayor Nick Reece joined Tom Elliott. See omnystudio.com/listener for privacy information.

    Talk Python To Me - Python conversations for passionate developers

    On this episode we have Wolf Vollprecht and Ruben Arts from the pixi project here to talk about pixi, a high performance package manager for Python and other languages that actually manages Python itself too. They have a lot of interesting ideas on where Python packaging should go and are putting their time and effort behind them. Will pixi become your next package manager? Listen in to find out. Links from the show Black Friday at Talk Python: talkpython.fm/blackfriday Guests Wolf Vollprecht: github.com/wolfv Ruben Arts: github.com/ruben-arts pixi: prefix.dev Prefix: prefix.dev Launching pixi: prefix.dev Conda: docs.conda.io Conda Forge: conda-forge.org NixOS: nixos.org Packaging Con 2023: packaging-con.org Watch this episode on YouTube: youtube.com Episode transcripts: talkpython.fm --- Stay in touch with us --- Subscribe to us on YouTube: youtube.com Follow Talk Python on Mastodon: talkpython Follow Michael on Mastodon: mkennedy Sponsors Posit Python Tutor Talk Python Training

    This Week in Pre-IPO Stocks
    Josh Brown + Aaron Dillon >> SpaceX overview, Starlink IPO, revenue forecasts ; OpenAI governance, CEO changes, latest drama | The Compound and Friends – Nov 21, 2023

    This Week in Pre-IPO Stocks

    Play Episode Listen Later Nov 22, 2023 22:20


    Full TCAF episode = https://podcasts.apple.com/us/podcast/sam-altman-and-openai-spacex-and-starlink-nvidia-earnings/id1456467014?i=100063561609001:31 | SpaceX overview, Starlink IPO, revenue forecasts- SpaceX is a space payload delivery and satellite interne business. They have developed reusable rocket technology, significantly reducing the cost of space missions.- SpaceX payloads typically include resupplying the space station, deploying satellites, and transporting astronauts.- A significant portion of SpaceX's revenue comes from government contracts, including a substantial deal with NASA and projects for the U.S. Space Force.- SpaceX is projected to be a $41 billion annual revenue business in five years. This growth is largely attributed to the success of Starlink.- Starlink, SpaceX's satellite internet business, is expected to generate $10 billion of the projected $15 billion revenue in 2024. With over 5000 satellites in space, Starlink aims to provide global internet coverage.- Starlink is becoming popular due to its ability to provide reliable internet service in areas with poor connectivity. Its partnership with T-Mobile to connect phones directly to satellites in areas without cellular service.- There's speculation about Starlink potentially spinning off from SpaceX and going public, possibly in 2024 or 2025. The business is already profitable and growing rapidly.16:00 | OpenAI governance, CEO changes, latest drama- OpenAI was valued at approx. $30b just a few months ago and is currently in a tender offer valuing the company at $80b to $90b- The breaking news surrounding OpenAI and Microsoft has been surprising and is still evolving. Satya Nadella, Microsoft's CEO, is ripping out tweets at 2:30am.- It takes about five years to develop a large language model like OpenAI, along with significant capital investment (around $2 to $5 billion).- OpenAI's existing large language model, GPT-4, is highly regarded in the tech community.- Developers consider OpenAI's new solutions for developers to be game-changers.- Anthropic, another AI company with a focus on AI safety first and significant investment from Amazon, is growing rapidly and gaining investor attention despite leading with an AI safety-first model. This serves as a proof point that a safety-first approach doesn't necessarily hinder business growth and investor interest.- The current situation with OpenAI's board and executive team will get resolved soon, providing more clarity on the company's future trajectory.

    9to5Mac Happy Hour
    RCS coming to iPhone, Apple Black Friday, Ask9to5Mac

    9to5Mac Happy Hour

    Play Episode Listen Later Nov 21, 2023 58:41


    Benjamin and Chance react to the shocking news that Apple is adopting RCS for iPhone messaging, likely with iOS 18 next year, and its implications on the ecosystem at large. We also answer your begging questions in #Ask9to5Mac, on this special holiday episode. Happy Thanksgiving to those who celebrate! Sponsored by Roborock: Check out Roborock's 2023 Black Friday Sale with big discounts on the company's lineup of intelligent robot vacuums. Hosts Chance Miller @ChanceHMiller on Twitter @chancehmiller@mastodon.social @ChanceHMiller on Instagram @ChanceHMiller on Threads Benjamin Mayo @bzamayo on Twitter @bzamayo@mastodon.social @bzamayo on Threads Subscribe, Rate, and Review Apple Podcasts Overcast Spotify Ad-free version You can get an ad-free version of 9to5Mac Happy Hour on Apple Podcasts each week for $5 per month or $50 per year. Feedback Submit #Ask9to5Mac questions on Twitter, Mastodon, or Threads Email us feedback and questions to happyhour@9to5mac.com Links Apple extends free period for iPhone 14 satellite features Apple announces that RCS support is coming to iPhone next year What color bubbles will RCS messages be? Here's Apple's answer RCS is coming to iOS, but will it change anything for iPhone users? Apple's RCS announcement date wasn't coincidence Apple Black Friday and Cyber Monday deals revealed Apple aims to make holiday shopping easier with 'Order By' deadlines Black Friday Apple deals: M3 MacBook Pro, AirPods, more Apple Music Classical is now available on the iPad Is Craig Federighi a Taylor Swift fan?

    Python Bytes
    #361 Proper way to comment your code!

    Python Bytes

    Play Episode Listen Later Nov 21, 2023 29:39


    Topics covered in this episode: The many shapes and sizes of keyboards appeal - a CLI framework from Larry Hastings Graphinate: Data to Graphs A Disorganized List of Maintainer Tasks Extras Joke Watch on YouTube About the show Sponsored by Scout APM Connect with the hosts Michael: @mkennedy@fosstodon.org Brian: @brianokken@fosstodon.org Show: @pythonbytes@fosstodon.org Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Tuesdays at 11am PT. Older video versions available there too. Michael #1: The many shapes and sizes of keyboards Many keyboards discussed Focus on health and safety (as it should!) I swear by Microsoft Sculpt Ergonomic (which wasn't mentioned) More options still over at Wire Cutter Brian #2: appeal - a CLI framework from Larry Hastings “Give your program APPEAL!” Appeal is a command-line argument processing library for Python, like argparse, optparse, getopt, docopt, Typer, and click. But Appeal takes a refreshing new approach. Hello World example: import appeal app = appeal.Appeal() @app.command() def hello(name): print(f"Hello, {name}!") app.main() looks fun, no idea how to test with it “yet”. But I plan on looking into that. Michael #3: Graphinate: Data to Graphs via Eran Rivlis Graphinate is a python library that aims to simplify the generation of Graph Data Structures from Data Sources. Write a function to definite the edges as a generator, call materialize Based on NetworkX See the github page for visual examples Brian #4: A Disorganized List of Maintainer Tasks David Lord Plus, David Lord, lead maintainer of Flask, Jinja, Click, … on Pallets, also PSF Fellow, has a blog. Neat. TLDR; Next time you want to ask "When's the next release?", instead look at the project and see where you can start getting involved. The more help maintainers have, the more they can get done. Long list of stuff David thinks about when maintaining a project. My list is shorter, but it's still long, and my projects are tiny in comparison to his Extras Brian: Do you do enough testing? pytest to the Rescue! webinar from this morning The Complete pytest Course will be 16 chapters, 11 are released, the 12th is recorded and almost released, and the 13th should be next week, … I should be done with all 16 by the end of the year. Testing argparse Applications Python Test Podcast episode 109: Testing argparse Applications Blog post on pythontest.com: Testing argparse Applications Black Friday sale on The Complete pytest Course Use code BLACKFRIDAY for 50% off of The Complete pytest Course, Full Course + Full Access Michael: It's Black Friday at Talk Python Python 3.13.0 alpha 1 is now available Python Developers Survey 2023 Joke: The proper way to comment your code!

    Heather du Plessis-Allan Drive
    Andrew Krukziener: property developer doubles down on threat to sue Auckland Council if it votes to sell Downtown Carpark building

    Heather du Plessis-Allan Drive

    Play Episode Listen Later Nov 21, 2023 5:22


    A prominent Auckland businessman has threatened legal action against Auckland Council if it votes to sell the Downtown Carpark building. Precinct Property was selected as the preferred buyer in September last year- and it plans to use the space to build apartments and office towers. Andrew Krukziener says the Downtown Carpark is a crucial asset to the city centre. "To take it away will diminish business in the city, it'll be terrible for Aucklanders and people who live on Waiheke who use that carpark as a connection point." LISTEN ABOVESee omnystudio.com/listener for privacy information.

    Embrace Your Strengths
    EP 126 Encouraging Others and Herself that God is Always at Work with Judy Douglass

    Embrace Your Strengths

    Play Episode Listen Later Nov 21, 2023 43:23


    Judy's Top 5 CliftonStrengths are:  Developer, Connectedness, Positivity, Strategic & Input Judy Douglass is the founder and host of Prayer for Prodigals, an online community for those who love someone who is making destructive choices. She has served as editor of two Cru (Campus Crusade for Christ) magazines, has authored six books, and speaks all over the world. A writer, speaker, encourager, and advocate, Judy loves to encourage God's children to be and do all that He created them for. A native of Dallas, she graduated from The University of Texas with a degree in journalism. Judy serves as global director of Cru's Women's Resources and partnered with her late husband, Steve, president of Campus Crusade for Christ International, to lead Cru globally for almost 20 years. Judy resides in Orlando, Florida. Learn more at judydouglass.com Find out your strengths by taking the CliftonStrengths Top 5 Assessment   Workshops and Coaching with Barbara Culwell Subscribe & Leave a Review on Embrace Your Strengths    

    WP Builds
    This Week in WordPress #276

    WP Builds

    Play Episode Listen Later Nov 21, 2023 93:32


    The WordPress news from the last week which commenced Monday 13th November 2023.

    The New Stack Podcast
    Debugging Containers in Kubernetes

    The New Stack Podcast

    Play Episode Listen Later Nov 21, 2023 15:49


    DockerCon showcased a commitment to enhancing the developer experience, with a particular focus on addressing the challenge of debugging containers in Kubernetes. The newly launched Docker Debug offers a language-independent toolbox for debugging both local and remote containerized applications.By abstracting Kubernetes concepts like pods and namespaces, Docker aims to simplify debugging processes and shift the focus from container layers to the application itself. Our guest, Docker Principal Engineer Ivan Pedrazas, emphasized the need to eliminate unnecessary complexities in debugging, especially in the context of Kubernetes, where developers grapple with unfamiliar concerns exposed by the API.Another Docker project, Tape, simplifies deployment by consolidating Kubernetes artifacts into a single package, streamlining the process for developers. The ultimate goal is to facilitate debugging of slim containers with minimal dependencies, optimizing security and user experience in Kubernetes development.While progress is being made, bridging the gap between developer practices and platform engineering expectations remains an ongoing challenge.Learn more from The New Stack about Kubernetes and Docker:Kubernetes Overview, News, and TrendsDocker Rolls out 3 Tools to Speed and Ease DevelopmentWill GenAI Take Jobs? No, Says Docker CEO

    9to5Mac Happy Hour
    RCS coming to iPhone, Apple Black Friday, Ask9to5Mac

    9to5Mac Happy Hour

    Play Episode Listen Later Nov 21, 2023 58:41


    Benjamin and Chance react to the shocking news that Apple is adopting RCS for iPhone messaging, likely with iOS 18 next year, and its implications on the ecosystem at large. We also answer your begging questions in #Ask9to5Mac, on this special holiday episode. Happy Thanksgiving to those who celebrate! Sponsored by Roborock: Check out Roborock's 2023 Black Friday Sale with big discounts on the company's lineup of intelligent robot vacuums. Hosts Chance Miller @ChanceHMiller on Twitter @chancehmiller@mastodon.social @ChanceHMiller on Instagram @ChanceHMiller on Threads Benjamin Mayo @bzamayo on Twitter @bzamayo@mastodon.social @bzamayo on Threads Subscribe, Rate, and Review Apple Podcasts Overcast Spotify Ad-free version You can get an ad-free version of 9to5Mac Happy Hour on Apple Podcasts each week for $5 per month or $50 per year. Feedback Submit #Ask9to5Mac questions on Twitter, Mastodon, or Threads Email us feedback and questions to happyhour@9to5mac.com Links Apple extends free period for iPhone 14 satellite features Apple announces that RCS support is coming to iPhone next year What color bubbles will RCS messages be? Here's Apple's answer RCS is coming to iOS, but will it change anything for iPhone users? Apple's RCS announcement date wasn't coincidence Apple Black Friday and Cyber Monday deals revealed Apple aims to make holiday shopping easier with 'Order By' deadlines Black Friday Apple deals: M3 MacBook Pro, AirPods, more Apple Music Classical is now available on the iPad Is Craig Federighi a Taylor Swift fan?

    IT Visionaries
    How Google Is Unleashing Generative AI To Make The Future Better

    IT Visionaries

    Play Episode Listen Later Nov 21, 2023 44:23


    Google made its name by changing the way the world uses the internet. Today, the company is still on the leading edge of innovation and Ritika Gunnar, the Sr. Director of Product Management, Databases at Google, is helping to shape the future of technology once more. On this episode, she dives deep into how, where, and why generative AI is going to revolutionize the way engineers build, how apps are developed, and how everyday work gets done.Tune in to learn:Why is database management so hard? (3:00)How generative AI is transforming what Google builds (12:00)Creating a whole new world for app developers and programmers (18:00)Generative engineering and how it will change the way developers work (24:00)How generative AI is being use to create new experiences (33:40) Predicting how AI will be used in the future (36:42)Mentions:Google careersThe rise of GenEng: How AI changes the developer roleMission.org is a media studio producing content for world-class clients. Learn more at mission.org.

    Dining on a Dime
    Beef and Beers, Cookies with Kindness, and a cuisine to spice up your life

    Dining on a Dime

    Play Episode Listen Later Nov 21, 2023 56:00


    We began our show with the CEO of Parliament Real Estate Partners; President of Parliament Consulting LLC; Co-Founder of Broad Street Brewing Company; and Co-Owner of Jericho Mountain Beef Company, Edward Webber. Webber and his partners have a strong focus on sustainability and leveled-up by using the brewer's used ingredients to feed the cattle on their ranch. It's a rather ingenious move, and a new way that beef and beer can go together so well. There's so much more to upack in Webber's interview, so we recommend you stick around to find out!Next, we sat down with Kindness Kookies Owner and Baker, Ashley Naftaly. Ashley began her cookie venture during the pandemic, making and offering her tasty treats to fellow gym enthusiasts. She is not shy when it comes to admitting the irony of it all, but that little gesture turned into a much larger one--as she now bakes cookies with a cause. Her sweet baked goods do good deeds, as you can designate an organization to help out. There are also special recipe creations to look forward to, so spread a smile on your face by tuning in and finding out more about Ashley and her Kindness Kookies!Speaking of spreading joy, our final guest joined us from Santa Fe, New Mexico! Ahmed Obo, who is the Chef and Owner of Jambo Cafe and Jambo Bobcat Bite, was born and raised in Lamu, Kenya. And in 1995 he immigrated to the USA via New York, finally landing in New Mexico to work and help support his family members living in Kenya. Little did Santa Fe know that in gaining a new resident, their palates would be opened up to a whole new world of tasting sensations. Ahmed's business' began as a suggestion for a special dinner night at a local Zia Diner, and very soon after it was a huge hit. Now, Ahmed's Jambo Cafe has gained him attention from numerous media outlets, earned him a James Beard Foundation Nomination, and caused many celebrities to be enamored with his cuisine. Curious to find out more? Then stay tuned till the end, and hear from Ahmed why you need to visit Jambo Cafe and Jambo Bobcat Bite in New Mexico!