Slashdot Mirror


User: anthony_baxter

anthony_baxter's activity in the archive.

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

Comments · 36

  1. Re:Search Engine DNS? on Securing DNS From The Roots Up · · Score: 1

    And when you change your DNS, how soon would the search engines be updated? There's a whole lot of knobs and dials in DNS to allow you to configure how long results are cached. For instance, if you know you're planning to renumber, you turn the TTLs down in advance, so that your entries expire more quickly. You do this incrementally, so that when it comes time to switch, you're hopefully down to around a 5 minute mark. That means you've got a very short window of overlap.

    Other problems with your idea:

    - The net != the web. How would search engines know about email systems, MX records, LDAP servers, RADIUS servers, or the host of other systems that are critical to the net. (Hell, email's far more important (imho) than the web).

    - If the DNS is down, how the heck do you get to the search engine? Do you store google's address in your /etc/hosts file??

    There's a bunch of ways to help make DNS more robust; for example use a forwarder run by your ISP. You'll get faster responses, and save on traffic and load on the remote NSs. Or start bitching at anyone you know that runs both their NSs on the same damn piece of ethernet. Sheesh! How bloody often is this seen? How basic and stupid an error is this?

  2. Re:routing != DNS on Securing DNS From The Roots Up · · Score: 1

    I'm not sure that having the roots run by "the ad-hoc volunteer network of the 1980s" is the problem you think it is. Diversity is strength.

    Far far more dangerous would be if the roots were all run by the same organisation, using a common set of procedures and processes. Let's face it - if a root server's going to get compromised, it's much more likely that it's going to be a human failure that causes it rather than a software failure. Don't believe me? Go read the back issues of RISKS Digest - count how many of the failures are human, rather than computer.

    As far as "drinking straws" for net connections - I don't think so. The roots are all on pretty chunky connections.

    "DNS does not provide authentication" - well, no. But that's what DNSSEC is for.

    "ICANN should be... telling the IETF the characteristics of the security protocol it really needs" - oh please. What on _earth_ makes you think ICANN has the faintest idea about protocols and security?

  3. ICANN and ccTLDs on .au's Reclusive Administrator Elz Deposed · · Score: 4, Insightful

    Given the fights between ICANN and the ccTLDs about funding, isn't there a conflict of interest in ICANN being able to review the appointment of ccTLD managers?

  4. Re:Yay - about bloody time he was deposed! on .au's Reclusive Administrator Elz Deposed · · Score: 3, Insightful

    *sigh*

    Yet more crap about Elz and .org.au. kre's had a fairly clearly defined policy about .org.au for a long time now, but it's still a common sight to see someone whining because "I need to get eleetdudes.org.au for me and my mates and kre won't let me. Waaah".

    Or the folks who don't follow the instructions and expect someone to clean up after them.

    No doubt we'll now see org.au turn into the same sewer as .org, .net and the like.

  5. Re:Why? on Netscape 6.1 · · Score: 1

    w.r.t. spellchecker, I'm pretty sure you used to be able to just slot the NS6 xpi component into Mozilla without too much drama.

  6. Re:Why? on Netscape 6.1 · · Score: 1

    Plugins: I ended up turning off (removing) the flash plugin, because the only thing I saw it used for was bloody banner ads.

    The final straw was a banner ad that played music. Beyond anything I could stand.

    Now if only there was the round tuits to look into blocking IFRAMEs as well as IMG, I could be banner-ad-free. (And yes, that kills off an entire poorly thought-out business model. Boo hoo.)

  7. mozilla at 4 years... on Good Software Takes 10 Years? · · Score: 1
    What the hell is going on with Mozilla? I made fun of them more than a year ago because three years had passed and the damn thing was still not out the door.

    Hey, if they're only at 4 years, they've still got 6 years to go. Maybe by then the textarea won't suck :)

    (having said that, I've been using mozilla for over a year now.)

  8. Re:Jim on Muppets Sold · · Score: 1

    "his son has taken over the voice pretty well" - well, if you're talking about the Muppet voices, this isn't correct. Steve Whitmire now does Kermit's voice, Jerry Nelson is doing Statler, and I don't think Rolf's had an outing since then...

    Personally, I really dislike Whitmire's version of Kermit's voice - it's lacking a certain singsong sortof charm to it.

  9. Re:What is an Application Server? on Sun dropping Netscape Application Server Linux Port · · Score: 2

    Don't forget Zope from your list of application servers.

    It has a couple of advantages over the others listed:

    • It's Open Source
    • It's not a bloated-pig-from-hell
    • It's not just a really dodgy windows port (or has CF been properly ported to Unix now?)
    • It's Open Source
    • and it totally rocks.
  10. Re:Power cycling hardware as its own rack unit. on Ask Slashdot: Hardware for Headless Linux Boxes · · Score: 1

    At least for the Compaq and (ex-)Digital servers, the hardware for serial port management is only in the ridiculously expensive servers. In the case of the Digital servers, they also required a windows-only client program to talk to the serial port.

    The Compaq server with the card that we looked at was really not a well-designed piece of hardware. The serial card was rather flaky, and the system in general was not worth the extraordinary amount of money that they demanded for it.

    The realweasel product looks awesome. Can't wait to get my hands on a few.

  11. Re:Opinions on Zope? on Ask Slashdot: Live Update Web Pages on Linux? · · Score: 1

    A couple of other things that I haven't seen
    mentioned in the discussions of Zope:

    Undo. The object database has a wonderful
    wonderful (well, it's saved me from my own
    mistakes a couple of times, so I think it's
    wonderful) undo system.

    The access control system. It's amazingly
    featureful. Users can be given rights (you can
    even give them the rights to re-delegate some
    of their rights to other users that they create).

    The core of the system. The guys who've built
    this have done some amazing work using acquisition
    to make extending Zope with new objects a total
    breeze.

    As far as the question about moving back issues
    into zope - you can use either the contributed
    fsimport module, or the optional built-in ftp
    server.

    Anthony