Slashdot Mirror


No Office Suite Google

Simon (S2) writes "Google co-founder Sergey Brin has quashed speculation that the giant ad broker is to introduce a web-based Office suite. "We don't have any plans," he told Web 2.0 conference organizer John Battelle (pictured below). However Brin left the door open a little. Documents would be easier to work with in the future, he promised, but he didn't think a fat client was the way to go. "I don't really think that the thing is to take a previous generation of technology and port them directly," he told Battelle. However distributed thin web applications allowed you to do "new and better things than the Office package and more.""

24 of 184 comments (clear)

  1. Damn slashdot submitters! by ElGameR · · Score: 5, Insightful

    ...conference organizer John Battelle (pictured below)...

    I don't see any picture below...
    I hate it when story submitters just copy and paste from other news articles, not even giving them credit. It occasionally causes phrases that don't make sense, like this one.

  2. Re:Nothing for you to see here. Please move along. by andersbergh · · Score: 3, Insightful

    It wouldn't need to have macro support. It could be a "portable" openoffice, where you just need to edit an document or spreadsheet then save it quickly, then download it when you come back home and work on it in openoffice.

    I don't think Google could compete with a web-based office suite although I am sure there will be web-based office applications... (not as replacements though)

  3. Y'know... by Otter · · Score: 5, Insightful
    I like Google, I really do. So far today, I've used the search engine, GMail and Froogle, and it's still before lunch on a Sunday.

    But this notion of them as the new Microsoft is just delusional. Journalists have jumped on it because it's a fun story, investors have to explain the ludicrous stock price and Slashbots have because a web-based, subscription-based, proprietary office suite with who-knows-what file formats seems like a fantastic idea if it will involve sticking it to Microsoft.

    Look. This is a company with a great indexing and ranking engine, a great backend and a great sense of design and offering value to customers. That's, uh, great, it really is. Google should be proud. But to say that they can just bang out a Javascript-based office suite because you guys think it would be fun is simply nuts. It's not like they have magic powers over there, no matter what the cafeteria serves.

  4. Re:Why Not? by andersbergh · · Score: 2, Insightful

    Revenue?

  5. Writely? by peterprior · · Score: 4, Insightful

    You could always use Writely :)

    1. Re:Writely? by bcrowell · · Score: 3, Insightful
      Somehow I'm not that motivated to switch from an open-source word processor to one that's closed-source, and forces me to give an e-mail address if I want to use it.

      It also seems weird to me that we're talking about moving on to a whole different paradigm of the office suite, at a time when there still isn't a decent, traditional-style OSS word processor:

      • AbiWord: Frequent goofs with drawing the screen. Annoying, unpredictable bugs in typesetting paragraphs. Output doesn't seem compatible with Apple Preview, but works with Adobe Reader; in output, some formatting is lost, such as italics. Doesn't support X-style cut and paste.
      • Kword: Crashes constantly. I was never able to get decent PDF output.
      • OpenOffice: Slow. Depends on Java, which is not yet available in a free-as-in-speech implementation. Is being developed almost solely by Sun's in-house developers (probably in part because it's infamously hard to compile from source).
  6. Well, they didn't say a flat NO! by AnonymousYellowBelly · · Score: 5, Insightful

    Steve Jobs said flash-based players were CRAP right until he unveiled Apple's flash-iPod. So Sergey can keep on shouting: "we ain't doing it!" all the way to hell, but if someone can develop a Web-based solution for working with documents, that is Google. And I do believe that there must be better ways of creating stuff than with de MS Office paradigm.

    So I say, not seeing is believing.

    --
    Disclosure: I'm stupid
  7. Re:Why Not? by mabhatter654 · · Score: 4, Insightful

    If I were them, the plan's wouldn't be to release ANOTHER competing office suite, but to work within what's already out there. Once OpenDocument takes off, you'll be able to create tiny tools that work with the standard file format... something like a huge suite won't have to exist anymore... Look what Apple's been doing with Pages... It's a whole new way of using documents.. that makes it much easier for those who just want a pretty sheet of paper. When opendocument takes off, you'll be able to use all that wonderful Googlieness without a 100 meg program open to just type a grocery list.

  8. Not so difficult to see by zappepcs · · Score: 4, Insightful

    When did Google announce anything before they had a beta you could play with?

    So, until Google & Sun work out what they want to do, and Google has played with it, there won't be an announcement... Announcing vaporware as the next savior of the universe is an MS kind of thing to do.

    I have faith in the team of Sun and Google to work out how to make the most of 'being against MS' and then execute the plan...

  9. Its going to take more than Star Office by olddotter · · Score: 3, Insightful
    Star Office is great for those of us that know about it. But it will take more than star office (or open office) to remove MS-Office from the world. I think Google knows that.

    If Google is going to take on MS, it will be with something much smarter and more subtle than a direct head-on frontal assault. So no matter how cool we think that would be, expect something else. Google has been pretty good at "thinking different" so far, and I don't expect that to change.

  10. A web based suite is idiotic by sco08y · · Score: 4, Insightful

    I'm pretty sure most companies have gotten over the urge to put everything on the web, but for reporters, a web app has to deal with certain limitations:

    1. The network.

    2. Flaky web standards.

    3. Living along side other plugins and browser extensions. (That means Other People's Threads in your process space.)

    4. No standard API for printing, the raison d'etre for an office suite.

    5. Browsers, by design, have virtually no integration with the rest of the OS.

    1. Re:A web based suite is idiotic by bcmm · · Score: 2, Insightful
      4. No standard API for printing, the raison d'etre for an office suite.
      Does this matter? Generate some printable HTML and let the browser do it. Or if that's still too unpredictable, generate a PDF, or better a Postscript file, and let the browser or it's PS plugin print that.
      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
  11. You are overestimating the effort by brunes69 · · Score: 5, Insightful

    Google should be proud. But to say that they can just bang out a Javascript-based office suite because you guys think it would be fun is simply nuts. It's not like they have magic powers over there, no matter what the cafeteria serves.

    You would be right, except for the fact that people are already doing it.

    If you don't believe it can be done, check out the actual applications. What many people don't seem to realize when they scoff at the idea of an AJAX based office quite is that Internet Explorer, Firefox, Safari and Konqueror, all have "design mode" APIs that allow a user and JavaScript to manipulate the web page directly. Combine that with some excellent import/export filters for HTMl to popular office formats, and you have a decent office suite framework already at your grasp.

    If you really don't think it can be done, look at those sample apps, and consider that they are done with basically no budget. Now throw the mihgt of Google, it's money, and it's developers at the problem. It is not beyond feasability that they could construct such a suite in a matter of months, especially when you consider that 80% of the functions in MS Office are only used by 20% of the people

    Also consider how well this would integrate with their existing core competancies (indexing and searching). You could store all your documents online ina shareable Google store, and they woudl already all be indexed and searchable. You could use your Google addrfesss book to select other people who would be allwed to access and search the documents. And of course you would use Google Talk to collaberate on them.

    1. Re:You are overestimating the effort by Mantrid+Drone · · Score: 4, Insightful

      Creating something like a simple web-based word processor is certainly within the realm of possibility. Unfortunately, the implementation ends up being a Rube Goldberg machine of clunky technologies duct-taped together into a horribly convoluted, difficult to maintain, spaghetti-code mess. I'm very sorry, web fanboys, but HTTP, HTML and JavaScript were not designed to be a GUI application framework and every attempt to shoehorn those technologies into that role just underscores the idiocy of the approach. That is not to say that network-based, zero-install applications are a bad concept--it's just that there are much, much more elegant ways to solve that problem, and that we could be making a lot of meaningful progress in that area if so much time and effort wasn't being wasted creating a million stupid web-app frameworks.

    2. Re:You are overestimating the effort by Otter · · Score: 2, Insightful
      Hey, there were Javascript calculators a decade ago. I don't dispute that it's possible to make decent AJAX-based lightweight office apps like the ones in your link. But people have been making the "80% of the functions in MS Office are only used by 20% of the people" argument for years, and MS Office is still there. And if there were going to suddenly be a huge switch to lightweight suites, why not to native, free-beer-and-speech open source apps? Would _you_ rather pay subscription fees to Google for the privilege of Google address book integration?

      As for "the might of Google" -- I don't buy it. What they do, they do very well, but realistically, how much do they do? They're hardly Oracle, or Apple or Microsoft. They have their choice of developers, nowadays, and can pay them with wildly overpriced stock, but still...

  12. Re:What good? by slashdotnickname · · Score: 2, Insightful
    so what exactly would a web office suite bring to the table, aside from the coolness factor?

    Some immediate things that come into mind...

    • core functionality would be free, probably ad-driven with less common (more advanced) features available at a fee
    • ability to work on the same document independent of machine... any internet-connected computer will do
    • cost effective group collaborations (because of #1) with people spread across the globe
    • minimal installation requirements, if any

  13. notepad.yahoo.com by JPriest · · Score: 2, Insightful

    Yahoo! has a notepad service and I use it ALL the time. I used to email myself things frequently just to keep track of them, now I just create folders and notes in yahoo's notepad. I highly recommend it.

    --
    Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
  14. Why? by Anonymous Coward · · Score: 2, Insightful

    Most recently I've been using Gmail for all of my text editing. With its machine independence, autosaving, and the best spell checker on earth, why would I bother with a thick client?

    I think this is the way to go. I agree with Sergey, Google is in a position to shatter our perceptions of how office work has to be done. We don't need Word and Outlook and Excel. We can do everything with thin clients, XML, and huge back-end databases.

  15. Re:Why Not? by iceanfire · · Score: 2, Insightful

    " With all the press they received about it... they should."
    They'd have gotten this much press if they decided to take a vacation for a week. Doesn't mean its a good idea.

  16. Does it matter? No. by brunes69 · · Score: 4, Insightful
    Creating something like a simple web-based word processor is certainly within the realm of possibility. Unfortunately, the implementation ends up being a Rube Goldberg machine of clunky technologies duct-taped together into a horribly convoluted, difficult to maintain, spaghetti-code mess.

    Unfortunately, you are thinking like a coder and not a businessman.

    If efficiency was the gold standard by which an application was judged, then we'd all be writing assembler all the time. If code readability was the gold standard, then we would all be writing every application in CobolBasic.

    All that matters, in reality, is a) Does this application look good, b) Does it do it's job well, and most importantly, c) Will people use it?

    The consumer does not give a flying f*** if the codebase of an application is reuseable, or if it is cobbeled together with toothpicks and jello, as long as it works and makes their life easier. A web-based office suite would fit that role nicely. It would *just work*, it would do the job it was designed to do. It may not have every bell and whistle, but guess what? The vast majority of people don't care about that.

    Not everyoule would use such an application, but Google would not need everyone to use it to be profitable. Hell, it would be so cheap to create and maintain, they could likely be profitable with a very small number of users in proportion to the number it takes Microsoft to turn a profit on MS Office.

  17. Re:So, why does M$ hate Google? by m50d · · Score: 2, Insightful
    Bill Gates is a paranoid loser, that's why. He's got more than enough money. He's got more than enough power. But he still let's other people's excellence bother him. Ha ha ha, he'll never be happy and that is what a loser is.

    No, they have the potential to destroy him and what he stands for. He could become the statue in the desert who used to have a huge empire but then lost it all. As long as he's alive he wants to be on top, otherwise he goes through the experience of losing it. No-one likes to see everything they built crumble away.

    --
    I am trolling
  18. Services not Suites by Observador · · Score: 2, Insightful

    I use at least five computers on three different networks. Using Google for light text editing is relatively hassle free and featureful. But the key here is availability. As long as I am connected, my text is there. I also agree with your coments on the spell checker. I write in english and spanish and the spell cheker recognizes each language automatically. I don't think it has been lost on Google that many are doing what I'm doing.

    But still, I think Mr. Brin is telling it straight. There's too much effort to be done in order to provide a network (or AJAX) equivalent to an office suite. Plus I don't think Google is too keen on reinventing that particular wheel. And it wouldn't (now, at least) fit along with Google's revenue making AdSense.

    I think what Google will provide is key services that are available in most office suites today (and some that aren't, of course). Something like an Intelligent Formatter; where you just "send" the text you created via GMail to a service. Of course while you wait for the intelligent formatter Google serves you relevant ads on based on the words in the document you made. Or perhaps there will be a service where your text is converted into other formats like OpenDocument or PDF and even DOC...

    --
    I wish I could filter out the annoying Pickens articles...
  19. Re:Why Not? by Breakfast+Pants · · Score: 2, Insightful

    Why would I want to use Google as a calculator when almost every OS already has one? I don't know but I sure use it a lot.

    --

    --

    WHO ATE MY BREAKFAST PANTS?
  20. Re:What good? by neo · · Score: 2, Insightful

    Whoa there straw man.

    I can pretty much gaurantee >5.32 hours of access to Office over three years from problems with Office.

    The points here is that Office isn't worth $399 and in three years you'd have to buy at least one Office related upgrade and one OS related upgrade just to keep using it. Now you're in the $700 range. If I can get a reasonable office suite online for $15 a year AND it gives me remote access to my files (add MS File Server) and it allows other's to collaborate (add MS collaboration software)... well I'd rather use the web office suit. Thanks.

    Sun was right when they said the network is the computer... and soon the network will be everywhere. You're plane flight example makes my point rather than breaks it. Don't you think you can store the files locally too? Don't you think that AJAX works even if you unplug the network?