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.8K
active users

one annoying thing about quic is that it's slightly more protocol than seems sensible to just implement casually. http is straightforward enough that writing your own little server or even implementation is well within reason (if not good sense), but there's a small amount of immediate dread when you sit down and look at the quic specification

the smart move is to just use quiche, but quiche makes my build time go from 3 seconds to 10 seconds which is a significant impact on one of the most important KPIs for my personal game engine