<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: dustbunny</title><link>https://news.ycombinator.com/user?id=dustbunny</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Jul 2026 15:14:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dustbunny" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dustbunny in "Understanding the Odin programming language"]]></title><description><![CDATA[
<p>Casey Muratori and Jon Blow have pushed this concept frequently.<p>They largely don't deeply elaborate, which is sad because I am a professional game developer who is interested in precisely presented knowledge so I can apply it to my work.<p>My interpretation is that games want to allocate large pools of resources, like GPU buffers, cpu memory, etc, and reuse that memory over and over. Ie: Reinitialize it.<p>In my experience, RAII is my preferred pattern for certain things (std::lock_guard), and you can almost certainly express the majority of these "uber game dev patterns" using RAII/smart pointers/etc, but the c++ implementation of these "uber game dev patterns" tends to be more complicated (and imo esthetically ugly) compared to really well written C.<p>These new languages (zig, odin, jai) appear to be attempts to improve C to allow an alternative to C++ that doesn't have the ugly baggage that C++ has.</p>
]]></description><pubDate>Sun, 12 Jul 2026 14:22:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48881426</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=48881426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48881426</guid></item><item><title><![CDATA[New comment by dustbunny in "Box3D, an open source 3D physics engine"]]></title><description><![CDATA[
<p>Awesome, thanks for engaging with me and talking to Erin about it.<p>I hacked together world cloning in box 2d and am confident I could do it in box 3d as well. Especially with the record/replay/validate system to help guide the implementation.<p>I'll find a way to send you and Erin my project when I get it working (or when I fail)</p>
]]></description><pubDate>Sat, 04 Jul 2026 18:52:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48787825</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=48787825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48787825</guid></item><item><title><![CDATA[New comment by dustbunny in "Box3D, an open source 3D physics engine"]]></title><description><![CDATA[
<p>I see. This helps a lot thank you.<p>Thank you for your time. I respect you deeply and have valued your work.<p>For box2d, in the past I added a function to delete the entire contact cache and then I experimented with either calling that every single frame on both client and server, or only during a rollback.<p>In one game, I did the former and in most others, I did that latter.<p>In those box2d games, the entire world was predicted/resimulated, including remote players. A smart smoothing technique was used on remote players to dampen network artifacts. It worked well, even sniper rifles worked well. (The player movement had a certain flavor)<p>I am currently building something custom on top of Jolt, but will experiment with box3d.<p>The smart detection of what needs to be resimulated is something I'm just about to start on.<p>My mind is turning on how partial resimulation could be done on top of box3d's 'keyframe' recording system....</p>
]]></description><pubDate>Fri, 03 Jul 2026 20:15:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48779444</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=48779444</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48779444</guid></item><item><title><![CDATA[New comment by dustbunny in "Box3D, an open source 3D physics engine"]]></title><description><![CDATA[
<p>Hey Glenn, what do you mean by 'rollback determinism'? Is there some particular thing missing from Box3D now that makes it difficult to synchronize with solely the inputs?<p>My reading of Box3D's docs is that it has 'cross platform determinism', and 'recording/replay'? Isn't that sufficient?<p>Synchronize inputs, determine if inputs were 'mispredicted', if so, rollback the physics world, apply the changed inputs and resimulate?<p>Just for context: I implemented state-sync netcode into box2d in 2018 and shipped multiple real games using it - and I work on netcode professionally.<p>I'm planning on adding full netcode support for box3d and releasing it as part of a larger framework.<p><a href="https://box2d.org/documentation3d/md_simulation.html#autotoc_md152" rel="nofollow">https://box2d.org/documentation3d/md_simulation.html#autotoc...</a></p>
]]></description><pubDate>Fri, 03 Jul 2026 14:56:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48775825</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=48775825</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48775825</guid></item><item><title><![CDATA[New comment by dustbunny in "High-performance header-only container library for C++23 on x86-64"]]></title><description><![CDATA[
<p>Perfect. Now I can continue to be confused! Beginner mindset!</p>
]]></description><pubDate>Sat, 10 Jan 2026 04:04:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46562645</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46562645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46562645</guid></item><item><title><![CDATA[New comment by dustbunny in "High-performance header-only container library for C++23 on x86-64"]]></title><description><![CDATA[
<p>It's funny, I've also been trying to use AI to implement (simpler) shadow mapping code and it has failed. I eventually formed a very solid understanding of the problem domain myself and achieved my goals with hand written code.<p>I might try to implement this paper, great find! I love this 2000-2010 stuff</p>
]]></description><pubDate>Wed, 07 Jan 2026 07:15:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46523506</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46523506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46523506</guid></item><item><title><![CDATA[New comment by dustbunny in "High-performance header-only container library for C++23 on x86-64"]]></title><description><![CDATA[
<p>Gemini & ChatGPT have not done well at writing or analyzing OpenGL like rendering code for me, as well. And for many algorithms, it's not good at explaining them as well. And for some of the classical algorithms, like cascading shadow mapping, even articles written by people and example source code that I found is wrong or incomplete.<p>Learning "the old ways" is certainly valuable, because the AIs and the resources available are bad at these old ways.</p>
]]></description><pubDate>Wed, 07 Jan 2026 07:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46523492</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46523492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46523492</guid></item><item><title><![CDATA[New comment by dustbunny in "Show HN: Server-rendered multiplayer games with Lua (no client code)"]]></title><description><![CDATA[
<p>It's a common misconception that this is only used in fighting games. This technique was developed first in Duke Nukem, and then exploited heavily by Carmack in Quake, and subsequently refined and built upon in other AAA FPS games, specifically for the local player movement and shooting.</p>
]]></description><pubDate>Mon, 05 Jan 2026 02:07:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46494571</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46494571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46494571</guid></item><item><title><![CDATA[New comment by dustbunny in "Gershwin-desktop: OS X-like Desktop Environment based on GNUStep"]]></title><description><![CDATA[
<p>Why not use elementary OS which looks far better?</p>
]]></description><pubDate>Sun, 04 Jan 2026 18:02:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46490446</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46490446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46490446</guid></item><item><title><![CDATA[New comment by dustbunny in "Gershwin-desktop: OS X-like Desktop Environment based on GNUStep"]]></title><description><![CDATA[
<p>It's called Haiku now I think</p>
]]></description><pubDate>Sun, 04 Jan 2026 18:01:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46490437</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46490437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46490437</guid></item><item><title><![CDATA[New comment by dustbunny in "One Formula That Demystifies 3D Graphics"]]></title><description><![CDATA[
<p>I've been watching a ton of Tsoding lately. I really like nob.h his build system and I've been using it in my projects. Why we ever used a different language to build C/C++ seems so insane. Using the same language for the build system is just far simpler</p>
]]></description><pubDate>Sun, 04 Jan 2026 17:59:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46490423</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46490423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46490423</guid></item><item><title><![CDATA[New comment by dustbunny in "Unity's Mono problem: C# code runs slower than it should"]]></title><description><![CDATA[
<p>Lots of excellent games are written in Python, Lua, JavaScript and GDScript. These abstract criticisms are just that, abstract.<p>I'm offering real practical advice from experience of having worked on real projects.<p>I'll make it real clear:<p>GDScript & c++ > C#</p>
]]></description><pubDate>Wed, 31 Dec 2025 16:12:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46445417</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46445417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46445417</guid></item><item><title><![CDATA[New comment by dustbunny in "Unity's Mono problem: C# code runs slower than it should"]]></title><description><![CDATA[
<p>You likely won't need to do manual memory management nor think about undefined behavior. If your writing basic c++ to handle the simulation in a game, it's going to be pretty orthodox and these problems likely won't manifest.<p>The purpose of recommending c++ here is:<p>If GDScript is too slow, reach directly for C++.<p>I'm specifically recommending GDScript over C# for ease of use and c++ over C# for performance.</p>
]]></description><pubDate>Wed, 31 Dec 2025 16:10:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46445386</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46445386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46445386</guid></item><item><title><![CDATA[New comment by dustbunny in "Five Years of Tinygrad"]]></title><description><![CDATA[
<p>Why Hong Kong? I guess you have a bunch of contributors near there?</p>
]]></description><pubDate>Tue, 30 Dec 2025 21:38:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=46438324</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46438324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46438324</guid></item><item><title><![CDATA[New comment by dustbunny in "The 70% AI productivity myth: why most companies aren't seeing the gains"]]></title><description><![CDATA[
<p>> you will stagnate if you don't learn to use the new tools effectively<p>I've been going the other way, learning the old tools, the old algorithms. Specifically teaching myself graphics and mastering the C language. Tons of new grads know how to use Unity, how many know how to throw triangles directly onto the GPU at the theoretical limit of performance? Not many!</p>
]]></description><pubDate>Tue, 30 Dec 2025 15:46:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46434468</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46434468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46434468</guid></item><item><title><![CDATA[New comment by dustbunny in "Unity's Mono problem: C# code runs slower than it should"]]></title><description><![CDATA[
<p>"not having a JIT" is not a problem, it's you speculating that a JIT will improve performance, the real problem is "GDScript has poor performance", which in this context (me saying C# in godot sucks) is you speculating that C#'s performance is better than GDScripts. Do you have any data to back that claim up? Like real world data from a real product? Or are you just speculating with vibes?<p>If performance is a concern, skip C# and go straight to c++. Now your ripping at max speed with the smallest binary! That's my whole point. GDScript + c++ is my point. Ditch C# it's not worth the squeeze.</p>
]]></description><pubDate>Mon, 29 Dec 2025 17:37:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46423073</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46423073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46423073</guid></item><item><title><![CDATA[New comment by dustbunny in "Unity's Mono problem: C# code runs slower than it should"]]></title><description><![CDATA[
<p>Yeah that's why GDScript is great.<p>You only dabble in the c++ for the sliver of the project that needs it. 90% of game development is animating stuff and user interface development. GDScript is great for that.</p>
]]></description><pubDate>Mon, 29 Dec 2025 17:09:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46422722</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46422722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46422722</guid></item><item><title><![CDATA[New comment by dustbunny in "Why do men find it so hard to connect with other people, and their own emotions?"]]></title><description><![CDATA[
<p>This has to be sarcastic right?</p>
]]></description><pubDate>Mon, 29 Dec 2025 17:08:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46422707</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46422707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46422707</guid></item><item><title><![CDATA[New comment by dustbunny in "Hungry Fat Cells Could Someday Starve Cancer"]]></title><description><![CDATA[
<p>So do you keep it chilled 24/7 or do you turn it on manually or with a timer?</p>
]]></description><pubDate>Mon, 29 Dec 2025 17:08:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=46422705</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46422705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46422705</guid></item><item><title><![CDATA[New comment by dustbunny in "Unity's Mono problem: C# code runs slower than it should"]]></title><description><![CDATA[
<p>My main point is: if GDScript isn't good enough, go straight to c++ directly in the Engine.<p>I won't even get into how big of projects I've written in GDScript successfully.</p>
]]></description><pubDate>Mon, 29 Dec 2025 17:06:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46422676</link><dc:creator>dustbunny</dc:creator><comments>https://news.ycombinator.com/item?id=46422676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46422676</guid></item></channel></rss>