wizard zines

wizard zines
@b0rk This goes against literally everything I was taught in CS about using the right data type for your data.
@b0rk Like yeah, if you *think* you're going to need more than 4 billion integers, sure, use a 64-bit int, but why waste the memory if you're setting up a for loop or working with 32-bit color or 16-bit audio or screen coordinates...
@b0rk General advice when programming is pretty terrible for this reason and I'm kind of disappointed to see this making the rounds tbh.