#302 The Blue Shirt Episode - podcast episode cover

#302 The Blue Shirt Episode

Sep 20, 202233 minEp. 302
--:--
--:--
Listen in podcast apps:

Episode description

Transcript

Hello and welcome to Python Bytes, where we deliver Python news and headlines directly to your earbuds. This is episode 302, recorded September 20th, 2022. I'm Michael Kennedy. And I'm Brian Okken. Hey, Brian. How are you doing? I'm great. It's a nice day. Yeah, it is a lovely fall day here in the Pacific Northwest. Dry as can be. I just had a very nice walk with my dog. Nice. It's going to be hard to go back to work after this podcast, looking out the window.

I give myself 50-50 chances of making it. Yeah, I got to go back to the other screen. That's right. I'm going to be looking that way. Awesome. Well, before we kick off the show, I also want to say thank you once again to Microsoft for Startups. They're sponsoring this episode again. And huge supporters of the show. Tell you more about that later. Brian, could you just whisper to me about your next project here? Code Whisperer.

So we've talked about, I think we've talked about GitHub Copilot before. And I'm not sure if we talked about Amazon's Code Whisperer yet. I don't think so. Okay. So Code Whisperer is a similar kind of thing, I think. I haven't tried it myself, actually. But there's an article by Brian Tarbox that says, Can Amazon's Code Whisperer write better Python than you? I brought this up because I've been thinking about it a lot, about these AI copilot sort of things and stuff.

So Amazon's offering looks like it's almost, I don't know if it's a similar sort of model. In this example that he's giving, he has a bunch of examples. He's going through, you write a description. He's writing a description. I don't know if this is the only way. But basically, describe the function you want. Like, function to open an S3 file. And it writes one for you. And even titles it. So you give it a code comment and it, like, pops out some code.

Now, for this is kind of an interesting thing around, especially around Amazon services, because there's a lot of Amazon services. And, you know, you do a lot of API lookups and stuff. So some help directly around APIs. Actually, I think that that area makes kind of some sense. Although, if you need an AI to figure out the API, maybe the API is a little complicated. Just saying. Exactly. But the discussion is an interesting one through here about, basically, about the code that it gets out.

And it's really not talking about the morals of it or anything. It's just really talking about using it and how good it is. The punchline at the end. So the author admits that the title was intended to be clickbaity. And, you know, which is cool. Because it's the internet. Yeah. But despite that, he, in walking through it, he thinks that it's actually, it's just making him a little bit better because it's more efficient. And I'd like to quote a little bit. It's a little bit better.

It's a little bit better. It's a little bit better. It's a little bit better. It's a little bit better. But it's a little bit better. It's a little bit better. But it's a little bit better. spurs code is better or worse than mine is at the margins and not really important. What is significant is that it has the potential to save me a ton of time and mental space to focus on improving, refactoring, and testing. It makes me a better programmer by taking on some of the

undifferentiated heavy lifting. And I kind of like that idea of it kind of takes away the blank canvas situation of like, you know, it might show you how it might one way to do it. And you can look at it and go, Oh, no, I wouldn't do it that way. And then you can change it. But you've you now you're on your second draft already, instead of so it's letting the AI do the first draft. It's kind of a

neat idea. I was looking he did this data class one, for instance, this kind of blew me away. He's got an inventory item. And, and it's already any writes a description for a function that returns whether or not an item costs more than $10. And, and it returns, it writes a function called expensive, like he didn't say expensive in the title at all. But it's interesting. It said expensive, and then it returns whether or not the unit price is greater than 10.

And it realized it was within a class. And so it used self dot unit price and not just some unassociated function that returns greater than 10. Yeah. So it is interesting. Yeah, yeah. Anyway, interesting discussion. And then also interesting looking at the code, he tried it against test code, he said, I want to function the test the inventory class. Well, one, I think it was probably maybe this was a prompting problem. You shouldn't have one

function to test an entire class. My, my, my druthers, but it did a decent job of at least giving you a first start of like, one of the things to test is you need to test the expensive thing. You need to function, you need to test the total cost. It just did it all in one function though. So I mean, I guess that's what he asked for, but coming up with the total cost, which is computed. That's kind of interesting. Yeah. Yeah. That is interesting. Yeah.

And the base item is a unit price of $10 and there's five of them. And so in the test, it asserted the total cost is 50. Yeah, definitely. Interesting. Interesting to definitely look at and good. And it might help you think about other test cases around it. So, so I guess cool. I wanted to point out while I'm thinking about it, one of the reasons why I brought this up is I just listened

