What features is jj missing?
Okay, so the aliens don't abduct him. They pose as humans, ala They Live or Men In Black. They don't know he knows they're aliens. They're his family, friends, and business partners.
I'm not educated here - how is the money not moving through the economy? Billionaires and trillionaires surely keep their money in a bank / investment accounts right?
I have one. It's great for the sun, and there are some of their hats that look great without coming off with Republican cowboy wannabe vibes.
I've seriously gotten so many compliments from random people on it. They also have some that are weather proof and can be rolled up for travel. All wool. Amazing.
Highly recommend.
Best scissors in the world: https://www.ernestwright.co.uk/
Yeah I doubt it. I've worked in large Rust codebases too. I'd do some benchmarking. Cargo has some nice flags that let you see exactly what it's doing. You can open the compilation report up in a browser and zoom in on different steps of the process and see everything.
That's highly abnormal to have minute long debug build times.
Rust us way easier to understand for me (and I'd guess most people) than C.
Rust is fun because it's the only mainstream language with an affine type system, which allows some really cool patterns like the typestate pattern. And the fact that there's no inheritance or null or exceptions is amazing.
Five minutes with build cache? Or from cold build?
With cache, then there's almost certainly something wrong with your computer or project.
Also... you aren't building with --release every time are you?