Updated: 9/7/02; 3:38:13 PM.
Mark Oeltjenbruns' Radio Weblog
The glass isn't half full or half empty, it's too big!
        

Wednesday, April 03, 2002

Chaotica:''Men are like a fine wine. They all start out like grapes, and it's a woman's job to stomp on them and keep them in the dark until they mature into something you'd like to have dinner with''
9:35:11 AM    comment []

Two Ways to Implement Session Tracking. Writing stateful applications in a stateless environment can be a challenge; but as guest author Kiran Pai explains, basic session tracking methods do exist that can be implemented with multiple CGI backends. 0327 [WebReference News]
9:29:02 AM    comment []

Rogers Cadenhead: "I wrote a Java servlet to serve instant outlines in a web browser using Internet Explorer 6's built-in XML rendering engine and an OPML XSLT transformation written by Joshua Allen."  [Scripting News]
9:26:52 AM    comment []

Why Script?. Kenneth Tibbetts gives us five good reasons why we should script our web pages. 0329 [WebReference News]
9:20:55 AM    comment []

Editors' Newswire for 30 March, 2002. Newswire stories, including: SOX: Simple Outline XML. [xmlhack]
9:19:16 AM    comment []

Rita Rudner. "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." [Quotes of the Day]
9:16:51 AM    comment []

Animal - I just watched the video of the Mike Tyson brawl, and I don't see what the big deal is. It sure looks to me like Lewis's bodyguard started things.

Well, the .NET frameworks SDK, command-line compilers and tools are now available for free download. For people who also want a free IDE, SharpDevelop looks pretty good.

As far as being able to run .NET code on platforms other than Windows, today the news was that Mono project has ditched GPL and Intel and HP have joined the project as contributors. I don't know what other people think, but I think this is awesome news. Miguel and Ximian are very effective and pragmatic.

GotDotNet just released a simple in-browser WSDL browser, it is pretty easy to use. I just picked a few services from xmethods.com and pasted the WSDL URL into this form; it was just a few clicks to fully-working code that calls the web services.

Well, get your plane tickets to NYC if you want to hang out with all the cool kids and engage in "rage against the system". This thursday begins the WEF, and it is a lot cheaper for wanna-be insurgents to carpool to NYC than fly to Davos, Switzerland, where the event is usually held. Rand corporation has an interesting book (complete contents are online) about the topic of Netwar. I am skeptical about their claims that these ideas are new (for example, the French resistance in WWII was organized in decentralized "cells"; one of which Albert Camus was a member) but it is still interesting reading. And if you are one of the kids grabbing your black ski mask to take with you on the road trip to NYC, it is even more fun to think of yourself as the vanguard of a new movement in civil disorder, like the Zapatistas in the Rand report. [Better Living Through Software]


9:15:35 AM    comment []

Common Sense Kryptonite - It is amazing to see how much patience Miguel uses in trying to persuade the religious zealots of common sense. There is no way I would be so patient, I would have exploded with "are you all retarded?" or something equally rude by now if I were in his shoes. He is pointing out why Mono is a good idea, and is not even remotely a sellout to Microsoft. Here is my analysis:

Miguel's Position

First, he points out that open-sourcing something that comes from a commercial entity is not "evil", and in fact is how the entire self-described OSS "movement" got started. He says, "GNU is a free re-implementations of Unix. Linux is a e-implementation of the Unix kernel. Before the advent of Linux and the Berkeley Unix, Unix was a proprietary technology, built by ATT (which back in the day, was a monopoly)." Still, developers took what was good from Unix, and reimplemented a free version of it. Down to the Unix programming language: C (which was also invented at ATT). Even C++ was invented at ATT. I would have gone further, and pointed out how Linus started with Tannenbaum's work, and how completely crass and dishonorable for these people (RMS, Torvalds, etc.) to claim that they have invented some fantastic new thing when in fact they are wholesale copying the work of Tannenbaum, Aho, etc. and completely failing to give credit.

I would also have pointed out that Microsoft was at one time the largest volume distributor of Unix licenses. It is true, and if this seems strange to you, then you should ask yourself how it is that a bunch of religious zealots have managed to convince the broad population that facts are false and lies are true. How is it that most kids today believe a version of history that has been mostly fabricated in the past 8 years?

Well, since this is about religion rather than reality, I am sure his common sense did not resonate with many of the audience. But he should have stoked their bloodlust when he pointed out, "Think of Mono as following the same process: we are bringing the best technology out there to our beloved free software platform. And at the same time it serves to be a magnificent upgrade on the development platform. ... Lets make it easy to bring developers from the Windows world into our platform."

Gee, what a revelation -- the only reason I am not so worried by this is the apparent fact that most of the audience still don't get it. "You mean, we could beat them at their own game, and even if we don't win, we still gain advantage, and it costs us nothing?" The logic here is something like two layers, so it is too complicated apparently for some people. Some prefer single-step logic, along the lines of "it is associated with a greedy corporation, so it must be evil."

Finally, he points out that maybe things are being blown out of proportion by people's desire to create excitement, "My only intention is to write applications using the CLI as a development platform, which is really not very exciting for a newspaper to report: 'Programmer to use new compiler, new garbage collector, news at 11'." This is what I was saying last week about Ximian being pragmatic. He is basically saying, "this is a pragmatic thing to do, and all of the wild speculation about which conspiracy theory of corporate backdoor this supports is just noise." He also points out that the conspiracy theorists are wrong, and that even in a "grand strategy" perspective this is not something that helps Microsoft "win", but the main issue is pragmatism.

The Detractors

People seem pretty upset with Miguel, although I agree with Daniel Veillard of Redhat who says, "The fear seems mostly due to a serious lack of analysis."

Most of the detractors try to change the subject, since it is difficult to argue with the obvious pragmatism. Alan Cox chooses to nitpick over a technical detail, and proves that not even fame can guarantee that he knows what the heck he is talking about. Miguel says, "The CIL has one feature not found in Java though: it is byte code representation that is powerful enough to be used as a target for many languages: from C++, C, Fortran and Eiffel to Lisp and Haskell including things like Java, C#, JavaScript and Visual Basic in the mix." Alan Cox's replies, "This statement is incorrect. Java is turing complete. There isnt a good compiler back end because nobody bothered to write one. In the gcc case its incredibly hard as gcc really isnt stack oriented." Now, Alan is a nice guy and everything, but this is just ridiculous. For starters, Miguel knows this better than Alan, considering that he mentions this very point in the Mono FAQ. Alan and others on the list continue to spout the nonsense about "it is possible to compile other languages to JVM" as if they are adding something new to Miguel's understanding. And WTF is that supposed to mean, "turing complete"? He throws in the comment about gcc to make himself sound authoritative, but let's see if he makes any sense. Well, XSLT is "turing complete" as well. You mean I can write code in Fortran and compile it to XSLT?!? Nobody wrote the compiler yet, but it sure is possible! It is difficult to determine whether Cox is really trying to imply that CLI is "just another turning complete system" or whether he has some secret knowledge that Java was designed for language independence. Or maybe he is just deliberately trying to mislead people...

Dave seems the most rational in his criticism. I personally think that his concerns come from a comparison of apples to oranges, though. He contrasts CLI to SOAP, when in fact these are completely independent, and both embody the same philosophy at their respective layers. Roy Fielding was an author of HTTP 1.1 and URI specs, so he has some credibility when he discusses the philosophy of the Web's design in his doctoral disertation. He asserts that the idea of the web was to allow anyone to participate on equal footing, and to allow servers to publish without regards to the status of other servers or clients. In other words, if I want to create a web page that links to Dave's site, I can do it even in the unlikely case that Dave's site is crashed. And I do not need to know anything about how Dave implemented his site to be able to implement mine. At the most generic level, HTTP permits this sort of independence. SOAP simply takes the lessons of independence learned by HTTP and applies them to RPC (both syncronous and asynchronous). Dave is right to point out that SOAP is a liberating mechanism. The CLI is just like HTTP is to hypermedia and just like SOAP is to RPC. It is a liberating mechanism for local code. Now component developers can work together on locally running code without having to get in anybody's proprietary sandbox. Just like HTTP and SOAP can only make their guarantees of being liberating influences by being open standards, so too is the CLI an open and independent standard. I think when Dave understands how complementary CLI is to HTTP and SOAP, he will be appreciative. This is a huge step forward in enabling independent developers that was not available before, and I think many people still don't get it. On the other hand, Dave's concern about the .NET Frameworks Class Library (which is not the CLI) is another issue entirely. In fact, when Dave rips on Miguel for adopting CLI, I think that Dave really means to be criticizing the .NET FX Class Library, and voicing concerns that these libraries may become de facto standards which are controlled by Microsoft.

The first thing to realize, though, is that the CLI makes the playing field for library vendors completely level. At least from a technical perspective, there is nothing at all preventing Dave from writing his own utility libraries and allowing people to use them. In fact, the CLI means that it is now more possible than ever for people like Dave to create libraries that are used by a much broader audience. I don't understand why people don't get this simple point -- the CLI now makes it possible for you to create a library that automatically can be used directly in local code by people using any language and any platform they choose. This is access, plain and simple, and it is access that did not exist before. People should be rejoicing.

The real concern here, of course, is that Microsoft is big, and is therefore capable of utilizing this new access to a larger degree than smaller entities are. That is, Microsoft has massive installed base and distribution with which to get our utility libraries to the public, while players like Dave have to dedicate more time and effort to getting exposure for their libraries. But from a sheer size perspective, this imbalance existed before CLI, and the CLI world makes the imbalance less onerous on the smaller shops. This is an improvement over the previous situation, and certainly not an improvement that anyone else is making available for free. Certainly it may help Microsoft to gain market share as well, but this is not a legitimate technological criticism of the platform. I would ask Dave to consider what his drawing would look like if the CLI had been submitted by Sun to ECMA. If the CLI had no involvement from Microsoft, the situation would still be the same -- in fact, the only way to prevent Microsoft from gaining market share through use of a platform like CLI would be to make the CLI open to everyone except Microsoft and then sue Micrososft every time we tried to play (and submission to ECMA makes this impossible). This is a political consideration, and not a technical consideration.

Finally, for completeness sake, I will consider the only other possible concern that Dave might have, which is that a number of .NET FX Classes are not covered by the ECMA submission, and a de-facto monopoly in use of these libraries would empower Microsoft to then sue anyone who gave away these libraries for free as a competitive tactic. This is a completely unreasonable fear, in my opinion. It is certainly silly to think that Microsoft would give away every library we ever develop, and neither would Dave. On the other hand, communities of software developers will write their own libraries that do what they want, and if a certain core of basic functionality isn't provided for free in the platform, you can be certain that the community will develop the functionality themselves. Most developers are not stupid; if they have a choice between "proprietary API for making HTTP requests that is enforced by tasteless litigation" and "free API for making HTTP requests that everyone except a few ignorant fools use", then you know what they will use. And corporations are not stupid; I cannot imagine any reason that it would ever be in Microsoft's best interest to land in the former category, especially since this would only serve to alienate developers and encourage creation of the latter category. And if such a contest ever took place, the latter group would win; they always do. For any scenario that Dave could dream up, I am sure I can think of ways that Dave and other independent developers could easily win. And since the threat is completely imaginary at this point anyway, I don't think it's reasonable to be gathering up the guns just yet. There are no bandits at the gates, and you just scare the chickens. Should developers be afraid of CLI based on the fear that Microsoft would do something dumb WRT a few fringe libraries and lose anyway? I doubt it. [Better Living Through Software]


9:14:00 AM    comment []

Timeout - Newspapers are reporting that Microsoft has taken a timeout for at least a month for everyone to focus on nothing but securing every piece of code we ship. So I guess I don't have to keep it secret anymore. The training sessions and "drop everything else" orders are not the only impact; it is quite amazing to see the amount of effort being put into this. Mr. Pescatore is still making suggestions; I think he would be surprised that anything he has suggested so far is already underway in much larger scale than he would have expected. Of course, re-setting the priorities and ramping up the skills will not be the end of the story. Even with the most skilled possible organization, security issues will arise. So there are systemic issues that need to be dealt with.

I've been through about ten different legal training sessions during my time at Microsoft; things like DMCA and the impending consent decree mean that these too will continue. I am probably somewhat unique, in that I find these sessions interesting. It is amazing how many ways there are to accidentally screw up and expose liability.

This very comprehensive article in Washington Post discusses how the Big 5 accounting firms are able to avoid liability. An interesting anecdote is the E&Y lawyers' peer journal submission talking about how they were able to defeat a particularly nasty case. The publication was titled "Loss Causation: A Defendant's Secret Weapon." Such arguments, they noted, "can brush aside even the most difficult set of facts against a defendant." I bet that Milosevic would really like some tricks to "brush aside difficult facts" right now ("Milosevic Pescatore" isn't even a googlewhack).

I have a subscription to "The Practical Litigator", in fact. It is refreshingly different from the normal computer stuff that I read. Did you know that a woman juror is less likely to give a woman defendent a large settlement in a high-value case? Do you know the ten most dangerous things you can do with a hyperlink? Subscribe today and find out! [Better Living Through Software]


9:12:27 AM    comment []

Books have a future. Books do have a future. And now someone is maintaining a blog about that future. [WriteTheWeb]
9:12:11 AM    comment []

Our useless digital archives. A prestigious digital history project conducted by the BBC in the 1980s is now just so much junk, because no-one can figure out a way to read the disks the data was stored on. What does this tell us about all the data we are committing to electronic storage now? [WriteTheWeb]
9:11:59 AM    comment []

What is a k-log?. Some people are taking the concept of weblogs and applying it to the wider concept of knowledge management. The result is k-logging ("knowledge-logging"). But will it catch on - will your employer dump Lotus Notes databases in favour of browsers and blog-style brain-dumps? [WriteTheWeb]
9:09:39 AM    comment []