to a changelog episode with Simon Willison called stable diffusion breaks the internet. And this is focused on AI driven artwork, which is definitely interesting and interesting conversation, but in it they talk, since these are all programmers, they talk, talk about how this, the same sort of argument applies around, around code generation of the morality of it. And, and then aside more morals aside or in legal stuff aside, it's happening. So how do you,

Simon brings up the term of basically just you need to be one level of abstraction above the AI system. So just to make sure that you were still adding value and the original author of this article talked about this as well of it's, it's not about really not thinking it's about freeing up some of your brain space to do other things. So in interesting. So, yeah, it is interesting. I mean, there's certain

things that you probably don't just don't need to remember. You know, I'm thinking of, do I really need to remember all the steps in the connection string schema for connecting to SQLAlchemy? Probably not. I could just say connect to SQL, you know, connect SQLAlchemy to a Postgres database and boom, it gives me, you know, create the metadata, the metadata base class, and then create an engine and create a connection

and you're buying the engine, all those steps, right? Like if you could just kick that kind of stuff out, that's something you want for a project and you just never do. It's not like, boy, I'm sure I'm not good at connecting to SQLAlchemy. I'm just not a good programmer, I guess, right? You look it up, you put it in there and you go. And so if you didn't have to take the step of looking up, that's kind of

cool. Yeah. I also like that. I didn't think about this before. And I think GitHub actually intended you to think about it like this with naming it Copilot. It's not intended to take over your work, but it's like sitting down with somebody that kind of knows what they're doing and being in pair programming with them. Yeah. You can't turn off your brain, but maybe you can ease up a little bit. So anyway.

Wait, before you close this, scroll down to this black and white code editor. Boy, look at that. If you check out this article, there is a, I don't even know what to make of it. Because to me, it looks like a super retro early macOS, like macOS one type of UI, but then the file is c colon backslash CD. It's just a mix of like beautiful retro. Yeah. Well, he was talking about the first recorded code completion appears in the Pascal editor called Alice in 1985. So yeah. And I guess that's it.

Well, that's a, that's a heck of an editor. Super cool. All right. On to the next one. Yeah. Two things real quick. I just want to point out or sort of make a comment. It's not pointed out this morning. I had to make a new API because one thing I've learned about writing courses that depend on other people's APIs, these other people suck at keeping their APIs running. They either decide, you know what, this is costing me $10,000 a month and I'm going to have to charge for it. Boo hoo. No,

just kidding. That's a reasonable reason to change, but it changes like with the open weather API or like this one for this Twilio course I was using. So I spent the morning a little bit of yesterday and this morning, just doing a complete from scratch FastAPI API. And what a ton of fun it is to just work with FastAPI and get to build out all sorts of neat, neat little things. And so, you know, I just want to shout out if you're, if you're building something with FastAPI or you're

building an API, you can definitely give FastAPI. Look, there's a lot of, a lot of neat things you can do to put together. Like here's a whole little website. It even does CSS and images and sort of, sort of chameleon templates. I mean, it's basically static, but anyway, fun stuff and continues to be fun. And so which, which, course is this for? Is it for the Python powered chat apps with Twilio and SendGrid, which is actually a free course, but it sets up a chat bot that you order from like a

bakery type thing over WhatsApp. And the problem is if you go to the APIs that the WhatsApp thing was using, they just 500 or 404 or one of those two things, neither of which is super useful for the course. So I recreated it in FastAPI this morning, which is cool. Now it lives on the internet, but that's not what I want to talk about as super as that is. I want to talk about Apache superset. Okay. Have you heard of superset? No. Well, the word I know.

Of course. But Apache superset is a modern data exploration and visualization platform. And I came across that the other day and I'm like, what the heck is this? I haven't even heard of this. It has almost 50,000 GitHub stars. Okay. That's insane. And is put together, by back, Max Bushman, um, co also the creator of Apache airflow, which is pretty cool, right? So this is, this turns out to be a really interesting program and it's written in Python

and TypeScript. It's like really front end heavy because it has a lot of visualizations and stuff, right? But all the backend stuff, it's all the things that you would know. It's Flask, it's Redis, Celery, many of the, you know, pandas and data science tools you would know, but it's not exactly a tool for developers like Jupyter. So Jupyter would be a way that data scientists who know Python would sit

