Category: Ask Hackaday

For most of the history of industrial electronics, solder has been pretty boring. Mix some lead with a little tin, figure out how to wrap it around a thread of rosin, and that’s pretty much it. Sure, flux formulations changed a bit, the ratio of lead to tin was tweaked for certain applications, and sometimes […]
The lingua franca of electronic design is the schematic. I can pick up a datasheet written in Chinese (a language I do not read or speak) and usually get a half-decent idea of what the part is all about from the drawings. Unfortunately, even as my design experience has grown over the years, I haven’t […]
Just when you though it was safe to venture out, the National Oceanic and Atmospheric Administration released an unexpected update. Magnetic North is on the move — faster than expected. That’s right, we know magnetic north moves around, but now it’s happened at a surprising rate. Instead of waiting for the normal five year interval […]
Computing is really all about order. If you can take data, apply an operation to it, and get the same result every single time, then you have a stable and reliable computing system. So it makes total sense that there is Operator Precedence. This is also called Order of Operations, and it dictates which computations […]