A Drawing Every Day!

Today's Drawing of the Day. Yes it is live

I love to just mess around with computers. It's a fun way to spend an idle evening, and last night I set up a little script that could generate random line drawings using my little pdraw project from a while back. The script generates a new image every day and places it in a web-accessible place that I can then link to. This morning I finished up my little project by adding another script that can generate an RSS feed for the list of images and voila!

You can find each day's Drawing of the Day here. The page also has its own, dedicated RSS Feed so give that a follow if you're interested.

The script to generate all of this was a fun little experiment that involved pdraw, imagemagick, and xvfb. As with all bash projects it involves no shortage of little hacks (including but not limited to a manual, string-joining, feed-generator function). Overall its a great example of just how powerful simple tools can be.

As an aside, it was projects like this that were my original introduction to programming and to this day they continue to be one of the most fun parts of it for me. Don't get me wrong, I do enjoy building fully-fledged web apps, but throwing little scripts together is also a ton of fun. Hopefully you all enjoy these daily line drawings as much as I enjoyed making them available.


Filed under: fun, programming
Other Links: RSS Feed, JSON Feed, Status Page →