Why are you traveling to make a call? You could just call.
Why are you traveling to make a call? You could just call.
That’s what I heard. That’s what people are saying.
Very cool. I’ll have to try it out. I just started using React, and I’m beginning to love it. React with rust sounds like heaven.
Woah. First I’ve heard of dioxus. Has anyone here tried it?
Lol not a great name choice. Wish I would have thought of it though.
I get why the binary is there, but there really should be a simple way to force compilation instead of downloading a precompiled binary.
Serde is incredible though, so it can get away with basically anything it wants.
No, I haven’t. He keeps getting away with shit.
I haven’t seen any evidence he will ever face consequences. I hope I’m wrong.
That’s exactly what this is.
Ideally, all of these values should be represented in memory exactly the same way:
That would make the game hard to play, since you’d have to think about where your move would end up since it won’t stay on the cell you click.
I think you’re wanting to store them that way so that you can easily check for win conditions, maybe? But that’s the wrong approach. Store the cells as they appear to the player, in a 2d Array (or 1d Array with indexing math. That’s how I’d do it).
Then you can take advantage of symmetries in your win condition code, if you like. But it really couldn’t be much simpler than counting the matching cells in each row, column, and diagonal. That’s just 8 groups of 3.
Right? What’s with that? It’s like everyone gets their crate to the minimal working state and stops workings on it.
I started trying out JUCE. It’s a framework for making audio plugins (VSTs). Though I think I’m going to give the rust solution another shot with Vizia.
I decided to give up. Iced just isn’t a mature enough gui framework and the alternatives don’t look great either.
I restarted my plug in project using JUCE tonight and I already have the gui started. It’s c++, so that sucks, but oh well
Unfortunately, you are correct. We’re doomed.
I once saw a comment where a guy said that before the internet, if someone wanted to fuck toasters and told anyone, he would be shamed and made fun of to the point where he’d never bring it up again.
With the internet, if someone wants to fuck a toaster, they can go online and find a while community of people who also enjoy fucking toasters, complete with guides and recommendations on the best toasters to fuck.
Its absurd, but it illustrates a great point. So yeah, we are fucked. Pandoras box is open.
Agreed. I also believe we should all stop showing up for work until we are guaranteed health care, a living wage, and reasonable housing prices. We shouldn’t contribute to system that works against us.
I don’t have a minimal example yet because I haven’t been able to get it working. The framework I’m using (nih-plug) uses a specific version of iced though, so I’m going to try to just model mine off their example. I don’t think it uses the pure version.
Everyone I know has to work multiple jobs and have roommates to be able to afford housing. What is this free time you speak of?
No. The divide between the rich and everyone else is growing. We will be able to afford less and less.
I deleted my 14 year old reddit account when they pulled their shit. Then I recently created a new account because I need to be able to get answers to specific programming questions sometimes, and lemmy doesn’t have the population of users that reddit still has. I generally post on both lemmy and reddit, but I almost always get more answers on reddit.