Posted by
ryuzaki0
on from the submitted-more-times-than-bill-gates-mugshot dept.
Meenky writes: "I heard on NPR that Microsoft announced their newest product, .net. This is a product that integrates with windows using XML to store all of your information on Microsoft servers, so any computer in the world can be used as "your" computer. "
Re:...paving the way to pay-per-use...
by
Reality+Master+101
·
· Score: 5
then send you the bill for $1.00 per Word doc you opened,
I don't know why everyone is so automatically against this. It boils down to economics. It's not going to be a $1/doc. What if it was a penny per doc, and you had access to every application in the entire industry? I think that would be mighty cool.
For example, I don't have a copy of Visio, but there have been times that I would really have liked to have access to it. But it's never been worth going out and buying it [and there is nothing like Visio in the OSS world, but that's another story]. If I could pay a penny on an as-need basis, it would make great economic sense.
Again, it all boils down to the cost. If the cost is low enough, it makes a lot of sense.
--
-- Sometimes it's best to just let stupid people be stupid.
Just out of (morbid) curiosity, I watched Gates' presentation about this.net thing... Somewhat amusing. A sampling of Bill Gates' claims:
Here's a good one... "Passwords are the weak link in today's networks." No, I think I'd disagree - the weak link is lousy security on systems such as *cough* Windows.
Unintentional slip? Gates said that information sharing is good. Hmm...
The.net servers will be running Windows 2000, which has apparently set "world-setting benchmarks" for speed and reliability. I was under the impression that benchmarks showed that Win2K is slower than even WinNT.
The "core" of.net is XML. It was not explained why this is good, or how this particular brand of text formatting (or "protocol", as Gates insists on calling it) will be used.
Gates repeatedly alluded to "per-minute charges" for the required broadband access. If this.net thing flies and people actually use it, then MS is set to suck a LOT of money from hapless consumers.
Apparently, the PC "required" a "universal platform" (line Windows) in order for applications to be created. Please. I suppose that Gates is conveniently forgetting the many problems and incompatibilies which his "common platform" has caused.
For those who are interested, technology "highlights" include:
"Smartlinks" - it looks like Microsoft's.net client will automatically scan and highlight stuff for its internal list of keywords, and then place a "customized menu" associated with those keywords. Think MS Word's annoying autocorrect misfeature on steroids.
A command line! It seems the people at MS have discovered that command lines are actually useful! Unfortunately, then they proceeded to butcher the concept by adding "natural language" queries. This utterly reeks of DWIM (Do What I Mean) and we all know the problems with that. Case in point: the demonstrator entered a typo and that screwed up the demonstration script, forcing him to restrat the query demonstration.
MS, partnered with Samsung, is developing what looks like a cross between a cell phone and a PalmPilot, which runs Internet Explorer.
A "tablet PC" (and extra-large PalmPilot style device) which runs WIndows 2000 and is meant to function as an "electronic book" onto which you can download books from the net. Warning! Warning! They advertise one-click buying though the tablet PC and thus the.net sevice; I guess MS expects up to trust it with our credit card numbers too...
A pretty hokey handwriting recognition system. What was not explained is how or why MS expects their system to work better than anything else out there.
Re:XML is <just>tags</just>
by
Spoing
·
· Score: 5
"People, XML is just a syntax. Unless the DTDs and schemas they use for.NET are fully documented, only Microsoft's own.NET-enabled products will be able to anything useful with the data."
Yeah, and the XML tags will all end up looking like this;
Gee, so I can look forward to the glorious promise of my PIII 1Ghz Screamin' Expensive Super-Charged Tower Of Power From Hell becoming...uhmm..a dumb terminal?
Joy!
Not.
"It's all about the client, st*pid"
by
Loge
·
· Score: 5
Before it can do that, people need to decide on schemas which explain how to structure a given form of data. Yeah, like that'll happen any time soon.
Exactly, and with this announcement, Microsoft is doing just that - stepping up to the bar and stating that it will define a broad set of schemas applying to both web services and clients. Microsoft is essentially trying to impose a defacto standard on how XML information will be passed around the web, using the strength of its desktop position as the lever.
Indeed, the user interface part of this announcement is particularly intriguing. As you say: And they create a special car browser to display the number of cupholders in their cars This is exactly what the Microsoft.NET Universal Canvas is all about. It provides an XML compound information architecture that integrates browsing, communications, and document authoring into a single, unified environment that will be optimized to work with all the new XML-based services Microsoft is defining.
Interestingly, Windows itself winds up playing a peripheral role in this scheme. As Microsoft's white paper points out, the Windows OS will be renamed Windows.NET and offered as a service on a subscription basis, just like MSN. Since Windows will no longer technically be a "product", it makes you wonder whether Microsoft developed this architecture in an effort to work around the potential fall-out from the anti-trust ruling.
They're just setting up to take over.COM and.ORG, then they are going to get revenge and go after.GOV.:)
www.microsoft.mil.. now THAT'S scary.
-- BilldaCat
XML == Completely OverHyped
by
John_Booty
·
· Score: 5
This is a product that integrates with windows using XML to store all of your information on Microsoft servers, so any computer in the world can be used as "your" computer. "
I've been working with XML for about six months now. I would have to say it's one of the stupidest bizzword-fads I've ever seen
XML is basically a big ol' delimited text file. The only things separating it from a 30-year old text file is the fact that it's hierarchical and the fact that there are parsers that let you navigate the tree structure easily.
People are advocating XML is this great new technology for universal data exchange. Well, it's NOT... no more than a standard text file is. Both parties still have to agree and understand the format and structure of the data before it becomes useful, so that's definitely not a progression over any existing technology. Also, XML is not fast... nor was it designed to be.
Re:XML == Completely OverHyped
by
TummyX
·
· Score: 5
XML is basically a big ol' delimited text file. The only things separating it from a 30-year old text file is the fact that it's hierarchical and the fact that there are parsers that let you navigate the tree structure easily.
C is basically a big ol' delimitated text file. The only things seperating it from a 60-year assembly program is the fact that it's expressive, easier to learn and there are compilers that let you write programs faster.
People, XML is just a syntax. Unless the DTDs and schemas they use for.NET are fully documented, only Microsoft's own.NET-enabled products will be able to anything useful with the data.
I don't know why the XML angle is being pushed so much; this could all be done with any structured data format, be it text or binary.
-- "Where, where is the town? Now, it's nothing but flowers!"
Yes its just a syntax. But its an accessible syntax.
What does this mean? It means developer freedom. It means that even if MS decides that they're going to customise SOAP and make their own proprietary SOAP based format (which they've almost done already with their enveloping format), there's not a damn thing they can do to stop me using Perl's XML::Parser to create an MSSOAP service or client. And it won't be hard like sniffing network packets to try and reverse engineer samba. I'll just look at the structure and bam! Instant reverse engineering.
Why should this matter? Because there are still a lot of Win boxes out there, and if my Unix skills allow me to interoperate with those boxes then all the better.
And XML is slow. Big deal - this is MS talking about integrating it, not Linus. So we get our nice zippy Linux boxes talking away to slow, bogged down in XML parsing, Windows boxes. Sounds pretty good to me actually!
I think MS are way off the mark here, for what its worth. XML is a great interchange format (slashdot.xml is much better than the old ultramode text format, for example), and its pretty darn useful for doing web and other documentation work (content/design separation and all that), but as a low level network service or IIOP replacement? No thanks, Bill.
...paving the way to pay-per-use...
by
Masem
·
· Score: 5
Maybe, maaaaybe sometime in the future, when T1 lines are standard and cheaply available in all homes and businesses, will networked apps be reality. There's also matters of security and convinence (can you get to the networked Word if you are at 32000 ft from LA to Tokyo?)
IMO, the primary reason MS wants to go this way is that with net connections, you *can* count the number of times certain apps have been open, send that info securely back to MS, and MS can then send you the bill for $1.00 per Word doc you opened, or $10 per Windows restart. Pay-per-use has been in the works for a good year or so by more than just Microsoft (RIAA wants that too), and anything that depends on a net connection to work is going to be frowned upon until realistic pricing models and cheap fast net connections are in place.
--
"Pinky, you've left the lens cap of your mind on again." - P&TB
"I can see my house from here!" - ST:
you've gotta give it to MS...
by
unbrokenlamb
·
· Score: 5
They've got a flair for naming things. ".NET" sounds WAAAAAAAY better than "mainframe".
Security will be an issue
by
anticypher
·
· Score: 5
From the people who brought us Outlook, with its multi-billion dollar damages due to lack of security, now bring us a central place to store everyone's files.
Expect the word "hacker" to take another tarnishing when.net gets cracked.
It doesn't matter how many bits of encryption they use, when the average windoze (l)user's password is their first name. So there will be many cracks of this system, and some of them will be embarassing.
And what happens if some (l)user decides to use this at work, so they can take their work home with them. Now a company's secrets are stored on a M$ server, where just about any one can peruse them. M$ will claim somewhere in the fine print they must review all content on a regular basis to prevent illegal material from being stored, and if they just happen to see a competitor's secrets, we can trust them to not take advantage of it.
Now corporate firewalls will have to block access to this site, as with the other new net services offering the same thing. I doubt.net will ever become very successful unless M$ uses its monopoly power to force everyone to use their servers.
the AC
-- Hemos is like...sci-fi fans;he thinks technology is cool, but he hasn't bothered to understand the science it's based on
.net uses SOAP - basically RPC/DCOM over HTTP! Yuk
by
cowbutt
·
· Score: 5
See what Bruce Schneier says in his latest Crypto-Gram.
Just when you wondered 'what could they possible come up with next' you get news like this;) Anyway, I skimmed the site a bit and came up with quite some "remarkable" sections.
For the Web developer, the tools to build, test and deploy engaging Web sites are hopelessly inadequate. Many focus more on building attractive rather than useful Web sites.
Hmz, I think its kinda harsh and very arrogant to call tools like Dreamweaver "inadequate". It focusses on nothing and leaves the user completly open to do -anything- with the site that he or she wants to do. Either write code from the bottom up and look at the results or drag and drop and watch the code being added. Its your choice. So may I conclude here that this man is saying that total freedom is inadequate? Since Dreamweaver is a well known product I think its quite hard to miss it.
The fundamental idea behind Microsoft.NET is that the focus is shifting from individual Web sites or devices connected to the Internet, to constellations of computers, devices and services that work together to deliver broader, richer solutions.
So basicly Microsoft finally managed to grasp the idea behind Unix? I mean; c'mon.. I've been doing this kind of stuff for quite some years now. Allthough I have to admit; in a total different environment. Instead of clicking I'm entering "cd/net.priv/dave/updates" to access the computer of my friend Dave in the US and check out the latest updates he has. This whole thing is kinda silly if you think of it; in the past Windows would warn us if we accidently left netbeui and such linked to a dial up adapter (people can access netbios shares over the internet in this case) and just when we finally learned not to do this it gets re-instated?;)
Microsoft.NET will take computing and communications far beyond the one-way Web to a rich, collaborative, interactive environment. Powered by advanced new software, Microsoft.NET will harness a constellation of applications, services and devices to create a personalized digital experience
And offcourse using.XML to do all this marvelous miracles. Well, by looking at the past I can only think of one thing at this time; they are trying to take over and flood the Net with a complete new standard leaving all other net based products (Unix/BSD/Linux/OS/2) out of the game. We want to use Unix based products? Well, would not surprise me if SCO got upgraded to handle this stuff.
And yes; I know that more products can handle XML. But that would only leave the question if the XML being used will be genuine or, just like kerberos in win2k, some MS mutated new flavor. Basicly the whole idea scares me. If they truly want to set up a functional environment like this the least thing they could have done is making Windows more secure and use this engine into this new product. At this moment Microsoft is not capable of securing Windows, take a look at the vsb scripts in the email, and yet they truly believe that they can build one giant "windows.NETwork" over the Internet and still insure the safety of the locally stored documents? Don't make me laugh.
then send you the bill for $1.00 per Word doc you opened,
I don't know why everyone is so automatically against this. It boils down to economics. It's not going to be a $1/doc. What if it was a penny per doc, and you had access to every application in the entire industry? I think that would be mighty cool.
For example, I don't have a copy of Visio, but there have been times that I would really have liked to have access to it. But it's never been worth going out and buying it [and there is nothing like Visio in the OSS world, but that's another story]. If I could pay a penny on an as-need basis, it would make great economic sense.
Again, it all boils down to the cost. If the cost is low enough, it makes a lot of sense.
--
Sometimes it's best to just let stupid people be stupid.
Knowing the big MS, it probably means *anyone* can use your computer from anywhere in the world!
- Here's a good one... "Passwords are the weak link in today's networks." No, I think I'd disagree - the weak link is lousy security on systems such as *cough* Windows.
- Unintentional slip? Gates said that information sharing is good. Hmm...
- The
.net servers will be running Windows 2000, which has apparently set "world-setting benchmarks" for speed and reliability. I was under the impression that benchmarks showed that Win2K is slower than even WinNT. - The "core" of
.net is XML. It was not explained why this is good, or how this particular brand of text formatting (or "protocol", as Gates insists on calling it) will be used. - Gates repeatedly alluded to "per-minute charges" for the required broadband access. If this
.net thing flies and people actually use it, then MS is set to suck a LOT of money from hapless consumers. - Apparently, the PC "required" a "universal platform" (line Windows) in order for applications to be created. Please. I suppose that Gates is conveniently forgetting the many problems and incompatibilies which his "common platform" has caused.
For those who are interested, technology "highlights" include:"People, XML is just a syntax. Unless the DTDs and schemas they use for .NET are fully documented, only Microsoft's own .NET-enabled products will be able to anything useful with the data."
% !1141234<binary>
Yeah, and the XML tags will all end up looking like this;
<binary>!%!@#!1234@#14%%1551%!!!#$%!$!#%SAF@#!#
A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
Gee, so I can look forward to the glorious promise of my PIII 1Ghz Screamin' Expensive Super-Charged Tower Of Power From Hell becoming...uhmm..a dumb terminal?
Joy!
Not.
Before it can do that, people need to decide on schemas which explain how to structure a given form of data. Yeah, like that'll happen any time soon.
.NET Universal Canvas is all about. It provides an XML compound information architecture that integrates browsing, communications, and document authoring into a single, unified environment that will be optimized to work with all the new XML-based services Microsoft is defining.
.NET and offered as a service on a subscription basis, just like MSN. Since Windows will no longer technically be a "product", it makes you wonder whether Microsoft developed this architecture in an effort to work around the potential fall-out from the anti-trust ruling.
Exactly, and with this announcement, Microsoft is doing just that - stepping up to the bar and stating that it will define a broad set of schemas applying to both web services and clients. Microsoft is essentially trying to impose a defacto standard on how XML information will be passed around the web, using the strength of its desktop position as the lever.
Indeed, the user interface part of this announcement is particularly intriguing. As you say:
And they create a special car browser to display the number of cupholders in their cars
This is exactly what the Microsoft
Interestingly, Windows itself winds up playing a peripheral role in this scheme. As Microsoft's white paper points out, the Windows OS will be renamed Windows
They're just setting up to take over .COM and .ORG, then they are going to get revenge and go after .GOV. :)
.. now THAT'S scary.
www.microsoft.mil
BilldaCat
This is a product that integrates with windows using XML to store all of your information on Microsoft servers, so any computer in the world can be used as "your" computer. "
I've been working with XML for about six months now. I would have to say it's one of the stupidest bizzword-fads I've ever seen
XML is basically a big ol' delimited text file. The only things separating it from a 30-year old text file is the fact that it's hierarchical and the fact that there are parsers that let you navigate the tree structure easily.
People are advocating XML is this great new technology for universal data exchange. Well, it's NOT... no more than a standard text file is. Both parties still have to agree and understand the format and structure of the data before it becomes useful, so that's definitely not a progression over any existing technology. Also, XML is not fast... nor was it designed to be.
OtakuBooty.com: Smart, funny, sexy nerds.
Oooh, more XML.
.NET are fully documented, only Microsoft's own .NET-enabled products will be able to anything useful with the data.
People, XML is just a syntax. Unless the DTDs and schemas they use for
I don't know why the XML angle is being pushed so much; this could all be done with any structured data format, be it text or binary.
--
"Where, where is the town? Now, it's nothing but flowers!"
IMO, the primary reason MS wants to go this way is that with net connections, you *can* count the number of times certain apps have been open, send that info securely back to MS, and MS can then send you the bill for $1.00 per Word doc you opened, or $10 per Windows restart. Pay-per-use has been in the works for a good year or so by more than just Microsoft (RIAA wants that too), and anything that depends on a net connection to work is going to be frowned upon until realistic pricing models and cheap fast net connections are in place.
"Pinky, you've left the lens cap of your mind on again." - P&TB
"I can see my house from here!" - ST:
They've got a flair for naming things. ".NET" sounds WAAAAAAAY better than "mainframe".
From the people who brought us Outlook, with its multi-billion dollar damages due to lack of security, now bring us a central place to store everyone's files.
.net gets cracked.
.net will ever become very successful unless M$ uses its monopoly power to force everyone to use their servers.
Expect the word "hacker" to take another tarnishing when
It doesn't matter how many bits of encryption they use, when the average windoze (l)user's password is their first name. So there will be many cracks of this system, and some of them will be embarassing.
And what happens if some (l)user decides to use this at work, so they can take their work home with them. Now a company's secrets are stored on a M$ server, where just about any one can peruse them. M$ will claim somewhere in the fine print they must review all content on a regular basis to prevent illegal material from being stored, and if they just happen to see a competitor's secrets, we can trust them to not take advantage of it.
Now corporate firewalls will have to block access to this site, as with the other new net services offering the same thing. I doubt
the AC
Hemos is like...sci-fi fans;he thinks technology is cool, but he hasn't bothered to understand the science it's based on
Hint: he doesn't like it. And neither do I.
For the Web developer, the tools to build, test and deploy engaging Web sites are hopelessly inadequate. Many focus more on building attractive rather than useful Web sites.
Hmz, I think its kinda harsh and very arrogant to call tools like Dreamweaver "inadequate". It focusses on nothing and leaves the user completly open to do -anything- with the site that he or she wants to do. Either write code from the bottom up and look at the results or drag and drop and watch the code being added. Its your choice. So may I conclude here that this man is saying that total freedom is inadequate? Since Dreamweaver is a well known product I think its quite hard to miss it.
The fundamental idea behind Microsoft .NET is that the focus is shifting from individual Web sites or devices connected to the Internet, to constellations of computers, devices and services that work together to deliver broader, richer solutions.
So basicly Microsoft finally managed to grasp the idea behind Unix? I mean; c'mon.. I've been doing this kind of stuff for quite some years now. Allthough I have to admit; in a total different environment. Instead of clicking I'm entering "cd /net.priv/dave/updates" to access the computer of my friend Dave in the US and check out the latest updates he has. This whole thing is kinda silly if you think of it; in the past Windows would warn us if we accidently left netbeui and such linked to a dial up adapter (people can access netbios shares over the internet in this case) and just when we finally learned not to do this it gets re-instated? ;)
Microsoft .NET will take computing and communications far beyond the one-way Web to a rich, collaborative, interactive environment. Powered by advanced new software, Microsoft .NET will harness a constellation of applications, services and devices to create a personalized digital experience
And offcourse using .XML to do all this marvelous miracles. Well, by looking at the past I can only think of one thing at this time; they are trying to take over and flood the Net with a complete new standard leaving all other net based products (Unix/BSD/Linux/OS/2) out of the game. We want to use Unix based products? Well, would not surprise me if SCO got upgraded to handle this stuff.
And yes; I know that more products can handle XML. But that would only leave the question if the XML being used will be genuine or, just like kerberos in win2k, some MS mutated new flavor. Basicly the whole idea scares me. If they truly want to set up a functional environment like this the least thing they could have done is making Windows more secure and use this engine into this new product. At this moment Microsoft is not capable of securing Windows, take a look at the vsb scripts in the email, and yet they truly believe that they can build one giant "windows .NETwork" over the Internet and still insure the safety of the locally stored documents? Don't make me laugh.