<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: dupontcyborg</title><link>https://news.ycombinator.com/user?id=dupontcyborg</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 15:24:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dupontcyborg" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dupontcyborg in "Kickbacks.ai – Get Paid for Waiting"]]></title><description><![CDATA[
<p>Hmmm... In the code (<a href="https://github.com/andrewmccalip/kickbacks.ai/blob/main/src/activation/selfUpdate.ts#L92" rel="nofollow">https://github.com/andrewmccalip/kickbacks.ai/blob/main/src/...</a>) the extension polls for updated every 90 seconds and has no digital signature verification... So get a bunch of people to install and issue a malicious update and within 90 seconds, your entire user base has it? I'm good</p>
]]></description><pubDate>Fri, 12 Jun 2026 19:24:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48508396</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=48508396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48508396</guid></item><item><title><![CDATA[New comment by dupontcyborg in "Making NumPy-ts as fast as native"]]></title><description><![CDATA[
<p>Hey guys, author of numpy-ts here. Just sharing some (potentially-obvious) learnings while optimizing the library :)</p>
]]></description><pubDate>Mon, 08 Jun 2026 15:42:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48446844</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=48446844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48446844</guid></item><item><title><![CDATA[Making NumPy-ts as fast as native]]></title><description><![CDATA[
<p>Article URL: <a href="https://nico.codes/notes/numpyts-optimization/">https://nico.codes/notes/numpyts-optimization/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48446815">https://news.ycombinator.com/item?id=48446815</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 08 Jun 2026 15:41:04 +0000</pubDate><link>https://nico.codes/notes/numpyts-optimization/</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=48446815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48446815</guid></item><item><title><![CDATA[New comment by dupontcyborg in "Show HN: Kyushu – A self-hostable WASM sandbox for JavaScript workers"]]></title><description><![CDATA[
<p>the customer testimonials were enough to earn my github star</p>
]]></description><pubDate>Sun, 07 Jun 2026 15:13:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48435619</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=48435619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48435619</guid></item><item><title><![CDATA[Show HN: NumPy for Browser, Node.js, Deno and Bun]]></title><description><![CDATA[
<p>I've been spending some time on a side project, `numpy-ts`, which is a TypeScript numerical library inspired by NumPy. It aims to bring the same NumPy API (where possible) to Node.js/Browser/Deno/Bun with full .npy/.npz compatibility (read & write).<p>It currently has 476 of NumPy's 507 functions implemented, all cross-validated against NumPy with >6,000 validation tests. The lib is about 93 kB minified+gzipped and has zero dependencies, and it's fully tree-shakeable.<p>Since it's written in TypeScript, it's on average 15x slower than NumPy. I just tagged 1.0.0, and will begin performance optimization soon (both algorithmic and selective WASM for fused kernels).<p>You can try it in your browser here: <a href="https://numpyts.dev/playground" rel="nofollow">https://numpyts.dev/playground</a><p>Disclaimer that this was a mix of hand-written code (API, deterministic tooling) and AI-assisted (functional implementations, validation test implementations).</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47156927">https://news.ycombinator.com/item?id=47156927</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Feb 2026 19:54:24 +0000</pubDate><link>https://github.com/dupontcyborg/numpy-ts</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=47156927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47156927</guid></item><item><title><![CDATA[New comment by dupontcyborg in "NumPy-Ts: NumPy for Browser and Node.js"]]></title><description><![CDATA[
<p>I've been spending some time on a side project, `numpy-ts`, which is a TypeScript numerical library inspired by NumPy. It aims to bring the same NumPy API (where possible) to Node.js/Browser/Deno/Bun with full .npy/.npz compatibility (read & write).<p>It currently has 476 of NumPy's 507 functions implemented, all cross-validated against NumPy with >6,000 validation tests. The lib is about 93 kB minified+gzipped and has zero dependencies, and it's fully tree-shakeable.<p>Since it's written in TypeScript, it's on average 15x slower than NumPy. I just tagged 1.0.0, and will begin performance optimization soon (both algorithmic and selective WASM for fused kernels).<p>You can try it in your browser here: <a href="https://numpyts.dev/playground" rel="nofollow">https://numpyts.dev/playground</a><p>Edit: disclaimer that this was a mix of hand-written code (API, deterministic tooling) and AI-assisted (functional implementations, validation test implementations).</p>
]]></description><pubDate>Mon, 23 Feb 2026 21:45:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47129380</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=47129380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47129380</guid></item><item><title><![CDATA[NumPy-Ts: NumPy for Browser and Node.js]]></title><description><![CDATA[
<p>Article URL: <a href="https://numpyts.dev">https://numpyts.dev</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47129379">https://news.ycombinator.com/item?id=47129379</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 23 Feb 2026 21:45:42 +0000</pubDate><link>https://numpyts.dev</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=47129379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47129379</guid></item></channel></rss>