Slashdot Mirror


Opera Purchase Rumour Control

We've had several submissions this morning concerning a CoolTechZone article stating that Microsoft has purchased Opera, seemingly confirming the Dvorak article we reported on yesterday. However, roblimo has followed up with Opera and found that to be (so far), less than true. Opera PR person Berit Hanson told Slashdot by phone from Oslo, Norway, that "last week it was Google, this week it's Microsoft." She laughed and added, "If I was working for Microsoft I think I'd know it, but I'm still in Oslo, not Washington, still working for Opera." Which, of course, is not to say it won't happen ... it just hasn't happened yet.

46 of 226 comments (clear)

  1. Monopolistic? by Trip+Ericson · · Score: 4, Insightful

    I wonder if government regulators would allow Microsoft to buy Opera at all. Wouldn't they see a problem with the company that controls 80%+ of a market buying out one of the few surviving competitors they have? There's Firefox, AOL... uh... Netscape doesn't count since it's a blend of Firefox and IE...

    I mean, I don't know, I just can't see it being allowed.

    1. Re:Monopolistic? by morgan_greywolf · · Score: 3, Informative

      Microsoft never sold a browser.

      Not entirely true. It was included in Microsoft Plus! for Windows 95, which, really, aside from some horrible themes and font smoothing, was the only real reason to spend the ~US$50 on the stupid thing.

    2. Re:Monopolistic? by FatRatBastard · · Score: 4, Insightful

      Cellphones. Opera is huge competition for Microsoft in the cellphone arena. Considering this is where almost all of the growth is going to happen with respect to connectivity it is hugely important. This is the main reason why I don't see MS buying Opera: I don't think anyone is going to sign off on handing basically the entire phone browser market over to one company, especially if that company has the anti-trust history that MS has.

  2. I nominate this for Slashdot Story of the Year by Anonymous Coward · · Score: 4, Funny

    Microsoft to buy Opera... maybe... not yet, but it could happen someday.

    FASCINATING.

    1. Re:I nominate this for Slashdot Story of the Year by AndroidCat · · Score: 5, Funny

      I thought the story was that Opera had purchased some company called Rumour Control.

      --
      One line blog. I hear that they're called Twitters now.
    2. Re:I nominate this for Slashdot Story of the Year by koekepeer · · Score: 2, Insightful

      blah blah blah! always the nagging about slashdot (oh yeah right i should grow a sense of humour, right?)

      so far (shockingly!) slashdot at least verified whether this was a rumour or not. this is a proper newsreport, unlike the simple copy paste at digg.com for example. kudo's to /. this time.

  3. Mobile market by uncl_bob · · Score: 4, Interesting

    As progster on osnews speculated: "Microsoft wants it for the mobile market and they'll kill the pc version of opera."

  4. Other way 'round by trianglecat · · Score: 3, Funny

    Actually I heard that Opera was thinking of buying Microsoft.

  5. My prediction by Piroca · · Score: 2, Funny


    Is for the Mozilla foundation buying Opera

  6. IE team would be pretty surprised... by dioscaido · · Score: 3, Insightful

    The way the IE team has been killing themselves lately developing IE7, I'd be pretty surprised if MS turned around and bought Opera. It would also seem like an odd time to make the buy, given that IE7 ships next year.

    1. Re:IE team would be pretty surprised... by BeerCat · · Score: 2, Interesting

      Stranger things have happened.

      Some years back, Apple was killing its developers trying to get Copeland out of the door. It too was shipping "next year", but they canned it in the end and bought NeXTStep to base their next version on.

      Of course, MS always manage to hold to their release schedules, don't they? What's that? They don't?

      If the IE7 team pull it off, then it becomes one more potential competitor quashed. If they don't, then it's a good fall back position.

      --
      "She's furniture with a pulse"
    2. Re:IE team would be pretty surprised... by jp10558 · · Score: 2, Informative

      Well, to fan the flames:
      1) IE7 blogs have already said to webmasters - get the beta, fix your sites, because it will *break* if you just use IE6 rendering as a test. To they already will be breaking IE6 only sites. Sometimes massively.

      2) MS hates opensource. If they used FF, they would not be able to do any lock in / embrace and extend. They can't control the source code, and worse - if they change it, they have to give that back.

      3) Finally, has MS ever really cared if some change they makes creates problems for other people?

      All that said, I can't see MS buying Opera. First, I don't think Opera would sell, second, MS really really believes in there being no boundry in the UI between the web and your PC. Stupid as that seems to me, it has gotten them huge market share, and created lots of jobs for AV companies and the like.

      --
      Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
  7. The PR gal is a hottie by Anonymous Coward · · Score: 5, Funny

    I think I'll too have to call her about this rumour.

    1. Re:The PR gal is a hottie by Roblimo · · Score: 3, Informative

      Berit wasn't the first Opera person I called, just the first one who answered. And I didn't check her picture first. I just wanted an official source inside Opera to tell me "on the record" whether or not the company had been sold.

      When she picked up the phone, I said, "This is Robin Miller in the U.S. -- Roblimo on Slashdot -- and I want to know how you like working for Microsoft."

      She said, "Huh? As far as I know I'm still working for Opera."

      After the laughter stopped, she gave me the "official word" you saw above. Hot or not, Berit is a competent corporate spokesperson, and that's what counts here.

      - Robin

    2. Re:The PR gal is a hottie by Wordsmith · · Score: 5, Insightful

      Yeah, but she -is- hot.

  8. OPERA IS NOT WRITTEN IN QT by Anonymous Coward · · Score: 4, Informative

    Opera is NOT a Qt app. The Unix version uses Qt for certain dialogs and such, but that's it. Windows and Mac Opera do not use Qt at all. They use a special GUI toolkit which they developed internally.

    1. Re:OPERA IS NOT WRITTEN IN QT by oever · · Score: 2, Interesting

      From using the command 'string' on the opera binary, I can retrieve the names of 82 Qt classes.

      #! /usr/bin/perl -w
      use strict;

      my @lines = `strings /usr/lib/opera/8.51-20051114.5/opera|grep ^_ZN`;

      foreach (@lines) {
        my $line = $_;
        if ($line =~ m/_ZN(\d+)/) {
          if ($1 > 9) {
            print substr($line, 5, $1)."\n";
          } else {
            print substr($line, 4, $1)."\n";
          }
        }
      }

      --
      DNA is the ultimate spaghetti code.
    2. Re:OPERA IS NOT WRITTEN IN QT by m50d · · Score: 2, Interesting

      Opera uses Qt and is non-open-source, so I'm pretty sure they pay to license it. Then again, I think the same's true of motif. Anyway, the mac version certainly looks like Qt, and it would be a waste not to enable Qt on mac/win if you want it (just like if you really want to use motif on unix, you can.

      --
      I am trolling
  9. So ? by alexhs · · Score: 5, Funny

    Slashdot. Counternews for nerds, Stuff that might matter one day... or not.

    --
    I have discovered a truly marvelous proof of killer sig, which this margin is too narrow to contain.
  10. Dumbest. Idea. Ever. by ip_freely_2000 · · Score: 4, Interesting


    If MS needs a new browser, which they don't, it would be FAR more strategic to use Firefox, a la Netscape. Even though they would not own the browser, and they would be returning some features back to the public, they could use new Firefox features to drive sales of their server based products.

    There is no money in browsers (just ask Opera), but lots to be made in selling server software.

    1. Re:Dumbest. Idea. Ever. by jc42 · · Score: 2, Interesting

      If MS needs a new browser, which they don't, ...

      Nobody is really saying that MS needs or wants a new browser.

      The scenario is that they buy out opera and shut it down, to eliminate a competitor.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    2. Re:Dumbest. Idea. Ever. by spif · · Score: 4, Informative

      As far as MS is concerned, IE is not about web browsing. The web browser view of IE is just the sugar coating to get regular consumers to use it. IE's primary purpose is to be a client interface to applications written in ActiveX, VBscript, etc. That's why it is so popular in businesses, even those who use custom Windows desktop builds and/or software distribution and could easily put Firefox on every PC in their organization.

      If it was about which web browser is the best, Firefox would easily dominate the market, especially in corporations where security is important. But MS has locked people into IE by convincing them to use their proprietary platform for web applications. If Opera (or any other browser) could access all of those applications (by default - I know there are plugins and such for this) then they might be able to replace IE, since like I said the web browsing portion is secondary to MS. But they've put a lot of work into 'optimizing' IE to be a client for those apps, so I don't see them throwing that away. Besides which, any security advantage in using the rendering engine and UI from Opera would be wiped out by adding in ActiveX and VBscript support.

      Dvorak doesn't understand this aspect of IE, it seems, which is the only reason I can think of for his suggestion that Opera could replace IE. It's not about the web browsing, it's about the application platform. IE is an integral part of the MS proprietary web platform and that's not likely to change so easily.

      --
      fnord.
  11. They cross-check the articles now? by rainer_d · · Score: 4, Funny

    Christ! What's next? No more dupes? No more early "FreeBSD x has been released"?
    An early New Years Resolution?
    I'm speechless.

    --
    Windows 2000 - from the guys who brought us edlin
    1. Re:They cross-check the articles now? by HishamMuhammad · · Score: 3, Insightful

      Yes, people are bashing the "not yet" part of the article, but the cross-checking is something to be commended and encouraged! Kudos to Roblimo.

  12. Credulousness Abounds by lseltzer · · Score: 2, Insightful

    Isn't it obvious that this is just a result of someone confusing Dvorak's "they should buy Opera" into "they have bought Opera"? And it really is inconceivable that they would buy Opera. NFW.

    1. Re:Credulousness Abounds by AndroidCat · · Score: 2, Funny

      You know what they say about Opera: It ain't over until Steve Ballmer sings.

      --
      One line blog. I hear that they're called Twitters now.
  13. Good PR for Opera by QuietLagoon · · Score: 2, Interesting

    If nothing else, Opera is getting noticed in a lot more places these days. I wonder how the downloads are going?

  14. Oh please... by nwbvt · · Score: 3, Insightful
    "Which, of course, is not to say it won't happen ... it just hasn't happened yet."

    It very well could never happen. I have seen no evidence even suggesting that MS even wants Opera, other than a very speculative and not very well thought out article written by some troll. This is yellow journalism at its best, when someone comes out and refutes an entirely made up story, claim "it still could happen".

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  15. This is exactly what we deserve... by HerculesMO · · Score: 2, Insightful

    For linking to ANY article written by that idiot Dvorak. If Slashdot picks it up, his article gets steam and then other sites will make assumptions and false alerts based on shoddy reporting and opinions by the one and only, Dvorak.

    God this really boggles the mind...

    --
    The price is always right if someone else is paying.
  16. Microsoft to buy the Internet from Al Gore by wasserja · · Score: 5, Funny

    I just read from www.icantbelieveitsnottrue.com that Microsoft has inked a deal with Al Gore to purchase the rights to the Internet.

  17. Bass (was: tenor) by olovjohansson · · Score: 5, Insightful

    {i blogged this and shamelessly copy-and-pasted it from http://fancy.se/ with lost links and formatting, but anyways}

    There's a rumour that Microsoft has bought Opera software, makers of the (closed source) fast, cross-platform and lightweight Opera web browser, Opera mobile (Symbian S60, Windows mobile) and the recently released Opera mini (for Java phones).

    It's not hard to understand why Microsoft would be interested. Opera is very standards compliant, more so than IE6 (and IE7 perhaps). Opera is obviously very well engineered, with a very fast renderer and extremely low memory footprint. Most importantly, Opera runs on platforms that Microsoft wants to reach out to and (in the end) dominate or conquer.

    Such platforms are Symbian OS (in different series), a common OS for mobile phones. Opera rules that territory today.

    Such platforms are Maemo (you've heard about Nokia 770, haven't you?), the exciting new open platform that Nokia puts work into, based on the Linux-kernel, X11 and GTK+, to name some open source technologies. Opera rules that territory today.

    Such platforms are desktop Linux (Fedora Core, Debian, Ubuntu, SUSE, Mandriva, Slackware, RHEL, CentOS, the list goes on..) with KDE (QT) and/or Gnome (GTK+) integration. Linux users today mainly use Firefox or Konqueror, desktop Linux are getting more and more momentum and Microsoft understands that. Microsoft wants to reach that platform, for the same reasons that they want to reach Mac OS X (although most OS X users runs Safari or Firefox), and compared to porting IE to Linux from scratch (which could be a huge project depending on their codebase) lots of time could be saved by going with Opera (which has a Linux QT-version today). I expect Microsoft to port Windows Media Player to Linux soon too, for the same reasons that they have it for OS X, but that's a different story.

    Such platforms are Mac OS X, since the old Internet Explorer for Mac will receive no more updates after new-year and will cease to exist as a download a month after that. Apple releasing Safari (the Konqueror technology KHTML-based browser) for OS X was Microsofts worst nightmare, they lost their dominance (yes, most OS X users ran IE before that) in an increadibly short time. At first it looked liked they wouldn't do anything about it and keep a kind of wait-and-see attitude (halting all serious work on IE for Mac). They need to hold on to OS X, either Microsoft ports IE7 to Mac OS X (which they could as they've done it before, but i suspect it's a whole lot of work) or they try a short-cut - Opera.

    Such platforms are Windows mobile, their own platform for handhelds and phones. Many users seem to prefer Opera before IE for this platform, with Microsoft buying Opera their dominance would be total (neither Firefox nor a KHTML-based browser are available for this platform).

    And actually, such platforms are Windows XP and Vista. Microsoft wants to grab users from Opera and Firefox.

    If this rumour is true and Microsoft will buy Opera, I expect Microsoft to merge the "full" Opera web browser with Internet Explorer, and release it as IE8. This won't happen until summer 2007 at earliest, and likely even later (due to their track record). IE7 will release as planned (first half 2006 or something) and not contain a single line of Opera-code (it's in beta already). I expect IE8 to be more like IE7 with some Opera-technology merged in rather than the opposite. This could be a huge project and Microsoft could choose to skip most of it. They will look into Opera's renderer though, and they will look into the cross-platform nature of Opera.

    The bottom line is, buying Opera is a cheap (relatively speaking, you've seen all the TV-commercials for Xbox 360 haven't you?) ticket into other competitors territory for Microsoft. Grabbing existing Symbian userbase would probably be worth it alone.

    They might also just as well buy it and discontinue the whole thing, trying to help sales for Windows Mobile as a

  18. Re:Oh thank God by tomcres · · Score: 2, Funny

    John Dvorak is like those crazy preachers that predict the end of the world every five years, and then every five years make adjustments to their original predicitons. He's the Charles Taze Russell or Ellen G. White of computing.

  19. If rumours were edible by FishandChips · · Score: 3, Interesting

    If I ate a mince pie for every end-of-year IT rumour on the net I'd have exploded by now.

    The rather feverish interest in this stuff marks a real change. A year ago, it could have been announced that Microsoft had bought a B-52 and ten atomic bombs and everyone would have turned over and gone back to sleep. Now, the merest whiff of action on the Microsoft-Google-Yahoo front has the pundits running.

    But I can't help wondering whether a little game of chicken is going on, with folks being bounced into buying something for fear the next guy will get it. Ebay and Skype, Google and AOL - these and others are not really matches made in heaven. It will be interesting to see how the dice have fallen on this craze in, say, a year's time. But I hope MS don't buy Opera, for a simple, selfish reason. I like using Opera, and I like it just the way it is.

    --
    Las qué passoun
    tournoun pas maï
  20. Re:i heard by S.O.B. · · Score: 4, Funny
    men would live on the moon by 1999

    Don't do it. They'll be forced to wear polyester suits with bell bottoms. Then there'll be a horrible accident and the moon will get blown out of Earth's orbit and send the moon and it's inhabitants on an interstellar journey encountering alien races and strange powerful forces. Wait...it's 2005 and that hasn't happened. Damn you Gerry and Sylvia Anderson! Damn you all to hell!!!
    --
    Some of what I say is fact, some is conjecture, the rest I'm just blowing out my ass...you guess.
  21. Why do the press print quotes like: by Afty0r · · Score: 2, Insightful

    ""If I was working for Microsoft I think I'd know it, but I'm still in Oslo, not Washington, still working for Opera.""

    Which actually has a meaning of.... NOTHING.

    It is not a confirmation, nor a denial - she has skipped around the question by making a joke. The reporter should ask her outright again to answer the question, or not quote at all.

    The quote means nothing - she could be telling the truth, *and* know that Microsoft has taken over Opera *and* the quote would still be correct. (If MS took a majority stake in Opera, Operas employees wouldn't work for MS, they would work for Opera... *and* you can bet most jobs wouldn't be moving to Washington anyway).

  22. Because Digg said so... by DeepDarkSky · · Score: 2, Interesting

    I think it's because of this Digg "article": Microsoft Buys Out Opera that many people think it's true

  23. Re:Dvorak by Professor_UNIX · · Score: 3, Funny
    People actually listen to that diseased gadfly?

    I hear a lot of people use his keyboard layout.

  24. Re:i heard by SonicBurst · · Score: 2, Informative

    um....the Jetsons, not Jeffersons.

    --

    Geek used to be a four letter word. Now it's a six-figure one.
  25. Extra, extra, read all about it! by Odin's+Raven · · Score: 4, Funny
    Deranged drivel from pointless pundit once again shown to have no basis in reality.

    Next /. story: Dvorak unable to find posterior with both hands, proclaims demise of buttocks as we know them.

    Next /. retraction: Arse in previous Dvorak stories positively identified, proven to exist. (Which, of course, is not to say that the disappearance of arses won't happen ... just that it hasn't happened yet.)

    --
    A marriage is always made up of two people who are prepared to swear that only the other one snores.
  26. This is a huge deal! by Cally · · Score: 2, Interesting

    This is an incredibly big deal, not because of anything in the story itself, but because of those magic words "followed up by phone". Someone submitted what looked to the Slashdot editors like a really interesting story, but the credibility of which seemed a little flaky. They then *checked the story with a primary source* themselves. (OK, roblimo's working for OSDN rather than Slashdot, IIRC.) But this means that from now on when Slashdot runs a story that turns out to have been trivially falsifiable by a phone call or couple of emails, they can't use the excuse of "we just report what people submit". Fact chgecking... the thin end of a slippery wedge, if you ask me ;)

    --
    "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
  27. Their money is on IE 7 by BeatdownGeek · · Score: 2, Insightful

    Come on. They've put how much time and money into developing IE7? No way they would do all that then scrap it for Opera. Not to say that Opera isn't better (I don't know). But it would be an incredible waste. If they were going to do such a thing, they would have bought Opera before they started developing IE7.

  28. the PR person would be the last to know by rnd() · · Score: 2, Interesting

    Microsoft and Google both have their own PR departments, and any purchase of Opera would be targeted at 1) the code, and 2) some of the developers. The rest of the employees would probably not know anything about it. At best, the owners of the company, a major shareholder or two, and possibly a few key people who need to be given an incentive to stick around after the acquisition will be informed. The rest may be kept on board as a gesture of good will or may be let go unceremoniously a few weeks later.

    --

    Amazing magic tricks

  29. CoolTechZone's credibility? by SleepyHappyDoc · · Score: 2, Informative

    I don't know if they had any to begin with (they certainly aren't what I would consider a primary source of information), but they certainly have none now. The article, which was very simply proved false by roblimo's phone call, should have been checked before THEY posted it. They have a tiny update at the bottom now that basically says 'This is all bullshit. Thanks for playing.' which does not excuse their posting of it as a fait accompli in the first place. Yet another bullshit rumour website to cross off my list of sites worth looking at.

    --
    Stasis is death. Embrace change.
  30. Amazing..... by ericdano · · Score: 2, Funny

    Amazing. Slashdot actually has a phone? And they were able to dial it and talk to a person to verify an "article" here? Wow. Hell must be really cold right now.

    --
    It's either on the beat or off the beat, it's that easy.
    I moderate therefore I rule!
    --
  31. Re:horrible by Bourbonium · · Score: 2, Informative

    I've been using Opera since Version 6 and have always liked its look and feel. But then I'm no browser zealot either. I use Firefox as well as NetCaptor and Konqueror, depending on how well they render specific websites. I like the way Opera and NetCaptor can save your open tabs after you close the browser and re-load all of them the next time you open it. I understand there is a Firefox extension that can provide this functionality, but I haven't yet found it, and I've looked through the extensions listings with no success. Probably need to google it somehow.

    Back on the main topic, I disagree with Dvorak and think it would be a questionable business decision for MS to purchase Opera as a replacement for IE, so it probably won't happen. I've played around with IE7 in the Vista Beta CTP and found it has incorporated many of these features already. If MS can clone features from other products without having to purchase the whole company, they're more likely to do that.

  32. Re:horrible by Txiasaeia · · Score: 2, Informative
    "I agree with the original post that it's ugly, but thats probably because I'm used to the really nice Mac OS X cocoa applications such as Safari."

    "Nice," as in brushed metal theme? I can make Opera/Windows look *exactly* the same as Safari by getting Style XP.

    "It's not much/any worse than Windows IE, I guess. Still, it's interface is horrid compared to firefox, camino, safari, shiira, etc so I've never considered using it."

    Opera's default interface is exactly the same as every other web browser out there. I don't see what the problem is.

    "As for bloated, I don't like having an email client built in, but it doesn't seem to get in the way."

    It's less than 4 MB. If you consider that to be bloated, there's a problem ;) Also, Opera starts up faster than IE, renders pages faster, and backs up faster too. Email is turned off by default, and you have to set up an email account through Opera before you'd even know it's there.

    "And the skins for Opera don't seem to do much."

    You want your browser skin to match the rest of your OS, right? I've currently got my skin set to "Windows Native" so that it looks exactly the same as the rest of my applications. Add in any fancy skins to the OS, and Opera'll look the same as everything else too.

    I'm using Windows XP with themes turned off to avoid the fisher price effect. I didn't see anything in the video that's functionally different from Opera: same google search field, RSS reader, and window placement as Opera. It seems to me that your only quibble is how ugly it is, which can be fixed very easily (as I've mentioned... I'm sure that there's a OSX Native skin option in the mac version). If your only complaint is that the UI is ugly, and you haven't tried Opera in a while, it might be worth the whopping 4 MB to do so.

    I started using Opera about four years ago and haven't looked back. There are a few sites that simply refuse to work (notably those using intensive Java/Javascript applets), but the number is fewer and fewer every year. Not trying to get you to convert, but it's made my life a great deal simpler (using an uncommon browser means less virus worries, less hostile scripts, etc.; but then again, safari's uncommon too), and it might be worth it to you to give it a shot.

    --
    Condemnant quod non intellegunt.