Slashdot Mirror


User: ives

ives's activity in the archive.

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

Comments · 17

  1. Re:How aboutthe Frenchman? on The Forgotten Apple CEO · · Score: 1

    How come this type of biography seems only to be available for Apple?

    An interesting book about the history of Sony is "Sony: The private life" (http://www.amazon.com/gp/product/0002570254). It talks about Morita and Ibuka who started the company in post-WWII Japan, Ohga who was responsible for the CD and has a large section to Idei and Schulhof and the Columbia pictures acquisition.

  2. Re:The Alienware slogan... on It's Official Dell Acquired Alienware · · Score: 1
    I wouldn't really trust Honda to build my Ferrari...

    You do realize that Ferrari is owned by Fiat, right?

  3. Re:Overall, a fun hack. on Playing with Sony's Linux-Based Networked Media Player · · Score: 1

    Five years ago when I still worked for Sony we made a data server called MediaCaster http://tinyurl.com/7ud7f that injects metadata into digital tv broadcasts (think EPG, broadcasted Applets, etc.). That server was completely based on open standards and it ran from a Debian based live cd which we created. The product is still being sold to digital TV studios today.

    So yes, Sony does use Linux and open standards in its products.

  4. Re:A Brief Explanation on Frame Dragging by Earth Reconfirmed · · Score: 1

    gravity is not really a pull from one object to the other. What it is is a distortion in the fabric of space-time. What does this mean? Well think about a sheet stretched out very flat. On this sheeta are a number of very light objects. Now think of a lead weight placed in the center of the sheet. The sheet will bend into an inverted cone shape and all the items will slide towards the weight. Ta Da! Gravity!


    Call me stupid, but I don't get this explanation. In your model, the only reason these items slide towards the weight is because earth's gravity pulls them down into the inverted cone. So without earth pulling these items nearer, there would be no movement at all.
  5. Re:Free as in... BOW BEFORE YOUR MASTER on Microsoft Word Document ML Schemas Published · · Score: 1


    so in other words Microsoft is using patents to prevent GPLed programs from
    accessing the XML format that MS Word will be using.


    How about this approach: define a generic file IO interface in your application. Then write a shared library, linked at runtime that loads and saves Microsoft XML files and that implements your application's IO interface.

    That should still allow you to distribute your program under the GPL and to have a separate package implementing Microsoft file formats under whatever other license that's needed.

  6. Re:you gotta love the European Parliament... on European Parliament Clashes Over Software Patents · · Score: 2, Informative

    Belgium had aturnout alway >=90%.

    That's because in Belgium voting isn't a right but a duty. If you don't turn up during elections you can get fined (although judges have been very easy going on people who don't turn up to vote during the last couple of elections).

    The idea is to protect the weaker groups in society as they usually are the first to forsake their voting rights. By forcing them to vote, you make sure that politicians will take them into account in their programs instead of just listening to more militant groups in society.

  7. Re:Gotta start somewhere on EU Rolls out Anti Spam Strategy · · Score: 2, Informative

    even if North America, the EU and Asia all work together to pass anti-spam legislation, there is little chance of [...] Cyprus [...] following suit.

    On May 1 2004, Cyprus (at least the internationally recognized greek part) wil join the EU. So if the EU goes ahead with this anti-spam legislation, Cyprus will have no choice but to follow.

  8. Re:Are templates always necessary? on C++ Templates: The Complete Guide · · Score: 1

    For an excellent overview of generic programming in C++ and the STL in particular, check out Generic programming and the STL, written by Matthew H. Austern.

    It's definitely the best C++ book I've read so far.

  9. Re:One basic problem on Philips & Sony To Purchase Intertrust DRM Tech · · Score: 3, Insightful

    The ancient PGP client had an "eyes only" mode that did the same thing: it decrypted the data, displayed it, then wiped the memory where the cleartext had been, never writing anything to disk. It would have been impossible to get the cleartext out of PGP without some really intrusive method, like somehow reading the actual memory pages of the PGP process, or trojaning the PGP binary itself.

    Actually it's a lot simpler: use a terminal program that allows you to save the output to disk and you've got your perfect copy.

    The same thing can be done for any music format that can be played on a computer. Just create a sound device that saves the digital music stream to disk instead of playing it. It has been done and it's pretty easy (see this page).

    The only way around this is to handle the decryption of the data in the audio hardware or to make it impossible to use non-official drivers like Microsoft tries to do with Palladium.

  10. Use Open Standards on Outside the Cable Box · · Score: 2, Interesting

    There is already an open standard called DVB MHP (see www.mhp.org) for interactive television boxes. MHP stands for Multimedia Home Platform. MHP conformant products have already been launched in Finland and Germany and other european countries will follow over the next coming years.
    MHP is gradually being adopted by other continents apart from europe (australia for instance) and in the US, CableLabs has announced that they will be using MHP in their OpenCable specification (see this press release)

  11. Re:A tidbit about Go on NYT Story On Go Programs And AI · · Score: 1

    >Each node can be in one of 3 states

    That's true for individual nodes, but in the context of a whole board, just assigning a random state to any position will give you a lot of invalid board configurations.

    Trivial example: the groups in this diagram can never occur during a Go game.

  12. ClearCase is not centralized on Interview With BitKeeper Author Larry McVoy · · Score: 1

    I wonder why he keeps saying that ClearCase is a centralized system. With
    ClearCase MultiSite source code repositories can easily be replicated and kept in sync between different sites.

    Together with other divisions on different continents, we've been working on large software projects using MultiSite for several years now.

  13. Pictures on Sony Announces Excellent New Handhelds · · Score: 1

    Check out the key hanger Clie or the necklace Clie pictures. Weird...

    --Ives

  14. New PalmOS resolution on Sony Announces Excellent New Handhelds · · Score: 2, Interesting

    They also seem to move away from the standard 'square' resolutions (160x160 or 320x320) of previous PalmOS devices. According to Sony's homepage these two new models run at 320x480.

    --Ives

  15. Original comic on Jeremiah, a New Series from B5 Creator, Debuts Sunday · · Score: 1

    The tv series is based on an excellent comic by
    Hermann.

    The site of his publisher has some outtakes from the comic strip:

    album 20
    album 21

    --Ives

  16. Re:Future Crew, Demos, Elegant Code... on Game-development on Compaq iPaq · · Score: 1

    Of course now, it's so easy to create jaw dropping images without optimized code [...] I miss seeing elegant code.

    Although the size of code could be a good metric for elegance (it could for instance be a good indication of RapeAndPasteProgramming), I would never equate optimized code with elegant code. Optimization generally cuts corners and does other nasty things that wreak havoc with the original design of the code.

  17. SUN's website on Want a Sparc Workstation for $995? · · Score: 2

    Specs and other marketing blurb are available on SUN's website. --Ives