Slashdot Mirror


User: perly-king-69

perly-king-69's activity in the archive.

Stories
0
Comments
396
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 396

  1. Re:What have the Americans done for us ? on Always Look on the Bright Side of Life · · Score: 4, Informative
    Electricity - Gray in the early 1700s?

    Telephone - Either Bell (British) or Meuci (Italian)

    Automobile - Karl Benz (German)

    High rise building - Quite tall, no?

  2. Re:what have the romans ever done for us?? on Always Look on the Bright Side of Life · · Score: 1
    An ancient historian speaks.

    Sigh. Noah was a fictional character, well known in Middle Eastern folk tales of the time, probably dating back to the Babylonian Epic of Gilgamesh.

  3. Re:Good idea !!! on Always Look on the Bright Side of Life · · Score: 1
    Uh-oh, Jesus as 'Son-of-God' vs 'God-in-the-flesh' argument ahead.

  4. Re:slashbot on New Documents Shed Light on Microsoft's Tactics · · Score: 1

    Yup, had one of those as well.

  5. Re:slashbot on New Documents Shed Light on Microsoft's Tactics · · Score: 2, Informative

    The Psion 3 went to market in 1991. That's 13 years ago. I feel old.

  6. Re:I hope.... on EU Fines Microsoft $613 Million, Officially · · Score: 1

    My customers did by their choice to buy ice cream from me.

    Bad analogy. Microsoft are the only sandwich stand, and they're giving the soda and ice cream away _free_, thus destroying the market for these goods. Their market value is effectively $0, and your competitors can't compete with that.

  7. Re:I hope.... on EU Fines Microsoft $613 Million, Officially · · Score: 4, Insightful

    No, no, no, you don't get it.
    They are a monopoly on desktop OSs. There is no problem with that in itself. What they have been convicted of is of leveraging that monopoly to gain an unfair advantage in other markets. Namely, the media player market.

  8. News for Children. Stuff that matters. on Brain Controlled Tightrope Video Game Shown · · Score: 0
    News from a childrens channel?

    What next, Slashdot comes to you from the letters 'S' and 'L'?

  9. Re:The definition of monopoly is... on Microsoft's Online Music Store · · Score: 1

    Convicted in the USA and now the EU of being a monopoly in one market, and leveraging that monopoly to work _against a free market_ in other markets. Bad for me, and bad for you my friend.

  10. Re:Wrong tool for the job... on Phoenix DRM Reads Your E-Mail · · Score: 1

    Ummm, your batteries don't have to go dead whilst you're on vacation.

  11. Wrong tool for the job... on Phoenix DRM Reads Your E-Mail · · Score: 4, Insightful

    Use your PDA for storing contacts, not the PC?

  12. Re:Ding Dong the Witch is Dead.. on Microsoft and EU Talks End · · Score: 1
    I for one think we should do everything the Bad Guys(tm) say. Lest we should be 'hurt'.

    But maybe the real problem nice-but-dim Aznar was the way he shameful lied to his people about the perpetrators of the bombings in order to get his party back into power. He even got ministers in other countries to brief their local press that it was ETA - 30 minutes after the incident when they were still pulling the bodies out -when no-one could have even know who had done it.

    Even after ETA denied it, and Al-Qaeda accepted responsibility...he still said it was ETA. Would you want this man running your country?

  13. Re:does it play ogg ? on Rhythmbox Gets iPod Support · · Score: 1

    Really? Are you sure? My Archos player (or any other in their range AFAIK) doesn't support it. Nor any mainstream CD/DVD player.

  14. Re:Ding Dong the Witch is Dead.. on Microsoft and EU Talks End · · Score: 3, Interesting

    Come on, over 90% of Spaniards were opposed to the war, one of the reasons being that they would be more of a priority target if they supported military action (explicitly stated by Osama bin Laden). Seems like they were right.

  15. Re:does it play ogg ? on Rhythmbox Gets iPod Support · · Score: 1
    Is there a reason that a better ogg-mp3-ogg transcoder couldn't be created?

    Yes. Both formats' encoding methods 'lossy'. As the description implies this means that in order to compress the data they discard, or lose, some of the data, in our case sound.

    The real problem is that ogg and mp3 lose different parts of the data. When you encode a wav file to ogg, you lose some part of the data. Re-encode it to mp3 and you lose another, different portion of the data. Hence the degradation in sound quality upon using multiple lossy compressions.

  16. Re:does it play ogg ? on Rhythmbox Gets iPod Support · · Score: 0, Troll
    Given that there number of consumer devices which support ogg is low, and that conversion to mp3 from ogg further degrades the sound quality, is there any good reason to keep your files in that format?

    Just a question, not a troll.

  17. Re:Can you imagine... on Rhythmbox Gets iPod Support · · Score: 4, Funny

    Yeah, yeah - and in Soviet Russia iPods mount you...

  18. Re:does it play ogg ? on Rhythmbox Gets iPod Support · · Score: 4, Insightful

    You really don't want to do that. Encoding from one lossy format to another will really degrade the quality.

  19. Re:Democracy on MPAA Puts Words in Mouth of CA Attorney General · · Score: 5, Insightful

    Now, what was it Mussolini said about Fascism being about the merging of the State and Corporation?
    Welcome to the future.

  20. Re:Henry V on Tracking Social Networking In Shakespeare Plays · · Score: 2, Insightful

    Try Kurosawa's 'Throne of Blood' for quite simply the best film adaptation of Macbeth.

  21. Re:ENG 201 on Tracking Social Networking In Shakespeare Plays · · Score: 1
    There's no way to make someone hate reading faster than english classes.

    Umm, instead of reading a play, why not go and watch it instead? Makes more sense to me.

    Hey, and seeing as you're in London, why not head down the Globe theatre...?

  22. Re:Outlook on Next Generation Mail Clients Reviewed · · Score: 1

    Most used, maybe. Definately not 'most popular'!

  23. Re:I thought as much on U.S. is World Leader in Spam · · Score: 4, Funny

    And to prove it, you have a wonderfully syntactically challenged President.

    Misunderestimated

    The inhabitants of Greece are Grecians.

  24. Dont' include it... on Working Around Bad Luck on the Resume? · · Score: 1

    Your Resume/C.V. doesn't have to include every part of your employment history.

  25. Re:Perl: The Beginning on Perl's Extreme Makeover · · Score: 4, Interesting

    well, this is quite proper and normal syntax:
    s/(.*?\s+)\(.*?\)/$1/g
    Looks like an explosion in the ascii factory to me!