<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: warvstar</title><link>https://news.ycombinator.com/user?id=warvstar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 00:32:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=warvstar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by warvstar in "Show HN: Unreal Engine 5 in WebGPU"]]></title><description><![CDATA[
<p>Thanks for the detailed report! We have recently received similar reports on M1 and M2 chips and we are going to investigate further.<p>Also, you're right about the loading screen for unsupported browsers, that is something we will add ASAP. Thanks again!</p>
]]></description><pubDate>Tue, 09 Jul 2024 19:07:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=40919682</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=40919682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40919682</guid></item><item><title><![CDATA[New comment by warvstar in "Aider: AI pair programming in your terminal"]]></title><description><![CDATA[
<p>Any chance for multi agents and/or a vs-code extension(for diffing / applying changes)?
nmv on the vscode extension, I just found your other comment.</p>
]]></description><pubDate>Thu, 18 Apr 2024 00:20:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40071618</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=40071618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40071618</guid></item><item><title><![CDATA[New comment by warvstar in "Unreal Engine 5 ported to WebGPU"]]></title><description><![CDATA[
<p>It can be, we have our data cached as close to the user as possible, in over 300 locations. It does add some latency, because instead of a 3ms latency to fetch and decompress assets, it now might be 17ms. However, because we also have a memory cache, this can reduce that latency significantly, and we use that for as many small and recently accessed assets as possible. Our virtual fs is multithreaded and works in tandem with Unreals async loading threads, so we are able to fetch multiple assets at a time, reduce wait tune. We also have the ability to know what assets are commonly fetched in a certain period and to fetch those ahead of time.<p>Of course, if you combine bad networks, lack of storage capacity and large projects, you can be sitting around a while, or may not have the best experience. Keep in mind though, that the browsers don't usually evict data from the cache unless you've used up the storage quota, the system is under storage pressure, or the origin has not been accessed in a while. According to them</p>
]]></description><pubDate>Thu, 15 Feb 2024 20:16:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=39388130</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=39388130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39388130</guid></item><item><title><![CDATA[New comment by warvstar in "Unreal Engine 5 ported to WebGPU"]]></title><description><![CDATA[
<p>We have the ability to stream in content from our CDN, so even devices with little to no storage capacity can run games of near infinite size. The main issue in today's browsers is the 4gb ram limit, although many games can run within that limit. We have MEMORY64 support as well, removing that ram limit, but it will probably be a few months before some browsers enable MEMORY64 without having to use a flag.</p>
]]></description><pubDate>Thu, 15 Feb 2024 19:58:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=39387784</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=39387784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39387784</guid></item><item><title><![CDATA[New comment by warvstar in "Unreal Engine 5 ported to WebGPU"]]></title><description><![CDATA[
<p>That's actually the main thing we've worked on, WebGPU support is small potatoes compared to it, but I'm happy it's getting some attention here. We have an asset streaming system that enables you to stream in large, or near infinite size worlds at runtime, of course you still have to be smart about memory usage. We also have a server-side streaming solution that can be used as fallback, for constrained devices.</p>
]]></description><pubDate>Thu, 15 Feb 2024 19:54:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=39387715</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=39387715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39387715</guid></item><item><title><![CDATA[New comment by warvstar in "Unreal Engine 5 ported to WebGPU"]]></title><description><![CDATA[
<p>Not from the official source, but we (Wonder Interactive Inc.) have a custom version of the engine that compiles to wasm. We are looking to upstream to Epic, or at least have a plugin that doesn't require custom source.</p>
]]></description><pubDate>Thu, 15 Feb 2024 19:51:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39387655</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=39387655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39387655</guid></item><item><title><![CDATA[New comment by warvstar in "Porting WebGL Shaders to WebGPU"]]></title><description><![CDATA[
<p>No downloads and the ability to easily and quickly jump into the action, especially useful for multiplayer or social games.</p>
]]></description><pubDate>Tue, 26 Oct 2021 18:37:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=29004406</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=29004406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29004406</guid></item><item><title><![CDATA[New comment by warvstar in "Steam bans all blockchain and NFT games on its platform"]]></title><description><![CDATA[
<p>100% agree and when WebGPU comes out, that's going to reduce performance differences by a ton.</p>
]]></description><pubDate>Fri, 15 Oct 2021 18:50:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=28881533</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=28881533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28881533</guid></item><item><title><![CDATA[New comment by warvstar in "A future for SQL on the web"]]></title><description><![CDATA[
<p>We have a gaming platform where users can download and play full games in the browser. We don't use indexedDB though, we use the Cache API.</p>
]]></description><pubDate>Fri, 13 Aug 2021 01:28:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=28164219</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=28164219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28164219</guid></item><item><title><![CDATA[New comment by warvstar in "A future for SQL on the web"]]></title><description><![CDATA[
<p>I assume that also includes the Cache API's Storage?</p>
]]></description><pubDate>Fri, 13 Aug 2021 01:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=28164211</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=28164211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28164211</guid></item><item><title><![CDATA[New comment by warvstar in "Facebook has sold 4M Quest 2 headsets in the US, recall docs reveal"]]></title><description><![CDATA[
<p>This makes me feel old, thanks for that.</p>
]]></description><pubDate>Thu, 29 Jul 2021 21:18:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=28001619</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=28001619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28001619</guid></item><item><title><![CDATA[New comment by warvstar in "Show HN: VRland – create and host 3D/VR spaces online in WebGL/WebXR"]]></title><description><![CDATA[
<p>Looks cool, tons of potential here!</p>
]]></description><pubDate>Fri, 21 May 2021 17:52:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=27237471</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=27237471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27237471</guid></item><item><title><![CDATA[New comment by warvstar in "Neural Supersampling for Real-Time Rendering"]]></title><description><![CDATA[
<p>Would love to add this to my game engine.</p>
]]></description><pubDate>Thu, 02 Jul 2020 16:55:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=23715250</link><dc:creator>warvstar</dc:creator><comments>https://news.ycombinator.com/item?id=23715250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23715250</guid></item></channel></rss>