

6·
8 months agoThis isn’t really a cable issue though. The inaudible dialogue is due to bad masterinf of the sounds for home systems (i.e.: the slunds were originally mastered for 5.1, 7.1,or for fucking cinemas with 128 channels)
Or it is just the choice of the director, because he likes it that way (Cough Christopher Nolan Cough)
In what world? 1k lines is a lot… Even a few hundred can take hours if everything is unknown, code is legacy, and naming is bad.
Like if there is a line like this
memcpy(ptr, src, 4 * 6 * sizeof(real));
What’s that 4?
What’s that 6?
Is real a float? A double?? What are we copying, where, why???
This is a line I saw recently. 1k code is huge even if readable.