Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    112comments
  2. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    2comments
  3. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    42comments
  4. OpenJev(openjev.com ↗)
    163comments
  5. I don't like passkeys(hawksley.dev ↗)
    176comments
  6. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    2comments
  7. AI chatbots becoming experts at changing people's minds. What's their secret?(science.org ↗)
    discuss
  8. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    25comments
  9. Jemalloc 5.4.0(github.com/jemalloc ↗)
    58comments
  10. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  11. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    391comments
  12. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    85comments
  13. Replacing Pull Requests with Delta(zed.dev ↗)
    38comments
  14. If materialism is true, the United States is probably conscious(jstor.org ↗)
    21comments
  15. The scourge of x86 emulation(fex-emu.com ↗)
    53comments
  16. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    158comments
  17. Show HN: Navier-Stokes Visualized as 1kB i386 demos(juandecos.github.io ↗)
    3comments
  18. Astra for Law(openai.com ↗)
    635comments
  19. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    262comments
  20. Qwen 3.8 Omni Flash(qwen.ai ↗)
    98comments
  21. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    176comments
  22. Wax motor(wikipedia.org ↗)
    85comments
  23. When the fractional part of a float fixes your shader(crocidb.com ↗)
    10comments
  24. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    239comments
  25. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    55comments
  26. How to Write with an LLM(sockpuppet.org ↗)
    158comments
  27. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss
  28. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    168comments
  29. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    24comments
  30. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    31comments

NeoDNS: A new DNS like the one we know

42 pointsby 10y agorot256.io
15 comments
10y agoHN ↗

So, biggest question... how is this different from Namecoin [1], and how does it improve upon it? Both are in the same 'decentralized identity/DNS' space.

Also, from a cursory glance, how does this prevent spam? There seems to be no cost to register a new name. What prevents someone from taking every possible name?

[1] https://www.namecoin.org/

10y agoHN ↗

Well after reading this post the obvious difference is that namecoin exists and this is just a idea that the author is still trying to work out.

10y agoHN ↗

In this scheme, there is still a central registrar with full control over the TLD. For example to register a .com domain you would still go through verisign (and pay them). This proposal would just mean that verisign would provide a public, blockchain-verified history of their DNS zone file.

That's fundamentally different from namecoin which wants to cut the registrar (verisign, etc.) of the equation.

10y agoHN ↗

Seems somewhat similar to Certificate Transparency project, where issued certificates are recorded in a public (merkle tree) log.

10y agoHN ↗

Is this resistant to domains being taken down for "copyright" reasons, which has shown that one does not really own the domain and is at a whim of a registrar.

10y agoHN ↗

Old dns entries would be recorded in the ledger forever. You would just have to write a client that ignores revocations/reassignments/updates for a chosen domain.

But in principle the registrar can still do with its domain whatever it likes for any or no reason.

10y agoHN ↗

Well great, now could someone come up with DNS improved by Machine Learning trough Deep Convolutional Neural Networks? That's the only missing thing for a BS-Bingo on my card.

10y agoHN ↗

Is anyone more familiar with it able to discuss how the identity part of this compares and contrasts with DANE?

10y agoHN ↗

This seem to bring up the zone enumeration issue. Except for now, approaches like used in NSEC3 won't help at all.

"Private" DNS entries matter, when one wouldn't want to remember IPs (one'd rather remember "correct-horse-battery-staple.int.example.org"), but also wouldn't want to disclose the addresses used internally and aren't exposed to the end-users (because DDoS).

10y agoHN ↗

Will this scale to the pending explosion of DNS as IPv6 is deployed? The existing DNS infrastructure is already experiencing growing pains, especially wrt PTR records.

10y agoHN ↗

The site doesn't specify directly, but would the communication between Bob (the end-user) and Trent (the trusted entity) be encrypted? If not, why not?

It's always annoyed me how much of a mess DNS is when it comes to confidentiality. Why should my ISP or employer be able to deduce which sites I'm visiting by simply inspecting my UDP datagrams (filtering to port 53) and looking at the plaintext queries? Why was this thought to be a good idea?

In the wider scheme of things, there's far too much trust with many internet services/protocols. I like that NeoDNS provides a public key for the queried service - maybe with a scheme like this we can stop sending hostnames for SNI in plaintext as part of the TLS handshake too. We shouldn't accept these sorts of information leaks anymore, it's been demonstrated too many times in the past that sending things in plaintext is a bad idea.

10y agoHN ↗

(1) Your ISP and employer know which sites you're visting (modulo virtual hosting) by inspecting your IP packets and doing a reverse DNS lookup. It's the price you pay for someone routing your traffic: they have to know where to send it.

(You can use a proxy/VPN tunnel. Your ISP knows knows you're sending traffic to the proxy, and your proxy knows where you're sending traffic.)

(2) DNS encryption is certainly possible. DNSCurve and DNSCrypt are the ones I know of. But there's just not a lot of motivation. IP packets have an address on them already; the only additional thing DNS or SNI reveals is which of several (usually enumerable) hostnames they are interested at that IP. So...interesting, but generally not compelling.

10y agoHN ↗

(1) Your ISP and employer know which sites you're visting (modulo virtual hosting) by inspecting your IP packets and doing a reverse DNS lookup. It's the price you pay for someone routing your traffic: they have to know where to send it.

You have a point, but as a webmaster there's surely no requirement for me to create a PTR record, right? As long as there's an A record somewhere, surely things will work? This is perhaps what you were getting at with "(modulo virtual hosting)" I guess (though to me that would suggest SNI-based certificate serving from one IP)?