<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: zengid</title><link>https://news.ycombinator.com/user?id=zengid</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 26 Jun 2026 10:36:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zengid" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zengid in "I was recently diagnosed with anti-NMDA receptor encephalitis"]]></title><description><![CDATA[
<p>Wishing you a full and fast recovery!</p>
]]></description><pubDate>Wed, 03 Jun 2026 18:21:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48387706</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=48387706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48387706</guid></item><item><title><![CDATA[New comment by zengid in "One year of Roto, a compiled scripting language for Rust"]]></title><description><![CDATA[
<p>I've been thinking a lot about a solution to Rust's notoriously slow compile times. From my research, it's not the borrow checker that is the issue, it's the heavy optimizations and monomorphization, and macro expansion [0]. There are efforts to improve Rust compile times, but I realized recently that it will never be lightning fast, so we (Rust users) should really be developing more scripting languages and DSLs that we can put all of the fiddly bits into.<p>Places where we would benefit the most from this is in the Games and UI space. I know game devs have already started by integrating lua, like with mlua [1]. In the UI space i think Makepad is the best example of a team making a dedicated DSL that can be hot-reloaded [2].<p>I think we need more of this! Go make a DSL next time you feel crushed by the weight of compiling Rust crates!<p>---<p>[0] and by my research i mean Claude. this is a great blog with many posts about improving compile times <a href="https://nnethercote.github.io/" rel="nofollow">https://nnethercote.github.io/</a><p>[1] <a href="https://crates.io/crates/mlua" rel="nofollow">https://crates.io/crates/mlua</a> . I don't have a reference for a project using it though so please reply if you know of one!<p>[2] <a href="https://github.com/makepad/makepad" rel="nofollow">https://github.com/makepad/makepad</a></p>
]]></description><pubDate>Sun, 31 May 2026 16:17:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48346929</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=48346929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48346929</guid></item><item><title><![CDATA[New comment by zengid in "One year of Roto, a compiled scripting language for Rust"]]></title><description><![CDATA[
<p>khvzak has compiled some benchmarks. mlua and roto are some of the fastest: <a href="https://github.com/khvzak/script-bench-rs" rel="nofollow">https://github.com/khvzak/script-bench-rs</a></p>
]]></description><pubDate>Sun, 31 May 2026 15:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=48346762</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=48346762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48346762</guid></item><item><title><![CDATA[New comment by zengid in "Dropbox CEO Drew Houston to step down"]]></title><description><![CDATA[
<p>Drew was CEO for almost 20 years right? that's a heck of a run!</p>
]]></description><pubDate>Tue, 26 May 2026 18:22:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48283682</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=48283682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48283682</guid></item><item><title><![CDATA[New comment by zengid in "Writing a C Compiler, in Zig (2025)"]]></title><description><![CDATA[
<p>Quite a footnote [0]:<p>> I do not know if it is me being bored with the project, or annoyed with having to build and design a data structure, that has soured me on this project. But I have really at this point lost most motivation to continue this chapter. The way Zig is designed, it makes me deal with the data structure and memory management complexity head on, and it is tiresome. It is not "simpler" than, say, Rust: it just leaves the programmer to deal with the complexity, <strike-through>gaslighting the user</strike-through> claiming it is absolutely necessary.<p>[0] <a href="https://github.com/asibahi/paella/blob/main/writeup/c19.md#user-content-fn-month-f690d35c5c3bc8477be727677652c31f" rel="nofollow">https://github.com/asibahi/paella/blob/main/writeup/c19.md#u...</a></p>
]]></description><pubDate>Thu, 23 Apr 2026 16:25:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47877696</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=47877696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47877696</guid></item><item><title><![CDATA[New comment by zengid in "Qwen3.6-35B-A3B: Agentic coding power, now open to all"]]></title><description><![CDATA[
<p>any tips for running it locally within an agent harness? maybe using pi or opencode?</p>
]]></description><pubDate>Thu, 16 Apr 2026 19:45:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47798514</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=47798514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47798514</guid></item><item><title><![CDATA[New comment by zengid in "Rust in the kernel is no longer experimental"]]></title><description><![CDATA[
<p>i agree and this matches the authors intent: <a href="https://lwn.net/Articles/1049840/" rel="nofollow">https://lwn.net/Articles/1049840/</a></p>
]]></description><pubDate>Wed, 10 Dec 2025 04:55:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46214231</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=46214231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46214231</guid></item><item><title><![CDATA[New comment by zengid in "Rust in the kernel is no longer experimental"]]></title><description><![CDATA[
<p>He didn't intend it as a joke and his intent matches the op's title revision request: <a href="https://lwn.net/Articles/1049840/" rel="nofollow">https://lwn.net/Articles/1049840/</a></p>
]]></description><pubDate>Wed, 10 Dec 2025 04:54:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46214226</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=46214226</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46214226</guid></item><item><title><![CDATA[New comment by zengid in "Caffeinated coffee consumption or abstinence to reduce atrial fibrillation"]]></title><description><![CDATA[
<p>love to hear good news even if it's a relatively small sample size. anecdotal, but i've heard that the antioxidants in fresh ground coffee is also very good!</p>
]]></description><pubDate>Sat, 15 Nov 2025 20:22:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45940310</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=45940310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45940310</guid></item><item><title><![CDATA[New comment by zengid in "SEC approves Texas Stock Exchange, first new US integrated exchange in decades"]]></title><description><![CDATA[
<p>Now CA needs one</p>
]]></description><pubDate>Wed, 08 Oct 2025 16:45:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45518120</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=45518120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45518120</guid></item><item><title><![CDATA[New comment by zengid in "Callbacks in C++ using template functors (1994)"]]></title><description><![CDATA[
<p>not sure why the title was renamed, but i thought this was interesting primarily because it's the early work of Rich Hickey, famous for making the Clojure language.</p>
]]></description><pubDate>Sun, 05 Oct 2025 22:17:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45485798</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=45485798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45485798</guid></item><item><title><![CDATA[New comment by zengid in "Callbacks in C++ using template functors (1994)"]]></title><description><![CDATA[
<p>Heard about this watching Casey Muratori's "The Big OOPs" talk [0]. Thought it couldn't be _that_ Hickey, but turns out it was!<p>[0] <a href="https://youtu.be/wo84LFzx5nI?si=SBv1UqgtKJ1BH3Cw&t=5159" rel="nofollow">https://youtu.be/wo84LFzx5nI?si=SBv1UqgtKJ1BH3Cw&t=5159</a></p>
]]></description><pubDate>Sun, 05 Oct 2025 17:53:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45483683</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=45483683</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45483683</guid></item><item><title><![CDATA[Callbacks in C++ using template functors (1994)]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.tutok.sk/fastgl/callback.html">http://www.tutok.sk/fastgl/callback.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45483651">https://news.ycombinator.com/item?id=45483651</a></p>
<p>Points: 49</p>
<p># Comments: 50</p>
]]></description><pubDate>Sun, 05 Oct 2025 17:50:17 +0000</pubDate><link>http://www.tutok.sk/fastgl/callback.html</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=45483651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45483651</guid></item><item><title><![CDATA[New comment by zengid in "Moving off of TypeScript, 2.5M lines of code"]]></title><description><![CDATA[
<p>> In the end, I decided on C Sharp, even though I had never used it professionally<p>I love C#, I use it every day, but who makes a decision like this?</p>
]]></description><pubDate>Fri, 19 Sep 2025 17:02:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45303917</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=45303917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45303917</guid></item><item><title><![CDATA[New comment by zengid in "Fast (2019)"]]></title><description><![CDATA[
<p>you'll execute pretty fast if your back is up against a wall</p>
]]></description><pubDate>Fri, 01 Aug 2025 16:34:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44759145</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=44759145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44759145</guid></item><item><title><![CDATA[New comment by zengid in "Learnings from building AI agents"]]></title><description><![CDATA[
<p>confidence all the way down</p>
]]></description><pubDate>Thu, 26 Jun 2025 17:51:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44389649</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=44389649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44389649</guid></item><item><title><![CDATA[New comment by zengid in "Ambient Garden"]]></title><description><![CDATA[
<p>very beautifully done!<p>I think it would be cool to have an aeolian harp if you feel up for simulating "wind".<p>Also since you're going into rhythm and are basing this on JI, a integer ratio polyrhythm system is lots of fun to make!</p>
]]></description><pubDate>Thu, 26 Jun 2025 17:49:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44389637</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=44389637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44389637</guid></item><item><title><![CDATA[New comment by zengid in "Implementing LLaMA3 in 100 Lines of Pure Jax"]]></title><description><![CDATA[
<p>There is some research in accelerating Reinforcement Learning by implementing the simulator on the GPU using Jax. Really neat. I'm curious if this could be done with Mojo, too?<p><a href="https://arxiv.org/html/2311.10090v5" rel="nofollow">https://arxiv.org/html/2311.10090v5</a><p><a href="https://youtu.be/Jr_nGkCG3og?si=WKS7Hbz13A0QH4nf&t=520" rel="nofollow">https://youtu.be/Jr_nGkCG3og?si=WKS7Hbz13A0QH4nf&t=520</a></p>
]]></description><pubDate>Wed, 19 Feb 2025 19:19:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43106202</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=43106202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43106202</guid></item><item><title><![CDATA[New comment by zengid in "Show HN: Compiling C in the browser using WebAssembly"]]></title><description><![CDATA[
<p>reference <a href="https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript" rel="nofollow">https://www.destroyallsoftware.com/talks/the-birth-and-death...</a></p>
]]></description><pubDate>Mon, 07 Oct 2024 20:34:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41770715</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=41770715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41770715</guid></item><item><title><![CDATA[New comment by zengid in "Show HN: Compiling C in the browser using WebAssembly"]]></title><description><![CDATA[
<p>Didn't Gary Bernhardt do this in 2014? /sarcasm</p>
]]></description><pubDate>Mon, 07 Oct 2024 20:33:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=41770708</link><dc:creator>zengid</dc:creator><comments>https://news.ycombinator.com/item?id=41770708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41770708</guid></item></channel></rss>