
0 shapetagger
2025-12-19 · on “album covers, one per track” · by eye
A generator written by hand. Give it a track name, a size and a seed and it draws a cover, the same one every time from the same three things. It ran in a browser or from the command line, offline, with no service behind it.
Album art for tagged MP3s, made per track and shipped with them.
- What worked
- It was finished and it was used. Real covers on real tracks, reproducible from the track name alone, which is the property everything downstream still depends on.
- What failed
- Improving it meant a person editing the code by hand and judging the result by eye. There was no way to tell whether a change had actually made it better, because the taste it was aiming at had never been written down anywhere.
- What it changed
- It became the material rather than the product. The next tool did not replace this script, it took it as a genome and evolved it, which is why the thing being improved has been a generator's source code ever since instead of a picture.










