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:SGI processors.. on New SGI Altix 3000 · · Score: 3, Informative

    The above comment is a cut-and-paste from the R16000 story.

  2. Re:Raises some questions... on FireWire 2 Coming Soon? · · Score: 2

    They announced that new models introduced after Jan 1, 2003 would only boot into OS X. That doesn't mean they will update the entire line.

  3. Re:there is that whole on DMCA Loophole For Peer-to-Peer TV Show Sharing? · · Score: 3, Insightful

    I believe as long as you are not selling it fair use applies.

    People have argued this both ways, but your interpretation seems to be losing.

    Besides most TV shows are broadcast across the airwaves making them public domain, since anyone could intercept them.

    No. That's not how copyright law works.

    Basicly everyone has a license to view TV programming.

    To view it, but not to redistribute it.

  4. The DMCA is not the whole story on DMCA Loophole For Peer-to-Peer TV Show Sharing? · · Score: 5, Insightful

    Even if the DMCA does not prohibit sharing TV shows, regular copyright law probably does. However, software and hardware which allows TV show sharing might be legal to sell if this article is right. OTOH, they didn't need the DMCA to shut down Napster, so my guess is that the TV networks will use similar contributory infringement arguments if they want to go after ExtractStream and friends.

  5. Re:Nifty. on Running Mac OS X Binaries With NetBSD · · Score: 2

    Which will come first - Apple cracking down or them getting WindowServer to run on i386?

    I'm betting that WindowServer is a PPC binary; good luck running it on x86.

  6. Re:Ummm... what's the deal with the special power on Serial ATA, Here and Now · · Score: 3, Insightful

    The new power connector is needed for hot-swap.

  7. Re:P&H - Pipelining on Understanding Pipelining and Superscalar Execution · · Score: 3, Insightful

    Performance per clock doesn't really matter, because lengthening the pipeline allows higher frequencies. I think a better metric is maximum performance in the same process, and the Pentium 4 wins there (unless you care about cost; then it gets tricky...).

  8. Enough with the bad analogies! on Understanding Pipelining and Superscalar Execution · · Score: 3, Interesting

    Am I the only one who finds this stuff easier to understand when the author just explains what actually happens instead of using analogies? I thought the Hennessey & Patterson version of this was better, but then it wasn't free...

  9. Standards! on Video Streaming Goes Peer-to-Peer · · Score: 2

    If they were using H.263 or MPEG-4, you should be able to use a variety of players instead of needing the Crossover hack.

  10. Re:BitTorrent? on Video Streaming Goes Peer-to-Peer · · Score: 3, Informative

    BitTorrent is a great tool for file downloading, but it doesn't do live streaming.

  11. Re:Ewige Blumenkraft on FCC Approves 802.11b Phased Array · · Score: 2

    802.16 looks like it ought to support more clients/base station than 802.11 because it uses TDMA instead of CSMA/CA. This Vivato antenna has the advantage of being compatible with existing equipment, though.

  12. Re:Question on Fink 0.5.0a Released for Jaguar · · Score: 3, Informative

    Because it's a lot of work for apps that most Mac users don't want.

  13. Re:Their loyalty to Open Source stops at the deskt on IBM Buys Rational Software · · Score: 2

    SWT for GTK is already available.

  14. Re:Hmmm... on Sony Introduces Passage · · Score: 2

    The problem is that the cable company chooses what kind of box you will get, and as you pointed out their incentive is to give you the cheapest box. Want a better cable box? Sorry. Passage and OpenCable are trying to solve this problem, so you can buy a fancy Sony cable box if that's what you want.

  15. Re:Be carefull... on Sony Introduces Passage · · Score: 2

    Cable is already full of DRM, only they call it conditional access (CA). I don't think Sony can make it any worse.

  16. Re:If only my TiVo had Firewire.... on LaCie Releases 500GB Add On Drives · · Score: 2

    Can you actually attach anything to that FireWire port?

  17. Re:My take.... on Apple Releases Preview of IP over FireWire · · Score: 2

    Now that Apple and Microsoft are giving away RFC 2734 implementations, I can't see why Unibrain would bother to write one.

  18. NetTopBox on Build Your Own Linux PVR · · Score: 2

    The NetTopBox project claims to be working on this, but I haven't seen any results yet.

  19. Re:Ok, IP over FW but... on Apple Releases Preview of IP over FireWire · · Score: 2

    No one has said so explicitly so far, but presumably each firewire cable is a simple peer to peer connection. So to connect 3 computers, you need two cables, and at least one computer with 2 or more firewire ports. That central computer would then route IP packets between the two end computers.

    That's not how it works. All the machines in a FireWire chain are essentially sharing a single broadcast medium, like Ethernet.

  20. Re:Repeat after me: on Apple Releases Preview of IP over FireWire · · Score: 2

    Nope; Cat5 can't support the 400MHz signaling rate that 1394 uses (IIRC). That's why 1394 cables are shielded. Maybe you could run at S100 speed over Cat5, but I'd rather use Ethernet in that case.

  21. Re:Any iPod-based Applications? on Apple Releases Preview of IP over FireWire · · Score: 3, Insightful

    The iPod doesn't have a networking stack, so that would require a lot of work.

  22. Re:Broken? on PGP's New Release, Source Code, and PRZ · · Score: 2

    Bugs have been found in previous versions of PGP. Hopefully the source code release will allow the bugs in PGP 8.0 to be found sooner rather than later.

  23. Re:java and g* (gnome, gtk+, et al) bindings !new on GNOME 2 to Replace CDE As Solaris Default DE · · Score: 2

    Most Java developers don't want to use the Java-GNOME API; they want to use Swing and have their apps run on all platforms and yet look native. What Sun really announced in that article is probably a Gtk AWT and Swing PLAF, which would allow portable Java apps written using the standard APIs to use Gtk.

  24. Re:Gnome 2... on GNOME 2 to Replace CDE As Solaris Default DE · · Score: 3, Interesting

    If you make GNOME so similar to CDE that you can switch desktops on someone without them noticing, then what have you gained? The reason Sun is switching to GNOME is because it is better (i.e. different).

  25. Another easy one on Silly Kernel Panic in Mac OS X 10.2.2 · · Score: 3, Interesting

    Try changing an Ethernet interface's MAC address using ifconfig. Whoops.