Home

Game design, programming and more

Reducing perceived latency
Article

Reducing perceived latency

People hate waiting, even when an app is technically fast. These perception hacks make software feel dramatically quicker.

Your new() is not my new()
Article

Your new() is not my new()

One mismatched `new()` can turn a clean C++ app into a memory-corruption nightmare. This is the trap and how to avoid it.