Monthly Archives: June 2007

The Edge of Chaos

VisualComplexity.com is a site for visualizing complex networks (though the actual entries seems to cover a lot more than just network visualization).

Leonardo Solaas’ Dreamlines is one of the more intriguing visualizations: the user enters a couple of keywords which it uses to pull pictures from Google Image Search. It then creates a slowly morphing visualization based on the images, without ever showing the images explicitly.

A dream about ‘war’

Dreamlines freely associating about ‘war’

The Clock of the Long Now

Attempting to build a clock that will run for 10000 years is a daunting task.

Never the less, that is exactly what the Long Now Foundation is trying to do.

The clock uses binary digital logic, but is mechanical. Time is stored as a 28-bit number where each bit is represented by a mechanical lever.

It is built using the following principles:

  • Longevity: With occasional maintenance, the clock should reasonably be expected to display the correct time for the next 10,000 years.
  • Maintainability: The clock should be maintainable with bronze-age technology.
  • Transparency: It should be possible to determine operational principles of the clock by close inspection.
  • Evolvability: It should be possible to improve the clock with time.
  • Scalability: It should be possible to build working models of the clock from table-top to monumental size using the same design.

Virtual Art III

Digital Art Software showdown:

Processing is a Java-based environment for creating digital art. ProcessingBlogs often showcases examples of Processing creations. This Flock of birds demo and the Webcam controlled video pong are nice examples.

VVVV is a realtime video synthesis framework. It is a Windows only flowgraph based system, which seems to be built on top of DirectX and DirectShow. As seen on the Eno Henze image above, VVVV is also very suitable for creating static pictures.


Nodebox

Nodebox

For Mac OS X users, NodeBox looks very impressive (short summary: “NodeBox does less, prettier, in Python. Processing does more, uglier, in Java“) Their gallery page has lots of good examples.