Monthly Archives: February 2008

ruby inject and the Mandelbrot set

Ever since I came across ruby’s Enumerable inject function, I have been curious about its applications, and how to best think of it in its most general mathematical form.
Posted in programming | 8 Comments

Bookmarks for February 20th

[from jashmenn] Matt Blodgett’s Dev Blog: Corollaries to Blodgett’s First Law – Fantastic and short. Some excerpts: * Great developers feel a moral obligation to eliminate tedium. * Prefer unit tests over comments. [from jashmenn] Exception Handling in Software Development – If doing things “The wrong way” is common practice on your team, it isn’t exceptional: It’s business [...]
Posted in bookmarks | Leave a comment

creating circular drop-shadows with processing

Here is an example of a simple way to do circular drop-shadows in Processing. You can view the interactive demo here. Read more for the source code.
Posted in processing, programming | Leave a comment