<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: WanjohiRyan</title><link>https://news.ycombinator.com/user?id=WanjohiRyan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 25 Sep 2026 19:13:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=WanjohiRyan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by WanjohiRyan in "Nesbox: A fast MicroVM with GPU sharing"]]></title><description><![CDATA[
<p>Probably this (?) <a href="https://news.ycombinator.com/item?id=49609389">https://news.ycombinator.com/item?id=49609389</a></p>
]]></description><pubDate>Thu, 24 Sep 2026 16:38:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49833186</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49833186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49833186</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>Thank you for the feedback... i will do that</p>
]]></description><pubDate>Thu, 24 Sep 2026 09:51:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49828396</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49828396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49828396</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>Fair point, we still have a long way to go in terms of security AND being suitable for everyday use.<p>However, nvgpu is meant to be used in PCI passthrough in scenarios where you would want to run and share your GPU across multiple KVM guests, or you don't want to detach the GPU from the host, and plug it into the VM you are running... you know, that little dance you do everytime you want to game inside a VM.</p>
]]></description><pubDate>Thu, 24 Sep 2026 07:30:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49827426</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49827426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49827426</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>Yes they are not... we run the Nvidia drivers unmodified. Only thing we have done is make the guest driver think it's running on the host, talking to the host's GPU kernel.<p>It works really well with a ~2% performance penalty. Nvproxy by google/gvisor has been doing this for years.<p>You should try running it yourself and see how it goes :D</p>
]]></description><pubDate>Thu, 24 Sep 2026 06:32:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49826982</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49826982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49826982</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Nesbox: A fast MicroVM with GPU sharing"]]></title><description><![CDATA[
<p>We encode with Vulkan Video, then stream to the client using QUIC. This is part of the larger project: Nestri [1] which is currently a work-in-progress.<p>[1] <a href="https://github.com/nestrilabs/nestri" rel="nofollow">https://github.com/nestrilabs/nestri</a><p>Nesbox is just a VMM, a component of the whole stack.</p>
]]></description><pubDate>Thu, 24 Sep 2026 06:24:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49826920</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49826920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49826920</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>Virtio? what virtio? virtio native drm native context, is that what you mean? We actually use it in nesbox[1] for AMD/Intel cards.<p>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.<p>[1] <a href="https://github.com/nestrilabs/nesbox" rel="nofollow">https://github.com/nestrilabs/nesbox</a></p>
]]></description><pubDate>Thu, 24 Sep 2026 02:50:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49825627</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49825627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49825627</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>No not yet, but that is in the roadmap.</p>
]]></description><pubDate>Thu, 24 Sep 2026 02:45:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49825587</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49825587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49825587</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>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</p>
]]></description><pubDate>Thu, 24 Sep 2026 02:45:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49825583</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49825583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49825583</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>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 :)<p>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.<p>[1] <a href="https://github.com/nestrilabs/nestri" rel="nofollow">https://github.com/nestrilabs/nestri</a></p>
]]></description><pubDate>Thu, 24 Sep 2026 02:34:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49825513</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49825513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49825513</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Thu, 24 Sep 2026 02:18:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49825408</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49825408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49825408</guid></item><item><title><![CDATA[Nesbox: A fast MicroVM with GPU sharing]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/nestrilabs/nesbox">https://github.com/nestrilabs/nesbox</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49824884">https://news.ycombinator.com/item?id=49824884</a></p>
<p>Points: 27</p>
<p># Comments: 4</p>
]]></description><pubDate>Thu, 24 Sep 2026 01:04:16 +0000</pubDate><link>https://github.com/nestrilabs/nesbox</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49824884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49824884</guid></item><item><title><![CDATA[Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/nestrilabs/virtio-nvgpu">https://github.com/nestrilabs/virtio-nvgpu</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49824864">https://news.ycombinator.com/item?id=49824864</a></p>
<p>Points: 152</p>
<p># Comments: 65</p>
]]></description><pubDate>Thu, 24 Sep 2026 01:02:23 +0000</pubDate><link>https://github.com/nestrilabs/virtio-nvgpu</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=49824864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49824864</guid></item><item><title><![CDATA[Show HN: Open-source GeForce NOW alternative with Stadia's social features]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/netrisdotme/netris">https://github.com/netrisdotme/netris</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40403658">https://news.ycombinator.com/item?id=40403658</a></p>
<p>Points: 176</p>
<p># Comments: 108</p>
]]></description><pubDate>Sun, 19 May 2024 02:18:23 +0000</pubDate><link>https://github.com/netrisdotme/netris</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=40403658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40403658</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Ask HN: Projects You Thought Were Cool but Failed Miserably – What Happened?"]]></title><description><![CDATA[
<p>Google Stadia<p>Stadia's shutdown was a great loss in the gaming world.<p>Its social elements were ahead of their time, allowing for unprecedented levels of interaction and connectivity.<p>Other platforms are still catching up to how easy it was to jump into a game with friends, share game states, or even stream your gameplay with the press of a button; no queuing.<p>Unfortunately, much of Stadia's potential was undercut by Google's marketing strategy :(</p>
]]></description><pubDate>Fri, 29 Mar 2024 15:57:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=39865587</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=39865587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39865587</guid></item><item><title><![CDATA[Kubernetes-Native Retro Game Streaming Written in Go]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/pod-arcade/pod-arcade">https://github.com/pod-arcade/pod-arcade</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38361082">https://news.ycombinator.com/item?id=38361082</a></p>
<p>Points: 49</p>
<p># Comments: 14</p>
]]></description><pubDate>Tue, 21 Nov 2023 08:48:46 +0000</pubDate><link>https://github.com/pod-arcade/pod-arcade</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=38361082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38361082</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Qwantify"]]></title><description><![CDATA[
<p>Project maintainer here.<p>Hi, thank you for taking an interest.<p>It is 'cross-platform' as long as you have docker installed and configured to use your gpus. You are good to go.<p>qwantify is still young and unstable to promise you, you will get a first good experience. But do tell how it goes :)</p>
]]></description><pubDate>Mon, 26 Dec 2022 21:15:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=34141966</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=34141966</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34141966</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Qwantify"]]></title><description><![CDATA[
<p>Project Maintainer here.<p>First of all, thanks rolph ;)<p>qwantify is a work in progress. As many have pointed out, it is not that different from it's parent repo Neko because this was essentially an MVP. I am working on a set of features including gamepad support and livestream-on-QUIC.<p>What people might be getting wrong is that qwantify  meant to compete with Parsec or Sunshine.<p>qwantify is a docker image for running and streaming multiple apps or games together from a single machine with at least one gpu. All this can be accessed through the browser.<p>What (i think) cloud gaming companies like Nvidia or xCloud do.<p>Be sure to keep an eye out for v1.</p>
]]></description><pubDate>Mon, 26 Dec 2022 21:04:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=34141856</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=34141856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34141856</guid></item><item><title><![CDATA[Show HN: WebTransport vs. WebRTC vs. WebSocket]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Sh3B0/realtime-web">https://github.com/Sh3B0/realtime-web</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34137974">https://news.ycombinator.com/item?id=34137974</a></p>
<p>Points: 33</p>
<p># Comments: 5</p>
]]></description><pubDate>Mon, 26 Dec 2022 14:46:34 +0000</pubDate><link>https://github.com/Sh3B0/realtime-web</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=34137974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34137974</guid></item><item><title><![CDATA[New comment by WanjohiRyan in "Show HN: Play games, with your friends right from the browser. No installations"]]></title><description><![CDATA[
<p>Thank you for taking your time to try it out.<p>This will be implemented soon after we migrate the client from nodejs v14 to nodejs v18. [1]<p>[1] <a href="https://github.com/wanjohiryan/qwantify/tree/nodev14-to-v18" rel="nofollow">https://github.com/wanjohiryan/qwantify/tree/nodev14-to-v18</a></p>
]]></description><pubDate>Wed, 14 Dec 2022 18:16:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=33987404</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=33987404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33987404</guid></item><item><title><![CDATA[Show HN: Qwantify – open-source Stadia (cloud gaming platform)]]></title><description><![CDATA[
<p>Article URL: <a href="https://qwantify.vercel.app/">https://qwantify.vercel.app/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33974052">https://news.ycombinator.com/item?id=33974052</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 13 Dec 2022 19:04:30 +0000</pubDate><link>https://qwantify.vercel.app/</link><dc:creator>WanjohiRyan</dc:creator><comments>https://news.ycombinator.com/item?id=33974052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33974052</guid></item></channel></rss>