Slashdot Mirror


Linux and OpenOffice save Microsoft Presentation

EvilGrinUK writes "A presentation about Shared Source (SSI) by the head of Microsoft Ukraine was almost ruined when the Windows machine (a Tablet PC) linked to the projector developed problems. The solution was to adopt OpenOffice.org 1.1.2 and ALT Linux Compact 2.3, which was already running on the presenter's laptop (an IBM Thinkpad). Here's a picture."

447 comments

  1. haha by Anonymous Coward · · Score: 0

    let me be early on to say ha!

    1. Re:haha by Rei · · Score: 5, Informative
      --
      I believe Bird-Person can arrange that.
    2. Re:haha by Anonymous Coward · · Score: 1, Funny
      I, great strong Linux, have once again humbled weak, ineffectual Windows. Linus Torvalds is a far greater god than child-like Bill Gates. Linus is mightier, wiser and wears better clothes, while infantile Bill Gates looks like a 1970s college graduate flung into the future by a malfunctioning Centrino processor that generated a mighty graviton wave.

      I, great strong Linux, shall conquer the world, and all shall run KDE (for Gnome is evil and the tool of despots and deviants).

      I have spoken.

    3. Re:haha by buckymatters · · Score: 3, Funny

      They're just demonstrating their superior error handling.

    4. Re:haha by Anonymous Coward · · Score: 0

      The sarcasm article was yesterday.

    5. Re:haha by Snay.Boot · · Score: 1

      Little off topic, but I saw a Natwest cash machine (ATM) last week, with a Microsoft Vicual C++ Runtime Error. Probably not actually M$es fault, but youd think something like a cash machine would need to be secure. Oh well, some people never learn...

    6. Re:haha by moonty · · Score: 2, Informative

      Saw this one in Las Vegas -- Windows XP virtual memory error.

    7. Re:haha by aichpvee · · Score: 1
      Bill Gates looks like a 1970s college graduate flung into the future by a malfunctioning Centrino processor that generated a mighty graviton wave.

      Bill didn't graduate from college...

      --
      The Farewell Tour II
    8. Re:haha by zeno_2 · · Score: 1

      but he *looks* like it

    9. Re:haha by Anonymous Coward · · Score: 0

      That college dropout page is not too accurate. Steve Wozniak did graduate from UC Berkeley, eventually.

  2. Ha-Ha! by SeanTobin · · Score: 5, Funny

    <?xml version="1.0" encoding="iso-8859-1"?>
    <speech>
    <voice>Nelson Muntz</voice>
    <voiceArtist>Nancy Cartwright</voiceArtist>
    <text>Ha-Ha!</text>
    </speech>

    --
    Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;
    1. Re:Ha-Ha! by kfg · · Score: 0, Troll

      . . .you're reading "Learn XML in 24 Hours" and just had to showoff your l337 skills?

      He seems to be up to the chapter on ridiculing it, and doing at least B level work at that.

      KFG

    2. Re:Ha-Ha! by Hinhule · · Score: 0, Offtopic

      HOLY SHIT you are gay. I enjoy a bit of geek humor now and then but this is over the top. Lemme guess, you're reading "Learn XML in 24 Hours" and just had to showoff your l337 skills?

      I'm sure someone at your local hospital will be happy to remove that stick from your ass.

      It's amazing what people will say behind the cover of AC.
      Isn't it about time the ability to post as AC is removed?

    3. Re:Ha-Ha! by mcrbids · · Score: 1, Insightful

      He seems to be up to the chapter on ridiculing it, and doing at least B level work at that.

      Did you notice his sig line?

      Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;

      He's quoting field names - they wouldn't even parse as a field name... Meaning, even if he got his SQL implementation to provide any results at all, it would be the literal string "karma", and not the numeric value he appears to be seeking...

      Come off it, guys... So he skimmed "SQL for Dummies" and "XML for complete, braindead morons who want to sound cool". I'm not hiring him, neither are you. He/she plays the 'puter and enjoys thinking he knows how to do stuff.

      He's just having fun, and you should be, too. Didja get the joke?

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    4. Re:Ha-Ha! by Pantero+Blanco · · Score: 3, Interesting

      I think the idea is that allowing people who really need to post anonymously due to censorship laws where they live is worth the GNAA's and the FP's.

    5. Re:Ha-Ha! by D'Sphitz · · Score: 1

      you're wrong

    6. Re:Ha-Ha! by jacksonj04 · · Score: 2, Informative

      Actually, it would work fine for mySQL. Note that the quotes are ` and not '. This is an important differentiation, and helps mySQL when it gets confused by table names also being constants.

      That piece of SQL selects the value of the column entitled 'karma' in the table 'users' for the row in which 'userid' is equal to '138474'.

      --
      How many people can read hex if only you and dead people can read hex?
    7. Re:Ha-Ha! by SeanTobin · · Score: 2, Informative

      The SQL is perfectly valid. Backticks are used to denote field names in the SQL spec. If you are writing software to write a sql query and you don't know what the field names are (i.e. if they are user or integrator supplied at install or run time) then by placing them in backticks you indicate to the parser that they are indeed field names.

      How would your sql parser handle:

      SELECT * from sort where select like "%cow"

      Some parsers will figure it out. Some won't. To each thier own.

      --
      Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;
    8. Re:Ha-Ha! by Anonymous Coward · · Score: 0

      Aw, don't feel too bad. It's easy to learn XML!

    9. Re:Ha-Ha! by smackjer · · Score: 1

      It's why Slashdot is user-moderated. Crap like this (usually) ends up where it belongs.

      --

      This is my sig. There are many like it, but this one is mine.
    10. Re:Ha-Ha! by Anonymous Coward · · Score: 0

      Nah, far worse than gay. He's probably a Mac user. Mac users like to tout their computer knowledge --- like how to use other people's programs to do simple things, or show off their "Computer Science" shit (that is, the powerful XML language!)

    11. Re:Ha-Ha! by ebvwfbw · · Score: 1
      Those were backticks! A detail I missed.
      (hangs head in shame, withdraws nerd card, backs away sheepishly)

      Ok, I'll do it:

      <?xml version="1.0" encoding="iso-8859-1"?>
      <speech>
      <voice>Nelson Muntz</voice>
      <voiceArtist>Nancy Cartwright</voiceArtist>
      <text>Ha-Ha!</text>
      <action>runs into tree while riding on bike</action>
      <text>It was worth it.</text>
      </speech>

      Now you have been ha-ha'd.

    12. Re:Ha-Ha! by Frank+T.+Lofaro+Jr. · · Score: 1

      Don't take away people's ability to be anonymous?

      Give people the ability to ignore those who are.

      How about an "Ignore all anonymous users" option instead?

      --
      Just because it CAN be done, doesn't mean it should!
    13. Re:Ha-Ha! by geekboy642 · · Score: 1



      Jeff Albertson
      Hank Azaria
      Best. Thread. Ever.

      --
      Just another "DOJ fascist authoritarian totalitarian bootlicker" -- Zeio
    14. Re:Ha-Ha! by Anonymous Coward · · Score: 0

      Oops.

      <?xml version="1.0" encoding="iso-8859-1"?>
      <speech>
      <voice>Jeff Albertson</voice>
      <voiceArtist>Hank Azaria</voiceArtist>
      <text>Best. Thread. Ever.</text>
      </speech>

    15. Re:Ha-Ha! by mcrbids · · Score: 1, Troll

      No, dammit! I was right, after all!

      That geek card goes BACK ON THE TABLE...

      Backticks are a MySQL extension... I did some more poking...

      Here's a mention of it.

      My preferred database, PostgreSQL, which is frequently considered closer to ANSI SQL does not support backticks and returns an error if you attempt to use them.

      It's a MySQL thing only. Since /. is hosted on a MySQL server, I guess it's right...

      But my head no longer hangs, and I've re-asserted my geek card...

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    16. Re:Ha-Ha! by Enigma2175 · · Score: 1

      Give people the ability to ignore those who are.

      How about an "Ignore all anonymous users" option instead?


      Preferences->Comments->Anonymous Modifier(-6)

      --

      Enigma

    17. Re:Ha-Ha! by vsprintf · · Score: 1

      Preferences->Comments->Anonymous Modifier(-6)

      The problem with that is that many posters don't bother to post what they're replying to, and the discussion becomes nearly unreadable. If you have sensitive stuff to reveal, set up an account with no personal information. I too favor the end to AC posting. The conversation would become more polite generally, and the crap floods and typical nonsense would be greatly reduced. It's not like there aren't more than enough comments even without the AC posts.

    18. Re:Ha-Ha! by Jeremi · · Score: 1
      The problem with that is that many posters don't bother to post what they're replying to, and the discussion becomes nearly unreadable


      Perhaps the solution, then, is to make it so that when a "qualified" user replies to an "unqualified" post, the unqualified post gets grandfathered in and shows up as well, despite the filter?

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
    19. Re:Ha-Ha! by vsprintf · · Score: 1

      Perhaps the solution, then, is to make it so that when a "qualified" user replies to an "unqualified" post, the unqualified post gets grandfathered in and shows up as well, despite the filter?

      That's a possiblity, but then you wind up with all the -1 troll AC comments, that some people just can't resist responding to, showing up again. Seriously, I think that doing away with AC posting would eliminate a lot of problems on Slashdot. I imagine the real reason for keeping it is the added traffic.

    20. Re:Ha-Ha! by Anonymous Coward · · Score: 0

      I'm so sorry, but thank you for playing. Card back OFF table, please. PostgreSQL does indeed support back ticks, it just may not do what you expect with them:

      [QUOTED MATERIAL BEGINS]
      Arguments that are enclosed in backquotes (`) are taken as a command line that is passed to the shell. The output of the command (with any trailing newline removed) is taken as the argument value. The above escape sequences also apply in backquotes.

      %`command`

      The output of command, similar to ordinary "back-tick" substitution.

      [QUOTED MATERIAL ENDS]

      Signed NonXMLdude

    21. Re:Ha-Ha! by swv3752 · · Score: 1

      There are valid reasons to have AC, though it is truly not anonymous. Ever notice that even though you post AC, you can not go back and moderate your own post? Then there are the IP bans. But I don't think doing away with AC will reduce the Crap out there. Email accounts are a dime a dozen.

      --
      Just a Tuna in the Sea of Life
    22. Re:Ha-Ha! by KermitJunior · · Score: 1

      And we're so happy you took the time to read and post to something you consider "pathetic." Now we understand why you posted as AC.

      --
      There is a Universal Life Value Check it
    23. Re:Ha-Ha! by Bush+Pig · · Score: 1

      It would handle it badly, given that 'select' is a reserved word (or whatever), and the standard (IIRC) specifies that strings are to be surrounded by single quotes. Dunno about 'sort', but I'd be wary of trying to use it as a table name.

      --
      What a long, strange trip it's been.
    24. Re:Ha-Ha! by vsprintf · · Score: 1

      There are valid reasons to have AC, though it is truly not anonymous.

      As I said before, I don't think the reasons are valid, but we can agree to disagree. Anyone who removes cookies and connects from a non-static address will be anonymous unless I've missed something (which is often the case).

      Ever notice that even though you post AC, you can not go back and moderate your own post?

      Well, no. I've never tried it. If I were to post something AC and be unwilling to post under my ID, why would I want to waste mod points on it? I don't generally waste mod points on AC posts where karma doesn't accrue. Maybe I'm missing something here.

      But I don't think doing away with AC will reduce the Crap out there. Email accounts are a dime a dozen.

      It takes a couple of minutes to set up a new account. That would be enough to send most of the HADD pre-teen crap flooders elsewhere. Two minutes is not a big hardship if you have something you really want to say. It would be interesting if Slashdot put a short-term (one week?) ban on AC posting to see what happened. Otherwise, it's all just conjecture. My guess is that they'd get a lot of new registered users and a lot less garbage posts.

  3. oh my by SComps · · Score: 1, Redundant

    this must have been embarassing LOL

    1. Re:oh my by Taladar · · Score: 0, Flamebait

      You mean embarassing for MS that their file formats are exposed as the incompatible, undocumented shit they are?

    2. Re:oh my by Herschel+Cohen · · Score: 3, Informative

      Sorry, I for one do NOT "KNOW" that Impress mangled a powerpoint file. My experience has been, on Linux, that the view has been fine.

    3. Re:oh my by rokzy · · Score: 0

      all the nice formatting in the world isn't worth shit if no one else can see it.

      you fail it.

    4. Re:oh my by Ford+Prefect · · Score: 4, Interesting

      what was more embarrassing is how badly open office mangled the powerpoint presentation, and you KNOW it did.

      Powerpoint presentations usually look pretty mangled anyway. I had endless problems with NeoOffice/J seemingly scrambling the formatting of work-related presentations, documents and so on, until I borrowed a Windows machine with Microsoft Office and discovered that was how the documents were supposed to look... ;-)

      --
      Tedious Bloggy Stuff - hooray?
    5. Re:oh my by whoisshe · · Score: 3, Interesting
      what was more embarrassing is how badly open office mangled the powerpoint presentation, and you KNOW it did.


      that's microsoft's fault for not using an open standard document format.


      i'm looking forward to castigating MS regularly now, until they fully support the standard.

      --
      who is she? leave a comment!
    6. Re:oh my by Xyde · · Score: 4, Insightful
      that's microsoft's fault for not using an open standard document format.

      Yes, that's right.

      Shame on Microsoft. And how rude that Office 2003 doesn't implement and utilize the wonderful and open OASIS file format that was ratified 3 days ago.

      I don't expect much from Microsoft these days (god knows I'd be constantly disappointed if I did) but I somehow feel time travel is probably asking a bit much - even for them.

    7. Re:oh my by Doc+Ruby · · Score: 2, Insightful

      It's Microsoft's fault, but it's our problem. Unless you value only gloating, the one who can change is the one who must. OOo must support even Microsoft's secret formats - Microsoft will only open them when they gain less advantage from them than they lose in their extra cost. By upgrading our open apps, we'll force Microsoft to change, even if it's too late for them.

      --

      --
      make install -not war

    8. Re:oh my by Tsalg · · Score: 1

      From the NeoOffice website (check it out yourself if you don't believe it): "NeoOffice/J is fully functional and stable enough for everyday use." The only software related "good enough for everyday use" I knew about so far was Scott McNealy's haircut.

    9. Re:oh my by vanka · · Score: 2, Interesting

      Not that I'm Microsoft's biggest fan or anything; but there may be a reason that PowerPoint may not display its own slideshows correctly.

      Say you create a PowerPoint presentation and then open it in OpenOffice or NeoOffice or whatever, it then is mangled by the program. You save it in its mangled state and then open it on PowerPoint again. This mangles it even more.

      I manage a few non-profit computer labs for seniors and low-income families and in one of my labs I installed OpenOffice (didn't feel like shelling out $200-$300 for each of the eight computers, nor did I have the funding), while at the two other labs and at home I have Microsoft Office. So when I type up some documentation at home and try to edit it at the OpenOffice lab, the Word document always get mangled. Any kind of formatting beyond the basic (font, font size, bold, italic, underline, text alignment) gets screwed so badly that I have to redo all the formatting. It is easier to leave it unformatted and do the formating in OpenOffice. I hope OpenOffice 2.0 fixes this.

      That having been said, I do recommend OpenOffice to those who need basic wordprocessing and do not want to dish out $300. We teach basic computer skills at our labs and we teach (and give out CDs of) OpenOffice.

    10. Re:oh my by SillySilly · · Score: 1

      PowerPoint and Word files look different on different Wintel machines. PPT and Word formats depend on the installed fonts, the system font size, random magic values from the printer driver, and probably the random number generator.

      If you need to create a file that will look the same on most screens, you should probably use PDF or PostScript.

      Or just stick to plain text. (what was that charset again?)

    11. Re:oh my by whoisshe · · Score: 1

      jesus h christ, do we have to put smileys after *everything* that's obviously humorous?

      --
      who is she? leave a comment!
    12. Re:oh my by RedBear · · Score: 2, Informative

      Shame on Microsoft. And how rude that Office 2003 doesn't implement and utilize the wonderful and open OASIS file format that was ratified 3 days ago.

      You have a sort of point, but in this case the standard has been in development and draft form for literally years. Microsoft has had plenty of chances to follow along with the development and provide 99% complete support for the format, even before it was ratified. Then all they'd have to do is put some tweaks in a patch for 100% support after the standard is finalized. The OpenOffice.org formats have been around and in active use for years now, but I don't see Microsoft supporting those either, and aren't they remarkably similar to the final ratified OpenDocument standards? Hmm, I think so. In other words, they've had their chance. It's not like the developing standards were kept secret until the day they were ratified, giving them only 3 days to work on it.

      So yes, shame on Microsoft, as usual. Especially as we move into the future. If it's impossible for them to provide a simple drop-in translator for new file formats in their state-of-the-art office suite it doesn't speak highly of their software design, does it? Somehow I feel this is something well within their reach. I, like the GP poster, am also looking forward to castigating Microsoft at every opportunity until they fully support open document standards. It's a fool's errand, but someone has to do it.

    13. Re:oh my by norite · · Score: 1

      LMAO....I hear you brother. How true!

      --
      -- Fuck Beta
    14. Re:oh my by Ford+Prefect · · Score: 1

      Say you create a PowerPoint presentation and then open it in OpenOffice or NeoOffice or whatever, it then is mangled by the program. You save it in its mangled state and then open it on PowerPoint again. This mangles it even more.

      Actually, it was more a comment on the horrific aesthetic sense of some of the people producing the documents. I would have been happy with a '+1 teh Funney' but the moderators thought otherwise... :-)

      --
      Tedious Bloggy Stuff - hooray?
    15. Re:oh my by vsprintf · · Score: 1

      It's Microsoft's fault, but it's our problem. Unless you value only gloating, the one who can change is the one who must. OOo must support even Microsoft's secret formats . . .

      So to generalize that to all F/OSS, you're saying we have to spend time and money reverse-engineering and supporting Microsoft's broken formats and extensions. That just allows MS to continue breaking and extending, with the OSS world constantly playing catch up and chasing a moving target. That's a loser's game.

      With reverse-engineering becoming a legal gray area thanks to recent decisions, it's doubtful it will continue. Unless MS opens its standards or adopts open standards, MS-compatibility will soon be a dead end for OSS (and hopefully for MS as more governments and organizations demand their records be stored using open document standards).

    16. Re:oh my by Anonymous Coward · · Score: 1, Funny

      Always mangled? Oh, I dunno, some prefer 'simplified', i.e. -- I always get a chuckle out of the classic "Gettysburg Address Reduced to Powerpoint".

      http://www.norvig.com/Gettysburg/

      [Note - you really must refer back to the original plain old 'dull' text version as you view this in order to refresh your memory of the terse, amazingly lucid text, and extract maximum value.]

      NonXMLdude

    17. Re:oh my by Doc+Ruby · · Score: 1

      Well, it's generalized to all software development - actually, all engineering. The designer must accept the environment they can't change, and compensate for it, when they must, to get the results they need. This is, in fact, true of all human relationships, and no less so of open software development.

      --

      --
      make install -not war

    18. Re:oh my by chefren · · Score: 1

      That's a loser's game.
      The question is should we keep playing it or give up now and just mail our souls in to Bill?

    19. Re:oh my by richlv · · Score: 1

      actually, oo.org works fine for most of documents i receive. maybe you can try out your documents with latest 1.9 snapshot (m104, http://download.openoffice.org/680/index.html) and see wether there still are some problems. if there are, you could try to specify them and file issues at http://contributing.openoffice.org/qa.html (you have to register first)

      --
      Rich
    20. Re:oh my by richlv · · Score: 1

      as redbear already mentioned, this standard has been available for quite some time - and what is even more interesting, at the start microsoft was participating in committee... they withdrew. so not only they had a chance to implement opendocument, but also to give their input on it and influence final result. guess that was not enough.

      --
      Rich
    21. Re:oh my by vsprintf · · Score: 1

      Well, it's generalized to all software development - actually, all engineering. The designer must accept the environment they can't change, and compensate for it, when they must, to get the results they need.

      It seems it's just you who is claiming the MS "environment" can't be changed. It's sad to see young people who believe that Microsoft is some immutable power because they've never known anything else. There was a time when MS was a very minor player in software, and that will likely be the case again. The MS "environment" is already changing due to pressure from F/OSS, and it has certainly been a benefit to MS's customers.

      This is, in fact, true of all human relationships, and no less so of open software development.

      Urrpp. Please, I'll get my pop psychology from Dr. Phil, thanks anyway.

    22. Re:oh my by vsprintf · · Score: 1

      The question is should we keep playing it or give up now and just mail our souls in to Bill?

      I'm hoping that's a joke (although it doesn't sound very funny), but my answer is why not keep our souls and self-respect by declining Bill's products whenever possible? Why waste time playing the catch-up game when Microsoft is busy buying legislation to prevent reverse-engineering, and it will all come to nothing? The window (forgive the groaner) on that kind of compatibility is rapidly closing, so should we just sit and cry, give up and embrace MS, or appreciate the people who did that work in the past while moving on and pushing for open standards?

      The only real market locks Bill has are Word documents and broken web sites. Oh, yeah, there's the spyware, adware, viruses, and other crap, but most people don't actually want that. You can mail your soul in, but Bill isn't getting mine. He burned my trust and all the bridges years ago.

    23. Re:oh my by vanka · · Score: 1

      Actually, I did try several snapshots of 1.9, but they were so unstable on my system that I was not able to do anything with them. Writer crashed as soon as I opened it while Impress gave me about five minutes before it too crashed. So for now I decided to stick with what is stable.

    24. Re:oh my by richlv · · Score: 1

      how old were they ?
      although i was able to crash almost all builds up to 80-something, after this it bacame harder and harder. 100 and 104 haven't crashed - so far ;)

      if you can reproduce a crash with latest build, you definitely should file an issue. if you don't tell anyone about the problem, nobody will be able to fix it ;)

      and i myself am using 1.1., too - there are two showstoppers for me. one is toolbars returning to upper right hand corner after almost every action when using generic widgets. other is removal of "return to editing position". i hope that these problems could be fixed in 2.0.2 ;)

      --
      Rich
  4. How funny.. Cache slower than original... by OlivierB · · Score: 5, Informative

    The original link is fster than the cache

    http://paq.osdn.org.ua/~mike/img/MS-uses-OOo/hpim2 544.sized.jpg

    --
    Artificial intelligence is no match for natural stupidity
    1. Re:How funny.. Cache slower than original... by simonecaldana · · Score: 1

      The original link is fster than the cache

      was.

    2. Re:How funny.. Cache slower than original... by SiO2 · · Score: 1

      Pictures, huh?

      Yep. I can use Photoshop, too. Er, I mean GIMP, you sensitive! ; )

      SiO2

    3. Re:How funny.. Cache slower than original... by whitehatlurker · · Score: 2, Interesting
      This site is really slow, but this text was rescued off the page found there. Note that this is REALLY REALLY OLD!

      Text says:

      Thanks! But we were kind of slashdotted :-)

      Intro

      Well guys you really made my day -- poor old Duron 800/512M with some 3 dozens of sites and 300 gigs of free software on FTP was literally crawling until I've limited this vhost to 1 conn/IP. And figuring it out has taken some of my lame time, too. :-]

      Okay, nevermind that -- hope that those who managed to get the contents yesterday enjoyed the situation. :-)

      Facts
      This is old news: the event happened on October 9, 2004.
      Microsoft rep in Ukraine had to use free software to get on with a presentation on a free software conference since his munition failed to cooperate with projector.

      See below (also posted to the places I could track down).

      Resources

      Please refer these images if you need and not original gallery -- these are hosted on 4-way Xeon, SCSI RAID and faster pipe, not on overloaded all-in-one server:

      [Links omitted for pity's sake ...]

      --
      .. paranoid crackpot leftover from the days of Amiga.
  5. Nice to see by thewiz · · Score: 0, Redundant

    that poor, feeble Linux could help out big, powerful Microsoft!

    --
    If "disco" means "I learn" in Latin, does "discothèque" mean "I learn technology"?
  6. Is it true? by sebisor · · Score: 3, Insightful

    Can somebody verify that the info is accurate?

    1. Re:Is it true? by archen · · Score: 5, Insightful

      I believe this isn't the first time someone associated with MS has done this. I've heard of a similar incident happening in Europe. Really I don't think this is newsworthy information. All of us know that you can end up with a bad office install, or office will end up with corrupted documents. Many of us also know that you can open such documents with Open Office just fine. I recommend this to uses on our own network every so often, so this is old hat. Another nice trick is to open MS office documents with Open Office, then save them with OO (to the MS format) and watch the file size decrease up to 30% at times and be able to open them JUST FINE in MS office.

    2. Re:Is it true? by Anonymous Coward · · Score: 0

      No article, no nothin, just a picture. While I don't doubt this happened, it would be nice to have something other than a pic.

    3. Re:Is it true? by muszek · · Score: 1

      I believe this isn't the first time someone associated with MS has done this. I've heard of a similar incident happening in Europe.

      OT: Like it or not, Ukraine is in Europe.
      Europe doesn't end neither at German, nor at Polish border...

      On topic: I wonder what excuses did they give...

    4. Re:Is it true? by Anonymous Coward · · Score: 0

      Of course it's accurate. Slashdot editors work 24/7 verifying the veracity of every story posted on this site.

    5. Re:Is it true? by MightyMartian · · Score: 1

      I do think having to use OpenOffice had to be somewhat embarassing.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    6. Re:Is it true? by Anonymous Coward · · Score: 0

      Can somebody verify that the info is accurate?

      And exactly what purpose would that serve?

      Sheesh... you must be new here.

    7. Re:Is it true? by Cyberax · · Score: 4, Informative

      It's a true story. There was a message in Russian LUG about that from a conference participant: http://lists.lug.ru/pipermail/oo-discuss/2004-Octo ber/012275.html

      PS: yes, I read Russian.

    8. Re:Is it true? by Anonymous+Monkey · · Score: 5, Funny
      I can't confirm this story but I've had a very similar experience.

      I was working at an almost all MS office as a bookkeeper. Most of the accounting was done with Exel, good backups were kept, and the server had UPS. Still, one day a major spreadsheet got corrupted, as did all it's back ups. All the office was in freak out mode, except for me, I downloaded and installed Open Office (I think it was ver 1.0.1) and opened the corrupted spreadsheet. Cut the data out, pasted it into a new Excel spreadsheet and saved the day!

      Ironically I was spoken to about installing non approved software...

      --
      We are the Borg...
    9. Re:Is it true? by Bad+D.N.A. · · Score: 1

      A similar thing happed to me recently. I was on my way on a business trip where I had to do a presentation using powerpoint. I was on the airplane cleaning off my laptop trying to free up a little disk space. I have no idea what I did but somehow I totally hosed my MS office app. Thank god I had OO installed. Worked like a charm. Three cheers for OO.

      --
      "Truth is much too complicated to allow anything but approximations"
    10. Re:Is it true? by Anonymous Coward · · Score: 0

      You read it on the Internet - it MUST be true!!!

      PS: yes, you believe everything you read.

    11. Re:Is it true? by HardCase · · Score: 1

      Yeah, apparently it's true, but it happened last September. Whew...that's some breaking news story.

      -h-

    12. Re:Is it true? by ChairmanMeow · · Score: 1

      Europe doesn't end neither at German, nor at Polish border...

      Interestingly, when the media was having their pope-a-palooza last month, one of the commentators on CNN claimed that the next pope would definitely be from Europe, "unlike his predecessor." Apparently, he forgot Poland...

      --
    13. Re:Is it true? by Dread+Pirate+Shanks · · Score: 5, Funny

      OO.o doesn't always open .ppt documents fine; my physics lecture notes are always PowerPoint presentations, but OpenOffice.org can sometimes misinterpret the symbols. Nothing's worse than studying for an exam and wondering why the derivative of airplane over star equals hand.

    14. Re:Is it true? by Anonymous Coward · · Score: 0

      You read it on the Internet - it MUST be true!!!

      Nothing is true. We're just living in the Matrix. LOL.

      Naive nihilists are a waste of space.

    15. Re:Is it true? by LilMikey · · Score: 5, Funny

      OO.o doesn't always open .ppt documents fine; my physics lecture notes are always PowerPoint presentations, but OpenOffice.org can sometimes misinterpret the symbols. Nothing's worse than studying for an exam and wondering why the derivative of airplane over star equals hand.

      Maybe you need to turn off the improbability drive of your laptop.

      --
      LilMikey.com... I'll stop doing it when you sto
    16. Re:Is it true? by Anonymous Coward · · Score: 0

      yes, I read Russian

      So tell me, is it true that in Soviet Russia Microsoft saves [in] OpenOffice [format] ?

    17. Re:Is it true? by DavidD_CA · · Score: 4, Informative

      Many times, you can retrieve corrupted Excel documents by using a little Excel trick.

      Open a brand new spreadsheet and link cell A1 to the A1 in your corrupted sheet (you'll have to type the formula in manually). Then drag that A1 to all corners of the spreadsheet, and more often than not you'll get your data back -- sans formatting.

      --
      -David
    18. Re:Is it true? by Carewolf · · Score: 1

      My physics lecture notes are always DVI files, but OpenOffice.org can't open those either.

    19. Re:Is it true? by jrockway · · Score: 1

      Uh, but xdvi and dvips should have no trouble.

      --
      My other car is first.
    20. Re:Is it true? by Anonymous Coward · · Score: 0

      Babelfish translation:

      I think, who was at the conference, noted that in
      it was not noutbuk, but TabletPC (or tyuey nout but from these,
      transformerov), however I could be mistaken, naiskosok sat. But
      here itself Mikhail said specially for the hall that problem
      instrument room, as it understood 4, with the connection of tableta to
      the projector... So that not the fault Of mikrosofta was:)
      With the respect, Aleksandr lozovyuk Open-Hill Publishing Group
      raiden on open-hill.com
      ICQ:
      174269626 skypeID: aleks_.raiden > -----.Original Message of -----
      > From: oo-discuss-bounces on
      openoffice.ru
      > [ mailto:oo-discuss-bounces on openoffice.ru]
      On Behalf Of Mar'yan Of petrishin
      > Sent: Thursday, October 21, 2004 9:01 PM
      > To: oo-discuss on
      openoffice.ru
      > Subject: Re:
      [ oodisc ] Maykrosoft is used OpenOffice.org; ^)
      >
      > surely to it now
      and wage they reduced.)))))))))))))
      >
      > > visited it representative the
      micro-sofaTUkraine, Valerie lanovenko.
      > > since in it [ on noutbuke ] something glyuchilo - it was
      necessary its
      > > presentation to
      pokruchivat' under OpenOffice.org 1.1 (ALT Linux 2.3).
      > >
      > > 4 plakal'; -))
      > >
      however, sobbed about 250 participants in the conference!
      >

    21. Re:Is it true? by Todesmetall · · Score: 1
      Simply read the TeX files and imagine what the output would look like...

      Who would want to write lecture notes with Powerpoint? Getting symbols and equations right in MS Word is a real PITA, and I imagine Powerpoint isn't any better at this.

    22. Re:Is it true? by Jesus_666 · · Score: 1

      OO.o doesn't always open .ppt documents fine; my physics lecture notes are always PowerPoint presentations, but OpenOffice.org can sometimes misinterpret the symbols. Nothing's worse than studying for an exam and wondering why the derivative of airplane over star equals hand.

      That's not a PowerPoint problem. Your professor simply ran out of latin, greek, hebrew, cyrillic and chinese characters to use as variable names, so he had to find a new "alphabet". We're currently using Linear A.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    23. Re:Is it true? by Anonymous+Monkey · · Score: 1

      That's cool, I would mod you insightfull if I had not already poasted...

      --
      We are the Borg...
    24. Re:Is it true? by Anonymous Coward · · Score: 0

      You probably don't have all the right fonts installed. That's not an OO problem.

    25. Re:Is it true? by pandrijeczko · · Score: 1
      Are you sure it's Russian? I can read it and I can only read Ukrainian (although I'm a bit rusty with it).

      Or shall we just strip down to our baggy trousers & have a wrestle on the Steppes in order to settle the argument like *REAL* Cossacks!

      --
      Gentoo Linux - another day, another USE flag.
    26. Re:Is it true? by muszek · · Score: 1

      Yeah, in high school I spent a year in U.S. (1996/97). People constantly kept asking me if Poland is the same thing as Iceland (and neat stuff like "do you use cutlery over there?"). Even smart ones...

      Getting further off-topic: I had a class couple of years ago, called "Which Europe and What Kind of Europe" and we had a long discussion on what is Europe and what's not... only geographic borders are clear - if you look at it from a different angle (political, cultural, etc.), you never can tell precisely. Two examples: inhabitants of some Pacific island (sorry, can't remember) are getting European Union passports; Israel plays in European Championships (soccer). But talking about Poland being non-European country (while it's "the most" central European) sure is funny. Getting back to the topic. My neighbor has just came to copy some SCSI drivers, because he was re-installing Windows. He left my flat with no drivers and Ubuntu Live in his pocket :D

    27. Re:Is it true? by jrumney · · Score: 1
      I believe this isn't the first time someone associated with MS has done this. I've heard of a similar incident happening in Europe.

      Ukraine is in Europe, and this happened back in October 2004. Are you sure you're not remembering the same incident?

    28. Re:Is it true? by Nutria · · Score: 1

      but OpenOffice.org can sometimes misinterpret the symbols.

      I think OOo can do font substitution. Also, maybe you need to install another font? (Unless it's OOo/Windows, instead of OOo/Linux...)

      --
      "I don't know, therefore Aliens" Wafflebox1
    29. Re:Is it true? by Phoinix · · Score: 1
      I had a similar incident where I had to give a presentation.

      - I used "Impress Photo Album Creator" OOo macro to import a bunch of images and then save the presentation in a power point format.
      - Worked on the presentation with Office XP (better templates and themes).
      - I always remove the unique ID and trace features in Office XP Options before I save it.
      - The conference room PC had MS Office 2003.

      When I went to present the thing, I kept receiving an error. I tried the back up copy on my USB drive and in my email with the same results. So While the "people" were waiting, I had to run to another PC, use OOo to save the presentation as a PDF file (and a SWF file as an additional backup), and then come back to make the presentation as a PDF file. The presentation went well, but I think that MS had included some blacklisting features which gives these errors. I know some people who had the same problem except in a large conference room where they had to present with out any projections! At first I thought that it was the fault of the presenter, or using Adaptec while burniing the CD, but when this happened to me, I knew that it is some nut engineer @ MS who wants us to use only MS products.

      I learned my lesson. I was able to give my presentation in time, but from now on, I will install OOo at every PC I use.

      Just a suggestion for some people who have ~ 100MB presentations, One can also use Power Point Viewer since it loads every slide as you are presenting.

    30. Re:Is it true? by Anonymous Coward · · Score: 0

      Thats just Open Office supporting "The New Math".

      --ed209

    31. Re:Is it true? by Chr0n0 · · Score: 1

      On another note, someone found the corporate memo written in Russian that translates to something like: "Get rid of the comrade" Signed, Bill Gatosky

    32. Re:Is it true? by Anonymous Coward · · Score: 0

      Ukraine is in Europe, and this happened back in October 2004.

      They moved the Ural mountains (the geographical eastern border of Europe) last year? I thought that happened a bunch of million years ago. Or was it Ukraine that moved across the Ural in 2004?

      You're not confusing Europe with the EU, are you? Nah, because Ukraine is not (yet) a member of the EU.

    33. Re:Is it true? by Anonymous Coward · · Score: 0

      Er... What?

    34. Re:Is it true? by smchris · · Score: 1


      A few years ago (we're talking free StarOffice) people used to send me the mangled email .doc attachments they received. I must have opened about 5 of 7 that way. Mixed blessing. Presumably because StarOffice was too dumb to attempt to deal with the bad code and ignored it?

    35. Re:Is it true? by TheoMurpse · · Score: 1

      It's Russian. It says something like
      [...] problem in the instrument room with the connection of tablet to the projector... So it was not the fault of Microsoft:)
      and on and on the writer goes about the incident.

  7. Oh! by Heliologue · · Score: 2, Funny

    The irony is delicious!

    1. Re:Oh! by FuzzyBad-Mofo · · Score: 1

      It is, is it not?

  8. Not working correctly by Nytewynd · · Score: 5, Funny

    It looks like Open Office didn't open the presentation properly. Look at all of those crazy symbols.

    --
    /. ++
    1. Re:Not working correctly by justforaday · · Score: 2, Funny

      Really? Are you sure? They sure do look funny to me...

      --
      I'll turn into a supernova and burn up everything. Well I'll turn into a black little hole and you'll turn into string.
    2. Re:Not working correctly by darkonc · · Score: 1

      Try learning Ukranian (or russian, or...)

      --
      Sometimes boldness is in fashion. Sometimes only the brave will be bold.
    3. Re:Not working correctly by dunkelfalke · · Score: 2, Informative

      this is definitely russian and not ukrainian. open office is also in russian.

      --
      Conservatism: The fear that somewhere, somehow, someone you think is your inferior is being treated as your equal.
    4. Re:Not working correctly by Anonymous Coward · · Score: 0

      News for you; long before america was born, there was some other civilizations, using other charsets, such as latin-1, iso9960-1.

      Did you ever hear of the GREEK for example?

    5. Re:Not working correctly by Anonymous Coward · · Score: 0

      duh!

    6. Re:Not working correctly by Anonymous Coward · · Score: 0
      Did you ever hear of the GREEK for example?

      The GREEK what?

      GREEK sex is a euphemism for popping one up the wrong'un. Is that what you meant?

    7. Re:Not working correctly by Rosco+P.+Coltrane · · Score: 1

      News for you; long before america was born, there was some other civilizations, using other charsets, such as latin-1, iso9960-1.

      Wow, you mean the iso9960-1 charset was invented before 1776?

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    8. Re:Not working correctly by Anonymous Coward · · Score: 0

      Mmmmmm.... Buttsex!

    9. Re:Not working correctly by richie2000 · · Score: 2, Funny
      Look at all of those crazy symbols.

      It's supposed to be like that. It's Microsoft's Shared Source initiative where they do like SCO and obfuscate code by using weird fonts.

      --
      Money for nothing, pix for free
    10. Re:Not working correctly by TylerL82 · · Score: 4, Funny

      Wow, you mean the iso9960-1 charset was invented before 1776?

      Yes, but they called it ifo9960-1 back then.

    11. Re:Not working correctly by Anonymous Coward · · Score: 0

      I wouldn't call it trolling. It was just a funny joke that some people are just too slow to get.

    12. Re:Not working correctly by lintux · · Score: 1

      And if anyone wonders what it would be in Latin:

      Predostavlenie dostupa k ishodnomu kodu

      It's been a while since my last time to read cyrillic, so I hope I didn't mess up. :-)

    13. Re:Not working correctly by jrockway · · Score: 1

      ISO9960 isn't a charset. You must be thinking of ISO9660, the standard for CD-ROM filesystems.

      --
      My other car is first.
    14. Re:Not working correctly by Jesus_666 · · Score: 1

      Obviously ISO9660-1 has not been in use during the last century and ISO reassigned the number 9660 to the CD-ROM filesystem.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    15. Re:Not working correctly by cp.tar · · Score: 1
      In English it would be, I think, "A presentation of access to source code".

      I do not speak Ukrainian, so I might be wrong. It might not be a presentation; the other words are definitely correct.

      --
      Ignore this signature. By order.
  9. Um ... by Sonic+McTails · · Score: 1

    I'm not sure if I'm should be scared or not ...... BTW, what the hell is up with the new image text?

    --
    This signature was left intentionally blank.
    1. Re:Um ... by Anonymous Coward · · Score: 0

      BTW, what the hell is up with the new image text?
      Cyrillic letters...

    2. Re:Um ... by glassjaw+rocks · · Score: 1

      It prevents scripts from posting.

      --
      -gjr
    3. Re:Um ... by Sonic+McTails · · Score: 1

      I relieze that, but why effect logged in users. Bots post AC cause once an account gets modded down enough, it starts posting on -1 by default

      --
      This signature was left intentionally blank.
    4. Re:Um ... by nagora · · Score: 1

      What image text?

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    5. Re:Um ... by Anonymous Coward · · Score: 0

      blah

    6. Re:Um ... by Anonymous Coward · · Score: 0

      HuH?

    7. Re:Um ... by Ford+Prefect · · Score: 1

      I relieze that, but why effect logged in users.

      Obviously it only affects a lower class of user. I, with excellent karma, have all sorts of benefits made available to me, merely starting with the absence of any 'captcha' images when posting comments.

      A 'Post Comment' page for one of us elite users is a wondrous sight, bedecked with jewels, carefully sculpted ornamentation, additional, powerful checkboxes and radio buttons... Ah! But you are too lowly to even comprehend such things.

      So, begone!

      --
      Tedious Bloggy Stuff - hooray?
    8. Re:Um ... by the+real+darkskye · · Score: 1

      There's no image text here.
      Maybe its for people with sub-excellent karma?

      --
      Music is everybody's possession.
      It's only publishers who think that people own it.
      Fuck Beta
      ~John Lenno
    9. Re:Um ... by Anonymous Coward · · Score: 0

      It hasn't been doing that for me, either.

    10. Re:Um ... by Anonymous Coward · · Score: 0

      You must be American.

    11. Re:Um ... by Anonymous Coward · · Score: 0

      What's that?

    12. Re:Um ... by glassjaw+rocks · · Score: 1

      Minerva is the name of my hometown and everytime I see your sig, I cringe. Anyways, If I had mod points and didn't allready post on this topic, you'd get one.

      --
      -gjr
    13. Re:Um ... by Anonymous Coward · · Score: 0

      Be careful, or some really pissed off trolls are going to mod you down to destroy your karma!

  10. It's always nice when Open Source can lend a hand by WillAffleckUW · · Score: 5, Funny

    Let's just hope they [MSFT] don't get all miffy about it, eh?

    --
    -- Tigger warning: This post may contain tiggers! --
  11. Yeah! Linux saved the day... by mjpaci · · Score: 5, Funny

    ...and at the same time embarassed Microsoft. Maybe now the mighty Goliath can be slain!

    How many Slashdotters now have to change their shorts?

    --bitter

    1. Re:Yeah! Linux saved the day... by bman08 · · Score: 5, Funny

      I would hope all of them, but if this story leads to more slashdotters changing their shorts from time to time, I'm all for it.

    2. Re:Yeah! Linux saved the day... by HardCase · · Score: 1

      How many Slashdotters now have to change their shorts?

      It depends on whether they've worn 'em inside out yet or not, but I'd say all of them should have changed their shorts a long time ago. Now is as good a time as any...

      -h-

    3. Re:Yeah! Linux saved the day... by mrchaotica · · Score: 1

      I'm not wearing shorts, you insensitive clod!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

    4. Re:Yeah! Linux saved the day... by danharan · · Score: 1

      Knowing the "editors", we should have a dupe within two weeks.

      Not that that's often enough...

      --
      Information: "I want to be anthropomorphized"
    5. Re:Yeah! Linux saved the day... by Anonymous Coward · · Score: 0

      ...and it's about time I click on the E-Pants epplet http://www.sourcentral.org/man/debian-unstable/man .cgi?1+E-Pants.epplet. It's been showing the same 'off' icon about as long as my uptime is.

  12. Big deal? by 1155 · · Score: 4, Interesting

    What's the big deal here? Right tool for the job. The other laptop wasn't working during crunch time, so why not?

    1. Re:Big deal? by Space+Coyote · · Score: 4, Insightful
      What's the big deal here? Right tool for the job. The other laptop wasn't working during crunch time, so why not?

      Microsoft demonstrating that Linux and OO.o can be the right tool for such a job? That is a big deal.

      --
      ___
      Cogito cogito, ergo cogito sum.
    2. Re:Big deal? by tehshen · · Score: 1

      What's the big deal here? Right tool for the job.

      I doubt Microsoft wants to show people that OpenOffice is 'the right tool for the job' that much.

      --
      Guy asked me for a quarter for a cup of coffee. So I bit him.
    3. Re:Big deal? by Anonymous Coward · · Score: 0, Troll

      Anyone who has ever used OO knows it's not the right tool for any job other than cutting off your nose to spite your face.

      I kept trying to make the switch, but it was disappointing, most frequently at importing Office docs. Just because one presentation imported correctly doesn't mean it's all that useful. I just gave up and bought an older copy of Office - it was well worth the price.

      I'll probably still try 2.0 when it comes out, but I already know it's going to be a big disappointment, made worse by the Lucas-esque hype from stories like this and other supporters who claim it's an equivalent, or even similar to Office.

    4. Re:Big deal? by gregbaker · · Score: 5, Interesting
      What's the big deal here? Right tool for the job.
      I suspect this has a lot more to do with Windows video drivers than anything.

      I spend a good chunk of time dealing with laptops and projectors and I can tell you wil certainty that display drivers are getting harder and harder to get working with projectors.

      There was a time when you could press fn-F4 and flip to the external display. Now, there's a control panel on the system dock (or whatever that thing with all the icons is called). You might get an extended desktop, you might have to go through four dialogs to find a setting, you might never find it. Mercy on your soul if you have a wide-screen display.

      My new tablet refuses to drive the external display at resolution >800x600, even though the built-in display and projector both have a native resolution of 1024x768. Even that takes multiple-clicks to get turned on. It works exactly right under Linux (fn-F4 and Bob's your uncle at 1024x768), but the Windows drivers get in the way.

      My guess is the presenter had a new laptop with such a display driver. OO-guy had an older laptop, or had this stuff stored out already.

    5. Re:Big deal? by Anonymous Coward · · Score: 0

      You sir call yourself computer competent?
      Open office works find on my systems at home. :P

    6. Re:Big deal? by fafaforza · · Score: 1

      Linux and OO.o can be the right tool for such a job? That is a big deal.

      For running some stupid PPT presentation that probably could have been authored by any high school or ollege student? Not realy a big deal in my eyes.

    7. Re:Big deal? by Anonymous Coward · · Score: 0

      I kept trying to make the switch, but it was disappointing, most frequently at importing Office docs.

      There's your problem, don't do that. I have a copy of Office XP that I use for when people send me Office docs. In my business I'm more frequently creating the documents for others, rather than modifying theirs. YMMV.

      other supporters who claim it's an equivalent, or even similar to Office.

      I claim it's better than Office. For me, at least. I frequently create large, complex documents and MS Word is just too crashprone. I understand the legal profession primarily uses WordPerfect, at least in part for that same reason. I use OOo Writer because it has all the features I need and it's stable.

    8. Re:Big deal? by shadowzero313 · · Score: 3, Insightful

      I don't work in some big huge corporation or something, but I'm a student tech for my high school. I have to retrieve quite a few files for students, especially off slightly mangled floppy discs. I've learned to love hex editors in the process. High school kids can put an incredible amount of useless crap in a powerpoint or word doc, and openoffice can open them just fine, and resave them to office with no problems. I don't know how you can say 2.0 will fail horribly when 1.1 is fine for most importing anyway.

    9. Re:Big deal? by Caltheos · · Score: 1

      Perhaps you are getting the wrong kind of laptops. On IBM Thinkpads we have (A,T,G-series) haven't had one problem with projectors. Just hit Fn-F7 and it pops up an easy to read menu, select the right one and boom its there....now why can't these things autodetect....

      --
      We've secretely replaced the Enterprise's dilithium crystals with Folgers crystals. Lets see if they notice.
    10. Re:Big deal? by Anonymous Coward · · Score: 0

      No, it's one Russian employee who happens to work for MS that was in a pinch that used someone elses laptop just to view a power point presentation. I'm sure he felt weird using it working at MS and all, but the meetings must go on. It's not like the whole freaking company or Billy is admitting it.

      Now he's probably going to get fired over this and his family will become emaciated and die. Way to go slashdot.

    11. Re:Big deal? by Cecil · · Score: 1

      Sorry, what do 90% of businesses use Microsoft Office for? Hmmmm, running some stupid PPT presentations that could have been authored by any high school or college student. Why won't they use Linux or OpenOffice? Because their files won't be totally compatable and they don't want the headache. It is a big deal.

    12. Re:Big deal? by fafaforza · · Score: 1

      If you were the IT head of a company, would you want your users switching to Linux on their laptops? I wouldn't. I wouldn't want them using Windows either. Preferably they'd be using OSX.

      But back on point, you would need a separate staff to offer support to those laptops. Anything from configuring Xorg, to trying to get the wireless card to work, to actually joining a network. And a large number of cards are not supported under linux.

      There's also the fact that most people are familiar with Windows. Fewer are familiar with linux. And familiarity with linux is a very wide spectrum, between wireless, hybernation/sleep, X, the myriad of WMs, etc. Would you, as an IT manager, responsible for the budget, spending, and use of your resources, the overhead of trying to support another platform?

    13. Re:Big deal? by Anonymous Coward · · Score: 0

      I bet a virtual beer that it is an ATI card. Am I right?

    14. Re:Big deal? by brkello · · Score: 1, Flamebait

      Yes, because we all know dealing with drivers in linux is simpler than dealing with drivers in Windows *cough*. One device wasn't acting properly, they used another one. It just shows the maturity of Slashdotters that they find this interesting at all.

      --
      Support a great indie game: http://www.abaddon360.com
    15. Re:Big deal? by brkello · · Score: 2, Insightful

      No, it isn't a big deal and your statement that it is is fairly rediculous. If Linus presents the benefits of Linux over Windows and something goes wrong with his Linux laptop, would he be advocating the power of Windows over Linux if the only other thing available to present was a Windows machine? Of course not. So linux can be used to present power point slides...holy crap! I better switch everything to Linux now...Windows is useless! Moron. It just shows the near retarded level of bias on this site that this gets modded insightful. The title could read: Linux can show slideshows! That's how much of a big deal it is.

      --
      Support a great indie game: http://www.abaddon360.com
    16. Re:Big deal? by gregbaker · · Score: 1
      My tablet has an Intel Extreme Graphics chip (HP/Compaq TC4200), integrated into the 845 chipset. Its uses the i810 driver under Xfree86.

      I've had many student laptops of all descriptions behave badly on a projector. These are often the lower-end brands. A wide-format screen is certain death, but will often work if you first set a 4:3 aqspect ratio. An old laptop with a nothing-special driver and hardware will work every time.

      I must agree with the sibling post: I think all of the IBM laptops I've seen have worked just fine.

    17. Re:Big deal? by Dan+Ost · · Score: 1

      But back on point, you would need a separate staff to offer support to those laptops. Anything from configuring Xorg, to trying to get the wireless card to work, to actually joining a network. And a large number of cards are not supported under linux.

      I find this argument disengenious. People who willingly switch to linux
      generally support themselves using the community as a resource. If everyone
      was switched, then you would need support staff trained on Linux, but you
      could simply retrain your existing support staff (assuming they weren't dead
      weight) and that would be their new job since they would no longer have to
      support the old OS.

      For example, the tech support here doesn't even know us Linux users exist
      because they only pay attention to people to ask them for help. We're quite
      capable of supporting ourselves and so we don't even show up on their radar.

      --

      *sigh* back to work...
    18. Re:Big deal? by MyHair · · Score: 1

      I concur. WinXP has fancy-pants drivers for dual-head laptop setups, and the video driver frequently have their own dual-head display, and they step all over each other. It took me a while to figure this out. Each had options to combine the displays into one desktop, show the desktop on one and a movie on the other and other crazy stuff. Turns out mirroring the display exactly is quite difficult to get right with all the settings to fiddle with. The guy I was helping was a trainer, and he presents PowerPoint, software demos, videos and other stuff, but the videos were showing full screen on his lcd display while blanking out the overhead! Finally got it working with a perfect desktop mirror at 800x600.

    19. Re:Big deal? by timbo234 · · Score: 1
      But back on point, you would need a separate staff to offer support to those laptops. Anything from configuring Xorg, to trying to get the wireless card to work, to actually joining a network.


      Configuring xorg and joining a network is as simple as Windows, if not more so, on modern distros like Mandriva or Suse these days. There's no evidence that it would take more tech support to do this with Linux and with Windows.

      But back on point, how is any of this different from companies that have Linux servers and Windows desktops? Windows is only 50% of the server market, yet if say 95% of business use Windows desktops then 45% of businesses will be running Linux or *BSD or MacOS or something else as well as windows.

      We do this at my company - all Linux servers and all Windows desktops (except for my workstation :)) and there's no need for a seperate staff - there's me full-time doing both Linux server admin and Win desktop support and there's a consultant 1-day a week who helps with Linux server admin. We have about 25 windows users in total and 10 servers at each of 2 sites (some are just router/firewall boxes).
      --
      Pre-canned Evolution Links for all those Slashdot holy wars.
    20. Re:Big deal? by Anonymous Coward · · Score: 0

      Microsoft does not write video drivers.

      Another windows machine would have done just as well.

      The amount of self-congratulation here is really just unseemly.

    21. Re:Big deal? by masdog · · Score: 1

      I think all of the IBM laptops I've seen have worked just fine.

      That doesn't surprise me at all. Consider the focus of the Thinkpad line. Unlike many business laptops, which appear to be standard home machines with more power, the Thinkpads are designed FOR business.

      I've owned two IBM laptops so far, and they are usually my first recommendation when someone asks me which laptop they should buy.

    22. Re:Big deal? by Anonymous Coward · · Score: 0

      I wouldn't even know how to start "dealing with" a driver on Windows. As long as it works as intended (what the user intends, not necessarily what MS intends), fine, but once you need to start "dealing with" a driver, you need a group of MCSEs, MCPs and other kind of certified Microsoft technicians.

  13. uh oh! by aweiland · · Score: 5, Insightful

    He is so fired

    1. Re:uh oh! by thesandtiger · · Score: 1

      Why would he be fired?

      It isn't like people at MSFT don't know that OO.o can do stuff like this, and I think he'd be fired for fucking up the presentation by not doing this rather than pretending that reality is different than it is.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    2. Re:uh oh! by Barryke · · Score: 1

      Please, something to consider:

      case A.
      Lets assume a windows presentation goes wack, and the day will be saved by linux.
      Reaction: OSS / Linux rul3z and MS / Windows sucks!

      case B.
      Lets assume a linux presentation goes wack, and the day will be saved by windows.
      Reaction: *none*

      Reactions.
      Why do we find B weirder?
      Because we find it more normal than A.

      .
      .

      My reflection on this.
      I've see more not-working linux machines
      than i see not-working windows machines.

      Mind that I do _not_ mean a crash, i mean
      "a machine wich for some reason won't function as it is supposed to do."

      .
      .

      --
      Hivemind harvest in progress..
  14. Hahahaha by anderm7 · · Score: 5, Funny

    Be careful, Microsoft might think this counts as a Shared Source Initiative.

  15. Not to be a partypooper but... by Spy+der+Mann · · Score: 4, Insightful

    Will this appear in ANYWHERE but slashdot? I mean, will common people know about it? And more important... will they even care?

    1. Re:Not to be a partypooper but... by Anonymous Coward · · Score: 0

      No... and no.

    2. Re:Not to be a partypooper but... by Anonymous Coward · · Score: 5, Insightful
      I mean, will common people know about it? And more important... will they even care?

      Ummm, let's review: a Ukrainian Microsoft rep had a laptop problem, so they showed his presentation on someone else's Linux laptop.

      Why on earth would "common people" (charming phrasing, BTW) care? This is only "news" in the sense that it's fuel for today's anti-Microsoft raving.

      We Powerbook owners pull some Windows user's fat out of the fire on a weekly basis -- it's not really news.

    3. Re:Not to be a partypooper but... by GMFTatsujin · · Score: 1

      Yes. It will appear on his annual performance review at Microsoft regional headquarters. It will also appear on the pink slip given to him later that week.

      If he's clever, it will finally appear on his resume' when he applies for a new job with a funded OSS project...

    4. Re:Not to be a partypooper but... by BroncoInCalifornia · · Score: 1
      Will this appear in ANYWHERE but slashdot? I mean, will common people know about it? And more important... will they even care?

      Well Mr Spy der Mann,
      Obviously you care!

      --

      Religion is the main cause of atheism.

    5. Re:Not to be a partypooper but... by bman08 · · Score: 4, Insightful

      No because it's not a big deal to anybody who doesn't read slashdot. Welcome to life in a niche. It's just like how it would be awesome to some people if some racecar driver who was sponsored by pepsi drank a coke or something. While it may mean next to nothing in the grand scheme, it's funny to us, let's just enjoy it.

    6. Re:Not to be a partypooper but... by swillden · · Score: 1

      I mean, will common people know about it? And more important... will they even care?

      Who cares?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    7. Re:Not to be a partypooper but... by Chalex · · Score: 1

      According to some guy on the internet, this story is old. http://lxer.com/module/newswire/view/36819/index.h tml

    8. Re:Not to be a partypooper but... by StuffJustHappens · · Score: 1

      Will this appear in ANYWHERE but slashdot?
      BR)Umm..yeah..I read it about 3 days ago elsewhere. Nice to see /. catching up.

      --
      --What's this sig thing all about then? Should I have one?
    9. Re:Not to be a partypooper but... by Anonymous Coward · · Score: 0

      If he's clever, it will finally appear on his resume' when he applies for a new job with a funded OSS project...

      In that mythical land where all software is free and all programmers work out of altruism?

    10. Re:Not to be a partypooper but... by Stankatz · · Score: 1

      Well, since Microsoft probably advertises on every major TV news network, you won't see it there. You won't hear about it on NPR either, because they advertise there too. (If you don't believe me, just search the NPR archives to see how many stories were done on the European MS anti-trust case.) So the general public will probably be shielded from this unpleasantness.

    11. Re:Not to be a partypooper but... by Anonymous Coward · · Score: 1
      Will this appear in ANYWHERE but slashdot? I mean, will common people know about it? And more important... will they even care?

      Although people are selective of which articles they comment on, one thing I've learned from reading Slashdot is that the audience is very diverse. There are many (often silent) MS zealots on here, and I'm guessing the majority Slashdot's readers are using IE. I love open source and Linux. I also think .NET is great. I use Linux at home but am happy to code in C# at work. To each their own I guess.

    12. Re:Not to be a partypooper but... by Anonymous Coward · · Score: 0

      We Powerbook owners pull some Windows user's fat out of the fire on a weekly basis -- it's not really news.

      What, by using MS Office to open their own files. What a win that is!

    13. Re:Not to be a partypooper but... by l3v1 · · Score: 1

      Yes, in fact I've read all this and saw the pictures a few days ago. I'm not that surprised to read 1-2.. days' old stuff on /. these days. And even those become duplicates eventually.

      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
    14. Re:Not to be a partypooper but... by Dukael_Mikakis · · Score: 1

      Incidentally other types of these stories do break (albeit in sort of a ha-ha weird bit of the day sense).

      Bud employee fired for drinking Coors (the link itself says "offbeat").

    15. Re:Not to be a partypooper but... by booch · · Score: 1

      First of all, this is not someone who sponsors Microsoft. It is Microsoft. So it'd be more like the Ford auto racing team driving a Chevy. Second, there have been media stinks made when a Pepsi spokesperson drinks Coke, or vice-versa. I believe it was Brittney Spears who got caught in such a "scandal" a year or 2 ago.

      --
      Software sucks. Open Source sucks less.
    16. Re:Not to be a partypooper but... by n0ano · · Score: 1

      Hmm, is that like it's no big deal that a Budweiser distributor employee was fired for drinking Coors while he was not on the job, as documented here. I guess this also means nothing in the grand scheme.

      --
      Don Dugger
      "Censeo Toto nos in Kansa esse decisse." - D. Gale
    17. Re:Not to be a partypooper but... by deviator · · Score: 1

      no.

    18. Re:Not to be a partypooper but... by debiansid · · Score: 1

      Not too many but here's some I could find:

      The Inquirer
      HTML FixIt.Com
      PCLinuxOnline

      PCLinuxOnline seems to be the original news breaker as both the above articles refer to it.

    19. Re:Not to be a partypooper but... by MattHaffner · · Score: 1

      "What, by using MS Office to open their own files. What a win that is!"

      No, Keynote,
      you insensitive clod!

    20. Re:Not to be a partypooper but... by GMFTatsujin · · Score: 1

      Yeah. We call it Red Hat.

      Or IBM.

      Or Suse.

      Or...

      Or SCO? Naaaaaw.

    21. Re:Not to be a partypooper but... by cascadefx · · Score: 2, Informative

      Only that, according to the writeup, he DIDN'T show it on SOMEONE ELSE'S laptop... he showed it on HIS OWN laptop using Linux... which was ALREADY loaded on HIS laptop.

      "The solution was to adopt OpenOffice.org 1.1.2 and ALT Linux Compact 2.3, which was already running on the presenter's laptop"

    22. Re:Not to be a partypooper but... by Trogre · · Score: 1

      Well, I read about it first over here yesterday.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  16. Powerpoint Crash by Anonymous Coward · · Score: 3, Interesting

    This reminds me of a time in college during a MS presentation when the MS powerpoint crashed into an Apple desktop. Oh well, its business, you do what you need to do. Microsoft is relativly pragmatic these days.

    1. Re:Powerpoint Crash by ssj_195 · · Score: 1
      This reminds me of a time in college during a MS presentation when the MS powerpoint crashed into an Apple desktop
      Ouch. I hope no one was hurt :(
  17. Pardon? by ogleslurp · · Score: 3, Informative

    This story seems a little skinny on details. Does anyone have any more information?

    1. Re:Pardon? by Anonymous Coward · · Score: 0

      yeah u guys will believe nething.... I'm going to take a picture of my monitor and say head of microsoft Turkey was showing pron in quicktime format during a presentation.

    2. Re:Pardon? by captain_strimmer · · Score: 0

      Have a look README.html file that is in the same dir for more info :

      http://paq.osdn.org.ua.nyud.net:8090/~mike/img/MS- uses-OOo/README.html

  18. right tool for the job by Anonymous Coward · · Score: 0

    or in this case, the only tool for the job. Alternatives are good but I wonder who invited Linx to that party?

  19. laughed out loud at that picture by Adult+film+producer · · Score: 3, Interesting

    ahh the irony.. "shared source initiative"..... :D

    what is it with slashdot running all these captchas lately ? "To confirm you're not a script, please type the text shown in this image:" I did this yesterday, shouldn't there be a period of grace for logged in users ?

    1. Re:laughed out loud at that picture by Anonymous Coward · · Score: 0

      Robert Malda is using slashdot users to solve these captchas - they are not actually generated by slashdot but are generated by various free email sites and Robert Malda is using slashdot users to solve them so that he can set up 1,000,000 zombie email accounts to send spam and sell V1@g'Ra and cI@L!S and gay porn to people utilizing spam... that son of a bitch

    2. Re:laughed out loud at that picture by ignorant_newbie · · Score: 1

      >shouldn't there be a period of grace for logged
      >in users

      um... let's see. how hard is it to copy the cookie from your browser's cache and then fake the user agent ? really really simple? ok. so the answer to your question is no.

    3. Re:laughed out loud at that picture by ubuntu · · Score: 5, Funny
      what is it with slashdot running all these captchas lately ? "To confirm you're not a script, please type the text shown in this image:"

      Apparently, the Slashdot editors think our comments are so stupid that we HAVE to be bots. Sorry, Taco, we really are that stupid. At least I am. No wait. I mean, my posts are. I mean, I'm not a bot. I'm sure I'm smarter than a bot, even though I keep typing the captcha thing wrong. Maybe it's an IQ test, like a minimum height requirement on a Roller Coaster. I got it on my third try. What I'm trying to say is... uh, I forgot.

      Dammit IQ Captcha, what are you trying to tell me!?!?!?

      ===========
      Slashdot User Ubuntu, Your IQ = 86

      Some famous celebrities with your IQ are:
      Paris Hilton
      George Bush
      the cast of Friends

      The computer we recommend for you is:
      Apple Macintosh with One-Button Mouse
      ===========
    4. Re:laughed out loud at that picture by game+kid · · Score: 1
      The computer we recommend for you is:
      Apple Macintosh with One-Button Mouse

      That's hot.

      --
      You can hold down the "B" button for continuous firing.
    5. Re:laughed out loud at that picture by DeadSea · · Score: 1

      I haven't seen any captchas. Have I just not posted recently enough? Are they turned off if karma is high enough? Are they only for anonymous cowards?

    6. Re:laughed out loud at that picture by fatquack · · Score: 1

      Never seen the captcha, is it on new posts or on replies?

    7. Re:laughed out loud at that picture by deviator · · Score: 5, Funny

      Lumping Paris Hilton and George Bush together like that insults her intelligence.

    8. Re:laughed out loud at that picture by Anonymous Coward · · Score: 0

      Apparently, the Slashdot editors think our comments are so stupid that we HAVE to be bots.
      http://slashdot.org/~the_mad_poster/journal
      The reason he thinks you're a script is because someone wrote a REALLY DAMN GOOD CRAPFLOODING SCRIPT.

      I think it only applies to accounts over a certain uid number, because my account in the 3xx,xxx range hasn't had any such mumbo jumbo.

    9. Re:laughed out loud at that picture by Morgor · · Score: 1

      Maybe the intellectual level of the comments would be much higher if slashdot infact allowed more bots to comment?

    10. Re:laughed out loud at that picture by Jesus_666 · · Score: 1

      Then we have Googlebot posting in a story about MSN search and all hell breaks loose. Great idea.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    11. Re:laughed out loud at that picture by Anonymous Coward · · Score: 0

      Google bot is going to reach self awareness someday, I'd walk a fine... googlebot controls tens of thousands of computers with god like backbone level internet access... If google bot says msn search bot is a retarded monkey, then i'd mod googlebot up, because google bot is not one to be messed with. If on the other hand googlebot were to fall in love with msn search bot, then i'd be pretty careful not to say anything bad about her, I mean, google bot is bigger and stronger than me. and smarter, and has more internet bandwith... and googlebot never forgets...

    12. Re:laughed out loud at that picture by Anonymous Coward · · Score: 0

      And still, 'the intellectual level of the comments would be much higher'

    13. Re:laughed out loud at that picture by Anonymous Coward · · Score: 0

      Don't you think it's a little more insulting to her integrity and sense of dignity?

    14. Re:laughed out loud at that picture by deviator · · Score: 1

      All of the above.

    15. Re:laughed out loud at that picture by TopSpin · · Score: 1

      I haven't seen any captchas.

      I have. Karma=Excellent, UID<1000, subscriber. Perhaps it has to do with my habits; I usually log in with the first "Preview" I perform when posting. In the last week or so I've gotten a captcha each time.

      --
      Lurking at the bottom of the gravity well, getting old
  20. Interesting... by GReaToaK_2000 · · Score: 1

    I bet someone is without a job now...

  21. Now we know why Gates wants Interoperable SW by team99parody · · Score: 1
    Remember we thought Gates was lying when he said he wanted Interoperable software

    Perhaps he was being sincere - with interoperable software the bugs in windows are more tollerable.

  22. Intersting. by Atzanteol · · Score: 5, Insightful

    And not one story about all the presentations given at Linux World that were done using Power Point on Windows.

    --
    "Ignorance more frequently begets confidence than does knowledge"

    - Charles Darwin
    1. Re:Intersting. by Anonymous Coward · · Score: 0

      Slashdot: Where whining and over-reacting is par for the course.

      You take that back, you big meanie.

    2. Re:Intersting. by bman08 · · Score: 5, Funny

      This is like going on a porn site and complaining that they show a lot of chicks making out and no dudes. It's not what we're here for.

    3. Re:Intersting. by BigRedGPK · · Score: 1

      really? now that's f'ed up...

      Timmay

    4. Re:Intersting. by Anonymous Coward · · Score: 0
    5. Re:Intersting. by Anonymous Coward · · Score: 0

      And not one story about all the presentations given at Linux World that were done using Power Point on Windows.

      I admit that's also ironic, but not nearly as much so. I'll bet those presentations were never intended to be displayed using OOo. This one clearly was intended for MS Office, but had to rely on OOo.

    6. Re:Intersting. by scovetta · · Score: 1

      Thanks for the intro to gentoo. I think I'll try it out. Oh, -1 Offtopic, too.

      --
      Wer mit Ungeheuern kämpft, mag zusehn, dass er nicht dabei zum Ungeheuer wird. --Nietzsche
    7. Re:Intersting. by LearnToSpell · · Score: 1

      Why is that funny? It's not exactly a presentation for Mr. Uber-leet Linux Admin, is it? If you wanted to learn Swahili, and I gave you a primer that was written entirely in Swahili, how useful would that be?

      So many difficult questions, I know...

    8. Re:Intersting. by NanoGator · · Score: 2, Insightful

      "And not one story about all the presentations given at Linux World that were done using Power Point on Windows. "

      Funny thing is, it probably wasn't anything special about Linux or OO that 'saved the day', but rather that was what happened to be handy.

      I'm normally a Diet Coke drinker, but I was really really thirsty and Diet Pepsi is what I have available to me. If somebody described that as Diet Pepsi saving my day, I'd roll my eyes.

      --
      "Derp de derp."
    9. Re:Intersting. by rotor · · Score: 1

      At Linuxworld Boston this year I did see one presentation done on Windows XP. Man, wasn't the presenter embarassed when it blue-screened.

      --
      Addlepated - punk & metal
    10. Re:Intersting. by LupusUF · · Score: 1

      "I'm normally a Diet Coke drinker, but I was really really thirsty and Diet Pepsi is what I have available to me. If somebody described that as Diet Pepsi saving my day, I'd roll my eyes."

      true, but it would make it more amusing if you were giving a speech to coke execs while drinking a diet Pepsi. Perhaps it would not have saved the day, but it would be amusing. I remember websites put up pictures of Brittney Spears drinking coke when she was the Pepsi spokesperson.

    11. Re:Intersting. by Anonymous Coward · · Score: 0

      I did not RTFA, but didn't MSOffice act up, as in: without Linux and OO 'happening to be handy', the presentation would have been fubar?

      That's saving the day in my book.

    12. Re:Intersting. by NanoGator · · Score: 1

      "I did not RTFA, but didn't MSOffice act up, as in: without Linux and OO 'happening to be handy', the presentation would have been fubar?"

      Whoever had it handy saved the day. In that situation niether OO nor Linux deserve credit for 'saving the day'. If either of them did something that Windows/Office couldn't do, then I'd have a differnt story to tell you.

      --
      "Derp de derp."
    13. Re:Intersting. by Anonymous Coward · · Score: 0

      some of us are!

    14. Re:Intersting. by Anonymous Coward · · Score: 0

      No insensitive clod jokes here, move along.

  23. Old news by Bradac_55 · · Score: 0, Offtopic

    Nice to see the moderaters are on top of all things
    tech. This was from last year ;)

    1. Re:Old news by Anonymous Coward · · Score: 0

      which goes to prove this story is even more bull shit than I thought...

      IBM didn't have tablets last year... they are barely even available right now!

  24. The head of MS Ukraine is now.. by essreenim · · Score: 0
    ..more than likely..fired. Don't let my haircut fool you.. I am exceedingly vengefull

    Really though, of all the things to let get leaked out. And te submitter is not doing them any favours either. Cheap Russians - you know they wouldn't break a sweat..

  25. Not to be cynical but... by DaedalusLogic · · Score: 3, Insightful

    Can we see a schedule for this conference and where it took place? All we have is links to organization web sites and this photo at the moment.

    If this is supposed to be proof of something, I want confirmation. Then I'll really start laughing.

    Because honestly, who is to ay it wasn't just one guy putting up a slide and snapping a photo?

    1. Re:Not to be cynical but... by l3v1 · · Score: 1
      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  26. Embarassing... by bobbis.u · · Score: 4, Informative

    That's almost on an par with the infamous Windows 98 crash video!

  27. Was... by Erik_ · · Score: 2, Funny

    That was the case... now 4 mins later the /. effect looms :-)

  28. BS by Anonymous Coward · · Score: 1, Informative

    I take it you couldn't find a real story to post?

    A) That image could easily be recreated in any office with a projector

    B) Microsoft ALWAYS watermarks their presentations, there is not one on the picture

    C) There is no link to a credible news site with this info. I'm sure if this were to really happen, every news site would be ALL OVER IT...

    1. Re:BS by 0x461FAB0BD7D2 · · Score: 1

      A. Perhaps, and if that's true, you'll see a retraction or a story about it soon enough. Until then, enjoy.

      B. Microsoft HQ, perhaps. But this is Microsoft Ukraine, which may have different policies.
      Take this, for example, which was found via a Google search on Microsoft's own site for Ukraine. While it may be from 2003, I'm guessing they'd have that 'watermark' policy for longer.

      C. Because clearly a story about Microsoft running a presentation on Linux trumps stories about al-Zarqawi's injury and the Senate filibustering.

  29. Another link by It+doesn't+come+easy · · Score: 1

    I don't think the picture makes it too easy to see that this is OpenOffice.org 1.1.2 and ALT Linux Compact 2.3 (unless you can read Romanian?), but here is an alternate link to the picture (the other link isn't working for me...).

    --
    The NSA: The only part of the US government that actually listens.
    1. Re:Another link by bchernicoff · · Score: 1

      Actually it says OpenOffice.org 1.1.2 in the title bar.

    2. Re:Another link by darkonc · · Score: 1
      I don't think the picture makes it too easy to see that this is OpenOffice.org 1.1.2 and ALT Linux Compact 2.3

      It's pretty clear that it's OO1.1.2. the upper left icon on the window reminds me of TWM -- not sure about that, but it's almost certainly not Windows.
      The image zoom extension to Firefox definitely helps.

      --
      Sometimes boldness is in fashion. Sometimes only the brave will be bold.
  30. Re:offtopic question by Anonymous Coward · · Score: 0

    what is it with slashdot running all these captchas lately ?

    If you haven't noticed, slashdot has been spammed SEVERELY the last few days. I say, it was about time they implemented those captchas. And if you see a captcha, then you're NOT logged in.

  31. WHAT!!?? by ubuntu · · Score: 1

    Are my eyes deceiving me? Please tell me that Microsoft didn't get OpenOffice version 2 before the rest of us did!

    1. Re:WHAT!!?? by Anonymous Coward · · Score: 1, Funny

      Well, they do have that big technology-partnership with Sun. Perhaps their new Sun alliance is focused on their need for a stable office suite.

    2. Re:WHAT!!?? by failure-man · · Score: 1

      Uh, you've been able to download the beta for months.

  32. Ah-ha! by jmony · · Score: 1

    This is a funny one. Now, maybe Microsoft should buy Sun... ;-)

  33. Microsoft's competitive advantages by team99parody · · Score: 2, Interesting
    Why should we be surprised. A MSFT exec already told us that runningRunning Linux is Microsoft's competitive advantage.
    "Hilf is the director of Microsoft's platform technology strategy group....

    Linux running at Microsoft? Isn't that sacrilege? Think of it <b>more as a competitive advantage</b>, said Hilf."
    1. Re:Microsoft's competitive advantages by arivanov · · Score: 2, Informative

      Hmm... Circa 1997 80%+ of country MSFT ops ran their webservers on Linux or Solaris. The moment Netcraft published this and they became a laughing stock it was all migrated to IIS within 2 weeks. Similarly, I do not really believe in such posturing. MSFT is a marketing driven organisation and if their marketing decides that a specific instance of running Linux is bad for the current marketing campaigns there will be a big crater in its place in less then 5 seconds.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
  34. Better Photograph by CypherXero · · Score: 3, Informative

    I cleaned the photograph up in Photoshop, and I made it MUCH better looking, so you can actually SEE what's going on in the image.

    http://www.collegechixors.com/images/hpim2544.size d.jpg

    1. Re:Better Photograph by intangible · · Score: 2, Funny

      Nice try, but the last time I clicked on a link with "collegechix" in the url, I was distracted at work for an hour.

    2. Re:Better Photograph by Anonymous Coward · · Score: 0

      That's all very well, but you could've at least photoshop in some of those collegechixors.

    3. Re:Better Photograph by FirstTimeCaller · · Score: 1

      I took a look at your image... but the whole time I was waiting for it to appear, I thought to myself... "please don't be the goatse guy, please don't be the goatse guy."

      Thankfully it wasn't. Good job.

      --
      Wanted: witty unique signature. Must be willing to relocate.
  35. soviet ukraine by phoenix42 · · Score: 2, Insightful

    in soviet ukraine, microsoft uses linux?

    --
    forty-two
    1. Re:soviet ukraine by Anonymous Coward · · Score: 0

      no no...
      In ukraine, linux runs microsoft.
      geez get the meme down right ;)

  36. Re:offtopic question by Adult+film+producer · · Score: 1

    I am logged in... and there's the captcha again... right below this text input box. Just above it is this

    Name adult film producer [ Log Out ]
    Email van@i2pmail.org
    Subject
    Comment

    *shrug* entering another captcha :(

  37. Saved presentation lead over 20 companies... by Anonymous Coward · · Score: 0

    ...to forgo potential open-source deployments. Go Linux and OpenOffice!

  38. Well.. by sintacks · · Score: 0

    Not only is that guy already fired...but he will probably be sued. Bill Gates is making an official visit to this guy to kick him in the nuts.

  39. IBM hardware to the rescue by tsmithnj · · Score: 1

    What's so unusual about that?

  40. Slashdot: Old news that does not matter... by ReallyNiceGuy · · Score: 1

    This is already 2 days old.

  41. Isn't ready for the desktop? by winse · · Score: 1

    yeah right

    --
    this sig is deprecated
  42. Priceless by nowt · · Score: 1


    Oh, so you want it to work! Well... (whips out openoffice) Tada! --microsofty

    --
    A strange game. The only winning move is not to play. How about a nice game of chess? - Joshua (Wargames)
  43. Hooray by bsquizzato · · Score: 1

    YES! What an overwhelming win for the open source community! Sure to put us in the lead over Billy now!

    Hah, but really, it is a funny story :)

  44. Happens the other way too by Leif_Bloomquist · · Score: 3, Interesting

    Come on, let's be honest here. How many times has Windows saved the day for a Linux application, or even install?

    i.e. For myself, back when trying to install Red Hat 8.0 on my machine at home, I had to constantly reboot back into Win2K to download patches/rpms, or read up about bugs and errata, get network drivers, configuration minutae, etc.

    It's stable now, but having a working (out of the box) Win2K install to fall back on was crucial to "save" my Linux installation.

    Let's not be too smug here, would this have been news if they'd been bailed out by a different Windows version?

    1. Re:Happens the other way too by james_shoemaker · · Score: 1

      Actually my first linux install was helped by my OS/2 install and each following linux install has been helped by the previous install (into different partitions for just that purpose).

      James

    2. Re:Happens the other way too by james_shoemaker · · Score: 1

      When I installed windows 2K to run turbo-tax I needed to use my linux install to download the drivers to get it to work.

      James

    3. Re:Happens the other way too by Imagix · · Score: 1

      Nitpick... but this isn't a Linux vs. Microsoft story.. it's an OSS application vs. Microsoft...

    4. Re:Happens the other way too by argent · · Score: 1

      back when trying to install Red Hat 8.0 on my machine at home, I had to constantly reboot back into Win2K to download patches/rpms, or read up about bugs and errata, get network drivers, configuration minutae, etc

      Funny, I've never had that problem with FreeBSD. Even back in the bad old days, it was:

      Slot boot floppy, slot root floppy, partition disk, configure network, select distribution, commit... and let it download and install itself overnight.

    5. Re:Happens the other way too by Anonymous Coward · · Score: 1

      I used Knoppix for that.

    6. Re:Happens the other way too by Geekboy(Wizard) · · Score: 1

      not to be a dick, but I have never had to do that with my openbsd box. it has always worked out of the box for me. sure, I had to do a little bit of research to figure out the correct settings for my XF86Config (it was a laptop, and I had to find Modelines), but other than that, it all Just Worked.

      Also, any time I load openbsd on a desktop with a regular monitor, X works w/o any configuration needed.

    7. Re:Happens the other way too by arcade · · Score: 1
      How many times has Windows saved the day for a Linux application, or even install?

      I've never experienced that. I've experienced it the opposite way (linux saving windows' day) at least 10-20 times.

      For myself, back when trying to install Red Hat 8.0 on my machine at home, I had to constantly reboot back into Win2K to download patches/rpms, or read up about bugs and errata, get network drivers, configuration minutae,

      I've never had that problem in linux. My network cards has always been supported, and I've never had to reboot into windows.

      I've had to reboot to linux to fetch the network drivers for windows though. Windows has extremely sucky hardware support in my experience.

      --
      "Rune Kristian Viken" - http://www.nwo.no - arca
    8. Re:Happens the other way too by Jahz · · Score: 1

      "I had to constantly reboot back into Win2K to download patches/rpms, or read up about bugs and errata, get network drivers, configuration minutae, etc."

      I can see your point, and I agree that Windows can definitely be a helpful thing to have. Your argument, however, is quite flawed. In this case Windows did NOT save your Linux install... the internet did! You could just have easily used Mac OS X or another Linux box.

      The super-post of this ./ article was meant to show that OSS projects like Linux and OO.o can take over for a Windows machine without any trouble, and to highlight their reliability in an emergency. Any OS can browse the web, download files etc.

      If your linux presentation machine crashed, could a windows box retrieve the presentation files from your (ext3/xfs/jfs/etc.) drive? Could MS Word open a StarOffice SWX file? I think not (easily).

      --
      There are 10 types of people in the world. Those who understand binary and those who do not.
    9. Re:Happens the other way too by cthrall · · Score: 1

      > I've never had that problem in linux. My network
      > cards has always been supported, and I've never
      > had to reboot into windows.

      DON'T FEED THE TROLLS!!!

    10. Re:Happens the other way too by greed · · Score: 1
      In that case, ANY up-n-running system with Internet access would help you out. You'd need to be able to write compatible media, of course, and using the same HDD is obviously the easiest.

      I got my first Linux PC running using a Mac and a questionable copy of DOS 5 that came with the surplus PC. (It had all of COMMAND.COM and the hidden system files.) This was before OS X, so the Mac didn't have a way of writing the boot disk image to floppy; but it would compress _just_ enough to fit on a DOS floppy, so I used my one (1) 1.4 MB diskette to get a copy of unzip, the boot disk image, and the DOS program for writing it to diskette on the PC.

      Had that machine been able to boot from CD, no problem. I had a nice, bootable install CD. It was a crappy version of TurboLinux from a magazine cover, but it was enough to bootstrap a better distro without having to mess with DOS again.

    11. Re:Happens the other way too by Anonymous Coward · · Score: 0

      Wouldn't Knoppix have been good enough?

    12. Re:Happens the other way too by darkonc · · Score: 1
      For the initial install, you need something to get the updates, etc.

      Similarly, I won't let someone go onto the net with a virgin 2000 or XP install. I'll use knoppix to download the initial updates, spybot and adaware. (I had one student who gave up after 4 attempts to install upgrade without getting infected).
      (( Just recently, I had a friend who had to do a (dell) clean-and-install. By the time she called me, she had a 'virgin' machine infected like a cheap crack-whore. Nothing much to do other than reinstall, then use Linux to grab updates and tools before letting her loose. ))

      In this case, however, the MS guy had a completed install -- and if MS can't keep their own software working properly, how can you expect a regular joe blow to?

      --
      Sometimes boldness is in fashion. Sometimes only the brave will be bold.
    13. Re:Happens the other way too by ilitorat · · Score: 1

      Don't project your experiences on other people, just because you never had a problem with driver issues doesn't mean such a thing doesn't exist. I'll never understand why people reply to threads where someone explains an issue they have and people feel the need to say it didn't happen to them so it must not be an issue... Just cause it doesn't happen to you doesn't mean it isn't occuring. I've never has XP crash but that doesn't mean they write perfect software...

    14. Re:Happens the other way too by petermgreen · · Score: 1

      surely if your fixing pcs it would be prudent to have some kind of safe net with minimal access to or from everything else that you can hook pcs up to to download patches get data off etc.

      just a second nic in a linux box with nat enabled and tough firewall settings would do the job it doesn't have to be anything fancy.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    15. Re:Happens the other way too by darkonc · · Score: 1

      A Knoppix CD is a trivial to setup and a lot smaller to carry around.

      --
      Sometimes boldness is in fashion. Sometimes only the brave will be bold.
  45. That's rich by g0bshiTe · · Score: 5, Funny

    [MSFT-Tablet]"Damn, I am crapping out."
    [lin-laptop]"I can save the day."
    [MSFT-Tablet]"I will never be saved by riff-raff the likes of you. You are open source and therefore evil. I was created using millions of dollars in r&d capitol. You were made from donations, and other open source contributors, and are therefore an inferior product."
    [lin-laptop]"Yeah, but I can do something you can't right now."
    [MSFT-Tablet]"What's that?"
    [lin-laptop]"Run your presentation."

    --
    I am Bennett Haselton! I am Bennett Haselton!
    1. Re:That's rich by Neopoleon · · Score: 1

      "You are open source and therefore evil. I was created using millions of dollars in r&d capitol. You were made from donations, and other open source contributors, and are therefore an inferior product."

      Of course...

      "Donations."

      Like from IBM :)

      (And, for future reference, "capitol" refers to a building where state government functions are carried out.)

      --
      - Rory [Microsoft Employee] | Free dirt: neopoleon.com
    2. Re:That's rich by Anonymous Coward · · Score: 0

      [MSFT-Table] "Really ? Oh my god, thank you so much."
      [lin-laptop] "No problem."

      Then the prince MSFT-Tablet married the beautiful princess lin-laptop, they lived happily ever after, and had many children.

    3. Re:That's rich by ignorant_coward · · Score: 1


      "Like from IBM :)"

      And Sun, and Red Hat, and HP, and Novell, and ...

      IBM is a master marketeer to have such a huge fan base at Slashdot, when IBM probably develops as much or more proprietary software than Microsoft (DB2, mainframe OS, Smartsuite, "IBM Global Services" consulting, AIX, etc.).

  46. Where is the problem? by grumpyman · · Score: 1

    Is it more about the intel-based tablet PC than anything MS? May be Linux/OpenOffice will also crash on the same machine.

  47. Lunchtime News Conference by Anonymous Coward · · Score: 0

    In related news... Pizza Hut was catering this event serving its now defunct "Pizzone" Shouts of "Pizzowned" could be heard from the kitchen.

  48. Romanian is a Romance language by Anonymous Coward · · Score: 0

    and as expected, uses Latin letters (like most European languages). The presentation is in Russian (or Ukrainian). Russian and Ukrainian DO NOT USE Latin letters.

    1. Re:Romanian is a Romance language by Anonymous Coward · · Score: 0

      >and as expected, uses Latin letters (like most European languages).

      OT: That's true, but until the colapse of the soviet union Romanian was written in cyrillic in the Moldovan SSR

  49. Re:offtopic question by erlenic · · Score: 1

    I'm getting them, and as you can see, I'm logged in. Mine was this: xdgtttx.

  50. Step into my office... by Stankatz · · Score: 1

    Hopefully that guy has already started his job search. I don't think Microsoft US is going to like this.

  51. I Call Shenanigans by adamjone · · Score: 1

    I'm sorry, but this just seems a bit too contrived. Forget for a second that this story would be all too easily faked (a couple of snapshots of a slideshow, and links to MS websites do not prove a story for me). The presenter just happened to have a live boot disk with him that had OO installed. And he just happened to be able to recover the doc from the Windows PC that was "experiencing trouble". I know if the tables were turned, no one on Slashdot would give a second thought to discrediting this story.

    As much as I love to see egg on Microsoft's face, I call shenanigans on this one.

    1. Re:I Call Shenanigans by tomstdenis · · Score: 1

      Where did you get boot disk and the sort from?

      It says a Linux Laptop ... nothing about "linux running off a USB dongle on a laptop" ...

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:I Call Shenanigans by Anonymous Coward · · Score: 0

      Where is the watermark that Microsoft ALWAYS... I repeat ALWAYS uses in EVERY presentation they give?

      Shouldn't you be in line at the social security office waiting for your check?

    3. Re:I Call Shenanigans by tomstdenis · · Score: 1

      First, I never said the story is legit [or as presented factual]. I just said that the persons gripe with the story wasn't based on what was presented.

      And why would I be in line? Currently I hold two jobs in software development and cryptographic support [re: software developer/cryptographer].

      As a fresh college grad I safely make enough money to be considered "not a pogey-seeking failure".

      But thanks for trying ya 2-bit troll. The trick to really get under peoples skin is to actually know the person you are trying to insult. John Viega and Robert Silverman have managed to do so [publicly no less].

      Essentially not only are you a troll ... but you're a bad one at that.

      Tom

      --
      Someday, I'll have a real sig.
  52. Was his PowerPoint patched by mrm677 · · Score: 2, Informative

    I devoted long hours to a PowerPoint presentation. In about hour 12 or 13, PowerPoint 2002 kept crashing whenever I tried to open the file. Unfortunately I did not have any previous revisions before the save which messed things up.

    I thought I was hosed, but I tried opening it in OpenOffice and it worked fine. Then a friend suggested I run "Office Update". Once I did this, PowerPoint opened the file without problems.

    Did this dude bother to update his PowerPoint?

  53. Linux. . . by kfg · · Score: 2, Insightful

    . . .for when our shit don't work. It'll save your butterfly's arse. What would you like to boot that actually runs today?

    KFG

    1. Re:Linux. . . by kz45 · · Score: 2, Insightful

      for when our shit don't work. It'll save your butterfly's arse. What would you like to boot that actually runs today/

      I hate to break it to you, but the machine running microsoft office had a hardware problem. This is why open office was used. Because they just happened to have a system up an running with linux/open office. It has nothing to do with the superiority of OSS applications.

    2. Re:Linux. . . by Anonymous Coward · · Score: 0

      It has to do with the rising incompetence of Microsoft however, as they were directly involved in the hardware for the tablet PC running widows that was their own project and product-it failed.

    3. Re:Linux. . . by Anonymous Coward · · Score: 0

      Where does it say it was a hardware problem?

      Statistically, it has a much larger chance of being an office problem than a hardware problem, hardware doesn't fail that often, where as Office programs have a tendency of corrupting their data files from time to time.

      Of course any Microsoft apologist would still blame the hardware (or sometimes the user, thus indirectly claiming that MS software is not userfriendly enough).

    4. Re:Linux. . . by kz45 · · Score: 1

      Of course any Microsoft apologist would still blame the hardware (or sometimes the user, thus indirectly claiming that MS software is not userfriendly enough).

      and any OSS apologist would still blame it on a microsoft apologist, when in reality, it's a hardware problem.

  54. Europe? by adam.wos · · Score: 0

    Ukraine is (at least partly) in Europe. More so now after the orange revolution than before.

  55. Wow! by Badanov · · Score: 0
    Ooo! Ooooh! Wowee! Tres kewl!

    Now, can I have +2 karma points to get back to neutral karma, or is that asking too much?

    --
    Dawn of the Dead
  56. Reminds me of something that just happened to me by aardwolf204 · · Score: 4, Interesting

    I'm the sysadmin of a company of about 100. The other day I was in the CEO's office waiting to give him a presentation on the latest version of the Intranet. The boss came in very upset, he had been having some problems with his laptop and hadn't been able to boot into windows all morning. There was a very important document on his drive that he just had to have for a meeting later that afternoon. I turned off the projector and started to attempt to recover his documents.

    First I tried Bart PE, a Windows XP bootable CD. It allowed me to see the hard drive, but the file sizes were all wrong. I tried to connect it to the network but it wouldn't recognize the network card. I tried plugging in a USB flash drive but it wouldn't recognize that either.

    DOS was out of the question as the drive was NTFS. Then it hit me, I had a copy of Knoppix 3.8 on me. I booted it up and it saw the network and thumbdrive instantly. I saved the boss's files and he was very impressed. While I was setting him up on a spare notebook he was playing with the menus in KDE and we made small talk about governments and businesses saving tons of cash by switching to Linux, Open Office, and other free software.

    So Linux saved the day for his poor broken Windows box, just a little ironic. Now this sysadmin is never leaving without a copy of Knoppix again.

    --
    Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
  57. old story, but still by lheal · · Score: 4, Informative

    ... it's clearly an operating system problem on the tablet, not a hardware problem. Linux to the rescue!
    ------------------

    From the README on the site:
    Intro
    [...]
    1. This is old news: the event happened on October 9, 2004.
    2. Microsoft rep in Ukraine had to use free software to get on with a presentation on a free software conference since his munition failed to cooperate with projector.
    3. See below (also posted to the places I could track down).
    [...]
    As for the facts:

    * it was not Master but ALT Linux Compact 2.3 (page|ISO|ML)
    * it was Third Ukrainian Free Software Developers' and Users' Conference
    * it was sponsored by IBM, Novell and EMT (yeah, I work for ...us; another funny thing is that Microsoft proposed to sponsor the conference too but we decided to politely decline the generous offer)
    * it is the head of Microsoft Ukraine, Mr. Valery Lanovenko
    * it is the Tablet PC which failed to feed the projector on the secondary head properly to blame
    * and indeed it's OpenOffice.org on our Linux/ThinkPad running their PowerPoint presentation ;-)
    * IMG_0395 has Mr. Lanovenko's personal comment -- he tries to make an impression that it was PDF (we as the conference staff recommended to keep those at hand) but all of us know OOo doesn't display PDFs ;-)
    [...]
    --
    Michael Shigorin
    mike at osdn dot org dot ua
    EMT.Com.UA * OSDN.Org.UA * Linux.Kiev.UA * ALTLinux.ORG

    --
    Raise your children as if you were teaching them to raise your grandchildren, because you are.
  58. Get the facts by Anonymous Coward · · Score: 1, Funny

    Did someone say using Linux is more expensive?

    Get the facts M$

  59. Of course they DID! by adam.wos · · Score: 0

    Well, of course they DID! They have to have a source of new ideas to steal, like, basing Office 14 on Java as well. That would be *really fast* ;)

  60. My Prediction by stlhawkeye · · Score: 1
    I make this post every time we talk about Microsoft and Linux.

    The next generation of Windows after Longhorn will have a Linux kernel (or other UNIX-like kernel). Expect it by 2015.

    --
    "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
    1. Re:My Prediction by Anonymous Coward · · Score: 0

      "The next generation of Windows after Longhorn will have a Linux kernel (or other UNIX-like kernel). Expect it by 2015."

      Yeah, just like I was supposed to have a flying car, affordable robot that can clean, cook, mow the lawn, and feed the pets, AND my fully-automated home by 2000?

      Please.

    2. Re:My Prediction by stlhawkeye · · Score: 1
      Yeah, just like I was supposed to have a flying car, affordable robot that can clean, cook, mow the lawn, and feed the pets, AND my fully-automated home by 2000?

      If Apple can build a proprietary commercial-grade GUI on top of an open-source kernel based on NetBSD, why can't Microsoft build a proprietary commercial-grade GUI on top of an open-source kernel based on Linux?

      --
      "I have never won a debate with an ignorant person." -Ali ibn Abi Talib
  61. Interoperable? by CrazyDwarf · · Score: 1

    I thought he said INOPERABLE!

    --
    It's easy to stand out when the general level of competence is so low.
  62. Ms's new slogan by Turn-X+Alphonse · · Score: 1

    "It just doesn't work" seems more accurate now.

    --
    I like muppets.
  63. Reminds me of IBM using Amigas with SCALA by GQuon · · Score: 1

    Reminds me of IBM using Amigas running the SCALA presentation program at. That was rather funny to us Amiga users when certain people told us about the superior nature of the IBM-compatible and how sub-standard our Amigas were.

    "Eating your own dog food" -- using your own products internally, is a commendable policy, but it should not become the "not-invented-here"-syndrome -- rejecting better solutions just because they're from a competitor. IBM was just using the best product for the job. I doubt they've kept the Amigas running to this day though.

    --
    Irene KHAAAAAAN!
  64. Re:offtopic question by croddy · · Score: 1

    i don't see it.

  65. Hardware fail, not software by YrWrstNtmr · · Score: 1
    On topic: I wonder what excuses did they give...

    From the extremely sketchy details, it appears it was a hardware failure. Another machine (Linux) was already up and running, so they used OOo on that machine to run the PPT, instead of holding up the presentation while a Windows/Office machine was booted up.

    Nothing about MSOffice failing to run or open the presentation, just a simple hardware substitution in the middle of a presentation.

    Of course, I could be wrong, but that's what I get out of it.

    1. Re:Hardware fail, not software by fafaforza · · Score: 1

      But don't let the facts ruin everone's fun. The hobby-developed underdog Linux supports the entire Microsoft corporation. Yup...

    2. Re:Hardware fail, not software by Anonymous Coward · · Score: 0

      Well, if the presenter was the head of Microsoft Ukraine, why would he have a copy of OpenOffice on his laptop in the first place? And why not PowerPoint on the same machine?

      Besides, Microsoft has caused me a small, yet significant, number of embarassing situations in the past. Seeing them having trouble digesting their own dog food always makes feel there's some justice built into the fabric of this world.

    3. Re:Hardware fail, not software by Curtman · · Score: 2, Funny

      just a simple hardware substitution in the middle of a presentation.

      They teach you that on the first day of MCSE training. Always blame the hardware.

    4. Re:Hardware fail, not software by Anonymous Coward · · Score: 0

      Except when their not eating their own dog food.. Repeat after me.. HARDWARE problem.. ok now you can go back to fantasy land.

    5. Re:Hardware fail, not software by Anonymous Coward · · Score: 0

      why would he have a copy of OpenOffice on his laptop in the first place?

      well, he didn't. As the GP says, from the info it seems like he borrowed another laptop when his had problems. So the story really is "ha ha there was a Linux user in the room with the MS exec", or something like that..

    6. Re:Hardware fail, not software by cascadefx · · Score: 1

      Repeat after me:

      The TABLET PC is a M-I-C-R-O-S-O-F-T initiative. The worked on the specs with a number of vendors, including putting some of their engineers in among the harware engineers at the various partner companies including Toshiba.

  66. 2003 Nebula Awards by Johnzo · · Score: 1

    I saw something similar at the 2003 Nebula awards in Seattle. Dr. Rick Rashid, founder of Microsoft Research, gave the keynote address. He had some video for us, but he couldn't figure out how to make Windows Media Player play through the banquet room's projector. All we got was a black square surrounded by that horrendous WMP silver-blob interface.

    It was funny to see him squirm. Of course, someone in the back yelled out for him to "get a Mac!" We never did see the exciting video he promised.

    Though his address was dull as dishwater--it dealt mostly in boring generalities that did nothing to excite either my IT self or my SF self--he did unintentionally demonstrate a primary motif of SF: that technology by itself isn't interesting--rather, it's the malfunctions that are interesting.

  67. Well, what would *you* have done? by Neopoleon · · Score: 3, Insightful

    I figured the comments would be full of negative little "ha ha" moments.

    But, if you've ever given a presenation, then you *know* how tough it can be. Demos and talks which have been working fine for days, weeks, and months have a way of suddenly breaking down when you need them most. Don't know why this is.

    So, this guy (if this is true) did what he had to so that the presentation could continue.

    Is that really something worth laughing at?

    Plus, it just goes to show that not everybody at Microsoft feels the same way about certain... "other" technologies. Yeah, it might be a fine "ha ha" for other people at the company, but those of you who are pushing the OSS agenda should really be congratulating this guy for sticking his neck out.

    And, had this been a presentation on some Linux subject and something had gone wrong with the presentation machine (Linux machines *do* crash, too, you know), then what would the presenter have done?

    People are laughing, but many of us on the Windows side of things have no problem firing up an alternative operating system. We have our loyalties, but it doesn't mean we're all totally pig-headed.

    --
    - Rory [Microsoft Employee] | Free dirt: neopoleon.com
    1. Re:Well, what would *you* have done? by team99parody · · Score: 3, Insightful
      But, if you've ever given a presenation, then you *know* how tough it can be. Demos and talks which have been working fine for days, weeks, and months have a way of suddenly breaking down when you need them most. Don't know why this is.

      There's something seriously wrong with your infrastructure (OS, application, hardware, etc) for that to be happening.

      I really hope you never work on medical equipment or airlines or weapons systems or anything else that matters if you tolerate the attitude that "[anything] which has been working for days, weeks, and months [could] have a way of suddenly breaking down whhen you need it most".

      It's fine if he's demoing a pre-release-prototype or something; but this was a supposedly "released" non-beta product that was screwing up whatever he was trying to accomplish.

      Yes, I've given many many presentations before. What would I have done? Had a backup of the presentation on a CD or USB device so regardless of what failed in my laptop, I could have given it successfully by borrowing someone else's laptop.

    2. Re:Well, what would *you* have done? by Anonymous Coward · · Score: 1

      But, if you've ever given a presenation, then you *know* how tough it can be. Demos and talks which have been working fine for days, weeks, and months have a way of suddenly breaking down when you need them most. Don't know why this is.

      Which is why most of us who know better switched from Windows a long time ago. Mysterious shit doesn't happen with any other O/S.

    3. Re:Well, what would *you* have done? by Neopoleon · · Score: 2, Interesting

      "There's something seriously wrong with your infrastructure (OS, application, hardware, etc) for that to be happening."

      Not to point fingers, but I've also worked on plenty of Linux installs that have crapped their pants (mostly because of X, I'll admit).

      "I really hope you never work on medical equipment or airlines or weapons systems or anything else that matters"

      Do you really think that we would approach a medical, airline, or governmental system in the same way we'd approach a consumer device like a tablet?

      The tablet runs a version of XP that's been beefed up with tablet support. Like XP, this OS comes bundles with the ability to handle a wide array of hardware/software combos. It's been pretty well demonstrated that the *vast* majority of XP (and cousins) crashes are due to bad third-party drivers, particularly where video is concerned.

      If we were building a device for a medical purpose, for example, we'd probably start with Windows XP Embedded and only include the components absolutely necessary for the system to run (note that Windows CE would also be a good bet). We certainly wouldn't include things that weren't needed. I'm guessing, for example, that many pieces of medical equipment will get by fine without drivers for the latest Audigy, or whatever, and so we wouldn't include support.

      A consumer device needs to be ready to deal with many hardware and software scenarios that Microsoft can only begin to guess at. A vertical need, like medical or airline equipment, can be put together in a very targeted way so as to avoid the problems normally associated with consumer hardware.

      Look at Apple - they own almost the entire hardware and software stack. They control everything from the OS to the mail app to the web cam drivers, and their machines *still* crash like crazy (I own a PowerBook, and although I love the thing, it *does* crash, and when it does, it *really* crashes).

      Think about that, and then think about every cheap piece of unsupported hardware that actually works with XP. Will all of them? No, but many do, and that's incredible. It's something for which we don't get enough credit.

      So, yeah. I understand your concerns, but we know better than to treat specialized devices like general purpose consumer platforms.

      --
      - Rory [Microsoft Employee] | Free dirt: neopoleon.com
    4. Re:Well, what would *you* have done? by Neopoleon · · Score: 2

      "Which is why most of us who know better switched from Windows a long time ago. Mysterious shit doesn't happen with any other O/S."

      Of course.

      No other OS's crash or exhibit strange behavior while running certain applications.

      And that, my friend, is why there's no such thing as a core dump :)

      Hey... wait a minute...

      --
      - Rory [Microsoft Employee] | Free dirt: neopoleon.com
    5. Re:Well, what would *you* have done? by JohnFluxx · · Score: 1

      A core dump is when the kernel kills an app, not when the app kills the kernel. There's a big difference there.

  68. Poster is pure 3vil! by NinjaFodder · · Score: 0

    "Here's a picture!" He says.

    That is just so wrong...

    Somewhere a server is crying.

    --


    Cause everyone wants a free Xbox360
  69. Re:Reminds me of something that just happened to m by jackcarter · · Score: 1

    So Linux saved the day for his poor broken Windows box, just a little ironic. Irony is when the opposite of what is expected occurs. This is completely expected, and therefore not irony. In case it wasn't clear, that wasn't intended as a grammar police thing, but rather a "Ha-ha, Linux will always prevail, that's obvious" sort of thing.

  70. Oh!-Condiments. by Anonymous Coward · · Score: 0

    "The irony is delicious!"

    I personally prefer mustard with mine.

  71. How many times has Microsoft saved Linux? by Rotten168 · · Score: 1

    And we just haven't heard of them. I personally can recall dozens of times.

    1. Re:How many times has Microsoft saved Linux? by mdwstmusik · · Score: 1

      ... I personally can recall dozens of times.

      I'd like to hear about some of them. I've never been in a situation where Windows could correct a problem that I was having with Linux. I have, however, been in many where the opposite was true.

      --
      "Oh, what sad times these are when passing ruffians can say 'ni' to helpless old ladies."
    2. Re:How many times has Microsoft saved Linux? by Rotten168 · · Score: 1

      Oh please, even my old Windows-hating boss used to need to use it constantly. Mostly due to the inferior applications. Give it a rest, Lin-o-nut.

    3. Re:How many times has Microsoft saved Linux? by mdwstmusik · · Score: 1

      Lin-o-nut?

      I use both Linux and Windows and was really hoping to be enlightened on how Windows could save the day when I had a Linux problem. I thought 'dozens of times' I must be missing something. Apparently not. You couldn't come up with one concrete example. Just a smart ass comment.

      Win-o-jerk!
      --
      "Oh, what sad times these are when passing ruffians can say 'ni' to helpless old ladies."
  72. ...Which only proves by vitalyb · · Score: 1

    Microsoft might not like Linux but it will use it on the first good opportunity.

    I am sure though, if that gets into the real press Micrsoft will hurry to tell how badly the OO rendered the presentation and how that projector sucked. Hell, probably the Windows machine crashed because the Linux machine was sending malicious radio waves to it.

  73. It's F9 baby by magi · · Score: 2, Informative

    This isn't the first OpenOffice Impress slide show I see people running in non-full-screen windowed mode. So, remember, F9 starts the slide show in full screen.

    In Acroread, it's Ctrl+L. I learned this only after a two-hour presentation in windowed mode.

    Disappointinly, you apparently can't get full screen mode at all in xpdf nor gv. I've seen a lecturer do his entire course with windowed xpdf under Linux.

    1. Re:It's F9 baby by SirTalon42 · · Score: 1

      In KPDF its Control+Shift+F to go full screen (same with almost all other KDE apps)

    2. Re:It's F9 baby by rob_horton · · Score: 1

      Try xpdf -fullscreen

  74. *motions for the " In Soviet Russia" dumptruck* by ARRRLovin · · Score: 0, Offtopic

    "Back it in, slowly.....slowly....stop."

    --
    -Randy
  75. Link to the original article by marq00z · · Score: 2, Informative

    The original article was at PCLinuxOnline and contains a lot more information. http://www.pclinuxonline.com/article.php?sid=9792

  76. Proof by darjen · · Score: 1

    This definitely prooves beyond a reasonable doubt that MS sucks and Linux is the best. We can now finally rest in our ongoing struggle against this giant, evil monopoly that has plagued us for so long Way to go guys!

  77. Bets anyone? by bushda · · Score: 1

    Anyone want to wager on how much longer that guy will be employed by Microsoft?

    Ya know that MS must lurk @ /., and something like this (if it can be verified as authentic) is a pretty black eye to MS.

    That being said, I'm sitting here giggling with maniacal laughter just thinking about the whole thing. :)

    --
    There are two seasons in my world - Hockey and Construction
  78. I want to know why by Anonymous Coward · · Score: 0

    A guy from UK who does IT support was at Microsoft Shared Source(developers) conference in Ukraine? Sounds fishy to me.

  79. OpenOffice as the savior by xeno · · Score: 1

    Ok, not quite. But I've been doing my part to promote OOo by installing it on every machine in my extended family (more than I'd care to count at the moment), but I don't remove the usual MS Office apps. And I don't proslytise about OOo. I just tell them: "When Word or Excel explodes or does something really weird, just save what you have and open it up in OpenOffice. It'll work every time, and it doesn't do weird stuff without letting you know what's happening." I gotta say, more than half come back and say "Holy crap, this saved my ass, and it's FREE???"

    My 10y/12y niece and nephew are getting refurbed Tpad 600's (almost done today), and they actually asked for OOo and knew about the built-in PDF feature. It ain't the world, but a kid in school showing his friends an-app-that-just-works(tm) trumps a huge advertising budget every time. That's why MS poured so much advert money into dislodging Apple from US schools. (Of course, for MS, this is the dime-bag method. For OOo it's a bit more altruistic...)

    J

    --
    I think not...(*poof*)
  80. Sometimes OO has better compatibility by dodongo · · Score: 2

    I don't remember the exact problem we were having in my lab, but someone was preparing to give a presentation which they made in PowerPoint on one of our PowerMacs. They took it over to a Windows box because the room for the presentation only had that available, and the damned presentation wouldn't load.

    You can imagine the amount of cussing that ensued.

    I don't have MS Office on my Windows laptop, but I do have OO.o, and lo and behold, I was able to open my labmate's presentation. But the real kicker is that I was able to Save as... and the file popped out in a format MS Office on the Windows box would read.

    It was about the most bizarre file compatibility thing I've ever seen.

  81. Are you sure it wasn't a stunt? by Anonymous Coward · · Score: 0

    The presentation was on MS's "Shared source initiative. Perhaps the presenter did this on purpose to show that MS are not the evil linux-hating overloards we make them out to be?

  82. because you had windows! by medgooroo · · Score: 0

    Your point is kind of irrelevant, if you'd had a linux install instead of a 2k, you could have used that just as well... Whereas the MS person did had a simple nix install set up, or 2 windows installations (thank god.. cos thats fun :S) MS Office is choosy on files (be choosey on what you accept - thats not how i remember it) and linux could easily have been used of a random live cd... (which incidentally, you could have done as well)

    --
    Brain(s): 0.0% user, 1.3% system, 0.1% nice, 98.6% idle
  83. Re:Reminds me of something that just happened to m by Anonymous Coward · · Score: 0

    Sigh...

    You know, listening at this kind of stories makes me want to jump ships. My boss would have bitched all day about how unreliable the IT infrastructure of the company is, had it been his laptop the one to break down.

    Even if I could have saved his files, there would be no apeacing for him, and would have gone on with his bitching.

  84. Re:Reminds me of something that just happened to m by sffubs · · Score: 1

    Actually, DOS is not completely out of the question.

    http://www.sysinternals.com/ntw2k/freeware/ntfsdos .shtml

    Still, Knoppix is a better way.

    --
    ݼ)s$æúßðíÊ'öX'îò5^àûßQç£
  85. Hahahah! by The+Bungi · · Score: 1
    That's precious! Quippy! I was about to tell the story about having to download driver tarballs from my Windows machine to fix a borked RH9 installation, but I guess that would be considered flamebait in this context!! HAHAHA!!!

    Cripes.

  86. Almost and probably by Anonymous Coward · · Score: 0

    A presentation ... by the head of Microsoft Ukraine was almost ruined...
    Well, after this, the future of the head of Microsoft Ukraine is most certainly ruined...

  87. Yawn... by fitten · · Score: 1

    Not only is this last week old but it is hardly interesting. I can't tell you how many presentations I've given about Linux software that we've written using PowerPoint.

    I've also emailed presentations that were written on Linux using OpenOffice and displayed on PowerPoint because someone forgot to bring the right laptop...

    Yawn...

  88. Re:offtopic question by SirTalon42 · · Score: 1

    It seems people with good (excellent?) karma don't have to do it. Thats more reason to not post useless crap (like this :-D) so you don't get modded down into oblivion.

  89. But! The GPL is Viral!!! by AntiCopyrightRadical · · Score: 1

    So shouldn't Microsoft have to release their presentation as open source now?

    For the Record: The GPL is not Viral like that. Microsoft still has full legal rights to their content.

    But it would be nice if someone challenged them, to force them to state that the GPL doesn't take away their independent copyrights.

    --
    Abolish Copyright. Restore Freedom.
  90. Re:Reminds me of something that just happened to m by darkonc · · Score: 1

    For me, the process of recovering a virus-infected PC includes running clam-av from knoppix (in the hopes that it helps find anything that's seriously embeded in the OS, as a driver, etc.)

    --
    Sometimes boldness is in fashion. Sometimes only the brave will be bold.
  91. When a Mac... by D_Lehman(at)ISPAN.or · · Score: 1

    This isn't too bad. But, I'll be more impressed when I see Gates caught with an iMac while on vacation to edit his home movies with. Or, someone spying Steve Balmer working out listening to an iPod. Forget necessity, that's explainable, like why Hotmail ran linux servers. Show me an example of clear preference, and you've got an MS film clip that'll make CNN for about a week.

    --
    Cleaning the net one sed at a time! s/sex/sermons/; s/hot/holy/; s/goats/thebible/; www.holysermonswiththebible.com
  92. Mod Submitter Up! by Hobart · · Score: 5, Funny

    Someone actually used Coral Cache in a direct image link from a slashdot story?!?

    World... ending... pigs flying ... dogs and cats living together ... mass hysteria...

    (-1: Silly)

    --
    o/~ Join us now and share the software ...
    1. Re:Mod Submitter Up! by InsomniaCity · · Score: 1

      Yeh, its absolutely brilliant for those of us behind firewalls beyond our control that won't let us access the ports Coral uses!

      --
      You cant make anything foolproof, they'll only invent better fools.
    2. Re:Mod Submitter Up! by KingSkippus · · Score: 1

      Amen. I couldn't access the link until I copied-and-pasted the link into my address and removed the Coral suffix and port.

      If anyone else reads this way-down comment, people like me sure would appreciate it if you posted both Coral and non-Coral links. Something like this example link (non-Coral) might be nice.

      Yeah, I am really lazy, but I figure that your extra ten seconds of effort will save thousands of people an extra five seconds of effort. With the extra time humankind collectively saves, we could easily discover the cure to cancer within a year or so. Of course, I just used up a lot of people's extra time in posting this comment, so it looks like the cure will have to wait until 2007.

  93. USENIX, same story by ink · · Score: 1
    Last time I went to USENIX (2003) it was about 50/50 Powerpoint and others. Some used Apple's Keynote, and some used Openoffice.org.

    Of course, the best presentations didn't have slides at all. They used real examples, when appropriate and actually spoke, instead of reading slides. The keynote by Neal Stephenson was that way.

    --
    The wheel is turning, but the hamster is dead.
  94. Not First Time Strenghts, Weakeness Demonstrated. by Erris · · Score: 1
    And not one story about all the presentations given at Linux World that were done using Power Point on Windows.

    If what you say is true, it's not news and it just goes to show the power of free software. Everyone has to deal with legacy equipment using Winblows. Despite the great efforts by M$, using such equipment is not too difficult and happens routinely. Free software efforts have managed to decode M$ formats, a task which well funded companies were not able to do as well or as quickly. The ability of free software to keep up with that kind of crap is miraculous. Free software is able to deal with other people's stupidity and malice. As demonstrated here, relying on M$ to get things done is stupid, but it's possible that the Linux World Expo had crufty projection equipment and did not let anyone boot anything else. So what?

    Microsoft's poor performance is a self inflicted discgrace. Despite their monopoly power over hardware makers, which results in every hardware maker on earth creating drivers for M$, M$ routinely fails to deliver. Recommendations of daily reboot, four minitue to own times when connected to a network and the BSoD the happens all too frequently are symptoms of M$'s inability to deal with their own anti-competitive complexity. They have put so many barbs in for everyone else, and have so long neglected real quality issues that their products are unstable and essentially unusable. We're not talking about any old schmoe here, we're talking about a Microsoft Representative who should have the best support and upkeep possible. When people like that, or Bill Gates himself, the blame is easy to place.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  95. Hi from Kiev -- we're OK, and it's old but fact ;) by gvy · · Score: 5, Interesting
    Thanks for the direct link, cache lags indeed as I can see; there's a story page there too (thrown together after the first wave of pre-slashdot effect hit our gallery; and yes, the fact is just as this, there is one more independent photo link there).

    The bottleneck ATM is the shaper, we enjoy sponsored colocation and hardware (by WNet ISP) and current outbound traffic is around 512Kbps.

    Otherwise, our ALT Linux server that's serving you now is perfectly OK, given it's 4-way Xeon with a meg cache per CPU with a gig of RAM and SmartArray. So load average is more like: 0.19, 0.14, 0.12.

    Here's a postcard from Apache (no nginx on top of it even ;-) -- 167 requests currently being processed, 8 idle servers (I've upped MaxClients from 150 to 250, hope it's enough for some time -- seen 180+ max today).

    and here's top's top:

    CPU0 states: 1.1% user, 4.4% system, 0.0% nice, 0.0% iowait, 93.3% idle
    CPU1 states: 0.2% user, 0.2% system, 0.0% nice, 0.0% iowait, 99.1% idle
    CPU2 states: 0.3% user, 0.0% system, 0.0% nice, 0.0% iowait, 99.2% idle
    CPU3 states: 0.0% user, 0.1% system, 0.0% nice, 0.0% iowait, 99.4% idle
    Mem: 1033300k av, 680024k used, 353276k free, 0k shrd, 4168k buff
    346864k active, 246712k inactive
    Swap: 522072k av, 2240k used, 519832k free 482032k cached

    PS: we'll be doing 4th conference like that this October, feel free to contact me during next weeks if you're eager to travel to Kiev and roll a speech on Free Software!

    --
    Michael Shigorin EMT.Com.UA * OSDN.Org.UA * Linux.Kiev.UA * ALTLinux.ORG
  96. Re:It's always nice when Open Source can lend a ha by TheTomcat · · Score: 1

    Dude.
    Too much [Wikipedia].

    S

  97. Linus Torvalds Saved by Windows XP! by Jahz · · Score: 2, Interesting

    "At a presentation on the progress of the linux kernel, Linus Torvalds Linux-based laptop it the dust. The presentation was saved by a kind audience member who volunteered his Windows XP laptop to finish displaying the remainder of the presentation." Ever seen this article? Of course not. It doesnt exist. and THATS why this is a big deal.

    --
    There are 10 types of people in the world. Those who understand binary and those who do not.
  98. Is this news? by Anonymous Coward · · Score: 0

    Yet another non-issue. Any machine, no matter what hardware or operating system, will have issues sometimes.
    What makes this news? That the oh-so-hated ms had it happen as well?

    Enter the zealots...

  99. Old news by vginders · · Score: 1

    Did anybody checked this? It's old: http://paq.osdn.org.ua.nyud.net:8090/~mike/img/MS- uses-OOo/ [IMG] hpim2544.jpg 11-Oct-2004 21:25 460k [IMG] hpim2544.sized.jpg 11-Oct-2004 21:25 95k

    --

    Serge
  100. Re:offtopic question by sffubs · · Score: 1

    My karma is listed as "good", but I'm not special enough to not have to decode an image.

    Posting this prolly won't help either...

    --
    ݼ)s$æúßðíÊ'öX'îò5^àûßQç£
  101. YEAH by jurt1235 · · Score: 1

    Well, anyway it is interesting that Microsoft has running linux machines standing around at places this close to public, makes me wonder how high the linuxcounter project goes within Microsoft.

    --

    My wife's sketchblog Blob[p]: Gastrono-me
  102. Excel file saved by OO-Calc by sktea · · Score: 2, Interesting

    I had a similar experience when a user in my organization couldn't open an Excel workbook -- Excel 2002 crashed whenever the user tried that specific XLS file. I checked first that Office XP was fully patched (it was); then I opened the offending file in Calc and identified the problem: a column which normally contained a simple formula somehow got corrupted. Instead of the formula, there was a long string of gobbledygook in each cell in that column. I replaced the string with the correct formula, saved it in XLS format and voilá! The user thanked me and I informed all of the IT support folks to keep a copy of OpenOffice handy for just such an occasion.

    --
    Sometimes I have to say to hell with it and just eat my jellybeans.
  103. Re:Not First Time Strenghts, Weakeness Demonstrate by 110010001000 · · Score: 3, Insightful

    It must be nice to be caught in a reality distortion field. There is no excuse for Linux World presenters not to be using Linux/OSS for their presentations. The "projection equipment" is not dependent on Powerpoint - it simply uses the VGA output port. BTW, this story is a hoax. The last time it supposedly occurred in September during a joint MS/Novell conference. But dont let reality creep in!

  104. kind of more full text (Get The Facts, heh) by gvy · · Score: 4, Informative
    Well there was the bottom part of the message holding the explanation itself:

    Facts (below)

    As for the facts:

    • it was not Master but ALT Linux Compact 2.3 (page|ISO|ML)
    • it was Third Ukrainian Free Software Developers' and Users' Conference
    • it was sponsored by IBM, Novell and EMT (yeah, I work for ...us; another funny thing is that Microsoft proposed to sponsor the conference too but we decided to politely decline the generous offer)
    • it is the head of Microsoft Ukraine, Mr. Valery Lanovenko
    • it is the Tablet PC which failed to feed the projector on the secondary head properly to blame
    • and indeed it's OpenOffice.org on our Linux/ThinkPad running their PowerPoint presentation ;-)
    • IMG_0395 has Mr. Lanovenko's personal comment -- he tries to make an impression that it was PDF (we as the conference staff recommended to keep those at hand) but all of us know OOo doesn't display PDFs ;-)

    You bet there was some debate afterwards but no tomatoes flying (which was quite the fear of Mr. Lanovenko's coworkers) :-) Shameless plugs

    BTW, there's going to be 4th such conference this autumn (first weekend of October), you're welcome! (details at the conference site, see above)

    --
    Michael Shigorin EMT.Com.UA * OSDN.Org.UA * Linux.Kiev.UA * ALTLinux.ORG
  105. Re:Not First Time Strenghts, Weakeness Demonstrate by Atzanteol · · Score: 2, Insightful

    it's possible that the Linux World Expo had crufty projection equipment and did not let anyone boot anything else.

    It's possible, but not true.

    One developer (yes, well-respected developer) simply stated (expecting flames) that Power Point was better and said he would not take any questions on that during his presentation.

    Though that was a few years back. The last time I saw him at LWCE he was using a Mac with some other presentation software.

    --
    "Ignorance more frequently begets confidence than does knowledge"

    - Charles Darwin
  106. More details by Anonymous Coward · · Score: 0
  107. Re:Reminds me of something that just happened to m by aardwolf204 · · Score: 2, Funny

    Then I guess it wont help to tell you that the next week on our quarterly conference call I received the quarterly champion award complete with glass trophy. Find a job where the boss is an old fortran guru.

    --
    Im dreaming ofa big bndwdth, That can resist the /.crowd.May ur days b merry & bright & may al
  108. Ironic by Anonymous Coward · · Score: 0

    This song should of been playing during the background of that presentation.
    ____________________________

    An old man turned ninety-eight
    He won the lottery and died the next day
    It's a black fly in your chardonnay
    It's a death row pardon two minutes too late
    Isn't it ironic... don't you think
    Chorus:
    It's like rain on your wedding day
    It's a free ride when you've already paid
    It's the good advice that you just didn't take
    Who would've thought... it figures
    Mr. Play It Safe was afraid to fly
    He packed his suitcase and kissed his kids good-bye
    He waited his whole damn life to take that flight
    And as the plane crashed down he thought
    "Well, isn't this nice." And Isn't this ironic ... don't you
    think?
    Repeat Chorus
    Well life has a funny way of sneaking up on you
    When you think everything's okay and everything's going right
    And life has a funny way of helping you out when
    You think evertyhing's gone wrong and everything blows up
    In your face
    A traffic jam when you're already late
    A no-smoking sign on your cigarette break
    It's like 10,000 spoons when all you need is a knife
    It's meeting the man of my dreams
    and then meeting his beautiful wife
    And isn't it ironic... don't you think
    A little too ironic.. and yeah I really do think...
    Repeat Chorus
    Well life has a funny way of sneaking up on you
    And life has a funny funny way of helping you out
    helping you out

  109. text of presentation is in Russian language, 100% by Anonymous Coward · · Score: 0

    I can confirm that the text of the presentation is written in the Russian language (my mother tongue).

  110. In Soviet Russia, documents save you! by njchick · · Score: 4, Funny

    n/t

    1. Re:In Soviet Russia, documents save you! by temcat · · Score: 1

      But remember, sometimes they can delete you, too...

    2. Re:In Soviet Russia, documents save you! by Anonymous Coward · · Score: 0

      BZZZZZZZT!

      Nope, sorry- the parent post to you was the perfect comeback- it complemented the GP and the story completely. Any attempt to add humor to it is completely superfluous. It just didn't work.

  111. Is this really noteworthy? by rockhome · · Score: 1

    Is this really worth anyone's time? Big deal, a machine broke down and an alternative was found. Does this really count as noteworthy outside of the relatively low "ha-ha" factor?

  112. How appropriate... by at_slashdot · · Score: 1

    Ads by Google:
    "Linux Comparison

    Get The Facts: Windows vs. Linux. Read The Independent Analysis Now."

    I think I just got the facts without the "independent" analysis paid by Microsoft.

    --
    "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
  113. We tried this... by Anonymous Coward · · Score: 0

    An employee suggested to me that we load Knoppix on a few machines here as an evaluation. I was skeptical at first but he explained the benefits of using it for rescuing lost files from Windows. So I decided to let him install the OS onto 5 machines to see how the users got on. Besides, our OpenBSD servers had been running fine up till now, why not try it on the client machines?

    Once he'd got the machines up and running with Knoppix we let the users try it out. It all seemed fine to start with: Openoffice comes with file locking disabled and the users could still corrupt important documents as normal.

    Alas it did not stay that way. Our sysadmin fixed the locking problem. After a few days, I had lost count of the number of complaints received from users who could not find the helpful programs they were used to (Bonzai Buddy even!??) or games they could not play that they previously could on Windows. The final straw came when one employee recovered several hours work after Word suddenly had an error reading from our database and corrupted his project.

    I made the employee uninstall Knoppix from the machines and lets just say he's not with us anymore.

    1. Re:We tried this... by Anonymous Coward · · Score: 0

      I tried to grok your text but failed. e.g. So the worker "recovered(?)" several hours work after "Word(?)"... ? WTF? Seems like Word did something bad, and yet the worker saved several hours of work, and this means Knoppix is bad???

      Other parts suffer from similar problem... I can understand if you are not a native speaker but there seems to be no telltale grammar errors in your sentences to indicate that you are a non-native speaker. So I give up and convinced myself that you are either (1) a PHB misunderstanding a technical situation, or (2) a troll.

    2. Re:We tried this... by Elshar · · Score: 1

      First, you realize that OpenBSD != Knoppix, nor is OBSD in any way, shape, or form even closely related to knoppix?

      That said, the main complaints were that they couldn't find games or spyware that they were accustomed to?!

      And then you ditched the whole effort, and fired the guy because one employee didn't back his project up at all, and managed to bork it while it was reading from a database?! You sure you should be his boss? Or that he was the one you should've fired?

      Just a disclaimer: I dislike linux. Alot. I do use it though, and I have to say from your story, not only did you seem to be against it to begin with, you seemed to also dislike the employee, as you clearly let him do it just so you could find an excuse to undo it, and then fire him.

      Otherwise, you'd have had him 'fix' the issues people had. Can't find notepad? Well here, use gvim/gedit. Can't find mspaint? Here's gpaint. kcalc?

      What? You need a calculator? How 'bout xcalc, or
      All the stupidass games that are default in windows (solitare, minesweeper, mahjongg, hearts, pinball) are also pretty much defaults in kde.

      Just a few hours with the affected employees and they'd have been retrained. And, if he'd edited the menus, he could've made it look so much like windows they'd have barely noticed.

    3. Re:We tried this... by macshome · · Score: 1

      Erm... I do believe that post was a joke. Sheesh...

    4. Re:We tried this... by iabervon · · Score: 1

      Your problem is that you installed Knoppix on the machines. Really, it's meant to be run off of the CD (and only one CD per sysadmin). That means that people won't generally have to deal with the extra productivity except in emergencies.

    5. Re:We tried this... by jred · · Score: 1

      Even *I* got it, and I'm a dumbass.

      --

      jred
      I'm not a mechanic but I play one in my garage...
    6. Re:We tried this... by felixdzerzhinsky · · Score: 1

      "Really, it's meant to be run off of the CD (and only one CD per sysadmin)." Knoppix is free and open source software you can make as many copies as you want. I ran knoppix as a hard disk install for one year with no problems. Dare I say it, it basically becomes Debian. Still Kanotix is probably better as a hard disk install. Less tweaking to do after installing. Personally these days I am running Ubuntu.

      --
      "Flags are bits of colored cloth that governments use first to shrink-wrap people's brains..."
  114. Big freakin deal by Anonymous Coward · · Score: 0

    So somebody in the IT staff didn't plan ahead and make sure that all equipment was working properly before a meeting took place and this is news? Headline should read, gay IT staff can't get projector working...

  115. Another 'Big Deal'... by Chordonblue · · Score: 1

    ...would be if MS would actually start supporting the format they helped create (OASIS).

    --
    "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
  116. OSS developers caught using non-OSS!!111 by Anonymous Coward · · Score: 0

    Yeah, so if I make an image GIMP of OSS developers using Windows/commercial software, and make up some story about how it saved the day, slashdot will post it and peopl will believe it?

  117. your slashdot problems: by ImaLamer · · Score: 1

    You failed the Turing test.

  118. Considering... by Svartalf · · Score: 1

    ...that you needed to download updates, etc. you probably had hardware that wasn't officially supported under RH 8.0 to begin with.

    Something about listed hardware and OSes runs through my mind right at the moment...Oh yeah...

    "You shouldn't expect anything that is not on the list to work."

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  119. Give him a +1 Interesting (Amiga story) by Chordonblue · · Score: 1

    "I doubt they've kept the Amigas running to this day though."

    Nah, not with Scala running on PC's - even I switched over to that. I think the main difference with eating your own dog food / not-invented-here is that the balance changes when you're talking about open source.

    IBM's attempt to use what they promote is commendable, as is Novell's. The beauty of this particular approach is that code from within or without can serve to better their own product and that's what's exciting to me. Even if IBM/Sun/Novell's in-house product was allowed to become staid, there are always others out there dilligently modifying the original code, adding features, fixing bugs, etc.

    As an example of this cross-pollination, look how IBM has started to embrace OpenOffice.org - that's an example of how companies are starting to 'get it'.

    --
    "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
  120. MOD PARENT UP! INSIGHTFUL! by Anonymous Coward · · Score: 0

    Mac people seems not to understand something very fundamental --- THEY HAVE NO RIGHTS TO DISLIKE MICROSOFT! If anything, their position of supporting a platform that only the hip and fad uses is more repulsive.

  121. Famebaits by necromcr · · Score: 0

    Oohh boy cant wait for all of them :)

    But seriously, OO saved the day when over 90 pages Word file crashed MS Word 2000. My coworker was honouring me like a god until the next release of office came out and was overtaken by "pretty buttons". Now he has the same s__t again :)

    --
    No more I say.
    1. Re:Famebaits by Shin+Chan · · Score: 2, Funny

      Here's one for you: Bill Gates is pretty famous.

      You were asking for famebates, right? :)

      --
      Proud owner of BOT2K3 [ bot2k3.net ]
  122. OMG! by Anonymous Coward · · Score: 0

    OMG.. AN IMAGE ON TEH INTERWEB !!

    THIS HAS GOTTA BE SOO TRUE !!

    Golly.. Lets gather around and talk about how bad Microsoft Windows is!!!111one!!

  123. news worthy? by Anonymous Coward · · Score: 0

    although there was a slight "ha ha" factor in this story... Why's this news?
    I'm a firm supporter for open source projects and alternative operating systems but common.. THIS IS NOT NEWS? I normally carry a knoppix cd and/or UltimateBootCD & DSL with me not only to save a windows machine from disaster but in those times where either linux crashed as well or I messed it up (usually the later). I'm sure that there are a fair no# of people who do the same. It's called plan B! Any good sys admin, computer guru or person who has had a hd, os, etc.. mess up on them will have one

  124. find a new job bro by globaljustin · · Score: 0, Flamebait

    Hey man,i couldn't help but be touched by your story.

    If true (and I assume it is) you deserve a big raise, not to a stern talking to for using 'non-approved' software.

    I'm sure you're paid pretty well, but don't you think there's a better place for your talents?

    --
    Thank you Dave Raggett
    1. Re:find a new job bro by Aeiri · · Score: 1

      I'm sure you're paid pretty well, but don't you think there's a better place for your talents?

      Score:-1, Missed the Point

    2. Re:find a new job bro by Anonymous+Monkey · · Score: 1

      Thanks. But just to set your heart at ease, I no longer work at that office (I was temp to hire and I had the joy of telling them No, when they offered to hire me) and the talking too was not that stern.

      --
      We are the Borg...
  125. So what Powerpunt doesn't like talking to itself by Original+Cynic · · Score: 1

    Why is this so shocking to anybody? All you have to do is to generate a Powerpunt presentation using a MAC then transfer it to a PC. At BEST you end up with a presentation with MANY misinterpreted fonts and symbols. I routinely resort to opening "broken" powerpunt presentations in Open Office then resave them as powerpunt to recover them. I have found that if I stay on the same computer and operating system (ie winders) then Symbols and Fonts problems become almost nonexistent.

  126. where was the the news coverage.. by sucati · · Score: 1

    when my laptop (running mandrake 9) crashed while I was attempting to give a presentation on the benefits of leveraging opensource technologies in our applications. Turns out it didn't like the video source being switched to a projector. Nonetheless talk about embarassing and no I'm not making this up. I'm a huge linux/opensource proponent but this story is just one-sided.

  127. This is not new but... by Anonymous Coward · · Score: 0

    it IS interesting. I have been salvaging bad diskettes and corrupted MS files for a few years using a Linux machine. Works almost every time and you wouldn't believe how happy it makes the kids that almost lost their final term papers because they can't afford a thumb drive.

  128. lame, people by globaljustin · · Score: 1

    What's the deal?

    Why do some Linux geeks have to respond to the parent's post with: "Oh, well, I didn't have that problem when I installed MY Red Hat 8.0, really it's pretty easy. I played starcraft, downloaded pr0n, and brushed my teeth while I installed Red Hat."

    It's obvious that you condescending dorks have something to prove...get a girlfriend, then you can brag to her about your Linux skills.

    Parent's post was an individual annecdote. It should be taken as such, and not as some kind of rant against Red Hat. He/She obviously knows how to get things done w/ a computer.

    --
    Thank you Dave Raggett
    1. Re:lame, people by Slashcrap · · Score: 1

      Why do some Linux geeks have to respond to the parent's post with: "Oh, well, I didn't have that problem when I installed MY Red Hat 8.0, really it's pretty easy.

      This is a discussion forum. That means a place where people discuss things. The way it works is that someone posts a fact or opinion and then other people post replies. Now the shocking thing is, and I think you're going to need to focus all of your obviously considerable intellect to grasp this, they may actually disagree with or point out inaccuracies in the original post!

      It's obvious that you condescending dorks have something to prove...get a girlfriend, then you can brag to her about your Linux skills.

      I'd rather do that than have to brag about how I used my stunning wit to summon up some deeply unoriginal cliches and use them to put down people discussing their choice of OS on a discussion forum where people discuss their choice of OS.

      I think that if I were in that situation, suicide would be an attractive option.

    2. Re:lame, people by globaljustin · · Score: 1

      are you flaming?

      just because this is an open discussion forum does not make every post equal. People post all kinds of crap on here, which makes the good, ON-TOPIC posts stand out more.

      I think bragging about how you can run Red Hat with no problems instead of discussing the actually issues mentioned in the post is off-topic and lame.

      If you can tell me how some uber-geek bragging about how he/she 'didn't have those problems, red hat is so easy' is an on-topic post discussing choice of OS, then please do so, otherwise don't bother responding.

      --
      Thank you Dave Raggett
    3. Re:lame, people by Slashcrap · · Score: 1

      are you flaming?

      How very perceptive of you. I can see it's going to be difficult to get anything past you.

      People post all kinds of crap on here, which makes the good, ON-TOPIC posts stand out more.

      Quite right. Looking through your posting history I can't help wondering - are you thinking of writing one at any point?

      I think bragging about how you can run Red Hat with no problems instead of discussing the actually issues mentioned in the post is off-topic and lame.

      I don't really give a shit about Ded Rat to be quite honest. It's nearly as brain damaged as Windows in my experience. I wouldn't touch it with a shitty stick if I weren't paid good money to do so.

      The reason for my reply was that you were being an insulting little prick. Now that's fine when it's done with any style or originality, but you can't even manage that. Just tired old cliches that betray your utter lack of personality.

      And here's the thing - people with tedious personalities and no sense of humour tend not be terribly successful with women. Unless you are a multi-millionaire with a 12inch cock, I find it hard to believe that you speak from a position of strength when you trot out the old "you use Linux so you're smelly and can't get laid" lines.

      You are a waste of carbon and your shitty posts are a waste of electrons. Have you ever considered Usenet as an outlet for your stunning insights? You'd fit right in.

  129. Got married. by CustomDesigned · · Score: 1
    get a girlfriend, then you can brag to her about your Linux skills

    I'm married with four kids. And whenever I get too long winded on an anti-microsoft rant, my wife starts crying. That means it's time to get back to the real world. She understands the social and political aspects of open source, but not the technical. The book that really helped her understand was "The Joy of Linux".

    Her favorite famous geek is Richard Stallman - because he is focused on long term goals of freedom and social justice, explains them in non-technical language, and doesn't get hung up on the technical issues of the day.

  130. How many rendering problems were there? by geekee · · Score: 1

    I'ver yet to open an office document of any real commplexity in oo and have it render correctly. Even worse, excel charts are just gone.

    --
    Vote for Pedro
  131. Ok, seriously, what is going on by ribo-bailey · · Score: 1

    xbox360 is using IBM chips, Apple wants to use Intel chips, and MS is using openoffice and linux for their presentations. BIIZAARRROOOO WORLD!!!

  132. A picture is worth... by gnarlin · · Score: 1

    Well, my thousand words are up!

    --
    A bad analogy is like a leaky screwdriver.
  133. Twice in less than one week... by pandrijeczko · · Score: 1
    ...that a Slashdot article has mentioned Ukraine!

    Careful now, IBM will opening call-centres there next!

    --
    Gentoo Linux - another day, another USE flag.
  134. The Revolution is near! by agotterba · · Score: 1


    How can I now allow this man
    To hold dominion over me?
    This desperate man whom I have hunted
    He gave me my life. He gave me freedom.
    I should have perished by his hand
    It was his right.
    It was my right to die as well
    Instead I live... but live in hell.

    And must I now begin to doubt,
    Who never doubted all these years?
    My heart is stone and still it trembles
    The world I have known is lost in shadow.
    Is he from heaven or from hell?
    And does he know
    That granting me my life today
    This man has killed me even so?

  135. You are missing the bigger issue by dsci · · Score: 1

    The real point here is that there was a working alternative available; in this case, it was a non-MS product. If OOo did not support the MS file format, this presentation would have died.

    The real point is this shows one practical utility of open file formats.

    --
    Computational Chemistry products and services.
  136. thumbs nose by globaljustin · · Score: 2, Funny

    score YOU -1, sometimes being three steps ahead means being one step behind

    --
    Thank you Dave Raggett
  137. Messenger VS Content by quarkscat · · Score: 1

    So the messenger used by MSFT to deliver their propaganda was a linux laptop running OO.o.

    The content, however, was that MSFT's Shared Source initiative brings something useful to developers -- which it cannot do because MSFT's SS is far more viral than GPL could ever be.

    IMHO, OO.o needs to work on a reality checker plug-in that detects bullshit propaganda in the content, and perhaps changing the background color similar to the USA's DHS Threat Level color chart.
    It would need to be an optional plug-in, since it would otherwise render OO.o completely unsuitable for certain corporate and government use. Either that, or else a diagonal watermark across the offending text: "Nothing to see here. Move along."

  138. Re:Reminds me of something that just happened to m by Lord+Faust · · Score: 2, Informative

    Knoppix has saved me a few times. I can honestly say that it was the only thing I came out of my operating systems (read: Unix / Linux) course with, that has been of any use. Everything else was just pro-OSS / anti-MS diatribe.

    I'm all for teaching people the value of MS alternatives, but adopting a holier-than-thou attitude in regards to yourself -vs- Windows users isn't how to ingratiate people to your cause.

    Thankfully, Knoppix -- and other distros -- are good enough products that they've allowed me to ignore the Linux zealots and continue trying out the various OSS products I come across.

    As far as the story goes; good showing on OO's part, but hardware issues can affect anyone. Don't get too cocky.

  139. Funny thing .. by The+MESMERIC · · Score: 1

    Using when I am stuck with a hardware problem.

    - Combo Printer/Scanner that won't work.
    - Internal/External Dial-up/ADSL modem
    - Palm OS that won't synchronize via USB.

    ... Microsoft Windows XP saves the day.
    Sad but true.

  140. Re:Reminds me of something that just happened to m by Mistah+Blue · · Score: 1

    And more importantly, you were able to demonstrate to you CEO why he may not want to be held hostage to Microsoft.

  141. Linux as a desktop by Anonymous Coward · · Score: 0

    I'd like to hear now from those who keep saying that Linux is only suitable for servers and web services.

  142. If he had Windows (pick a version), it would have worked just as well on that IBM Thinkpad, too. The problem is faulty hardware...tablets and pdas just aren't durable enough for software that requires the dependability of timed presentations. Linux products would fail if installed on the Tablet as well...if they 'ever' get there.

    --
    The geek shall inherit the earth.
  143. Re:Reminds me of something that just happened to m by Anonymous Coward · · Score: 0

    this wasnt meant to be funny, its true

  144. microsoft 's trust on there machine is nil now by smileplzz · · Score: 1

    Even the microsoft peole cant trust there own machine now.this really is a cool news . microsoft sucks linux rocks

  145. Hide it with a proxy by SgtChaireBourne · · Score: 2, Insightful
    Hmm... Circa 1997 80%+ of country MSFT ops ran their webservers on Linux or Solaris. The moment Netcraft published this and they became a laughing stock it was all migrated to IIS within 2 weeks.
    More likely they just changed the identification strings sent out by the server. Or else just slapped a proxy in front of the offending servers, like with Hotmail.

    Two weeks, without warning, would be an incredibly short time for any large migration let alone major servers. Given that they've been unable to port Hotmail off of BSD and on to their own crufty products for going on a decade, I think that the proxy trick is more likely than real migration.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  146. Re:Flamebaits by necromcr · · Score: 0

    Oh, no. FLAME!

    --
    No more I say.
  147. Double Quotes? by krischik · · Score: 1

    Well, I remember that DB2 uses double quotes to denote id. With double qutoes you can use spaces inside id's, keywords as id and last not least id's become case sensitive (without double quotes they are converted to upper case).

    So quoting id's is quite usefull. Only It should have been:

    Karma: SELECT "karma" FROM "users" WHERE "userid"=138474;

  148. Re:Reminds me of something that just happened to m by fredrik70 · · Score: 1

    nice one!
    there is another way as well IIRC, you can take the windows install CD and boot into the cmd prompt from there in order to try to retrieve files.

    --
    if (!signature) { throw std::runtime_error("No sig!"); }
  149. Wah, my firewall only lets me get to port 80 ! by Anonymous Coward · · Score: 0

    Here's a nickel, kid. Buy yourself a real Internet connection.