8:00 – 4:00 FP
- More small-footprint, memory-safe JSON parser
- sprintf(buf, “%f”, 3.14) doesn’t work, although the %s and %d arguments do. Looks like you use dtostrf(double val, int WIDTH, int PRECISION, char* buf) instead.
- More perusing the foundations of software. Here’s a page on hashing algorithms: http://codesnippets.joyent.com/user/wastepixel/tag/hashing
- Got everything working on the PC side. No collections – I feel like I’m back in the ’90s:

