<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>Wed, 05 Aug 2026 02:17:07 +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 "Don't be a meat proxy"]]></title><description><![CDATA[
<p>i’m not doubting this, but do you know if there are any studies on this already?</p>
]]></description><pubDate>Mon, 03 Aug 2026 06:49:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49152069</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=49152069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49152069</guid></item><item><title><![CDATA[New comment by dupontcyborg in "Everyone should know SIMD"]]></title><description><![CDATA[
<p>we make extensive use of simd at work, usually through highway: <a href="https://github.com/google/highway" rel="nofollow">https://github.com/google/highway</a><p>imo this is one of the greatest libs ever written. it handles dynamic dispatching of correct simd instructions / lane widths for various hardware with just one simd loop written (handling NEON/AVX/AVX2/AVX512/extensions) with comparable performance to handwritten native intrinsics</p>
]]></description><pubDate>Thu, 23 Jul 2026 12:42:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49020673</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=49020673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49020673</guid></item><item><title><![CDATA[New comment by dupontcyborg in "Everyone should know SIMD"]]></title><description><![CDATA[
<p>this would be amazing</p>
]]></description><pubDate>Thu, 23 Jul 2026 12:39:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49020630</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=49020630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49020630</guid></item><item><title><![CDATA[New comment by dupontcyborg in "Painting the sides of railroad rails white to reduce derailment"]]></title><description><![CDATA[
<p>this isn’t the point of the story, but is that paint truck driving on the railroad tracks?</p>
]]></description><pubDate>Sat, 18 Jul 2026 03:13:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48954845</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=48954845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48954845</guid></item><item><title><![CDATA[New comment by dupontcyborg in "Postgres rewritten in Rust, now passing 100% of the Postgres regression tests"]]></title><description><![CDATA[
<p>i may be missing context, but shared memory across processes, without ipc?</p>
]]></description><pubDate>Fri, 10 Jul 2026 00:01:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48854126</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=48854126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48854126</guid></item><item><title><![CDATA[New comment by dupontcyborg in "Nearly Half of LG Smart TV Apps Contain Residential Proxy SDKs"]]></title><description><![CDATA[
<p>this is a way smaller deal than acr. i personally don’t connect my smart tv to my network and use an apple tv instead</p>
]]></description><pubDate>Mon, 22 Jun 2026 22:56:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48637587</link><dc:creator>dupontcyborg</dc:creator><comments>https://news.ycombinator.com/item?id=48637587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48637587</guid></item><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: 4</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>