mastodon.grin.hu is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is a small Hungarian instance, run by grin, who operates a lot of open technology servers.

Administered by:

Server stats:

4
active users

@folkertdev is presenting about zlib-rs in his talk 'Compression Carcinized: Drop-in Compatible Compression in Rust' at the @gosim conference in Beijing on Thursday:

"Data compression is used when loading almost anything on the web. This talk is about how we implement zlib-rs and other compression algorithms in Rust so that they are drop-in compatible with their C equivalent."

china2024.gosim.org/

china2024.gosim.orgThe GOSIM Conference | October 17-18 - Beijing, ChinaThe GOSIM Conference, October 17-18 - Beijing, China. A confluence of minds from various spheres of the open-source domain, offering a deep dive into the world of open source technology trends, strategies, governance, and best practices.
grin

@tweedegolf Pure Rust? Yes. Safe code? No.
(Also Documentation? None. Comments? Nope.)
I actually like "normal" rust approach that the programmer is required to explain reasons for unsafe code, and detail why is it safe and how.
Still I hope that's only due to being v0.3 and/or my natural born ignorance. ;-)