He/Him
If I say something it'll likely be about programming, performance, or video games
https://www.jeffwebb.tech/
bsky.app/profile/flas...
bsky.app/profile/flas...
"I want to run at 60 FPS on my low end hardware."
"I want to support X enemies/players on screen"
"I want to move in a complex open world with no hitches or loading"
"I want to run at 60 FPS on my low end hardware."
"I want to support X enemies/players on screen"
"I want to move in a complex open world with no hitches or loading"
- Determine your perf goals
- Design your code for the hardware you will run on
- Figure out what data you need
- Have reproducible (ideally automated) steps for getting it
- Telemetry is great (you can fake this with logs and timestamps)
- Determine your perf goals
- Design your code for the hardware you will run on
- Figure out what data you need
- Have reproducible (ideally automated) steps for getting it
- Telemetry is great (you can fake this with logs and timestamps)