Tag Archives: SOPA

Zen and the Art of Software: The Innovation Interview with Grady Booch (Part 3)

In parts one and two of our chat with  software star Grady Booch, we discussed his magnum opus project  COMPUTING: The Human Experience, Innovation, the Computer History Museum and the possible changing brain structure of Millennials, among many other things.

In this, the final segment of our discussion with him, we look at software – and software architecture – in general, Grady’s relationship with it in particular, the troubles facing Google and Facebook, the web, and his views on the SOPA, PIPA and ACTA bills.

To view the full introduction to this multi-part interview with Grady: Click here

Grady Booch: Capital I Interview Series – Number 14

[This was a joint conversation between Grady, Michael and myself. I’ve italicised Michael’s questions to Ora so you are able to differentiate between us – though, I think it will become obvious as you read – lol!]

Grady, You are credited with the building, writing and architecting of so much technology;  of all of those things, what is it that you are most proud of?

There are three things.  The first one is very personal.  My godson – he would have been eight or nine at the time –  was given a task at his school to write about a hero, and he wrote about me.  That was pretty cool!  Everything else is details, but I’m really proud of that one.

On a technical basis, I’m pleased with the creation of the UML, not just because of the thing we created, but the whole idea and industry around it that being able to visualise and reason about software-intensive systems in this way is a good thing. So, I think we lifted the tide for a lot of folks.

UML Diagrams

I contributed to the notion of architecture and looking at it from multiple views, and how to represent it.  I feel good about the whole thing around modelling and architecture and abstraction.  I think I helped people and I feel good about that.

UML was certainly a game changer.  I remember when it came in, before you got bought up by IBM.  It was like a wave going across the globe.  It made a profound difference.

And it’s different now because it’s part of the oxygen.  Not everybody is using it, that’s okay – not everybody is using C++ or Java and that’s fine – but I think we changed the way people think.

Our estimates are that UML has a penetration of somewhere around 15 to 20 percent of the marketplace.  That’s a nice number.  We’ve changed the way people build things.

Absolutely, especially at the big end of the market.

Yeah.  I wrote an article in my architecture column, that tells the story of when I was dealing with my aneurysm.  I was laying in a CT scan machine in the Mayo Clinic, looking up and saying: “My gosh, I know the people who wrote the software for this, and they’ve used my methods.”  That’s a very humbling concept.

It’s a pretty much a pretty good Acid test, isn’t it.

Yes, it is.

And your work is continuing in architecture…

Correct. I continue on with the handbook of software architecture, and a lot of what I do, in both the research side and with customers, is to help them in the transformation of their architectures.

For IBM the last nine months or so I’ve been working with the Watson team – the Jeopardy playing game – and helping the teams that are commercialising their technology.

How do you take this two-million line code base, built by 25 men and women, drop it in another domain and give it to a set of people who know nothing about that system.  This is exactly the kind of stuff that I do for customers, and I’ve been helping IBM in that regard.

That would be very challenging.  You’d need somebody with your brain power to actually manage that, I imagine.

Well, it’s not an issue of brain power, it’s an issue of: how does one look at systems like this and reason about them in a meaningful way.  And after the UML comes in – because it allows us to visualise it and the whole notion of architecture as used from multiple dimensions – all these things come together.  That make a two million line code base understandable to the point where I can know where the load-bearing walls are and I can manipulate them.

That is pretty impressive!  You’ve found a way of managing the slicing and dicing of the codebase.

That’s a problem that every organisation faces.  I have an article that talks about the challenges Facebook is going to have.  Because they…. every software-intensive system is a legacy system.  The moment I write a line of code, it becomes part of my legacy…

Especially if you’re successful upfront and gets massive growth, like they did.

Yes, and having large piles of money in your revenue stream often masks the ills of your development process.

Absolutely.

Google’s faced that, Facebook is facing that.  They have about a million lines of [the programming language] PHP that drives the core Facebook.com system – which is really not a lot of code – still built on top of MySQL, and it’s grown and grown over time.

I think, as they split to develop across the coast – because they’re opening up a big office in New York City – that very activity changes the game.  No longer will all of the developers fit within one building, so the social dynamics change.

Inside Facebook's Madison Avenue Offices

Ultimately, what fascinates me about the whole architecture side of it is that it is a problem that lies on the cusp of technology and society.  It’s a technical problem on the one hand – so there are days I’ll show up as an uber geek – and on the other hand, it’s a problem that’s intensely social in nature, so I’ll show up as a ‘Doctor Phil’.