down and leverage their Python skills to check out data and explore things. This one is really almost meant for like people who would say, I'm going to fire up Excel and see what's going on, or I'm going to fire up some BI tool like Tableau. And I want to look at it a little bit and see what's going on. And it's also open source and written in Python, which means it has APIs and extensions and plugins in

Python, which is pretty excellent. So it has a way to explore your data. Like Brian, look at this picture. What do you think? It's, I don't know what it is, but it's pretty. It's glorious, right? Like it's a fantastic way to visualize. You know, here's 25 contributors to a stream over time. You can sort of see like the growth of their contributions or not. And so the way you generate this is you just connect it to a database. It gives you the table. You say, make a chart out of

this database and you draggy, droppy, the pieces over and boom, there it goes. And it doesn't have to just be the data in the database. It can be a computed field. So you could say, I want to graph the sum of this join onto like the orders of each customer, or I want to see the max order for each customer, you know, things like that. Right. So that's pretty cool. So you can explore data like that. You can create these dashboards, these live dashboards to see what's the state of our

business today. And it even comes with a SQL IDE, all of this in the browser, very Jupyter-esque. Pretty cool. This is pretty neat. Yeah. Yeah. Very, very neat. And it connects to, I told you it was Python. It connects to all of its databases

using SQLAlchemy. And so any database that can be a data source for SQLAlchemy, you know, obviously Microsoft SQL server, Postgres, MySQL, but you know, things you might not think of like Vertica or Druid or Amazon Redshift or Google BigQuery, all of these different data sources, Databricks are available as a data source because SQLAlchemy knows how to talk to it. And this just leverages SQLAlchemy. Yeah. Hey, hold it there for a sec. One of the things I learned recently,

which I don't know why I never got this before, but look at the SQLite logo. Yes. It's got a quill in it. Did you, did you know that before that it's a quill for SQLite? Oh, quill. I did not put that together now. How funny. Now we know. Cool. So anyway, yeah, people can check this out. It's kind of a little bit intense to run, but you can pip install it, but probably the better way to do it,

you want to just try it out is to install it locally with Docker. So for me, for example, I just put in the GitHub repo and then went in there and said Docker compose, gave it the YAML file and said, pull and then up and off it goes. So this is not a service. This is just something you can download and you run then. It's something you can download and run, but it has a lot of infrastructure bits clicking together.

Okay. And so, when I interviewed Max Bushman, he actually is now the CEO and founder of preset, which is superset as a service. So if you want to, if you want to have someone else host it for you, you can go check it out with them. Right. But it's also a thing you can just run yourself, but look how popular it is. Almost 50,000 get up stars, 10,000 forks. And I just learned of it. That's nuts. Well, I mean, you know, go figure. People actually want to know what's in their data. I know. Weirdos.

Yeah. It's so weird. What I think is cool about it is it lets you connect into like your live operational data, not just like, Oh, I downloaded a CSV and now I can ask questions. Right. You can just like whatever the current data is, let's get that and build a dashboard around it. Pretty awesome. Yeah. Yeah. All right. Well, superset, if people need an alternative to Excel or BI or Tableau or whatever, check out superset. It's very, very Python friendly and looks pretty nice.

You know what else is nice? Tell me. Microsoft for startups. Ah, they are. They are very nice. So yes, it's time to tell everyone about our sponsor, isn't it, Brian? Yeah. Let me tell you all about Microsoft for startups. They created Microsoft for startups, founders hubs to help give early stage startups, the support that they need to be successful. If you are dreaming

of, or in these stages of an early stage startup, you know, you should go apply. And the link at the bottom in the show notes is by them by set of them slash founders hub 2022, all one word go over there and apply is completely free to apply. You don't have to be third party verified. You don't have to be VC funded. If they think your startup has merit, you're in the program program comes with

many thousands of dollars of cloud credits. You can, you get some to start. And as you make your way through different stages of your life cycle, you get a bunch more, but what's maybe even more important is access to their mentorship network. So there's a reason that Silicon Valley is the heart of so many startups. And it's not just, you know, the nice weather, if anything, I don't encourage people to go outside and not work on their projects, right? It's the network

and it's the connections. And if you live somewhere else, or if you're not in that space, it's very hard to get connected with the right people to make the right steps, right? So this program will get you

