Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. King Ludd(astralcodexten.com ↗)
    discuss
  2. Self-generated prompt injections in compaction summaries(simonwillison.net ↗)
    discuss
  3. Show HN: A poetry site for developers – solve a code puzzle to post(developerpoetry.com ↗)
    discuss
  4. OpenSaga: Matching decompilation of the Lego Star Wars(opensaga.dev ↗)
    discuss
  5. Windows turned months of inactivity into a 7-hour update hostage situation(theregister.com ↗)
    discuss
  6. Turn off Apple Intelligence in macOS 27(discussions.apple.com ↗)
    discuss
  7. Ground Effect Vehicle(wikipedia.org ↗)
    discuss
  8. Security Review Scope for Daml: Coverage, Methods, and EVM Comparison(hacken.io ↗)
    discuss
  9. Auto approve pull requests with Jev(github.com/metalbear-co ↗)
    discuss
  10. How ISIL is using Big Tech's AI to build bombs(aljazeera.com ↗)
    discuss
  11. Migrating the GitHub Copilot Runtime to Rust, Using Copilot(github.blog ↗)
    discuss
  12. RoboHarm: Do Frontier Robot Policies Refuse Unsafe Instructions?(robocurve.org ↗)
    discuss
  13. Chat-based Large Language Models replicate the mechanisms of a psychic's con(softwarecrisis.dev ↗)
    discuss
  14. An Ode to the Owl: The Inside Story of Psygnosis(timeextension.com ↗)
    discuss
  15. The Millennium Problems for Biology(millenniumproblems.bio ↗)
    discuss
  16. Outer Billiards on the Penrose Kite: Compactification and Renormalizaiton(arxiv.org ↗)
    discuss
  17. WrathBench − an Agent Workbench for World of Warcraft(shard.page ↗)
    discuss
  18. Big Tech uses guarantees to keep $300B AI exposure off balance sheets(ft.com ↗)
    1comments
  19. Densha de Go(wikipedia.org ↗)
    discuss
  20. The First Nolan Movie: The Odyssey and the world after men change it(firstrand.co.za ↗)
    discuss
  21. The Shaky Evidence That Flock Cameras Reduce Crime Rates(reason.com ↗)
    discuss
  22. Claude Code is getting native AGENTS.md support(github.com/anthropics ↗)
    discuss
  23. Open-source AI PR reviewer that helps you ship(nitpicker.dev ↗)
    discuss
  24. An Agent's Breath. The Heart Beats by Itself, Breathing Is a Choice(piotrzientara.pl ↗)
    discuss
  25. The Cornetto Ice Cream Cone Framework for Prompting(hazn.com ↗)
    discuss
  26. Ternary-Bonsai-8B-Gguf(huggingface.co ↗)
    discuss
  27. How Efficient Is Each Type of EV Charger? (2024)(insideevs.com ↗)
    discuss
  28. Show Your Work(jagasantagostino.com ↗)
    discuss
  29. Tactile controls in a digital world (2024)(jenson.org ↗)
    discuss
  30. Ask HN: What to focus on in this age of AI
    2comments

DQuic: Extending QUIC for P2P and Multipath Transport

2 pointsby 1h agodocs.dhttp.net
1 comments
1h 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.