To follow-up on one of Kim’s questions: if you look at the backlog of IT, I think every company of moderate size is still struggling to deliver on business demands. Do you think that architecture helps or, does it actually contributes to the problem?

Architecture can help in two ways.

I’ll give you one good example.  There is a company called OOCL (Orient Overseas Container Line) that I worked with some years ago to help them devise an architecture for their system that tracks containers and all these kind of things.  Their CEO had this brilliant notion: what would happen if we were to take this system and extract all of the domain-specific bits of it and then sell that platform?

By having a focused-upon architecture, they were able to devise a platform – this is a decade before Salesforce.com and these kind of things – and they could then go into a completely new business and dominate that side of the marketplace.   Here is an example where a focused-upon architecture has a real, material, strategic business implication.

The other thing focused-upon architecture offers is, it  is allows you to capture the institutional memory of a piece of software.  The code is the truth, but the code is not the whole truth.  So, in so far as we can retain the tribal memory of why things are the way they are, it helps you preserve the investment you made in building that software in the first place.

What sort of size company are you talking about?  It sounds like the telco space… large Tier 1 and  Tier 2 companies. 

It could be anybody that wants to dominate a particular business.  Salesforce.com built a platform in that space.  Look at Autostar as another example.  Autostar was an attempt by BMW, and others, to define a common architectural platform, hardware and software, for in-car electronics.  By virtue of having that focused-upon architecture, all of a sudden you have unified the marketplace and made the marketplace bigger, because now it’s a platform against which others can plug and play.

There is a similar effort  with MARSSA, which is an attempt to develop a common architectural platform for electronics for boats and yachts.  Again, it eliminates the competition of the marketplace by having a set of standards against which, people can play well together.  In the end, you’ve made the marketplace bigger because it’s now more stable.

I agree. Also, an architectural approach separates the data from an application specific way of looking at things.

It used to be the case that we’d have fierce discussions about operating systems.  Operating systems are part of the plumbing; I don’t care about them that much anymore.  But, what I do care about is the level of plumbing above that.

My observations of what’s happening is that you see domain-specific architectures popping up that provide islands against which people can build things.  Amazon is a good example of such a platform.  Facebook could become that, if they figure out how to do it right – but they haven’t gotten there yet.  I think that’s one of the weaknesses and blind spots Facebook has.

I also think that they are, to a certain extent, a first generation.  I think the web, in terms of connectivity, is not being utilised to its fullest potential.  I don’t see any reason why, for example, any form of smart device shouldn’t be viewed as being a data source that should be able to plug in to these architectures.

Exactly!

Would that be an example of a collaborative development environment?

Well, that’s a different beast altogether.

With regards to collaborative development environments, what led me to interest in that space is emphasising the social side of architecture.  Alan Brown [IBM engineer and rational expert] and I wrote a paper on collaborative environments  almost ten years ago, so it was kind of ahead of its time.

Alan Brown

The reason my thinking was in that space was extrapolating the problem of large-scale software development, as we’re becoming more and more distributed, to just how does one attend to the social problems therein.  If I can’t fit everybody in the same room, which is ideal, then what are the kinds of things that I do that can help me build systems.

I’ve observed two things that are fundamental to crack to make this successful.  The first is the notion of trust: in so far as I can work well with someone, it’s because I trust them.  You, Kim, trust your husband Michael, and therefore there is this unspoken language between the two of you that allows you to do things that no other two people can do together.

Now, move that up to a development team, where you work and labour together in a room, where you understand one another well.  The problem comes – like with Facebook, and what we’ve done in outsourcing – when you break apart your teams (for financial reasons) across the country or across the world.  Then, all of a sudden, you’ve changed the normal mechanisms we have for building trust.   Then the question on the table is: what can one do to provide mechanisms to provide building of trust?  That’s what drives a lot of ideas in collaborative development environments.

The other thing is the importance of serendipity – the opportunity to connect with people in ways that are unanticipated, this option of ‘just trying things out’.  You need to have that ability too.  The way we split teams across the world doesn’t encourage either trust or serendipity.  So, a lot of ideas regarding collaborative environments were simply: “What can we do to inject those two very human elements into this scheme?”

As we have been talking about trust, I’m curious as to your opinion on the SOPA, PIPA and ACTA bills.

I’ve Tweeted about it, and I’m pretty clear that I think those bills are so ill-structured as to be dangerous.

