The blog at the bottom of the sea

Programming, Graphics, Gamedev, Exotic Computation, Audio Synthesis https://blog.demofox.org/

June 19, 2018

Utilities for archiving JPEGs for long term storage.

https://github.com/danielgtaylor/jpeg-archive

February 18, 2018

Embedded Programming Lesson 22: RTOS part-1

A Guide to Python Itertools

Those iterables are more powerful than you can possibly imagine. https://medium.com/@mr_rigden/a-guide-to-python-itertools-82e5a306cdf8

February 8, 2018

Code alignment issues.

even with such a small amount of code things may get incredibly complicated. I’m not saying we all should be experts in the hardware we are coding for, but at least be informed about such issues. Don’t take the first measured value as a final one. Collect profiles and check that you didn’t hit some architectural performance hit. https://dendibakh.github.io/blog/2018/01/18/Code_alignment_issues

January 22, 2018