Slashdot Mirror


User: Wesley+Felter

Wesley+Felter's activity in the archive.

Stories
0
Comments
3,537
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,537

  1. Re:Bull! on GPL Hard to Enforce? · · Score: 1

    For example, if I find that foo.bar.example.com include foo.bar.sourceforge.net GPL'd code, I can blow the whistle on foo.bar.example.com even though I've never had any involvement in foo.bar.sourceforge.net.
    I've got the same rights to foo.bar.sourceforge.net as the original author, thanks to the GPL.


    You can "blow the whistle" all you want, but you can't sue if it's not your code. Thus the original author does have one right that you don't have.

  2. Re:Does anyone know? on Computex 2005 Early Bird Coverage · · Score: 1

    Yeah, they are showing the G70 chip and the GeForce 7800.

  3. Re:PPC on Intel Adds DRM to New Chips · · Score: 1

    Apple implemented DRM in software, which can be cracked pretty easily. This is because Apple doesn't really care if their DRM is cracked; they just want to do the minimum necessary to keep the RIAA happy. But if the DRM was in hardware, it would potentially be much more difficult for Apple's customers to exercise their fair use rights. So that makes Apple less evil than the MS/Intel/AMD axis.

  4. Re:Read it on Intel Adds DRM to New Chips · · Score: 1

    This just sounds like a cheaper, built-in version of IPMI which is already included in servers from tier 1 vendors.

  5. More details needed on Intel Adds DRM to New Chips · · Score: 1

    Is this LaGrande or something else? Intel promised that they would sell chips both with and without LaGrande; I wonder if they will stick to it.

    Intel has a policy of not adding undocumented features to their products, so where's the documentation? Or have they changed their policy?

  6. Re:Smoke and mirrors? Bring it on! on Smoke and Mirrors from Sony and Microsoft · · Score: 1

    I'm glad someone got it, although the mods really disappointed me too; I figured it was headed straight for +5, Funny.

  7. Re:kewl! on IPv6 for the Linksys WRT54G · · Score: 1

    Not really. In that world every OS comes with a locked-down firewall by default.

  8. Re:Does anyone support IPV6? on IPv6 for the Linksys WRT54G · · Score: 3, Interesting

    You don't need any ISP support if you use 6to4.

    Windows supports IPv6 already, although not perfectly.

    The ThreeDegrees P2P app automatically enables and configures IPv6 when you install it, and all its traffic goes over IPv6. It turned out not to be a killer app, but imagine if something like Kazaa or Skype decided to enable IPv6 on everyone's computer.

  9. Re:artificially scarce resources on Little Interest In Next-Gen Internet · · Score: 1

    One problem is that the united states has a lot more IPs per population than most of the rest of the world

    Only because ISPs in other countries have not asked for lots of addresses.

    we'll be one of the last to run out

    Nope; since IP addresses are allocated out of a common worldwide pool, everybody will run out more-or-less at the same time.

    Hopefully once all the addresses are allocated they will be privatized so that ISPs can trade address blocks, leading to a more efficient allocation.

  10. Smoke and mirrors? Bring it on! on Smoke and Mirrors from Sony and Microsoft · · Score: 2, Interesting

    Hey, those are difficult graphical effects to do right. I don't think I've ever seen realistic smoke in a console game yet.

  11. Re:Not upgrading yet. on New Pentium Chipsets Launched · · Score: 1

    Xen will not be included in any Linux kernel, but it's still free and included in the distros so the result is more or less the same.

  12. Re:Simple Question: on Little Interest In Next-Gen Internet · · Score: 1

    IPv6 addresses are assigned using the same process as IPv4.

  13. Re:IPv6 Bittorrent on Little Interest In Next-Gen Internet · · Score: 1

    IPv6 guarrantees nothing, since "mandatory to implement" and "mandatory to enable" are quite different things (and neither one is enforceable anyway).

  14. Re:IPv6 Bittorrent on Little Interest In Next-Gen Internet · · Score: 1

    The Internet does not support multicast, and will not for the forseeable future, and IPv6 does not change that. The problem is that multicast could create a virtually unlimited amount of state in Internet core routers if it was enabled, but those routers don't have virtually unlimited RAM to hold all that state.

  15. Re:Built in IPSEC, etc. on Little Interest In Next-Gen Internet · · Score: 1

    IPSec works the same for IPv4 and IPv6. The same.

    (Don't even mention "mandatory to implement", since there is no enforcement.)

  16. Re:importance of git on McVoy Strikes Back · · Score: 1

    ...a custom tool designed to fit their hands perfectly and accompany them in the way that they (the developers) work...

    That's what BitKeeper is, too. The genesis of BK was a meeting between Linus and Larry many years ago.

  17. Re:Space abundance on Iomega Patents 850GB DVD Nano-Technology · · Score: 1

    You can "browse" by any attribute, not just filenames. Consider Lifestreams where the "primary" attribute was date/time instead of filename, and all the data appeared as an ordered stream.

  18. Re:Xenon vs Xeon on Inside the Xbox 360 · · Score: 1

    Xenon was the codename for the whole Xbox 360; the processor chip has a different codename (at least within IBM).

  19. Re:Did they also patent... on Iomega Patents 850GB DVD Nano-Technology · · Score: 2, Funny

    Now it's nano-clicking. The sound is so small you can't even hear it.

  20. Re:Functional Compilers, anyone? on IBM Plans to Open the Cell Processor · · Score: 1

    Part of the advantage of FP is that it can be automatically parallelized much easier than imperative code, and is easier and less error-prone to write than multithreaded imperative code.

    I know that, and I still think most programmers will prefer multithreaded imperative code because it's an incremental change (especially when you throw in OpenMP and Cilk).

    Besides, I suspect automatic overlaying is a bigger challenge for Cell than automatic parallelization.

  21. Re:Strategy on IBM Plans to Open the Cell Processor · · Score: 1

    The hypervisor and Linux both run on the PPE. The SPUs only run application code.

  22. Re:Functional Compilers, anyone? on IBM Plans to Open the Cell Processor · · Score: 2, Insightful

    I hope you're joking, since Java programmers still ought to understand those basic concepts.

  23. Re:Small Business Users / external hosting on FTC Recommends ISPs Disconnect Spam Zombies · · Score: 1

    I don't get it. My Web site and (incoming) mail server is not hosted by my ISP, but I happily send my outgoing mail through my ISP's SMTP server.

  24. Re:Functional Compilers, anyone? on IBM Plans to Open the Cell Processor · · Score: 4, Insightful

    The reason why I mentioned "putting FP back into the curriculum" was, however, that it is my understanding that, if you're right, there's a good chance that programmers would prefer multithreading in imperative languages precisely because it'd be closer to what they'd be used to. So, by getting them used to FP, we'd see a "more fair" evaluation of the practicality of this approach.

    Your idea seems to be that idealism would drive the CS curriculum, which then would drive the industry. My observation over the last 10 years has been the opposite. In 1996, CS freshman were learning Scheme and Haskell; today they are using Java, because "it's more practical and aligned with the industry" or some such excuse. But now that the bust has eliminated all the "I just want to get rich" CS students, maybe it will swing the other way.

  25. Re:Open HARDWARE movement on IBM Plans to Open the Cell Processor · · Score: 1

    I think you're reaching for an analogy that isn't there. Intel, AMD, etc. publish specs on their processors, too. This isn't a new thing.

    Hardware design is done on computers and chip specifications are more often than not specified in VHDL or Verilog--the "source code" of hardware if you will. Not only is design and simulation within the reach of even hobbyists, the end result is very similar to software in characteristics.

    Except when I write software, I can actually run it. If I got ahold of some VHDL for a real chip and modified it... I'd be nowhere since I couldn't actually use the result. (Don't talk to me about FPGAs; they're not competitive with high-volume ASICs.)