April 2008
Mon Tue Wed Thu Fri Sat Sun
« Mar   May »
 123456
78910111213
14151617181920
21222324252627
282930  

Day April 10, 2008

Geeklandia Redux

David posted the following comment earlier today:

I better remember your post from two years ago, when you said there will be only 5 computers in the world. We’re almost there – EC2 and Google AppEngine is here, and others will follow soon (Microsoft, EMC…)

David, I wrote it almost four years ago on my Geeklandia blog. Here is the link to the original post in Czech and this is the English translation:

Back in 1943 Thomas J. Watson reputedly made the statement that there is going to be market for only five computers in the world. For sixty years we laughed at his apparent lack of vision but he who laughs last, laughs best. Count with me how many computers there will be in five years: 1. Google, 2. Yahoo!, 3. Amazon.com 4. eBay 5. MSN/Hotmail. (Posted on September 24, 2004)

Systinet Axiom: It’s A Service World

In the early days of Systinet (summer of 2000) I made the following proposition that served as a guiding principle for the company development: The web will be full of services within the next five years.

We saw the massive growth of services on the web since then. From Flickr to YouTube, from Gmail to Twitter and thousands of others. And the circle has closed a few days ago when Google announced their service platform: Google App Engine. It’s the ultimate service container as it only supports creation of web services:

* An application can only access other computers on the Internet through the provided URL fetch and email services and APIs. Other computers can only connect to the application by making HTTP (or HTTPS) requests on the standard ports.
* An application cannot write to the file system. An app can read files, but only files uploaded with the application code. The app must use the App Engine datastore for all data that persists between requests.
* Application code only runs in response to a web request, and must return response data within a few seconds. A request handler cannot spawn a sub-process or execute code after the response has been sent.

Follow

Get every new post delivered to your Inbox.

Join 429 other followers