trying to figure out a title for this "how your CPU represents integers and floating point numbers" zine
so far the best idea is "inside the machine: integers and floating point" but that's not great
dude fuuuuuuck javascript. been using it for a course project and, after using strongly-typed langs pretty much my entire life, I can confidently say: this language blows!
the other day I had an issue where not all of my vertices were getting to the GPU (webgl moment), despite the code looking fine compared to the working objects I had. as it turned out, I was passing an argument list instead of a vec3 for some vertices, but instead of putting up a huge "hey GENIUS, pass a vec3 here" error like literally any reasonable language, the page continued to render with absolutely 0 indication as to where the fault might be