The Web in five minutes

This excellent (in content and style) short video by Michael Wesch is making the rounds. It perfectly captures the essence of the Web at its state circa 2007.

I’d love to see this extended with another 30 seconds devoted to RDF. Or maybe not, because RDF on the Web is still more a vision than a reality, but we are getting there …

(And a whacky prediction: This kind of fast, visual propaganda flick will be the PowerPoint of the future.)

(via Christian Katzenbach)

(Oops, I got Michael’s name wrong, now fixed.)

Posted in General, Semantic Web | 3 Comments

Advogato adds FOAF support

Free software community site Advogato now generates FOAF profiles for all users, thanks to work by Steve Rainwater.

Posted in General, Semantic Web | Comments Off

Now, how to make lists with a point?

Yaron Koren comments on our dbpedia project:

I created a query to get a list (including image) of all extinct birds whose name contains the letter “d”. Does that seem like a pointless list? Well, it is, though on the other hand this is also, as far as I know, the first time in human history that someone could create such a list without doing any installing, computing, or any research on the actual subject matter.

Posted in General, Semantic Web | Comments Off

Test post, please ignore

FeedBurner, please purge the feed cache …

Posted in General | 1 Comment

Call it Web and they will buy it

Nick Gall, VP Gartner, complains that Middleware vendors simply slapped a “Web” label onto their overcomplicated products and, thanks to W3C’s blessing, managed to create yet another wave of hype:

Unfortunately, Web Services, at least the WS- style, are “Web” in name only. While WS- enables tunneling over HTTP (used merely as an XML message transport), in almost every important aspect, WS- violates (or at best ignores) the architectural principles of the Web as described in the W3C’s Architecture of the World Wide Web, Volume One and in Tim Berners-Lee’s personal design notes.

It is my position that the W3C should extricate itself from further direct work on SOAP, WDSL, or any other WS- specifications and redirect its resources into evangelizing and standardizing identifiers, formats, and protocols that exemplify Web architectural principles. This includes educating enterprise application architects how to design “applications” that are “native” web applications.

And WS-* is not the only case where stuff that has almost nothing to do with the Web got hyped after getting a “Web” label slapped on. (Web Ontologies?)

Meanwhile, Web innovation continues to happen elsewhere.

(via Bill de hÕra)

Posted in General, Semantic Web | 1 Comment

Ohloh: an open source directory

Recently I came across ohloh.net, a Web 2.0-ish directory of open source projects. It seems to aggregate information from at least SourceForge, Freshmeat, user-provided RSS feeds, and possibly other sources.

The most interesting aspect: To gather information about a project, Ohloh also connects to its CVS repository and displays statistical and historical information about the project’s development, and even generates information on individual contributors. Thus, it’s a public website that provides a hosted service somewhat similar to tools like StatCVS.

A good example is the Ohloh page for StatCVS itself. Here’s the page about me as a contributor to StatCVS – Ohloh determines that I have 1.2 years of Java experience and four months of CSS experience. Neat, it uses SIMILE Timeline.

The developers also have a blog.

So, what can Ohloh do for people involved with open source? I think the clearest story is this: People who want to quickly evaluate a project can use Ohloh to get a one-stop overview. For example, we learn from the StatCVS page that the project has “5 active developers”, “increasing development activity”, an “established codebase”, and a project cost of $139K (huh?).

In the future Ohloh could add some more sources of data (project mailing lists, issue trackers), and could become a one-stop dashboard for people involved with the project, to stay on top of day-to-day developments. A bit like a hosted version of Trac.

I see this as one more unexpected advantage of the open source development process: Since the source code and other data is available on the Internet, third parties can built services that add value to the development process.

Posted in General | Tagged | 1 Comment

Semantic Web tools list in Exhibit

Mike Bergmann has set up a list of Semantic Web tools that can be viewed, searched and filtered through SIMILE Exhibit. Some background on how he did it here – it combines Google Spreadsheets, WordPress and Exhibit. Pretty cool.

If you haven’t seen Exhibit in action yet, then check it out, and keep in mind that everything happens on the client side, and the data to feed the mashup can come from just about anywhere.

Update: David Huynh, the creator of Exhibit, is quite excited about Mike’s work. Is this really “the beginning of something great?”

Posted in General, Semantic Web | Comments Off

Endless Bar (tomorrow, Friday, January 19th)

Tomorrow the St. Oberholz in Berlin will will join the Endless Bar. Arne has the details.

Come join us for a drink between 7.30 and 9.30pm, either personally in Berlin, or virtually if you are at any other place with booze, music, an internet connection and a webcam. (We use Skype and iChat; my contact details are in the sidebar.)

Posted in General | Comments Off

Idea of the week

David Weinberger:

In fact, perhaps we could use a microformat for technical problems and solutions.

The first thing I do when I get some funky error message is to google for it. Even for the most arcane problem, there’s a forum thread somewhere that will shed some light on the issue. A little more structure could add a lot of usefulness to that kind of information.

Posted in General, Semantic Web | 2 Comments

StatCVS v0.3

It’s a new year, and that’s always a good time for releasing software. StatCVS is now at v0.3.

The main new feature is a cleaner look for the reports (example). The commit log has been redesigned and now features permalinks for all commits (example). There are also a couple of new reports and tables, such as the “Developer of the Month” table and a highly useful overview of all repository tags. See the release notes for a more complete list of changes.

I’ve also done quite a bit of refactoring. The main target was the HTML generation code. It had grown for four years without much design attention, and was quite a mess. After the recent changes, adding new reports should be much easier and fun again.

A big thank you goes to everyone who has contributed code to this release: Benoit Xhenseval, Brian Jørgensen, Eric Meaney, and Anja Jentzsch.

Posted in General | Tagged | 2 Comments