Thursday, July 31, 2003
Recent RSS Activity

Jim McGee has a composite look at all the RSS activity that has been taking place in recent times. "What's notable here is the shift in focus to actually thinking about increasing the value to customers."

Related Entries:  [All]

RDBMS and XML

Jon Udell (InfoWorld) writes about the coming marriage of the two:


Now that XML can represent both the documents that we see and touch -- such as purchase orders -- and the messages that exchange those documents on networks of Web services, it's more critical than ever that our databases can store and manage XML documents.

Most of the information in an enterprise lives in documents kept in file systems, not in relational databases. There have always been reasons to move those documents into databases -- centralized administration, full-text search -- but in the absence of a way to relate the data in the documents to the data in the database, those reasons weren't compelling. XML cinches the argument.

As business documents morph from existing formats to XML -- admittedly a long, slow process that has only just begun -- it becomes possible to correlate the two flavors of data. Consider an insurance application that stores claims data in a relational table and claims documents in XML. A hybrid SQL/XML database enables the application to extract fragments of XML from a subset of the documents. And that subset can be created by joining XML elements in the document with column values in relational tables.


We've developed a utility called "Events Horizon" which can interface to any ODBC-compliant database and generate an RSS feed for specific events. So, I could set up a SQL-query on the database for something I want to track regularly and then get the RSS events resulting from that feed delivered to me in my news reader.

K-Logs and Intranet Portals

John Robb compares the RoI of a K-log (knowledge weblog), as compared to an Intranet portal. Phil Wolff summarises his conclusions:


