20060428 Friday April 28, 2006

Protective Colouration, Trademark violation, and NEC

In which Dan once again draws parallels between biology and economics

[Read More] Posted by fraxas ( Apr 28 2006, 01:40:40 PM EDT ) Permalink Comments [0]
20060421 Friday April 21, 2006

Charlie Stross goes deep, hoping to catch his own Hail Mary

In his latest post, Charlie Stross (who is one of my favourite Science Fiction Writers) sounds off on his craft in a deeply technical way.  The second last paragraph in the post contains this gem of writerly jargon, fit for publication in almost any lit-crit journal:

It's not so much about metafiction as about metainformation for the fiction at the centre of the narrative process. [italics his.]
WOW.

Posted by fraxas ( Apr 21 2006, 09:49:35 AM EDT ) Permalink Comments [0]
20060418 Tuesday April 18, 2006

It's going to end up custom anyway

The Anti-WS-DeathStar* movement's been pretty active lately, at least in the corner of the blogosphere I read.  Although I really do agree with them -- I think time spent on WS-* would be better spent elsewhere -- it was only this morning that I think I finally nailed down why.  Being as deeply ensconced in an architecture-oriented environment as I am, I can certainly see why WS-* exists, and I think that there's nothing malicious about WS-Consortium's attempt to WS-Standardize the world.  The problem is that it's all founded on the assumption that all the WS-Work will lead to WS-Specifications that are complete enough that different implementations will be interoperable. 

And I think that's just not the case.

Every implementation of a specification has different characteristics.  Even when two implementations conform exactly, there are differences -- perhaps in memory usage, perhaps in run time, perhaps in the relative efficiency of two (or more) operations.  And that's assuming that the spec is unambiguous (or that the implementations interpreted ambiguity in the spec in exactly the same way), which they often aren't.  So ultimately, there has to be some change, or some custom code, to connect two implementations of a spec.

So why not make it as simple as possible to make those changes?  The more statements a spec has, the more places there could be error either in specification or in interpretation.  Conversely, the simpler a spec is, the easier it is to implement correctly.  I'd rather have many small specifications to implement than a single large one -- after all, they're all going to end up custom anyway.

Posted by fraxas ( Apr 18 2006, 11:13:50 AM EDT ) Permalink Comments [0]
20060406 Thursday April 06, 2006

lessconfig is another word for friendliness

Jaime wants to know "why lessconfig?".

1) Because I'm not special.  (the defaults should work for me until I have a reason to change them.)

2) Because I don't want to need to know how my software works in order to use it.  (I already know you're smart, I downloaded your program; you don't need to show me how smart you are by showing me how hard it is to get the app working.)

3) Because configuration is neither user- nor developer-friendly.  (Everything I can touch is something I can break.)

The first reason is the sensible-defaults argument.  I think we're all in agreement about that.

The second reason is a little harder for developers (myself included!) to grok because we like it when our work is appreciated, and because showing off comes naturally.  "This was hard to write, it should be hard to understand" is the ha-ha-only-serious expression I'm fighting here; we need, as developers, to learn to take pride in Just Works even if it means that our effort is misunderestimated by nontechnical people.

The third reason is the kicker, though.  The Mac users out there already understand this, and have for a long time.  The more configuration your app has, the smarter your users have to be.  Being smart is hard, but that doesn't make it a virtue.  Being smart is a (sometimes necessary) evil.  Anything that
forces me to think -- as a developer or as a user -- when I could just
be getting on with my day is Bad.  The more things I have to pay attention to, the more mistakes I will make when I don't.  And "just do your job!" is a wonderfully pragmatic thing to say, but given the choice between a package/patch management system that lets me hit one button and trust my machine is updated and safe and one that requires me to care about, and spend time on, each individual patch and I know which one I'll choose.

Posted by fraxas ( Apr 06 2006, 04:49:11 PM EDT ) Permalink Comments [0]