Slashdot Mirror


User: csp

csp's activity in the archive.

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

Comments · 19

  1. Re:It's the ads that kill the BBC clips on BBC's Open Player Claims Not Followed Through · · Score: 1

    The BBC site includes regular advertising when viewed from outside the UK.

  2. Re:Well... on PGP Creator's Zfone Encrypts VoIP · · Score: 1

    This *is* a protocol to encrypt the RTP streams... Indeed, it's an incompatible alternative to SRTP and the existing SIP encryption mechanisms.

  3. Re:Oh dear! on Microsoft Ends Windows Media Player on the Mac · · Score: 1

    Microsoft got the Windows Media 9 codec published as SMPTE standard 421M. You'll likely need a patent license, as with MPEG-4 and most other codecs, but aside from that on alternative implementation is possible.

  4. Re:Are we ready to surrender anonymity on the net? on IPv6 Still Hotly Debated · · Score: 1

    Go read RFC 3041 "Privacy Extensions for Stateless Address Autoconfiguration in IPv6", dated January 2001.

    "Nodes use IPv6 stateless address autoconfiguration to generate addresses without the necessity of a Dynamic Host Configuration Protocol (DHCP) server. Addresses are formed by combining network prefixes with an interface identifier. On interfaces that contain embedded IEEE Identifiers, the interface identifier is typically derived from it. On other interface types, the interface identifier is generated through other means, for example, via random number generation. This document describes an extension to IPv6 stateless address autoconfiguration for interfaces whose interface identifier is derived from an IEEE identifier. Use of the extension causes nodes to generate global-scope addresses from interface identifiers that change over time, even in cases where the interface contains an embedded IEEE identifier. Changing the interface identifier (and the global-scope addresses generated from it) over time makes it more difficult for eavesdroppers and other information collectors to identify when different addresses used in different transactions actually correspond to the same node."
  5. Re:Bandwidth. on HDTV PC Capture Solutions? · · Score: 1

    server motherboards have multiple PCI busses. Put the capture card in one, the gigabit ethernet or disk on the other...

  6. Re:Bandwidth. on HDTV PC Capture Solutions? · · Score: 1

    Sorry - my mistake. We have an HDstation OEM which is 64 bit PCI, but can run at either 33MHz or 66MHz. Standard PCI comes in many variants :)

  7. Re:Bandwidth. on HDTV PC Capture Solutions? · · Score: 3, Interesting

    Not true. DVS sell capture cards for uncompressed HDTV, which work with standard PCI slots and give you the raw video signal (at just over 1 gigabit per second). Not cheap - we paid $16k for ours, although they've gone down since then - but definitely possible.

    We use it for uncompressed HDTV video conferencing on Linux... The capture card isn't the expensive part :-(

  8. Re:No to GPL on PHP Not Moving To The GPL · · Score: 1

    That depends on your aim in releasing the code. Some of us have released BSD-licensed code because we *want* it to be picked up by corporate interests, as a way of encouraging the deployment of an open protocol. In the long term, a widely used open protocol standard may well be a better way of ensuring "freedom" than GPLed code which is open, but used only by a small group.

    Why do you think TCP/IP is to widespread? At least one of the reasons is because the initial implementation had the BSD license, and could be picked up and included in other operating systems. It's not clear that the GPL would have had the same effect.

  9. Re:full frame uncompressed high definition video on Good Demo System For A High-Bandwidth Link? · · Score: 1

    Sure you can push lossless uncompressed HDTV over public IP. Run UDP, and put a sequence number and timestamp in each packet so the receiver can reorder. Doesn't require any changes to the routers.

    There's even a standard for it, and we ran a demo at the SuperComputing 2001 conference between the University of Washington in Seattle and the conference site in Denver (that used custom end system hardware - we also have a slightly lower quality system that runs on Linux PCs).

  10. Re:full frame uncompressed high definition video on Good Demo System For A High-Bandwidth Link? · · Score: 1

    Been there, done that. Only runs at 1Gbps though, because the host struggles when doing simultaneous video capture and transmission at those rates... :)

  11. Re:Maybe XFree has had its day on Cygwin/XFree86 Leaving XFree86.org · · Score: 2, Informative

    How many times does this have to be said? X does not use the network for local display: it uses standard inter-process communication with shared memory. The overhead of remote display is only incurred when using a remote display.

  12. Re:Read the paper. on Y: A Successor to the X Window System · · Score: 2, Insightful

    A college senior? You do realize that Imperial College is part of the University of London? He's actually just finished his BSc in one of the best computer science departments in the UK...

  13. Re:work separate from morality? on More on Cisco Building Surveillance into Routers · · Score: 1

    First of all, this makes it sound like there was a law passed which specifies all routers must have this kind of capability. I sure have not heard about that.



    In the US, that would be the Communications Assistance for Law Enforcement Act.

  14. EDAS on Software for Online Peer-Review Journals? · · Score: 1

    A lot of conferences use the EDAS system for handling the peer review process. I've not been an admin, but it has worked well as a reviewer for conferences like IEEE Infocom, Globecom, etc.

  15. Re:Stop thinking graphics on Tackling AGP 8X · · Score: 1
    64 bit PCI can handle uncompressed HD video just fine, without needing AGP (remember uncompressed HD is "only" 1.5 gigabits per second). Take a look at the HDstationOEM card from DVS, which we've been using to do streaming uncompressed HDTV on Internet2.

    Now, if only it didn't cost $15000 for the card... :(

  16. Re:Never (was Re:PPP over VOIP?) on VoIP for the Masses! · · Score: 1

    Emulation of legacy circuits is the only time it makes sense, and even that shows failure of imagination (why not just decapsulate and tunnel the PPP frames?). There is a standard being developed though.

  17. Re:Never (was Re:PPP over VOIP?) on VoIP for the Masses! · · Score: 1

    It doesn't make sense, but people are doing both PPP over VoIP (usually called Modem-over-IP) and Fax over VoIP. There was lots of discussion of this at the last IETF meeting.

  18. Re:PPP over VOIP? on VoIP for the Masses! · · Score: 1

    Do a google search for MoIP (modem over IP). ITU Study Group 16 is working on standards for exactly that...

  19. Re:Collisions on Firewire or Gigabit Ethernet? · · Score: 1

    Right... having written an application that can sustain 850 Mbps across real-world gigabit ethernet (with jumbo frames), I have to agree with you. Collisions aren't a problem with modern ethernet. The big thing that kills performance is PCI bus contention (and TCP congestion control :))