<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: hongbo_zhang</title><link>https://news.ycombinator.com/user?id=hongbo_zhang</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 08:53:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hongbo_zhang" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hongbo_zhang in "DeepSeek v4"]]></title><description><![CDATA[
<p>congrats</p>
]]></description><pubDate>Fri, 24 Apr 2026 04:35:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47885573</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=47885573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47885573</guid></item><item><title><![CDATA[MoonBit 0.9: Introducing First-Class Formal Verification]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/i/status/2042553809159729576">https://twitter.com/i/status/2042553809159729576</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47729438">https://news.ycombinator.com/item?id=47729438</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 11 Apr 2026 10:50:14 +0000</pubDate><link>https://twitter.com/i/status/2042553809159729576</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=47729438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47729438</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "A local GitHub Actions runner built with MoonBit"]]></title><description><![CDATA[
<p>Run and debug GitHub Actions workflows locally with a gh-compatible CLI.</p>
]]></description><pubDate>Sun, 15 Mar 2026 05:54:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47384685</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=47384685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47384685</guid></item><item><title><![CDATA[A local GitHub Actions runner built with MoonBit]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/mizchi/actrun">https://github.com/mizchi/actrun</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47384684">https://news.ycombinator.com/item?id=47384684</a></p>
<p>Points: 6</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 15 Mar 2026 05:54:24 +0000</pubDate><link>https://github.com/mizchi/actrun</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=47384684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47384684</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Realworld benchmark between Codex 5.3 and Opus 4.6"]]></title><description><![CDATA[
<p>Another thing I like about codex 5.3 is that its CLI support queueing the message directly without using third party plugins. And it can run weeks without any issues, the CC used to have memory issues and stackoverflows.</p>
]]></description><pubDate>Fri, 13 Feb 2026 00:00:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=46997069</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=46997069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46997069</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Realworld benchmark between Codex 5.3 and Opus 4.6"]]></title><description><![CDATA[
<p>This is the benchmark between the latest models on a new programming language to avoid overfitting. Latest models are quite good over generalization to new languages, they can write tens of thousands of lines of code in one prompt that just works.</p>
]]></description><pubDate>Thu, 12 Feb 2026 23:46:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46996948</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=46996948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46996948</guid></item><item><title><![CDATA[Realworld benchmark between Codex 5.3 and Opus 4.6]]></title><description><![CDATA[
<p>Article URL: <a href="https://swe-agi.com/">https://swe-agi.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46996947">https://news.ycombinator.com/item?id=46996947</a></p>
<p>Points: 4</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 12 Feb 2026 23:46:02 +0000</pubDate><link>https://swe-agi.com/</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=46996947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46996947</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Building a battle tested C compiler in a new language using Codex"]]></title><description><![CDATA[
<p>It's around 10 days work,and the battle tested compiler can compile SQLite,TCC and itself. The budget is less than 200 dollars.</p>
]]></description><pubDate>Fri, 06 Feb 2026 13:05:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46912346</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=46912346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46912346</guid></item><item><title><![CDATA[Building a battle tested C compiler in a new language using Codex]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.moonbitlang.com/blog/fastcc-ai-driven-development">https://www.moonbitlang.com/blog/fastcc-ai-driven-development</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46912345">https://news.ycombinator.com/item?id=46912345</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 06 Feb 2026 13:05:11 +0000</pubDate><link>https://www.moonbitlang.com/blog/fastcc-ai-driven-development</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=46912345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46912345</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Implementing CRDT Algorithms with MoonBit"]]></title><description><![CDATA[
<p>It is like Rust - Borrow checker + Fast compile time/Better toolings.
It is a general purpose language like golang/Java, it supports native backend, wasm and JS</p>
]]></description><pubDate>Mon, 02 Feb 2026 08:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46853696</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=46853696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46853696</guid></item><item><title><![CDATA[Implementing CRDT Algorithms with MoonBit]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.moonbitlang.com/blog/crdt-algorithms-moonbit">https://www.moonbitlang.com/blog/crdt-algorithms-moonbit</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46846386">https://news.ycombinator.com/item?id=46846386</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 01 Feb 2026 14:19:05 +0000</pubDate><link>https://www.moonbitlang.com/blog/crdt-algorithms-moonbit</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=46846386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46846386</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Designing a Language (2017)"]]></title><description><![CDATA[
<p><a href="https://forum.rescript-lang.org/t/introducing-moonbit-and-a-few-reflections-from-building-the-rescript-toolchain/7019/1" rel="nofollow">https://forum.rescript-lang.org/t/introducing-moonbit-and-a-...</a>
I happend to write a post sharing experience in building Rescript and MoonBit language</p>
]]></description><pubDate>Sat, 15 Nov 2025 08:25:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45935912</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=45935912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45935912</guid></item><item><title><![CDATA[How to Build WebAssembly Components with the MoonBit Language]]></title><description><![CDATA[
<p>Article URL: <a href="https://thenewstack.io/how-to-build-webassembly-components-with-the-moonbit-language/">https://thenewstack.io/how-to-build-webassembly-components-with-the-moonbit-language/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45872261">https://news.ycombinator.com/item?id=45872261</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 10 Nov 2025 03:57:22 +0000</pubDate><link>https://thenewstack.io/how-to-build-webassembly-components-with-the-moonbit-language/</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=45872261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45872261</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Writing a compiler(tiny moonbit) in MoonBit"]]></title><description><![CDATA[
<p>The compiler compiles tinymoonbit to llvm in moonbit</p>
]]></description><pubDate>Sat, 23 Aug 2025 00:00:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44991494</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=44991494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44991494</guid></item><item><title><![CDATA[Writing a compiler(tiny moonbit) in MoonBit]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.moonbitlang.com/pearls/moonbit-and-llvm-1">https://www.moonbitlang.com/pearls/moonbit-and-llvm-1</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44991493">https://news.ycombinator.com/item?id=44991493</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 23 Aug 2025 00:00:12 +0000</pubDate><link>https://www.moonbitlang.com/pearls/moonbit-and-llvm-1</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=44991493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44991493</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Literate programming tool for any language"]]></title><description><![CDATA[
<p>Yes, I think this is the missing part.
You may have a look at MoonBit(<a href="https://www.moonbitlang.com/blog/moonbit-markdown" rel="nofollow">https://www.moonbitlang.com/blog/moonbit-markdown</a>) which has the full IDE support in the markdown editing</p>
]]></description><pubDate>Fri, 20 Jun 2025 02:30:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44324217</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=44324217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44324217</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "Type-constrained code generation with language models"]]></title><description><![CDATA[
<p>We published a similar paper for MoonBit: Explore the Design of an AI-Friendly Programming Language
<a href="https://conf.researchr.org/details/icse-2024/llm4code-2024-papers/9/MoonBit-Explore-the-Design-of-an-AI-Friendly-Programming-Language" rel="nofollow">https://conf.researchr.org/details/icse-2024/llm4code-2024-p...</a></p>
]]></description><pubDate>Wed, 14 May 2025 04:01:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43980664</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=43980664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43980664</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "LLVM Back End for MoonBit"]]></title><description><![CDATA[
<p>it is not the optimial, for fast native mode, we rely on tcc for fast interpretion</p>
]]></description><pubDate>Fri, 28 Mar 2025 13:28:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43505208</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=43505208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43505208</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "LLVM Back End for MoonBit"]]></title><description><![CDATA[
<p>we used to output C for native backend support</p>
]]></description><pubDate>Fri, 28 Mar 2025 13:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=43505202</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=43505202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43505202</guid></item><item><title><![CDATA[New comment by hongbo_zhang in "LLVM Back End for MoonBit"]]></title><description><![CDATA[
<p>The LLVM mode currently is not good as C backend, but we are working on it to bring it comparable to C backend</p>
]]></description><pubDate>Fri, 28 Mar 2025 13:27:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=43505195</link><dc:creator>hongbo_zhang</dc:creator><comments>https://news.ycombinator.com/item?id=43505195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43505195</guid></item></channel></rss>