Live data from Hacker News

Viewing profile — ate53

ate53

HN member
Joined
Fri, Dec 03, 2021, 4:26 AM UTC
HN karma
22
Public activity
15 items

About ate53

No profile information was provided.

Recent public activity

  1. comment
    Comment #30986667

    It's a viable strategy. No legitimate implementation produces compression pointers that go anywhere other than backwards. I track the start of a label sequence and whether I've fol…

  2. comment
    Comment #30404201

    https://powerdns.org/hello-dns/

  3. comment
    Comment #30031636

    > On the TLSA side, the argument is roughly that (1) the WebPKI is bad ... Is that a common argument? I've seen it argued that WebPKI shouldn't be used because it outsources DNS tr…

  4. comment
    Comment #29930417

    There's private use ranges for classes and types. They don't have specific mnemonics but you can use the generic ones (eg: CLASS65280 and TYPE65280). CHAOS probably gets used most …

  5. comment
    Comment #29928455

    A possibly needless clarification: The DNS is organised by class, name, and then type. Each class is a seperate space, so ycombinator.com in the IN (Internet) class and ycombinator…

  6. comment
    Comment #29710175

    I can understand how you might arrive at such an intuition but I'm not sure how well it serves you, particularly when you apply it outside of the search results that have formed it…

  7. comment
    Comment #29708733

    > ... especially on a "nonstandard" TLD. I guess that's a dig but I'm not sure why. It's resolvable via the ICANN root and is no more "nonstandard" than any of its siblings.

  8. comment
    Comment #29635227

    Has anyone here had experience with Glauca? I'm curious about them because they support RFC 2136.

  9. comment
    Comment #29634485

    Namecheap's DNSSEC implementation has broken a number of times and last I looked their API was pretty poor.

  10. comment
    Comment #29584073

    My problem with this spec is it requires Service Providers and DNS Providers to know about each other. It's essentially formalising the status quo of cookie cutter setups for big n…

  11. comment
    Comment #29445645

    Dynamic responses make transfers difficult to implement in some server architectures. Which is not to take away from your point - trying to hide things in the DNS is a fairly point…

  12. comment
    Comment #29445628

    IXFR is for incremental transfers in which the client asks for a series of diffs between a particular serial and the current one. AXFR requests a transfer of the full zone. dig sup…

  13. comment
    Comment #29445596

    > Multiple questions inside the same packet are quite common in DNS-SD based multicast queries. mDNS is DNS in name only. Yes the wire format is mostly the same but the semantics a…

  14. comment
    Comment #29426623

    > deactivate message compression if possible. PowerDNS tried this early on, it ended poorly because a client with a large installed base assumed that answers following the question…

  15. comment
    Comment #29426613

    What was the implementation that produced the bad NSEC3 proofs?