Animated Fractal Flame
Last evening I was playing around with genetic algorithms to do something you could call fractal image compression. I did so becaue I stumbled upon this cool page and wanted to play with something similar, unfortunately with limited success so far. But meanwhile I can show off an animated iterated function system (aka fractal flame). [...]
Universal custom Scope for Guice
Guice is a dependency injection (DI) framework by Google I’ve been using for some time now and I’m starting to get a grasp on recently. Compared to Spring it is very lightweight and most importantly comes without that XML bloat, so I can recommend using it even for the smallest projects. I won’t talk about [...]