set up there. So in addition to all the cloud credits and so on, you have access to this founders network where you can book one-on-one meetings with hundreds of different mentors, many of whom are founders themselves that are experts in areas such as idea validation, fundraising, management and coaching, sales and marketing. That's the one that's the toughest, I think. If you can nail that, you're golden. So make your idea a reality today with a critical support for Microsoft for startups,

Founders Hub. Check them out at pythonbytes.fm/foundershub 2022. Thanks again to Microsoft for supporting our show. Yeah. Thank you. Yeah. Indeed. All right, Brian. Now what you got? Well, I want to share something that Jeremy Page from the chat says, I thought SQL, always thought the SQLite logo was an homage to TCL and I've got the logo for TCL. So maybe, I don't know. Perhaps. Interesting. So, but I wanted to talk about recipes from Python SQLite again, recipes from Python

SQLite docs. So this is kind of a, there's a, this is an article by, I wrote it down, I promise I did. Redowan Delaware, cool name. So this, he was going through the SQLite three docs on the Python docs. And there's a, there's a lot of examples, but some of them don't have actual examples. It just talks about the API. And so he decided to write out some of the examples as little code snippets. And I really

like this. If you're learning SQLite or even, you're just want to learn not SQLite in particular, but databases. These are concepts that apply to a lot of things. So he's, he's got, of course, whether or not you can execute individual statements or batch statements. So he's got little examples for that goes into this is interesting. I thought was user defined callbacks. I thought this was really cool.

For instance, a scalar function, he defined a, and I knew that like you could put user defined functions in databases, but I haven't ever done that really. He has a, a hash function, SHA256, that creates a hash for passwords. And then he shows how to use that when he passes in a username and password into the database, how it turns it into a hash, hashes it before it stores it. That is cool. I never knew you could do that. Here's a Python function passed over as part of a

passed over to SQLite. And then the SQL statements can call it. That's, that's real cool. Yeah. I mean, there's a special syntax. So that's good that there's these examples of like insert into user values, users values, and then this question mark and SHA256 question mark. Also, that's fantastic that that's being shown because that's the parametrized, then the anti little Bobby tables version. Okay. Which is the best practice, right? The alternative is something worse.

Yeah. And then, you know, aggregate functions, which kind of got lost here, but there's a whole bunch of really cool examples of using, using SQLite and, and they're really tiny examples. And so the, one of the other things I wanted to share the reasons I wanted to share this article is I think this is a really great way to learn an API or learn a service is to write these little example

things in little code snippets and try it out. Try it out with a table that you're creating that only has two or three elements in it so that you can, you can play with it and, and you can get your head around what you think the answer should be and what it does. The only thing I think I'd probably add, of course, is if you're going to do little code snippets, these all have to be in separate files,

right? Unless you just write test functions. So this is a great use for pytest. I use it all the time. If I'm learning something, I just do these little code snippets, but I do them within a test function. And then it can be, it's not really testing anything except my own knowledge, but I can run them just by right clicking on the, or clicking on the little arrow that the editor has for each little function. So just rerun the failed test until, until I understand it. Yeah. Oh yeah. Very cool.

Anyway. All right. How about something we don't understand? Okay. Let me take you over, let me take you over to a weird world of cascading consequences. So there's this guy who is a assistant professor at NYU Tandon security and reverse engineering person named

Brandon Dolan Gavit. And there's this tweet here over to his blog post saying, a new blog post in which I I download four terabytes of Python packages containing native X86 libraries, you know, something that's done some C++ thing like G event or pandas, one of those numpy that then bundles it into a wheel. And apparently there's a bug in one of the C compilers that if you pass dash F fast dash math, it will potentially alter the floating point behavior of your program. If you

compile it with that. All right. So we're in Python, we don't compile things that often. What do we care? Well, what this does is it reconfigures how the process uses like some low level registers, but some feature of the CPU on how it does floating point math. And because when the library is loaded, it changes that feature while it changes it for the entire program, AKA your program. That doesn't sound great. Does it? No. So let's, let's dive in. So the article is called someone's been messing

with my sub normals, sub normals, I suppose being an aspect of floating point computations. So here he is in Python 3.8 and he says from transformers import code gen for causal LM. And that's all they, it's all he wanted. This is in IPython terminal. And it starts bumping out all these warnings. NumPy core get limits. User warning, the value of the smallest subnormal for class numpy.float32 type is zero. Over and over and over these start popping out. It's like,

