Slashdot Mirror


User: dionoea

dionoea's activity in the archive.

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

Comments · 16

  1. Re:America on Why Did It Take So Long To Invent the Wheel? · · Score: 1

    Are you sure about that comment? Kiwi plants is one sort I know to be flowering and not hermphrodite. ( http://en.wikipedia.org/wiki/Actinidia_deliciosa#Flowers )

  2. Re:Can you have read the same book? on Anathem · · Score: 1

    I also really liked this book. The first 150 pages are a bit hard to read due to the number of new words introduced but once you get used to it and understand the important ones (and historical references) it's really enjoyable, a lot more that Cryptonomicon or the Baroque Cycle.

  3. Re:Plural of abacus on Paul Krugman's 1978 Theory of Interstellar Trade · · Score: 1

    Cryptonomicon right? Unfortunately they didn't have to worry about interstellar trade in that book. It would raise another issue: would something valuable on Earth (ie Gold and Diamonds) be of any value on Trantor? And how would the extraterrestrial beings use abacii to compute an accurate value? As stated in TFA, they might even have no hands to use the abacii or eyes to read it!

  4. Re:Aliens vs. Foldator on 500-fold Increase in Data Flow from SETI Telescope · · Score: 1

    What if the alien life form you find isn't even remotely like life on earth? Would that really help cure cancer?

  5. Re:usable? on New iPod Checksum Cracked, Linux Supported · · Score: 3, Informative

    Rockbox (or iPodlinux) unfortunately don't support the newer iPods (nano 2G and up, ipod classic and ipod touch) since Apple changed most of the hardware and added heavy encryption on the bootloader/firmware update mechanism.

  6. Re:Who thought of Pullman? on Interstellar Dust Could Be "Alive" · · Score: 1

    I did :) (Just finished reading the trilogy yesterday night ... so I was quite excited when I read the topic on Slashdot)

  7. Re:This is interesting... on A New Angle on Martian Methane · · Score: 1

    You can't power a rocket to take you back home with solar panels. You might be able to do so with stuff like methane. I think that this is the basic idea. I doubt that they need methane to power equipement destined to stay on the planet.

  8. Re:VLC or MPlayer on MPlayer Developers Interviewed · · Score: 1
    Eventhough, I don't think this mainly is about VLC vs. MPlayer. Both applications uses many of the same libraries, but with different implementation. MPlayer also gets its "hands dirty" with DeCSS and WMV "support" in *nix.


    VLC also uses DeCSS. It is also able to use dmo windows codecs on unix (which makes WMV3 readable).
  9. Re:Source code? on 'DVD Jon' Breaks Google Video Lock · · Score: 2, Interesting

    Some parts of the patch (the interesting one and mime types) have already been commited to VLC trunk. Nightly builds (http://vthr.videolan.org/~videolan) compiled tonight will surely ba able to play google video content.

  10. Re:Yeeeeah on 'DVD Jon' Breaks Google Video Lock · · Score: 1
    Or just modify VLC to know the MIME type "application/x-google-vlc-plugin" and you can play your heart away.


    You don't even need to modify that ... we added it to the trunk (and 0.8.3 branch) yesterday. So people using nightly builds should be able to watch google movies (unless they also check that you're using their plugin ... but that can be fixed too)
  11. Re:Microsoft and Realmedia's proprietary formats? on Google Launches Pay-Per-View Web Video · · Score: 1

    using dmo windows codecs is unofficially supported (but available in source). Patches to compile it easily might be available soon. (basically that means wmv9 and quicktime)

    afaik, loading real codecs (either the windows or linux ones) isn't implemented yet.

  12. Re:And version 8.2.2 of VLC was released yesterday on Google Launches Pay-Per-View Web Video · · Score: 1

    hum ... version 0.8.2

  13. Re:Bill gates alert! on Debian 3.1 (Sarge) Released · · Score: 1

    Who even uses the CDs to install debian anyway ?

  14. Re:What, exactly, is patented? on VLC & European Patents · · Score: 1

    (patented really means that its covered by many/hundreds of patents)

    MPEG-1 is free to use

    MPEG-2 is patented and costs $2.5 a decoder (i don't know about encoders)

    MPEG-4 is patented and costs much more than MPEG-2

    MP3 / Dolby / DTS are patented

    DRM algorithms are patented

    I'd bet that RealVideo/RealAudio, WindowsMedia and QuickTime codecs are patented ...

  15. Re:MPlayer too... on VLC & European Patents · · Score: 2, Informative

    the text on the explanation page actualy comes from ffmpeg...

  16. Re:Mplayer/VLC do NOT play files created with WMP9 on Video Formats for non-Windows Users? · · Score: 1

    WMV9 support in VLC is only available on windows (sorry :) ). Hopefully VC1 will change that when it gets out (jlj already has his own VC1/WMV9 enabled VLC. not commited in svn though)