mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

Matthäus "Anteru" Chajdas

In case you're just wondering which is actually the fastest hash algorithm when using Python 3.10/Ubuntu 22.04, I ended up benchmarking a few today.

On my Linux box (Zen 4), SHA1 is at least twice as fast as the competition (SHA3, MD5, Blake2d), I presume due to OpenSSL using HW intrinsics for it. Hash speed is ~3 GiB/sec (single core.)