this post was submitted on 02 Sep 2024
436 points (97.4% liked)

196

16238 readers
1705 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Manzas@lemdro.id 15 points 2 weeks ago (2 children)

Just use ultrasound and you can have both sides filling up to the brim

[–] VinesNFluff@pawb.social 8 points 2 weeks ago (1 children)

That would cause the turbine to lock up with this design

[–] Manzas@lemdro.id 3 points 2 weeks ago
[–] ZILtoid1991@lemmy.world 4 points 2 weeks ago (1 children)

D would work better than either C++ or Rust, since C++ devs not liking it due to its memory safety features and the built-n garbage collector, and D and Rust have a kind of a fandom rivalry for D having a bit weaker memory safety (no borrow checker, @safe is opt in as of now), no immutability by default (which made one of the few corporate sponsors to leave D in favor of Rust), etc.

[–] frezik@midwest.social 4 points 2 weeks ago

D is named wrong. K&R were following the design of BCPL. Their first language in the series was called B, and then C. The next one should be called P.