A Fractal
But does it really, in any sense, contain every possible shape? I don't think so, and I'd like to see a fractal that does!
Of course there are probably infinitely many fractals which do contain every possible shape. Let's try and design one, shall we? I'll consider shapes = black and white (for now) images, that is, collections of square pixels. So a fractal would contain every possible image if some view of it was close to any given tiling of black and white squares.
Well. That seems pretty easy. Just take the possible images in order. The first one is all white, the second all black. Put the all black image somewhere in the all white one; say, the center, but really small so it's hardly visible when just looking at the all white image.
Then, in the center of the all black image, but the image represented by 0001; four pixels, one of them black. In the center of that, tiny, but the next image, 0010, which is a different pixel of the four black. Continue up to 1110 and 1111, then start on... 000000001.
Not a very satisfying fractal honestly. Maybe if it were to be constructed from the bottom up instead it would be a lot better. But something not based on pixels, but instead on curves, would be a bit more satisfying.
In other news, I plan on starting a blog elsewhere which will actually hopefully update weekly. The idea is going to be posting a new program every week, with the intention of that program actually being useful.
