Opera Unite is a Hail Mary
snydeq writes "Rather than view it as a game-changer, Fatal Exception's Neil McAllister sees Opera Unite as a Hail Mary bid for Opera to stay in the game. After all, in an era when even vending machines have Web servers on them, a Web server on the Web browser isn't really that groundbreaking. What Opera is attempting is to 'reintermediate' the Internet — 'directly linking people's personal computers together' by making them sign up for an account on Opera's servers and ensuring all of their exchanges pass through Opera's servers first. 'That's an effective way to get around technical difficulties like NAT firewalls, but more important, it makes Opera the intermediary in your social interactions — not Facebook, not MySpace, but Opera,' McAllister writes. In other words, Opera hopes to use social networking as a Trojan horse to put traditional apps back in charge."
In the UK, they begin capping your connections.
When ISPs start capping to the level of poor performance, I presume that Opera will use its already implemented BitTorrent implementation to keeps files downloaded by your friends distributed amongst them.
It seems Opera is well designed for this sort of thing. Imagine chatting over IRC with your firends using a build-in IRC daemon - with each friend being a split in the server. It's ingenius.
Slashdot needs Geekcode | Can anyone recommend any good SCIFI? My tastes: Foundation, Startide Rising, CITY, Ringworld,
I released an open source web browser called SupraBrowser a while back. It has very similar characteristics to Opera Unite, in that it's designed to act as both a client and server at the same time (we called it a "servant") :).
This was more of a research project, as in fact, it was designed as a research and collaboration system for financial services companies and is currently used heavily by several very large financial services companies. It's almost like a combination of Google Wave and Opera Unite, in that it's based on a secure real-time messaging layer (xmpp/jabber wasn't stable or mature enough when we started....if we were doing it over today we might use jabber, but we also had the need for a lot of queuing and persistence that jabber wouldn't have provided), where all communication is completely encrypted using 3DES and a zero knowledge authentication. It supports email, mailing lists, group posting boards, link sharing, workflow, and a bunch of other really innovative features.
That said, I don't know how to manage an open source project and generate a community around our efforts other than posting to various blogs every once in a while when I see something related. Even still, its' frustrating because we actually went far down the road of trying to do kind of what Opera is doing, but without a middle man/trusted third party (hence the requirement for SRP Zero Knowledge auth). We want to build a personal cloud collaboration environment where data becomes user-centric and controlled, where other services federate from that single point of truth owned and controlled by the user.
Given that it's a research project, there are also some very innovative ideas, and I have yet to see anyone implement tagging better or provide a better way to manage personal information. I have over 25,000 bookmarks and files that are all full-text indexed (on Lucene), and tagged so that I can easily get back to stuff and correlate it within my existing cloud of data.
This I think is one of the real weak points of the open source model. If there is something very innovative, it generally requires sales and marketing to shove it down users' throats given their natural tendency to resist change. When the users are the developers are the users, the self selection process tends to restrict certain things. I can think of no other explanation for why releasing 4+ years of effort has been almost completely ignored. If someone can point out why the open source community has ignored SupraBrowser I would be all ears!
If anyone has any ideas or feedback, please reach out to me! suprasphere ____ @ ___ gmail.com
David