I get the concept, I understand the issues of privacy and the like, and I think something needs to be done here.  But I’m disturbed by both the process that got us there and the results.  Disturbed by the process in the sense that the people who created the bills seemed to actively ignore advice from the technical community, and were more interested in hearing the voices of those whose financial interest would be protected by such a bill.

The analogy I make would be as if all of a sudden you make roads illegal because people do illegal things in their cars.  It’s stupid the way the process that led up to this bill was set, I think, because it was very, very political.  From a technical perspective, while I respect what needs to be done here, the actual details of it are so wrong – they lead you to do things to the web that are very, very destructive indeed.  That’s why I’m strongly, strongly opposed to it. And I have to say that this is my personal opinion, not that of IBM, etc.

This is the final segment of our multi-part interview with Grady Booch. Part One can be read here, and Part Two can be read here

You can learn more about Grady via the COMPUTING: The Human Experience website, Grady’s blog and his Twitter feed. Be sure to keep your eye on the COMPUTING: The Human Experience YouTube channel where Grady’s lecture series will be posted.

[Kim, Michael and Grady Skyped from their homes in Sydney and Hawaii.]

Antics with Semantics: The Innovation Interview with Semantics Pioneer, Ora Lassila

Wanting to speak to someone, both interesting and inspiring, about the Semantic Web and Innovation, Ora Lassila, an Advisory Board Member of the World Wide Web Consortium (W3C) as well as Senior Architect and Technology Strategist for Nokia‘s Location and Commerce Unit, was the obvious ‘go to guy’.

A large part of Ora’s career has been focussed on  the Semantic Web as it applies to mobile and ubiquitous computing at the Nokia Research Center (NRC), where he, among many things, authored ‘Wilbur’, the NRC’s Semantic Web toolkit.   As impressive as that is, as I did my research, finding out more about Ora, the more fascinating he, and his career, became to me.

Ora is one of the originators of the Semantic Web, having been working within the domain since 1996.  He is the co-author (with Tim Berners-Lee and James Hendler) of the, to date, most cited paper in the field, ‘The Semantic Web’.  Ora even worked on the knowledge representation system ‘SCAM’,  which, in 1999, flew on a NASA Deep Space 1 probe.

Leading up to our attendance and presentation at the Berlin Semantic Tech and Business Conference, Michael– the true ‘tech head’ of KimmiC – and I were extremely pleased that Ora, ‘the Mac Daddy’ of the Semantic Web, gave us so much of his time.   I hope you find our conversation with him as interesting as we did!

[I’ve italicised Michael’s questions to Ora so you are able to differentiate between us – though, I think it will become obvious as you read – lol!]

Ora Lassila (photo credit: Grace Lassila)

Ora Lassila: Capital I Interview Series – Number 13

Lets start out by talking about Innovation in general, and we’ll move on to the Semantic Web as we go along.   As this is the Innovation Interview Series, the ‘baseline’ question is always: how do you define Innovation?

Good question.  I think many people do not make a clear distinction between ‘innovation’ and ‘invention’.

To me, ‘innovation’ is something that not only includes some new idea or ideas, but also encompasses the deployment and adoption of such.  You can invent clever new things, but if you don’t figure out how to get people to use those new things, you have fallen short of the mark.

How essential has innovation been in your career to date; and how important do you envisage it being, going forward?

It has been important.  A big part of my professional career was spent in a corporate research lab, where inventing new things was less of a challenge than getting these inventions ‘transferred’ to those parts of the corporation that had more capability in promoting their adoption and deployment.

That said, I have learned that ‘technology transfer’ is not always about taking concrete pieces of technology, software for example, and handing them over to someone else for productization.  Sometimes the transfer is more ‘insidious’ and involves influencing how people in your organisation – or outside your organisation – think and see the world.

I would claim that some of my early work on the Semantic Web absolutely fits this definition.  So writing, publishing and talking all constitute viable means.  Also, we should not forget that people need to be inspired.  You cannot just tell them what to do, instead, they have to want to do it.

What do you think are the main barriers to the success of innovation?

I am not kidding when I say that the absolute biggest obstacle is communication.  That is, we should learn to communicate our ideas better to be able to convince people and to inspire them.  I have much to learn in this area.

Who and what inspires you? Where do you look for inspiration?

I have no good or definite answer for that.  When I was younger I was really inspired by the Spanish aviation pioneer Juan de la Cierva whose simple yet radical idea about aircraft – the ‘autogiro’ – paved the way for the adoption of helicopters.  And yet, one might argue that, in many ways helicopters are a far more complicated and complex technology than de la Cierva’s original invention.

