Slashdot Mirror


User: qbwiz

qbwiz's activity in the archive.

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

Comments · 632

  1. Copyrights on RISK on Google Maps Shut Down · · Score: 4, Interesting

    I'm curious what Hasbro actually owns the copyrights on. They own the trademark on the name of the game, as the article says, and they own the copyright on the original game's rules, but do they own a copyright on any rephrasings of those rules?

    If the game looks similar and plays the same, but does not have its rules phrased the same as the original game, is this a violation of copyright? I'm genuinely curious.

  2. Re:OT: your sig on World's Tallest Building Causing Earthquakes? · · Score: 1

    How does google distinguish between the comment and the signature?

  3. Re:LLVM and GCC will likely merge within a year on GCC 4.1 Released · · Score: 1

    They just changed to using Tree-SSA and they gave it a new major version number, and now they're throwing that work out and changing it again? This new system must have a lot of benefits.

  4. Re:This is not something that was previously unkno on Geneticists Claim Aging Breakthrough · · Score: 1

    Actually, removal of this gene only helps those who are on this extreme diet. Animals that lack this gene react even better to the stress caused by not eating as much food. Having this gene prevents you from entering that state, caused by undereating, where your body becomes much more effective at healing genetic and other damage.

  5. Re:Bull on Requiem for Usenet · · Score: 1

    Maybe you should count by posts, rather than bytes, considering that not too movies were posted on usenet in 1996.

  6. Patents from 1995? on The Reality of Patent Expirations for the NES · · Score: 3, Insightful

    Wait a minute - they're saying that a patent received in 1995 could apply to a product that was created in 1985. It took a long time for that patent to be processed by the USPTO.

    I also suspect that the 10NES cartridge authentication system is not additionally a console authentication system: the clone NES consoles shouldn't need to verify that the cartridges are authentic to get them to work.

    That leaves it up to trademarks, which I'm sure that it's not to hard work around. You could say that your console "plays games which are designed for the Nintendo Entertainment System (a trademark of Nintendo of America."

    As always, IANAL, though, so take these words with a grain of salt.

  7. Re:on that same note... on Patents Chilling Effect on Science · · Score: 1

    Yes, you can get a patent on anything (that's nonobvious...), even if it won't work, as long as it isn't a perpetual motion machine. Apparently the government got tired of people patenting that certain variety of impossible device, so they started to crack down on it. Besides that you have free rein.

  8. Re:How can they DO that? on New Technology Could Kill WiMax? · · Score: 1

    Yes, sorry, I was. I meant bandwidth in the colloquial sense of channel capacity, rather than in the actual, logical, technical sense of the width of the frequency band.

  9. Re:How can they DO that? on New Technology Could Kill WiMax? · · Score: 1

    Of course, with twice as much power the S/N ratio can be twice as much, giving you more bandwidth. I'm not certain how much more bandwidth, as that depends on the current S/N ratio.

  10. Re:A couple of hours? on Worm With Rootkit Package Loose On AIM · · Score: 1

    I believe it only stores the system files that have changes/the differences in the registry, etc. Most user files are not included.

    Because there are multiple restore points, newer points could restore the worm but older points should be free. Unless the worm inserts itself into them, that is.

  11. Re:Most video games are single threaded on First-Gen Xbox 360 Games Single-Threaded? · · Score: 1

    That might work with a three-core graphics card, but there's generally too much linkage between different parts of the code and different objects to somehow magically divide the CPU's work in half. Graphic cards inherently do many serial things, whereas CPUs do many things serially.

  12. Re:GUI on OpenOffice Bloated? · · Score: 1

    Yes, because as we all know, Crossover Office is a magical fairy-tale that does not exist. Why would Vista reserve RAM and a swap file specifically for Excel? Can't Excel malloc and mmap on its own?

  13. Re:Too bad on No One Wins NASA Space Elevator Contest · · Score: 5, Informative

    The problem was apparently that the spotlight they were using had too diffuse of a beam. Next year, when the teams provide their own beaming systems, it might turn out better.

  14. Re:Just curious... on Congress Pays You $3 Billion to Keep Watching TV · · Score: 1

    They're not useless; that's what the converters are for.

  15. Re:Issues With Trolltech Lower Excitement on Original BeOS Developer Now at Trolltech · · Score: 1

    I agree 100%.

  16. Re:Issues With Trolltech Lower Excitement on Original BeOS Developer Now at Trolltech · · Score: 2, Insightful

    Perhaps, but we have the right not to use it.

  17. Re:There is no shortage of spectrum on Does OSS Make The FCC Irrelevant? · · Score: 1

    Well, by the Shannon-Hartley theorem, there is a limited bandwidth available (assuming limited transmitter power). Assuming a S/N of 20 dB (arbitrary, but you have to limit signal power at some point), you can get at most 38.6 Gbps for the all radio using the bandwidth from 0-5.8 Ghz. This is a hard limit, and unless you want to raise the S/N (more power needed to transmit/eventually you fry the people using the devices) or maximum frequency (you lose the ability to transmit through certain materials), you run into a hard limit on how fast you can send your data.

  18. Re:this Pandora's box can be closed on ABC Affiliates Grapple With TV-Show Downloads · · Score: 2, Interesting

    Oh no, what will Walt Disney do when it is confronted by the monster that is ClearChannel? What can ClearChannel do, lobby Washington with more money than ABC can to make it illegal for ABC to sell shows over the internet?

  19. Re:This reminds me of the short-lived Dilbert cart on Meet The Life Hackers · · Score: 1

    From Answers.com:
    cartoon (kär-tn')
    n.
      1. a.A drawing depicting a humorous situation, often accompanied by a caption.
          b. A drawing representing current public figures or issues symbolically and often satirically: a political cartoon.
    [...]
    4. A comic strip.

  20. Re:This reminds me of the short-lived Dilbert cart on Meet The Life Hackers · · Score: 1

    What's short-lived about Dilbert?

  21. Re:MOD PARENT UP on Microsoft Rep To Keynote Unix Conference · · Score: 1

    Linux systems were always vulnerable to malicious software on dual-booted systems - the software could always overwrite the linux partition with random data. This just lets windows do useful things with the partition.

  22. Re:investment on Top Advisory Panel Warns Erosion of U.S. Science · · Score: 1

    Who's paying for their education? International students don't get financial aid.

  23. Re:I wonder on Yahoo Closes Chat Rooms to Anyone Under 18 · · Score: 1

    Yep, even in the 1910's reformers were concerned with the effects of the movies on children. This concern has been going back at least as far as that, and probably much farther.

  24. Re:Let's run with this idea a little on Optimizing Development For Fun · · Score: 2, Informative

    I think that that's where the unit tests come in. If something doesn't compile, or it doesn't pass the unit tests, then it cannot be checked in. There could also be known-good checkpoints, which enable users and possibly even developers to work on something that should work.

  25. Re:Maybe you should look harder. on Java Urban Performance Legends · · Score: 1

    I doubt that its trivial, but with some work with the compiler (assuming you only use one compiler), you could automagically use space that the caller has pre-declared. You can already do this by declaring an object on the stack, and passing a pointer to the object into the function. I don't feel like working on the corner cases (e.g. multiple levels of callers), but its certainly feasible. Worthwhile, maybe not.