AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Pros and Cons of Rust
There's a platform abstraction in our code, right? So there's probably like 5% of our code base or something like that is like interfacing with Mac API's. And so what we, what we'll do is we'll substitute that out and on like Linux, for instance, we'll use probably open geo. The hard part will be the rest of the platform API. I don't think that's going to be the hard part. We have all this custom code around like Mac menus. For instance, it's not going to apply on Linux or Windows. Like our auto update is going to be a pain. I have a feeling the way that we package the code. That