hmm, well, warnings about floating point numbers sounds bad. What do you think? Yeah. So it turns out that something, not numpy, but something that is in this library was compiled with this dash FF math dash fast flag. When it got imported, it changed how numpy was working. Okay. So it says, what were the problems? It says, well, it changes the floating point unit behavior that's on the CPU, the actual FPU. I remember when, by the way, CPUs didn't come with that. Like I was trying to

decide with my first computer to get a 486 SX or DX. And I got the DX because it came with a floating point unit on the CPU. Anyway, that thing gets messed with and says for some algorithms that depend on the behavior and will fail to converge if it's set to treat this as different. So it uses the FTZ DAZ flags in the MX CSR register. That's part of the part that I don't understand. I don't, I don't work that low

level, but it turns out it's not ideal. So it said, well, what is actually going on here? And apparently there's a way, there's a whole bunch of stuff, how you can search through Linux and whatnot to figure out what processes are doing this weird stuff. And also apparently if you compile with the dash, oh fast, it also like cascades over to having the same behavior. So there's some exploration, like you wrote some C code

and then imported it into Python. and it seemed all fine. And then did the same thing with oh fast and able to get all these warnings. I've never seen this warning. So I guess that's good, but it turns out the culprit was G event of all things, which is a event-based asyncio networking library. Yeah. But somehow something was

using it. And when it got imported, it freaked everything out. So then the question becomes, well, if G event, G event can be causing these problems because somebody thought it was awesome to compile the fast version, not the slow version. What else is out there? So, Brandon went through and decided to download four terabytes of wheels for all the things that might have some kind of x86 binary in

them. And then there's a ton of analysis of trying to figure out like, well, how do you actually look for and find whether or not this program has this feature or not? It turns out to be pretty tricky. So there's a bunch of stuff about going through to just check to see like what, how do you test it for this many packages? Cause the test he was using before was super slow. So anyway, it's, it's not ideal.

I think there was something like 49 different packages. Let's see. I wrote it down up here. I'll get this number, right? Yeah. There's 49 packages, 49 packages on PyPI that were built with this flag. However, thousands of packages use those libraries and hence were also subject to that behavior with 10 million downloads in the last 30 days. So that's pretty nuts, huh?

Well, I mean, you're kind of scaring me. So how do I know if I need to care? I guess, you know, I, are you doing iterative floating point math that goes down to like very small things? Probably, probably not. I don't think I need to care. I'm doing like, I need, I didn't need to know what 33% of, you know, 69 is. It should be fine. Right. but if you're doing, well, you got to test, got to test your code. And I guess we have to test our math as well. I just sort of

trust that a lot of that works. Yeah. I suppose you would see those warnings, right? That about the floating point subnormal coming in. Okay. Yeah. so there's a great long list of here of packages, let's see. I'll just read some out. People might know. So for example, G event, G event, G event, HTTP client, flask socket IO dagster, which is used in data science a lot for like data engineering, web socket, G event, web socket, locust for a testing, interpret high Kafka

and on and locust plugins, parallel SSH, right? So it doesn't matter if you're using that library for the math, just if it gets imported, it changes all the math of the program. So anyway, there, there it is. People can check it out. The comments are pretty glowing about this research. Matthew Adams, for example, says crazy, awesome work, bro. You should be knighted for this. Uh, in our chat, Alvaro says, run your, run your test with a dash W error, which you should be

anyway. So cool. So warnings treated as errors basically. Yeah. Yeah. Or set that particular one to be, warning. All right. Well, I guess that's it for our four items that we're covering today. Am I right? Yeah. I was just, I was, I was giggling during part of that. Cause I, the subnormal just cracking me up. Like, like why is, why is Brian talk like that? I don't understand

most of his words. Oh, don't worry about him. He's subnormal. I don't know. I also, I also like the title of the overall blog, push the red button, push the red button for a research, malware reverse engineering, pen testing on the blog. Yeah. Nice. Nice. All right. Well, how about some extras? Yeah. I don't have anything I want to show, but, but I was just going to say a couple of

things I've been up to. I've been thinking about change logs a lot and for on test and code, instead of doing like a one episode on change logs, I thought I would talk to several people and do an NPR style combined. So it might be, it might end up being a series of episodes that I'll release together or, or one long episode. I'm not sure yet, but, basically I'm thinking about change logs a lot. the other thing I've been doing is, thinking about, so we had that pie test

course out, right? Last week. we did just awesome on, Talk Python Training. and, uh, I, I, I, it's cool. anyway, Talk Python Training. I always get to it by just remembering that I switched that and just say training.talkpython.fm and you can get there. But, but I've had some requests to take some of the content and, change it for individual

