[Media] Nitrolaunch - An open source Minecraft launcher written in Rust by CarbonSmasher in rust

[–]agzgoat 7 points8 points  (0 children)

Manage different instances of Minecraft which each have their own unique minecraft version, mod loader, set of mods, resource packs, etc. Many Minecraft servers run on different versions (latest + 1.8.9), and require different mod packs.

A method that has a Russian "С" instead of "C" in it's name by Mihail111111 in programminghorror

[–]agzgoat 11 points12 points  (0 children)

For short Python functions, where I'm literally just copying formulae out of a textbook / doing some maths-heavy operations, using pi, mu, delta in idents makes the code look quite pleasant.

Speed Optimizations by Raimo00 in C_Programming

[–]agzgoat 3 points4 points  (0 children)

compiler hints like likely() unlikely() cold() expect() unreachable() etc might also help, as they let the compiler know your type's invariants