A cool experiment. Select an operator (% is modulo), then drag the points around. This gets the distance from a pixel to both the circles, then puts the selected operator between them, (eg. d1 * d2). If the result is below (sometimes higher) a certain threshold, the pixel turns black, otherwise, it turns white.
+ - * / %…