Juan de la Cierva y Codorníu, 1st Count of De La Cierva

I am inspired by simplicity… I strive to create and design things that are simple, or at least not any more complicated than necessary.

What are, in your view, the current emerging critical trends in Innovation and technology?

I like openness, things like open-source software as well as Open Access and sharing of data as part of the scientific process.  I am hoping we see a fundamental change in how research is done.  In many ways we have progressed to a point where many problems are so complex that they are beyond a single researcher’s or research group’s capacity and capability to tackle.

Also, on the topic of openness, I like some of the recent developments in open government, e-Government, and such.

And what are some of the coolest mobile technologies you’re seeing launched? 

I am much enamoured with the idea that mobile technologies – particularly via the use of GPS, etc. – ‘ground’ many services to the physical world.  There are many uses for location information, uses that help me in my everyday life.

Furthermore, by making the mobile device better understand the current ‘context’, not only geographically but also by making use of other observations about the physical world (movement, sound, etc.), we can make applications and services better for users.

Do you think we will have a ‘meshed up’ world that effectively bypasses the stranglehold telcos have on infrastructure?

I don’t necessarily agree that the telcos have a ‘stranglehold’.   They provide an important service and a critical investment in an infrastructure I don’t really see us living without.

But we need things like ‘net neutrality’ to make sure that this infrastructure really serves people in an open and non-discriminatory way.  in this regard I am also concerned about more recent legislative attempts [SOPA, PIPA, ACTA] that (perhaps unintentionally) will hurt the overall technical function of the Internet.

It seems that current Web based business models are founded on the idea that businesses have the right to record everything about users/consumers and profit from this information.  Do you think this is a sustainable business model, or do you think the user/consumer will start to think that they, and their data, is worth something and begin to demand recompense of some sort?

There are very few fundamentally different, viable, business models on the Web, so I can see that businesses would want to cash in on user data.  It is only a matter of time before the consumers ‘wise up’ and understand the value of their own data.  Personally I think we should aim at ‘business arrangements’ where all parties benefit.  This includes concrete benefits to the user, perhaps in a way where the user is a bona fide business partner rather than just someone we collect data about.

It is important to understand that what’s at stake here is not only how some user data could be monetized, it is also about users’ privacy.  Luckily I work for an organisation [Nokia] that takes consumer privacy very seriously.

You’ve got a fascinating history, and seem to have gotten into the Semantic Web at the very beginning.

The very, very beginning, yes.  I think I can argue that I’ve been doing this longer than the term has actually existed.

In ’96 I went to work at MIT…  I’d just been hired by Nokia, and they wanted to send somebody to MIT as a kind of visiting faculty member.   So, I worked in Tim Berners-Lee’s team, and one day he asked me what I thought was wrong with the web.

Tim Berners-Lee

Just a small question.

Yeah, not intimidating at all.

I said: “My hope has been to be able to build,” – what then would have been called agents, autonomous agents – and I said: “I can’t really do that because the web was built for humans and human consumption.  I would really, really like to see a web that was more amenable for consumption by automated systems.”

And he [Berners-Lee] said: “Yeah, that’s it! Now, how do we fix that?”

And I went: “Well, how about we try knowledge representation and apply that to web technologies.”  Because knowledge representation is a branch of artificial intelligence that has a long history of taking information and representing it in such a way that you can reason about it then draw conclusions from it… things like that.  We agreed that I would look into that, and that’s really how I got into all this.

Of course I had worked on various projects before that, that involved ontologies and knowledge representation, it just wasn’t done on the web.   The big reason being that the web had not really been invented yet.

There was Cyc and some other AI [Artificial Intelligence] things before that… 

Cyc is a very good example of an attempt to build a very large ontology that would encompass common sense knowledge.  But there are many examples of systems that used ontologies in one way or another for narrower domains.  Cyc was an overly ambitious project, in the sense that they really wanted to cover a lot of ground in terms of human knowledge.

I had worked on several projects in the past that applied ontologies to things like planning industrial production, or planning logistics.  So, the question really was, could you build a model of the world that was rich enough and precise enough that a system could use that knowledge to create plans for various things.  In my case those were plans for either how to run industrial production, or large fleets of logistics’ resources.

You were a long, long way in front of everybody else… at least ten years.  It’s incredible!

One might argue too far ahead.