teams. So, and this is an interesting thing to me to, to, and to think about, to say, cause like in this course we do a database and a command line interface, but we're mostly testing through the API. So API API with the database application. so we're doing things, the, the layered things, but some people are like, well, I don't use the database. So maybe we could swap that out with an example that uses one of the resources we have. And more of our example, we don't do the API. We do

these little, we're testing something else. So like, okay, we can cover the concept. So it's a neat idea to try to focus that towards people. So if it, I guess if you're interested in doing that, check out, python test.com and under training, check me out. So yeah. Awesome. Yeah. There's a lot of ideas in that course that can be applied to different industries, different ways. Yeah. Yeah. Different ways for sure. Awesome. Yeah. So the PI test course is going super strong. People really

love it. great work on that, Brian. I have another course to announce cause it's been a week. It's been a week. It's been a week. Python data visualization. So this is a course by Chris Moffitt over at Talk Python Training. And the idea is there's all these different choices. I mean, we just talked about superset today and throw, throw that in as another thing in the pile of general visualization tools, right? So you might do matplotlib, or maybe you want to use something new

like Altair. So this course goes through and shows you what it's like to do visualizations in these different frameworks, like matplotlib, Seaborn, even pandas and plot.ly and streamlet. And then you can build out these different scenarios and say, well, in this case, it might make more sense to use matplotlib, or I might choose Altair and it'll help you choose a visualization framework, but also it'll show you how to use all of them. So it's a nice broad exposure to all these

different frameworks. So people can check that out. Talk by thumb.fm click on courses. Ooh, this, this is definitely useful. I got a project that I need this for. So yeah, this is going to be a good one. It is a good one. I've already seen it. I've seen it several times actually, but it's good. Let me see. Do I have any more extras I want to give a shout out to? No, just those two things. And then I have, I have two jokes for you this week because one is not enough.

No. Yeah. The first one here has to do with people who maybe learned a different language, maybe are hating a little on Python. So here's somebody says, me laughing at all the Python hate on this sub Reddit as I study C#. Silly language. Come on. We all know C# is better. And then that's like a smiling, laughing person. And then a more seriously, somewhat concerned starting a new job and realizing on the job board, 95% of them are asking for Python. That's very fun.

Well, that now I want to go over to the, like the, the C# subreddit and see if I can find some anti Python jokes. I know. Wouldn't that be good? All right. Well, that one's pretty good. And then were you affected by the recent, we have, for people who are not in our area in Pacific Northwest, there was a massive windstorm, like 30, 40 mile an hour wind, 25% humidity, a hundred degrees. It was like, if somebody threw a cigarette

out the window, the entire Pacific Northwest would just go instantly catch fire. It was like, it was insanely bad. And so we had our power turned off in the West Hills here because the trees were so likely to fall over and cause a fire from knocking over. So they just cut the power for like a little bit. They also did that in California. There's like a big, it was a bit of an irony. Like one day they said, we're going to only allow the sale of electric cars after 30, 30, 35 or something,

whatever the date is. I mean, I'm, I'm going to support that. I'm a fan of electric cars and all, but like the next week they said, Oh, we're going to turn off your power. Cause actually I think the electric cars might help balance it out. But anyway, bit of an irony. So this next joke has to do with

that. So I got ahold of this from Kylie codes and she highlighted this tweet that says the governor has declared that for California, the governor has declared a state of emergency and ask all Californians not to run NPM install between 4 PM and 9 PM today in an effort to save energy and fight this wildfire danger. Oh, that's awesome. Isn't that good? Yeah. Yeah. I love it. So that's, that's the two jokes I got for you. yeah, nothing too deep. Well then also you, me and missed one.

There was a, like the, the, the build on of that. The build. All right. Do tell us about it. Okay. Governor declares the state of emergency and asked all Californians to not run, a wasm pack build between 4 PM and 9 PM. Exactly. Nice. Cool. And John Sheehan says, it's funny because it's true. Didn't you just talk about the other day, about rough and having our Python tools faster, like the JavaScript community is being concerned about faster tools.

Maybe not everywhere. Maybe not a hundred percent. Yeah. Awesome. All right. All right. Well, good episode as always. Thank you. Thank you. We'll talk to you next week. Yeah. See you next week. Thanks everyone for listening. Bye. Bye.

Transcript source: Provided by creator in RSS feed: download file