A Few Lines of Python for Beautiful Rendering of Literate Programs

For one of my educational project, a small electronic jewelry-like device meant to teach kids how to program through an artistic platform, we needed a way to present programs as stories that are pleasant to read. The Literate Programming style fulfills these requirements perfectly. Moreover, literate programming is a very …

more ...



Heated Bracelet

This is my simple and rather amateurish heated bracelet built around an attiny.

The heating pad

First of all, I used a simple resistive heater “e-textile” as a heat source. It is driven by a PWM signal that switches a transistor.

The heater is close to the skin, then on top of it …

more ...