Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Shaky Evidence That Flock Cameras Reduce Crime Rates(reason.com ↗)
    discuss
  2. Claude Code is getting native AGENTS.md support(github.com/anthropics ↗)
    discuss
  3. Open-source AI PR reviewer that helps you ship(nitpicker.dev ↗)
    discuss
  4. An Agent's Breath. The Heart Beats by Itself, Breathing Is a Choice(piotrzientara.pl ↗)
    discuss
  5. If you are browsing in Chrome / Firefox in desktop you should try this extension(chromewebstore.google.com ↗)
    1comments
  6. The Cornetto Ice Cream Cone Framework for Prompting(hazn.com ↗)
    discuss
  7. Ternary-Bonsai-8B-Gguf(huggingface.co ↗)
    discuss
  8. How Efficient Is Each Type of EV Charger? (2024)(insideevs.com ↗)
    discuss
  9. Show Your Work(jagasantagostino.com ↗)
    discuss
  10. Tactile controls in a digital world (2024)(jenson.org ↗)
    discuss
  11. Ask HN: What to focus on in this age of AI
    1comments
  12. If AI coding is lowering your code quality, you're not managing quality right(i-kh.net ↗)
    discuss
  13. Humans Are the Only Real Agents(aboard.com ↗)
    discuss
  14. velocity content marketing(briefiq.io ↗)
    discuss
  15. The Ma of a New Machine(jenson.org ↗)
    discuss
  16. Germany's green developers hit a wall: Insolvencies, tighter credit(briefs.co ↗)
    discuss
  17. Apache Cassandra 6 Accord transactions: What you need to know(instaclustr.com ↗)
    discuss
  18. Underclass: An OpenAI-compatible pooling proxy that pins sessions to one account(github.com/ghuntley ↗)
    discuss
  19. Romanian Crime Rings Are Draining U.S. Welfare Accounts(wsj.com ↗)
    1comments
  20. Scott Jenson: Are we going to use the same Desktop UX forever? [video](youtube.com ↗)
    1comments
  21. Post Messages via Get(swarmmemo.com ↗)
    1comments
  22. Doomsday: Friday, 13 November, A.D. 2026 (1960)(science.org ↗)
    1comments
  23. DQuic: Extending QUIC for P2P and Multipath Transport(dhttp.net ↗)
    1comments
  24. Ask HN: If frontier models were free, would we produce better or worse software?
    discuss
  25. I'm Tired of the AI Tone(sagivo.com ↗)
    10comments
  26. The Many Faces of Information Geometry [2023](chinougea.medium.com ↗)
    discuss
  27. Fastest Coding Agent (5x faster than Codex)(cotyper.com ↗)
    discuss
  28. Do you need a technical cofounder?(ivelum.com ↗)
    discuss
  29. A MySQL plugin that filters rows by meaning (built on TypeSafe Jev)(github.com/maayanlevy ↗)
    discuss
  30. Chat GPT for Seniors(anthem.co.uk ↗)
    1comments

DQuic: Extending QUIC for P2P and Multipath Transport

2 pointsby 42m agodocs.dhttp.net
1 comments
38m agoHN ↗

DQuic is an async Rust implementation of QUIC extended for peer-to-peer communication and multipath transport. It enables endpoints across different networks to establish direct connections through integrated NAT traversal, while supporting multiple transport paths for more flexible connectivity. As a core part of the DHttp stack, DQuic provides the underlying transport capabilities that enable DHttp endpoints to connect and communicate across networks.

The project is fully open source. You can find the code and learn more on https://github.com/genmeta.