06 March

Designed to Fail

I remember being moved by hearing Alan Kay speak fondly about a machine that was designed to crash. Now there's a new version of the Croquet Collaborative that does this, too! [Read More!]
21:49:27 - Stearns - 1 comment

04 March

Distributed Systems Part 2: Off-Island Data

The Core Croquet model describes a complete independent simulation, in which changing behavior is automatically synchronized between all participants. The model is best thought of as describing replicated objects with behavior over time, rather than as older models of program and data (or state). The collection of objects in a given replicated simulation is called an “island.”

However, one of the nice things about the Croquet model is that it can co-exist with other models. It is perfectly reasonable to use a “data” model for immutable objects (which do not change their behavior over time).
[Read More!]
13:17:34 - Stearns - No comments