I need to hunt down HZD out of storage, looks like the disc must be in the drive to get the upgrade pricing for the remaster.
No fast travel, now that is some dedication :) I know it usually pays off to walk everywhere especially in the beginning (at the very least you pick up resources that you’ll need anyway), but sometimes I just don’t want to.
This, so much. I often see this at work, theories about this and that being slow, or how something new « should » be better. As the resident code elder I often get to reply « why don’t you measure and find out »…
For some reason it seems nobody uses sampling profilers anymore, those tell you exactly where the time is spent, you don’t have to guess from a trace. Optimizing code is kind of a lost art.
Sometimes I wish compilers were better at data cache optimization, I work with C++ all the time but all of it needs to be done by hand (for example SoA vs AoS…). On the upside, I kind of have a good job security, at least until I retire.