AOL vs. Microsoft in Desktop War?
loki29 was one of several people to submit this story at Betanews based on a supposedly leaked memo. Even if the memo is fake, the strategies outlined seem quite real and accurate - AOL/Time-Warner most assuredly is worried about Microsoft usurping their role in the "online experience" by presenting Windows XP users with lots of defaults set to "Use .NET".
They do, but it's for Internet Appliances like Gateway sold and Intel's one (both of them running Linux)
Hetz (Heunique)
Indeed. I run win98 because I like it. It works, it runs my apps, and after a bit of configuration and weeding out of shitty apps it now rarely crashes (I typically reboot only once a week to free memory that buggy programs have leaked). I'll probably upgrade to Win2k soon, because afaik it retains everything I like about Windows, while adding stability.
I used AOL for a while as well. I had used other online services (Prodigy, CompuServe, local ISPs), but it seemed the best designed. My parents could check their email and whatnot instantly, without downloading/installing email apps, configuring pop3 servers, smtp servers, etc. It just worked. Same with most aspects of the service really - there's configuration available (though not as much as some people might like), but it's not mandatory - everything just works by default.
So I don't use AOL anymore, simply because I have a cablemodem so just use them as my ISP, but I don't understand most of the outright hostility to it. AOL are quite accomplished in the field of user interfaces - they were a large non-internet BBS in the early 90s with a great interface, made the adaptation to ISP-hood, and adapted in the face of a proliferation of cheaper internet-only ISPs. You might not like their business tactics, but they really do have a point when they say "So easy to use, no wonder it's #1" - it is much easier than the alternatives for most people, and that is the reason they're so popular.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
No, you'd get tons of CD's with AOL for Linux on them. Probably just an RPM at that. They make interesting coasters though but I wish they were more absorbent. Now, if they shipped CDRW discs to the Linux people that'd be useful.
"I think most see Java as a server technology at this point. VB always sucked at this. "
.Net is all about.
Out of curiousity, on what basis do you say this? I have a feeling you've no knowledge of COM, much less VB so how can you intelligently make such a comment?
As far as your little tirade about interoperability, that's what
Just because you haven't taken the time to learn and understand something, doesn't mean it sucks.
Honestly, so far you are one of the few people I've seen posting to /. who actually get it.
.Net. I've read what I can and attended some of our local .Net user group meetings.
.Net. From the people I've talked to(mostly Developmentor instructors), the .Net framework is pretty tight as it is right now. It's being tweaked with enhanced capabilities prior to release, but there are whole production web sites running off the Betas today.
.Net user group meetings you can see a lot of people actually somewhat terrified that what they know now will just go away.
.Net's greatest problem.
I'm by no means an expert on
It's really quite cool, and like you say is more than just C#. It's a whole new development paradigm.
As far as tightening up
No, what will be the problem is training developers on how to properly use it. Most Microsoft developers still don't even understand MTS completely and that's been out for 4 years.
From the
It's that training, learning... attitude that will be
And we have hundreds of COM components written in VB working fine.
Not to say we have not had some problems, like you, but in each and every case we've tied it back to a problem in the code.
Instead of rewriting it, why don't you just spend the time understanding the code and fixing the problem? Wouldn't that be cheaper?
Ahh, pretty good analysis.
.Net versus J2EE. It's available here: http://www.objectwatch.com/pres/MSDN2/tour_files/f rame.htm
.Net is for you. ;)
However, I'm not in agreement that not being able to hold state with global variables is a negative feature of the language. That sounds like a really bad idea considering most app servers are load balanced, and I highly doubt Java can read the memory across machine boundaries.
I'd also be curious to see some performance comparisons. You make some implicit claims that Java is faster than VB, yet I've never seen this backed up with benchmarks. The one benchmark I did see comparing the different environments showed VB as twice as fast as Java, with C++ being three times as fast. But it wasn't necessarily fair as it also compared different hardware, i.e. VB on a Compaq, Java on a Sun.
Roger Sessions was recently in town here, and had a presentation on
It's interesting reading. I believe his conclusion was that using Java was primarily a religious argument. If you are dead set on using Java, continue to do so. If on the other hand your concerned with performance and cost to deliver, then
Ahh, if you want to persist some data then in the Microsoft world you could use the Shared Property Manager.
There are other options for this as well, it all depends.
It seems to me that trying to persist this data in the server objects adds considerable overhead in terms of object management and I can't imagine it'd be a performance gainer. Although I can see where it might be faster than having to go back to the database every time, as database I/O is an expensive operation.
You're right on the last part. It is difficult to do meaningful comparisons because the way I would write an app using VB is completely different than how you would use Java. This issue of stateful server components is such an example.
C# is a language which is part of the .Net framework.
:(
.Net is a development framework which includes CLR and all it's various languages, SOAP, etc.
Hailstorm is Microsofts strategy of subscription based content.
The original poster has a better understand than you do.
By continuing to innovate, Microsoft is effectively phasing out the need for third party applications.
Innovate? I think it should say integrate!
More or less, but if Hailstorm (which is a huge threat to personal control of information, IMHO) is part of .Net, then my (admittedly poor) logic training suggest that that makes .Net a huge threat to personal control of information. I'm also not entirely sure that your characterization of Hailstorm as "one tiny piece" of .NET is correct. Hailstorm is how MS is going to make their money off of .NET- which means that, as much as they want to downplay it right now, it will become the most important part of .NET in the long term.
IAAL,BIANLY
Well, it would collect all your personal information (addresses, credit cards, etc.) in one place so that you could then use that one location to buy or rent things all over the net. So, instead of the current situation, where you have to enter personal information repeatedly at different sites, making it more difficult to track you, one site will know everything about you and your personal preferences. If that one site is hacked (and MS does get hacked) then everything about you is known to the hackers. The current decentralized model of data storage can be a PITA, but at least it obscures and (to a certain extent) protects your personal data.
IAAL,BIANLY
The thing is that MS intends for those tools to give developers easy ways to connect to and use MS services. So, say, if you build your site with .Net libraries/servers, you could make it such that all people who have registered with MS have the equivalent of Amazon's one click shopping at any site that uses .Net. (I'm just pulling this example out of my ass, but you get the point.)
.Net has been, from day one, about far more than C#- it has been about integrating the entire Web with the desktop (which is a noble goal) and specifically with the MS desktop (not so noble.) So don't limit yourself to thinking "this will help people build web sites, so what does AOL have to worry about." Think ".Net will help people build apps that use the internet but bypass the web (and AOL) completely, and use MS servers and services instead of their own." And that is the kind of thing that AOL is worried about.
IAAL,BIANLY
No. If all major websites start using Hailstorm to "make the buying experience easier", MS gets a cut of every purchase. Sales of servers and such is miniscule compared to what that could be, especially when (as the other poster has noted) MS can tie the desktop into Hailstorm.
IAAL,BIANLY
I mean, in a war, somebody dies right? In an all out war, both sides are destroyed. This could be fun to watch...
Quote: we look at coke and pepsi ragging on eachother and pulling stunts and it seems normal
FYI, The ragging you are refering to was at one point called "The Cola War". Whole books were written on the subjects. Make a Google search and you will be surprised at retoric used at the time mid 80's if I remember.
Help fight continental drift.
I don't understand this.
.NET was analagous to Java the platform. I took that to mean the JVM and things like the EJB and Servelet standards.
.NET is about tools to build and deploy sites. I don't think it's going to be a series of portals and content sites like MSN. I think that MS will use .NET to build new generations of MSN, but that other people can use .NET to build competing services if they want.
.NET, so this could be off base, but I think that MS is trying to rebuild Java with a couple of key differences.
.NET controls will be much easier to work with than EJB objects.
.NET. There will inevitably be lots of loose ends after the early releases. And Java is here and reasonably solid now.
.NET will be tweaked for Wintel boxes, and will run much faster than JVM stuff.
.NET. They certainly did a lot of pimping of the word "innovation" during the anti-trust trial, but this seems to be genuinely innovative stuff to me. I'm not saying it will work well or that it will win, but it is a big vision, and it is a gutsy thing to try to roll it out. And I give them credit for it. And yes, I know that it's all about trying to keep their leverage. But it's still interesting technology.
.NET is still a vague concept to me, but one of the main guys behind it said that C# was analagous to Java the language, while
My impression is that
Again, I have only a fuzzy picture of
First of all, they're trying to duplicate their VB control model across languages and in a distributed fashion. I believe that
Second of all, I think they're going to really go to town with visual RAD tools. They want to make developing Web applications to be much easier.
Third of all, they want to put less of an emphasis on supporting multiple platforms (although I think they will -- at least things like XBox and WinCE, and probably OS X as well), and more of an emphasis on supporting multiple language syntaxes.
I wish an MS guy would post here or email me to clear this up, but I doubt it will happen.
I think the problem they have is that it's going to take years to tighten up
But MS is betting that they can manage a platform better than Sun. Java people complain bitterly about Swing vs. MFC, and about seemingly small things like printing support. So there's room for improvement. And presumably
I'm intrigued by the scope of
> What truely bothers me is that, with so much at stake, to what lengths will AOL/M$
> go to win? And, where will the battle be fought?
One thing that stuck out of this memo was the projection that 5-10 new computers will be sold in the Christmas 2001 season. Which is a figure I just can't understand: last figures I heard from Gertner & similar ilk was that 5 million total desktop computers would be sold in 2001; & unless a new ``killer application" came out for the Windows platform (i.e., something that makes Joe End User want to buy a new & improved computer running either Win 2K or Win ME), I doubt we'll see much more than 5 million in 2002 either.
Computers are, at last, plenty fast for Joe End User: why should he or she fix something that ain't broken? Even if Microsoft releases Windows XP in time for Xmas 2001, its sales will mostly be at the cost of existing Win 98, ME, NT & 2K sales.
Add to this the fact that there are about 22 milliion AOL users out there, & several million Earthlink users. If MS releases a product that keeps them from easily connecting to their established accounts & circles fo friends, how much of an incentive will they have to upgrade?
If AOL starts a FUD campaign about XP, it will kill XP sales, & force Microsoft to support the other four flavors of Windows for another year or two, which eat all of the R & D that went into this failed product. And when you consider both Win ME & 2K were received with underwhelming interest, MS will have spent serious money on R & D for several years in a row without any increased profits to show for it.
Hmm. Could AOL be turning the consumer Internet into a Vietnam for Microsoft?
There are a number of smart people at Microsoft -- well, smart marketers, & at least as many as at AOL -- so expect Microsoft to unleash their own PR counteroffensive. Which will be as effective as AOL's. And it will get bloody & costly for two companies whose business models are built on perpetual growth. It could turn into a bloodbath on either side, much like the ignomious battles of World War I where hundreds of thousands of lives were lost just to gain a few hundred yards.
(Yes, I can be a little apocalyptic sometimes. But the idea of Microsoft & AOL beating each other to death while more enlightened businesses step in & steal their markets appeals to me.)
Geoff
I think I see a trend here. Maybe for them it really would be easier to muzzle the entire internet than to produce p
There is an old proverb (Swahili, I think) that says "when elephants fight, it is the grass that suffers". We, the users of the internet are the grass, and we're going to get trampled by both sides as they grapple for total domination of the net. Brace yourself, it's going to get ugly.
:)
(Ob. off-topic Isreal rant)
Terrorism n. The use of force or threats, etc. esp. as a political policy. (Webster's New World Dictionary)
It sounds like it would be hard to be pro-Iseralerrorism, since their domestic policy toward the Palstinians is terrorism. Piss us off and we'll bulldoze some civillian's house? WTF tactical genius came up with that strategy? All Isreal is doing is ensuing that it will have another generation of Palestinian terrorists to justify the existence of their police state.
Turner has finally pulled his head out and realized that our mindless support of Isreal is unjustified. Now colorizing "Casablanca" - that was unforgivable!
0 1 - just my two bits
ugh, that was supposed to be "pro-Isreal and anti-terrorism", but slashdot ate my "&"
0 1 - just my two bits
Does anyone really, honestly give half a rat's ass who wins this one? The consumer is fucked either way, so what does it matter?
They can both go rape dead syphyllitic goats for all I care. Me, I'm sticking with Debian and my mom-and-pop ISP.
I think i'm going to revert to AOL... I don't really see much point to not do it. Yes, i've a cable modem, (mediaone.net), but at the rate things have been going with high speed access (DSL companies going belly up left and right, media one just raised thier rates a bit this month) and the fact that there isn't a nationwide strong nationwide ISP aside from AOL makes me think that AOL is probably the safest place to create a permanent email addres... Yes, i've a domain registered, but that's just extra cost in the end.
I haven't yet converted, but i'm not seeing much reason not to... you can run all TCP/IP applications through AOL, just not any servers, etc...
I don't know. It's a consideration i've been toying with. And i think i'd much rather AOL/Time Warner be our "ruler" than Microsoft. At least that then provest that the ruler can be toppled, which means if AOL/TW screws around too much, they too can go by the wayside.
Every piece of correspondence at the company i work for is conducted via email on the intranet. Employee reviews, communications with vendors and managers, etc... And we're a "small company" (an 80 employee subsidiary of a multibillion dollar company, though left to our own mostly). Email is just more efficient for communicating with fellow employees on important stuff, and a bit more accountable than talking by the coffee pots. I wouldn't see why a larger company wouldn't want to use interoffice email to communicate things like corporate strategy. A paper memo can be leaked just as easily as an emailed memo, afterall...
But as much flak as MS has caught for Windows, I don't think I could ever use an AOL OS. I would never want to, either.
I read the memo with one of two things on my mind...a)AOL could try this and fail *one good thing*, b)it could be fake so we won't have to worry about it *another good thing*, or c)It's the truth, and they succeed *then we'd all be screwed*
It's one thing to be using some AOL software (Winamp, Netscape, ICQ, or even AIM), but I will not allow AOL to control my desktop or my operating system. (And no, AOL doesn't already, because any such options that the software tries to put on I disable immediately)
This is one occasion that I'm wishing MS to win.
-Julius X
-Julius X
remove "-whatkindofspamdoyoutakemefor-" from email to send
*LOL*
But Herr Heisenberg, how does the electron know when I'm looking?
I wonder, how long until AOL and Sony get together, and develop the Playstation 2 America Online edition? You can play all your games, get on AOL, maybe it'll even come with a docking station for your Palm pilot. This could be a REAL war -- a company/group that can really stand toe-to-toe with MS in terms of name recognition and brand loyalty.
MS has made a situation where "the enemy of my enemy is my friend" sounds like a viable solution to pretty much every other company on Earth.
How long until Roadrunner installation is free, with a free Playstation 2 (AOL edition), with just the $60/month AOL fee to pay? make it $100/month, and get 20 "free" game/DVD rentals a month from Blockbuster...
---------------------------------------------
Recursive: Adj. See Recursive.
Why is it that when a supposed internal mail from Microsoft gets leaked, everybody simply assumes it's authentic, yet if internal memos from other companies get leaked, they're assumed to be fake? Bit of a double standard, doncha think?
Perhaps the memo is faked and perhaps it isn't. But you have to admit this is a reasonable stance for AOL to take.
If the memo is true to the attitude of AOL/TW, faked or not, it seems like a good opportunity for somebody like Red Hat to step in and talk to AOL about moving things along for a "Linux XP" or something on that order where an AOL-focused Linux distribution is created.
There are tons of users who use their computers only to access America Online. They don't know what the other pretty icons on their computer are for. If you launch something else, like even a spreadsheet program, they will insist that you "hacked" something on their computer. I'm deadly serious, this is no joke.
Those users could be the key to bringing in people to the Linux desktop. Make it easy for those users and they will flock...and this will seriously burn into Microsoft's share of the home desktop market.
It's something to think about.
My journal has hot
I think propaganda is the more correct term.
read with- /article.pl?sid=01/05/06/1313235&mode=nested
#telnet 64.28.67.150 80
connected to 64.28.67.150
Escape character is '^]'.
GET
With the recent price wars for consumer PCs, most of the OEMs have taken a bath in red ink thanks to Dell. Well well well what's the best thing that can happen, an all out OS war between two large titans with DEEP pockets.
In the next three years look for AOL to release its own OS based upon Linux or BeOS. While there wouldn't be any applications avaliable for it, for those individuals like my Grandmother who use AOL and thats all, its all they would need. Now consider you have two giants trying to get their product on the desktop. The AOL camp knows that its average user cannot reformat and reinstall an operating system so they leaves one place they can turn, the OEMs. Now you have a battle of who wants to pay the most to be on the desktop which would be something a kin to a slotting fee for supermarkets.
Ahh, now lightbulbs start coming on at Dell, Gateway, etc. If there willing to pay us to get in the box, what can we do with this power. In the AOL case, Dell says OK will make it an option, but we want some real estate to sell. AOL knowing that if they don't get into OEMs says sure why not. Now the OEM starts pimping out real estate on the desktop and everywhere else in the OS. Bill and the boys say "why the heck are you doing that", Michael Dell responds "Because Steve Case just dropped a few hundred million to do it". Bill and the boys go back to Redmond and match AOL. Suddenly, the OEM is getting paid for its marketshare and PC prices begin dropping again because its how many operating systems can you install, not how many boxes you can build.
If AOL creates its own OS that runs only its programs
1. There will be a lot of systems bought with just AOL, I will sign my Grandmother up for one
2. The battle will be on to get the "newest" consumer gadgets ported to it read "digital cameras, Palms, anything that is making its way into the mainstream, and is cool"
3. All holy hell is gonna break loose and make that Mac vs. MS, OS/Warp vs. MS, look like pansy ass loser stuff
One man's vision of what's to come.
I would use Linux, but Office, Panorama Factory, Acrobat (want a little more functionality in my PDF creation), my Nikon 880, my Palm, Outlook, Nero Burning ROM, a stable browser and Lynx doesn't count, Quicken, Photoshop 6.0 (the GIMP is pretty cool though) and Goldmine do not come with, run, or will be ported to Linux. Until that time I am a very happy Windows 2000 user and don't need to change.
Hangtime
Just some god damn competition in the industry! It's funny, we look at coke and pepsi ragging on eachother and pulling stunts and it seems normal, but when the computer industry actually starts to compete we think it's war! It just shows how little competition there has actually been for the past 6 years.
"8) Get "Designed for Microsoft Windows" logo program exemption for AOL.
Microsoft pays the OEM significant rebates to have their software bundles
compliant with Microsoft specifications. The AOL client will likely not
meet Microsoft's standards, resulting in OEM PC's being out of compliance
with the logo program and jeopardizing the rebates.
"
Why would Microsoft come up with the Logo Program if they are just going to hand out exemptions?
If one of the distros (i'm thinking Mandrake) can convince AOL that they should be partners then i think it would be a win win situation for Linux in general.
:D
Think about it, Mandrake loses nothing because AOL can't demand all versions of Linux come with AOL or possibly even that all version of Mandrake come with AOL fully integrated.
Mandrake has become the easiest to use Linux in my opinion and is prime for the AOL market. It offers much of the usability of a Windows box with the added bonus of stabillity.
I'm just hoping someone at AOL reads this post.
or even better a good moderator.
Never believe in anything until it has been officially denied. -Otto von Bismarck
AOL wants, allegedly, OEM's and users not to upgrade to Windows XP. Microsoft's new interface is too .NET-centric, they claim, even though most of the .NET features originally promised have been cut from XP. AOL wants its programs to be positioned as defaults, and to "take control of the desktop."
There's a very simple reason why AOL's programs will not receive certification by Microsoft. It's because they are crap. Pure, unadulterated crap unfit for any Windows operating system.
AOL has had the same dreadful MDI interface for its dial-up service since it premiered on Windows. Why? Because the AOL software was originally developed for the Mac, where a running application has the entire screen to itself with other applications pushed to the background but still visible. Of course, AOL for Windows doesn't use this "visible" concept, instead hiding everything else behind a solid grey background. You have to run AOL maximized to be able to get anything done with it, and AOL knows this. It means that you'll need to expend extra effort to do anything outside the AOL program, and so you won't do it.
POP3 and PPP are standards older than dirt in the Internet world. Yet AOL still doesn't support them, instead using its own mail client and the abhorrent "AOL Adapter" in networking. Why? Because otherwise you could use other dialers, other mail programs, and other ways to get around their control.
The worst part about AOL is that they set a precedent: people are, in fact, stupid enough to willingly pay $22.00 for mediocre-quality on-line services. AT&T Worldnet, among other providers, has been able to raise their unlimited-usage rates without a fight.
Microsoft may "embrace and extend" standards, but that's much better than AOL's process of ignoring them. AOL can make its own damn OS if it wants to exert its own control. (And yes, I already know that they're starting to.)
For more information, click here.
Because they (MS) are trying to eliminate their competition by leveraging their desktop monopoly. Did you think it was for the consumers? Hahahahaha.
Suddenly an OS is bad just because it integrates everything needed for the web in a user friendly environment?
Repeat after me: One size does not fit all. Why should an OS integrate an email client? What if I don't like that email client (or I'm worried about security issues)?
Ask yourself this: why do companies sell only underwear? Shouldn't they integrate everything (shirt, pants, etc.) necessary to go out in public with? You can bet your ass that they would if some company had a monopoly on underwear... and you as a consumer would be much worse off....
To within half a percent, pi seconds is a nanocentury. -- Tom Duff
You don't know what integrated means, do you? Ships with != integrated.
To within half a percent, pi seconds is a nanocentury. -- Tom Duff
Because it's cheaper and easier for the bank... if more people use the internet, they can pay fewer tellers for fewer hours, keep their branches open less hours, and probably even close some branches. Which is why it's likely to come about the way I described... not a "you have to use the internet" mandate, but charges for services which don't use the internet.
So you still have a choice: use the internet (on Windows, of course), or don't and pay through the nose...
To within half a percent, pi seconds is a nanocentury. -- Tom Duff
they just want to find the easiest cheapest way to do what they want to do on the Internet
Then AOL should fill those CDs they are always sending to everybody with pr0n instead of software. Cut out the middle man!
Yes because MS has such an impeccable record of acting ethically while AOL has screwed everyone it has ever partnered with.
After all who are going to trust people who commit perjury and evidence tamplering or people who just run a business without having been found guilty of crimes.
War is necrophilia.
Oh come on now. Are you really suggesting that all those people tried out every office product on the market and settled on ms-office? No like most morons they use it because it got pre-installed on their computer or they are forced to use it at work and were forced to learn it. People are stupid and obedient they will eat whatever pile of shit you deposit in front of them.
BTW IT managers are some of the biggest morons on the face of the planet. A monkey can pick better products then a typical IT manager. you typical IT manager chooses products by whoever has the biggest and the shiniest ad in PC magazine.
War is necrophilia.
That's funny AOL had never impacted my life by forcing me to do something I did not want to but MS sure has. Maybe their voodoo mind control techniques only work on you.
I have never even installed AOL but I sure have been forced to install all kinds of software by MS and oddly enough a good percentage of them broke my currently running machine.
War is necrophilia.
Don't be so sure.
The Web - and the 'Net - exist as they are today because they started life as open systems. Microsoft (MSN) and AQL both started off with closed systems for distributed content. They would both prefer closed systems. But the unexpected growth of the Net has persuaded them - probably temporarily - that they have to pay lip-service to open systems.
Currently, Microsoft controls the majority browser out there, and AOL control the other browser that most users have heard of. Netscape has a long history of inventing 'enhancements' to published standards which make documents written for their software work more poorly (or not at all) with other people's. Microsoft are also past masters of that art.
One of the quite possible outcomes of this is that the Web breaks up into a Microsoft-only space and an AOL only space, with no one browser able to access all the information, and, in the worst scenario, with open source browsers unable to access any of it. If methods of accessing the next generation Web servers from Microsoft and AOL are subject to software patents, this could become a reality, at least for users in the US.
Don't get me wrong - I think the best case outcomes from this battle could be very good for the open source movement, with many users seeking refuge in platforms on which they can't
be messed around by corporate interests... but this is a very unstable situation, and the difference between the best-case outcome and the worst is quite dramaticPosted with Konqueror 2.1.1
I'm old enough to remember when discussions on Slashdot were well informed.
While WinHEC is a "hardware" conference, they were lots of companies there that were not traditional hardware engineering companies. Not only did AOL not show up in large way themselves (they had a few people there as observers) they also were not mentioned at all. I was surprised to notice that while MS railed against companies like Sun when talking about Servers and WindRiver when talking about Embedded stuff, they failed to mention AOL when talking about Net services. I suspect MS is really a bit worried about AOLTimeWarner. They don't even have any kind of marketing ready to show how hailstorm riding on .NET will be a better choice than AOL. MSN seems to not have the ability to get even close to AOL. MS is now buying customers and services just to get what AOL signs up through simple word of mouth and cd distribution. MS has a two big fights on its hands: AOLTimeWarner in the net serverices space and Sony and Nintendo in the computer game console space. Wait, make that three because you can't forget the gonverment and many class actions in the legal space. Have fun MS!
A true sense of the confidence of AOL was shown some time ago when Case appeared on Charlie Rose. Rose got to asking Case about MS's offer to buy AOL or get crushed by Microsoft. Case tried to avoid the issue but Rose pushed. I paraphrase:
Rose: "Come on, you have to feel good about that decision [not to agree to an MS purchase].
Case (finally smiling): "Well...yes. We felt then and that it definitly was the right way to go. Today, I think it is fair to say that we were right."
I wouldn't want to be on Case's sh*t list...makes you almost feel bad for MS.
-- soldack
Red Hat: Millions of AOL users can't be wrong. ... What's STL?
------
I'm a C++ guru
The fact is that they're by far the best internet service around. They've even changed some things to make their service work better on Linux.
Even if it weren't for that, for broadband it's a choice between them and Verizon DSL. Yuck.
--
Win dain a lotica, en vai tu ri silota
Why I htink there are good sides (or could be, we don't kow whether the doc is genuine):
MS has a stronghold on the desktop. Yes, Linux made an inroad worth appreciation, but MS still has 90+ % of the desktops. In USA it might be less, due to the popularity of Apple, but in EMEA it's way higher percentage for MS.
So, here we have AOL, the only player who has the power and the motivation (!) to take on MS for control of the desktop market. Will AOL take over this market (always keeping in mind that the doc might be fake etc.)? Well, I think not, but AOL could upset this stronghold. I believe this would present a chance for alternative OS. And mind you, WindowsXP with
This is just how I see it, I mightbe wrong but I sort of wish AOL was really pissed at MS, and did something about it.
Sigged!
Yeah, tell people Windows has bugs. That's always stopped them from buying it in the past.
---
AOL bought Nullsoft a while ago. Nullsoft is the "company" that makes WinAMP.
I found the comment it was replying to was, uh, sub-optimal, though.
willis.
there is no thing
what else could you want?
Let 'em fight and finish off the winner, that's what I say...
I'm trying to teach myself to set people on fire with my mind... Is it hot in here?
These proposed strategies take advantage of known user habits (and although the memo is likely a fraud, I bet most of the items have some basis in truth).
.NET strategy is set to take advantage of this as well. Each six months or year you will need to update your .NET subscription for Microsoft's .NET services, like Microsoft Word and the operating system itself. They will take advantage of this at every step to push Microsoft and Microsoft only items, like MSN, like Microsoft Media player, etc...
Most computer users use EXACTLY what the computer installation places in front of them. Most users NEVER remove items from the default desktop, generally thinking that they may be useful someday and they will not be able to find them. So, if you own the default desktop and the default app settings, you own the computer business of the user.
Microsoft's
The sad thing is, as the computer age matures, AOL's business model only looks stronger. Everyone believes that they will always be paying for ISP service, the same way they pay for phone service, electrical service... This revenue model stands in contrast to Microsoft, most of whose software could be replaced out of the box with Free Software without loss in functionality (excepting compatibility). Microsoft is trying to save their future, and AOL will own the world. As if they didn't already.
Unless Microsoft can break into the ISP market with substantial share, they will be reduced to a second tier player over the next decade.
They have a semi-monopoly over 'apple-ish' computers, but they have by no means a monopoly over computers/software/hardware in general, which is the issue at hand.
The company I work for studies (among other techniques) the .NET technique. The things I hear, Microsoft is again playing on shiny/flashy tools (I heard they even washed cars at a seminar - clean-slate-policy). The .NET strategy is to persuade developers for using it in the first year (ie now) and after that, anything will be compatible with anything else.
Storing your data at a site is another .NET strategy, but this has some practical problems:
1. Non US citizens do not have easy access to broadband - you'll need this - ever seen the size of a Word document
2. The average user is not as stupid as he looks like, he knows his documents are somewhere else, if security fails, then we might see the same effect which happened to creditcard payments over the net. People walk away.
3. Other operating systems and windows managers like Gnome, KDE, Beos and Apple become userfriendly enough for them to become serious competitors
I think Microsoft is taking on the rest of the world. I heard a lot of promises, but one chooses to upgrade from an Chinese prison to a new location in Alcatrez. People (average users) are getting sick of paying all the time. I think we have another desktop ware on our way.
--
Bizar technology?
.NET is still a vague concept to me, but one of the main guys behind it said that C# was analagous to Java the language, while .NET was analagous to Java the platform. I took that to mean the JVM and things like the EJB and Servelet standards.
.NET is the next generation of Microsoft's component technologies (COM, COM+, DCOM) which incorporates lessons learned from Java. COM is a technology that allows you to interact with components written in different languages transparently and is descended from OLE (Object Linking and Embedding which is the technology that was developed to allow being able to drag an Excel spreadsheet into a Word document) and . The languages that support COM are the Visual Studio languages as well as Object Pascal (Delphi). COM has its own binary format and while works almost transparently from Javascript, VB, and VBScript is a bitch to work with from C++. DCOM is the same as COM but it adds being able to do RPC (remote method invokation for the Java heads) from components irrespective of what language they are written in, kinda like CORBA without the ORBs.
.NET simplifies this by having a Common Language Runtime which is analogous to the Java JVM. COMable languages simply compile to the CLR format instead of to assembly code or a weird binary format. So this should lead to the best of both worlds by giving you all the functionality you have come to expect from the Java platform with the added benefit of using languages other than Java (C++, C#, VB, Javascript, VBScript, Perl and a few others) and transparently interact with objects written in these languages. Because all .NET languages have access to the CLR they can utilize it to extend themselves, e.g. Visual C++ has "managed extensions" that allows for garbage collection via the CLR.
.NET is Microsoft's XML Web services platform. This is the next generation of Internet computing, using XML to communicate among loosely coupled XML Web services that are collaborating to perform a particular task. Microsoft's .NET strategy delivers a software platform to build new .NET experiences, a programming model and tools to build and integrate XML Web services, and a set of programmable Web interfaces.
Developer View:
The major goal is then to use this technology to build XML based web services.
Marketting View:
Microsoft
--
> So why worry about all the other users. I just
> worry about myself.
Because, unfortunatly, other users choices affect me. I'm constantly sent MSExcel and MSWord documents that I end up viewing half-assed in Gnumeric and AbiWord. If I can't retrieve all the information I need out of the files with these tools, I'll have to pay $100s for MSWord and MSExcel, or be fired from my job.
Without open data formats, each of the 6 billion people on this planet choices affect me.
> A war between MS and AOL can only be benefical
> to the end-user in the long run.
Not true at all. A "war" could make them more protective of their technologies with such a major competitor after them. Look what AOL did with AIM, with the buffer overflow stuff.
And if there is an all out war for the PC sector, this is definatly bad. It means there will be a single winner, with total control of everything.
Uhhh, no. Most definatly not. People use the product because they have no choice. That's how corrupt monopolies operate. And what's worse is Microsoft is leveraging their present monopolies to gain new ones in other areas.
The only long term fix is open APIs, open data formats, and so forth. Anything else and we're just all peons living under the communism of Microsoft or AOL. They have power absolute.
Is it just me or do the /. editors hate linking to The Register?
---
---
Silence is consent.
However, this is about a larger issue.
M$ wants to controls the means to deliver content, but short of M$-NBC, doesn't get into content itself.
AOL, on the other hand, wants to control content. And given their general trend, <nomex underwear>I'd rather side with M$ in this fight </nomex underwear>
There are a couple of reasons. :)
For once, AOL actively promotes stupidity (I used their clients at various times - free 1 month IS backup - so I know
AOL undermines the rest of Intenet structures - there's zillion examples, of which i'll only list Usenet AOL-ization and AIM incompatibility wars - but this all centers on "AOL ***is*** the Internet, dummy" mentality.
Plus, they now own CNN, which I boycott for their anti-Israel pro-terrorist bias, never mind them being uber-leftist politically. Between Gates and Turner, I hate Turner a lot more.
-DVK
"The right to figure things out for yourself is the only true freedom everyone shares. Go use it"-R.A.Heinlein
Man, your karmapimp must be rolling in cash... ;)
--
I think we need a new name for these guys...just saying AOL or even AOL/TW is not evil enough. It's hard to even comprehend how much these guys have control over now. Hell, if they want they can spread the word through radio, television, internet news, magazines, and every other medium that XP is no good. While that in itself is the truth, the fact that they have the power to do so is frightening.
-
It may surprise you. Do you realize how many Slashdotters use windows? I'd bet it's more than half. Hell, there are probably as many using AOL as there are using Mozilla.
-
If AOL were to do a Linux distro most likely it wouldn't be recognizable as such. The user interface would be as easy as a set-top internet box, with lots of pretty colors. While undoubtedly hackable, it would almost certainly be geared to the complete newbie. I think this would be a good thing, in that while none of us would take it seriously, it would increase the market share of linux, and hence decrease MS market share. Tschüß,
Mike.
-
Couple that with the fact that MS can actually write resonable applications and AOL doesn't have that experience that gives another mark to MS.
In the end it seems that the i-net will be ruled by one empire or the other and I'd rather side with a company that cares about high end users as well as the people at home who have trouble finding the power switch and will not dumb down the i-net for us.
"You can now flame me, I am full of love,"
But this is why it's so likely it is false. Wow a memo that perfectly states the outsider's view of the situation. Spectacular!
So close and yet so far from the world's perfect ID number
Vintage computer games and RPG books available. Email me if you're interested.
Vintage computer games and RPG books available. Email me if you're interested.
Vintage computer games and RPG books available. Email me if you're interested.
Vintage computer games and RPG books available. Email me if you're interested.
Hows about, for example, the IFS, which exposes itself, amoung other things, as a web interface? 5.5's OWA was a series of ASP pages. 2000's is a direct interface to the information store. Of course, that really bites when you want to deploy OWA on a different box... ;-)
Vintage computer games and RPG books available. Email me if you're interested.
But you know what, most MS users actually like MS products.
I don't know that that's true. I think the attitude is more like, "This is on my machine, so I'll use it."
A war between MS and AOL can only be benefical to the end-user in the long run.
Except that it would probably just kill AOL. The concerns in the memo are essentially the same things that MS did to NetScape. If MS makes sure the PC ships with equivilant functionality to AOL, and makes sure that the users would have to download AOL explicitly, they'll just use the MS stuff.
Actually, they could probably just buy Apple.
not_cub
q='echo "q=$s$q$s;s=$b$s;b=$b$b;$q"';s=\';b=\\;echo "q=$s$q$s;s=$b$s;b=$b$b;$q"
I must be missing something here. The last time I checked, no one person or organization owned the internet. Yet here are two huge companies trying desperately to do just that. The internet was meant to be an open standard and a place for people to express and exchange ideas. One does not need proprietary software to connect to the internet. Nor do they need the proprietary software to explore the internet. .NET. I have heard great things about .NET and not one is anything that cannot be done openly with XML and other technologies.
These companies should stick with what they well and stay out of the internet.
AOL does have great content and other media. They do not need to have that bloated piece of crap they call an interface for their users to access that content.
Microsoft has always been a thorn in the side of the internet. Granted their browser is one of the better ones on the market. But, do they really need to create this
Why do these companies continually try to make it difficult for users to enjoy the internet.
Agreed. I'd rather see MS succeed than AOL. ::shudder::
-Brian
"Faith strikes me as intellectual laziness." -Robert A. Heinlen
My point was that, while you can say what you will about Microsoft, AOL is a cultural cyst.
I'd sooner have the mafia running things than the thought-police.
-Brian
"Faith strikes me as intellectual laziness." -Robert A. Heinlen
Aren't MS going to be specifically trying to avoid any behvaiour that lets them look like they're forcing AOL into a wall? Do they not have enough legal trouble already?
Score:-1, Funny
Did it ever occur to either Microsoft and AOL that I am perfectly happy with my present LAN connection, and one should be able to customize his computer without having to uninstall all the junk that comes with it? I won a laptop recently, and VOIDED my warranty by removing the 2 GIGS of OS extras and installing a consumer OS on it. I hope to a high degree that the AOL/MSN strife only occurs at the OEM level. If I ever need to upgrade an office full of W2K computers and then get notices from MIS that people are playing with MSN or AIM because they were installed by default, Linux is just a click away.
I suspect AOL will soon acquire a consumer operating system - they haven't any choice now. Could be MacOS/X, BEOS or a Linux platform... but regardless they need to guarantee distribution across hardware.
www.hiredinsight.com
Doug Alcorn
It may not be the most honorable way to deal with this threat to AOL, but it's certainly a method they could legitimately use.
My own pointless vanity vintage computing page
MS isn't a monopoly, doesn't hold monopoly power over any segment/industry, and probably never again will. They don't control OS's, they don't control browsers, they don't control anything. You can live a completely MS free existence and be happy and free (if you want).
You seem to be using a definition of "monopoly" which is only espoused by extremely laissez-faire, right-leaning economists. Under such a strict definition, there really are no monopolies, except for government-mandated ones. However, in the real world (for US residents, read "Sherman Act") a monopoly is operationally defined as a company which has such control over its market that it has the power to raise prices almost* with impunity. [*The inevitable weasel word.] One way to look at this would be to ask yourself, if a given company faced essentially an equal opponent in its market, would it still be able to charge the same prices? So, e.g. AOL charges $21.95/month, I think. However, it seems reasonable that if MSN or Earthlink grew to the same size as AOL, it would still be able to charge essentially the same rate. (I believe they all charge the same price anyway.) Its customers essentially feel they get their money's worth.
On the other hand, let's say Microsoft faced a well-equipped foe, e.g. TinyLimp, which offered basically the same range of products which were interoperable with current standards (in other words, it would sell Office and Windows clones that were fully compatible). If TL lowered the prices of the clone Wyndows and Offyce so as to increase market share, MS would have to lower its prices or lose market share. This would be a great deal for the consumer because TL would be like an AMD, spurring its larger adversary to continually innovate while lowering prices. However, there is no TinyLimp. And Microsoft has the power to make sure that there won't be one for the forseeable future. It utterly dominates its market space. It can and does frequently raise prices by some arbitrary amount, because it knows its customers are locked into Windows and Office. That's why it can be argued that MS is in fact a monopoly.
There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
From CNET:Microsoft on Thursday revamped its software licensing program for most business customers, effectively raising the cost of upgrades by as much as 107 percent, analysts said
So Linux ought to be flying off the shelves right about now.
There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
Acccording to The Register, AOL, HP and Compaq are in cahoots to derail the whole .NET platform. Now imagine the corporate weight, experience and cash of these three companies getting firmly behind Linux, and more importantly devoting programmers and some of that cash to improving WINE, and I think this is a win/win situation for Linux.
More users, and more applications that will run under Linux, this could change things in a big way. As the arabs say: "The enemy of my enemy is my friend".
Wu-Tang Name: Half-Cut Skeleton Get your own Wu-Na
Microsoft: Somebody set up us the WinXP.
Microsoft: We get signal.
Bill Gates: What!
Microsoft: Product activation turn on.
Bill Gates: It's You!!
AOL/TW: How are you gentlemen!!
AOL/TW: All your OEM are belong to us.
Bill Gates: What you say!!
AOL/TW: You have no chance to launch make your time.
AOL/TW: Ha Ha Ha Ha....
Bill Gates: Take off every ".NET"
Bill Gates: You know what you doing.
Bill Gates: Move ".NET"
Bill Gates: For great profit.
Sorry, it was just too good an opportunity to pass up...
Friends don't let friends use multiple inheritance.
...in my dreams. Aol being slowly and painfully killed by Microsoft - the very company they sold out to for greed and thereby lobbed off several of Netscape's limbs. Will they see that if they hadn't sold out for the extra $$$ but had stayed with Netscape for the Greater Good, still making ridiculous profits, they would probably not have this problem? Probably not, but it still gives me a warm happy feeling.
// It had been Fat's delusion for years that he could help people. --Philip K. Dick, Valis
I've looked at it, and it's still very much in the style of the old strategy of "Windows DNA", which is no suprise because it was in feature freeze for about 2 years before it shipped. Remember that there's a difference between web services and web integration (for which Ex2000 has some nice features).
When I hear the word 'innovation', I reach for my pistol.
Very good explaination from a programmer's view (or the point of view of Microsoft Developer Marketing).
.NET hasn't shipped yet, MS is telling the systems people that they can deploy the ".NET Server Family" today. This includes products which have absolutely nothing to do with "Web Services" and the like such as Exchange 2000 (which was originally planned to be Exchange 98) and the new version of Proxy Server.
.NET product while it was still running BSD. This is where the hailstorm/passport strategy comes in, and what AOL obviously dislikes. Some of this might fall back on "web services", but lots of it is the same old MSN portal integration strategy.
Note however that Microsoft is majorly confusing the marketing message. For example, while the developer's
On another front, Microsoft has started to call their MSN/Internet initiatves ".NET" too. Hotmail became a
The term has also been applied to their software rental model.
So, you can understand the confusion of the average slashdot reader. The term ".NET" is turning into a generic brandname for "Made By Microsoft". I'm trying to do myself a favor by calling the CLR "the CLR", and calling Web Services "SOAP components", and avoid the marketing morass as best as I can.
When I hear the word 'innovation', I reach for my pistol.
"Think Different" is a direct copyright infringement. However, that's exactly the kind of term that a marketing person would use.
Of course, Apple came up with "Think Different" because they were trying to sell an incompatible product to the subset of the market that might like that. AOL can't afford to do that.
I kinda like the idea that "assimilation" to describe Microsoft tactics has worked its way out of the Usenet/Slashdot advocacy lingo and into marketdroid speak. Probably too good to be true.
When I hear the word 'innovation', I reach for my pistol.
the thing that scares me about AOL, is the fact that they have such a large percentage of internet users (read: monkey end users). They could start controlling things like e-mail, napster, etc.,etc., and even if we could get around such tactics , many of the end users would just take it, leading the internet into the direction where one company has almost total control (at least in the US).
Doesn't this violate some patents ?
until (succeed) try { again(); }
until (succeed) try { again(); }
And "Think Different" is probably a direct copyright infringement of Apple's ad campaign. The memo kinda looks like those fake "Survivor 2 memos" that went around before the show started ("Rodger is going to fall off a horse during a challenge").
- I don't care if they globalize against free speech. All my best free thoughts are done in my head.
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Comment removed based on user account deletion
Well, the question is if unverified memo is news, or should we presume unverified memos as fake until proven otherwise? Of course, presuming all unverified memos as true is lunacy as well.
I find that a lot of this is highly dependant on a person's choice of enemies, etc. Too often, if the unverified blurb is about someone that a person loves to hate, then it must be true. Of Course. and vice versa.
It takes exceptional qualities to step outside the box in this regard, and suspend judgement on someone you hate; and to get all the facts, despite the FUD. The memo itself seems to be semi reasonable from the viewpoint of AOL, and I would not hold anything against them if it was true. MS should expect some people to be working against them.
Check out the Vinny the Vampire comic strip
"It is a greater offense to steal men's labor, than their clothes"
Looking at the typical behavior around here, especially from the college crowd, odds are that this would qualify you for the top 5 percent of the population. Never mind those who are less "well educated".
Check out the Vinny the Vampire comic strip
"It is a greater offense to steal men's labor, than their clothes"
Which is nice if Beta News gets Slashed. (all your hits are belong to us!)
Check out the Vinny the Vampire comic strip
"It is a greater offense to steal men's labor, than their clothes"
Because they (MS) are trying to eliminate their competition by leveraging their desktop monopoly. Did you think it was for the consumers? Hahahahaha.
It's an OS for God's sake, if it doesn't have something as basic as a browser, an address book, a calendar, an email reader and a media player well I would feel as if I had been screwed by buying it.
Ask yourself this: why do companies sell only underwear? Shouldn't they integrate everything (shirt, pants, etc.) necessary to go out in public with? You can bet your ass that they would if some company had a monopoly on underwear... and you as a consumer would be much worse off....
I don't care much about clothes, it wouldn't have made any difference in my life.
Microsoft's (MS) new .Net strategy, coupled with the impending release of XP, presents a significant risk to the AOL franchise. By integrating and embedding traditional AOL functionality (e.g., email, IM, chat, wallet, calendar, address book, web browsing, content aggregation, media players, etc)
why would an OS integrate email, IM, chat, calendar, address book, web browsing and media players? Poor AOL, I sure hope they loose that battle. Suddenly an OS is bad just because it integrates everything needed for the web in a user friendly environment? AOL will fail, their only option is to join forces with MS. But then again, AOL/TW/MS, they would be unstoppable.
So if you would be so kind to point out exactly where I became an "eitist", I would appreciate that. Oh, BTW, is that a Microsoft hotmail address you have there?
--I assume full responsibility for my actions, except the ones that are someone else's fault.
--I assume full responsibility for my actions, except the ones that are someone else's fault.
"just connect this to..."
BZZT.
Liberty.
The thing that what frightened me most (I hope this is fake!!!), is the amount of power that AOL/TW has.
Their ability to "Stall XP" could actually be carried out.
I'm no Micro$oft fan, but this would be killing the beast to replace it with a slightly nicer beast?
Newsfollow.com
Since Time/Warner owns AOL, would the Home Gardening Channel be the only one who could broadcast this without misrepresenting either side?
Seriously though - I know of seniors who boot up their computer, connect to the internet via AOL and don't even know that there's anything else on their computer.
AOL provides them with chatrooms, discussion groups, web-surfing, email, and they can even send pictures. When I showed a neighbour of mine how to use their CD burning software, they practically freaked! I was running something that she'd never seen before - she even claimed to a friend of hers that I was "hacking" something on her computer.
If there is fear and loathing in the AOL/M$ land, it's going to be interesting...
Personally, I use neither - although those AOL CDs make lovely, and attractive shiny objects for my inlaws to play with.
I donate all spillover Karma to the charity of my choice... Ada was still a babe despite what people may say...
This would never happen on cool sites like kuro5hin
I'd say that if you feel compelled to throw in phrases like "supposedly leaked" and "Even if the memo is fake," you might want to reconsider running the story at all. That goes double if you're Michael Sims and the story is bogus enough to jolt even your unusually low journalistic standards.
I mean, it's one thing if the tip comes from someone like Eric Raymond who, bonehead though he may be, has a track record of receiving real information. But what the hell is Betanews?
It takes exceptional qualities to step outside the box in this regard, and suspend judgement on someone you hate; and to get all the facts, despite the FUD.
Maybe I'm naive, but I'd call that a minimum standard of intellectual honesty and fairness, not "exceptional."
Unsettling MOTD at my ISP.
And why doesn't Gnome or another open source Linux desktop project steel the subscription thunder themselves? This would be a good way to bring newbies/non-techs into the Linux fold. Make it easy and they will come.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ the real world is much simpler ~~
--- -- - -
Give me LIBERTY, or give me a check.
. Only their OS can run on their hardware
yeah, those bastards. only their os runs on their hardware. well, netbsd does, too. and so does openbsd. and linux. and beos. and darwin, if you want to count that. and then there's the little guys, like mac06 or macmint or minix, or old apple stuff like a/ux.
sure wish i could run something else.
--saint----
When two of the most abusive companies in the U.S. fight, it is like a science fiction film: The 50-meter gorilla battles the giant ant from outer space.
But why? Why can't the gorilla and the ant live together in peace?
Do you ever ask yourself why people devote their lives to fighting?
Microsoft is driven by a powerful conflict of interest. If Microsoft delivers a good operating system, it will be the last operating system most people buy.
But why not just finish the job? Why not deliver a good operating system, and then do something else? Why does a man who has billions of dollars want to devote his life to fighting? Why does a man who has billions of dollars want to devote his life to sneakiness and abusiveness? Why is it necessary to try to take over the world when you already own more than you can possibly use?
It is not as though the price of hamburgers will ever rise so much that Bill Gates won't be able to afford one. He is certainly not defending himself from any real threat.
When the 50-meter gorilla fights the giant ant, it is best to stay as far away from the battle as possible.
The giant ant will probably kill the 50-meter gorilla. Microsoft's income is rapidly disappearing. Most people will stay with the computers they already have. The computers are far from perfect, but they do the job. It is possible to live with having to restart your computer 5 times a day.
The giant ant has fixed monthly income from subscribers, and rapidly lowering monthly costs, because of cheaper, more efficient technology. If AOL bought Time Warner, it can buy other huge companies, also.
But people are rapidly becoming aware that a local Internet service provider is almost always better than AOL. In an educated world, AOL would not exist.
So, after the giant ant kills the 50-meter gorilla, the ant will die of natural causes.
But it is unfortunate that all of us have to suffer because of stupid fighting.
Bush's education improvements were
This is nothing new. Regardless of weather the memo is fake or legitimate, the article underscores the evolution of Microsoft's known corporate software policies.
.NET services). While it was at one point in Microsoft's interest to sell off desktop realestate, they have now discovered that if they prevent the sale of that realestate, they can sell other realestate much larger, although slightly further away (ASP based services).
Windows 3.1 was provided as an add-on PC productivity tool. Windows 95 was introduced as the primary PC productivity enviroment. Windowd 98 and ME were the frst steps in OS based network integration of the consumer PC.
Windows 3.1 cane with a few weak core apps and depended on 3rd parties for additional apps and services. With the advent on windows95, Bill realized that desktop realestate was a comodity to be sold and bartered with. Windows 98 and ME allowed for network integration which drematically increased the salable realestate using activeDesktop.
Windoes XP gives Microsoft the opportunity to sell internet based 'realestate' which is of course infinately more expansive. If, however a service is available locally, users are far less likely to make use of a remotely hosted or ASP based service (or the
Again, this is nothing new. Microsoft realized that it is more profitable to sell extensive resources to users, than it is to sell pieces of a limited resource to vendors.
--CTH
--
--Got Lists? | Top 95 Star Wars Line
An AC wrote:
> Buy apple...port MacOSX to intel (probably
> in the lab anyhow)
No need to. Apple has already ported Darwin, the open source base of OS X, to x86 and has released it for free. If Apple has any clue, they've already got Quartz and Aqua rigged to move over to x86 with a simple recompile. That's one of the beauties of Unix: portability. It lets them move rapidly in any direction they need to. The G4 chip is nice, but a little too rare for Apple's comfort. Since AOL already runs on Macs, they would only need to produce a carbonized version (it is already in beta now), and recompile it for whatever platform OS X wanders on to.
Mothra: 1961-2001 -- Her heart can reach!
all complaining aside, i think that whatever M$ does in their OS's that other companies like AOL, Earthlink, and so on will just have to deal with it.
it has already been proven that M$ can legally monopolize an industry (Netscape and MSIE and win95) and there is nothing we can do about it (us gov vs. M$). its just a fact of life that we have to deal with. BUT FEAR NOT linux users! none of us are dumb enough to use aol and dont care enough about m$ to give a damn. and even if this battle goes to court and M$ loses, they turn a 180 and the rest of the industry including AOL is screwed.
oh well, thats life.
In what kind of world are we living where the only choice for Joe Sixpack is between AOL and Micro$oft ?
The initial services include myProfile, myAddress, myContacts, myInbox, myWallet, myDocuments, myCalendar, and others.
Hey Microsoft, it's My Wallet. Keep your grubby little hands off it!
Stories like this, fake or not, that bring to light a very real notion of how these big companies could very well think (and in turn act), makes me glad that I am learning to use Linux. It frightens me to think that in this OS -- which is already so dominating the PC platform -- when I want to run a few select Apps (Web Broswer, Word Processer, and lots of Games : ) I (we) will have to contend with more and more embedded useless crap that I neither want nor need (to use). I continually look forward to the day that I feel fluent enough with Linux and its nuances to replace, completely, my Windows desktop.
For many applications which are strongly ahem, 'encouraged' by the developers, my first reaction is to find an alternative from companies who are less aggressive.
If a product is good i will install it. If a company really needs to convince me that their product is good, somehow I don't believe them.
---
Privacy is terrorism.
It would be more like "my first ____" with nice bright red, yellow and blue color on the screen, large keys for the small kid-hands and stuff ;)
The startup-logo would be a teddybear I think.
---
Privacy is terrorism.
Proprietary hardware. Only their OS can run on their hardware, and only on their hardware can their OS run.
"6) Stall XP Adoption: Until AOL can develop an appropriate XP solution, message to AOL members and the public that XP is "not ready" for broad adoption (i.e., has bugs, will not run AOL, will not run your existing software, will violate your online privacy, etc...)"
I especially like this one. Lying to consumers to get your product forwarded. I could just see a big Steve Case "Member Community Outreach" regarding the severe online privacy violations with XP, just after AOL parades you with ten sign-on ads and collects data on your web browsing (AOL "proxy") while moderating everything to hell.
Everyone seems to think Microsoft is the worst corporate technology firm with devilish, underhanded practices, but this is just outrageous.
"I'll just chip in a bit for RedHat: I actually have that installed on my university machine." - Linus, '95
AOL really is genius.
They have ported AOL to Linux. Why?
Can't you see a "Joe User 3000 Linux edition" PC with America Online as the primary way to access the AOL-censored Internet? And there will be nothing to stop them from doing this as long as they release the "AOL Linux Distribution" source. And who's going to download that? Think about it: No Microsoft, open source so that they can put AOL everywhere in the OS...
Some people who know nothing about computers have heard about Linux, and if they haven't, you had better bet the marketing spinners at AOL can sell it to them.
After all, if it's made or sponsored by AOL, it has to be the best. Or so some people believe. Almost everyone has heard of AOL. And many people believe that it really is "number one."
I would think that the AOLtv and the newer AOL appliances are already powered by Linux.
AOL isn't that much different than Microsoft. Extend, embrace...
Do you like German cars?
While I understand the fact that 90% of all PCs run Windblows, it still boggles me why these corporations put up with this crap with M$. AOl may be excluded from XP yet they continue to use IE as their browser. Why don't they concentrate on platforms that are free of over bearing, cut throat monopolists, like Linux, MacOS or Be? I guess the $$$ clouds all judgement.
Content is our choice. We let the big boys feed us what they want because we are basically lazy. The same goes with the OS war. I've had the pleasure to introduce a number of people to Linux, but the learning curve can be quite high and most will give up and go back to what they know both in OS and software - for the moment. I'm also building my own portal to bring me all the web news, services and products I want.. I use Products and services to give me what I want rather than let them use me to give me what they want. For example, [we] use Hotmail, MSN and an NT4 home network because it makes life easier in the home. Going from Windows 9x to NT was a big step but the true test will be getting the whole family to embrace Linux and the applications it offers. Is anyone else doing this or are we all just happy to be doing our bit on our own and not spread the word? We can educate the uneducated. If regular Jo(e) knows what's going on then he / she will make an informed choice and not be led blindly. That is what we are talking about here ultimately. Who do you want to teach, today?
~ejunkie~ [Step outside and look at that huge yellow thing in the sky!]
RoadRunner isn't exactly AOL. It's technically a joint venture between several cable, computer, and telecom companies, including Time Warner (now AOL-Time Warner) and, believe it or not, Microsoft. It will take a while for any AOLisms to filter down to the RoadRunner service, but I imagine it will happen sooner than we RR users would like. Of course, AOL-TWC might just give up their stake in RR and start their own broadband service, if they can figure out how to get away with it without drawing the ire of the feds. Either way, we TWC/RoadRunner customers end up on the losing end...
The day my ISP requires proprietary software to connect is the day I look elsewhere for my Internet service, even if it does mean giving up broadband...
DennyK
"Make a better product".
I always find this so amazing about standard business practices these days - these execs will come up with every possible technique in the book to gain an advantage - except "make a better product". I can just picture all these middle aged execs in a huge boardroom worriedly trying to come up with ways in which they can gain market share, coming up with hundreds of suggestions (massive marketing campaigs, grassroots campaigns, FUD/spin campaigns, exclusivity deals, "strategic" partners, "make AOL the default" type technique etc) - yet not once during days of meetings will it cross the minds of even one of those execs to even consider building a better product. The closest they have there is "think different", which involves some development at least, but still places more emphasis on OEM partnerships. The saddest part of the whole thing is that they probably have to do this sort of thing just because most users are too clueless to choose the better product - number one reason people "choose" IE over NN has always been "it came installed with the computer".
AOL indeed suck big-time, but we knew this before.
In the article, Winamp is mentioned. Is Winamp owned by AOL, or do they just have a tie-in with them?
AOL are huge, a behemoth only eclipsed by M$ for the average user. Between these two companies, what choice do you really have? If all the available free downloads of what appear to be share/free ware tool, are owned by one or the other, can you really be in control of your own computer?
I paid over $2000 for my machine. I want to be in control of it. I want to decide how I run what... not some control freak in Redmond or wherever.
This really is a scary thought... like we never saw it coming...
-- The avalanche has started. It is too late for the pebbles to vote.
I don't know what I was thinking. Must've been anticipating the impending cold war between the US and China.
2) Place compatible AOL XP bundle client installer on the machine
I wonder if they have considered the option to flood the entire free world with AOL cd's. The Coaster Producers Association wouldn't like it.
8) Get "Designed for Microsoft Windows" logo program exemption for AOL. Microsoft pays the OEM significant rebates to have their software bundles compliant with Microsoft specifications. The AOL client will likely not meet Microsoft?s standards, resulting in OEM PC?s being out of compliance with the logo program and jeopardizing the rebates.
So corp. A not only supports really scary policy of corp. B but wants to take advantage of it. This is the kind of stuff that makes it impossible to compete. Because of the kinds of margins the harware companies are dealing with and the kind of competition they face, they really have to go along with this stuff, or they are toast.
How about free and open markets instead?
I'm just looking at winXP beta 2, looks like something my mother can use on her own, without the need to call me frequently, because everything complicated is well hidden. It does not look like something designed for geeks though.
:-)
M$ might be making a serious mistake with XP. I expect everybode who uses his/her computer for anything else besides word processing/email/internet/games will be forced to use another OS
KH
when walking on thin ice you might as well dance
So what? Who of the Slashdot readers' using AOL anyway?
Oh great we will get tons on CDs with Linux on them....Hey this might not be so bad.
Some interesting ideas here, fake or not. A major PR campaign from the Linux community to convince people that XP is little more that a direct 24 hour link betweeen thier computer and Redmond could hurt Microsoft a lot. Remember the online fuss over Prodigy some years back. Make it absolutly clear in every forum you have access to. Coupled with the ever increasing cost of adopting and upgrading, it should be possible to make everyone who counts think twice about deploying XP. Get out there -> spread the word.
I read Slashdot & I use AOL... Show me an online service AOL ran out of business by signing contracts with the OEM's to lock out other online services. Can you show me that? Nope. Yet we can see how Micro$oft forced OEM's to NOT bundle Netscape on their machines back when Netscape was still superior to IE. IE is only superior because over the past several years, M$ has blown well over $1billion trying to put Netscape out of business. You can use Netscape and Opera with AOL's service. But can you run Windows Update through Netscape? Nope. IE specific. Interesting how that works. And one other thing. You people have really short memories. There never was a partnership between AOL and M$. When Windows95 was set to be introduced, M$ came up with the brilliant idea of bringing out what became MSN, and boy was it a turkey. But still, with a preferential icon placed on the desktop, it definitely threatened the abilities of Compuserve, Prodigy, Delphi, and AOL from competing. The Justice Department looked into the situation and made M$ sign a consent decree so that they'd make available the other companies software from the OS install disk. That was not altruism from Mr. Gates, because he lacks any. The government forced it down his throat. Then M$ got cocky afterwards because the government backed down (before Netscape got the lawsuit gears cranking) and then threatened AOL from expelling them from the Windows install disk if they didn't agree to make IE the official AOL browser. Now if any of you actually remember early 1997, AOL had chucked its own crappy webbrowser and made Netscape its official one. It was rather strange seeing the AOL logo normally where the Netscape "N" was. Of course, this did not last long because AOL needed placement, so Netscape was dropped. (of course, maybe some of you chuckleheads will think that was part of AOL's grand plan of grabbing Netscape dirt cheap). So don't make it sound like they were partners. How about in the videogame market since M$ has been poking its head in. M$ bankrolled the development of the Sega Dreamcast, formerly known as "Blackbelt," "Dural," and "Katana." Sega got this paid for because they agreed to have CE as the OS. Sega owned stock in 3dfx and 3dfx was set to supply the chipset for the machines. But no, NEC stepped in and basically told M$ that it owed them the contract because NEC via Packard Bell generated lots of business for M$. So M$ made Sega break their contract with 3dfx (to the detriment of both Sega AND 3dfx) and assigned NEC's PowerVR with the contract for Dreamcast graphics chipsets. PowerVR's only saving grace on the Dreamcast was the fact that it had a large amount of Vram in the machine. M$ screwed its partners for its own interests. This led to 3dfx getting massively hurt and now for all tense and purposes not existing at all, and now Sega has been reduced to the role of a third party developer for the M$ Xbox. This is what happens when you partner with M$. Has AOL done this type of stuff before? Nope. And let's look at M$'s recent behavior. They are promising inter-operability between IM services. Does that mean they'll play fair with Yahoo. Yeah right. M$ tried hacking in for several weeks to AIM's client. Does AOL hack with M$ code? Nope. So there is NO comparison between M$ and AOL. AOL has won its market share fair and square. You can bitch and moan about AOL not being the true internet, but this world is gonna be split between two powers, M$ and AOL. So choose wisely. If you want a chance for alternative OS's to exist, you better pick AOL. Let's see, AOL owns a chunk of Palm. Palm is a rival system because it competes head-to-head with Micro$oft's long running flop WindowsCE, err, I mean, PocketPC. AOL owns 30% of TiVo, which is definitely one cool piece of hardware and software, also facing still competition from, yep, you guessed it...(not Frank Stallone) Micro$oft! I'm surprised that AOL hasn't bought a chunk of Red Hat. Personally, I look forward to the day when I can pop in an AOL install disk and install a user friendly version of "AOL's Linux" and actually run a slew of software on my machine that won't crash. And then people will be asking, "Microsoft who?" All you Neville Chamberlain wannabe Micro$oft appeasers can all "Suck It" for all I care. You are the reason the software industry is in its terrible state with no choices in a variety of fields, not because of the laypeople that use AOL. Oh yeah. Can your MSN service buy Madonna tickets? Microsoft..."where you want to go today? Ooops, not Ticketmaster!"