<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: Retro_Dev</title><link>https://news.ycombinator.com/user?id=Retro_Dev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 16 Jun 2026 02:04:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Retro_Dev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Retro_Dev in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>Attemping to write my own CDCL SAT solver right now. I've experimented in the past with a DP & DPLL SAT solver. I'm currently somewhat mentally stuck on how to create the derived clause after a conflict, but I'll get there :)</p>
]]></description><pubDate>Sun, 14 Jun 2026 19:56:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48531937</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=48531937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48531937</guid></item><item><title><![CDATA[New comment by Retro_Dev in "Statement on US government directive to suspend access to Fable 5 and Mythos 5"]]></title><description><![CDATA[
<p>I hope that this brings out a bunch more real study about the qualitative metrics of these models, both to increase the confidence and accessibility of local LLMs, but also to reduce the blind worship that seems to be propagating about their miracle work in all domains.</p>
]]></description><pubDate>Sat, 13 Jun 2026 03:47:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48512813</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=48512813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48512813</guid></item><item><title><![CDATA[New comment by Retro_Dev in "Powering up a module from the IBM 604: an electronic calculator from 1948"]]></title><description><![CDATA[
<p>No questions, but I really enjoyed the article - thank you for sharing. It amazes me how <i>few</i> vacuum tubes these early computers use, compared to the billions and trillions of mosfet transistors used in modern devices.</p>
]]></description><pubDate>Sun, 07 Jun 2026 18:33:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48437409</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=48437409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48437409</guid></item><item><title><![CDATA[New comment by Retro_Dev in "NIST scientists create 'any wavelength' lasers"]]></title><description><![CDATA[
<p>A gamma wavelength handheld laser would be cool; "and on this petri dish, we see a dot of cells instantaneously develop cancer"</p>
]]></description><pubDate>Sat, 18 Apr 2026 23:04:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47820297</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=47820297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47820297</guid></item><item><title><![CDATA[Zig – Incremental Compilation with LLVM]]></title><description><![CDATA[
<p>Article URL: <a href="https://ziglang.org/devlog/2026/#2026-04-08">https://ziglang.org/devlog/2026/#2026-04-08</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47713645">https://news.ycombinator.com/item?id=47713645</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 10 Apr 2026 04:27:22 +0000</pubDate><link>https://ziglang.org/devlog/2026/#2026-04-08</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=47713645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47713645</guid></item><item><title><![CDATA[New comment by Retro_Dev in "Google releases Gemma 4 open models"]]></title><description><![CDATA[
<p>I'm very pleased with the performance of the largest gemma4 model (which I tested through ollama). My singular data point on whether an LLM remembers things well is whether it can translate toki pona to (and from) English. I find it easy to evaluate because I know the language. This local LLM marks the first version that 1) doesn't hallucinate words - at least, for the largest model - and 2) uses common word-phrases that other toki pona speakers use, and most importantly 3) can actually run on my laptop.</p>
]]></description><pubDate>Fri, 03 Apr 2026 01:59:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47622455</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=47622455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47622455</guid></item><item><title><![CDATA[Type resolution redesign, with language changes to taste]]></title><description><![CDATA[
<p>Article URL: <a href="https://ziglang.org/devlog/2026/#2026-03-10">https://ziglang.org/devlog/2026/#2026-03-10</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47330836">https://news.ycombinator.com/item?id=47330836</a></p>
<p>Points: 401</p>
<p># Comments: 268</p>
]]></description><pubDate>Wed, 11 Mar 2026 01:24:47 +0000</pubDate><link>https://ziglang.org/devlog/2026/#2026-03-10</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=47330836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47330836</guid></item><item><title><![CDATA[Zig – io_uring and Grand Central Dispatch std.Io implementations landed]]></title><description><![CDATA[
<p>Article URL: <a href="https://ziglang.org/devlog/2026/#2026-02-13">https://ziglang.org/devlog/2026/#2026-02-13</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47012717">https://news.ycombinator.com/item?id=47012717</a></p>
<p>Points: 369</p>
<p># Comments: 305</p>
]]></description><pubDate>Sat, 14 Feb 2026 08:22:11 +0000</pubDate><link>https://ziglang.org/devlog/2026/#2026-02-13</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=47012717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47012717</guid></item><item><title><![CDATA[Zig – Package Management Workflow Enhancements]]></title><description><![CDATA[
<p>Article URL: <a href="https://ziglang.org/devlog/2026/#2026-02-06">https://ziglang.org/devlog/2026/#2026-02-06</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46930055">https://news.ycombinator.com/item?id=46930055</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 08 Feb 2026 00:43:53 +0000</pubDate><link>https://ziglang.org/devlog/2026/#2026-02-06</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=46930055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46930055</guid></item><item><title><![CDATA[Bypassing Kernel32.dll for Fun and Nonprofit]]></title><description><![CDATA[
<p>Article URL: <a href="https://ziglang.org/devlog/2026/#2026-02-03">https://ziglang.org/devlog/2026/#2026-02-03</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46920164">https://news.ycombinator.com/item?id=46920164</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 07 Feb 2026 00:51:44 +0000</pubDate><link>https://ziglang.org/devlog/2026/#2026-02-03</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=46920164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46920164</guid></item><item><title><![CDATA[New comment by Retro_Dev in "Zig Libc"]]></title><description><![CDATA[
<p>There's solid reason for the translation here; the Zig core team is aiming to eliminate duplicated code and C functions, and avoid the need to track libc from multiple sources. In the future, LLMs <i>could</i> serve as part of this, but they are currently quite terrible at Zig (as far as I understand it, it's not a lack of Zig code samples, it's an imbalance of OLD Zig to NEW Zig, as Zig changes quite frequently).<p>You would need to consider if it is even worth it translating your C code. If the paradigm is identical and the entire purpose would be "haha it is now one language," surely you could just compile and link the C code with libzigc... In my opinion, it's not worth translating code if the benefit of "hey look one language" requires the cost of "let's pray the LLM didn't hallucinate or make a mistake while translating the code."</p>
]]></description><pubDate>Mon, 02 Feb 2026 22:28:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=46862821</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=46862821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46862821</guid></item><item><title><![CDATA[Making Redstone circuits with SAT solvers]]></title><description><![CDATA[
<p>Article URL: <a href="https://alloc.dev/2026/01/09/redstone_from_sat">https://alloc.dev/2026/01/09/redstone_from_sat</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46561930">https://news.ycombinator.com/item?id=46561930</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 10 Jan 2026 01:51:52 +0000</pubDate><link>https://alloc.dev/2026/01/09/redstone_from_sat</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=46561930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46561930</guid></item><item><title><![CDATA[New comment by Retro_Dev in "LLMs Are Transpilers"]]></title><description><![CDATA[
<p>In the theoretical world where a subset of English could be formalized and proven and compiled, the complexity of the language would reduce my willingness to use it. I find that the draw of AI comes from it's "simplicity," and removing that (in favor of correct programs) would be pointless - because such a compiler would surely take forever to compile "English" code, and would not be too different from current high level languages, imo.</p>
]]></description><pubDate>Fri, 10 Oct 2025 20:49:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45543626</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=45543626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45543626</guid></item><item><title><![CDATA[LLMs Are Transpilers]]></title><description><![CDATA[
<p>Article URL: <a href="https://alloc.dev/2025/10/10/llms_are_transpilers">https://alloc.dev/2025/10/10/llms_are_transpilers</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45543396">https://news.ycombinator.com/item?id=45543396</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 10 Oct 2025 20:26:20 +0000</pubDate><link>https://alloc.dev/2025/10/10/llms_are_transpilers</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=45543396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45543396</guid></item><item><title><![CDATA[Zig got a new ELF linker and it's fast]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ziglang/zig/pull/25299">https://github.com/ziglang/zig/pull/25299</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45327318">https://news.ycombinator.com/item?id=45327318</a></p>
<p>Points: 123</p>
<p># Comments: 50</p>
]]></description><pubDate>Sun, 21 Sep 2025 22:40:28 +0000</pubDate><link>https://github.com/ziglang/zig/pull/25299</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=45327318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45327318</guid></item><item><title><![CDATA[C3 Programming Language 0.7.4 Release]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/c3lang/c3c/releases/tag/v0.7.4">https://github.com/c3lang/c3c/releases/tag/v0.7.4</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44765403">https://news.ycombinator.com/item?id=44765403</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 02 Aug 2025 07:04:50 +0000</pubDate><link>https://github.com/c3lang/c3c/releases/tag/v0.7.4</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=44765403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44765403</guid></item><item><title><![CDATA[Birth of new Zig backend - aarch64]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ziglang/zig/pull/24536">https://github.com/ziglang/zig/pull/24536</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44643770">https://news.ycombinator.com/item?id=44643770</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 22 Jul 2025 06:26:10 +0000</pubDate><link>https://github.com/ziglang/zig/pull/24536</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=44643770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44643770</guid></item><item><title><![CDATA[Bing Translate vulnerable to prompt injection]]></title><description><![CDATA[
<p>Article URL: <a href="https://alloc.dev/2025/07/07/bing_translate">https://alloc.dev/2025/07/07/bing_translate</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44496490">https://news.ycombinator.com/item?id=44496490</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 08 Jul 2025 02:42:58 +0000</pubDate><link>https://alloc.dev/2025/07/07/bing_translate</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=44496490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44496490</guid></item><item><title><![CDATA[Zig breaking change – Initial Writergate]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ziglang/zig/pull/24329">https://github.com/ziglang/zig/pull/24329</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44461067">https://news.ycombinator.com/item?id=44461067</a></p>
<p>Points: 238</p>
<p># Comments: 227</p>
]]></description><pubDate>Fri, 04 Jul 2025 04:11:19 +0000</pubDate><link>https://github.com/ziglang/zig/pull/24329</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=44461067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44461067</guid></item><item><title><![CDATA[Writing a C Compiler, in Zig]]></title><description><![CDATA[
<p>Article URL: <a href="https://asibahi.github.io/thoughts/c-compiler-1-zig/">https://asibahi.github.io/thoughts/c-compiler-1-zig/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44300857">https://news.ycombinator.com/item?id=44300857</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Jun 2025 16:21:25 +0000</pubDate><link>https://asibahi.github.io/thoughts/c-compiler-1-zig/</link><dc:creator>Retro_Dev</dc:creator><comments>https://news.ycombinator.com/item?id=44300857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44300857</guid></item></channel></rss>