Slashdot Mirror


User: David+H

David+H's activity in the archive.

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

Comments · 13

  1. You should already know the answer... on Optimizations - Programmer vs. Compiler? · · Score: 1

    Maintainability is much more important than optimization. If you do find a slow section of code, it can almost always be optimized in a way that leaves it maintainable. Real hand-optimization involves using a better algorithm, reducing the number of function calls, reducing branchs, and at worst, adding more variables to avoid performing the same calculations repeatedly within a loop. None of these require you to compete in an obfuscated C contest!

  2. I did my own study! on Is IRC All Bad? · · Score: 1

    I monitored 2 persons holding bricks in front of pawn shops, and found that 1 of those persons threw the brick through the window and made off with some loot.

    Therefore, 50% of people holding bricks are stinking thieves! Just think of the crimes we can stop if we jail all masons...

  3. First Amendment Rights? on Judge Halts Utah's Spyware Law · · Score: 5, Insightful

    Why do companies have rights the same as people have rights? It seems odd to me that companies aren't punished like people, but they want to be treated like people. I personally would love to see a corporate death sentence. If your products kill people and someone in the company knew it, the company should be instantly disolved.

    Personally, I think the US needs a corporate bill of rights, and those rights need to be seriously limited compared to my rights. Any first amendment rights should end where personal irritation begins.

  4. Shoe Computers! on Surfing on a Surfboard · · Score: 1

    If there are computers in surf boards, we need computers in shoes, too. They would totally complement those Al Bundy shoe lights...

  5. Apology on Spammer Apologizes · · Score: 1

    He is very sorry...
    that he got caught.
    And he promises he will never do it again.

  6. Blame it on the lawyer on Google to be Sued Over Name? · · Score: 1

    Who wants to bet that a lawyer approached the family and coerced them to sue. He looking at getting a big cut of any settlement, and all he had to do was write a few letters.

  7. Re:I think I know how this works on UDP + Math = Fast File Transfers · · Score: 1

    See http://sourceforge.net/projects/parchive

  8. I think I know how this works on UDP + Math = Fast File Transfers · · Score: 1, Redundant

    It looks like they just use UDP to "send" the original data and then follow it up with parity information until the "receiving" client gets enough parity data to reconstruct any missing original data. The parity files everyone has started using on Usenet are pretty cool, and this just sounds too similar.

  9. A Not-so-modest Proposal For Child Protection on Slashback: Scramjet, Golden Ears, Preciousness · · Score: 3, Interesting

    I have a better idea. Why not consider all internet content as inappropriate for children unless otherwise indicated. Then only go after the people who say their content is safe for children but isn't.

  10. Two comments on New TLDs Proposed To ICANN · · Score: 1

    First, I'm glad to see only a few entries that may be subject to trademark status. I would prefer that none of the tld's be trademarks.

    Second, no one took .comp, .rec, .sci, .alt, etc. Those seem like naturals to me.

  11. Re:Why gnutella? on SightSound To Distribute Films Via Gnutella · · Score: 1

    My problem with Gnutella is that you're never sure you're getting an original copy. This is fine for things like mp3 files, where there is no "original" copy.

    While Gnutella presents you with a list of sources, you can't be sure which one is the original source, which for my investment in time, would be the only source I would trust. I would be quite upset to spend a considerable amount of time downloading a movie to find that the "copy" I downloaded was corrupt.

    There are people working on Gnutella trying to add the ability to verify the content of a file before downloading it. This is primarily to allow you to resume a download from a different source, but that would also be useful in this context.

  12. Re:Free bandwidth for the distributer! on SightSound To Distribute Films Via Gnutella · · Score: 1

    Gnutella uses ordinary HTTP to transfer files, and supports restarts, at least by adhoc specs and most implementations.

  13. What's the point of using Gnutella? on SightSound To Distribute Films Via Gnutella · · Score: 1

    Encryption and licensing issues aside, what's the point of making the content available on Gnutella, when a web site would be much more practical. Gnutella already uses HTTP to transfer the file, and Gnutella is not as capable as Apache. And Yahoo doesn't index Gnutella, either!