Just some intermediate level reading on the venerable topic of floating-point:
If you’re a beginner check out What Every Computer Scientist Should Know About Floating-Point Arithmetic.
Just some intermediate level reading on the venerable topic of floating-point:
If you’re a beginner check out What Every Computer Scientist Should Know About Floating-Point Arithmetic.
There’s really no way to explain how wonderful this is.
From time to time I find myself back reading about the Apollo Guidance Computer.
Found myself reading about the ATtiny85 again. I keep coming back to this one. It’s an old favourite.
This is the C/C++ SDK documentation. Code for the Pico (RP2040) on https://github.com/raspberrypi/pico-sdk. The RP2040 is supported by the TinyUSB library. There’s a fun script for setting up the SDK: pico_setup.sh.
Is software quality attainable in Agile contexts?. Yes. Iterate!
Some web programming articles from this week:
Worth a read if you haven’t seen it: The Moral Character of Cryptographic Work.
Today I learned about JASS, which is the scripting language they use for WarCraft III maps and such, and JassHelper which are some interesting extensions.