Slashdot Mirror


User: next_permutation

next_permutation's activity in the archive.

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

Comments · 14

  1. Re:One important fact left out of the article... on Is Google Breaking Their Own Rules? · · Score: 1

    The robots.txt shown in the post I replied to is invalid because this syntax is incorrect:
    User-agent : *
    Disallow: /

    Allow is indeed a problem due to "headers" not being defined. With your interpretation the file http://adwords.google.co.uk/robots.txt is valid and means exactly the same thing as
    User-agent: *
    Disallow: /
  2. Re:One important fact left out of the article... on Is Google Breaking Their Own Rules? · · Score: 1


    Actually, spiders would be perfectly justified in ignoring that robots.txt file, since it does not follow the format in the robot exclusion standard. There's no agreement about what a search engine spider is supposed to do when it encounters an invalid robots.txt such as this.

  3. Officially bug-free on Linux Kernel 2.6.11 Released · · Score: 1


    Finally! Looks like there are a lot of bug fixes in this one.

    I hope the big memory leak I've been seeing with 2.6.10 have been fixed in 2.6.11. I had to disable HIGHMEM just to keep the machine running more than a few days, and that unfortunately means it's limited to 896MB LOWMEM.

  4. Re:A quick workaround for FF 1.0 on New Vulnerability Affects All Browsers · · Score: 3, Informative

    The exploit did work on my FireFox 1.0, and I have always had all those checkboxes except "Change Images" disabled.

    I would like to disable JavaScript entirely, but unfortunately that breaks too many pages.

  5. Re:props to djb! on Bernstein Cryptography Case Dismissed · · Score: 1

    The timeout is in dig, not in tinydns. This is the way it's supposed to work; tinydns doesn't answer queries for which it has no authoritative data and after a while dig stops waiting for an answer.

    You can simulate the BIND behavior by adding the corresponding records to your data file, but there's no point in doing so - you would be encouraging lame delegation.

  6. Who cares about .museum? on ICANN, IAB Ask VeriSign to Suspend SiteFinder · · Score: 2, Insightful

    The difference is that virtually no one uses the .museum TLD. There have been complaints about the wildcards used for .cc, .nu and other TLDs. But it's only when they start playing games with .com and .net that people notice, because this affects everyone.

  7. Re:Whats next? on New BTX Form Factor Announced At IDF · · Score: 1

    No, Intels new naming strategy clearly dictates that the next form factor should be BTX II.

  8. OpenSSH Security Advisory on New ssh Exploit in the Wild · · Score: 4, Informative

    An OpenSSH Security Advisory was just posted about this.

  9. Already discussed on the ICANN/GNSO mailing list on Resolving Everything: VeriSign Adds Wildcards · · Score: 5, Informative
    This is discussed on the ICANN/GNSO mailing list. A vote saying
    gTLD Registry operators WILL return NXDOMAIN for ALL DNS queries for which there is not a REGISTERED domain name.
    has been suggested. Sure seems like a good idea to me.
  10. Re:Good riddance to bad rubbish on Osirusoft Blacklists The World · · Score: 1

    SPEWS is NOT dead. The osirusoft.com mirror of the SPEWS list is dead. The DDOS of the SPEWS web site does not matter (much); the SPEWS list is still being updated, distributed and used.

  11. OpenSSH 3.6.1 released on OpenSSH 3.6 Released · · Score: 1

    An updated version, OpenSSH 3.6.1, has just been released. Apparantly, the 'kex guesses' bugfix from OpenSSH 3.6 triggers a bug in a few other SSH v2 implementations and causes connections to stall. OpenSSH 3.6.1 disables this bugfix when interoperating with these implementations.

  12. Re:But I've heard... on Intel C/C++ compiler vs. GNU gcc/MS Visual Studio · · Score: 1

    I don't know about 5-6 times longer compile times, but ICC (7.0) takes considerably longer time to compile my projects than MSVC (7.0 aka .NET) does. I've never benchmarked them, but ICC sure is slow enough that I prefer MSVC for Windows development whenever I can stand working with the C++ subset supported by MSVC.

  13. Black vs White on Email (As We Know It) Doomed? · · Score: 2, Informative

    While I fully agree spam is a serious problem - is it really that bad? I don't know what you are doing with your addresses to attract spammers, but at least for me, the DNS-based blacklists are still effective enough. Whitelists wouldn't make my life any easier, and they would surely complicate things for those who want to send me mail.

    I get less than one actual spam message per day, and most of those are to the (unfiltered, as per RFC recommendations) postmaster@ address on my domain. All other addresses use blacklists only for spam prevention; there's a fair amount of spam blocked and very few legitimate messages are blocked - it has happened to me exactly once, even though I use somewhat aggressive blacklists. My main address have been in use for several years and I can't say I've been careful about revealing it - it has been used on mailing lists, various sign up forms, it's published on a number of web pages, etc.

    Content filtering (Bayesian or whatever) seems to be popular among slashdotters. With an IP blacklist, erroneously blocked mail will bounce, making the sender aware of the problem. A content filter, on the other had, usually can't bounce so the message will be sent to /dev/null or stuffed in a trash folder together with other spam - the message is effectively lost. Sure, the filters may be good, but they still do make some mistakes and the cost of those mistakes are higher than it is for blacklists.

    So I still prefer blacklists, despite their shortcomings (politics for one). They may be out of fashion, but the fact that messages are blocked before being accepted by the mail server feels right on principle - the spam never gets to waste my bandwidth or disk space.

  14. Re:DNS Question... on As the Spam Turns · · Score: 1

    host -t mx ixxnet.net
    ixxnet.net. mail is handled by 5 mail.ixxnet.net.
    ixxnet.net. mail is handled by 4 66.25.224.10.

    MX must be a host name; an IP address is not acceptable. There are other suspect things about their DNS configuration, but that's probably what the Usenet post was hinting at.