Slashdot Mirror


User: Ben+Hutchings

Ben+Hutchings's activity in the archive.

Stories
0
Comments
1,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,450

  1. Re:large function in small code on Historians Recreate Source Code of First 4004 Application · · Score: 1

    Right. Some old toolchains had the convention of using exactly 32 bits for each symbol name, with 3 characters in each 16 bits using RADIX50 encoding (where the 50 is octal, meaning 40 decimal). This makes symbol comparison very simple, but of course means symbols must be truncated to 6 characters and case-folded. The C90 standard specifies undefined behaviour for programs using identifiers that would collide under this mapping.

  2. Re:I'm skeptical that this will work on POTS coppe on Aussie Claims Copper Broadband now 200x Faster · · Score: 1

    Twisted pair cable can do pretty well and give you a good few gigabits per second if it's good, high quality copper and has a decent amount of shielding and good insulated and grounded splices and connectors.

    Actually it's possible to transfer 10 gigabits over cat 5e. It requires fairly heavy DSP though, and cat 6a for a 100 metre run. That's still unshielded though.

  3. Re:kinda true on What's So Precious About Bad Software? · · Score: 1

    What made you think your competitors' ASICs were less buggy?

  4. Re:Either You're Free, Or you're Apple on Virgin Digital To Close Up Shop · · Score: 1

    I'm sure they're interested in selling music from the most popular artists. However, their business model involves high volume, low price and no DR, which isn't to the liking of the major labels which most of those artists are signed to. I certainly wouldn't want them to compromise on that. The majors will probably have to deal on their terms eventually.

  5. Re:Either You're Free, Or you're Apple on Virgin Digital To Close Up Shop · · Score: 1

    eMusic has music by many well-known artists. Not so much of the current hits, admittedly. See top rock/pop artists for this month.

  6. Re:Puerto Rico (.pr) TLD on Soviet Union TLD Owners Snub ICANN · · Score: 1

    UK wasn't a valid ISO 3166 country code until recently. I believe it's now accepted as an alias for GB, but only because of the existence of the TLD.

  7. Re:But but but... on Apple Cuts Off Linux iPod Users · · Score: 1

    Here's the commercial referred to there.

  8. Re:I'm surprised that no-one's mentioned Gorillas on DOS 5 Upgrade Video · · Score: 1

    Windows comes with the "cscript" and "wscript" front-ends to VBScript and Javascript, and there are many scriptable components in the OS.

  9. Re:MS volume licenses on Hewlett-Packard Brings Linux To Select Desktops · · Score: 1

    One of the conditions for MS OEM pricing is not selling "naked PCs", so no.

  10. Re:FreeDOS on Hewlett-Packard Brings Linux To Select Desktops · · Score: 1

    Some manufacturers still run DOS-based manufacturing tests, perhaps because DOS boots so quickly. The major reason for HP and Dell to offer FreeDOS is that their contracts with MS forbid them to sell "naked PCs". As for why FreeDOS and not Linux... at a guess, it avoids the question of which Linux, and those who immediately replace it with Linux can't claim technical support for either OS.

  11. Re:Linux on all models on Hewlett-Packard Brings Linux To Select Desktops · · Score: 1

    ...any hardware producer looking to become a supplier to Dell and HP will have "Linux compatibility" as one criterium...

    It's certainly required for suppliers of server components.

  12. Re:the google way on Student and Professor Build Budget Supercomputer · · Score: 1

    IP and TCP have checksums in their respective packet headers. NICs that perform hardware checksum generation need to buffer each whole packet before transmission. (Ethernet has its checksum at the end.) The NIC also needs to buffer on both the receive and send sides to allow for DMA latency.

    The next major source of latency is the need for system calls for I/O and to copy received data from kernel buffers to user-space buffers. There are various systems that allow processes to do network I/O directly, though most of them are proprietary (rDMA protocols) or insecure (TCP/IP and network driver in user-space with a standard NIC).

    Finally, signal processing for physical layer signalling can take significant time. That depends on what the physical layer is. Short-range shielded links don't need so much signal processing as twisted-pair.

    Out of these, using some sort of PCI-PCI bridge in place of Ethernet could save you a bit of buffering and a bit of signal processing. But it's the kernel calls that are the real killer. The company I work for has done work on user-level TCP/IP networking with hardware support (now called OpenOnload). Verari reported on our first NIC that "[t]he streaming latency is sub-3 microseconds, which is competitive with specialized high-speed networks, such as InfiniBand and Myrinet".

  13. Re:Preemptive Strike on UK Police Cracking Down on Broadband Theft · · Score: 1

    That's stretching matters a bit. Trespass is not normally a criminal offence, but it is a tort - that is, the property owner can be awarded damages against a trespasser. Also, a trespasser in a house might be considered to threaten the occupant (that could be assault) or to be preparing for burglary (breaking and entering). (IANAL.)

  14. Re:Iterative Development Cycle on Playing Music Slows Vista Network Performance? · · Score: 1

    It seems to me that Windows 2000 was a bigger change than Vista. The reason Vista took so damn long was that development was "reset" (i.e. the development branch was abandoned) half way along.

  15. Re:Yeah........ on Skype Blames Microsoft Patch Tuesday for Outage · · Score: 1

    I've not seen this, but I always used XP Professional as a domain member. Maybe that's the difference?

  16. Re:sftp on Ubuntu Servers Hacked · · Score: 1

    The SSH file transfer protocol supports retrieving byte ranges, so it is possible to implement reget. I made a patch to add it to OpenSSH some time ago, though it has not been merged.

  17. Re:Help me understand... on VMware May Violate Linux Copyrights · · Score: 1

    No, the GPL says this option "...is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above."

  18. Re:McBride: "...we have no problem with it..." on SCO Fiasco Over For Linux, Starting For Solaris? · · Score: 1

    ZFS is licensed under CDDL (and probably GPLv3 in future). Neither of these is compatible with GPLv2, so an in-kernel implementation would be of dubious legality. Nothing Apple does with it is going to change that.

  19. Re:Close your eyes and plug your ears. on Netcraft Says IIS Gaining on Apache · · Score: 1

    Actually there's a "Web Edition" of Windows 2003 with some server capabilities removed and a lower licence fee; they quote a standard price of $399.

  20. Re:Difference? on Blue Blu-ray · · Score: 1

    DVD+R discs have more precise positioning information which allows a burner to continue burning after a buffer under-run and still make a valid disc. They can also be marked as DVD-ROM. These both help to improve compatibility. Still, I agree the capacity difference here is more obvious and significant.

  21. Re:Misleading or incomplete summary. on German Court Convicts Skype For Breaching GPL · · Score: 1

    There's no requirement to distribute source at the same time. As an alternative, you can offer to distribute source using common media formats or protocols, which Debian does. Some DVD build configurations do include source though.

  22. Re:Inconsistency on Any "Pretty" Code Out There? · · Score: 1

    Will make you many friends among those who read diffs!

  23. Re:Without a doubt on Any "Pretty" Code Out There? · · Score: 1

    /* The C standard says both 0 and EXIT_SUCCESS are allowed as indication of success. It's up to the implementation to convert the return value if necessary. */

  24. Re:Ask Nicely... on CUPS Purchased By Apple Inc. · · Score: 1

    That wasn't the deal-breaker. Permission was also conditional on prior approval of every patch Debian applied to its package. This would mean we could be prevented from selectively fixing bugs in a stable release. One might hope that Debian could trust Mozilla not to withhold approval for patches unreasonably, but the mutual trust had kind of broken down after the apparent change of policy by Mozilla and a claim that the existing patches were poor quality code. (The same patches were approved in the Ubuntu package, so the code wasn't really the issue.)

  25. Re:Not Evil on Google Protects Healthcare From Michael Moore · · Score: 1

    BP also cuts corners on maintenance, leading to spillage and fatal explosions.