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

I'm noticing a concerning pattern among interviewees where I work; smart c++ coders who know about O notation and SIMD, but have no idea that memory management is a thing / important for performance.

Sander van Rossen🇺🇦

A lot of them solve performing math on >64bit numbers by storing the numbers in strings too 😶

They clearly never coded in C ..