<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: lulzx</title><link>https://news.ycombinator.com/user?id=lulzx</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 16 Sep 2026 08:56:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lulzx" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lulzx in "CUDA for AMD on Windows"]]></title><description><![CDATA[
<p>I made cuda-metal btw (for mac kek), <a href="https://github.com/lulzx/cuda-metal" rel="nofollow">https://github.com/lulzx/cuda-metal</a></p>
]]></description><pubDate>Sun, 13 Sep 2026 16:36:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49685812</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=49685812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49685812</guid></item><item><title><![CDATA[Show HN: CuMetal – Run CUDA Programs on Apple Silicon via Metal]]></title><description><![CDATA[
<p>An experimental CUDA compatibility layer that runs a useful subset of CUDA programs on Apple Silicon GPUs through Metal.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49439078">https://news.ycombinator.com/item?id=49439078</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 25 Aug 2026 19:11:08 +0000</pubDate><link>https://github.com/Lulzx/cuda-metal</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=49439078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49439078</guid></item><item><title><![CDATA[AI Is Superhuman Wherever the Scoreboard Is Cheap]]></title><description><![CDATA[
<p>Article URL: <a href="https://future.lulzx.space/blog/cheap-scoreboard.html">https://future.lulzx.space/blog/cheap-scoreboard.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49133120">https://news.ycombinator.com/item?id=49133120</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 01 Aug 2026 10:43:18 +0000</pubDate><link>https://future.lulzx.space/blog/cheap-scoreboard.html</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=49133120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49133120</guid></item><item><title><![CDATA[New comment by lulzx in "Alternative(s) to run CUDA on non-Nvidia hardware"]]></title><description><![CDATA[
<p>I have been trying for cuda -> metal, to run it on mac, <a href="https://github.com/lulzx/cuda-metal" rel="nofollow">https://github.com/lulzx/cuda-metal</a></p>
]]></description><pubDate>Tue, 14 Jul 2026 09:35:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48904225</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=48904225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48904225</guid></item><item><title><![CDATA[New comment by lulzx in "Accessibility Is All You Need – Why agent protocols for the web are redundant"]]></title><description><![CDATA[
<p>Every few months someone proposes a new standard so AI agents can interact with websites. WebMCP, llms.txt, agent metadata layers.<p>The accessibility tree already solves this. Labels, roles, states, actions, input formats, validation feedback, it's all there. A screen reader user and an AI agent need the exact same information. If your site works for one, it works for the other.<p>If you find something an agent can't do through the accessibility layer, you've found something a disabled person's assistive technology can't do either. So fix accessibility. Don't build a parallel system.<p>I filed an issue on the W3C WebMCP repo asking for a concrete use case that (1) can't be handled by the accessibility tree, (2) isn't better served by a backend API, and (3) wouldn't also benefit assistive technology if added to the accessibility layer.<p>Curious if anyone can produce one.</p>
]]></description><pubDate>Sun, 15 Feb 2026 19:40:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47026762</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=47026762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47026762</guid></item><item><title><![CDATA[Accessibility Is All You Need – Why agent protocols for the web are redundant]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/webmachinelearning/webmcp/issues/91">https://github.com/webmachinelearning/webmcp/issues/91</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47026761">https://news.ycombinator.com/item?id=47026761</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sun, 15 Feb 2026 19:40:48 +0000</pubDate><link>https://github.com/webmachinelearning/webmcp/issues/91</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=47026761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47026761</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>That's good to know, I wasn't aware of it, I have updated to using a github action they recommend (<a href="https://github.com/marketplace/actions/setup-zig-compiler" rel="nofollow">https://github.com/marketplace/actions/setup-zig-compiler</a>)<p>For the copyright thing, I understand that there's legit ongoing debate around all this AI-assisted coding and copyrightability.<p>In this case of zpdf, while Claude Code did a lot of the heavy lifting on implementation, there was a real effort in architecture decisions, iterative prompting/refinement, debugging, testing, benchmarking.<p>My intent is zero restrictions: use it, fork it, sell it, whatever. WTFPL captures that spirit perfectly for me. It's as permissive as legally possible while being upfront about not caring.<p>The goal is just to make a useful tool freely available.<p>Edit: I have changed it to CC0.</p>
]]></description><pubDate>Thu, 01 Jan 2026 09:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46452772</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46452772</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46452772</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>tools are tools.</p>
]]></description><pubDate>Wed, 31 Dec 2025 12:01:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46443435</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46443435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46443435</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>hasn't world moved on from these things already?</p>
]]></description><pubDate>Wed, 31 Dec 2025 11:47:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46443370</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46443370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46443370</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>Fair point. I won't submit here again until I've put in the work to make something that respects people's time to evaluate it. Lesson learned. :)</p>
]]></description><pubDate>Wed, 31 Dec 2025 09:52:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46442792</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46442792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46442792</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>this is more like a quick test for python bindings, the zig files have tests within them for broad range of things.</p>
]]></description><pubDate>Wed, 31 Dec 2025 08:33:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46442430</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46442430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46442430</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>thanks! :)</p>
]]></description><pubDate>Wed, 31 Dec 2025 08:31:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46442422</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46442422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46442422</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>works now!<p>ΑΛΕΞΑΝΔΡΟΣ ΤΡΙΑΝΤΑΦΥΛΛΙΔΗΣ
     Καθηγητής Τμήματος Βιολογίας, ΑΠΘ<p><pre><code>     ΝΙΚΟΛΕΤΑ ΚΑΡΑΪΣΚΟΥ
     Επίκουρη Καθηγήτρια Τμήματος Βιολογίας, ΑΠΘ

     ΚΩΝΣΤΑΝΤΙΝΟΣ ΓΚΑΓΚΑΒΟΥΖΗΣ
     Μεταδιδάκτορας Τμήματος Βιολογίας, ΑΠΘ





     Γονιδιώματα
     Δομή, Λειτουργία και Εφαρμογές</code></pre></p>
]]></description><pubDate>Wed, 31 Dec 2025 06:31:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46441939</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46441939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46441939</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>I have updated the licence to WTFPL.<p>I'll try my best to make it a really good one!</p>
]]></description><pubDate>Wed, 31 Dec 2025 01:10:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46440192</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46440192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46440192</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>sorry, I haven't yet figured out non-latin with tounicode references.</p>
]]></description><pubDate>Wed, 31 Dec 2025 00:22:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46439906</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46439906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46439906</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>fixed.</p>
]]></description><pubDate>Tue, 30 Dec 2025 23:04:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46439200</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46439200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46439200</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>The accuracy difference is marginal (1-2%) but the speed difference is massive.</p>
]]></description><pubDate>Tue, 30 Dec 2025 22:39:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46438938</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46438938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46438938</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>Claude Code.</p>
]]></description><pubDate>Tue, 30 Dec 2025 22:01:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46438534</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46438534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46438534</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>added a comparison, will improve further. <a href="https://github.com/Lulzx/zpdf?tab=readme-ov-file#comparison-with-mupdf" rel="nofollow">https://github.com/Lulzx/zpdf?tab=readme-ov-file#comparison-...</a><p>also, added python bindings.</p>
]]></description><pubDate>Tue, 30 Dec 2025 21:55:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46438485</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46438485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46438485</guid></item><item><title><![CDATA[New comment by lulzx in "Zpdf: PDF text extraction in Zig"]]></title><description><![CDATA[
<p>added python bindings!</p>
]]></description><pubDate>Tue, 30 Dec 2025 21:51:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46438453</link><dc:creator>lulzx</dc:creator><comments>https://news.ycombinator.com/item?id=46438453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46438453</guid></item></channel></rss>