<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: hoansdz</title><link>https://news.ycombinator.com/user?id=hoansdz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 20 May 2026 05:39:52 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hoansdz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hoansdz in "Android Is Compose-First"]]></title><description><![CDATA[
<p>It's inevitable, in my opinion; the current trend is to use tools with modern, cross-platform syntax for easier development. Java and XML are becoming outdated and frustrating, at least for me.</p>
]]></description><pubDate>Tue, 19 May 2026 16:50:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48195876</link><dc:creator>hoansdz</dc:creator><comments>https://news.ycombinator.com/item?id=48195876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48195876</guid></item><item><title><![CDATA[New comment by hoansdz in "I've built a virtual museum with nearly every operating system you can think of"]]></title><description><![CDATA[
<p>You can only view the operating system, you can't view those websites again, haha.</p>
]]></description><pubDate>Tue, 19 May 2026 16:44:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48195777</link><dc:creator>hoansdz</dc:creator><comments>https://news.ycombinator.com/item?id=48195777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48195777</guid></item><item><title><![CDATA[New comment by hoansdz in "AI is too expensive"]]></title><description><![CDATA[
<p>The cost of tokens used by AI in many fields is even greater than the cost of human services; people are experiencing FOMO, but once the wave passes, the market will stabilize.</p>
]]></description><pubDate>Tue, 19 May 2026 16:25:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48195486</link><dc:creator>hoansdz</dc:creator><comments>https://news.ycombinator.com/item?id=48195486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48195486</guid></item><item><title><![CDATA[New comment by hoansdz in "Show HN: Resilient, A composable async resilience toolkit for rust"]]></title><description><![CDATA[
<p>When a timeout expires, how do you ensure the underlying future is safely dropped without leaking resources or causing a crash</p>
]]></description><pubDate>Tue, 19 May 2026 15:43:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48194851</link><dc:creator>hoansdz</dc:creator><comments>https://news.ycombinator.com/item?id=48194851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48194851</guid></item><item><title><![CDATA[Show HN: Autolang-A C++ VM with 2ms startup time and arena-restart memory model]]></title><description><![CDATA[
<p>Hi HN, I’m a student and I’ve spent the last few months building Autolang—an embedded language and VM from scratch in C++.<p>I built it because I needed a specialized runtime for high-frequency, short-lived tasks (like AI agent loops) where Python/Lua startup latency and GC overhead become actual bottlenecks.<p>Core Architecture:<p>Arena-restart: No Tracing GC. It prioritizes allocation speed (~2x faster than Lua). Memory is wiped instantly between tasks via a restart() mechanism.<p>Fast Compilation: 100k classes compile in ~888ms (Single-pass).<p>Lightweight: The VM is designed for a ~2ms startup target.<p>The Trade-off: Execution is currently 2x-5x slower than Lua as I'm still optimizing the bytecode dispatch (if-chains).<p>I’d love to hear your thoughts on using Arena-restart for autonomous scripts and any advice on optimizing dispatch without bloating the startup time.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47206397">https://news.ycombinator.com/item?id=47206397</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Mar 2026 13:11:47 +0000</pubDate><link>https://autolang.vercel.app/docs/introduction</link><dc:creator>hoansdz</dc:creator><comments>https://news.ycombinator.com/item?id=47206397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47206397</guid></item></channel></rss>