|
|
|
|
|
by iverjo
3554 days ago
|
|
Fractals can be drawn by surprisingly small amounts of code. For example, this mandelbrot fractal is implemented in 122 characters of JavaScript:
https://www.dwitter.net/d/123 I wouldn't be surprised if the burning ship fractal could be coded on dwitter (i.e. with 140 characters or less) as well |
|
As an afternoon exercise, I wrote a Mandelbrot draw function (my first fractal display code!). Then I realized it was both faster and used less code and runtime memory than the image display stuff, so I replaced it in my environment. Other people were amused by it, so it went in public repository.
A couple weeks later, someone removed it to reinstate the image display. I guess having the company logo for internal-only code was more important to someone :(
I don't work there anymore.