![]() |
Thursday, July 03, 2003 |
Patrick Logan linked to an interesting article that's ostensibly on XML-RPC, but contains the following quote: "Python is one of the more popular languages for XML-RPC apps, because it has a very flexible way of creating remote procedure calls that look much like local ones." To me, this is interesting in that it highlights how people like to write code. First of all, there's the question of whether I even want to write RPCs. Then, there's the issue of programming language design. I feel like XML-RPC and SOAP were designed with curly-brace programmers in mind, where there's all this effort to I've been really interested in how Lisps handle this. I wish I had more time to explore the implications of this, but it just seems so tantalizing. For example, I look at the way Allegro's pxml library parses XML into Lisp expressions, (if you aren't familiar <foo>bar<baz/></foo> becomes (|foo| "bar" (|baz)) ) and it seems like I could just decide what actions I wanted to take on each symbol, assign a symbol-function, and process XML in a way that's really native to the language. 7:13:42 PM permalink
![]() |
I haven't ever heard of anything like this: an escalator at Coors Field suddenly accelerated while carrying people out of the park after last night's game, throwing people down the escalator. We have friends who were about to get on that escalator when this happened. If you haven't been to Coors Field, these escalators are really tall - it'd have to be terrifying to be on one when this happened. Apparently something like 30 people were injured.
7:07:50 PM permalink
![]() |
I saw this post on individuality and community a while ago, and it really resonated with me. My favorite quote is at the end:
That's an interesting thought. Today I read Clay Shirky's A Group: Its Own Worst Enemy (link from Joel). Nothing really to add except that it struck me how Clay drew on W.R. Bion's discovery that his patients in group therapy "were, as a group, conspiring to defeat therapy. " I read another article not too long ago describing how therapists were becoming concerned about the Web because communities of people with various disorders were springing up, offering sort of "negative support" groups for people with the same disorder. The article cited examples of sites for bulimics that offered tips on how to hide the disorder better and resist treatment. That's got nothing to do with Clay's thesis, but I hadn't heard of Bion before and the connection was interesting. 5:04:59 PM permalink
![]() |