Can blogs can replace portals? If so, what are the relative costs, benefits, ROI? [John Robb's] answers (and I concur): Yes for everything except "adding a web front end to business apps"

Blogs look better:
- Costs: $142 vs. $807 per desktop (Costs 82% less)
- Benefits: $1,658 vs. $1,886 per desktop (Delivers 88% of the value)
- ROI: 1,170% vs. 240% (or 4.9 times the ROI)

Considering that so many projects:
- Aren't funded at all in this economy
- Fail completely (around 25% are cancelled or aborted)
- Fail partially (blowing scope, schedule, or budget)
Setting up a klognet seems like a low risk, high payoff proposition.

Masayoshi Son's Next

I first heard about Japn's Masayoshi Son when he made the Yahoo investment in 1995. After that, he made many bets - some worked, and others didn't. He is now focusing on braodband in Japan.

Wired writes about the Japanese entrepreneur who "lost $75 billion in the dotcom crash. His new master plan: superfast, supercheap DSL for the masses."


Softbank has spent close to $2 billion building out a gigabit Ethernet network and leasing copper wire from Japanese telecom giant Nippon Telegraph and Telephone. The result is a service, offered under the Yahoo! BB brand, that provides Internet access to Japanese homes at 12 megabits per second - eight times faster than what Americans are used to - for about $21 a month. Every day, as many as 7,000 new subscribers fire up their plug-and-play DSL modems, making Yahoo! BB the world's fastest-growing broadband service.

So things are looking rosy, right? Not quite. Softbank is spending $250 to acquire every new customer - $50 million per month. Outside Tokyo subway stations, rain or shine, cute teens in white Yahoo! BB mackintosh coats hand out a free modem to anyone who breaks stride. A second-rate baseball team, the Orix Blue Wave, now plays in Yahoo! BB Stadium. Such marketing gambits increase the company's profile but only add to Softbank's staggering $3.9 billion debt.


Business Week too has a story on him, and his plans to now focus on online-gaming as the killer app for the broadband network that he is building in Japan.

On July 25 he plans to open a Web portal called BB Games featuring about 50 titles. Players will pay a monthly fee of $8.50 to $13 per title to square off against others across the country. By yearend 2004, Softbank plans to offer as many as 300 games and hopes the site to bring in revenues of at least $400 million per year by 2006. Of that, BB Games will keep 20%, with the remainder going to game developers. "There's no doubt that the killer application for broadband is online games," says Taizo Son, Son's younger brother and a partner in the venture.

Son is hoping to turbocharge revenues by getting his broadband subscribers hooked on services such as games that bring in extra cash. Already, Yahoo BB has attracted 2.5 million users to an Internet phone service, and it's now experimenting with pay-TV over its network. Down the line, Son plans to expand into e-learning and corporate services such as videoconferencing. Japan's broadband content market could be worth $6.4 billion by 2005, a sharp jump from $1.5 billion last year, according to Mitsubishi Research Institute Inc.

Rich Web Clients

Adam Bosworth comments:


Personally I like the web. It is easy, doesn't require arcane knowledge to use, ... So, in terms of user interface, I think it is generally the right solution. I'm always surprised when I hear people disparage the web as poor or limited or dumbed down UI as Macromedia does and Laszlo and Altio and Nexaweb and others have sometimes done.

Limitations:
But there is no doubt that there are two things it isn't particularly good at:
Offline Access. IE's attempt to make sites go on working offline is a joke. Offline requires a new paradigm.
Push. If Information needs to flow to the user more or less as it occurs then the browser paradigm isn't always the best model, at least without help.

All by themselves, I'd argue that the gain outweights the pain. But add in occasionally or poorly connected which is the world of mobile devices and the more limited UI gestures that really work on mobile devices and I think the game gets more interesting.


There is a definite need for (near) real-time information delivery. This is where the publish-subscribe concepts powered by RSS can play a role. RSS needs to deliver via IMAP to a microcontent client. There are only two options: the email client/news reader (which will merge) or the browser. The former option can be done via next-gen email client like Chandler, while the latter needs the equivalent of a "digital dashboard" (harder to do, but still possible). I'd go with the former approach.

BlogStreet | PermaLink | Comments (3)

Rajesh, the issues offline access and data push and pull have been wonderfully tackeled in Macromedia's latest development tool called Central. It'll be going into public beta soon and I think it might be an ideal platform for your idea of the dashboard. Not sure if they will suppost Linux right away, but know MM, it won't be far away. For more info check:

http://www.onclipevent.com/archives/enterframe/000193.html

Posted by Nav

Hello Rajesh,

I'm also dreaming about a much better publish-subscribe-file-retrieve system and thinking that IMAP may be part of the solution. But the issue of offline access needs to be solved. What I want is to have a local IMAP server and a remote IMAP server and to be able to *easily* sync the data on my local IMAP server with the data on my remote IMAP server. As far as I know, there is no IMAP client that does this today. Does anyone know of a client that does that? There are IMAP clients that will sync your local data store with an IMAP server but that local data store is in a format that is specific to the client. And this means that when I'm disconnected, I'm forced to use that particular IMAP client. But one of the great things about IMAP is that you're not locked in to a particular client. I think that in order to get closer to this dream publish-subscribe-file-retrieve online & offline world, we need to demand that IMAP clients and servers support power IMAP features including:

* annotatable messages and mailboxes
* shared mailboxes
* user-definable keywords
* syncing between two (or more) IMAP servers
* ability to remotely store user-specific configuration options using an open standard (such as IMSP)

If enough people start demanding these and are willing to pay for them, they will happen.


BTW, I have a couple terminology suggestions: I think it's best to avoid the phrase "news reader" because it sometimes means "NNTP reader" and sometimes means "RSS reader." Also rather than use the "RSS," which is probably going to die, I suggest using the phrase "Syndication technologies."

Thank you,
Nancy
(who spends too much time thinking about terminology)

Posted by Nancy McGough

He does not seem to me to be a free man who does not sometimes do nothing.

Posted by Barba Richard
Communications Taxonomy

From Nathan Shedroff . Via John Robb.

TECH TALK: Transforming Rural India 2: Solution Building Blocks (Part 2)

There is a virtually unlimited supply of thin clients available. Millions of computers are being disposed of annually by users and organisations in the developed world as they upgrade their desktops and laptops. These disposed computers have turned into a recycling problem for the developed nations. Most of these computers are in good working condition – it is just that there are not fast enough to run the new generation of software for most users. The typical upgrade cycle for computers is 3-4 years, and the annual consumption of computers in the developed world is more than 60 million units. This ensures not only a large supply, but also one which is continuous. A fraction of this supply is good enough to meet the needs of the developing countries.

Shipping these computers to the emerging rural markets solves two problems – the recycling problem in the developed world, and the need for an affordable computing infrastructure in the developing world. It is possible to take the computers being disposed, invest a small amount of money in their refurbishing, and ship them for use across the rural markets to serve as thin clients. The cost of this entire value chain will be no more than USD 100 (Rs 5,000).

Smart software running on the thick server ensures cutting-edge performance from these thin clients. In addition, because the computers are so cheap, it is possible to keep a few spare units – in case one of the units stops working, it can be quickly replaced by another unit. There is no need for expensive maintenance engineers, which can be a problem in rural and remote areas.

Server-Centric Computing

The second building block is server-centric computing. A “thick server” handles the processing and storage. Moore’s Law is creating very powerful computers at ever lower prices. A new desktop costing about USD 500 (Rs 25,000) is more than good enough to become a “thick server” and support upto 4 thin clients. Shifting the processing and storage to the server also simplifies the administration of the computing infrastructure – the server is the only system that needs to be managed.

Open-Source Software

The third building block is open-source software. Over the past decade, Linux has emerged as an equally good alternative to Microsoft Windows both on the desktop and server side. An ever-increasing pool of Linux developers and applications is now available. What open-source software offers is not just free software, but also the freedom to make changes as applicable to the software (provided the changes are themselves released in the public domain). What open-source software does is enables the leveraging of a vast applications base for a near-zero price.

WiFi

The fourth building block is WiFi. The 802.11 set of standards use open spectrum to enable wireless connectivity across a distance of upto100 metres. While it is primarily seen as a local connectivity solution through hotspots, WiFi can become the fulcrum for rural connectivity in rural areas through the use of repeaters and antenna innovation. Recently, Media Lab Asia in India demonstrated how two points over a distance of over 50 kilometres could be connected by WiFi. Thus, the connectivity layer for the “last mile” for both voice and data applications could be WiFi.

Thus, taken together, the 5KPC ecosystem comprising of thin clients which are refurbished computers from the developed world, server-centric computing on new desktops, open-source software based on and around Linux to provide the applications base, and WiFi to provide connectivity, serves as the basic building block for an affordable and pervasive computing infrastructure across rural areas.

Tomorrow: TeleInfoCentre and RISC

Related Entries:  [All]

Tech Talk | PermaLink | Comments (1)

Agree with all the points,and it is really very nice to see Linux every-where ..overall it's Penguin's power...
But i have seen that exsiting computing infrastructures(in many companies) are Windows oriented ..and staff of these companies is habitual and expert to use apps of windows ..it is right that everything is available at Linux side but experties comes from practice .and these old buddies are not ready for the changes... and when we replace these infrastructure with Linux ..they work at the frontend to resist the changes.."LACK OF AWRENESS".

Second ..there are few apps which are the mission critical application for few companies like tally (came many time on my way)..and when we suggest them to use any layer to access and run these apps on Linux ..they just get one strong point to resist the Emergic changes to the way they use computing...

Some time i am unable to understand that it is their loss or it is a loss of the companies working to promot and implement Linux Every-Where.

Posted by Rajeev Sharma
Me
Entrepreneur, Mumbai, India, Emergic, Netcore, Internet, IndiaWorld, Sify, IIT-Bombay, ColumbiaUniv ... More [Write to Me]

- MyToday
- Emergic Ecosystem
- Netcore
- Emergic MailServ: Enterprise Messaging
- Emergic CleanMail: Anti-Virus, Anti-Spam
- BlogStreet: Blog Profiles, RSS Ecosystem
- Novatium: Network Computers
- SEraja: The EventWeb
- Rajshri Media: Broadband Portal
- Newsweek on Novatium (Feb 2007)
- Knowledge@Wharton Interview (Oct 2006)
- TIME Asia (Mar 2000)

Free SMS Updates
Indian mobile users can sms START EMERGIC to 9845398453 to get free daily updates on new additions. [To unsubscribe, sms STOP EMERGIC to 9845398453.]
My Writings
Affordable Computing and ICT for Development
India's Digital Infrastructure (May 2007)
Envisioning Tomorrow's World (Mar 2007)
Computing for the Next Billion (Jun 2006)
City Wi-Fi Networks (Apr 2006)
Microsoft Live (Nov 2005)
Internet Tea Leaves (Sep 2005)
Next-Generation Networks (Jul 2005)
Disruptions (Jul 2005)
The Mobile Phone Platform (Feb 2005)
Microsoft, Bandwidth and Centralised Computing (Jan 2005)
Computing for Broadband 101 (Jan 2005)
Tomorrow's World (Nov 2004)
CommPuting Grid (Nov 2004)
Massputers, Redux (Oct 2004)
The Network Computer (Oct 2004)
Reinventing Computing (Aug 2004)
Tech Trends (Jul 2004)
Letter to Arun Shourie (Apr 2004)
As India Develops (Mar 2004)
My Mental Model (Dec 2003)
The Next Billion (Sep 2003)
Transforming Rural India 2 (Jul 2003)
The Discovery of India (Jun 2003)
Transforming Rural India (Mar 2003)
The Rs 5,000 PC Ecosystem (Jan 2003)
Disruptive Bridges (Nov 2002)
India Post: Ideas for Tomorrow (Nov 2002)
Technology's Next Markets (Oct 2002)
Server-based Computing (Jul 2002)
India's Next Decade (Apr 2002)
The Digital Divide (Apr 2002)
The Real Wireless Revolution (Mar 2002)
Envisioning a New India (Jan 2002)
Emerging Technologies, Emerging Markets (Jan 2002)
The Indianised Linux Desktop (Nov 2001)
Mass Market Internet (Nov 2000)

Enterprise Software and SMEs
The Coming Age of ASPs (May 2005)
SMEs and Technology (Oct 2003)
The Death and Rebirth of Email (Aug 2003)
IT's Future (Aug 2003)
Rethinking the Desktop (Sep 2002)
Rethinking Enterprise Software (Jun 2002)
Emerging Enterprises and Emergent Networks (Mar 2002)
Web Services (Nov 2001)
Alt.Software (Oct 2001)
The Intelligent, Real-Time Enterprise (June 2001)
Enterprise Software (Mar 2001)
SME Tech Utility (Feb 2001)
Software and SMEs (Jan 2001)
The Intelligent Enterprise: Integrating CRM, SCM and EIP (Jan 2001)

Information Management
The Emerging Internet (May 2007)
The Now-New-Near Web (Sep 2006)
Mobile Internet (Aug 2006)
Video on the Internet (Jun 2006)
India Internet and Mobile (Feb 2006)
Rethinking Newspapers (Jan 2006)
Web 2.0 (Oct 2005)
The Future of Search (Mar 2005)
Web 2.0 Conference (Oct 2004)
Thinking A New Food Portal (Sep 2004)
Rethinking Search (Jan 2004)
India.com 2.0 (Jan 2004)
The Publish-Subscribe Web (Jun 2003)
Constructing the Memex (May 2003)
RSS, Blogs and Beyond (Feb 2003)
Blogging (Feb 2002)
Harnessing Information (Oct 2001)
News Refinery (May 2001)

Entrepreneurship
When Bad Things Happen (Jan 2007)
Ventures and Capital (Dec 2006)
15 Years as an Entrepreneur (Nov 2006)
Of Blue Oceans and Black Swans (May 2006)
Let's Build a Business (Apr 2006)
The Value of Vision (Mar 2006)
Vision and Worries (Oct 2005)
Bootstrapping a Business (Oct 2005)
India Needs More Entrepreneurs (Aug 2005)
Dotcom Nostalgia (Jun 2005)
When Things Go Wrong (Apr 2005)
My Life as an Entrepreneur (Nov 2004)
An Entrepreneur's Growth Challenge (Sep 2004)
Creating Options (Sep 2004)
From Employee to Entrepreneur (Aug 2004)
A Tale of Two Summers (Aug 2004)
Crucible Experiences (May 2004)
The Company (May 2004)
An Entrepreneur's Attributes (Nov 2003)
An Entrepreneur's Early Days (Sep 2003)
Reflections on Ideas and Entrepreneurship (Jul 2003)
Entrepreneur's Enigmas (Jan 2003)
The Entrepreneur's Delights (Sep 2002)
Life as an Entrepreneur (Oct 2001)
Leadership Lessons from Lagaan (Aug 2001)
Entrepreneurial Learnings (July 2001)
Entrepreneurship (Mar 2001)
The IndiaWorld Story (1997-8)

Abhishek (my son)
Photos
Letter to a Two-Year-Old (Apr 2007)
Father to Son (Apr 2006)
Letter to a 2005 Baby (Jun 2005)
The Making of Abhishek (Jul 2005)

Moreover
Facebook (May 2007)
Doing Education Right (May 2007)
Reflections from a Dubai Trip (Apr 2007)
Creating India's New Cities (Apr 2007)
India's Challenges (Mar 2007)
3GSM 2007 (Feb 2007)
Demo 2007 (Feb 2007)
A Tale of Two Covers (Feb 2007)
3GSM Mumbai (Feb 2007)
2007 Tech Trends (Jan 2007)
The Best of 2006 (Dec 2006)
Best of Tech Talk 2006 (Dec 2006)
Cyworld (Nov 2006)
Two 2.0 Events (Nov 2006)
Two-Sided Markets (Nov 2006)
The Rise of YouTube (Oct 2006)
Gandhigiri (Oct 2006)
Education and Reservation (May 2006)
Four Blog Years (May 2006)
Fooled by Randomness (May 2006)
Blue Ocean Strategy (May 2006)
Revolution on the Roads (Apr 2006)
The MySpace Story (Mar 2006)
A Presentation at PC Forum (Mar 2006)
Extreme Competition (Mar 2006)
3GSM World Congress 2006 (Feb 2006)
DEMO 2006 (Feb 2006)
India Rising (Jan 2006)
2006 Tech Trends (Jan 2006)
The Best of Tech Talk 2005 (Dec 2005)
The Best of 2005 (Dec 2005)
Trains, Planes and Mobiles (Dec 2005)
Peter Drucker: Management's Newton (Nov 2005)
India Empowered (Oct 2005)
Rajasthan Ruminations 2 (Sep 2005)
Building a Better India (Sep 2005)
South Korea's IT839 (Jul 2005)
Shift-Ctrl (Jul 2005)
Best of Future Tech (Feb 2005)
Multi-Model Minds (Feb 2005)
The Best of 2004 (Jan 2005)
On Watching Swades (Jan 2005)
The Best of Tech Talk 2004 (Dec 2004)
India Trends (Dec 2004)
An American Journey (Aug 2004)
Black Swans (Aug 2004)
A Train Journey (Jun 2004)
An Agenda for the Next Government (May 2004)
Two Blog Years (May 2004)
Rajasthan Ruminations (Feb 2004)
Technology and the Indian Elections (Feb 2004)
2003-04 (Dec 2003)
Random Musings (Sep 2003)
Useful Concepts (July 2003)
Dear Non-Resident Indian (July 2003)
Tech's 10X Tsunamis (July 2002)
An Indian in China (Mar 2002)
Disruptive Technologies (Aug 2001)
Innovation (Aug 2001)
Good Books

- My Business Standard columns
- More columns at Tech Samachar

Presentations
- TiE Bangalore (Dec 2004)
- BangaloreIT.com (Nov 2004)
- CIT 2004 (Jan 2004)
- BangaloreIT.com (Nov 2003)
- Pune CSI Open-Source Workshop (Sep 2003)
- Sydney ICT Workshop (Jul 2003)
- Netcore (Mar 2003)
- Emergent Democracy (MP Govt, Feb 2003)
- Vision for Digitally Bridged India (Dec 2002)
- India Post (Nov 2002)
- Open-Source for eGovernance (Oct 2002)
Recent Entries
Archives
BlogStreet
Syndicate
Powered by
Movable Type 2.21


Main - Feedback
© Rajesh Jain