New Configuration Management System. Apparently Compaq/Digital have been working on something called Vesta, a configuration management system, for about 10 years. It's been ported to Linux and LGPL'd. It's quite a bit different from CVS/etc. [Advogato]
9:09:03 AM    comment []

Free Software : tools for Freedom and democracy. After the recent use of DMCA by the Church of Scientology to remove some critics about them from the google cache. Free Software can be easily used to protect Freedom of speech, democracy and fundamental rights. There is a large overview of software that can do indexing, crawling, mirroring of documents available on HTTP server, NNTP server and so on ...

Any volunteer for building a distributed caching system for protecting Freedom ? [Advogato]
9:08:16 AM    comment []

Virus Design. What would it take to develop a really nasty virus that could take over the world of Free Software based systems? I tried to answer that question in the following article: Design Ideas for a Future Computer Virus. In short -- a lot. We're not going to have the same problems as proprietary systems anytime soon. [Advogato]
9:06:56 AM    comment []

Poll Results: Where do you carry your PDA? [PDABuzz.com]
8:59:23 AM    comment []

Today I plunked down the money for Blue Squirrel's BluePaste software for Palms. The software lets you select any amount of text on a web page and press a button on your keyboard or in Internet Explorer to automatically send it to your Palm during the next hotsync. I bought it because I'm having trouble keeping up with some of the longer blog posts I want to spend some time on, and this way I'll always have them with me in meetings, waiting in lines, etc. For example, I'm still trying to get some time thoroughly read through Jon Udell's piece on Instant Outlining and Dave's take on Jon's piece.

Part of the reason I did this is that it seems much easier than going through the convolated process involved with adding a single page sync via AvantGo.

[The Shifted Librarian]
8:55:55 AM    comment []

When I Was 12 [via Daypop Top 40]

A unique Flash site that makes you keep reading it. I really like this one.

[The Shifted Librarian]
8:54:47 AM    comment []

The Roots of Knowledge Management

"We are now somewhere into the third or fourth generation of serious efforts to better manage the relationship between knowledge and organizational performance, depending on how you choose to count. I've put together a table summarizing these eras of knowledge management as a separate story.

Before that time, there were a series of seminal events that constitute the roots of today's knowledge management. Since context is such an important aspect of effective KM, it's worth spending some time looking back to these roots.

1945 - Vannevar Bush - As We May Think

1967 - Doug Engelbart - Augmenting Human Intellect: A Conceptual Framework

1973 - Ted Nelson - Hypertext/Xanadu

1976 - Alan Kay - Personal Dynamic Media

1987 - Ray Ozzie - Lotus Notes

1990 - Tim Berners-Lee - WWW

1999 - Shawn Fanning - Napster/P2P

Granted, a bit of an idiosyncratic list. But it does provide some useful starting points." [McGee's Musings]

I wish I could take Jim's KM course.

[The Shifted Librarian]
8:53:09 AM    comment []

Copying CDs as Easy ABCD.

"NEW machines installed in Adelaide [Australia] convenience stores make the illegal copying of the latest CDs and computer software – which costs artists and software designers millions of dollars – as easy as buying a loaf of bread. The stores have begun installing coin-operated CD duplication machines fitted with software to circumvent anti-copying measures built into some CDs.

The Copy Cat CD Duplication machines charge just $5, plus the purchase of a $2 blank disk, to make digitally identical copies of CDs in under 10 minutes....

The machines are able to operate under the same legislation as public photocopiers, where the burden of responsibility for copyright breaches lies with the user and not the owner of the equipment....

'If people ask, we tell them it is illegal to break copyrights and there are warnings on the machines – but what they copy is up to them,' he said.

A spokesman for the machines' Melbourne manufacturer, Paul Teate, said the CD copier was 'no different from video recorders, (audio) tape recorders and photocopiers.' "[The Advertiser, via Slashdot via Ernest]

So will libraries start providing this service or will the DMCA have chilling effects here, too?

 

[The Shifted Librarian]
8:52:29 AM    comment []

Instant Outliners are Go! Click on the coffee mug to add Adam Curry's Instant Outline to your Radio UserLand buddy list. [Adam Curry: Adam Curry's Weblog]
8:43:03 AM    comment []

Radio 8 essays: Adam Curry, Mark Paschal, Meryl Evans [Scripting News] [Dave Winer: Radio UserLand]
8:39:54 AM    comment []


© Copyright 2002 Mark Oeltjenbruns.
 
April 2002
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Mar   May


Click here to visit the Radio UserLand website.

Subscribe to "Mark Oeltjenbruns' Radio Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.