<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: jzombie</title><link>https://news.ycombinator.com/user?id=jzombie</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 01:58:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jzombie" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jzombie in "Rust Threads on the GPU"]]></title><description><![CDATA[
<p>Do you foresee this being faster than SIMD for things like cosine similarity?  Apologies if I missed that context somewhere.</p>
]]></description><pubDate>Tue, 14 Apr 2026 04:41:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47761331</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=47761331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47761331</guid></item><item><title><![CDATA[New comment by jzombie in "Ask HN: Who wants to be hired? (December 2025)"]]></title><description><![CDATA[
<p><p><pre><code>  Location: Florida on paper (U.S. citizen born & raised); Currently residing in Nicaragua
  Remote: Yes
  Willing to relocate: No
  Technologies: Rust, TypeScript, Python, Docker, some PyTorch / Tensorflow
  Résumé/CV: https://www.linkedin.com/in/jeremyharrisconsultant/
  Email: jeremy.harris@zenosmosis.com
</code></pre>
I'm timezone agnostic and on-call.</p>
]]></description><pubDate>Tue, 02 Dec 2025 04:56:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46117725</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=46117725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46117725</guid></item><item><title><![CDATA[New comment by jzombie in "Ask HN: Is anyone designing a programming language specifically for GenAI?"]]></title><description><![CDATA[
<p>I am using ChatGPT to help me build a language that has a domain-specific use case with non-LLM models.  The interpreter is written in Rust and the language resembles a mix of Lisp and SQL.</p>
]]></description><pubDate>Mon, 03 Mar 2025 04:56:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43238439</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=43238439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43238439</guid></item><item><title><![CDATA[New comment by jzombie in "Show HN: Transform your codebase into a single Markdown doc for feeding into AI"]]></title><description><![CDATA[
<p>I have something similar.<p><a href="https://github.com/jzombie/globcat.sh">https://github.com/jzombie/globcat.sh</a><p>Nothing fancy, but gets the job done.</p>
]]></description><pubDate>Sat, 15 Feb 2025 04:07:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43055828</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=43055828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43055828</guid></item><item><title><![CDATA[New comment by jzombie in "React DevTools wants clipboard permission"]]></title><description><![CDATA[
<p>It's not a tradeoff that is worth it to me.<p>I don't want a Facebook extension to have access to arbitrary data that I copy and paste in my browser, which may be unrelated to the app I'm developing at the time.</p>
]]></description><pubDate>Tue, 28 Jan 2025 18:28:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42855975</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=42855975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42855975</guid></item><item><title><![CDATA[New comment by jzombie in "Show HN: Hacker News frontpage as a print newspaper that you can personalize"]]></title><description><![CDATA[
<p>I just responded to an adjacent query with the info.<p><a href="https://news.ycombinator.com/threads?id=jzombie#42072665">https://news.ycombinator.com/threads?id=jzombie#42072665</a></p>
]]></description><pubDate>Fri, 15 Nov 2024 01:05:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42143009</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=42143009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42143009</guid></item><item><title><![CDATA[New comment by jzombie in "Show HN: Hacker News frontpage as a print newspaper that you can personalize"]]></title><description><![CDATA[
<p>It seems to do well for a lot of searches, though some are questionable, but I believe that I know why.  I'm training some different autoencoders to give it some different perspectives.<p>The code lives here: <a href="https://github.com/jzombie/etf-matcher">https://github.com/jzombie/etf-matcher</a><p>The ad-hoc vector DB I've created lives here: <a href="https://github.com/jzombie/etf-matcher/blob/main/rust/src/data_models/ticker_vector_analysis.rs">https://github.com/jzombie/etf-matcher/blob/main/rust/src/da...</a></p>
]]></description><pubDate>Fri, 15 Nov 2024 01:04:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42143005</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=42143005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42143005</guid></item><item><title><![CDATA[New comment by jzombie in "Show HN: Hacker News frontpage as a print newspaper that you can personalize"]]></title><description><![CDATA[
<p>> Likes/dislikes are stored in local storage and compared against all stories using cosine similarity to find the most relevant stories.<p>You're referring to using the embeddings for cosine similarity?<p>I am doing something similar with stocks. Taking several decades worth of 10-Q statements for a majority of stocks and weighted ETF holdings and using an autoencoder to generate embeddings that I run cosine and euclidean algorithms on via Rust WASM.</p>
]]></description><pubDate>Wed, 06 Nov 2024 19:22:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=42067813</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=42067813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42067813</guid></item><item><title><![CDATA[New comment by jzombie in "Show HN: Hacker News frontpage as a print newspaper that you can personalize"]]></title><description><![CDATA[
<p>Lynx wrapped in Docker:<p><a href="https://github.com/jzombie/docker-lynx">https://github.com/jzombie/docker-lynx</a></p>
]]></description><pubDate>Wed, 06 Nov 2024 19:15:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42067717</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=42067717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42067717</guid></item><item><title><![CDATA[New comment by jzombie in "Ask HN: Who is hiring? (September 2024)"]]></title><description><![CDATA[
<p>I am working on something similar and applied for your role!  I prefixed my email with "ETF Matcher" just to correlate it here.</p>
]]></description><pubDate>Mon, 02 Sep 2024 23:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41429561</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=41429561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41429561</guid></item><item><title><![CDATA[New comment by jzombie in "Ask HN: What API should I build a realtime data viz on top of this week?"]]></title><description><![CDATA[
<p>Maybe build something to do stock (or crypto, or some other market) analysis of some sort?</p>
]]></description><pubDate>Sat, 03 Aug 2024 22:08:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41149647</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=41149647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41149647</guid></item><item><title><![CDATA[New comment by jzombie in "Call the compiler, fax it your code [video]"]]></title><description><![CDATA[
<p>FaxGPT</p>
]]></description><pubDate>Fri, 26 Jul 2024 18:49:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=41081195</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=41081195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41081195</guid></item><item><title><![CDATA[New comment by jzombie in "[dead]"]]></title><description><![CDATA[
<p>globcat.sh is a tiny little shell script that concatenates multiple files together, as specified by a glob pattern, and sends them to standard output.</p>
]]></description><pubDate>Sat, 13 Jul 2024 00:17:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=40950651</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=40950651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40950651</guid></item><item><title><![CDATA[New comment by jzombie in "[dead]"]]></title><description><![CDATA[
<p>I think it's safe to say that if the tensorflow-metal plugin is no longer supported, the project is dead on Apple.<p>I'd like to be wrong here, and while I'm making assumptions, I'd say that probably anything else related to neural networks on Apple is dead as well.</p>
]]></description><pubDate>Sat, 06 Apr 2024 01:43:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=39949278</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=39949278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39949278</guid></item><item><title><![CDATA[New comment by jzombie in "Deep Learning in JavaScript"]]></title><description><![CDATA[
<p>I agree.  This advice should not be ignored; and if the OP is complaining about performance, the answer is lying here in plain sight.</p>
]]></description><pubDate>Fri, 29 Mar 2024 05:11:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39860929</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=39860929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39860929</guid></item><item><title><![CDATA[New comment by jzombie in "Advances in semiconductors are feeding the AI boom"]]></title><description><![CDATA[
<p>I may have misinterpreted this comment by thinking you meant that as we squeeze more and more transistors into a small amount of space, the resulting waveforms would start to resemble analog more so than digital.</p>
]]></description><pubDate>Thu, 28 Mar 2024 16:04:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39853264</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=39853264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39853264</guid></item><item><title><![CDATA[New comment by jzombie in "An Invention to Silence Reggaeton"]]></title><description><![CDATA[
<p>The enclosure of that device looks very similar to a Focusrite Scarlett Solo.  Curious if it happens to be a repurposed one.</p>
]]></description><pubDate>Sun, 17 Mar 2024 00:37:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=39730776</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=39730776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39730776</guid></item><item><title><![CDATA[New comment by jzombie in "Eliminate recruiters by putting everyone to work"]]></title><description><![CDATA[
<p>> Don't think any algorithm is going to help me with that though.<p>Quant trading is exactly that.</p>
]]></description><pubDate>Fri, 15 Mar 2024 17:28:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=39718316</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=39718316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39718316</guid></item><item><title><![CDATA[Eliminate recruiters by putting everyone to work]]></title><description><![CDATA[
<p>I think the entire recruitment industry should be overhauled by an algorithm which is designed to match available jobs to the available worker pool, and is optimized to reduce the amount of available workers (not by forcing them to take jobs they don't want, but finding them relevant jobs they do want).</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39717640">https://news.ycombinator.com/item?id=39717640</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 15 Mar 2024 16:37:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39717640</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=39717640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39717640</guid></item><item><title><![CDATA[ReCAPTCHA Sucks]]></title><description><![CDATA[
<p>I can't even solve the damn thing tonight without being constantly told to start over.<p>It seems the issue is worse if I'm not on a VPN.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39712204">https://news.ycombinator.com/item?id=39712204</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 15 Mar 2024 04:59:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=39712204</link><dc:creator>jzombie</dc:creator><comments>https://news.ycombinator.com/item?id=39712204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39712204</guid></item></channel></rss>