Slashdot Mirror


User: Smallpond

Smallpond's activity in the archive.

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

Comments · 1,709

  1. Re:possibly job security on Spoofed From: Prevention · · Score: 1

    Its called "blind spoofing" and has been done successfully for a long time. Here's a link:

    http://www.wbglinks.net/pages/reads/ipspoof/inrt ot oipspoofing.html

    You are correct that up-to-date software which uses TCP-only and random sequence numbers will make this too difficult for a spammer to bother you. Not everyone's email software is current (I recently received some uucp-routed mail, for example. Haven't seen '!' in an address for quite a while).

    My point was just that the source address is supplied by the source, not the destination end of the connection, and can (conceivably) be faked. I didn't want less knowledgeable people than you to be misled.

  2. Re:possibly job security on Spoofed From: Prevention · · Score: 1


    err... no. The sender puts the source address in an IP packet, the destination sends replies to that address. If the source doesn't care about the replies, it can just lie about the source address. There is no magic "caller ID' for telling the source address.

    Some spam software forges source address and just sends packets at the right time so that some make it through the protocol.

  3. Re:Hmm on Cassini Experiment Confirms General Relativity · · Score: 1

    Measuring the distance only requires you know the speed of light in a vacuum, which is fairly easy to measure. They were repeating Eddington's 1919 measurement of the deflection by a massive body. As Eddington wrote while developing the plates in Brazil:

    Oh leave the Wise our measures to collate
    One thing at least is certain, light has weight
    One thing is certain and the rest debate
    Light rays, when near the Sun, do not go straight.

  4. Re:Stock? on SCO Derides GPL, Will Revoke SGI's UNIX License · · Score: 1

    The GPL purports to perform two tasks: pass along rights of usage, manipulation and distribution, and yet place restrictions on commercial manipulation. This "enforced sharing" has never really been done, and I think it is subject to some of the other questions about common licensing practices in software licensing.

    Incorrect. The GPL is a copyright notice. It does not tell you anything about usage (as some EULA's attempt to do). It grants you a license to modify, copy and distribute the work, if you accept its terms. If you don't accept, you can still modify, just not copy and distribute. The GPL is far less problematic then the average EULA, and far more likely to stand court challenges (if backed by expensive-enough lawyers).

  5. Re:Large molars on Oldest European Human Jawbone Discovered · · Score: 1


    From your post, I can tell that your parents frequently beat you as a child, and that your neuroses have grown to your current distrust of scientific authority.

  6. Re:What else is based on the 8008? on 30th Anniversary of the Microcomputer · · Score: 1

    The 8008 was an 18-pin chip. I bought one for $125 when it first came out, and it was a royal pain to use, since the address, data, and startup mode were all folded onto the same pins. But when you added eight 1K DRAMs and all the glue logic, the computer was quite sophisticated. I don't remember the clock speed, but I'm sure it was less than 1 MHz.

    The real chips that were used in many projects were the later 8080 and Motorola 6800 (and the 6502 copy of it in the days before hefty lawsuits).

  7. Re:Oh the irony on U.S. Court Blocks Anti-Telemarketing List · · Score: 1

    The question of course is WHICH 50 million was 'wrong'

    Obviously, its the 17,472 Buchanan voters in Florida who were right, since they decided the outcome of the election. No, wait, I meant to vote for Nader, dammit.

  8. Re:You're forgetting the 8 new GPRs on Athlon 64 Debuts · · Score: 1

    Because the new AMD64 instruction set includes 8 more general purpose registers...

    How many instructions do you execute between context switches, where you have to save those 8 extra registers and reload different values? In I/O intensive apps (like database), pretty often. Sounds like could be a win, could be a loss. Depends.

  9. Re:this is great but... on Athlon 64 Debuts · · Score: 2, Insightful

    I'm looking at a 1TB disk array. Since that's more than 2B blocks, I can't store the disk block address in a signed 32-bit number any more.

    Barring that, what do I have that cries out for 64 bit arithmetic? Not much.

    Also, try compiling the same app in 32-bit and 64-bit modes. The 64-bit app is a lot bigger and slower, since all the pointers doubled in size, so less code fits in cache, and I'm using more memory bandwidth.

    The 16 to 32-bit conversion was forced, because it didn't take much of a problem to overflow a 16-bit number. The need for 64-bit hardware is a little less obvious.

    Add in power and cost and I'm guessing that 32-bit hardware will continue to be sold for quite a while.

  10. Re:no system checks? on Touch Screen Voting Industry Circling Wagons · · Score: 1

    Wouldn't you think they would at least checksum the files to see if they've been tampered with? or infected with a virus? Its clear they aren't taking even minimal precautions to ensure accurate results.

  11. Re:why free domain names worked on VeriSign Responds To ICANN's SiteFinder Advisory · · Score: 1

    You're right and the above poster hit it right on the nose. From the AOL history site:

    July 1993 - Jan Brandt starts sending AOL disks in the mail

    That makes it pretty clear, doesn't it?

  12. Re:Useful In Blocking Verisign? on VeriSign Responds To ICANN's SiteFinder Advisory · · Score: 2, Informative

    Some other VeriSign IP addresses

    64.94.110.11 sitefinder-idn.verisign.com
    65.205.249.60 www.verisign.net
    216.168.253.68 digitalid.verisign.net
    216.168.254.20 bay-w1-inf5.verisign.net
    216.168.254.21 goldengate-w2-inf6.verisign.net
    198.41.3.39 ns1.crsnic.net

  13. Re:Bias on Fulfilling the Promise of XML-based Office Suites? · · Score: 1

    Yeah, yeah, and Beta was better than VHS. Get over it.

    You can take my Perl away when you pry it from my cold, dead keyboard.

  14. Re:why free domain names worked on VeriSign Responds To ICANN's SiteFinder Advisory · · Score: 1
  15. Re:Shout Out on Ask Neil Gaiman · · Score: 1

    .. and what's your nick?

  16. Re:Dear VeriSign, Thanks for the spam. on VeriSign Sued Over SiteFinder Service · · Score: 1

    Any "good" domain-based spam filter checks for the existence of the suffixed DN as well.

    Not true. This would mean I should accept mail from "spammer.com" if ".com" exists? The sender is doing the wrong thing. They should not be sending mail from machine1.domain.com where machine1 is behind a firewall. In sendmail (and any other mail agent) it is trivial to rewrite the header to say the mail came from domain.com. After all, I can't reply to machine1.domain.com if it doesn't exist.

  17. Re:Good for them on Review: Sun StarOffice 7 · · Score: 5, Funny


    Personals

    SWX, clean, non-smoking, looking for long term relationship. Willing to accomodate unusal formats. Cheap, but not easy.

  18. Re:Natural on Privacy International Internet Censorship Report · · Score: 4, Interesting

    ummm.. warrant? judge? 4th amendment to the US Constitution prohibiting unreasonable search and seizure?

    If John Ashcroft wants to get a warrant every time he asks for my library records or to monitor my email, I'm all in favor. Let him.

    The name Patriot Act is kind of ironic, since the American Patriots were the people who rebelled against an overly repressive regime.

  19. Re:Dear VeriSign, Thanks for the spam. on VeriSign Sued Over SiteFinder Service · · Score: 3, Funny

    So do what I did:

    To: abuse@verisign.com
    From:
    Dear DNS administrators,

    The mail server I am administering is experiencing a problem with spam. I have
    not getten check_rcpt rule checks in the .com TLD since 9/15. All domains are
    now returning an A record, even though they are not registered domains. Please
    correct this error in your servers.

    Thank you,

  20. Representatives of who? on Exposing Personal Information in the Whois Database · · Score: 1

    Since when does the US Congress decide what's in the whois database? As far as I know ARIN does whois for North America, Caribbean and Africa.

    If you don't want to run a public server, don't get a public IP address, run behind NAT. If you want to connect to my server, then I should be able to contact you if someone on your system does something wrong.

  21. Re:Yeah... on Linux Most Attacked Server? · · Score: 4, Insightful

    Also, what percentage of the boxes that were hacked did the admin even detect? There are a lot of hacked Windows machines out there sending out viruses that the owners don't even realize are hacked. Where are the admin tools like /var/log/secure, last, tripwire?

    ZoneAlarm? Please.

  22. Re:Stop it on 2003 Privacy and Human Rights Survey Released · · Score: 1

    Amendment IV

    The right of the people to be secure in their persons, houses, papers, and effects, against unreasonable searches and seizures, shall not be violated, and no warrants shall issue, but upon probable cause, supported by oath or affirmation, and particularly describing the place to be searched, and the persons or things to be seized.

    Gee, sure looks kind of like privacy to me

  23. Re:Terrible Choice Of Song on Testing The Right To Resell Downloaded Music · · Score: 1


    Take this Jobs and shove it.

  24. Re:license on Testing The Right To Resell Downloaded Music · · Score: 1


    From the Apple website

    It's your music, and you can listen to it however and wherever you want to.

  25. Re:Its Not extortion on SCO Invoices For Unix Licenses Get Closer · · Score: 1

    Or do they simply believe nobody can prove otherwise?

    Which part of innocent until proven guilty don't you understand? Until SCO comes up with evidence no-one "owes" anything. Nor can they force a license on you.

    If I was a lawyer, would I be posting on /.?