Slashdot Mirror


User: SAH

SAH's activity in the archive.

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

Comments · 7

  1. Drupal and Contributed Modules on Drupal 7 Will Reach End-of-Life in November of 2021 (drupal.org) · · Score: 1

    I have several web sites running Drupal 7. The biggest issue that prevents me from migrating to Drupal 8 is the status of several contributed modules that I depend on. If they don't have a Drupal 8 version available (and there are many that don't), I have to either update them myself or find an alternative. The most common reaction I get from the developers of these modules when asked about their plans for Drupal 8 is silence...

  2. Re:Oldest still held by same company is XEROX.COM on Oldest Dot-com Domain Turning 30 · · Score: 1

    One of the benefits of getting in on the ground floor like that was big blocks of IPv4 addresses - apple.com still controls a /24 block, I think.

    ...and Xerox has (or maybe had) 13/8.

  3. Re:I don't like the sound of this on ICANN Working Group Seeks To Kill WHOIS · · Score: 3, Informative

    What we need is a standard format for WHOIS responses. What we don't need is some monopoly gatekeeper.

    There's IETF work under way to develop standard formats for whois-like queries and responses: http://datatracker.ietf.org/wg/weirds/charter/

  4. Re:new registries on Will BEEP Simplify Network Programming? · · Score: 1

    Here's a link to the draft describing EPP transport using BEEP:

    http://www.ietf.org/internet-drafts/draft-ietf-p ro vreg-epp-beep-02.txt

    As one of the folks involved in the EPP/BEEP discussions, I can confirm that most of the concerns had to do not only with a lack of experience with current BEEP implementations, but a wealth of experience with streaming data over TCP. Implementers just felt more comfortable working with tried and true technology. It will be nice, though, if we get a chance to implement this draft and see if any of the early performance and complexity concerns were justified.

  5. Re:I don't think NeuStar manages .biz! on NeuStar to Manage .US Registry · · Score: 1

    NeuLevel is a partnership between NeuStar and Melbourne IT of Australia, with NeuStar owning the majority share of the partnership.

  6. Re:"Dot-US" and XRP/BEEP data point on NeuStar to Manage .US Registry · · Score: 1
    I don't believe there's any public document that describes a BEEP profile for what NeuStar is calling XRP, but there _is_ one for the Extensible Provisioning Protocol (EPP), a work item of the IETF's provreg working group:

    EPP BEEP Transport

    It may be that NeuStar is using XRP as a brand name for their implementation of EPP. FWIW there is an open source implementation of EPP available on SourceForge:

    EPP on SourceForge

  7. XML Schema in Protocol Design on XML Schema a W3C Recommendation · · Score: 1

    XML is getting noticed by other standards developing organizations, such as the IETF. XML Schema provides features for protocol design, such as strong data typing, that just weren't available with DTDs, giving application layer protocol designers a viable alternative to other specification languages such as ASN.1.