Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Linux support is coming to Snapdragon X2 Series(qualcomm.com)
    87comments
  2. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    559comments
  3. Feds Target AI Critics as "Foreign Agents"(kenklippenstein.com)
    37comments
  4. Meta VR Glasses(meta.com)
    231comments
  5. ArXiv receives multiyear commitments to support it as an independent nonprofit(arxiv.org)
    11comments
  6. VSCode's SSH Agent Is Bananas (2025)(fly.io)
    93comments
  7. Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest(github.com/nestrilabs)
    12comments
  8. The "Windows XP Box" (2003)(mini-itx.com)
    10comments
  9. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    90comments
  10. Mercury 2.5 LLM hits 770 tokens per second(artificialanalysis.ai)
    28comments
  11. We just shipped support for the ugliest part of HTTP: Vary(cloudflare.com)
    15comments
  12. Italian parliament votes for return to nuclear energy(apnews.com)
    396comments
  13. FLAWED's Flaws and What This Means for Industry Research(suhacker.ai)
    1comments
  14. The mystery animal on an ancient god's head(signoregalilei.com)
    19comments
  15. LensVLM: Compressing long context as images, expanding only relevant pages(huggingface.co)
    7comments
  16. Making Tailscale Faster(tailscale.com)
    40comments
  17. A brief history of Windows scroll bar shortcuts(devblogs.microsoft.com/oldnewthing)
    52comments
  18. Show HN: Combinators in Array Languages(softwarewrighter.com)
    discuss
  19. Australia says OpenAI agent hacked into government website(channelnewsasia.com)
    14comments
  20. Show HN: An open-source manufacturing ERP/MES/QMS(carbon.ms)
    7comments
  21. Solving for faster SHA-1 collision detection(sam.dev)
    discuss
  22. Tokens too cheap to meter(jyn.dev)
    183comments
  23. Gemini 3.8 text-to-speech(blog.google)
    124comments
  24. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    50comments
  25. The Curious Power of Punctuation(newyorker.com)
    5comments
  26. Augustofaces: Pareidolia Fine Art(augusto.at)
    1comments
  27. Swap, ZRAM, Zswap and Hibernate on NixOS(matthewbrunelle.com)
    12comments
  28. I don't want the details(michaelheap.com)
    200comments
  29. A refined phylochronology of the second plague pandemic in Western Eurasia(pnas.org)
    discuss
  30. Z80 REPL (2018)(abagames.github.io)
    18comments

Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest

15 pointsby 1h agogithub.com
11 comments
46m agoHN ↗

Amazing project! But man, that README is just a textbook example of LLM word salad. It's wild how these tools are so incredibly capable at many things, but their writing sticks out like a sore thumb

43m agoHN ↗

My bad, i am not a native English speaker... I did my best to try and brush it up. Terribly sorry if it did not match your flow.

40m agoHN ↗

All good friend! I'm as guilty as anyone. It's a super cool project though.

Now that I have you on the hook, is there any benefit to this over virtio for a single KVM passthrough situation? I previously ran a proxmox based gaming PC setup (docs here: https://github.com/mtrudel/rabble/tree/4d9329f3dd0fb09123a8f...), and was lucky enough that the GPU passthrough part of that build 'just worked'. I'd started down a path of trying to share the GPU between VMs based on a naive 'one VM owns it at a time' setup, but never really got it off the ground.

27m agoHN ↗

The benefit is that you do not have a limit to how many VMs you can run at the same time. However, virtio-nvgpu has no Windows support as of yet, please check back in a while :)

You should check out Nestri [1], another project we are working on, that helps you do exactly that. It helps run multiple gaming sessions for you and your friends on the same GPU, without anyone meddling in the other person's session. Everyone gets to stream their game to whatever desktop or device they want. It is still a work-in-progress though.

[1] https://github.com/nestrilabs/nestri

36m agoHN ↗

The percentage-overhead comparison is pretty choice nonsense. It has only percentages to try and "explain" that overheads don't matter if the system is slow anyhow.

A fair comparison would be this project vs virtio.

11m agoHN ↗

Virtio? what virtio? virtio native drm native context, is that what you mean? We actually use it in nesbox[1] for AMD/Intel cards.

Venus is the only one we could directly compare to, as it is the only one that supports Nvidia GPUs. vDRM works only on AMD/Intel GPUs and has a similar performance (~98% baremetal performance) to virtio-nvgpu.

[1] https://github.com/nestrilabs/nesbox

22m agoHN ↗

it's not just literary authorship, it's pretty easy to spot LLM driven programming paradigms too, especially if you look at the test suites of a given package.

16m agoHN ↗

We borrowed a lot of the architectural design from nvproxy, then built it to support graphical workloads. Plus it is reusable in such a way you can hot plug it into any microVM, cloud-hypervisor, maybe even Firecracker