I think at that time most people were just trying to come to grips with basic HTTP and web servers.  If you look at the vested interests, especially of software providers at that time… I guess it wasn’t really the right timing. But I think that time is coming now.

Yeah, I think we’re in a better position now and we’ve certainly seen a lot of adoption of Semantic Web technologies in the last few years.

I think elements of semantic are brilliant.   RDF, for example, is one of the smartest ways I’ve ever seen of describing something.  You can’t break the way semantics talks about something, whereas you can break the interpretation easily in XML.

I start to lose traction with it when it gets towards ontologies.  Do you think that ‘splitting the message’ would help with adoption?  For instance, you can use ontologies, but there is also a part of semantics which is brilliant for just doing ‘business as usual’?

I think there is a fairly broad spectrum of possible ways of making use of this technology.  I’m sure you’ve seen diagrams of the so called layer cake, with the different technologies layered on top of one another.

A Semantic Web Stack (layer cake) [image created by Tim Berners-Lee

I think that it’s up to you to decide how far up that layered structure you want to go.  There are a lot of applications where very simple use of just some of the most basic technologies will give you a lot of benefit.  And then there are other problems where you may actually want to separate a lot of the understanding of your domain from your actual executing code…  for those kinds of things, encapsulating that knowledge in the form of a potentially very complex ontology may be a good way to go.

My issue with ontologies is exactly the same issue I have with the current enterprise software providers… If you talk about mass adoption, as opposed to just specific domain adoption, for every extra entity – be it a class or data table – you decrease your adoption exponentially.   And, once you go up to higher levels, you shouldn’t assume you’re the only person that has a valid way of looking at the world, though you may be using the same data.  I think we’re saying the same thing…

Absolutely.  The interesting thing to say about the current enterprise software providers, I think, is that they have one model of the way to look at the world.   There are cases where companies have had to change the way they do business in order to adopt the enterprise software [currently available].

You have two choices: you either do it their way or else you spend a few million bucks and you do it their way anyhow.

I think that there is a possibility, with these Semantic Web technologies, of getting into more flexible uses of information and I kind of like that idea.

Over the last few years I’ve become increasingly interested in our ability to share information.  When you start talking about sharing it becomes really dangerous to have very complex, strictly defined semantics.  Because, like you said, other people might have a different interpretation of things.

But you want to nail some things down.  Understanding something about [the] information would give you a baseline for interoperating.  And then, you could do ‘better’ interoperation if you had a better definition of the meaning of the information.

I agree with you about understanding information.  But I think where most things fall to pieces – and this is also looking at business model languages and stuff – as soon as you get anywhere near processes with that information, it goes to hell pretty quickly. 

Exactly.  I spent a few years, at the beginning of the previous decade, working on a large Semantic Web research program funded by DARPA [Defense Advanced Research Projects Agency].  I was part of an effort to see if we could use ontological technologies to model web services.

Is that DAML and stuff like that?

Exactly; DAML, and DAML-S for services.  We very quickly got into process modeling; and those kinds of things get very difficult…

Very quickly.

Absolutely.  I think that’s the thing that still needs work.

The traditional approach to anything process-oriented just doesn’t work unless you have very tight coupling and a very controlled domain.  But I think there are a lot of different ways of trying to solve the same problem without having to get to that level.

I think that one of the things that is missing from the whole Semantic Web collection of specifications is this notion of action… a notion of behaviour.  It’s hard to model, but I think that we ought to work on that some more.

We [KimmiC/FlatWorld] have taken a more hybrid approach, so we use things like REST architecture, and a lot of stuff from the business world, in terms of authentication and authorisation. 

Sure.  I’m not in any way advocating the use of the WS_* collection of technologies. I’m not a big fan of those.

I’ve looked at all the SOAP stuff and there are a lot of problems… like business process deployment.  It is a nightmare to deploy these technologies.  It’s even more of a nightmare to load balance them.

Right.

Essentially, if you’re looking for dynamic relationships – be it in business or whatever – they’re just useless for that sort of thing.  They’re always designed around having control of a large domain space; this is especially true when it comes to deployment of applications.  I just think they’ve missed the point. 

I think the web is the best example of a redundant, massively-distributed application; and we need to look at it more as, “That’s the model,” and we have to work with it.

Absolutely.  I think that for 20 years there have been discussions about these sorts of ad hoc enterprises, or collections of smaller companies, being able to very quickly orchestrate themselves around a particular mission [purpose].  But I think that these technologies, just like you said, are probably not the right answer.

When you wrote your 2009 position paper you noted that rather than languages, the  biggest issues or problems facing the uptake of the Semantic Web were 1. Selling the idea; and 2.  A decent user interface.

Why did you feel that was the case then; and, has your opinion changed regarding these issues in the two+ years since you wrote your paper? 

Semantic Web technologies are well suited to situations where you cannot necessarily anticipate everything – say, about the conditions and context in which an application is used, or which kind of data an application might have available to it.  It is like saying that this is a technology for problems we are yet to articulate.  Sounds like a joke, but it isn’t, and the problem in ‘selling’ Semantic Web technologies is often about the fact that once a problem has been clearly articulated, there are many possible technologies that can be used to solve it.

The issue I have with user interfaces and the user experience is the following: Semantic Web technologies – or more generally, ‘ontological’ technologies – give us a way to represent information in a very expressive manner… that is, we can have rich models and representations of the world.  I feel that user interface technology has a hard time matching this expressiveness.  This issue is related to what I said earlier about not being able to anticipate all future situations; writing software that can handle unanticipated situations is hard.

All that said, I don’t like the term ‘Semantic Web applications’.  Users shouldn’t have to care, or need to know, that Semantic Web technologies were used.  These are just useful things in our toolbox when developing applications and services.

What are the key challenges that have to be solved to bring those two problems together?

I am really looking for new programming models and ways to add flexibility.  This is not only a technical problem, we also need to change how people think about software and application development.  I have no silver bullets here.

How do you see applications developing in the next few years – compared to the current environment – as you have mention we have to shift our minds from an application that ‘owns and controls’ it’s own data rather than simply interacting with data?

I think, again, this is about changing how people think about application development.  And, more specifically, I would like to see a shift towards data that carries with it some definition of its semantics.

This was one of the key ideas of the Semantic Web, that you could take some data, and if you did not understand it, there would be ‘clues’ in the data itself as to where to go to find what that data means.

As I see it, the semantics of some piece of data either come from the relationship this data has with other data – including some declarative, ‘machine-interpretable’ definition of this data, for example, an ontology – or are ‘hard-wired’ in the software that processes the data.  In my mind, the less we have the latter, and the more we have the former, the better.

In previous interviews you’ve noted that you feel users should have a say “in how they view  information.”  Do you think that users should become involved in making the semantic web more ‘usable’? And if so, how?

I think users should demand more.  There needs to be a clear ‘market need’ for more flexible ways of interacting with information.  User experience is a challenge.

On this topic, I also want to point out how unhappy I am with the modern notion of an ‘app’.  Many apps I have seen tend to merely encapsulate information that would be much better offered through the Web, allowing inter-linking of different content, etc. It kind of goes with what I said earlier about openness…

There’s a lot of guys saying they can plug two systems together easily, but it almost always means at the data level.   It doesn’t really work once you start applying context on top of it.

I’d like to see a middle ground where we have partial interoperability between systems, because that’s how humans interact.

That’s something we’re looking at as well.  I view it like this: when I go through Europe, I can speak a little bit of German, a little bit of French. I’m not very good, but I have to have a minimal level of semantic understanding to get what I want: to get a beer.  I don’t have to understand the language completely, just enough, in context, to act on it.

Speaking of acting on things… Ora, where are you going with semantics in the future?

That’s a good question. Right now I’m working on some problems of big data analytics.

With semantics?

Nokia is investing in large-scale analytics, so I’m in the middle of that right now.

I’m currently looking at how to tackle the problem of how to bootstrap behaviour.  Behaviour and notions of action are not well-tackled in the space of the Semantic Web, and I’d really like to get into bringing two information systems in contact with one another, and have them figure out how to interoperate.

That’s very ambitious.

Right.  And I’m not entirely sure if people understand that that’s an important question to tackle.

Oh, it’s an important question to tackle; it’s just more a question of… Again, you’re very far ahead of the game.

Well, I think that today, if you want to make systems A and B interoperate, it’s usually a large engineering undertaking.  So, it’s directly related to the question of separating information from applications…  you could pick the applications you like and take the information that you’re interested in and make something happen.  In terms of interoperating systems, right now we have a situation where we either have full interoperability, or we have nothing… we have no middle ground.

You can learn more about Ora via his website, blog and  Twitter feed.

[Kim, Michael and Ora Skyped from their homes in Boston and Sydney.]

[This interview has been translated into the Serbo-Croatian language by Jovana Milutinovich of Webhostinggeeks.com]