Posted on 11/30/2002 8:22:03 AM PST by Eala
An anonymous reader writes
"Everything I have read concering MS's future plans: Palladium, Client/Server tie in, Office 11 breaking backward compatability, 3 year licensing plans, product activation - all leave me with a foreboding sense of the potential synergy for furthering Microsoft's goals of complete domination. Now this article tells about Longhorn's new filesystem being based on the the future Yukon server. And surprise it will only work with new hardware, which they want to be Palladium enabled. And all pitched to you under the rubric of Security & Efficency. For years MS has been accused of only wanting people to run MS Software. Now according to the article, 'Microsoft doesn't think computer users should have to use one program to read and write a word-processing file, another to use a spreadsheet, and a third to correspond via e-mail. Rather, the company thinks, a single program should handle it all.' One program to rule them all, one program to bind them, indeed."
Next Microsoft operating system will be radical change from XP
By DAN RICHMANM
SEATTLE POST-INTELLIGENCER REPORTER
Windows XP has been on the market for a year now, so naturally everyone is clamoring for details on the next version of the world's most popular operating system -- or so Microsoft Corp. hopes.
Details are dribbling out, but Microsoft won't say a word on the record, declining to comment for this story. Analysts and software developers haven't been briefed, either.
But here's what has leaked out so far.
The next version of the world's most popular desktop operating system, code-named "Longhorn," is due out in test form next year and in final form in 2004. It will have a new look and feel, very different from Windows XP's. Its guts will also be radically different from Windows XP's, because they're based on XML -- extensible markup language, the emerging lingua franca of the Internet. And it will be the first version that won't function fully without new hardware.
"With the possible exception of Windows NT, which was a change from the ground up, this could be the biggest change ever" to Windows, said Giga analyst Rob Enderle.
Observers believe that Longhorn will:
Create a new file system that replaces FAT, FAT32 (an acronym for File Allocation Table) and even the newer NTFS (the Windows NT file system), the most modern ways of storing data in Windows. To make life easier for computer users, it will simplify locating data by using the file name or content, regardless of whether data is contained in a spreadsheet, a word-processing document or an e-mail. After-market products do this now, but they impose a performance penalty.
Enderle said the new file system will also function efficiently with hard drives holding at least one terabyte of data. That's 1,000 gigabytes, or well over 1,000 compressed movies, or more than 700,000 novels the size of "War and Peace." Such drives are expected to hit the market by 2004.
Creating such a file system is an extraordinarily difficult task, one that has been attempted for years by database companies, including Microsoft, but that has never reached fruition.
The guts of the new file system are being engineered mainly in conjunction with "Yukon," Microsoft's code name for the next version of its SQL Server relational database management system.
But a beta version of Yukon isn't due out until mid-2003, which makes some onlookers wonder how the file-systems team in the Windows division can get started on adapting that technology for more general-purpose use.
"Evidence they're making some progress would be a professional developers' conference explaining it, so developers can know what they need to know to use it," said Michael Cherry, an analyst with Directions on Microsoft in Kirkland. "I don't even see a date scheduled for one."
Even if such a file system can be achieved, it would have to be thoroughly tested before use, as converting data to the new system would be necessary -- but could destroy the data.
Present a single, unified way of interacting with programs. Microsoft doesn't think computer users should have to use one program to read and write a word-processing file, another to use a spreadsheet, and a third to correspond via e-mail. Rather, the company thinks, a single program should handle it all.
Obviously this means a thorough overhaul of not just Windows but also the Office software suite, Chief Executive Steve Ballmer has confirmed in published computer-industry reports
However attractive and effective such a new interface might be, the company may be overestimating users' willingness to change their habits, some analysts say.
Once it's understood where certain tasks must be performed, many users are content to go there, even if the set-up is -- as computer geeks would say -- sub-optimal. Whether users will be willing to learn a new way of using their computers just because it's "better" is open to question.
Not to mention the expense of installing new software, says Cherry.
"There will have to be compelling reasons" to install the new operating system, because "it costs corporations a fortune to roll it out," he said.
Include enhanced security. Longhorn will be the first operating system designed for use with PCI Express, the motherboard design that will succeed the PCI standard currently in force, Enderle said. In addition to providing a performance boost of up to eight times current speeds, the new design is required to harness the increased security features of Longhorn, which Enderle said are embodied in Microsoft's "Palladium"-branded trustworthy-computing initiative.
"Neither Linux nor Unix ties the operating system to hardware," he said.
"This could bring a higher level of security than anything we've ever seen. It will almost completely prevent the platform from being compromised."
To those "facts" about Longhorn, add the hopes of other analysts. Ideally, Longhorn will "fundamentally integrate" audio, video and images in a "visually stunning" manner, much like the Mac's OS X, said Tim Bajarin, president of the Campbell, Calif., research firm Creative Strategies Inc.
It should also be able to synchronize the multiple PCs, personal digital assistants and computer-equipped cell phones -- Microsoft calls them SmartPhones -- many people will own, Bajarin said.
But getting Longhorn out the door at Microsoft could be a challenge. The company is struggling to get .Net Server -- the first server version of Windows XP -- shipped. It also has service packs for Windows 2000 and Windows XP to produce on an ongoing basis. And a new operating system takes at least 20 months, sometimes 40 months, Cherry said.
"I'd like to see Microsoft act like the operating-system leader it is, not promising scores of new features or letting rumors fly but stepping forward and saying, 'We will have X, Y and Z features and not A, B and C,' " he said.
"That would be leadership, especially when so many people are dependent on you."
P-I reporter Dan Richman can be reached at 206-448-8032 or danrichman@seattlepi.com
What a boon to the Linux world!
Techies and academics will use a variant of Unix (OS X included) and will still retain information sharing via BBS (just like the old days).
Are they the ones who love the Mac, as in the "I'm so dumb I can't use a PC" TV ads? I did not know all Mac users were also AOL users, or that all AOL'ers were Macophiles.
--Boris
Look at FreeRepublic. People with all types of OS's surf here. Likewise, the Robinson's write code not for all of those OS's, but for their browsers. So long as you have a modern browser, then you can do whatever you want online, and the type of OS that you have installed has no impact on that fact.
But the type of browser that you have DOES have such an impact...
It's actually a language, which by its definition and the nature of XML is almost not a format. It is akin to an almost-abstract base class in C++.
There are only about 5 rules in the language:
But it really is important to think of XML derived languages as languages because of how it all fits together. You derive your XML "dialect" from the XML base class and add your own tags and concoct a meaning for them yourself. But since everyone has to follow the few simple rules of the base class, you can add to data and if you see a tag you don't recognize, you skip ahead (to the matching end tag) and continue without even burping.
That's, of course, a minor beauty of the simplicity. The Big Deal is the ability to do transformations from one XML dialect into another. Using another XML language called XSLT (XML Stylesheet Language for Transformations) you can write code that executes on XML data and outputs presentation code for the data, without having to disturb the data.
Have you ever tried to get data out of a web page but found that you had to sift through the source and get rid of all of the HTML tags to get to the meat, or found that the browser doesn't really implement copy-and-paste properly when you select data out of a frame or table or what-not? Or worse yet, have you ever owned a process that relied upon getting data from some website and you had to continually monitor it to see if the bastards changed the format of the webpage, then you have to update your perl scripts or whatever to find where the data went?
That's often because the data is mixed with the presentation code. With XML and XSLT you write the XSLT program to know how to read the XML tags for your data, and you have the XSLT transform them into another XML language, say XHTML (the XML webpage language). So your data is left alone as data, and it's the XSL program that knows about things like tables, pictures, paragraphs, fonts, etc. Another XML language you will be hearing a lot about soon is SVG (Scalable Vector Graphics). It's an XML language that is more graphically powerful than XHTML, and if you want to transform your data into something that has more graphics punch than pure HTML, then you'll want to use this one. Think of it as XML to a PDF almost...
Anyway, sorry to nitpick about the semantics; you are right, it is damn cool. And Star Office (I use OpenOffice, is that the same thing?) promises to do great things with XML.
First, Microsoft was brilliant at realizing that the GUI/OS would make the computer, and the grabbed share. Then, they realized that the browser would make the computer as they integrated a great browser/explorer control into almost every facet of the computing experience, making it easier to use the computer and easier to program for it (in addition to the whole web experience). And they managed to defend their leadership position with that change.
Now with the excitement over XML it appears that data/content is going to make the computer. It looks like Microsoft sees this and is steering its ship towards taking advantage of early adoption here, too.
Let's hope the Linux/OpenOffice folks don't let MS become the de-facto XML goto-guys. Already, though, Internet Explorer supports XML much better than Mozilla or any of the browsers that come with Linux distributions (that I have seen).
I've been messing around with some XML stuff here:
And I can't get anything other than MS IE 6.0 to make it show up correctly.
Didn't Gates give $150 million to Apple a few years back? I don't think that Apple is pure non-Gates anymore...
Microsoft bought $150 million of non-voting Apple stock around 5 years ago, which they have since sold (for a decent profit). Rumors are that Apple had found proof that MS had illegally used Apple code, and MS agreed to make a public show of support for Apple in exchange for not being sued.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.