{ 2006.03.16 } Reading about archaeologists hunting for Egyptian Pharaoh tombs, I came across this phrase: Despite the advance of science, discoveries like this are often a variable combination of luck and serendipity.

What? (I thought) How is that meaningful or useful statement? What does it mean to be more lucky than serendipitous, or vice-versa? Then I thought about it some more, and it made a ton of sense, in ways that I mostly don't need in my everyday life.

I guess, when what you do is look for exceptionally rare fragments of ancient civilisations that may or may not be buried somewhere, you end up with a very nuanced version of thinking about what the universe fortuitously throws you. Like a musician needs to discern qualities in sound that I can't even hear, you would need to finely slice types of fortune, and have a precisely defined vocabulary to discuss it.

Archaeologists have 60 words for "luck".

Permalink «
This is
INTERCONNECTED

{ 03.15 } playsh: slashdot readers (and Wired News readers) will be wanting a bit of context. You'll want to know:

For a summary of what the playsh code does (including some vaguely technical details), read about what playsh is.

The current state: playsh is so totally a prototype right now. It's a buggy bundle of Python code that, by default, opens interfaces to your computer and makes it insecure. Players can interfere with each other's objects. And so on. This is a proper prototype - one to test the interaction design and the concept - rather than the "we only call it beta to cut down on support costs" kind of prototype. The code was good enough for me to get to a rough demo, and includes a ton of bugs where verbs got broken while I was hacking on the plane (notably: dig). It was also good enough for me to figure out what I did and didn't like about the way verbs bind to objects.

(Why have a prototype like this? It's because I find it easier to figure things out with my fingers, by typing and using code, than in my head. With playsh, where it's an objective that multiple layers are equivalent, it's necessary to rush ahead to the high-level verb layer even before everything else is stable.)

What's the roadmap? There are a couple more things I want to try out on the current codebase, particularly getting rid of the hierarchy of actualizers (that's the way verbs get bound to the properties that lie at the heart of objects) and replacing them with some flatter system. I also want to have a pluggable way of adding new ID types, so that new objects (like rooms and exits) can be generated on-the-fly, without actually creating them. That's the short-term.

In the longer-term, I want to break playsh up into a more solid server (to hold the properties) and per-player clients (to actually run the Python code). This should increase security between players. Ideally, for performance, I want to take some lessons from the functional programming road and apply them here (geographically local namespaces, perhaps).

Of course, why does playsh even exist? This is what Ben Cerveny and I went into at the ETech session on playsh. I'll just speak briefly for myself here. I gave a talk about the future of programming last year, and I wanted to put some of the ideas (about what objects are) into practice. I wanted to have a bash at something that Matt Jones called blog-o, a next generation language, allowing people to combine communication, media and automation in unlimited ways, but that easy to get into and understand like Basic or Logo. I wanted to show that that the server and client of the www shouldn't be as coupled as the Ajax-world wants them to be, and take advantage of the best bits of the semantic web. I wanted to build on a couple of things that our brain does really well - geography and narrative - that are sidelined in our current "direct manipulation" paradigm (distance and locality are really powerful metaphors to build representations of knowledge and social structure on. Note that people have PhDs in geography, but not in picking shit up). I wanted something that was social from the ground up, as much as View Source is part of the browser, but also let people see the world in their own way, and experiment and share these different ways. MOOs fit the bill in so many ways.

But mostly I wanted to build something absurd that would, as I say in this essay on modernity and protest, make people look at the status quo a little differently.

Crikey, that got a bit heavy there, sorry about that. I use playsh personally and will keep developing it. Watch if you like, join in if you fancy. The playsh project on sourceforge has the code.

Permalink «

Neil brings us Masochuticon Wednesday: And when our gazes meet I don't flush and look away as I used to, the awkward schoolboy caught staring, openly or playing the window/reflection game, by rowdy college kids or taciturn commuters, but force myself to fix my eyes for one blink, two, and, my heart quickening at the brazen novelty, relax my lips to suggest a smile.

Masochuticon #5 is Neil with This is the city. Read.

Permalink «

{ 03.12 } In other news, I now have a LiveJournal, which means I'm not just late to the party but have arrived when the sun has been up for hours already and at the point where people have run out of supplies and are drunkenly asking each other whether they should head home yet. I hadn't realised that you can have multiple friends groups, but danah put me straight. Let me know if, uh, you know what happens next.

Permalink «