DS

Results 474 comments of DS

>but wouldn't it be somewhat redundant to have both matricies and quaternions, seeing as matricies can do all rotation functionality that quaternions can with the addition of handling things like...

> > Quaternions are smaller (4 numbers vs. 9 or 16 numbers) > > Well, complex numbers use two floats (`std::complex::real()`, `std::complex::imag()`), so it's more like 8 numbers actually. I...

Servers started from main menu, including singleplayer, don't use `dedicated_server_step`.

Small discussion: https://irc.minetest.net/minetest/2023-04-02#i_6070078

Another difference: >If the player jumps off such a node, they keep their modified speed until they hit solid ground again Maybe a bit related: #817

:rocket: (Can't say anything about implementation details yet, of course.) * Using SRP as sole authentication factor has some issues: * It depends on the strength of the user's password....

> An implementation I suspect would assume the pre-share-key is private and couldn't have been influenced by an attacker. And would have to make sure to not set it if...

I've once tried to bruteforce passwords in the most trivial way, because I wanted to see how big of an issue this is. And I got around 2000 passwords per...

>A downside of doing this is that we lose interoperability with existing SRP implementations. If that's a concern, we could first compute the password hash, and then feed the digest...